diff --git a/astro.config.mjs b/astro.config.mjs index 3a259b70..c060e789 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,10 +1,11 @@ import { defineConfig } from 'astro/config'; import vue from "@astrojs/vue"; +import sitemap from "@astrojs/sitemap"; // https://astro.build/config export default defineConfig({ - integrations: [vue()], - output: 'static', - site: 'https://maps.alexcreates.fr' + integrations: [vue(), sitemap()], + output: 'static', + site: 'https://maps.alexcreates.fr' }); diff --git a/package-lock.json b/package-lock.json index 759f7378..c09702b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,21 +1,19 @@ { "name": "leim-maps", - "version": "0.0.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "leim-maps", - "version": "0.0.1", + "version": "2.0.0", "dependencies": { - "@astrojs/node": "^6.0.3", - "@astrojs/vue": "^3.0.1", - "@nanostores/vue": "^0.10.0", - "@types/leaflet": "^1.9.6", - "@vueuse/core": "^10.5.0", - "astro": "^3.2.0", - "nanostores": "^0.9.3", - "vue": "^3.3.4" + "@astrojs/sitemap": "^3.0.4", + "@astrojs/vue": "^4.0.8", + "@types/leaflet": "^1.9.8", + "@vueuse/core": "^10.7.1", + "astro": "^4.1.2", + "vue": "^3.4.14" }, "devDependencies": { "sass": "^1.68.0" @@ -34,9 +32,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.1.0.tgz", - "integrity": "sha512-Mp+qrNhly+27bL/Zq8lGeUY+YrdoU0eDfIlAeGIPrzt0PnI/jGpvPUdCaugv4zbCrDkOUScFfcbeEiYumrdJnw==" + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.4.1.tgz", + "integrity": "sha512-4M6G6UBI84gPYzyN6jSG3c+jeZ3dBVOnGPzp47SS5ayc2tsWhbXZ4nnNWGJU+ESiQ6ScjywJnpddxTO2w41Qeg==" }, "node_modules/@astrojs/internal-helpers": { "version": "0.2.1", @@ -44,39 +42,24 @@ "integrity": "sha512-06DD2ZnItMwUnH81LBLco3tWjcZ1lGU9rLCCBaeUCGYe9cI0wKyY2W3kDyoW1I6GmcWgt1fu+D1CTvz+FIKf8A==" }, "node_modules/@astrojs/markdown-remark": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-3.2.1.tgz", - "integrity": "sha512-Z4YNMRtgFZeHhB29uCZl0B9MbMZddW9ZKCNucapoysbvygbDFF1gGtqpVnf+Lyv3rUBHwM/J5qWB2MSZuTuz1g==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-4.0.1.tgz", + "integrity": "sha512-RU4ESnqvyLpj8WZs0n5elS6idaDdtIIm7mIpMaRNPCebpxMjfcfdwcmBwz83ktAj5d2eO5bC3z92TcGdli+lRw==", "dependencies": { "@astrojs/prism": "^3.0.0", "github-slugger": "^2.0.0", - "import-meta-resolve": "^3.0.0", + "import-meta-resolve": "^4.0.0", "mdast-util-definitions": "^6.0.0", - "rehype-raw": "^6.1.1", - "rehype-stringify": "^9.0.4", - "remark-gfm": "^3.0.1", - "remark-parse": "^10.0.2", - "remark-rehype": "^10.1.0", + "rehype-raw": "^7.0.0", + "rehype-stringify": "^10.0.0", + "remark-gfm": "^4.0.0", + "remark-parse": "^11.0.0", + "remark-rehype": "^11.0.0", "remark-smartypants": "^2.0.0", - "shiki": "^0.14.3", - "unified": "^10.1.2", - "unist-util-visit": "^4.1.2", - "vfile": "^5.3.7" - }, - "peerDependencies": { - "astro": "^3.2.3" - } - }, - "node_modules/@astrojs/node": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-6.0.3.tgz", - "integrity": "sha512-3isB8ETX3WabAh8pY1HMnbt4e8HV9noVP4X52SlF+GycIt7YOXsUSzditjROZkrZOSfWhzsTaHh7EqbdVXqzrw==", - "dependencies": { - "send": "^0.18.0", - "server-destroy": "^1.0.1" - }, - "peerDependencies": { - "astro": "^3.2.3" + "shikiji": "^0.6.13", + "unified": "^11.0.4", + "unist-util-visit": "^5.0.0", + "vfile": "^6.0.1" } }, "node_modules/@astrojs/prism": { @@ -90,10 +73,19 @@ "node": ">=18.14.1" } }, + "node_modules/@astrojs/sitemap": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-3.0.4.tgz", + "integrity": "sha512-RSqiqs0oD8zTGaClHM0YB8n7e5En+Ihi+6qKthWf47pRkzHpENwlPGvKuEL0kUFXq+GzYot9e2JYH58gtr2q0w==", + "dependencies": { + "sitemap": "^7.1.1", + "zod": "^3.22.4" + } + }, "node_modules/@astrojs/telemetry": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.0.3.tgz", - "integrity": "sha512-j19Cf5mfyLt9hxgJ9W/FMdAA5Lovfp7/CINNB/7V71GqvygnL7KXhRC3TzfB+PsVQcBtgWZzCXhUWRbmJ64Raw==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@astrojs/telemetry/-/telemetry-3.0.4.tgz", + "integrity": "sha512-A+0c7k/Xy293xx6odsYZuXiaHO0PL+bnDoXOc47sGDF5ffIKdKQGRPFl2NMlCF4L0NqN4Ynbgnaip+pPF0s7pQ==", "dependencies": { "ci-info": "^3.8.0", "debug": "^4.3.4", @@ -107,30 +99,138 @@ "node": ">=18.14.1" } }, + "node_modules/@astrojs/telemetry/node_modules/ci-info": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "engines": { + "node": ">=8" + } + }, "node_modules/@astrojs/vue": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/vue/-/vue-3.0.1.tgz", - "integrity": "sha512-qXn99sQ60zUPoHsMXGt43IySMKN5VXZz5VJlTKqkXG+CFV9DOWw0+syj/5iYKZSouH3nyNNb5a9uAkdz+X6Cew==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/@astrojs/vue/-/vue-4.0.8.tgz", + "integrity": "sha512-RnNA4wFy4HvQxU4vswH3c6sa7Br1F/JVzWdQvHYLP4CEe5OZ6yhEqxAUUo3LDkF+sNn23XznFLOPqZak6ziBwg==", "dependencies": { - "@vitejs/plugin-vue": "^4.3.3", - "@vitejs/plugin-vue-jsx": "^3.0.2", + "@vitejs/plugin-vue": "^4.5.0", + "@vitejs/plugin-vue-jsx": "^3.1.0", "@vue/babel-plugin-jsx": "^1.1.5", - "@vue/compiler-sfc": "^3.3.4" + "@vue/compiler-sfc": "^3.3.8" }, "engines": { "node": ">=18.14.1" }, "peerDependencies": { - "astro": "^3.2.3", + "astro": "^4.0.0", "vue": "^3.2.30" } }, - "node_modules/@babel/code-frame": { - "version": "7.22.13", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", - "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", + "node_modules/@astrojs/vue/node_modules/@types/node": { + "version": "20.11.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.3.tgz", + "integrity": "sha512-nrlmbvGPNGaj84IJZXMPhQuCMEVTT/hXZMJJG/aIqVL9fKxqk814sGGtJA4GI6hpJSLQjpi6cn0Qx9eOf9SDVg==", + "optional": true, + "peer": true, "dependencies": { - "@babel/highlight": "^7.22.13", + "undici-types": "~5.26.4" + } + }, + "node_modules/@astrojs/vue/node_modules/@vitejs/plugin-vue": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.6.2.tgz", + "integrity": "sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==", + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "peerDependencies": { + "vite": "^4.0.0 || ^5.0.0", + "vue": "^3.2.25" + } + }, + "node_modules/@astrojs/vue/node_modules/@vitejs/plugin-vue-jsx": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.1.0.tgz", + "integrity": "sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==", + "dependencies": { + "@babel/core": "^7.23.3", + "@babel/plugin-transform-typescript": "^7.23.3", + "@vue/babel-plugin-jsx": "^1.1.5" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "peerDependencies": { + "vite": "^4.0.0 || ^5.0.0", + "vue": "^3.0.0" + } + }, + "node_modules/@astrojs/vue/node_modules/vite": { + "version": "5.0.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.11.tgz", + "integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==", + "peer": true, + "dependencies": { + "esbuild": "^0.19.3", + "postcss": "^8.4.32", + "rollup": "^4.2.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || >=20.0.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/@babel/code-frame": { + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", + "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", + "dependencies": { + "@babel/highlight": "^7.23.4", "chalk": "^2.4.2" }, "engines": { @@ -138,28 +238,28 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.20.tgz", - "integrity": "sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", + "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.0.tgz", - "integrity": "sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==", + "version": "7.23.7", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.7.tgz", + "integrity": "sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-module-transforms": "^7.23.0", - "@babel/helpers": "^7.23.0", - "@babel/parser": "^7.23.0", + "@babel/code-frame": "^7.23.5", + "@babel/generator": "^7.23.6", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helpers": "^7.23.7", + "@babel/parser": "^7.23.6", "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.0", - "@babel/types": "^7.23.0", + "@babel/traverse": "^7.23.7", + "@babel/types": "^7.23.6", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -183,11 +283,11 @@ } }, "node_modules/@babel/generator": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", - "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", + "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", "dependencies": { - "@babel/types": "^7.23.0", + "@babel/types": "^7.23.6", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -208,13 +308,13 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", - "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", "dependencies": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.15", - "browserslist": "^4.21.9", + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -231,16 +331,16 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz", - "integrity": "sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==", + "version": "7.23.7", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.7.tgz", + "integrity": "sha512-xCoqR/8+BoNnXOY7RVSgv6X+o7pmT5q1d+gGcRlXYkI+9B31glE4jeejhKVpA04O1AtzOt7OSQ6VYKP5FcRl9g==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", - "@babel/helper-member-expression-to-functions": "^7.22.15", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-member-expression-to-functions": "^7.23.0", "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.9", + "@babel/helper-replace-supers": "^7.22.20", "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", "semver": "^6.3.1" @@ -314,9 +414,9 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz", - "integrity": "sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", + "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", "dependencies": { "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-module-imports": "^7.22.15", @@ -400,9 +500,9 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", - "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", + "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", "engines": { "node": ">=6.9.0" } @@ -416,30 +516,30 @@ } }, "node_modules/@babel/helper-validator-option": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", - "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", + "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.23.1", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.1.tgz", - "integrity": "sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==", + "version": "7.23.8", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.8.tgz", + "integrity": "sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==", "dependencies": { "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.0", - "@babel/types": "^7.23.0" + "@babel/traverse": "^7.23.7", + "@babel/types": "^7.23.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", - "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", + "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", "dependencies": { "@babel/helper-validator-identifier": "^7.22.20", "chalk": "^2.4.2", @@ -450,9 +550,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", - "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz", + "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==", "bin": { "parser": "bin/babel-parser.js" }, @@ -461,9 +561,9 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz", - "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", + "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -475,9 +575,9 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz", - "integrity": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz", + "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" }, @@ -507,14 +607,14 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.15.tgz", - "integrity": "sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz", + "integrity": "sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==", "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.22.15", + "@babel/helper-create-class-features-plugin": "^7.23.6", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-typescript": "^7.22.5" + "@babel/plugin-syntax-typescript": "^7.23.3" }, "engines": { "node": ">=6.9.0" @@ -537,19 +637,19 @@ } }, "node_modules/@babel/traverse": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.0.tgz", - "integrity": "sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==", + "version": "7.23.7", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.7.tgz", + "integrity": "sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==", "dependencies": { - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", + "@babel/code-frame": "^7.23.5", + "@babel/generator": "^7.23.6", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.0", - "@babel/types": "^7.23.0", - "debug": "^4.1.0", + "@babel/parser": "^7.23.6", + "@babel/types": "^7.23.6", + "debug": "^4.3.1", "globals": "^11.1.0" }, "engines": { @@ -557,11 +657,11 @@ } }, "node_modules/@babel/types": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", - "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz", + "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", "dependencies": { - "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-string-parser": "^7.23.4", "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" }, @@ -569,10 +669,25 @@ "node": ">=6.9.0" } }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz", + "integrity": "sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==", + "cpu": [ + "ppc64" + ], + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/@esbuild/android-arm": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.4.tgz", - "integrity": "sha512-uBIbiYMeSsy2U0XQoOGVVcpIktjLMEKa7ryz2RLr7L/vTnANNEsPVAh4xOv7ondGz6ac1zVb0F8Jx20rQikffQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.11.tgz", + "integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==", "cpu": [ "arm" ], @@ -585,9 +700,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.4.tgz", - "integrity": "sha512-mRsi2vJsk4Bx/AFsNBqOH2fqedxn5L/moT58xgg51DjX1la64Z3Npicut2VbhvDFO26qjWtPMsVxCd80YTFVeg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz", + "integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==", "cpu": [ "arm64" ], @@ -600,9 +715,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.4.tgz", - "integrity": "sha512-4iPufZ1TMOD3oBlGFqHXBpa3KFT46aLl6Vy7gwed0ZSYgHaZ/mihbYb4t7Z9etjkC9Al3ZYIoOaHrU60gcMy7g==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.11.tgz", + "integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==", "cpu": [ "x64" ], @@ -615,9 +730,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.4.tgz", - "integrity": "sha512-Lviw8EzxsVQKpbS+rSt6/6zjn9ashUZ7Tbuvc2YENgRl0yZTktGlachZ9KMJUsVjZEGFVu336kl5lBgDN6PmpA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz", + "integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==", "cpu": [ "arm64" ], @@ -630,9 +745,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.4.tgz", - "integrity": "sha512-YHbSFlLgDwglFn0lAO3Zsdrife9jcQXQhgRp77YiTDja23FrC2uwnhXMNkAucthsf+Psr7sTwYEryxz6FPAVqw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz", + "integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==", "cpu": [ "x64" ], @@ -645,9 +760,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.4.tgz", - "integrity": "sha512-vz59ijyrTG22Hshaj620e5yhs2dU1WJy723ofc+KUgxVCM6zxQESmWdMuVmUzxtGqtj5heHyB44PjV/HKsEmuQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz", + "integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==", "cpu": [ "arm64" ], @@ -660,9 +775,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.4.tgz", - "integrity": "sha512-3sRbQ6W5kAiVQRBWREGJNd1YE7OgzS0AmOGjDmX/qZZecq8NFlQsQH0IfXjjmD0XtUYqr64e0EKNFjMUlPL3Cw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz", + "integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==", "cpu": [ "x64" ], @@ -675,9 +790,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.4.tgz", - "integrity": "sha512-z/4ArqOo9EImzTi4b6Vq+pthLnepFzJ92BnofU1jgNlcVb+UqynVFdoXMCFreTK7FdhqAzH0vmdwW5373Hm9pg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz", + "integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==", "cpu": [ "arm" ], @@ -690,9 +805,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.4.tgz", - "integrity": "sha512-ZWmWORaPbsPwmyu7eIEATFlaqm0QGt+joRE9sKcnVUG3oBbr/KYdNE2TnkzdQwX6EDRdg/x8Q4EZQTXoClUqqA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz", + "integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==", "cpu": [ "arm64" ], @@ -705,9 +820,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.4.tgz", - "integrity": "sha512-EGc4vYM7i1GRUIMqRZNCTzJh25MHePYsnQfKDexD8uPTCm9mK56NIL04LUfX2aaJ+C9vyEp2fJ7jbqFEYgO9lQ==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz", + "integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==", "cpu": [ "ia32" ], @@ -720,9 +835,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.4.tgz", - "integrity": "sha512-WVhIKO26kmm8lPmNrUikxSpXcgd6HDog0cx12BUfA2PkmURHSgx9G6vA19lrlQOMw+UjMZ+l3PpbtzffCxFDRg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz", + "integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==", "cpu": [ "loong64" ], @@ -735,9 +850,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.4.tgz", - "integrity": "sha512-keYY+Hlj5w86hNp5JJPuZNbvW4jql7c1eXdBUHIJGTeN/+0QFutU3GrS+c27L+NTmzi73yhtojHk+lr2+502Mw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz", + "integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==", "cpu": [ "mips64el" ], @@ -750,9 +865,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.4.tgz", - "integrity": "sha512-tQ92n0WMXyEsCH4m32S21fND8VxNiVazUbU4IUGVXQpWiaAxOBvtOtbEt3cXIV3GEBydYsY8pyeRMJx9kn3rvw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz", + "integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==", "cpu": [ "ppc64" ], @@ -765,9 +880,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.4.tgz", - "integrity": "sha512-tRRBey6fG9tqGH6V75xH3lFPpj9E8BH+N+zjSUCnFOX93kEzqS0WdyJHkta/mmJHn7MBaa++9P4ARiU4ykjhig==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz", + "integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==", "cpu": [ "riscv64" ], @@ -780,9 +895,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.4.tgz", - "integrity": "sha512-152aLpQqKZYhThiJ+uAM4PcuLCAOxDsCekIbnGzPKVBRUDlgaaAfaUl5NYkB1hgY6WN4sPkejxKlANgVcGl9Qg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz", + "integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==", "cpu": [ "s390x" ], @@ -795,9 +910,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.4.tgz", - "integrity": "sha512-Mi4aNA3rz1BNFtB7aGadMD0MavmzuuXNTaYL6/uiYIs08U7YMPETpgNn5oue3ICr+inKwItOwSsJDYkrE9ekVg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz", + "integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==", "cpu": [ "x64" ], @@ -810,9 +925,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.4.tgz", - "integrity": "sha512-9+Wxx1i5N/CYo505CTT7T+ix4lVzEdz0uCoYGxM5JDVlP2YdDC1Bdz+Khv6IbqmisT0Si928eAxbmGkcbiuM/A==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz", + "integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==", "cpu": [ "x64" ], @@ -825,9 +940,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.4.tgz", - "integrity": "sha512-MFsHleM5/rWRW9EivFssop+OulYVUoVcqkyOkjiynKBCGBj9Lihl7kh9IzrreDyXa4sNkquei5/DTP4uCk25xw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz", + "integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==", "cpu": [ "x64" ], @@ -840,9 +955,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.4.tgz", - "integrity": "sha512-6Xq8SpK46yLvrGxjp6HftkDwPP49puU4OF0hEL4dTxqCbfx09LyrbUj/D7tmIRMj5D5FCUPksBbxyQhp8tmHzw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz", + "integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==", "cpu": [ "x64" ], @@ -855,9 +970,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.4.tgz", - "integrity": "sha512-PkIl7Jq4mP6ke7QKwyg4fD4Xvn8PXisagV/+HntWoDEdmerB2LTukRZg728Yd1Fj+LuEX75t/hKXE2Ppk8Hh1w==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz", + "integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==", "cpu": [ "arm64" ], @@ -870,9 +985,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.4.tgz", - "integrity": "sha512-ga676Hnvw7/ycdKB53qPusvsKdwrWzEyJ+AtItHGoARszIqvjffTwaaW3b2L6l90i7MO9i+dlAW415INuRhSGg==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz", + "integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==", "cpu": [ "ia32" ], @@ -885,9 +1000,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.4.tgz", - "integrity": "sha512-HP0GDNla1T3ZL8Ko/SHAS2GgtjOg+VmWnnYLhuTksr++EnduYB0f3Y2LzHsUwb2iQ13JGoY6G3R8h6Du/WG6uA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz", + "integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==", "cpu": [ "x64" ], @@ -942,28 +1057,6 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@nanostores/vue": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@nanostores/vue/-/vue-0.10.0.tgz", - "integrity": "sha512-832RAUbzRfHPs1CdqVEwfvgB2+RD/INji4Zo8bUSEfRO2pQRMMeq479gydnohGpRaa0oNwlfKo7TGFXCghq/1g==", - "engines": { - "node": "^18.0.0 || >=20.0.0" - }, - "peerDependencies": { - "@nanostores/logger": ">=0.2.3", - "@vue/devtools-api": ">=6.5.0", - "nanostores": ">=0.9.2", - "vue": ">=3.3.1" - }, - "peerDependenciesMeta": { - "@nanostores/logger": { - "optional": true - }, - "@vue/devtools-api": { - "optional": true - } - } - }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -996,10 +1089,166 @@ "node": ">= 8" } }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.5.tgz", + "integrity": "sha512-idWaG8xeSRCfRq9KpRysDHJ/rEHBEXcHuJ82XY0yYFIWnLMjZv9vF/7DOq8djQ2n3Lk6+3qfSH8AqlmHlmi1MA==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.5.tgz", + "integrity": "sha512-f14d7uhAMtsCGjAYwZGv6TwuS3IFaM4ZnGMUn3aCBgkcHAYErhV1Ad97WzBvS2o0aaDv4mVz+syiN0ElMyfBPg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.5.tgz", + "integrity": "sha512-ndoXeLx455FffL68OIUrVr89Xu1WLzAG4n65R8roDlCoYiQcGGg6MALvs2Ap9zs7AHg8mpHtMpwC8jBBjZrT/w==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.5.tgz", + "integrity": "sha512-UmElV1OY2m/1KEEqTlIjieKfVwRg0Zwg4PLgNf0s3glAHXBN99KLpw5A5lrSYCa1Kp63czTpVll2MAqbZYIHoA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.5.tgz", + "integrity": "sha512-Q0LcU61v92tQB6ae+udZvOyZ0wfpGojtAKrrpAaIqmJ7+psq4cMIhT/9lfV6UQIpeItnq/2QDROhNLo00lOD1g==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.5.tgz", + "integrity": "sha512-dkRscpM+RrR2Ee3eOQmRWFjmV/payHEOrjyq1VZegRUa5OrZJ2MAxBNs05bZuY0YCtpqETDy1Ix4i/hRqX98cA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.5.tgz", + "integrity": "sha512-QaKFVOzzST2xzY4MAmiDmURagWLFh+zZtttuEnuNn19AiZ0T3fhPyjPPGwLNdiDT82ZE91hnfJsUiDwF9DClIQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.5.tgz", + "integrity": "sha512-HeGqmRJuyVg6/X6MpE2ur7GbymBPS8Np0S/vQFHDmocfORT+Zt76qu+69NUoxXzGqVP1pzaY6QIi0FJWLC3OPA==", + "cpu": [ + "riscv64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.5.tgz", + "integrity": "sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.5.tgz", + "integrity": "sha512-ezyFUOwldYpj7AbkwyW9AJ203peub81CaAIVvckdkyH8EvhEIoKzaMFJj0G4qYJ5sw3BpqhFrsCc30t54HV8vg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.5.tgz", + "integrity": "sha512-aHSsMnUw+0UETB0Hlv7B/ZHOGY5bQdwMKJSzGfDfvyhnpmVxLMGnQPGNE9wgqkLUs3+gbG1Qx02S2LLfJ5GaRQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.5.tgz", + "integrity": "sha512-AiqiLkb9KSf7Lj/o1U3SEP9Zn+5NuVKgFdRIZkvd4N0+bYrTOovVd0+LmYCPQGbocT4kvFyK+LXCDiXPBF3fyA==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.5.tgz", + "integrity": "sha512-1q+mykKE3Vot1kaFJIDoUFv5TuW+QQVaf2FmTT9krg86pQrGStOSJJ0Zil7CFagyxDuouTepzt5Y5TVzyajOdQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@types/babel__core": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.2.tgz", - "integrity": "sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", "dependencies": { "@babel/parser": "^7.20.7", "@babel/types": "^7.20.7", @@ -1009,42 +1258,42 @@ } }, "node_modules/@types/babel__generator": { - "version": "7.6.5", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.5.tgz", - "integrity": "sha512-h9yIuWbJKdOPLJTbmSpPzkF67e659PbQDba7ifWm5BJ8xTv+sDmS7rFmywkWOvXedGTivCdeGSIIX8WLcRTz8w==", + "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", "dependencies": { "@babel/types": "^7.0.0" } }, "node_modules/@types/babel__template": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.2.tgz", - "integrity": "sha512-/AVzPICMhMOMYoSx9MoKpGDKdBRsIXMNByh1PXSZoa+v6ZoLa8xxtsT/uLQ/NJm0XVAWl/BvId4MlDeXJaeIZQ==", + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", "dependencies": { "@babel/parser": "^7.1.0", "@babel/types": "^7.0.0" } }, "node_modules/@types/babel__traverse": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.2.tgz", - "integrity": "sha512-ojlGK1Hsfce93J0+kn3H5R73elidKUaZonirN33GSmgTUMpzI/MIFfSpF3haANe3G1bEBS9/9/QEqwTzwqFsKw==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", + "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", "dependencies": { "@babel/types": "^7.20.7" } }, "node_modules/@types/debug": { - "version": "4.1.9", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.9.tgz", - "integrity": "sha512-8Hz50m2eoS56ldRlepxSBa6PWEVCtzUo/92HgLc2qTMnotJNIm7xP+UZhyWoYsyOdd5dxZ+NZLb24rsKyFs2ow==", + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", "dependencies": { "@types/ms": "*" } }, "node_modules/@types/estree": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz", - "integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" }, "node_modules/@types/geojson": { "version": "7946.0.11", @@ -1052,128 +1301,102 @@ "integrity": "sha512-L7A0AINMXQpVwxHJ4jxD6/XjZ4NDufaRlUJHjNIFKYUFBH1SvOW+neaqb0VTRSLW5suSrSu19ObFEFnfNcr+qg==" }, "node_modules/@types/hast": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.6.tgz", - "integrity": "sha512-47rJE80oqPmFdVDCD7IheXBrVdwuBgsYwoczFvKmwfo2Mzsnt+V9OONsYauFmICb6lQPpCuXYJWejBNs4pDJRg==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.3.tgz", + "integrity": "sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==", "dependencies": { - "@types/unist": "^2" + "@types/unist": "*" } }, - "node_modules/@types/hast/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, - "node_modules/@types/json5": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.30.tgz", - "integrity": "sha512-sqm9g7mHlPY/43fcSNrCYfOeX9zkTTK+euO5E6+CVijSMm5tTjkVdwdqRkY3ljjIAf8679vps5jKUoJBCLsMDA==" - }, "node_modules/@types/leaflet": { - "version": "1.9.6", - "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.6.tgz", - "integrity": "sha512-HakGTK5LBBWegNWsAmTlG55zN1zszYec7aG47/z6SzT90bW2vqjmbqk3YKAbrtveO+G7fSTKTYqVbIwAFnTrbg==", + "version": "1.9.8", + "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.8.tgz", + "integrity": "sha512-EXdsL4EhoUtGm2GC2ZYtXn+Fzc6pluVgagvo2VC1RHWToLGlTRwVYoDpqS/7QXa01rmDyBjJk3Catpf60VMkwg==", "dependencies": { "@types/geojson": "*" } }, "node_modules/@types/mdast": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.1.tgz", - "integrity": "sha512-IlKct1rUTJ1T81d8OHzyop15kGv9A/ff7Gz7IJgrk6jDb4Udw77pCJ+vq8oxZf4Ghpm+616+i1s/LNg/Vh7d+g==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz", + "integrity": "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==", "dependencies": { "@types/unist": "*" } }, "node_modules/@types/ms": { - "version": "0.7.32", - "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.32.tgz", - "integrity": "sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g==" + "version": "0.7.34", + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", + "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" }, "node_modules/@types/nlcst": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-1.0.2.tgz", - "integrity": "sha512-ykxL/GDDUhqikjU0LIywZvEwb1NTYXTEWf+XgMSS2o6IXIakafPccxZmxgZcvJPZ3yFl2kdL1gJZz3U3iZF3QA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@types/nlcst/-/nlcst-1.0.4.tgz", + "integrity": "sha512-ABoYdNQ/kBSsLvZAekMhIPMQ3YUZvavStpKYs7BjLLuKVmIMA0LUgZ7b54zzuWJRbHF80v1cNf4r90Vd6eMQDg==", "dependencies": { "@types/unist": "^2" } }, "node_modules/@types/nlcst/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" }, - "node_modules/@types/parse5": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz", - "integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==" + "node_modules/@types/node": { + "version": "17.0.45", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", + "integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==" }, - "node_modules/@types/resolve": { - "version": "1.20.3", - "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.3.tgz", - "integrity": "sha512-NH5oErHOtHZYcjCtg69t26aXEk4BN2zLWqf7wnDZ+dpe0iR7Rds1SPGEItl3fca21oOe0n3OCnZ4W7jBxu7FOw==" + "node_modules/@types/sax": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", + "integrity": "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==", + "dependencies": { + "@types/node": "*" + } }, "node_modules/@types/unist": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.0.tgz", - "integrity": "sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz", + "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==" }, "node_modules/@types/web-bluetooth": { - "version": "0.0.18", - "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.18.tgz", - "integrity": "sha512-v/ZHEj9xh82usl8LMR3GarzFY1IrbXJw5L4QfQhokjRV91q+SelFqxQWSep1ucXEZ22+dSTwLFkXeur25sPIbw==" + "version": "0.0.20", + "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz", + "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==" }, - "node_modules/@vitejs/plugin-vue": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.4.0.tgz", - "integrity": "sha512-xdguqb+VUwiRpSg+nsc2HtbAUSGak25DXYvpQQi4RVU1Xq1uworyoH/md9Rfd8zMmPR/pSghr309QNcftUVseg==", - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "peerDependencies": { - "vite": "^4.0.0", - "vue": "^3.2.25" - } - }, - "node_modules/@vitejs/plugin-vue-jsx": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.0.2.tgz", - "integrity": "sha512-obF26P2Z4Ogy3cPp07B4VaW6rpiu0ue4OT2Y15UxT5BZZ76haUY9guOsZV3uWh/I6xc+VeiW+ZVabRE82FyzWw==", - "dependencies": { - "@babel/core": "^7.22.10", - "@babel/plugin-transform-typescript": "^7.22.10", - "@vue/babel-plugin-jsx": "^1.1.5" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "peerDependencies": { - "vite": "^4.0.0", - "vue": "^3.0.0" - } + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" }, "node_modules/@vue/babel-helper-vue-transform-on": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.1.5.tgz", - "integrity": "sha512-SgUymFpMoAyWeYWLAY+MkCK3QEROsiUnfaw5zxOVD/M64KQs8D/4oK6Q5omVA2hnvEOE0SCkH2TZxs/jnnUj7w==" + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.1.6.tgz", + "integrity": "sha512-XxM2tZHjYHTd9yiKHHt7fKCN0e2BK2z78UxU5rpjH3YCstEV/tcrW29CaOdrxIdeD0c/9mHHebvXWwDxlphjKA==" }, "node_modules/@vue/babel-plugin-jsx": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.5.tgz", - "integrity": "sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.6.tgz", + "integrity": "sha512-s2pK8Wwg0LiR25lyCKWGJePt8aXF0DsXOmTHYJnlKNdT3yTKfdvkKmsWjaHBctFvwWmetedObrAoINc9BeYZlA==", "dependencies": { - "@babel/helper-module-imports": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.5", - "@babel/types": "^7.22.5", - "@vue/babel-helper-vue-transform-on": "^1.1.5", + "@babel/helper-module-imports": "^7.22.15", + "@babel/plugin-syntax-jsx": "^7.23.3", + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.7", + "@babel/types": "^7.23.6", + "@vue/babel-helper-vue-transform-on": "^1.1.6", "camelcase": "^6.3.0", "html-tags": "^3.3.1", "svg-tags": "^1.0.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" + }, + "peerDependenciesMeta": { + "@babel/core": { + "optional": true + } } }, "node_modules/@vue/babel-plugin-jsx/node_modules/camelcase": { @@ -1188,12 +1411,13 @@ } }, "node_modules/@vue/compiler-core": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.3.4.tgz", - "integrity": "sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.14.tgz", + "integrity": "sha512-ro4Zzl/MPdWs7XwxT7omHRxAjMbDFRZEEjD+2m3NBf8YzAe3HuoSEZosXQo+m1GQ1G3LQ1LdmNh1RKTYe+ssEg==", "dependencies": { - "@babel/parser": "^7.21.3", - "@vue/shared": "3.3.4", + "@babel/parser": "^7.23.6", + "@vue/shared": "3.4.14", + "entities": "^4.5.0", "estree-walker": "^2.0.2", "source-map-js": "^1.0.2" } @@ -1204,28 +1428,27 @@ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" }, "node_modules/@vue/compiler-dom": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.3.4.tgz", - "integrity": "sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.14.tgz", + "integrity": "sha512-nOZTY+veWNa0DKAceNWxorAbWm0INHdQq7cejFaWM1WYnoNSJbSEKYtE7Ir6lR/+mo9fttZpPVI9ZFGJ1juUEQ==", "dependencies": { - "@vue/compiler-core": "3.3.4", - "@vue/shared": "3.3.4" + "@vue/compiler-core": "3.4.14", + "@vue/shared": "3.4.14" } }, "node_modules/@vue/compiler-sfc": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.3.4.tgz", - "integrity": "sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.14.tgz", + "integrity": "sha512-1vHc9Kv1jV+YBZC/RJxQJ9JCxildTI+qrhtDh6tPkR1O8S+olBUekimY0km0ZNn8nG1wjtFAe9XHij+YLR8cRQ==", "dependencies": { - "@babel/parser": "^7.20.15", - "@vue/compiler-core": "3.3.4", - "@vue/compiler-dom": "3.3.4", - "@vue/compiler-ssr": "3.3.4", - "@vue/reactivity-transform": "3.3.4", - "@vue/shared": "3.3.4", + "@babel/parser": "^7.23.6", + "@vue/compiler-core": "3.4.14", + "@vue/compiler-dom": "3.4.14", + "@vue/compiler-ssr": "3.4.14", + "@vue/shared": "3.4.14", "estree-walker": "^2.0.2", - "magic-string": "^0.30.0", - "postcss": "^8.1.10", + "magic-string": "^0.30.5", + "postcss": "^8.4.33", "source-map-js": "^1.0.2" } }, @@ -1235,83 +1458,66 @@ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" }, "node_modules/@vue/compiler-ssr": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.3.4.tgz", - "integrity": "sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.14.tgz", + "integrity": "sha512-bXT6+oAGlFjTYVOTtFJ4l4Jab1wjsC0cfSfOe2B4Z0N2vD2zOBSQ9w694RsCfhjk+bC2DY5Gubb1rHZVii107Q==", "dependencies": { - "@vue/compiler-dom": "3.3.4", - "@vue/shared": "3.3.4" + "@vue/compiler-dom": "3.4.14", + "@vue/shared": "3.4.14" } }, "node_modules/@vue/reactivity": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.3.4.tgz", - "integrity": "sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.14.tgz", + "integrity": "sha512-xRYwze5Q4tK7tT2J4uy4XLhK/AIXdU5EBUu9PLnIHcOKXO0uyXpNNMzlQKuq7B+zwtq6K2wuUL39pHA6ZQzObw==", "dependencies": { - "@vue/shared": "3.3.4" + "@vue/shared": "3.4.14" } }, - "node_modules/@vue/reactivity-transform": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.3.4.tgz", - "integrity": "sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==", - "dependencies": { - "@babel/parser": "^7.20.15", - "@vue/compiler-core": "3.3.4", - "@vue/shared": "3.3.4", - "estree-walker": "^2.0.2", - "magic-string": "^0.30.0" - } - }, - "node_modules/@vue/reactivity-transform/node_modules/estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" - }, "node_modules/@vue/runtime-core": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.3.4.tgz", - "integrity": "sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.14.tgz", + "integrity": "sha512-qu+NMkfujCoZL6cfqK5NOfxgXJROSlP2ZPs4CTcVR+mLrwl4TtycF5Tgo0QupkdBL+2kigc6EsJlTcuuZC1NaQ==", "dependencies": { - "@vue/reactivity": "3.3.4", - "@vue/shared": "3.3.4" + "@vue/reactivity": "3.4.14", + "@vue/shared": "3.4.14" } }, "node_modules/@vue/runtime-dom": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.3.4.tgz", - "integrity": "sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.14.tgz", + "integrity": "sha512-B85XmcR4E7XsirEHVqhmy4HPbRT9WLFWV9Uhie3OapV9m1MEN9+Er6hmUIE6d8/l2sUygpK9RstFM2bmHEUigA==", "dependencies": { - "@vue/runtime-core": "3.3.4", - "@vue/shared": "3.3.4", - "csstype": "^3.1.1" + "@vue/runtime-core": "3.4.14", + "@vue/shared": "3.4.14", + "csstype": "^3.1.3" } }, "node_modules/@vue/server-renderer": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.3.4.tgz", - "integrity": "sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.14.tgz", + "integrity": "sha512-pwSKXQfYdJBTpvWHGEYI+akDE18TXAiLcGn+Q/2Fj8wQSHWztoo7PSvfMNqu6NDhp309QXXbPFEGCU5p85HqkA==", "dependencies": { - "@vue/compiler-ssr": "3.3.4", - "@vue/shared": "3.3.4" + "@vue/compiler-ssr": "3.4.14", + "@vue/shared": "3.4.14" }, "peerDependencies": { - "vue": "3.3.4" + "vue": "3.4.14" } }, "node_modules/@vue/shared": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.3.4.tgz", - "integrity": "sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==" + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.14.tgz", + "integrity": "sha512-nmi3BtLpvqXAWoRZ6HQ+pFJOHBU4UnH3vD3opgmwXac7vhaHKA9nj1VeGjMggdB9eLtW83eHyPCmOU1qzdsC7Q==" }, "node_modules/@vueuse/core": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.5.0.tgz", - "integrity": "sha512-z/tI2eSvxwLRjOhDm0h/SXAjNm8N5ld6/SC/JQs6o6kpJ6Ya50LnEL8g5hoYu005i28L0zqB5L5yAl8Jl26K3A==", + "version": "10.7.2", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.7.2.tgz", + "integrity": "sha512-AOyAL2rK0By62Hm+iqQn6Rbu8bfmbgaIMXcE3TSr7BdQ42wnSFlwIdPjInO62onYsEMK/yDMU8C6oGfDAtZ2qQ==", "dependencies": { - "@types/web-bluetooth": "^0.0.18", - "@vueuse/metadata": "10.5.0", - "@vueuse/shared": "10.5.0", + "@types/web-bluetooth": "^0.0.20", + "@vueuse/metadata": "10.7.2", + "@vueuse/shared": "10.7.2", "vue-demi": ">=0.14.6" }, "funding": { @@ -1344,17 +1550,17 @@ } }, "node_modules/@vueuse/metadata": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.5.0.tgz", - "integrity": "sha512-fEbElR+MaIYyCkeM0SzWkdoMtOpIwO72x8WsZHRE7IggiOlILttqttM69AS13nrDxosnDBYdyy3C5mR1LCxHsw==", + "version": "10.7.2", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.7.2.tgz", + "integrity": "sha512-kCWPb4J2KGrwLtn1eJwaJD742u1k5h6v/St5wFe8Quih90+k2a0JP8BS4Zp34XUuJqS2AxFYMb1wjUL8HfhWsQ==", "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@vueuse/shared": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.5.0.tgz", - "integrity": "sha512-18iyxbbHYLst9MqU1X1QNdMHIjks6wC7XTVf0KNOv5es/Ms6gjVFCAAWTVP2JStuGqydg3DT+ExpFORUEi9yhg==", + "version": "10.7.2", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.7.2.tgz", + "integrity": "sha512-qFbXoxS44pi2FkgFjPvF4h7c9oMDutpyBdcJdMYIMg9XyXli2meFMuaKn+UMgsClo//Th6+beeCgqweT/79BVA==", "dependencies": { "vue-demi": ">=0.14.6" }, @@ -1388,9 +1594,9 @@ } }, "node_modules/acorn": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", - "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "bin": { "acorn": "bin/acorn" }, @@ -1454,11 +1660,6 @@ "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/ansi-sequence-parser": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz", - "integrity": "sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==" - }, "node_modules/ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", @@ -1482,11 +1683,24 @@ "node": ">= 8" } }, + "node_modules/arg": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" + }, "node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, + "node_modules/aria-query": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", + "dependencies": { + "dequal": "^2.0.3" + } + }, "node_modules/array-iterate": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", @@ -1497,36 +1711,42 @@ } }, "node_modules/astro": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-3.2.4.tgz", - "integrity": "sha512-e95Yz6tYG6Q2SEOCzujqCHq9/HOB2z085KP1K36kGuGtu0qaa3mmnz3R9FpKM/W5SbmrNgUv4QaP207EUkMp5Q==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.1.2.tgz", + "integrity": "sha512-C/CrsIjRnRZYsLIBquAoTKj3ZPyGPVRByEcPMs6CrJLiHmcYnjpRMVd7oBFepU6772U1ZcXLy0zdxoRYjHFf5w==", "dependencies": { - "@astrojs/compiler": "^2.1.0", + "@astrojs/compiler": "^2.3.4", "@astrojs/internal-helpers": "0.2.1", - "@astrojs/markdown-remark": "3.2.1", - "@astrojs/telemetry": "3.0.3", - "@babel/core": "^7.22.10", - "@babel/generator": "^7.22.10", - "@babel/parser": "^7.22.10", + "@astrojs/markdown-remark": "4.0.1", + "@astrojs/telemetry": "3.0.4", + "@babel/core": "^7.23.3", + "@babel/generator": "^7.23.3", + "@babel/parser": "^7.23.3", "@babel/plugin-transform-react-jsx": "^7.22.5", - "@babel/traverse": "^7.22.10", - "@babel/types": "^7.22.10", - "@types/babel__core": "^7.20.1", - "acorn": "^8.10.0", + "@babel/traverse": "^7.23.3", + "@babel/types": "^7.23.3", + "@types/babel__core": "^7.20.4", + "acorn": "^8.11.2", + "aria-query": "^5.3.0", + "axobject-query": "^4.0.0", "boxen": "^7.1.1", "chokidar": "^3.5.3", - "ci-info": "^3.8.0", + "ci-info": "^4.0.0", "clsx": "^2.0.0", "common-ancestor-path": "^1.0.1", - "cookie": "^0.5.0", + "cookie": "^0.6.0", "debug": "^4.3.4", + "deterministic-object-hash": "^2.0.1", "devalue": "^4.3.2", "diff": "^5.1.0", - "es-module-lexer": "^1.3.0", - "esbuild": "^0.19.2", + "dlv": "^1.1.3", + "dset": "^3.1.3", + "es-module-lexer": "^1.4.1", + "esbuild": "^0.19.6", "estree-walker": "^3.0.3", "execa": "^8.0.1", - "fast-glob": "^3.3.1", + "fast-glob": "^3.3.2", + "flattie": "^1.1.0", "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "html-escaper": "^3.0.3", @@ -1534,28 +1754,30 @@ "js-yaml": "^4.1.0", "kleur": "^4.1.4", "magic-string": "^0.30.3", + "mdast-util-to-hast": "13.0.2", "mime": "^3.0.0", "ora": "^7.0.1", - "p-limit": "^4.0.0", + "p-limit": "^5.0.0", + "p-queue": "^8.0.1", "path-to-regexp": "^6.2.1", "preferred-pm": "^3.1.2", "probe-image-size": "^7.2.3", "prompts": "^2.4.2", - "rehype": "^12.0.1", + "rehype": "^13.0.1", "resolve": "^1.22.4", "semver": "^7.5.4", "server-destroy": "^1.0.1", - "shiki": "^0.14.3", - "string-width": "^6.1.0", + "shikiji": "^0.6.13", + "string-width": "^7.0.0", "strip-ansi": "^7.1.0", - "tsconfig-resolver": "^3.0.1", - "unist-util-visit": "^4.1.2", - "vfile": "^5.3.7", - "vite": "^4.4.9", - "vitefu": "^0.2.4", + "tsconfck": "^3.0.0", + "unist-util-visit": "^5.0.0", + "vfile": "^6.0.1", + "vite": "^5.0.10", + "vitefu": "^0.2.5", "which-pm": "^2.1.1", "yargs-parser": "^21.1.1", - "zod": "3.21.1" + "zod": "^3.22.4" }, "bin": { "astro": "astro.js" @@ -1565,7 +1787,108 @@ "npm": ">=6.14.0" }, "optionalDependencies": { - "sharp": "^0.32.5" + "sharp": "^0.32.6" + } + }, + "node_modules/astro/node_modules/@types/node": { + "version": "20.11.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.3.tgz", + "integrity": "sha512-nrlmbvGPNGaj84IJZXMPhQuCMEVTT/hXZMJJG/aIqVL9fKxqk814sGGtJA4GI6hpJSLQjpi6cn0Qx9eOf9SDVg==", + "optional": true, + "peer": true, + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/astro/node_modules/string-width": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.0.0.tgz", + "integrity": "sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==", + "dependencies": { + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/astro/node_modules/vite": { + "version": "5.0.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.11.tgz", + "integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==", + "dependencies": { + "esbuild": "^0.19.3", + "postcss": "^8.4.32", + "rollup": "^4.2.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || >=20.0.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/astro/node_modules/vitefu": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.5.tgz", + "integrity": "sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==", + "peerDependencies": { + "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "vite": { + "optional": true + } + } + }, + "node_modules/axobject-query": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.0.0.tgz", + "integrity": "sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==", + "dependencies": { + "dequal": "^2.0.3" } }, "node_modules/b4a": { @@ -1583,6 +1906,11 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/base-64": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", + "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==" + }, "node_modules/base64-js": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", @@ -1685,9 +2013,9 @@ } }, "node_modules/browserslist": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz", - "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", + "version": "4.22.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.2.tgz", + "integrity": "sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==", "funding": [ { "type": "opencollective", @@ -1703,9 +2031,9 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001541", - "electron-to-chromium": "^1.4.535", - "node-releases": "^2.0.13", + "caniuse-lite": "^1.0.30001565", + "electron-to-chromium": "^1.4.601", + "node-releases": "^2.0.14", "update-browserslist-db": "^1.0.13" }, "bin": { @@ -1750,9 +2078,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001541", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001541.tgz", - "integrity": "sha512-bLOsqxDgTqUBkzxbNlSBt8annkDpQB9NdzdTbO2ooJ+eC/IQcvDspDc058g84ejCelF7vHUx57KIOjEecOHXaw==", + "version": "1.0.30001576", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001576.tgz", + "integrity": "sha512-ff5BdakGe2P3SQsMsiqmt1Lc8221NR1VzHj5jXN5vBny9A6fpze94HiVV/n7XRosOlsShJcvMv5mdnpjOGCEgg==", "funding": [ { "type": "opencollective", @@ -1850,9 +2178,9 @@ "optional": true }, "node_modules/ci-info": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz", + "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==", "funding": [ { "type": "github", @@ -1981,9 +2309,9 @@ "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" }, "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", "engines": { "node": ">= 0.6" } @@ -2002,9 +2330,9 @@ } }, "node_modules/csstype": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", - "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/debug": { "version": "4.3.4", @@ -2058,14 +2386,6 @@ "node": ">=4.0.0" } }, - "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "engines": { - "node": ">= 0.8" - } - }, "node_modules/dequal": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", @@ -2074,15 +2394,6 @@ "node": ">=6" } }, - "node_modules/destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, "node_modules/detect-libc": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz", @@ -2092,11 +2403,34 @@ "node": ">=8" } }, + "node_modules/deterministic-object-hash": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz", + "integrity": "sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==", + "dependencies": { + "base-64": "^1.0.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/devalue": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/devalue/-/devalue-4.3.2.tgz", "integrity": "sha512-KqFl6pOgOW+Y6wJgu80rHpo2/3H07vr8ntR9rkkFIRETewbf5GaYYcakYfiKz89K+sLsuPkQIZaXDMjUObZwWg==" }, + "node_modules/devlop": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", + "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", + "dependencies": { + "dequal": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/diff": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz", @@ -2111,9 +2445,9 @@ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" }, "node_modules/dset": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.2.tgz", - "integrity": "sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.3.tgz", + "integrity": "sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==", "engines": { "node": ">=4" } @@ -2123,28 +2457,15 @@ "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" - }, "node_modules/electron-to-chromium": { - "version": "1.4.537", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.537.tgz", - "integrity": "sha512-W1+g9qs9hviII0HAwOdehGYkr+zt7KKdmCcJcjH0mYg6oL8+ioT3Skjmt7BLoAQqXhjf40AXd+HlR4oAWMlXjA==" + "version": "1.4.631", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.631.tgz", + "integrity": "sha512-g73CJB/rMPjdxpiNJYmV1homV7mLVUNe/R0z/HhqMfpjkt58FpYmkTjbtuv3zymdbTTJ+VOEqe1c+lkTjSOhmQ==" }, "node_modules/emoji-regex": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.2.1.tgz", - "integrity": "sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==" - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", - "engines": { - "node": ">= 0.8" - } + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz", + "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==" }, "node_modules/end-of-stream": { "version": "1.4.4", @@ -2155,15 +2476,26 @@ "once": "^1.4.0" } }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, "node_modules/es-module-lexer": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.1.tgz", - "integrity": "sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", + "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==" }, "node_modules/esbuild": { - "version": "0.19.4", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.4.tgz", - "integrity": "sha512-x7jL0tbRRpv4QUyuDMjONtWFciygUxWaUM1kMX2zWxI0X2YWOt7MSA0g4UdeSiHM8fcYVzpQhKYOycZwxTdZkA==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.11.tgz", + "integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==", "hasInstallScript": true, "bin": { "esbuild": "bin/esbuild" @@ -2172,28 +2504,29 @@ "node": ">=12" }, "optionalDependencies": { - "@esbuild/android-arm": "0.19.4", - "@esbuild/android-arm64": "0.19.4", - "@esbuild/android-x64": "0.19.4", - "@esbuild/darwin-arm64": "0.19.4", - "@esbuild/darwin-x64": "0.19.4", - "@esbuild/freebsd-arm64": "0.19.4", - "@esbuild/freebsd-x64": "0.19.4", - "@esbuild/linux-arm": "0.19.4", - "@esbuild/linux-arm64": "0.19.4", - "@esbuild/linux-ia32": "0.19.4", - "@esbuild/linux-loong64": "0.19.4", - "@esbuild/linux-mips64el": "0.19.4", - "@esbuild/linux-ppc64": "0.19.4", - "@esbuild/linux-riscv64": "0.19.4", - "@esbuild/linux-s390x": "0.19.4", - "@esbuild/linux-x64": "0.19.4", - "@esbuild/netbsd-x64": "0.19.4", - "@esbuild/openbsd-x64": "0.19.4", - "@esbuild/sunos-x64": "0.19.4", - "@esbuild/win32-arm64": "0.19.4", - "@esbuild/win32-ia32": "0.19.4", - "@esbuild/win32-x64": "0.19.4" + "@esbuild/aix-ppc64": "0.19.11", + "@esbuild/android-arm": "0.19.11", + "@esbuild/android-arm64": "0.19.11", + "@esbuild/android-x64": "0.19.11", + "@esbuild/darwin-arm64": "0.19.11", + "@esbuild/darwin-x64": "0.19.11", + "@esbuild/freebsd-arm64": "0.19.11", + "@esbuild/freebsd-x64": "0.19.11", + "@esbuild/linux-arm": "0.19.11", + "@esbuild/linux-arm64": "0.19.11", + "@esbuild/linux-ia32": "0.19.11", + "@esbuild/linux-loong64": "0.19.11", + "@esbuild/linux-mips64el": "0.19.11", + "@esbuild/linux-ppc64": "0.19.11", + "@esbuild/linux-riscv64": "0.19.11", + "@esbuild/linux-s390x": "0.19.11", + "@esbuild/linux-x64": "0.19.11", + "@esbuild/netbsd-x64": "0.19.11", + "@esbuild/openbsd-x64": "0.19.11", + "@esbuild/sunos-x64": "0.19.11", + "@esbuild/win32-arm64": "0.19.11", + "@esbuild/win32-ia32": "0.19.11", + "@esbuild/win32-x64": "0.19.11" } }, "node_modules/escalade": { @@ -2204,11 +2537,6 @@ "node": ">=6" } }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" - }, "node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", @@ -2237,13 +2565,10 @@ "@types/estree": "^1.0.0" } }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", - "engines": { - "node": ">= 0.6" - } + "node_modules/eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" }, "node_modules/execa": { "version": "8.0.1", @@ -2299,9 +2624,9 @@ "optional": true }, "node_modules/fast-glob": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", - "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -2314,9 +2639,9 @@ } }, "node_modules/fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.16.0.tgz", + "integrity": "sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==", "dependencies": { "reusify": "^1.0.4" } @@ -2356,12 +2681,12 @@ "pkg-dir": "^4.2.0" } }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "node_modules/flattie": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/flattie/-/flattie-1.1.0.tgz", + "integrity": "sha512-xU99gDEnciIwJdGcBmNHnzTJ/w5AT+VFJOu6sTB6WM8diOYNA3Sa+K1DiEBQ7XH4QikQq3iFW1U+jRVcotQnBw==", "engines": { - "node": ">= 0.6" + "node": ">=8" } }, "node_modules/fs-constants": { @@ -2384,9 +2709,12 @@ } }, "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/gensync": { "version": "1.0.0-beta.2", @@ -2396,6 +2724,17 @@ "node": ">=6.9.0" } }, + "node_modules/get-east-asian-width": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz", + "integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/get-stream": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", @@ -2476,17 +2815,6 @@ "js-yaml": "bin/js-yaml.js" } }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, "node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", @@ -2495,17 +2823,46 @@ "node": ">=4" } }, - "node_modules/hast-util-from-parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-7.1.2.tgz", - "integrity": "sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==", + "node_modules/hasown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", "dependencies": { - "@types/hast": "^2.0.0", - "@types/unist": "^2.0.0", - "hastscript": "^7.0.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/hast-util-from-html": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/hast-util-from-html/-/hast-util-from-html-2.0.1.tgz", + "integrity": "sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==", + "dependencies": { + "@types/hast": "^3.0.0", + "devlop": "^1.1.0", + "hast-util-from-parse5": "^8.0.0", + "parse5": "^7.0.0", + "vfile": "^6.0.0", + "vfile-message": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/hast-util-from-parse5": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.1.tgz", + "integrity": "sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==", + "dependencies": { + "@types/hast": "^3.0.0", + "@types/unist": "^3.0.0", + "devlop": "^1.0.0", + "hastscript": "^8.0.0", "property-information": "^6.0.0", - "vfile": "^5.0.0", - "vfile-location": "^4.0.0", + "vfile": "^6.0.0", + "vfile-location": "^5.0.0", "web-namespaces": "^2.0.0" }, "funding": { @@ -2513,17 +2870,12 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-from-parse5/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/hast-util-parse-selector": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-3.1.1.tgz", - "integrity": "sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz", + "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==", "dependencies": { - "@types/hast": "^2.0.0" + "@types/hast": "^3.0.0" }, "funding": { "type": "opencollective", @@ -2531,19 +2883,21 @@ } }, "node_modules/hast-util-raw": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-7.2.3.tgz", - "integrity": "sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.1.tgz", + "integrity": "sha512-5m1gmba658Q+lO5uqL5YNGQWeh1MYWZbZmWrM5lncdcuiXuo5E2HT/CIOp0rLF8ksfSwiCVJ3twlgVRyTGThGA==", "dependencies": { - "@types/hast": "^2.0.0", - "@types/parse5": "^6.0.0", - "hast-util-from-parse5": "^7.0.0", - "hast-util-to-parse5": "^7.0.0", - "html-void-elements": "^2.0.0", - "parse5": "^6.0.0", - "unist-util-position": "^4.0.0", - "unist-util-visit": "^4.0.0", - "vfile": "^5.0.0", + "@types/hast": "^3.0.0", + "@types/unist": "^3.0.0", + "@ungap/structured-clone": "^1.0.0", + "hast-util-from-parse5": "^8.0.0", + "hast-util-to-parse5": "^8.0.0", + "html-void-elements": "^3.0.0", + "mdast-util-to-hast": "^13.0.0", + "parse5": "^7.0.0", + "unist-util-position": "^5.0.0", + "unist-util-visit": "^5.0.0", + "vfile": "^6.0.0", "web-namespaces": "^2.0.0", "zwitch": "^2.0.0" }, @@ -2553,17 +2907,18 @@ } }, "node_modules/hast-util-to-html": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-8.0.4.tgz", - "integrity": "sha512-4tpQTUOr9BMjtYyNlt0P50mH7xj0Ks2xpo8M943Vykljf99HW6EzulIoJP1N3eKOSScEHzyzi9dm7/cn0RfGwA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.0.tgz", + "integrity": "sha512-IVGhNgg7vANuUA2XKrT6sOIIPgaYZnmLx3l/CCOAK0PtgfoHrZwX7jCSYyFxHTrGmC6S9q8aQQekjp4JPZF+cw==", "dependencies": { - "@types/hast": "^2.0.0", - "@types/unist": "^2.0.0", + "@types/hast": "^3.0.0", + "@types/unist": "^3.0.0", "ccount": "^2.0.0", "comma-separated-tokens": "^2.0.0", - "hast-util-raw": "^7.0.0", - "hast-util-whitespace": "^2.0.0", - "html-void-elements": "^2.0.0", + "hast-util-raw": "^9.0.0", + "hast-util-whitespace": "^3.0.0", + "html-void-elements": "^3.0.0", + "mdast-util-to-hast": "^13.0.0", "property-information": "^6.0.0", "space-separated-tokens": "^2.0.0", "stringify-entities": "^4.0.0", @@ -2574,18 +2929,14 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/hast-util-to-html/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/hast-util-to-parse5": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-7.1.0.tgz", - "integrity": "sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz", + "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==", "dependencies": { - "@types/hast": "^2.0.0", + "@types/hast": "^3.0.0", "comma-separated-tokens": "^2.0.0", + "devlop": "^1.0.0", "property-information": "^6.0.0", "space-separated-tokens": "^2.0.0", "web-namespaces": "^2.0.0", @@ -2597,22 +2948,25 @@ } }, "node_modules/hast-util-whitespace": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.1.tgz", - "integrity": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", + "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", + "dependencies": { + "@types/hast": "^3.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/hastscript": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-7.2.0.tgz", - "integrity": "sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-8.0.0.tgz", + "integrity": "sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==", "dependencies": { - "@types/hast": "^2.0.0", + "@types/hast": "^3.0.0", "comma-separated-tokens": "^2.0.0", - "hast-util-parse-selector": "^3.0.0", + "hast-util-parse-selector": "^4.0.0", "property-information": "^6.0.0", "space-separated-tokens": "^2.0.0" }, @@ -2638,9 +2992,9 @@ } }, "node_modules/html-void-elements": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-2.0.1.tgz", - "integrity": "sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", + "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -2651,21 +3005,6 @@ "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" }, - "node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/human-signals": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-5.0.0.tgz", @@ -2711,9 +3050,9 @@ "devOptional": true }, "node_modules/import-meta-resolve": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-3.0.0.tgz", - "integrity": "sha512-4IwhLhNNA8yy445rPjD/lWh++7hMDOml2eHtd58eG7h+qK3EryMuuRbsHGPikCoAgIkkDnckKfWSk2iDla/ejg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.0.0.tgz", + "integrity": "sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -2770,11 +3109,11 @@ } }, "node_modules/is-core-module": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", - "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", "dependencies": { - "has": "^1.0.3" + "hasown": "^2.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -2955,11 +3294,6 @@ "node": ">=6" } }, - "node_modules/jsonc-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" - }, "node_modules/kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", @@ -3081,9 +3415,9 @@ } }, "node_modules/magic-string": { - "version": "0.30.4", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.4.tgz", - "integrity": "sha512-Q/TKtsC5BPm0kGqgBIF9oXAs/xEf2vRKiIB4wCRQTJOQIByZ1d+NnUOotvJOvNpi5RNIgVOMC3pOuaP1ZTDlVg==", + "version": "0.30.5", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz", + "integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==", "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15" }, @@ -3114,24 +3448,13 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-definitions/node_modules/unist-util-is": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", - "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", + "node_modules/mdast-util-find-and-replace": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.1.tgz", + "integrity": "sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==", "dependencies": { - "@types/unist": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-definitions/node_modules/unist-util-visit": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", - "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", - "dependencies": { - "@types/unist": "^3.0.0", + "@types/mdast": "^4.0.0", + "escape-string-regexp": "^5.0.0", "unist-util-is": "^6.0.0", "unist-util-visit-parents": "^6.0.0" }, @@ -3140,47 +3463,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", - "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", - "dependencies": { - "@types/unist": "^3.0.0", - "unist-util-is": "^6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-find-and-replace": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.2.2.tgz", - "integrity": "sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==", - "dependencies": { - "@types/mdast": "^3.0.0", - "escape-string-regexp": "^5.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-find-and-replace/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/mdast-util-find-and-replace/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", @@ -3193,53 +3475,40 @@ } }, "node_modules/mdast-util-from-markdown": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.3.1.tgz", - "integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.0.tgz", + "integrity": "sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==", "dependencies": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", + "@types/mdast": "^4.0.0", + "@types/unist": "^3.0.0", "decode-named-character-reference": "^1.0.0", - "mdast-util-to-string": "^3.1.0", - "micromark": "^3.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-decode-string": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "unist-util-stringify-position": "^3.0.0", - "uvu": "^0.5.0" + "devlop": "^1.0.0", + "mdast-util-to-string": "^4.0.0", + "micromark": "^4.0.0", + "micromark-util-decode-numeric-character-reference": "^2.0.0", + "micromark-util-decode-string": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0", + "unist-util-stringify-position": "^4.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-from-markdown/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/mdast-util-from-markdown/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/mdast-util-gfm": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-2.0.2.tgz", - "integrity": "sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.0.0.tgz", + "integrity": "sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==", "dependencies": { - "mdast-util-from-markdown": "^1.0.0", - "mdast-util-gfm-autolink-literal": "^1.0.0", - "mdast-util-gfm-footnote": "^1.0.0", - "mdast-util-gfm-strikethrough": "^1.0.0", - "mdast-util-gfm-table": "^1.0.0", - "mdast-util-gfm-task-list-item": "^1.0.0", - "mdast-util-to-markdown": "^1.0.0" + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-gfm-autolink-literal": "^2.0.0", + "mdast-util-gfm-footnote": "^2.0.0", + "mdast-util-gfm-strikethrough": "^2.0.0", + "mdast-util-gfm-table": "^2.0.0", + "mdast-util-gfm-task-list-item": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0" }, "funding": { "type": "opencollective", @@ -3247,206 +3516,108 @@ } }, "node_modules/mdast-util-gfm-autolink-literal": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.3.tgz", - "integrity": "sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.0.tgz", + "integrity": "sha512-FyzMsduZZHSc3i0Px3PQcBT4WJY/X/RCtEJKuybiC6sjPqLv7h1yqAkmILZtuxMSsUyaLUWNp71+vQH2zqp5cg==", "dependencies": { - "@types/mdast": "^3.0.0", + "@types/mdast": "^4.0.0", "ccount": "^2.0.0", - "mdast-util-find-and-replace": "^2.0.0", - "micromark-util-character": "^1.0.0" + "devlop": "^1.0.0", + "mdast-util-find-and-replace": "^3.0.0", + "micromark-util-character": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-gfm-autolink-literal/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/mdast-util-gfm-autolink-literal/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/mdast-util-gfm-footnote": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.2.tgz", - "integrity": "sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.0.0.tgz", + "integrity": "sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==", "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-to-markdown": "^1.3.0", - "micromark-util-normalize-identifier": "^1.0.0" + "@types/mdast": "^4.0.0", + "devlop": "^1.1.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-gfm-footnote/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/mdast-util-gfm-footnote/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/mdast-util-gfm-strikethrough": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.3.tgz", - "integrity": "sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz", + "integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==", "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-to-markdown": "^1.3.0" + "@types/mdast": "^4.0.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-gfm-strikethrough/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/mdast-util-gfm-strikethrough/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/mdast-util-gfm-table": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.7.tgz", - "integrity": "sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz", + "integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==", "dependencies": { - "@types/mdast": "^3.0.0", + "@types/mdast": "^4.0.0", + "devlop": "^1.0.0", "markdown-table": "^3.0.0", - "mdast-util-from-markdown": "^1.0.0", - "mdast-util-to-markdown": "^1.3.0" + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-gfm-table/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/mdast-util-gfm-table/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/mdast-util-gfm-task-list-item": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.2.tgz", - "integrity": "sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz", + "integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==", "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-to-markdown": "^1.3.0" + "@types/mdast": "^4.0.0", + "devlop": "^1.0.0", + "mdast-util-from-markdown": "^2.0.0", + "mdast-util-to-markdown": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-gfm-task-list-item/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/mdast-util-gfm-task-list-item/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/mdast-util-phrasing": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-3.0.1.tgz", - "integrity": "sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.0.0.tgz", + "integrity": "sha512-xadSsJayQIucJ9n053dfQwVu1kuXg7jCTdYsMK8rqzKZh52nLfSH/k0sAxE0u+pj/zKZX+o5wB+ML5mRayOxFA==", "dependencies": { - "@types/mdast": "^3.0.0", - "unist-util-is": "^5.0.0" + "@types/mdast": "^4.0.0", + "unist-util-is": "^6.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-phrasing/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/mdast-util-phrasing/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/mdast-util-to-hast": { - "version": "12.3.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-12.3.0.tgz", - "integrity": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.0.2.tgz", + "integrity": "sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==", "dependencies": { - "@types/hast": "^2.0.0", - "@types/mdast": "^3.0.0", - "mdast-util-definitions": "^5.0.0", - "micromark-util-sanitize-uri": "^1.1.0", + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "@ungap/structured-clone": "^1.0.0", + "devlop": "^1.0.0", + "micromark-util-sanitize-uri": "^2.0.0", "trim-lines": "^3.0.0", - "unist-util-generated": "^2.0.0", - "unist-util-position": "^4.0.0", - "unist-util-visit": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-hast/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/mdast-util-to-hast/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, - "node_modules/mdast-util-to-hast/node_modules/mdast-util-definitions": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-5.1.2.tgz", - "integrity": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==", - "dependencies": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "unist-util-visit": "^4.0.0" + "unist-util-position": "^5.0.0", + "unist-util-visit": "^5.0.0" }, "funding": { "type": "opencollective", @@ -3454,17 +3625,17 @@ } }, "node_modules/mdast-util-to-markdown": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.5.0.tgz", - "integrity": "sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.0.tgz", + "integrity": "sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==", "dependencies": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", + "@types/mdast": "^4.0.0", + "@types/unist": "^3.0.0", "longest-streak": "^3.0.0", - "mdast-util-phrasing": "^3.0.0", - "mdast-util-to-string": "^3.0.0", - "micromark-util-decode-string": "^1.0.0", - "unist-util-visit": "^4.0.0", + "mdast-util-phrasing": "^4.0.0", + "mdast-util-to-string": "^4.0.0", + "micromark-util-decode-string": "^2.0.0", + "unist-util-visit": "^5.0.0", "zwitch": "^2.0.0" }, "funding": { @@ -3472,44 +3643,18 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-to-markdown/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/mdast-util-to-markdown/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/mdast-util-to-string": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.2.0.tgz", - "integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz", + "integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==", "dependencies": { - "@types/mdast": "^3.0.0" + "@types/mdast": "^4.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/mdast-util-to-string/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/mdast-util-to-string/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/merge-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", @@ -3524,9 +3669,9 @@ } }, "node_modules/micromark": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.2.0.tgz", - "integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.0.tgz", + "integrity": "sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==", "funding": [ { "type": "GitHub Sponsors", @@ -3541,26 +3686,26 @@ "@types/debug": "^4.0.0", "debug": "^4.0.0", "decode-named-character-reference": "^1.0.0", - "micromark-core-commonmark": "^1.0.1", - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-chunked": "^1.0.0", - "micromark-util-combine-extensions": "^1.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-encode": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-sanitize-uri": "^1.0.0", - "micromark-util-subtokenize": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.1", - "uvu": "^0.5.0" + "devlop": "^1.0.0", + "micromark-core-commonmark": "^2.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-chunked": "^2.0.0", + "micromark-util-combine-extensions": "^2.0.0", + "micromark-util-decode-numeric-character-reference": "^2.0.0", + "micromark-util-encode": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0", + "micromark-util-resolve-all": "^2.0.0", + "micromark-util-sanitize-uri": "^2.0.0", + "micromark-util-subtokenize": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, "node_modules/micromark-core-commonmark": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.1.0.tgz", - "integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.0.tgz", + "integrity": "sha512-jThOz/pVmAYUtkroV3D5c1osFXAMv9e0ypGDOIZuCeAe91/sD6BoE2Sjzt30yuXtwOYUmySOhMas/PVyh02itA==", "funding": [ { "type": "GitHub Sponsors", @@ -3573,36 +3718,36 @@ ], "dependencies": { "decode-named-character-reference": "^1.0.0", - "micromark-factory-destination": "^1.0.0", - "micromark-factory-label": "^1.0.0", - "micromark-factory-space": "^1.0.0", - "micromark-factory-title": "^1.0.0", - "micromark-factory-whitespace": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-chunked": "^1.0.0", - "micromark-util-classify-character": "^1.0.0", - "micromark-util-html-tag-name": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-subtokenize": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.1", - "uvu": "^0.5.0" + "devlop": "^1.0.0", + "micromark-factory-destination": "^2.0.0", + "micromark-factory-label": "^2.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-factory-title": "^2.0.0", + "micromark-factory-whitespace": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-chunked": "^2.0.0", + "micromark-util-classify-character": "^2.0.0", + "micromark-util-html-tag-name": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0", + "micromark-util-resolve-all": "^2.0.0", + "micromark-util-subtokenize": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, "node_modules/micromark-extension-gfm": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-2.0.3.tgz", - "integrity": "sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", + "integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==", "dependencies": { - "micromark-extension-gfm-autolink-literal": "^1.0.0", - "micromark-extension-gfm-footnote": "^1.0.0", - "micromark-extension-gfm-strikethrough": "^1.0.0", - "micromark-extension-gfm-table": "^1.0.0", - "micromark-extension-gfm-tagfilter": "^1.0.0", - "micromark-extension-gfm-task-list-item": "^1.0.0", - "micromark-util-combine-extensions": "^1.0.0", - "micromark-util-types": "^1.0.0" + "micromark-extension-gfm-autolink-literal": "^2.0.0", + "micromark-extension-gfm-footnote": "^2.0.0", + "micromark-extension-gfm-strikethrough": "^2.0.0", + "micromark-extension-gfm-table": "^2.0.0", + "micromark-extension-gfm-tagfilter": "^2.0.0", + "micromark-extension-gfm-task-list-item": "^2.0.0", + "micromark-util-combine-extensions": "^2.0.0", + "micromark-util-types": "^2.0.0" }, "funding": { "type": "opencollective", @@ -3610,14 +3755,14 @@ } }, "node_modules/micromark-extension-gfm-autolink-literal": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.5.tgz", - "integrity": "sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.0.0.tgz", + "integrity": "sha512-rTHfnpt/Q7dEAK1Y5ii0W8bhfJlVJFnJMHIPisfPK3gpVNuOP0VnRl96+YJ3RYWV/P4gFeQoGKNlT3RhuvpqAg==", "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-sanitize-uri": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" + "micromark-util-character": "^2.0.0", + "micromark-util-sanitize-uri": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" }, "funding": { "type": "opencollective", @@ -3625,18 +3770,18 @@ } }, "node_modules/micromark-extension-gfm-footnote": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.1.2.tgz", - "integrity": "sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.0.0.tgz", + "integrity": "sha512-6Rzu0CYRKDv3BfLAUnZsSlzx3ak6HAoI85KTiijuKIz5UxZxbUI+pD6oHgw+6UtQuiRwnGRhzMmPRv4smcz0fg==", "dependencies": { - "micromark-core-commonmark": "^1.0.0", - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-sanitize-uri": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" + "devlop": "^1.0.0", + "micromark-core-commonmark": "^2.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0", + "micromark-util-sanitize-uri": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" }, "funding": { "type": "opencollective", @@ -3644,16 +3789,16 @@ } }, "node_modules/micromark-extension-gfm-strikethrough": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.7.tgz", - "integrity": "sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.0.0.tgz", + "integrity": "sha512-c3BR1ClMp5fxxmwP6AoOY2fXO9U8uFMKs4ADD66ahLTNcwzSCyRVU4k7LPV5Nxo/VJiR4TdzxRQY2v3qIUceCw==", "dependencies": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-classify-character": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" + "devlop": "^1.0.0", + "micromark-util-chunked": "^2.0.0", + "micromark-util-classify-character": "^2.0.0", + "micromark-util-resolve-all": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" }, "funding": { "type": "opencollective", @@ -3661,15 +3806,15 @@ } }, "node_modules/micromark-extension-gfm-table": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.7.tgz", - "integrity": "sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.0.0.tgz", + "integrity": "sha512-PoHlhypg1ItIucOaHmKE8fbin3vTLpDOUg8KAr8gRCF1MOZI9Nquq2i/44wFvviM4WuxJzc3demT8Y3dkfvYrw==", "dependencies": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" + "devlop": "^1.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" }, "funding": { "type": "opencollective", @@ -3677,11 +3822,11 @@ } }, "node_modules/micromark-extension-gfm-tagfilter": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.2.tgz", - "integrity": "sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz", + "integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==", "dependencies": { - "micromark-util-types": "^1.0.0" + "micromark-util-types": "^2.0.0" }, "funding": { "type": "opencollective", @@ -3689,15 +3834,15 @@ } }, "node_modules/micromark-extension-gfm-task-list-item": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.5.tgz", - "integrity": "sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.0.1.tgz", + "integrity": "sha512-cY5PzGcnULaN5O7T+cOzfMoHjBW7j+T9D2sucA5d/KbsBTPcYdebm9zUd9zzdgJGCwahV+/W78Z3nbulBYVbTw==", "dependencies": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" + "devlop": "^1.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" }, "funding": { "type": "opencollective", @@ -3705,9 +3850,9 @@ } }, "node_modules/micromark-factory-destination": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.1.0.tgz", - "integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.0.tgz", + "integrity": "sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==", "funding": [ { "type": "GitHub Sponsors", @@ -3719,15 +3864,15 @@ } ], "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, "node_modules/micromark-factory-label": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.1.0.tgz", - "integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.0.tgz", + "integrity": "sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==", "funding": [ { "type": "GitHub Sponsors", @@ -3739,16 +3884,16 @@ } ], "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" + "devlop": "^1.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, "node_modules/micromark-factory-space": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.1.0.tgz", - "integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.0.tgz", + "integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==", "funding": [ { "type": "GitHub Sponsors", @@ -3760,14 +3905,14 @@ } ], "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-types": "^1.0.0" + "micromark-util-character": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, "node_modules/micromark-factory-title": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.1.0.tgz", - "integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.0.tgz", + "integrity": "sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==", "funding": [ { "type": "GitHub Sponsors", @@ -3779,16 +3924,16 @@ } ], "dependencies": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, "node_modules/micromark-factory-whitespace": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.1.0.tgz", - "integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.0.tgz", + "integrity": "sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==", "funding": [ { "type": "GitHub Sponsors", @@ -3800,16 +3945,16 @@ } ], "dependencies": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, "node_modules/micromark-util-character": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.2.0.tgz", - "integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz", + "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==", "funding": [ { "type": "GitHub Sponsors", @@ -3821,14 +3966,14 @@ } ], "dependencies": { - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, "node_modules/micromark-util-chunked": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.1.0.tgz", - "integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.0.tgz", + "integrity": "sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==", "funding": [ { "type": "GitHub Sponsors", @@ -3840,13 +3985,13 @@ } ], "dependencies": { - "micromark-util-symbol": "^1.0.0" + "micromark-util-symbol": "^2.0.0" } }, "node_modules/micromark-util-classify-character": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.1.0.tgz", - "integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.0.tgz", + "integrity": "sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==", "funding": [ { "type": "GitHub Sponsors", @@ -3858,15 +4003,15 @@ } ], "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, "node_modules/micromark-util-combine-extensions": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.1.0.tgz", - "integrity": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.0.tgz", + "integrity": "sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==", "funding": [ { "type": "GitHub Sponsors", @@ -3878,14 +4023,14 @@ } ], "dependencies": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-types": "^1.0.0" + "micromark-util-chunked": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, "node_modules/micromark-util-decode-numeric-character-reference": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.1.0.tgz", - "integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.1.tgz", + "integrity": "sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==", "funding": [ { "type": "GitHub Sponsors", @@ -3897,13 +4042,13 @@ } ], "dependencies": { - "micromark-util-symbol": "^1.0.0" + "micromark-util-symbol": "^2.0.0" } }, "node_modules/micromark-util-decode-string": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.1.0.tgz", - "integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.0.tgz", + "integrity": "sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==", "funding": [ { "type": "GitHub Sponsors", @@ -3916,15 +4061,15 @@ ], "dependencies": { "decode-named-character-reference": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-symbol": "^1.0.0" + "micromark-util-character": "^2.0.0", + "micromark-util-decode-numeric-character-reference": "^2.0.0", + "micromark-util-symbol": "^2.0.0" } }, "node_modules/micromark-util-encode": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.1.0.tgz", - "integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz", + "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==", "funding": [ { "type": "GitHub Sponsors", @@ -3937,9 +4082,9 @@ ] }, "node_modules/micromark-util-html-tag-name": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.2.0.tgz", - "integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.0.tgz", + "integrity": "sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==", "funding": [ { "type": "GitHub Sponsors", @@ -3952,9 +4097,9 @@ ] }, "node_modules/micromark-util-normalize-identifier": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.1.0.tgz", - "integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.0.tgz", + "integrity": "sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==", "funding": [ { "type": "GitHub Sponsors", @@ -3966,13 +4111,13 @@ } ], "dependencies": { - "micromark-util-symbol": "^1.0.0" + "micromark-util-symbol": "^2.0.0" } }, "node_modules/micromark-util-resolve-all": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.1.0.tgz", - "integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.0.tgz", + "integrity": "sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==", "funding": [ { "type": "GitHub Sponsors", @@ -3984,13 +4129,13 @@ } ], "dependencies": { - "micromark-util-types": "^1.0.0" + "micromark-util-types": "^2.0.0" } }, "node_modules/micromark-util-sanitize-uri": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.2.0.tgz", - "integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz", + "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==", "funding": [ { "type": "GitHub Sponsors", @@ -4002,15 +4147,15 @@ } ], "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-encode": "^1.0.0", - "micromark-util-symbol": "^1.0.0" + "micromark-util-character": "^2.0.0", + "micromark-util-encode": "^2.0.0", + "micromark-util-symbol": "^2.0.0" } }, "node_modules/micromark-util-subtokenize": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.1.0.tgz", - "integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.0.tgz", + "integrity": "sha512-vc93L1t+gpR3p8jxeVdaYlbV2jTYteDje19rNSS/H5dlhxUYll5Fy6vJ2cDwP8RnsXi818yGty1ayP55y3W6fg==", "funding": [ { "type": "GitHub Sponsors", @@ -4022,16 +4167,16 @@ } ], "dependencies": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" + "devlop": "^1.0.0", + "micromark-util-chunked": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" } }, "node_modules/micromark-util-symbol": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.1.0.tgz", - "integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz", + "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==", "funding": [ { "type": "GitHub Sponsors", @@ -4044,9 +4189,9 @@ ] }, "node_modules/micromark-util-types": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.1.0.tgz", - "integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz", + "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==", "funding": [ { "type": "GitHub Sponsors", @@ -4119,23 +4264,15 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", "optional": true }, - "node_modules/mri": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", - "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", - "engines": { - "node": ">=4" - } - }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "funding": [ { "type": "github", @@ -4149,20 +4286,6 @@ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, - "node_modules/nanostores": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/nanostores/-/nanostores-0.9.3.tgz", - "integrity": "sha512-KobZjcVyNndNrb5DAjfs0WG0lRcZu5Q1BOrfTOxokFLi25zFrWPjg+joXC6kuDqNfSt9fQwppyjUBkRPtsL+8w==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "engines": { - "node": "^16.0.0 || ^18.0.0 || >=20.0.0" - } - }, "node_modules/napi-build-utils": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz", @@ -4224,9 +4347,9 @@ "optional": true }, "node_modules/node-releases": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", - "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==" + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" }, "node_modules/normalize-path": { "version": "3.0.0", @@ -4261,17 +4384,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -4329,14 +4441,14 @@ } }, "node_modules/p-limit": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-5.0.0.tgz", + "integrity": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==", "dependencies": { "yocto-queue": "^1.0.0" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -4381,6 +4493,32 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/p-queue": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz", + "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==", + "dependencies": { + "eventemitter3": "^5.0.1", + "p-timeout": "^6.1.2" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-timeout": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.2.tgz", + "integrity": "sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", @@ -4404,9 +4542,15 @@ } }, "node_modules/parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "dependencies": { + "entities": "^4.4.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } }, "node_modules/path-exists": { "version": "4.0.0", @@ -4518,9 +4662,9 @@ } }, "node_modules/postcss": { - "version": "8.4.31", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", - "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", + "version": "8.4.33", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", + "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", "funding": [ { "type": "opencollective", @@ -4536,7 +4680,7 @@ } ], "dependencies": { - "nanoid": "^3.3.6", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, @@ -4698,9 +4842,9 @@ } }, "node_modules/property-information": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.3.0.tgz", - "integrity": "sha512-gVNZ74nqhRMiIUYWGQdosYetaKc83x8oT41a0LlV3AAFCAZwCpg4vmGkq8t34+cUhp3cnM4XDiU/7xlgK7HGrg==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.0.tgz", + "integrity": "sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -4741,14 +4885,6 @@ "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==", "optional": true }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, "node_modules/rc": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", @@ -4789,14 +4925,14 @@ } }, "node_modules/rehype": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/rehype/-/rehype-12.0.1.tgz", - "integrity": "sha512-ey6kAqwLM3X6QnMDILJthGvG1m1ULROS9NT4uG9IDCuv08SFyLlreSuvOa//DgEvbXx62DS6elGVqusWhRUbgw==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/rehype/-/rehype-13.0.1.tgz", + "integrity": "sha512-AcSLS2mItY+0fYu9xKxOu1LhUZeBZZBx8//5HKzF+0XP+eP8+6a5MXn2+DW2kfXR6Dtp1FEXMVrjyKAcvcU8vg==", "dependencies": { - "@types/hast": "^2.0.0", - "rehype-parse": "^8.0.0", - "rehype-stringify": "^9.0.0", - "unified": "^10.0.0" + "@types/hast": "^3.0.0", + "rehype-parse": "^9.0.0", + "rehype-stringify": "^10.0.0", + "unified": "^11.0.0" }, "funding": { "type": "opencollective", @@ -4804,14 +4940,13 @@ } }, "node_modules/rehype-parse": { - "version": "8.0.5", - "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-8.0.5.tgz", - "integrity": "sha512-Ds3RglaY/+clEX2U2mHflt7NlMA72KspZ0JLUJgBBLpRddBcEw3H8uYZQliQriku22NZpYMfjDdSgHcjxue24A==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/rehype-parse/-/rehype-parse-9.0.0.tgz", + "integrity": "sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==", "dependencies": { - "@types/hast": "^2.0.0", - "hast-util-from-parse5": "^7.0.0", - "parse5": "^6.0.0", - "unified": "^10.0.0" + "@types/hast": "^3.0.0", + "hast-util-from-html": "^2.0.0", + "unified": "^11.0.0" }, "funding": { "type": "opencollective", @@ -4819,13 +4954,13 @@ } }, "node_modules/rehype-raw": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-6.1.1.tgz", - "integrity": "sha512-d6AKtisSRtDRX4aSPsJGTfnzrX2ZkHQLE5kiUuGOeEoLpbEulFF4hj0mLPbsa+7vmguDKOVVEQdHKDSwoaIDsQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/rehype-raw/-/rehype-raw-7.0.0.tgz", + "integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==", "dependencies": { - "@types/hast": "^2.0.0", - "hast-util-raw": "^7.2.0", - "unified": "^10.0.0" + "@types/hast": "^3.0.0", + "hast-util-raw": "^9.0.0", + "vfile": "^6.0.0" }, "funding": { "type": "opencollective", @@ -4833,13 +4968,13 @@ } }, "node_modules/rehype-stringify": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-9.0.4.tgz", - "integrity": "sha512-Uk5xu1YKdqobe5XpSskwPvo1XeHUUucWEQSl8hTrXt5selvca1e8K1EZ37E6YoZ4BT8BCqCdVfQW7OfHfthtVQ==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/rehype-stringify/-/rehype-stringify-10.0.0.tgz", + "integrity": "sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ==", "dependencies": { - "@types/hast": "^2.0.0", - "hast-util-to-html": "^8.0.0", - "unified": "^10.0.0" + "@types/hast": "^3.0.0", + "hast-util-to-html": "^9.0.0", + "unified": "^11.0.0" }, "funding": { "type": "opencollective", @@ -4847,105 +4982,84 @@ } }, "node_modules/remark-gfm": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz", - "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.0.tgz", + "integrity": "sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==", "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-gfm": "^2.0.0", - "micromark-extension-gfm": "^2.0.0", - "unified": "^10.0.0" + "@types/mdast": "^4.0.0", + "mdast-util-gfm": "^3.0.0", + "micromark-extension-gfm": "^3.0.0", + "remark-parse": "^11.0.0", + "remark-stringify": "^11.0.0", + "unified": "^11.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/remark-gfm/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/remark-gfm/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/remark-parse": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.2.tgz", - "integrity": "sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz", + "integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==", "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-from-markdown": "^1.0.0", - "unified": "^10.0.0" + "@types/mdast": "^4.0.0", + "mdast-util-from-markdown": "^2.0.0", + "micromark-util-types": "^2.0.0", + "unified": "^11.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/remark-parse/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/remark-parse/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/remark-rehype": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-10.1.0.tgz", - "integrity": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.0.tgz", + "integrity": "sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==", "dependencies": { - "@types/hast": "^2.0.0", - "@types/mdast": "^3.0.0", - "mdast-util-to-hast": "^12.1.0", - "unified": "^10.0.0" + "@types/hast": "^3.0.0", + "@types/mdast": "^4.0.0", + "mdast-util-to-hast": "^13.0.0", + "unified": "^11.0.0", + "vfile": "^6.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/remark-rehype/node_modules/@types/mdast": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.13.tgz", - "integrity": "sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/remark-rehype/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/remark-smartypants": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-2.0.0.tgz", - "integrity": "sha512-Rc0VDmr/yhnMQIz8n2ACYXlfw/P/XZev884QU1I5u+5DgJls32o97Vc1RbK3pfumLsJomS2yy8eT4Fxj/2MDVA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-2.1.0.tgz", + "integrity": "sha512-qoF6Vz3BjU2tP6OfZqHOvCU0ACmu/6jhGaINSQRI9mM7wCxNQTKB3JUAN4SVoN2ybElEDTxBIABRep7e569iJw==", "dependencies": { "retext": "^8.1.0", - "retext-smartypants": "^5.1.0", - "unist-util-visit": "^4.1.0" + "retext-smartypants": "^5.2.0", + "unist-util-visit": "^5.0.0" }, "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, + "node_modules/remark-stringify": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", + "integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==", + "dependencies": { + "@types/mdast": "^4.0.0", + "mdast-util-to-markdown": "^2.0.0", + "unified": "^11.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/resolve": { - "version": "1.22.6", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.6.tgz", - "integrity": "sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==", + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -5030,6 +5144,69 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/retext-latin/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" + }, + "node_modules/retext-latin/node_modules/unified": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", + "dependencies": { + "@types/unist": "^2.0.0", + "bail": "^2.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-latin/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-latin/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-latin/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/retext-smartypants": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/retext-smartypants/-/retext-smartypants-5.2.0.tgz", @@ -5045,6 +5222,108 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/retext-smartypants/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" + }, + "node_modules/retext-smartypants/node_modules/unified": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", + "dependencies": { + "@types/unist": "^2.0.0", + "bail": "^2.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-smartypants/node_modules/unist-util-is": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", + "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-smartypants/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-smartypants/node_modules/unist-util-visit": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", + "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0", + "unist-util-visit-parents": "^5.1.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-smartypants/node_modules/unist-util-visit-parents": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", + "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-is": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-smartypants/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-smartypants/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/retext-stringify": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/retext-stringify/-/retext-stringify-3.1.0.tgz", @@ -5059,6 +5338,132 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/retext-stringify/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" + }, + "node_modules/retext-stringify/node_modules/unified": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", + "dependencies": { + "@types/unist": "^2.0.0", + "bail": "^2.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-stringify/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-stringify/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext-stringify/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext/node_modules/@types/unist": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" + }, + "node_modules/retext/node_modules/unified": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", + "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", + "dependencies": { + "@types/unist": "^2.0.0", + "bail": "^2.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^4.0.0", + "trough": "^2.0.0", + "vfile": "^5.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext/node_modules/unist-util-stringify-position": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", + "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", + "dependencies": { + "@types/unist": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext/node_modules/vfile": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", + "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", + "dependencies": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^3.0.0", + "vfile-message": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/retext/node_modules/vfile-message": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", + "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + "dependencies": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^3.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, "node_modules/reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", @@ -5069,17 +5474,33 @@ } }, "node_modules/rollup": { - "version": "3.29.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", - "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.9.5.tgz", + "integrity": "sha512-E4vQW0H/mbNMw2yLSqJyjtkHY9dslf/p0zuT1xehNRqUTBOFMqEjguDvqhXr7N7r/4ttb2jr4T41d3dncmIgbQ==", + "dependencies": { + "@types/estree": "1.0.5" + }, "bin": { "rollup": "dist/bin/rollup" }, "engines": { - "node": ">=14.18.0", + "node": ">=18.0.0", "npm": ">=8.0.0" }, "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.9.5", + "@rollup/rollup-android-arm64": "4.9.5", + "@rollup/rollup-darwin-arm64": "4.9.5", + "@rollup/rollup-darwin-x64": "4.9.5", + "@rollup/rollup-linux-arm-gnueabihf": "4.9.5", + "@rollup/rollup-linux-arm64-gnu": "4.9.5", + "@rollup/rollup-linux-arm64-musl": "4.9.5", + "@rollup/rollup-linux-riscv64-gnu": "4.9.5", + "@rollup/rollup-linux-x64-gnu": "4.9.5", + "@rollup/rollup-linux-x64-musl": "4.9.5", + "@rollup/rollup-win32-arm64-msvc": "4.9.5", + "@rollup/rollup-win32-ia32-msvc": "4.9.5", + "@rollup/rollup-win32-x64-msvc": "4.9.5", "fsevents": "~2.3.2" } }, @@ -5105,17 +5526,6 @@ "queue-microtask": "^1.2.2" } }, - "node_modules/sade": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/sade/-/sade-1.8.1.tgz", - "integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==", - "dependencies": { - "mri": "^1.1.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", @@ -5204,68 +5614,11 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, - "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/send/node_modules/debug/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/send/node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, "node_modules/server-destroy": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz", "integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==" }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, "node_modules/sharp": { "version": "0.32.6", "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.6.tgz", @@ -5308,15 +5661,12 @@ "node": ">=8" } }, - "node_modules/shiki": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.5.tgz", - "integrity": "sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==", + "node_modules/shikiji": { + "version": "0.6.13", + "resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.6.13.tgz", + "integrity": "sha512-4T7X39csvhT0p7GDnq9vysWddf2b6BeioiN3Ymhnt3xcy9tXmDcnsEFVxX18Z4YcQgEE/w48dLJ4pPPUcG9KkA==", "dependencies": { - "ansi-sequence-parser": "^1.1.0", - "jsonc-parser": "^3.2.0", - "vscode-oniguruma": "^1.7.0", - "vscode-textmate": "^8.0.0" + "hast-util-to-html": "^9.0.0" } }, "node_modules/signal-exit": { @@ -5389,6 +5739,24 @@ "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" }, + "node_modules/sitemap": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.1.tgz", + "integrity": "sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==", + "dependencies": { + "@types/node": "^17.0.5", + "@types/sax": "^1.2.1", + "arg": "^5.0.0", + "sax": "^1.2.4" + }, + "bin": { + "sitemap": "dist/cli.js" + }, + "engines": { + "node": ">=12.0.0", + "npm": ">=5.6.0" + } + }, "node_modules/source-map-js": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", @@ -5411,14 +5779,6 @@ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" }, - "node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "engines": { - "node": ">= 0.8" - } - }, "node_modules/stdin-discarder": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.1.0.tgz", @@ -5515,14 +5875,6 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", - "engines": { - "node": ">=8" - } - }, "node_modules/strip-bom-string": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz", @@ -5619,14 +5971,6 @@ "node": ">=8.0" } }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "engines": { - "node": ">=0.6" - } - }, "node_modules/trim-lines": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", @@ -5645,31 +5989,23 @@ "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/tsconfig-resolver": { + "node_modules/tsconfck": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/tsconfig-resolver/-/tsconfig-resolver-3.0.1.tgz", - "integrity": "sha512-ZHqlstlQF449v8glscGRXzL6l2dZvASPCdXJRWG4gHEZlUVx2Jtmr+a2zeVG4LCsKhDXKRj5R3h0C/98UcVAQg==", - "dependencies": { - "@types/json5": "^0.0.30", - "@types/resolve": "^1.17.0", - "json5": "^2.1.3", - "resolve": "^1.17.0", - "strip-bom": "^4.0.0", - "type-fest": "^0.13.1" + "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.1.tgz", + "integrity": "sha512-7ppiBlF3UEddCLeI1JRx5m2Ryq+xk4JrZuq4EuYXykipebaq1dV0Fhgr1hb7CkmHt32QSgOZlcqVLEtHBG4/mg==", + "bin": { + "tsconfck": "bin/tsconfck.js" }, - "funding": { - "url": "https://github.com/sponsors/ifiokjr" - } - }, - "node_modules/tsconfig-resolver/node_modules/type-fest": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", - "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", "engines": { - "node": ">=10" + "node": "^18 || >=20" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "typescript": "^5.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/tunnel-agent": { @@ -5695,6 +6031,13 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "optional": true, + "peer": true + }, "node_modules/unherit": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/unherit/-/unherit-3.0.1.tgz", @@ -5705,54 +6048,35 @@ } }, "node_modules/unified": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.2.tgz", - "integrity": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.4.tgz", + "integrity": "sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==", "dependencies": { - "@types/unist": "^2.0.0", + "@types/unist": "^3.0.0", "bail": "^2.0.0", + "devlop": "^1.0.0", "extend": "^3.0.0", - "is-buffer": "^2.0.0", "is-plain-obj": "^4.0.0", "trough": "^2.0.0", - "vfile": "^5.0.0" + "vfile": "^6.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/unified/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, - "node_modules/unist-util-generated": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-2.0.1.tgz", - "integrity": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, "node_modules/unist-util-is": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", - "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", + "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", "dependencies": { - "@types/unist": "^2.0.0" + "@types/unist": "^3.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/unist-util-is/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/unist-util-modify-children": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/unist-util-modify-children/-/unist-util-modify-children-3.1.1.tgz", @@ -5767,52 +6091,42 @@ } }, "node_modules/unist-util-modify-children/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" }, "node_modules/unist-util-position": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-4.0.4.tgz", - "integrity": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", + "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", "dependencies": { - "@types/unist": "^2.0.0" + "@types/unist": "^3.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/unist-util-position/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/unist-util-stringify-position": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.3.tgz", - "integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", + "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", "dependencies": { - "@types/unist": "^2.0.0" + "@types/unist": "^3.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/unist-util-stringify-position/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/unist-util-visit": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", - "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", + "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.1.1" + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0", + "unist-util-visit-parents": "^6.0.0" }, "funding": { "type": "opencollective", @@ -5832,33 +6146,23 @@ } }, "node_modules/unist-util-visit-children/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" }, "node_modules/unist-util-visit-parents": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", - "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", + "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0" + "@types/unist": "^3.0.0", + "unist-util-is": "^6.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/unist-util-visit-parents/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, - "node_modules/unist-util-visit/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/update-browserslist-db": { "version": "1.0.13", "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", @@ -5893,32 +6197,14 @@ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, - "node_modules/uvu": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz", - "integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==", - "dependencies": { - "dequal": "^2.0.0", - "diff": "^5.0.0", - "kleur": "^4.0.3", - "sade": "^1.7.3" - }, - "bin": { - "uvu": "bin.js" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/vfile": { - "version": "5.3.7", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.3.7.tgz", - "integrity": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz", + "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==", "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^3.0.0", - "vfile-message": "^3.0.0" + "@types/unist": "^3.0.0", + "unist-util-stringify-position": "^4.0.0", + "vfile-message": "^4.0.0" }, "funding": { "type": "opencollective", @@ -5926,499 +6212,49 @@ } }, "node_modules/vfile-location": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-4.1.0.tgz", - "integrity": "sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.2.tgz", + "integrity": "sha512-NXPYyxyBSH7zB5U6+3uDdd6Nybz6o6/od9rk8bp9H8GR3L+cm/fC0uUTbqBmUTnMCUDslAGBOIKNfvvb+gGlDg==", "dependencies": { - "@types/unist": "^2.0.0", - "vfile": "^5.0.0" + "@types/unist": "^3.0.0", + "vfile": "^6.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/vfile-location/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, "node_modules/vfile-message": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.1.4.tgz", - "integrity": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", + "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^3.0.0" + "@types/unist": "^3.0.0", + "unist-util-stringify-position": "^4.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, - "node_modules/vfile-message/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, - "node_modules/vfile/node_modules/@types/unist": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.8.tgz", - "integrity": "sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==" - }, - "node_modules/vite": { - "version": "4.4.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz", - "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==", - "dependencies": { - "esbuild": "^0.18.10", - "postcss": "^8.4.27", - "rollup": "^3.27.1" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - }, - "peerDependencies": { - "@types/node": ">= 14", - "less": "*", - "lightningcss": "^1.21.0", - "sass": "*", - "stylus": "*", - "sugarss": "*", - "terser": "^5.4.0" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "less": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "sass": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - } - } - }, - "node_modules/vite/node_modules/@esbuild/android-arm": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", - "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", - "cpu": [ - "arm" - ], - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/android-arm64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", - "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/android-x64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", - "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/darwin-arm64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", - "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/darwin-x64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", - "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", - "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/freebsd-x64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", - "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-arm": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", - "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", - "cpu": [ - "arm" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-arm64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", - "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-ia32": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", - "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-loong64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", - "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", - "cpu": [ - "loong64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-mips64el": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", - "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", - "cpu": [ - "mips64el" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-ppc64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", - "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", - "cpu": [ - "ppc64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-riscv64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", - "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", - "cpu": [ - "riscv64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-s390x": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", - "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", - "cpu": [ - "s390x" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-x64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", - "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/netbsd-x64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", - "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/openbsd-x64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", - "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/sunos-x64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", - "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/win32-arm64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", - "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/win32-ia32": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", - "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/win32-x64": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", - "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/esbuild": { - "version": "0.18.20", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz", - "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==", - "hasInstallScript": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=12" - }, - "optionalDependencies": { - "@esbuild/android-arm": "0.18.20", - "@esbuild/android-arm64": "0.18.20", - "@esbuild/android-x64": "0.18.20", - "@esbuild/darwin-arm64": "0.18.20", - "@esbuild/darwin-x64": "0.18.20", - "@esbuild/freebsd-arm64": "0.18.20", - "@esbuild/freebsd-x64": "0.18.20", - "@esbuild/linux-arm": "0.18.20", - "@esbuild/linux-arm64": "0.18.20", - "@esbuild/linux-ia32": "0.18.20", - "@esbuild/linux-loong64": "0.18.20", - "@esbuild/linux-mips64el": "0.18.20", - "@esbuild/linux-ppc64": "0.18.20", - "@esbuild/linux-riscv64": "0.18.20", - "@esbuild/linux-s390x": "0.18.20", - "@esbuild/linux-x64": "0.18.20", - "@esbuild/netbsd-x64": "0.18.20", - "@esbuild/openbsd-x64": "0.18.20", - "@esbuild/sunos-x64": "0.18.20", - "@esbuild/win32-arm64": "0.18.20", - "@esbuild/win32-ia32": "0.18.20", - "@esbuild/win32-x64": "0.18.20" - } - }, - "node_modules/vitefu": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.4.tgz", - "integrity": "sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==", - "peerDependencies": { - "vite": "^3.0.0 || ^4.0.0" - }, - "peerDependenciesMeta": { - "vite": { - "optional": true - } - } - }, - "node_modules/vscode-oniguruma": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz", - "integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==" - }, - "node_modules/vscode-textmate": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz", - "integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==" - }, "node_modules/vue": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/vue/-/vue-3.3.4.tgz", - "integrity": "sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.14.tgz", + "integrity": "sha512-Rop5Al/ZcBbBz+KjPZaZDgHDX0kUP4duEzDbm+1o91uxYUNmJrZSBuegsNIJvUGy+epLevNRNhLjm08VKTgGyw==", "dependencies": { - "@vue/compiler-dom": "3.3.4", - "@vue/compiler-sfc": "3.3.4", - "@vue/runtime-dom": "3.3.4", - "@vue/server-renderer": "3.3.4", - "@vue/shared": "3.3.4" + "@vue/compiler-dom": "3.4.14", + "@vue/compiler-sfc": "3.4.14", + "@vue/runtime-dom": "3.4.14", + "@vue/server-renderer": "3.4.14", + "@vue/shared": "3.4.14" + }, + "peerDependencies": { + "typescript": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, "node_modules/web-namespaces": { @@ -6578,9 +6414,9 @@ } }, "node_modules/zod": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.1.tgz", - "integrity": "sha512-+dTu2m6gmCbO9Ahm4ZBDapx2O6ZY9QSPXst2WXjcznPMwf2YNpn3RevLx4KkZp1OPW/ouFcoBtBzFz/LeY69oA==", + "version": "3.22.4", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", + "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index a13e4696..ae874317 100644 --- a/package.json +++ b/package.json @@ -10,14 +10,12 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^6.0.3", - "@astrojs/vue": "^3.0.1", - "@nanostores/vue": "^0.10.0", - "@types/leaflet": "^1.9.6", + "@astrojs/sitemap": "^3.0.4", + "@astrojs/vue": "^4.0.8", + "@types/leaflet": "^1.9.8", "@vueuse/core": "^10.7.1", - "astro": "^3.2.0", - "nanostores": "^0.9.3", - "vue": "^3.3.4" + "astro": "^4.1.2", + "vue": "^3.4.14" }, "devDependencies": { "sass": "^1.68.0" diff --git a/public/bailey-zindel-NRQV-hBF10M-unsplash.jpg b/public/bailey-zindel-NRQV-hBF10M-unsplash.jpg new file mode 100644 index 00000000..110ce6fa Binary files /dev/null and b/public/bailey-zindel-NRQV-hBF10M-unsplash.jpg differ diff --git a/public/icon/square-arrow-out.svg b/public/icon/square-arrow-out.svg new file mode 100644 index 00000000..6185dea8 --- /dev/null +++ b/public/icon/square-arrow-out.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/leaflet-measure/leaflet-measure.css b/public/leaflet-measure/leaflet-measure.css index 4cc768fa..6649de33 100644 --- a/public/leaflet-measure/leaflet-measure.css +++ b/public/leaflet-measure/leaflet-measure.css @@ -1 +1 @@ -.leaflet-control-measure h3,.leaflet-measure-resultpopup h3{margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid #ddd}.leaflet-control-measure p,.leaflet-measure-resultpopup p{margin:10px 0 0;line-height:1.5em}.leaflet-control-measure p:first-child,.leaflet-measure-resultpopup p:first-child{margin-top:0}.leaflet-control-measure .tasks,.leaflet-measure-resultpopup .tasks{margin:12px 0 0;padding:10px 0 0;border-top:1px solid #ddd;text-align:right;list-style:none;list-style-image:none}.leaflet-control-measure .tasks li,.leaflet-measure-resultpopup .tasks li{display:inline;margin:0 10px 0 0}.leaflet-control-measure .tasks li:last-child,.leaflet-measure-resultpopup .tasks li:last-child{margin-right:0}.leaflet-control-measure .coorddivider,.leaflet-measure-resultpopup .coorddivider{color:#999}.leaflet-control-measure{max-width:280px;background:#fff}.leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-control-measure .leaflet-control-measure-toggle:hover{background-size:14px 14px;background-image:url(assets/rulers.png);border:0;border-radius:4px;text-indent:100%;white-space:nowrap;overflow:hidden}.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle:hover{border-radius:2px}.leaflet-retina .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-retina .leaflet-control-measure .leaflet-control-measure-toggle:hover{background-image:url(assets/rulers_@2X.png)}.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle:hover{background-size:16px 16px}.leaflet-control-measure .startprompt h3{margin-bottom:10px}.leaflet-control-measure .startprompt .tasks{margin-top:0;padding-top:0;border-top:0;text-align:left}.leaflet-control-measure .leaflet-control-measure-interaction{padding:10px 12px}.leaflet-control-measure .results .group{margin-top:10px;padding-top:10px;border-top:1px dotted #eaeaea}.leaflet-control-measure .results .group:first-child{margin-top:0;padding-top:0;border-top:0}.leaflet-control-measure .results .heading{margin-right:5px;color:#999}.leaflet-control-measure a.start{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url("assets/start.png");background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-control-measure a.start,.leaflet-control-measure a.start:hover{background-color:transparent}.leaflet-retina .leaflet-control-measure a.start{background-image:url("assets/start_@2X.png")}.leaflet-control-measure a.start:hover{opacity:.5;text-decoration:none}.leaflet-control-measure a.cancel{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url("assets/cancel.png");background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-control-measure a.cancel,.leaflet-control-measure a.cancel:hover{background-color:transparent}.leaflet-retina .leaflet-control-measure a.cancel{background-image:url("assets/cancel_@2X.png")}.leaflet-control-measure a.cancel:hover{opacity:.5;text-decoration:none}.leaflet-control-measure a.finish{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url("assets/check.png");background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-control-measure a.finish,.leaflet-control-measure a.finish:hover{background-color:transparent}.leaflet-retina .leaflet-control-measure a.finish{background-image:url("assets/check_@2X.png")}.leaflet-control-measure a.finish:hover{opacity:.5;text-decoration:none}.leaflet-measure-resultpopup a.zoomto{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url("assets/focus.png");background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-measure-resultpopup a.zoomto,.leaflet-measure-resultpopup a.zoomto:hover{background-color:transparent}.leaflet-retina .leaflet-measure-resultpopup a.zoomto{background-image:url("assets/focus_@2X.png")}.leaflet-measure-resultpopup a.zoomto:hover{opacity:.5;text-decoration:none}.leaflet-measure-resultpopup a.deletemarkup{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url("assets/trash.png");background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none}.leaflet-measure-resultpopup a.deletemarkup,.leaflet-measure-resultpopup a.deletemarkup:hover{background-color:transparent}.leaflet-retina .leaflet-measure-resultpopup a.deletemarkup{background-image:url("assets/trash_@2X.png")}.leaflet-measure-resultpopup a.deletemarkup:hover{opacity:.5;text-decoration:none} \ No newline at end of file +.leaflet-control-measure h3,.leaflet-measure-resultpopup h3{margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid #ddd}.leaflet-control-measure p,.leaflet-measure-resultpopup p{margin:10px 0 0;line-height:1.5em}.leaflet-control-measure p:first-child,.leaflet-measure-resultpopup p:first-child{margin-top:0}.leaflet-control-measure .tasks,.leaflet-measure-resultpopup .tasks{margin:12px 0 0;padding:10px 0 0;border-top:1px solid #ddd;text-align:right;list-style:none;list-style-image:none}.leaflet-control-measure .tasks li,.leaflet-measure-resultpopup .tasks li{display:inline;margin:0 10px 0 0}.leaflet-control-measure .tasks li:last-child,.leaflet-measure-resultpopup .tasks li:last-child{margin-right:0}.leaflet-control-measure .coorddivider,.leaflet-measure-resultpopup .coorddivider{color:#999}.leaflet-control-measure{max-width:280px;background:#fff}.leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-control-measure .leaflet-control-measure-toggle:hover{background-size:14px 14px;background-image:url(assets/rulers.png);border:0;border-radius:4px;text-indent:100%;white-space:nowrap;overflow:hidden}.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle:hover{border-radius:2px}.leaflet-retina .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-retina .leaflet-control-measure .leaflet-control-measure-toggle:hover{background-image:url(assets/rulers_@2X.png)}.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle,.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle:hover{background-size:16px 16px}.leaflet-control-measure .startprompt h3{margin-bottom:10px}.leaflet-control-measure .startprompt .tasks{margin-top:0;padding-top:0;border-top:0;text-align:left}.leaflet-control-measure .leaflet-control-measure-interaction{padding:10px 12px}.leaflet-control-measure .results .group{margin-top:10px;padding-top:10px;border-top:1px dotted #eaeaea}.leaflet-control-measure .results .group:first-child{margin-top:0;padding-top:0;border-top:0}.leaflet-control-measure .results .heading{margin-right:5px;color:#999}.leaflet-control-measure a.cancel,.leaflet-control-measure a.finish,.leaflet-control-measure a.start,.leaflet-measure-resultpopup a.deletemarkup,.leaflet-measure-resultpopup a.zoomto{display:inline;width:auto;height:auto;padding-left:20px;margin-right:4px;line-height:1em;border:0;text-align:left;background-image:url(assets/start.png);background-repeat:no-repeat;background-position:0 50%;background-size:12px 12px;color:#5e66cc;text-decoration:none;background-color:transparent}.leaflet-control-measure a.start:hover{background-color:transparent}.leaflet-retina .leaflet-control-measure a.start{background-image:url(assets/start_@2X.png)}.leaflet-control-measure a.start:hover{opacity:.5;text-decoration:none}.leaflet-control-measure a.cancel,.leaflet-control-measure a.finish,.leaflet-measure-resultpopup a.deletemarkup,.leaflet-measure-resultpopup a.zoomto{background-image:url(assets/cancel.png)}.leaflet-control-measure a.cancel:hover{background-color:transparent}.leaflet-retina .leaflet-control-measure a.cancel{background-image:url(assets/cancel_@2X.png)}.leaflet-control-measure a.cancel:hover{opacity:.5;text-decoration:none}.leaflet-control-measure a.finish,.leaflet-measure-resultpopup a.deletemarkup,.leaflet-measure-resultpopup a.zoomto{background-image:url(assets/check.png)}.leaflet-control-measure a.finish:hover{background-color:transparent}.leaflet-retina .leaflet-control-measure a.finish{background-image:url(assets/check_@2X.png)}.leaflet-control-measure a.finish:hover{opacity:.5;text-decoration:none}.leaflet-measure-resultpopup a.deletemarkup,.leaflet-measure-resultpopup a.zoomto{background-image:url(assets/focus.png)}.leaflet-measure-resultpopup a.zoomto:hover{background-color:transparent}.leaflet-retina .leaflet-measure-resultpopup a.zoomto{background-image:url(assets/focus_@2X.png)}.leaflet-measure-resultpopup a.zoomto:hover{opacity:.5;text-decoration:none}.leaflet-measure-resultpopup a.deletemarkup{background-image:url(assets/trash.png)}.leaflet-measure-resultpopup a.deletemarkup:hover{background-color:transparent}.leaflet-retina .leaflet-measure-resultpopup a.deletemarkup{background-image:url(assets/trash_@2X.png)}.leaflet-measure-resultpopup a.deletemarkup:hover{opacity:.5;text-decoration:none} \ No newline at end of file diff --git a/public/leaflet/leaflet.css b/public/leaflet/leaflet.css index 9ade8dc4..cb20b312 100644 --- a/public/leaflet/leaflet.css +++ b/public/leaflet/leaflet.css @@ -1,661 +1 @@ -/* required styles */ - -.leaflet-pane, -.leaflet-tile, -.leaflet-marker-icon, -.leaflet-marker-shadow, -.leaflet-tile-container, -.leaflet-pane > svg, -.leaflet-pane > canvas, -.leaflet-zoom-box, -.leaflet-image-layer, -.leaflet-layer { - position: absolute; - left: 0; - top: 0; - } -.leaflet-container { - overflow: hidden; - } -.leaflet-tile, -.leaflet-marker-icon, -.leaflet-marker-shadow { - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - -webkit-user-drag: none; - } -/* Prevents IE11 from highlighting tiles in blue */ -.leaflet-tile::selection { - background: transparent; -} -/* Safari renders non-retina tile on retina better with this, but Chrome is worse */ -.leaflet-safari .leaflet-tile { - image-rendering: -webkit-optimize-contrast; - } -/* hack that prevents hw layers "stretching" when loading new tiles */ -.leaflet-safari .leaflet-tile-container { - width: 1600px; - height: 1600px; - -webkit-transform-origin: 0 0; - } -.leaflet-marker-icon, -.leaflet-marker-shadow { - display: block; - } -/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */ -/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */ -.leaflet-container .leaflet-overlay-pane svg { - max-width: none !important; - max-height: none !important; - } -.leaflet-container .leaflet-marker-pane img, -.leaflet-container .leaflet-shadow-pane img, -.leaflet-container .leaflet-tile-pane img, -.leaflet-container img.leaflet-image-layer, -.leaflet-container .leaflet-tile { - max-width: none !important; - max-height: none !important; - width: auto; - padding: 0; - } - -.leaflet-container img.leaflet-tile { - /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */ - mix-blend-mode: plus-lighter; -} - -.leaflet-container.leaflet-touch-zoom { - -ms-touch-action: pan-x pan-y; - touch-action: pan-x pan-y; - } -.leaflet-container.leaflet-touch-drag { - -ms-touch-action: pinch-zoom; - /* Fallback for FF which doesn't support pinch-zoom */ - touch-action: none; - touch-action: pinch-zoom; -} -.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom { - -ms-touch-action: none; - touch-action: none; -} -.leaflet-container { - -webkit-tap-highlight-color: transparent; -} -.leaflet-container a { - -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); -} -.leaflet-tile { - filter: inherit; - visibility: hidden; - } -.leaflet-tile-loaded { - visibility: inherit; - } -.leaflet-zoom-box { - width: 0; - height: 0; - -moz-box-sizing: border-box; - box-sizing: border-box; - z-index: 800; - } -/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */ -.leaflet-overlay-pane svg { - -moz-user-select: none; - } - -.leaflet-pane { z-index: 400; } - -.leaflet-tile-pane { z-index: 200; } -.leaflet-overlay-pane { z-index: 400; } -.leaflet-shadow-pane { z-index: 500; } -.leaflet-marker-pane { z-index: 600; } -.leaflet-tooltip-pane { z-index: 650; } -.leaflet-popup-pane { z-index: 700; } - -.leaflet-map-pane canvas { z-index: 100; } -.leaflet-map-pane svg { z-index: 200; } - -.leaflet-vml-shape { - width: 1px; - height: 1px; - } -.lvml { - behavior: url(#default#VML); - display: inline-block; - position: absolute; - } - - -/* control positioning */ - -.leaflet-control { - position: relative; - z-index: 800; - pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */ - pointer-events: auto; - } -.leaflet-top, -.leaflet-bottom { - position: absolute; - z-index: 1000; - pointer-events: none; - } -.leaflet-top { - top: 0; - } -.leaflet-right { - right: 0; - } -.leaflet-bottom { - bottom: 0; - } -.leaflet-left { - left: 0; - } -.leaflet-control { - float: left; - clear: both; - } -.leaflet-right .leaflet-control { - float: right; - } -.leaflet-top .leaflet-control { - margin-top: 10px; - } -.leaflet-bottom .leaflet-control { - margin-bottom: 10px; - } -.leaflet-left .leaflet-control { - margin-left: 10px; - } -.leaflet-right .leaflet-control { - margin-right: 10px; - } - - -/* zoom and fade animations */ - -.leaflet-fade-anim .leaflet-popup { - opacity: 0; - -webkit-transition: opacity 0.2s linear; - -moz-transition: opacity 0.2s linear; - transition: opacity 0.2s linear; - } -.leaflet-fade-anim .leaflet-map-pane .leaflet-popup { - opacity: 1; - } -.leaflet-zoom-animated { - -webkit-transform-origin: 0 0; - -ms-transform-origin: 0 0; - transform-origin: 0 0; - } -svg.leaflet-zoom-animated { - will-change: transform; -} - -.leaflet-zoom-anim .leaflet-zoom-animated { - -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1); - -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1); - transition: transform 0.25s cubic-bezier(0,0,0.25,1); - } -.leaflet-zoom-anim .leaflet-tile, -.leaflet-pan-anim .leaflet-tile { - -webkit-transition: none; - -moz-transition: none; - transition: none; - } - -.leaflet-zoom-anim .leaflet-zoom-hide { - visibility: hidden; - } - - -/* cursors */ - -.leaflet-interactive { - cursor: pointer; - } -.leaflet-grab { - cursor: -webkit-grab; - cursor: -moz-grab; - cursor: grab; - } -.leaflet-crosshair, -.leaflet-crosshair .leaflet-interactive { - cursor: crosshair; - } -.leaflet-popup-pane, -.leaflet-control { - cursor: auto; - } -.leaflet-dragging .leaflet-grab, -.leaflet-dragging .leaflet-grab .leaflet-interactive, -.leaflet-dragging .leaflet-marker-draggable { - cursor: move; - cursor: -webkit-grabbing; - cursor: -moz-grabbing; - cursor: grabbing; - } - -/* marker & overlays interactivity */ -.leaflet-marker-icon, -.leaflet-marker-shadow, -.leaflet-image-layer, -.leaflet-pane > svg path, -.leaflet-tile-container { - pointer-events: none; - } - -.leaflet-marker-icon.leaflet-interactive, -.leaflet-image-layer.leaflet-interactive, -.leaflet-pane > svg path.leaflet-interactive, -svg.leaflet-image-layer.leaflet-interactive path { - pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */ - pointer-events: auto; - } - -/* visual tweaks */ - -.leaflet-container { - background: #ddd; - outline-offset: 1px; - } -.leaflet-container a { - color: #0078A8; - } -.leaflet-zoom-box { - border: 2px dotted #38f; - background: rgba(255,255,255,0.5); - } - - -/* general typography */ -.leaflet-container { - font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; - font-size: 12px; - font-size: 0.75rem; - line-height: 1.5; - } - - -/* general toolbar styles */ - -.leaflet-bar { - box-shadow: 0 1px 5px rgba(0,0,0,0.65); - border-radius: 4px; - } -.leaflet-bar a { - background-color: #fff; - border-bottom: 1px solid #ccc; - width: 26px; - height: 26px; - line-height: 26px; - display: block; - text-align: center; - text-decoration: none; - color: black; - } -.leaflet-bar a, -.leaflet-control-layers-toggle { - background-position: 50% 50%; - background-repeat: no-repeat; - display: block; - } -.leaflet-bar a:hover, -.leaflet-bar a:focus { - background-color: #f4f4f4; - } -.leaflet-bar a:first-child { - border-top-left-radius: 4px; - border-top-right-radius: 4px; - } -.leaflet-bar a:last-child { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - border-bottom: none; - } -.leaflet-bar a.leaflet-disabled { - cursor: default; - background-color: #f4f4f4; - color: #bbb; - } - -.leaflet-touch .leaflet-bar a { - width: 30px; - height: 30px; - line-height: 30px; - } -.leaflet-touch .leaflet-bar a:first-child { - border-top-left-radius: 2px; - border-top-right-radius: 2px; - } -.leaflet-touch .leaflet-bar a:last-child { - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - } - -/* zoom control */ - -.leaflet-control-zoom-in, -.leaflet-control-zoom-out { - font: bold 18px 'Lucida Console', Monaco, monospace; - text-indent: 1px; - } - -.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out { - font-size: 22px; - } - - -/* layers control */ - -.leaflet-control-layers { - box-shadow: 0 1px 5px rgba(0,0,0,0.4); - background: #fff; - border-radius: 5px; - } -.leaflet-control-layers-toggle { - background-image: url(images/layers.png); - width: 36px; - height: 36px; - } -.leaflet-retina .leaflet-control-layers-toggle { - background-image: url(images/layers-2x.png); - background-size: 26px 26px; - } -.leaflet-touch .leaflet-control-layers-toggle { - width: 44px; - height: 44px; - } -.leaflet-control-layers .leaflet-control-layers-list, -.leaflet-control-layers-expanded .leaflet-control-layers-toggle { - display: none; - } -.leaflet-control-layers-expanded .leaflet-control-layers-list { - display: block; - position: relative; - } -.leaflet-control-layers-expanded { - padding: 6px 10px 6px 6px; - color: #333; - background: #fff; - } -.leaflet-control-layers-scrollbar { - overflow-y: scroll; - overflow-x: hidden; - padding-right: 5px; - } -.leaflet-control-layers-selector { - margin-top: 2px; - position: relative; - top: 1px; - } -.leaflet-control-layers label { - display: block; - font-size: 13px; - font-size: 1.08333em; - } -.leaflet-control-layers-separator { - height: 0; - border-top: 1px solid #ddd; - margin: 5px -10px 5px -6px; - } - -/* Default icon URLs */ -.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */ - background-image: url(images/marker-icon.png); - } - - -/* attribution and scale controls */ - -.leaflet-container .leaflet-control-attribution { - background: #fff; - background: rgba(255, 255, 255, 0.8); - margin: 0; - } -.leaflet-control-attribution, -.leaflet-control-scale-line { - padding: 0 5px; - color: #333; - line-height: 1.4; - } -.leaflet-control-attribution a { - text-decoration: none; - } -.leaflet-control-attribution a:hover, -.leaflet-control-attribution a:focus { - text-decoration: underline; - } -.leaflet-attribution-flag { - display: inline !important; - vertical-align: baseline !important; - width: 1em; - height: 0.6669em; - } -.leaflet-left .leaflet-control-scale { - margin-left: 5px; - } -.leaflet-bottom .leaflet-control-scale { - margin-bottom: 5px; - } -.leaflet-control-scale-line { - border: 2px solid #777; - border-top: none; - line-height: 1.1; - padding: 2px 5px 1px; - white-space: nowrap; - -moz-box-sizing: border-box; - box-sizing: border-box; - background: rgba(255, 255, 255, 0.8); - text-shadow: 1px 1px #fff; - } -.leaflet-control-scale-line:not(:first-child) { - border-top: 2px solid #777; - border-bottom: none; - margin-top: -2px; - } -.leaflet-control-scale-line:not(:first-child):not(:last-child) { - border-bottom: 2px solid #777; - } - -.leaflet-touch .leaflet-control-attribution, -.leaflet-touch .leaflet-control-layers, -.leaflet-touch .leaflet-bar { - box-shadow: none; - } -.leaflet-touch .leaflet-control-layers, -.leaflet-touch .leaflet-bar { - border: 2px solid rgba(0,0,0,0.2); - background-clip: padding-box; - } - - -/* popup */ - -.leaflet-popup { - position: absolute; - text-align: center; - margin-bottom: 20px; - } -.leaflet-popup-content-wrapper { - padding: 1px; - text-align: left; - border-radius: 12px; - } -.leaflet-popup-content { - margin: 13px 24px 13px 20px; - line-height: 1.3; - font-size: 13px; - font-size: 1.08333em; - min-height: 1px; - } -.leaflet-popup-content p { - margin: 17px 0; - margin: 1.3em 0; - } -.leaflet-popup-tip-container { - width: 40px; - height: 20px; - position: absolute; - left: 50%; - margin-top: -1px; - margin-left: -20px; - overflow: hidden; - pointer-events: none; - } -.leaflet-popup-tip { - width: 17px; - height: 17px; - padding: 1px; - - margin: -10px auto 0; - pointer-events: auto; - - -webkit-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - } -.leaflet-popup-content-wrapper, -.leaflet-popup-tip { - background: white; - color: #333; - box-shadow: 0 3px 14px rgba(0,0,0,0.4); - } -.leaflet-container a.leaflet-popup-close-button { - position: absolute; - top: 0; - right: 0; - border: none; - text-align: center; - width: 24px; - height: 24px; - font: 16px/24px Tahoma, Verdana, sans-serif; - color: #757575; - text-decoration: none; - background: transparent; - } -.leaflet-container a.leaflet-popup-close-button:hover, -.leaflet-container a.leaflet-popup-close-button:focus { - color: #585858; - } -.leaflet-popup-scrolled { - overflow: auto; - } - -.leaflet-oldie .leaflet-popup-content-wrapper { - -ms-zoom: 1; - } -.leaflet-oldie .leaflet-popup-tip { - width: 24px; - margin: 0 auto; - - -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; - filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); - } - -.leaflet-oldie .leaflet-control-zoom, -.leaflet-oldie .leaflet-control-layers, -.leaflet-oldie .leaflet-popup-content-wrapper, -.leaflet-oldie .leaflet-popup-tip { - border: 1px solid #999; - } - - -/* div icon */ - -.leaflet-div-icon { - background: #fff; - border: 1px solid #666; - } - - -/* Tooltip */ -/* Base styles for the element that has a tooltip */ -.leaflet-tooltip { - position: absolute; - padding: 6px; - background-color: #fff; - border: 1px solid #fff; - border-radius: 3px; - color: #222; - white-space: nowrap; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - pointer-events: none; - box-shadow: 0 1px 3px rgba(0,0,0,0.4); - } -.leaflet-tooltip.leaflet-interactive { - cursor: pointer; - pointer-events: auto; - } -.leaflet-tooltip-top:before, -.leaflet-tooltip-bottom:before, -.leaflet-tooltip-left:before, -.leaflet-tooltip-right:before { - position: absolute; - pointer-events: none; - border: 6px solid transparent; - background: transparent; - content: ""; - } - -/* Directions */ - -.leaflet-tooltip-bottom { - margin-top: 6px; -} -.leaflet-tooltip-top { - margin-top: -6px; -} -.leaflet-tooltip-bottom:before, -.leaflet-tooltip-top:before { - left: 50%; - margin-left: -6px; - } -.leaflet-tooltip-top:before { - bottom: 0; - margin-bottom: -12px; - border-top-color: #fff; - } -.leaflet-tooltip-bottom:before { - top: 0; - margin-top: -12px; - margin-left: -6px; - border-bottom-color: #fff; - } -.leaflet-tooltip-left { - margin-left: -6px; -} -.leaflet-tooltip-right { - margin-left: 6px; -} -.leaflet-tooltip-left:before, -.leaflet-tooltip-right:before { - top: 50%; - margin-top: -6px; - } -.leaflet-tooltip-left:before { - right: 0; - margin-right: -12px; - border-left-color: #fff; - } -.leaflet-tooltip-right:before { - left: 0; - margin-left: -12px; - border-right-color: #fff; - } - -/* Printing */ - -@media print { - /* Prevent printers from removing background-images of controls. */ - .leaflet-control { - -webkit-print-color-adjust: exact; - print-color-adjust: exact; - } - } +.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4);color:#0078a8}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-map-pane svg,.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px"Lucida Console",Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-scale-line{color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:0;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:0 0}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:0 0;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before{left:50%}.leaflet-tooltip-top:before{left:50%;margin-left:-6px;bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}} \ No newline at end of file diff --git a/public/phicons/bold/Phosphor-Bold.svg b/public/phicons/bold/Phosphor-Bold.svg deleted file mode 100644 index 4f7e9664..00000000 --- a/public/phicons/bold/Phosphor-Bold.svg +++ /dev/null @@ -1,1280 +0,0 @@ - - - \ No newline at end of file diff --git a/public/phicons/bold/Phosphor-Bold.ttf b/public/phicons/bold/Phosphor-Bold.ttf deleted file mode 100644 index 980c8ea1..00000000 Binary files a/public/phicons/bold/Phosphor-Bold.ttf and /dev/null differ diff --git a/public/phicons/bold/Phosphor-Bold.woff b/public/phicons/bold/Phosphor-Bold.woff deleted file mode 100644 index f9bc82b1..00000000 Binary files a/public/phicons/bold/Phosphor-Bold.woff and /dev/null differ diff --git a/public/phicons/bold/selection.json b/public/phicons/bold/selection.json deleted file mode 100644 index 4ad21b4e..00000000 --- a/public/phicons/bold/selection.json +++ /dev/null @@ -1 +0,0 @@ -{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M832 80h-576c-44.183 0-80 35.817-80 80v0 80h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v128h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v128h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v80c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-704c0-44.183-35.817-80-80-80v0zM816 848h-544v-672h544zM403.2 685.48c35.17-37.856 85.228-61.465 140.8-61.465s105.63 23.609 140.69 61.345l0.11 0.12c8.793 9.463 21.307 15.364 35.2 15.364 26.512 0 48.004-21.492 48.004-48.004 0-12.619-4.869-24.101-12.832-32.67l0.027 0.030c-21.756-23.327-47.127-42.918-75.292-57.965l-1.548-0.755c25.88-30.447 41.62-70.214 41.62-113.657 0-97.202-78.798-176-176-176s-176 78.798-176 176c0 43.443 15.74 83.21 41.828 113.909l-0.208-0.251c-29.693 15.814-55.050 35.404-76.643 58.55l-0.157 0.17c-7.935 8.539-12.804 20.021-12.804 32.64 0 26.512 21.492 48.004 48.004 48.004 13.893 0 26.407-5.902 35.173-15.334l0.027-0.030zM464 448c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0c-44.183 0-80-35.817-80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["address-book-bold"]},"attrs":[{}],"properties":{"order":28237,"id":1247,"name":"address-book-bold","prevSize":16,"code":59648},"setIdx":3,"setId":3,"iconIdx":0},{"icon":{"paths":["M949.48 501.080l-293.48-146.76v-162.32c0-79.529-64.471-144-144-144s-144 64.471-144 144v0 162.32l-293.48 146.76c-15.848 8.058-26.518 24.243-26.52 42.92l-0 0v128c-0 0.003-0 0.006-0 0.009 0 26.51 21.49 48 48 48 3.326 0 6.574-0.338 9.71-0.983l-0.31 0.053 262.6-52.52v49.44l-49.96 50.040c-8.675 8.684-14.040 20.677-14.040 33.922 0 0.013 0 0.027 0 0.040l-0-0.002v128c0.001 26.509 21.491 47.998 48 47.998 6.427 0 12.558-1.263 18.16-3.554l-0.32 0.116 142.16-56.88 142.16 56.88c5.261 2.176 11.37 3.44 17.775 3.44 0.023 0 0.046-0 0.069-0l-0.004 0c26.51 0 48-21.49 48-48v0-128c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l-49.96-50.040v-49.44l262.6 52.52c2.826 0.591 6.074 0.929 9.4 0.929 26.51 0 48-21.49 48-48 0-0.003-0-0.007-0-0.010l0 0v-128c-0.002-18.677-10.672-34.862-26.248-42.794l-0.272-0.126zM880 613.44l-262.6-52.52c-2.826-0.591-6.074-0.929-9.4-0.929-26.51 0-48 21.49-48 48 0 0.003 0 0.007 0 0.010l-0-0v128c-0 0.011-0 0.024-0 0.038 0 13.245 5.365 25.238 14.040 33.923l49.96 50.040v37.24l-94.16-37.68c-5.282-2.175-11.413-3.438-17.84-3.438s-12.558 1.263-18.16 3.554l0.32-0.116-94.16 37.56v-37.12l49.96-49.92c8.675-8.684 14.040-20.677 14.040-33.922 0-0.055-0-0.111-0-0.166l0 0.009v-128c0-0.003 0-0.006 0-0.009 0-26.51-21.49-48-48-48-3.326 0-6.574 0.338-9.71 0.983l0.31-0.053-262.6 52.52v-39.76l293.48-146.76c15.848-8.058 26.518-24.243 26.52-42.92l0-0v-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0 192c0.002 18.677 10.672 34.862 26.248 42.794l0.272 0.126 293.48 146.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-bold"]},"attrs":[{}],"properties":{"order":28238,"id":1246,"name":"airplane-bold","prevSize":16,"code":59649},"setIdx":3,"setId":3,"iconIdx":1},{"icon":{"paths":["M912 864c0 26.51-21.49 48-48 48v0h-576c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h576c26.51 0 48 21.49 48 48v0zM1008 544v96c0 26.51-21.49 48-48 48v0h-715.72c-0.242 0.001-0.528 0.002-0.814 0.002-78.961 0-145.7-52.331-167.425-124.204l-0.322-1.238-56.28-187.56c-2.143-6.883-3.378-14.798-3.378-23 0-44.161 35.782-79.964 79.934-80l32.004-0c13.245 0.001 25.236 5.366 33.92 14.040l82.080 81.96h61.080l-29.080-86.72c-2.599-7.544-4.099-16.237-4.099-25.28 0-44.183 35.817-80 80-80 0.035 0 0.070 0 0.105 0l-0.005-0h32c13.245 0.001 25.236 5.366 33.92 14.040l178.080 177.96h236c97.156 0.114 175.886 78.844 176 175.989l0 0.011zM912 544c0-44.183-35.817-80-80-80v0h-256c-13.245-0.001-25.236-5.366-33.92-14.040l0 0-162.76-162.8 37.88 113.68c1.558 4.524 2.457 9.737 2.457 15.16 0 26.51-21.49 48-48 48-0.006 0-0.012-0-0.018-0l-147.639 0c-0.011 0-0.024 0-0.038 0-13.245 0-25.238-5.365-33.923-14.040l0 0-68.44-68.52 46.040 153.56c10.052 33.226 40.397 57.001 76.295 57.001 0.121 0 0.243-0 0.364-0.001l-0.019 0h667.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-in-flight-bold"]},"attrs":[{}],"properties":{"order":28239,"id":1245,"name":"airplane-in-flight-bold","prevSize":16,"code":59650},"setIdx":3,"setId":3,"iconIdx":2},{"icon":{"paths":["M1008 864c0 26.51-21.49 48-48 48v0h-576c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h576c26.51 0 48 21.49 48 48v0zM883.040 766.2l-706.48-197.84c-74.663-21.576-128.372-89.23-128.56-169.458l-0-0.022v-206.88c-0-0.029-0-0.064-0-0.099 0-44.183 35.817-80 80-80 9.043 0 17.736 1.501 25.843 4.266l-0.563-0.167 21.92 7.32c13.981 4.756 24.858 15.385 29.852 28.868l0.108 0.332 39.64 109.84 91.2 26v-96.36c-0-0.029-0-0.064-0-0.099 0-44.183 35.817-80 80-80 9.043 0 17.736 1.501 25.843 4.266l-0.563-0.167 21.92 7.32c13.221 4.499 23.637 14.223 28.961 26.647l0.119 0.313 87 207.4 236 65.96c74.79 21.522 128.6 89.28 128.72 169.626l0 0.014v126.72c-0.010 26.502-21.496 47.983-48 47.983-4.614 0-9.076-0.651-13.299-1.866l0.339 0.083zM848 593.28c-0.074-36.54-24.572-67.338-58.034-76.941l-0.566-0.139-258.32-72.2c-14.265-4.068-25.602-14.185-31.241-27.328l-0.119-0.312-67.72-161.52v97.16c-0.023 26.492-21.505 47.959-48 47.959-4.687 0-9.217-0.672-13.499-1.924l0.339 0.085-176-50.12c-14.936-4.347-26.655-15.355-31.892-29.508l-0.108-0.332-18.84-52.24v132.96c0.062 36.507 24.482 67.293 57.873 76.979l0.567 0.141 645.56 180.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-landing-bold"]},"attrs":[{}],"properties":{"order":28240,"id":1244,"name":"airplane-landing-bold","prevSize":16,"code":59651},"setIdx":3,"setId":3,"iconIdx":3},{"icon":{"paths":["M720 864c0 26.51-21.49 48-48 48v0h-576c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h576c26.51 0 48 21.49 48 48v0zM1007.16 359.52c-2.648 13.848-10.944 25.37-22.346 32.28l-0.214 0.12-590.12 352.36c-25.357 15.135-55.925 24.082-88.583 24.082-46.598 0-88.941-18.217-120.297-47.917l0.080 0.075-0.76-0.72-144-141c-15.3-14.599-24.813-35.147-24.813-57.917 0-32.228 19.057-60.005 46.517-72.677l0.496-0.205 11.76-5.76c6.161-3.084 13.422-4.889 21.105-4.889 5.503 0 10.789 0.926 15.712 2.63l-0.337-0.102 106 35.76 56.6-34.24-72.28-70.28c-15.788-14.656-25.636-35.523-25.636-58.69 0-32.775 19.709-60.946 47.922-73.309l0.514-0.201 1.92-0.8 28.6-10.8c4.991-1.922 10.765-3.036 16.8-3.036s11.809 1.114 17.129 3.146l-0.329-0.11 208.56 76.68 199.72-119.2c25.635-15.534 56.614-24.727 89.739-24.727 54.733 0 103.605 25.098 135.733 64.414l0.248 0.314c0.238 0.263 0.461 0.55 0.663 0.853l0.017 0.027 74.56 95.52c6.33 8.027 10.153 18.287 10.153 29.44 0 3.14-0.303 6.21-0.882 9.181l0.049-0.301zM888.72 337.36l-40.72-52.2c-14.701-17.82-36.786-29.092-61.504-29.092-15.003 0-29.037 4.153-41.013 11.372l0.358-0.2-219.080 130.8c-7.070 4.33-15.628 6.894-24.785 6.894-5.89 0-11.533-1.061-16.747-3.002l0.332 0.108-184-67.76 84 81.6c8.975 8.731 14.542 20.924 14.542 34.418 0 17.323-9.176 32.502-22.933 40.943l-0.209 0.119-128.96 77.8c-7.065 4.322-15.616 6.882-24.765 6.882-5.451 0-10.689-0.909-15.573-2.583l0.338 0.101-53.4-18 97.24 95.2c14.18 13.277 33.299 21.432 54.322 21.432 14.768 0 28.596-4.023 40.447-11.034l-0.369 0.202z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-takeoff-bold"]},"attrs":[{}],"properties":{"order":28241,"id":1243,"name":"airplane-takeoff-bold","prevSize":16,"code":59652},"setIdx":3,"setId":3,"iconIdx":4},{"icon":{"paths":["M760 461.24l109.88-103.48c25.566-25.973 41.351-61.639 41.351-100.991 0-79.529-64.471-144-144-144-39.352 0-75.018 15.785-101.010 41.369l0.019-0.018c-0.36 0.32-0.68 0.68-1.040 1.040l-102.44 108.84-322.36-117.16c-4.876-1.828-10.51-2.886-16.392-2.886-13.248 0-25.243 5.367-33.928 14.046l-96 96c-8.738 8.695-14.146 20.73-14.146 34.028 0 16.608 8.434 31.246 21.254 39.864l0.172 0.109 239.32 159.52-40.68 40.48h-76c-13.245 0.001-25.236 5.366-33.92 14.040l0-0-96 96c-8.694 8.688-14.072 20.693-14.072 33.954 0 20.050 12.293 37.228 29.752 44.41l0.319 0.116 140.92 56.4 56.6 141.44c7.406 17.542 24.464 29.629 44.345 29.629 13.634 0 25.94-5.684 34.678-14.812l0.017-0.018 95.24-95.24c8.704-8.673 14.097-20.665 14.12-33.916l0-0.004v-76l40.52-40.52 159.48 239.12c8.731 12.964 23.353 21.377 39.94 21.377 13.254 0 25.253-5.372 33.94-14.057l96-96c8.685-8.686 14.056-20.685 14.056-33.939 0-5.893-1.062-11.537-3.005-16.753l0.108 0.332zM743.56 820.64l-159.56-239.32c-7.867-11.667-20.474-19.622-34.996-21.103l-0.204-0.017c-1.301-0.129-2.811-0.202-4.339-0.202-0.162 0-0.324 0.001-0.486 0.002l0.025-0c-13.265 0.001-25.272 5.382-33.96 14.080l-0 0-96 96c-8.675 8.684-14.039 20.675-14.040 33.92l-0 0v76l-30.48 30.48-36.96-92.4c-4.985-12.246-14.514-21.775-26.439-26.644l-0.321-0.116-92.4-36.96 30.6-30.36h76c13.245-0.001 25.236-5.366 33.92-14.040l-0 0 96-96c8.724-8.692 14.121-20.718 14.121-34.004 0-16.598-8.424-31.228-21.23-39.848l-0.171-0.109-239.28-159.52 32.96-33 323.32 117.56c4.882 1.833 10.524 2.894 16.415 2.894 13.762 0 26.171-5.792 34.923-15.070l0.022-0.024 123.56-131.28c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0-131.28 123.56c-9.32 8.776-15.124 21.197-15.124 34.974 0 5.88 1.057 11.512 2.992 16.718l-0.108-0.332 117.6 323.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-tilt-bold"]},"attrs":[{}],"properties":{"order":28242,"id":1242,"name":"airplane-tilt-bold","prevSize":16,"code":59653},"setIdx":3,"setId":3,"iconIdx":5},{"icon":{"paths":["M548.44 608.76c-8.855-10.285-21.892-16.757-36.44-16.757s-27.585 6.472-36.387 16.694l-0.053 0.063-192 224c-7.183 8.341-11.557 19.28-11.557 31.24 0 26.509 21.489 47.999 47.997 48l384 0c26.509-0.001 47.997-21.491 47.997-48 0-11.96-4.374-22.899-11.61-31.303l0.053 0.063zM424.44 816l87.56-102.24 87.64 102.24zM944 256v448c0 61.856-50.144 112-112 112v0c-26.51 0-48-21.49-48-48s21.49-48 48-48v0c8.837 0 16-7.163 16-16v0-448c0-8.837-7.163-16-16-16v0h-640c-8.837 0-16 7.163-16 16v0 448c0 8.837 7.163 16 16 16v0c26.51 0 48 21.49 48 48s-21.49 48-48 48v0c-61.856 0-112-50.144-112-112v0-448c0-61.856 50.144-112 112-112v0h640c61.856 0 112 50.144 112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplay-bold"]},"attrs":[{}],"properties":{"order":28243,"id":1241,"name":"airplay-bold","prevSize":16,"code":59654},"setIdx":3,"setId":3,"iconIdx":6},{"icon":{"paths":["M929.52 242.080c-14.657-20.718-38.522-34.080-65.508-34.080-0.004 0-0.008 0-0.012 0l-303.999-0v-96h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-192c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v96h-304c-0.003-0-0.006-0-0.009-0-44.183 0-80 35.817-80 80 0 9.803 1.763 19.194 4.99 27.873l-0.18-0.553 104.76 288c11.55 30.941 40.816 52.592 75.149 52.68l0.011 0h103.28v240c0 26.51 21.49 48 48 48s48-21.49 48-48v0-240h96v240c0 26.51 21.49 48 48 48s48-21.49 48-48v0-240h103.28c34.344-0.088 63.61-21.739 74.978-52.126l0.182-0.554 104.76-288c3.047-8.127 4.81-17.518 4.81-27.322 0-17.196-5.425-33.125-14.658-46.168l0.168 0.25zM456 560l-46.48-256h204.96l-46.48 256zM182.84 304h129.16l46.56 256h-82.56zM748 560h-82.48l46.48-256h129.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["air-traffic-control-bold"]},"attrs":[{}],"properties":{"order":28244,"id":1240,"name":"air-traffic-control-bold","prevSize":16,"code":59655},"setIdx":3,"setId":3,"iconIdx":7},{"icon":{"paths":["M512 112c-220.914 0-400 179.086-400 400s179.086 400 400 400c220.914 0 400-179.086 400-400v0c-0.25-220.813-179.187-399.75-399.976-400l-0.024-0zM512 816c-167.895 0-304-136.105-304-304s136.105-304 304-304c167.895 0 304 136.105 304 304v0c-0.182 167.821-136.179 303.818-303.983 304l-0.017 0zM129.96 257.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l128-128c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-0 0zM961.96 257.96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-128-128c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l128 128c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001zM704 464c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0 144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["alarm-bold"]},"attrs":[{}],"properties":{"order":28245,"id":1239,"name":"alarm-bold","prevSize":16,"code":59656},"setIdx":3,"setId":3,"iconIdx":8},{"icon":{"paths":["M512 48c-220.813 0.25-399.75 179.187-400 399.976l-0 0.024c0 99.44 51.44 227.2 137.64 341.76 32.88 43.68 148.92 186.24 262.36 186.24s229.48-142.56 262.36-186.24c86.2-114.56 137.64-242.32 137.64-341.76-0.25-220.813-179.187-399.75-399.976-400l-0.024-0zM697.64 732c-55.32 73.52-136.84 148-185.64 148s-130.32-74.44-185.64-148c-73-97-118.36-205.84-118.36-284 0-167.895 136.105-304 304-304s304 136.105 304 304v0c0 78.16-45.36 187-118.36 284zM416 592c-79.529 0-144-64.471-144-144v0c0-26.51 21.49-48 48-48v0c79.529 0 144 64.471 144 144v0c0 26.51-21.49 48-48 48v0zM752 448c0 79.529-64.471 144-144 144v0c-26.51 0-48-21.49-48-48v0c0-79.529 64.471-144 144-144v0c26.51 0 48 21.49 48 48v0zM608 736c0 26.51-21.49 48-48 48v0h-96c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h96c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["alien-bold"]},"attrs":[{}],"properties":{"order":28246,"id":1238,"name":"alien-bold","prevSize":16,"code":59657},"setIdx":3,"setId":3,"iconIdx":9},{"icon":{"paths":["M912 864c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0zM544 672v-352c0-44.183 35.817-80 80-80v0h144c44.183 0 80 35.817 80 80v0 352c0 44.183-35.817 80-80 80v0h-144c-44.183 0-80-35.817-80-80v0zM640 656h112v-320h-112zM176 672v-512c0-44.183 35.817-80 80-80v0h144c44.183 0 80 35.817 80 80v0 512c0 44.183-35.817 80-80 80v0h-144c-44.183 0-80-35.817-80-80v0zM272 656h112v-480h-112z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-bottom-bold"]},"attrs":[{}],"properties":{"order":28247,"id":1237,"name":"align-bottom-bold","prevSize":16,"code":59658},"setIdx":3,"setId":3,"iconIdx":10},{"icon":{"paths":["M848 928c0 26.51-21.49 48-48 48v0h-576c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h576c26.51 0 48 21.49 48 48v0zM304 736v-576c0-44.183 35.817-80 80-80v0h256c44.183 0 80 35.817 80 80v0 576c0 44.183-35.817 80-80 80v0h-256c-44.183 0-80-35.817-80-80v0zM400 720h224v-544h-224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-bottom-simple-bold"]},"attrs":[{}],"properties":{"order":28248,"id":1236,"name":"align-bottom-simple-bold","prevSize":16,"code":59659},"setIdx":3,"setId":3,"iconIdx":11},{"icon":{"paths":["M832 544h-272v-64h176c44.183 0 80-35.817 80-80v0-160c0-44.183-35.817-80-80-80v0h-176v-32c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 32h-176c-44.183 0-80 35.817-80 80v0 160c0 44.183 35.817 80 80 80v0h176v64h-272c-44.183 0-80 35.817-80 80v0 160c0 44.183 35.817 80 80 80v0h272v32c0 26.51 21.49 48 48 48s48-21.49 48-48v0-32h272c44.183 0 80-35.817 80-80v0-160c0-44.183-35.817-80-80-80v0zM304 256h416v128h-416zM816 768h-608v-128h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-center-horizontal-bold"]},"attrs":[{}],"properties":{"order":28249,"id":1235,"name":"align-center-horizontal-bold","prevSize":16,"code":59660},"setIdx":3,"setId":3,"iconIdx":12},{"icon":{"paths":["M832 304h-272v-112c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 112h-272c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h272v112c0 26.51 21.49 48 48 48s48-21.49 48-48v0-112h272c44.183 0 80-35.817 80-80v0-256c0-44.183-35.817-80-80-80v0zM816 624h-608v-224h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-center-horizontal-simple-bold"]},"attrs":[{}],"properties":{"order":28250,"id":1234,"name":"align-center-horizontal-simple-bold","prevSize":16,"code":59661},"setIdx":3,"setId":3,"iconIdx":13},{"icon":{"paths":["M896 464h-32v-176c0-44.183-35.817-80-80-80v0h-160c-44.183 0-80 35.817-80 80v0 176h-64v-272c0-44.183-35.817-80-80-80v0h-160c-44.183 0-80 35.817-80 80v0 272h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h32v272c0 44.183 35.817 80 80 80v0h160c44.183 0 80-35.817 80-80v0-272h64v176c0 44.183 35.817 80 80 80v0h160c44.183 0 80-35.817 80-80v0-176h32c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM384 816h-128v-608h128zM768 720h-128v-416h128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-center-vertical-bold"]},"attrs":[{}],"properties":{"order":28251,"id":1233,"name":"align-center-vertical-bold","prevSize":16,"code":59662},"setIdx":3,"setId":3,"iconIdx":14},{"icon":{"paths":["M832 464h-112v-272c0-44.183-35.817-80-80-80v0h-256c-44.183 0-80 35.817-80 80v0 272h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h112v272c0 44.183 35.817 80 80 80v0h256c44.183 0 80-35.817 80-80v0-272h112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM624 816h-224v-608h224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-center-vertical-simple-bold"]},"attrs":[{}],"properties":{"order":28252,"id":1232,"name":"align-center-vertical-simple-bold","prevSize":16,"code":59663},"setIdx":3,"setId":3,"iconIdx":15},{"icon":{"paths":["M208 160v704c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-704c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM272 400v-144c0-44.183 35.817-80 80-80v0h352c44.183 0 80 35.817 80 80v0 144c0 44.183-35.817 80-80 80v0h-352c-44.183 0-80-35.817-80-80v0zM368 384h320v-112h-320zM944 624v144c0 44.183-35.817 80-80 80v0h-512c-44.183 0-80-35.817-80-80v0-144c0-44.183 35.817-80 80-80v0h512c44.183 0 80 35.817 80 80v0zM848 640h-480v112h480z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-left-bold"]},"attrs":[{}],"properties":{"order":28253,"id":1231,"name":"align-left-bold","prevSize":16,"code":59664},"setIdx":3,"setId":3,"iconIdx":16},{"icon":{"paths":["M176 224v576c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-576c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM976 384v256c0 44.183-35.817 80-80 80v0h-576c-44.183 0-80-35.817-80-80v0-256c0-44.183 35.817-80 80-80v0h576c44.183 0 80 35.817 80 80v0zM880 400h-544v224h544z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-left-simple-bold"]},"attrs":[{}],"properties":{"order":28254,"id":1230,"name":"align-left-simple-bold","prevSize":16,"code":59665},"setIdx":3,"setId":3,"iconIdx":17},{"icon":{"paths":["M912 160v704c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-704c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM752 256v144c0 44.183-35.817 80-80 80v0h-352c-44.183 0-80-35.817-80-80v0-144c0-44.183 35.817-80 80-80v0h352c44.183 0 80 35.817 80 80v0zM656 272h-320v112h320zM752 624v144c0 44.183-35.817 80-80 80v0h-512c-44.183 0-80-35.817-80-80v0-144c0-44.183 35.817-80 80-80v0h512c44.183 0 80 35.817 80 80v0zM656 640h-480v112h480z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-right-bold"]},"attrs":[{}],"properties":{"order":28255,"id":1229,"name":"align-right-bold","prevSize":16,"code":59666},"setIdx":3,"setId":3,"iconIdx":18},{"icon":{"paths":["M944 224v576c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-576c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM784 384v256c0 44.183-35.817 80-80 80v0h-576c-44.183 0-80-35.817-80-80v0-256c0-44.183 35.817-80 80-80v0h576c44.183 0 80 35.817 80 80v0zM688 400h-544v224h544z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-right-simple-bold"]},"attrs":[{}],"properties":{"order":28256,"id":1228,"name":"align-right-simple-bold","prevSize":16,"code":59667},"setIdx":3,"setId":3,"iconIdx":19},{"icon":{"paths":["M912 160c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0zM848 352v352c0 44.183-35.817 80-80 80v0h-144c-44.183 0-80-35.817-80-80v0-352c0-44.183 35.817-80 80-80v0h144c44.183 0 80 35.817 80 80v0zM752 368h-112v320h112zM480 352v512c0 44.183-35.817 80-80 80v0h-144c-44.183 0-80-35.817-80-80v0-512c0-44.183 35.817-80 80-80v0h144c44.183 0 80 35.817 80 80v0zM384 368h-112v480h112z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-top-bold"]},"attrs":[{}],"properties":{"order":28257,"id":1227,"name":"align-top-bold","prevSize":16,"code":59668},"setIdx":3,"setId":3,"iconIdx":20},{"icon":{"paths":["M848 128c0 26.51-21.49 48-48 48v0h-576c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h576c26.51 0 48 21.49 48 48v0zM720 320v576c0 44.183-35.817 80-80 80v0h-256c-44.183 0-80-35.817-80-80v0-576c0-44.183 35.817-80 80-80v0h256c44.183 0 80 35.817 80 80v0zM624 336h-224v544h224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-top-simple-bold"]},"attrs":[{}],"properties":{"order":28258,"id":1226,"name":"align-top-simple-bold","prevSize":16,"code":59669},"setIdx":3,"setId":3,"iconIdx":21},{"icon":{"paths":["M1008 672v128c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-12.36c-49.76 46-191 156.36-400 156.36-258.4 0-413.2-168.72-419.68-176-8.698-8.688-14.079-20.696-14.079-33.961 0-26.51 21.49-48 48-48 15.098 0 28.568 6.971 37.367 17.869l0.071 0.091c1.2 1.32 133.92 144 348.32 144 170.6 0 289.36-90.32 331.48-128h-11.48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c26.51 0 48 21.49 48 48v0zM624 344.32v-8.32c0-0.012 0-0.026 0-0.040 0-70.692-57.308-128-128-128-44.753 0-84.141 22.967-107.022 57.757l-0.298 0.483c-8.696 13.205-23.454 21.801-40.22 21.801-26.51 0-48.001-21.491-48.001-48.001 0-9.744 2.903-18.81 7.893-26.38l-0.112 0.18c40.57-61.685 109.475-101.844 187.76-101.844 123.712 0 224 100.288 224 224 0 0.015-0 0.031-0 0.046l0-0.003v368c-0.181 26.372-21.601 47.681-47.999 47.681-23.841 0-43.622-17.381-47.363-40.163l-0.038-0.278c-35.873 25.49-80.566 40.75-128.824 40.75-123.712 0-224-100.288-224-224s100.288-224 224-224c48 0 92.473 15.097 128.931 40.803l-0.707-0.473zM624 528c0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128v0c70.692 0 128-57.308 128-128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["amazon-logo-bold"]},"attrs":[{}],"properties":{"order":28259,"id":1225,"name":"amazon-logo-bold","prevSize":16,"code":59670},"setIdx":3,"setId":3,"iconIdx":22},{"icon":{"paths":["M864 528c-26.51 0-48 21.49-48 48v0c0 79.529-64.471 144-144 144v0c-0.034-0-0.075-0-0.116-0-41.565 0-80.266 12.263-112.683 33.367l0.798-0.487v-224.88h112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-112v-72.24c56.408-20.365 96-73.441 96-135.765 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 62.323 39.592 115.399 94.997 135.448l1.003 0.317v72.24h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h112v224.88c-31.618-20.617-70.319-32.88-111.884-32.88-0.041 0-0.081 0-0.122 0l0.006-0c-79.529 0-144-64.471-144-144v0c0-26.51-21.49-48-48-48s-48 21.49-48 48v0c0.159 132.484 107.516 239.841 239.984 240l0.016 0c61.856 0 112 50.144 112 112v0c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-61.856 50.144-112 112-112v0c132.484-0.159 239.841-107.516 240-239.984l0-0.016c0-26.51-21.49-48-48-48v0zM512 176c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["anchor-bold"]},"attrs":[{}],"properties":{"order":28260,"id":1224,"name":"anchor-bold","prevSize":16,"code":59671},"setIdx":3,"setId":3,"iconIdx":23},{"icon":{"paths":["M896 432h-96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h44.6c-22.155 147.396-137.199 262.426-282.744 284.33l-1.856 0.23v-420.8c56.408-20.365 96-73.441 96-135.765 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 62.323 39.592 115.399 94.997 135.448l1.003 0.317v420.8c-147.401-22.134-262.445-137.164-284.37-282.703l-0.23-1.857h44.6c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-96c-26.51 0-48 21.49-48 48v0c0 238.587 193.413 432 432 432s432-193.413 432-432v0c0-26.51-21.49-48-48-48v0zM512 208c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["anchor-simple-bold"]},"attrs":[{}],"properties":{"order":28261,"id":1223,"name":"anchor-simple-bold","prevSize":16,"code":59672},"setIdx":3,"setId":3,"iconIdx":24},{"icon":{"paths":["M720 624c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM368 560c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM976 672v96c0 44.183-35.817 80-80 80v0h-768c-44.183 0-80-35.817-80-80v0-91.48c-0-0.139-0-0.304-0-0.469 0-128.321 51.491-244.616 134.938-329.35l-0.058 0.059-88.84-88.8c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 95.16 95.36c71.103-48.193 158.735-77.041 253.089-77.32l0.071-0h1.64c0.375-0.001 0.819-0.002 1.263-0.002 94.718 0 182.759 28.59 255.963 77.612l-1.666-1.050 94.48-94.52c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-88 88c82.789 83.275 133.961 198.059 133.961 324.795 0 0.41-0.001 0.819-0.002 1.229l0-0.064zM880 672c0-0.001 0-0.001 0-0.002 0-203.241-164.759-368-368-368-0.464 0-0.928 0.001-1.392 0.003l0.072-0c-202.2 0.72-366.68 168-366.68 372.52v75.48h736z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["android-logo-bold"]},"attrs":[{}],"properties":{"order":28262,"id":1222,"name":"android-logo-bold","prevSize":16,"code":59673},"setIdx":3,"setId":3,"iconIdx":25},{"icon":{"paths":["M914.44 243.68l-384-160c-5.458-2.34-11.81-3.7-18.48-3.7s-13.022 1.36-18.794 3.819l0.314-0.119-384 160c-17.496 7.426-29.545 24.461-29.545 44.31 0 2.246 0.154 4.456 0.453 6.62l-0.028-0.251 64 480c2.208 16.082 12.108 29.451 25.808 36.434l0.272 0.126 320 160c6.258 3.199 13.65 5.074 21.48 5.074s15.222-1.875 21.752-5.2l-0.272 0.126 320-160c13.972-7.109 23.872-20.478 26.052-36.31l0.028-0.25 64-480c0.273-1.923 0.429-4.144 0.429-6.401 0-19.82-12.013-36.835-29.156-44.16l-0.313-0.119zM788 736.44l-276 137.88-275.8-137.88-55.76-418.28 331.56-138.16 331.56 138.16zM470.040 328.68l-160 288c-3.8 6.721-6.040 14.759-6.040 23.32 0 26.532 21.508 48.040 48.040 48.040 17.971 0 33.636-9.867 41.875-24.479l0.125-0.24 30.64-55.32h174.64l30.72 55.32c8.364 14.853 24.029 24.72 42 24.72 26.532 0 48.040-21.508 48.040-48.040 0-8.561-2.239-16.599-6.164-23.56l0.125 0.24-160-288c-8.347-14.875-24.019-24.762-42-24.762s-33.653 9.887-41.875 24.521l-0.125 0.241zM478.040 512l33.96-61.16 33.96 61.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["angular-logo-bold"]},"attrs":[{}],"properties":{"order":28263,"id":1221,"name":"angular-logo-bold","prevSize":16,"code":59674},"setIdx":3,"setId":3,"iconIdx":26},{"icon":{"paths":["M817.64 206.52c-78.176-78.171-186.172-126.52-305.46-126.52-238.587 0-432 193.413-432 432s193.413 432 432 432c119.289 0 227.285-48.349 305.461-126.52l-0 0c78.786-77.899 127.577-185.992 127.577-305.48s-48.791-227.58-127.537-305.44l-0.040-0.040zM749.64 274.52c12.622 12.561 24.238 26.106 34.734 40.52l0.666 0.96-109.040 128.36-93.2-260.84c65.784 14.351 122.577 46.398 166.912 90.872l0.008 0.008zM274.24 274.52c53.054-53.315 123.988-88.796 203.047-96.687l1.393-0.113 56.64 158.6-272.48-49.88c3.72-4.080 7.52-8.080 11.48-12.040zM192 614.8c-10.164-30.726-16.027-66.095-16.027-102.834 0-50.122 10.913-97.696 30.491-140.475l-0.865 2.108 165.76 30.4zM274.2 749.6c-12.553-12.585-24.119-26.169-34.563-40.617l-0.677-0.983 109.040-128.36 93.2 260.84c-65.768-14.36-122.546-46.406-166.871-90.871l-0.009-0.009zM419.64 495.16l60.72-71.4 92.24 16.84 31.52 88.24-60.68 71.4-92.24-16.84zM749.6 749.6c-53.063 53.302-123.992 88.778-203.044 96.687l-1.396 0.113-56.56-158.4 272.56 49.76c-3.72 3.88-7.52 7.88-11.44 11.84zM652.64 620l179.36-210.8c10.162 30.714 16.024 66.069 16.024 102.794 0 50.14-10.927 97.728-30.529 140.512l0.865-2.106z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["aperture-bold"]},"attrs":[{}],"properties":{"order":28264,"id":1220,"name":"aperture-bold","prevSize":16,"code":59675},"setIdx":3,"setId":3,"iconIdx":27},{"icon":{"paths":["M908 672c-3.723-8.378-9.489-15.274-16.681-20.256l-0.159-0.104c-62.16-42.76-75.16-116.92-75.16-171.64 0-64.68 50.72-122.4 81-151.040 9.249-8.768 15.003-21.142 15.003-34.86s-5.755-26.092-14.982-34.84l-0.021-0.020c-53.44-50.56-141.76-83.24-225-83.24-59.236 0.056-114.507 16.98-161.282 46.228l1.282-0.748c-45.324-28.573-100.46-45.527-159.556-45.527-83.974 0-159.953 34.233-214.742 89.505l-0.022 0.022c-55.527 56.679-89.795 134.37-89.795 220.065 0 2.987 0.042 5.965 0.124 8.932l-0.010-0.437c3.612 146.132 66.504 276.898 165.437 369.697l0.283 0.263c31.336 29.722 73.781 48 120.495 48 0.065 0 0.13-0 0.195-0l350.75 0c0.071 0 0.155 0 0.239 0 50.417 0 95.868-21.262 127.876-55.309l0.085-0.092c27.697-29.652 52.104-62.97 72.273-98.982l1.327-2.578c6.28-11.52 12-22.84 16.56-33.64 6.36-14.72 12.96-29.92 4.48-49.4zM743.080 791.28c-14.452 15.239-34.845 24.721-57.452 24.721-0.164 0-0.329-0.001-0.493-0.002l0.025 0h-350.76c-0.082 0-0.179 0-0.276 0-21.131 0-40.334-8.255-54.56-21.715l0.037 0.035c-81.206-76.164-132.673-183.198-135.59-302.273l-0.010-0.527c-0.054-1.803-0.084-3.925-0.084-6.054 0-59.31 23.69-113.088 62.123-152.386l-0.039 0.040c36.96-37.731 88.435-61.121 145.372-61.121 0.221 0 0.441 0 0.662 0.001l-0.034-0h2.88c48.341 0.541 92.585 17.649 127.424 45.901l-0.384-0.301c8.139 6.56 18.606 10.53 30 10.53s21.861-3.97 30.092-10.602l-0.092 0.072c34.975-28.402 80.046-45.602 129.134-45.602 0.333 0 0.665 0.001 0.997 0.002l-0.051-0c43.723 0.533 84.784 11.417 121.007 30.306l-1.487-0.706c-46.48 57.040-71.52 118.92-71.52 178.4 0 93.32 29.88 171.56 85 224.76-17.859 32.925-38.435 61.319-62.178 86.715l0.218-0.235zM515 52c14.586-18.683 32.435-34.068 52.798-45.505l0.882-0.455c6.711-3.788 14.735-6.020 23.28-6.020 26.521 0 48.020 21.499 48.020 48.020 0 17.976-9.877 33.644-24.5 41.875l-0.241 0.125c-9.682 5.413-17.81 12.431-24.306 20.781l-0.134 0.179c-8.871 11.321-22.544 18.528-37.9 18.528-26.525 0-48.028-21.503-48.028-48.028 0-11.169 3.812-21.447 10.207-29.605l-0.079 0.105z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["apple-logo-bold"]},"attrs":[{}],"properties":{"order":28265,"id":1219,"name":"apple-logo-bold","prevSize":16,"code":59676},"setIdx":3,"setId":3,"iconIdx":28},{"icon":{"paths":["M645.44 520c16.642-24.839 26.56-55.402 26.56-88.282 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 32.88 9.918 63.444 26.925 88.862l-0.365-0.58c-6.747 5.39-12.679 11.31-17.908 17.819l-0.172 0.221c-15.268 18.91-24.509 43.24-24.509 69.728 0 8.848 1.031 17.455 2.98 25.708l-0.15-0.756 51 224c11.473 50.306 55.83 87.281 108.822 87.281 0.161 0 0.322-0 0.483-0.001l-0.025 0h25.84c0.144 0.001 0.314 0.001 0.485 0.001 52.949 0 97.276-36.914 108.65-86.411l0.145-0.75 51-224c1.798-7.497 2.829-16.104 2.829-24.952 0-26.488-9.241-50.817-24.675-69.94l0.166 0.212c-5.4-6.779-11.333-12.738-17.86-17.989l-0.22-0.171zM512 368c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM591.56 611.52l-50.96 224c-1.664 7.197-8.019 12.48-15.608 12.48-0.025 0-0.051-0-0.076-0l0.004 0h-25.84c-0.021 0-0.047 0-0.072 0-7.589 0-13.944-5.283-15.587-12.372l-0.021-0.108-50.96-224c-0.267-1.083-0.42-2.326-0.42-3.605 0-3.756 1.32-7.203 3.523-9.903l-0.022 0.028c2.948-3.684 7.439-6.026 12.478-6.040l0.002-0h128c0.023-0 0.051-0 0.078-0 5.057 0 9.565 2.346 12.498 6.008l0.025 0.032c2.123 2.652 3.408 6.056 3.408 9.76 0 1.321-0.163 2.603-0.471 3.828l0.023-0.108zM944 512c0.001 0.365 0.002 0.796 0.002 1.227 0 119.175-48.595 227-127.050 304.741l-0.032 0.032c-8.652 8.49-20.519 13.731-33.61 13.731-26.51 0-48-21.49-48-48 0-13.151 5.288-25.066 13.854-33.735l-0.005 0.005c61.059-60.846 98.84-145.019 98.84-238.015 0-185.568-150.432-336-336-336s-336 150.432-336 336c0 92.996 37.781 177.169 98.83 238.005l0.010 0.010c8.884 8.718 14.39 20.85 14.39 34.269 0 26.51-21.49 48-48 48-13.359 0-25.444-5.457-34.146-14.265l-0.005-0.005c-78.505-78.231-127.080-186.452-127.080-306.019 0-238.587 193.413-432 432-432s432 193.413 432 432c0 0.007-0 0.013-0 0.020l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["apple-podcasts-logo-bold"]},"attrs":[{}],"properties":{"order":28266,"id":1218,"name":"apple-podcasts-logo-bold","prevSize":16,"code":59677},"setIdx":3,"setId":3,"iconIdx":29},{"icon":{"paths":["M976 640c0 26.51-21.49 48-48 48v0h-125.32l70.64 119.56c4.376 7.098 6.968 15.7 6.968 24.908 0 26.51-21.49 48-48 48-17.701 0-33.164-9.581-41.485-23.84l-0.123-0.228-227.080-384.4c-3.838-6.744-6.101-14.817-6.101-23.419 0-26.51 21.49-48 48-48 17.107 0 32.124 8.949 40.624 22.421l0.117 0.198 99.68 168.8h182.080c26.51 0 48 21.49 48 48v0zM532.6 592h-143.040l259.76-439.56c4.376-7.098 6.968-15.7 6.968-24.908 0-26.51-21.49-48-48-48-17.701 0-33.164 9.581-41.485 23.84l-0.123 0.228-54.68 92.4-54.68-92.4c-8.445-14.487-23.908-24.068-41.608-24.068-26.51 0-48 21.49-48 48 0 9.208 2.593 17.81 7.087 25.116l-0.119-0.208 81.56 138.040-178.16 301.52h-182.080c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h436.6c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM235.32 758.68c-6.983-4.192-15.408-6.672-24.413-6.672-17.491 0-32.796 9.355-41.186 23.334l-0.121 0.218-18.92 32c-4.376 7.098-6.968 15.7-6.968 24.908 0 26.51 21.49 48 48 48 17.701 0 33.164-9.581 41.485-23.84l0.123-0.228 18.92-32c4.186-6.978 6.661-15.398 6.661-24.395 0-17.503-9.368-32.817-23.363-41.204l-0.218-0.121z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["app-store-logo-bold"]},"attrs":[{}],"properties":{"order":28267,"id":1217,"name":"app-store-logo-bold","prevSize":16,"code":59678},"setIdx":3,"setId":3,"iconIdx":30},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM848 784h-672v-544h672zM240 368c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM432 368c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["app-window-bold"]},"attrs":[{}],"properties":{"order":28268,"id":1216,"name":"app-window-bold","prevSize":16,"code":59679},"setIdx":3,"setId":3,"iconIdx":31},{"icon":{"paths":["M896 176h-768c-44.183 0-80 35.817-80 80v0 96c-0 0.005-0 0.011-0 0.016 0 38.519 27.223 70.68 63.479 78.292l0.521 0.092v337.6c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-337.6c36.777-7.704 64-39.865 64-78.384 0-0.006-0-0.011-0-0.017l0 0.001v-96c0-44.183-35.817-80-80-80v0zM144 272h736v64h-736zM208 752v-320h608v320zM656 544c0 26.51-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h192c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["archive-bold"]},"attrs":[{}],"properties":{"order":28269,"id":1215,"name":"archive-bold","prevSize":16,"code":59680},"setIdx":3,"setId":3,"iconIdx":32},{"icon":{"paths":["M906.92 266.52l-64-128c-8.058-15.848-24.243-26.518-42.92-26.52l-576-0c-18.677 0.002-34.862 10.672-42.794 26.248l-0.126 0.272-64 128c-3.201 6.257-5.078 13.649-5.080 21.479l-0 0.001v544c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-544c-0.002-7.831-1.879-15.223-5.206-21.752l0.126 0.272zM770.32 208l24 48h-564.64l24-48zM208 816v-464h608v464zM673.96 558.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-128-128c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 46.040 45.96v-156c0-26.51 21.49-48 48-48s48 21.49 48 48v0 156l46.040-46.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["archive-box-bold"]},"attrs":[{}],"properties":{"order":28270,"id":1214,"name":"archive-box-bold","prevSize":16,"code":59681},"setIdx":3,"setId":3,"iconIdx":33},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 208v384h-98.76c-0.064-0-0.139-0-0.215-0-22.023 0-41.952 8.961-56.341 23.436l-0.004 0.004-72.68 72.56h-152l-72.68-72.56c-14.393-14.479-34.322-23.44-56.345-23.44-0.076 0-0.151 0-0.227 0l0.012-0h-98.76v-384zM208 816v-128h92l72.56 72.56c14.393 14.479 34.323 23.441 56.345 23.441 0.118 0 0.235-0 0.353-0.001l-0.018 0h165.52c0.064 0 0.139 0 0.215 0 22.023 0 41.952-8.961 56.341-23.436l0.004-0.004 72.68-72.56h92v128zM350.040 497.96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 45.96 46.040v-172c0-26.51 21.49-48 48-48s48 21.49 48 48v0 172l46.040-46.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["archive-tray-bold"]},"attrs":[{}],"properties":{"order":28271,"id":1213,"name":"archive-tray-bold","prevSize":16,"code":59682},"setIdx":3,"setId":3,"iconIdx":34},{"icon":{"paths":["M880 314.12v-26.12c-0.114-97.156-78.844-175.886-175.989-176l-384.011-0c-97.156 0.114-175.886 78.844-176 175.989l-0 0.011v26.12c-84.415 27.77-144.282 105.894-144.282 198s59.867 170.229 142.812 197.58l1.47 0.42v89.88c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-89.96c84.415-27.77 144.282-105.894 144.282-198s-59.867-170.229-142.812-197.58l-1.47-0.42zM320 208h384c44.183 0 80 35.817 80 80v0 18.48c-94.809 15.336-167.508 92.884-175.272 188.781l-0.048 0.739h-193.36c-7.812-96.636-80.511-174.184-174.122-189.36l-1.198-0.16v-18.48c0-44.183 35.817-80 80-80v0zM827.24 623.44c-24.38 2.501-43.238 22.928-43.24 47.76l-0 0v112.8h-544v-112.8c-0.002-24.832-18.86-45.259-43.035-47.743l-0.205-0.017c-56.829-5.901-100.76-53.537-100.76-111.435 0-61.856 50.144-112 112-112 61.854 0 111.997 50.141 112 111.994l0 0v144c0 26.51 21.49 48 48 48s48-21.49 48-48v0-64h192v64c0 26.51 21.49 48 48 48s48-21.49 48-48v0-144c0.003-61.854 50.146-111.995 112-111.995 61.856 0 112 50.144 112 112 0 57.897-43.931 105.534-100.278 111.394l-0.482 0.041z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["armchair-bold"]},"attrs":[{}],"properties":{"order":28272,"id":1212,"name":"armchair-bold","prevSize":16,"code":59683},"setIdx":3,"setId":3,"iconIdx":35},{"icon":{"paths":["M944 736c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0-0.007 0-0.016 0-0.024 0-185.568-150.432-336-336-336-92.79 0-176.795 37.613-237.6 98.424l0-0-61.96 61.6h139.56c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48v0-256c0-26.51 21.49-48 48-48s48 21.49 48 48v0 140.64l62.64-62.2c78.166-78.111 186.121-126.42 305.36-126.42 238.58 0 431.989 193.402 432 431.979l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-arc-left-bold"]},"attrs":[{}],"properties":{"order":28273,"id":1211,"name":"arrow-arc-left-bold","prevSize":16,"code":59684},"setIdx":3,"setId":3,"iconIdx":36},{"icon":{"paths":["M976 352v256c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h139.6l-61.92-61.48c-60.813-60.859-144.85-98.504-237.68-98.504-185.562 0-335.991 150.423-336 335.983l-0 0.001c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c-0-0.006-0-0.013-0-0.020 0-238.587 193.413-432 432-432 119.299 0 227.303 48.357 305.48 126.54l-0-0 62.52 62.12v-140.64c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-arc-right-bold"]},"attrs":[{}],"properties":{"order":28274,"id":1210,"name":"arrow-arc-right-bold","prevSize":16,"code":59685},"setIdx":3,"setId":3,"iconIdx":37},{"icon":{"paths":["M353.96 574.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-192-192c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 192-192c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-157.96 157.96zM512 368h-44l110.080-110.080c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-192 192c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 192 192c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0-110.080-109.92h44c185.485 0.205 335.795 150.515 336 335.98l0 0.020c0 26.51 21.49 48 48 48s48-21.49 48-48v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-double-up-left-bold"]},"attrs":[{}],"properties":{"order":28275,"id":1209,"name":"arrow-bend-double-up-left-bold","prevSize":16,"code":59686},"setIdx":3,"setId":3,"iconIdx":38},{"icon":{"paths":["M929.96 449.96l-192 192c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l158.040-157.96-157.96-158.080c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l192 192c8.71 8.69 14.098 20.706 14.098 33.98 0 13.314-5.421 25.362-14.175 34.057l-0.003 0.003zM705.96 381.96l-192-192c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l110.040 110.040h-44c-238.477 0.273-431.727 193.523-432 431.974l-0 0.026c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0.205-185.485 150.515-335.795 335.98-336l44.020-0-110.080 110.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l192-192c8.733-8.694 14.138-20.726 14.138-34.020 0-13.274-5.388-25.29-14.097-33.979l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-double-up-right-bold"]},"attrs":[{}],"properties":{"order":28276,"id":1208,"name":"arrow-bend-double-up-right-bold","prevSize":16,"code":59687},"setIdx":3,"setId":3,"iconIdx":39},{"icon":{"paths":["M944 224c-0.273 238.477-193.523 431.727-431.974 432l-268.026 0 110.080 110.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-192-192c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 192-192c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0-110.080 109.96h268c185.485-0.205 335.795-150.515 336-335.98l0-0.020c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-down-left-bold"]},"attrs":[{}],"properties":{"order":28277,"id":1207,"name":"arrow-bend-down-left-bold","prevSize":16,"code":59688},"setIdx":3,"setId":3,"iconIdx":40},{"icon":{"paths":["M929.96 641.96l-192 192c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l110.040-109.96h-268c-238.477-0.273-431.727-193.523-432-431.974l-0-0.026c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0.205 185.485 150.515 335.795 335.98 336l268.020 0-110.080-110.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l192 192c8.733 8.694 14.138 20.726 14.138 34.020 0 13.274-5.388 25.29-14.097 33.979l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-down-right-bold"]},"attrs":[{}],"properties":{"order":28278,"id":1206,"name":"arrow-bend-down-right-bold","prevSize":16,"code":59689},"setIdx":3,"setId":3,"iconIdx":41},{"icon":{"paths":["M848 128c0 26.51-21.49 48-48 48v0c-185.485 0.205-335.795 150.515-336 335.98l-0 0.020v268l110.040-110.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-192 192c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-192-192c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 109.96 110.080v-268c0.273-238.477 193.523-431.727 431.974-432l0.026-0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-left-down-bold"]},"attrs":[{}],"properties":{"order":28279,"id":1205,"name":"arrow-bend-left-down-bold","prevSize":16,"code":59690},"setIdx":3,"setId":3,"iconIdx":42},{"icon":{"paths":["M848 896c0 26.51-21.49 48-48 48v0c-238.477-0.273-431.727-193.523-432-431.974l-0-0.026v-268l-110.040 109.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l192-192c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 192 192c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-109.96-109.96v268c0.205 185.485 150.515 335.795 335.98 336l0.020 0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-left-up-bold"]},"attrs":[{}],"properties":{"order":28280,"id":1204,"name":"arrow-bend-left-up-bold","prevSize":16,"code":59691},"setIdx":3,"setId":3,"iconIdx":43},{"icon":{"paths":["M833.96 737.96l-192 192c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-192-192c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l110.040 110.040v-268c-0.205-185.485-150.515-335.795-335.98-336l-0.020-0c-26.51 0-48-21.49-48-48s21.49-48 48-48v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026v268l110.040-110.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-right-down-bold"]},"attrs":[{}],"properties":{"order":28281,"id":1203,"name":"arrow-bend-right-down-bold","prevSize":16,"code":59692},"setIdx":3,"setId":3,"iconIdx":44},{"icon":{"paths":["M833.96 353.96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-109.96-109.96v268c-0.273 238.477-193.523 431.727-431.974 432l-0.026 0c-26.51 0-48-21.49-48-48s21.49-48 48-48v0c185.485-0.205 335.795-150.515 336-335.98l0-0.020v-268l-110.040 109.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l192-192c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 192 192c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-right-up-bold"]},"attrs":[{}],"properties":{"order":28282,"id":1202,"name":"arrow-bend-right-up-bold","prevSize":16,"code":59693},"setIdx":3,"setId":3,"iconIdx":45},{"icon":{"paths":["M944 800c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c-0.205-185.485-150.515-335.795-335.98-336l-268.020-0 110.080 110.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-192-192c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 192-192c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0-110.080 109.96h268c238.477 0.273 431.727 193.523 432 431.974l0 0.026z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-up-left-bold"]},"attrs":[{}],"properties":{"order":28283,"id":1201,"name":"arrow-bend-up-left-bold","prevSize":16,"code":59694},"setIdx":3,"setId":3,"iconIdx":46},{"icon":{"paths":["M929.96 449.96l-192 192c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l110.040-109.96h-268c-185.485 0.205-335.795 150.515-336 335.98l-0 0.020c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0.273-238.477 193.523-431.727 431.974-432l268.026-0-109.96-110.080c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l192 192c8.71 8.69 14.098 20.706 14.098 33.98 0 13.314-5.421 25.362-14.175 34.057l-0.003 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-up-right-bold"]},"attrs":[{}],"properties":{"order":28284,"id":1200,"name":"arrow-bend-up-right-bold","prevSize":16,"code":59695},"setIdx":3,"setId":3,"iconIdx":47},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM673.96 510.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-128-128c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 46.040 45.96v-204c0-26.51 21.49-48 48-48s48 21.49 48 48v0 204l46.040-46.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-down-bold"]},"attrs":[{}],"properties":{"order":28285,"id":1199,"name":"arrow-circle-down-bold","prevSize":16,"code":59696},"setIdx":3,"setId":3,"iconIdx":48},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM673.96 350.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-173.96 173.96h76c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0 76l174.040-174.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-down-left-bold"]},"attrs":[{}],"properties":{"order":28286,"id":1198,"name":"arrow-circle-down-left-bold","prevSize":16,"code":59697},"setIdx":3,"setId":3,"iconIdx":49},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM688 448v192c0 26.51-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h76l-173.96-174.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l173.96 174.040v-76c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-down-right-bold"]},"attrs":[{}],"properties":{"order":28287,"id":1197,"name":"arrow-circle-down-right-bold","prevSize":16,"code":59698},"setIdx":3,"setId":3,"iconIdx":50},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM720 512c0 26.51-21.49 48-48 48v0h-204l46.080 46.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-128-128c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 128-128c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0-46.080 45.96h204c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-left-bold"]},"attrs":[{}],"properties":{"order":28288,"id":1196,"name":"arrow-circle-left-bold","prevSize":16,"code":59699},"setIdx":3,"setId":3,"iconIdx":51},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM705.96 478.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-128 128c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l46.040-46.040h-204c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h204l-46.080-46.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-right-bold"]},"attrs":[{}],"properties":{"order":28289,"id":1195,"name":"arrow-circle-right-bold","prevSize":16,"code":59700},"setIdx":3,"setId":3,"iconIdx":52},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM673.96 446.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-45.96-46.040v204c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-204l-46.040 46.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l128-128c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-up-bold"]},"attrs":[{}],"properties":{"order":28290,"id":1194,"name":"arrow-circle-up-bold","prevSize":16,"code":59701},"setIdx":3,"setId":3,"iconIdx":53},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM673.96 606.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-173.96-174.040v76c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-up-left-bold"]},"attrs":[{}],"properties":{"order":28291,"id":1193,"name":"arrow-circle-up-left-bold","prevSize":16,"code":59702},"setIdx":3,"setId":3,"iconIdx":54},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM688 384v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-76l-174.040 174.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l174.040-174.080h-76c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h192c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-up-right-bold"]},"attrs":[{}],"properties":{"order":28292,"id":1192,"name":"arrow-circle-up-right-bold","prevSize":16,"code":59703},"setIdx":3,"setId":3,"iconIdx":55},{"icon":{"paths":["M976 224v192c0 26.51-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h68.4l-76-69.52c-0.52-0.48-1.040-0.96-1.52-1.48-55.007-54.974-130.98-88.974-214.895-88.974-167.895 0-304 136.105-304 304 0 166.493 133.843 301.726 299.803 303.972l0.212 0.002h4c0.216 0.001 0.472 0.001 0.728 0.001 80.602 0 153.831-31.564 208.003-83.005l-0.131 0.124c8.582-8.123 20.198-13.118 32.98-13.118 26.519 0 48.018 21.498 48.018 48.018 0 13.737-5.769 26.127-15.015 34.879l-0.022 0.021c-71.149 67.541-167.55 109.081-273.653 109.081-0.319 0-0.637-0-0.955-0.001l0.049 0h-5.48c-218.476-3.177-394.362-181.028-394.362-399.96 0-220.914 179.086-400 400-400 109.98 0 209.594 44.386 281.904 116.222l-0.022-0.021 85.96 78.64v-82.88c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-clockwise-bold"]},"attrs":[{}],"properties":{"order":28293,"id":1191,"name":"arrow-clockwise-bold","prevSize":16,"code":59704},"setIdx":3,"setId":3,"iconIdx":56},{"icon":{"paths":["M912 512c0 0.011 0 0.023 0 0.036 0 219.030-176.044 396.942-394.356 399.961l-0.284 0.003h-5.36c-0.249 0.001-0.543 0.001-0.838 0.001-106.114 0-202.517-41.573-273.812-109.321l0.17 0.16c-9.273-8.771-15.044-21.162-15.044-34.9 0-26.512 21.492-48.004 48.004-48.004 12.774 0 24.382 4.989 32.982 13.125l-0.022-0.021c54.32 51.368 127.818 82.949 208.692 82.949 167.895 0 304-136.105 304-304s-136.105-304-304-304c-83.953 0-159.958 34.031-214.972 89.051l-0 0c-0.52 0.52-1 1-1.56 1.48l-76.040 69.48h68.44c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0 82.88l85.92-78.64c72.309-71.932 172.002-116.397 282.080-116.397 220.914 0 400 179.086 400 400 0 0.055-0 0.11-0 0.165l0-0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-counter-clockwise-bold"]},"attrs":[{}],"properties":{"order":28294,"id":1190,"name":"arrow-counter-clockwise-bold","prevSize":16,"code":59705},"setIdx":3,"setId":3,"iconIdx":57},{"icon":{"paths":["M833.96 609.96l-288 288c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-288-288c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l206.040 206.040v-588c0-26.51 21.49-48 48-48s48 21.49 48 48v0 588l206.040-206.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-down-bold"]},"attrs":[{}],"properties":{"order":28295,"id":1189,"name":"arrow-down-bold","prevSize":16,"code":59706},"setIdx":3,"setId":3,"iconIdx":58},{"icon":{"paths":["M801.96 289.92l-429.96 430.080h300c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-416c-26.51 0-48-21.49-48-48v0-416c0-26.51 21.49-48 48-48s48 21.49 48 48v0 300l430.040-429.96c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-down-left-bold"]},"attrs":[{}],"properties":{"order":28296,"id":1188,"name":"arrow-down-left-bold","prevSize":16,"code":59707},"setIdx":3,"setId":3,"iconIdx":59},{"icon":{"paths":["M816 352v416c0 26.51-21.49 48-48 48v0h-416c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h300l-429.96-430.080c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l429.96 430.080v-300c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-down-right-bold"]},"attrs":[{}],"properties":{"order":28297,"id":1187,"name":"arrow-down-right-bold","prevSize":16,"code":59708},"setIdx":3,"setId":3,"iconIdx":60},{"icon":{"paths":["M816 128v576c0 26.51-21.49 48-48 48v0h-460l110.080 110.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-192-192c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 192-192c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-0 0-110.080 109.96h412v-528c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-down-left-bold"]},"attrs":[{}],"properties":{"order":28298,"id":1186,"name":"arrow-elbow-down-left-bold","prevSize":16,"code":59709},"setIdx":3,"setId":3,"iconIdx":61},{"icon":{"paths":["M865.96 737.96l-192 192c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l110.040-109.96h-460c-26.51 0-48-21.49-48-48v0-576c0-26.51 21.49-48 48-48s48 21.49 48 48v0 528h412l-110.080-110.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l192 192c8.733 8.694 14.138 20.726 14.138 34.020 0 13.274-5.388 25.29-14.097 33.979l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-down-right-bold"]},"attrs":[{}],"properties":{"order":28299,"id":1185,"name":"arrow-elbow-down-right-bold","prevSize":16,"code":59710},"setIdx":3,"setId":3,"iconIdx":62},{"icon":{"paths":["M961.96 417.96l-384 384c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-365.96-365.96v172c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-288c0-26.51 21.49-48 48-48v0h288c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-172l332 332 350.040-350.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-left-bold"]},"attrs":[{}],"properties":{"order":28300,"id":1184,"name":"arrow-elbow-left-bold","prevSize":16,"code":59711},"setIdx":3,"setId":3,"iconIdx":63},{"icon":{"paths":["M944 256c0 26.51-21.49 48-48 48v0h-528v412l110.040-110.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-192 192c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-192-192c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 109.96 110.080v-460c0-26.51 21.49-48 48-48v0h576c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-left-down-bold"]},"attrs":[{}],"properties":{"order":28301,"id":1183,"name":"arrow-elbow-left-down-bold","prevSize":16,"code":59712},"setIdx":3,"setId":3,"iconIdx":64},{"icon":{"paths":["M944 768c0 26.51-21.49 48-48 48v0h-576c-26.51 0-48-21.49-48-48v0-460l-110.040 109.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l192-192c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 192 192c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-109.96-109.96v412h528c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-left-up-bold"]},"attrs":[{}],"properties":{"order":28302,"id":1182,"name":"arrow-elbow-left-up-bold","prevSize":16,"code":59713},"setIdx":3,"setId":3,"iconIdx":65},{"icon":{"paths":["M976 320v288c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-172l-366.040 366.080c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-384-384c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l350.040 349.92 332-332h-172c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h288c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-right-bold"]},"attrs":[{}],"properties":{"order":28303,"id":1181,"name":"arrow-elbow-right-bold","prevSize":16,"code":59714},"setIdx":3,"setId":3,"iconIdx":66},{"icon":{"paths":["M929.96 673.96l-192 192c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-192-192c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l110.040 110.040v-412h-528c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h576c26.51 0 48 21.49 48 48v0 460l110.040-110.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-right-down-bold"]},"attrs":[{}],"properties":{"order":28304,"id":1180,"name":"arrow-elbow-right-down-bold","prevSize":16,"code":59715},"setIdx":3,"setId":3,"iconIdx":67},{"icon":{"paths":["M929.96 417.96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-109.96-109.96v460c0 26.51-21.49 48-48 48v0h-576c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h528v-412l-110.040 110.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l192-192c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 192 192c8.686 8.686 14.058 20.686 14.058 33.94s-5.372 25.254-14.058 33.94l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-right-up-bold"]},"attrs":[{}],"properties":{"order":28305,"id":1179,"name":"arrow-elbow-right-up-bold","prevSize":16,"code":59716},"setIdx":3,"setId":3,"iconIdx":68},{"icon":{"paths":["M816 320v576c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-528h-412l110.080 110.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-192-192c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 192-192c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-0 0-110.080 109.96h460c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-up-left-bold"]},"attrs":[{}],"properties":{"order":28306,"id":1178,"name":"arrow-elbow-up-left-bold","prevSize":16,"code":59717},"setIdx":3,"setId":3,"iconIdx":69},{"icon":{"paths":["M865.96 353.96l-192 192c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l110.040-109.96h-412v528c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-576c0-26.51 21.49-48 48-48v0h460l-109.96-110.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l192 192c8.698 8.688 14.078 20.696 14.078 33.96 0 13.304-5.413 25.344-14.156 34.038l-0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-up-right-bold"]},"attrs":[{}],"properties":{"order":28307,"id":1177,"name":"arrow-elbow-up-right-bold","prevSize":16,"code":59718},"setIdx":3,"setId":3,"iconIdx":70},{"icon":{"paths":["M940.36 525.64c-7.403-17.548-24.464-29.64-44.35-29.64-0.004 0-0.007 0-0.011 0l-143.999-0v-304c0-44.183-35.817-80-80-80v0h-320c-44.183 0-80 35.817-80 80v0 304h-144c-26.509 0.001-47.998 21.491-47.998 48 0 13.264 5.38 25.272 14.077 33.96l0 0 384 384c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 384-384c8.635-8.678 13.974-20.643 13.974-33.856 0-6.664-1.358-13.011-3.812-18.778l0.119 0.314zM512 860l-268-268h76c26.51 0 48-21.49 48-48v0-336h288v336c0 26.51 21.49 48 48 48v0h76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-down-bold"]},"attrs":[{}],"properties":{"order":28308,"id":1176,"name":"arrow-fat-down-bold","prevSize":16,"code":59719},"setIdx":3,"setId":3,"iconIdx":71},{"icon":{"paths":["M832 272h-304v-144c-0.001-26.509-21.491-47.998-48-47.998-13.264 0-25.272 5.38-33.96 14.077l-0 0-384 384c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 384 384c8.688 8.698 20.696 14.078 33.96 14.078 26.51 0 48-21.49 48-48 0-0.056-0-0.111-0-0.167l0 0.009v-144h304c44.183 0 80-35.817 80-80v0-320c0-44.183-35.817-80-80-80v0zM816 656h-336c-26.51 0-48 21.49-48 48v0 76l-268-268 268-268v76c0 26.51 21.49 48 48 48v0h336z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-left-bold"]},"attrs":[{}],"properties":{"order":28309,"id":1175,"name":"arrow-fat-left-bold","prevSize":16,"code":59720},"setIdx":3,"setId":3,"iconIdx":72},{"icon":{"paths":["M940.36 525.64c-7.403-17.548-24.464-29.64-44.35-29.64-0.004 0-0.007 0-0.011 0l-143.999-0v-176c0-26.51-21.49-48-48-48v0h-384c-26.51 0-48 21.49-48 48v0 176h-144c-26.509 0.001-47.998 21.491-47.998 48 0 13.264 5.38 25.272 14.077 33.96l0 0 384 384c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 384-384c8.635-8.678 13.974-20.643 13.974-33.856 0-6.664-1.358-13.011-3.812-18.778l0.119 0.314zM512 860l-268-268h76c26.51 0 48-21.49 48-48v0-176h288v176c0 26.51 21.49 48 48 48v0h76zM272 160c0-26.51 21.49-48 48-48v0h384c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-line-down-bold"]},"attrs":[{}],"properties":{"order":28310,"id":1174,"name":"arrow-fat-line-down-bold","prevSize":16,"code":59721},"setIdx":3,"setId":3,"iconIdx":73},{"icon":{"paths":["M704 272h-176v-144c0-0.011 0-0.024 0-0.038 0-26.51-21.49-48-48-48-13.264 0-25.272 5.38-33.96 14.077l-0 0-384 384c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 384 384c8.688 8.698 20.696 14.078 33.96 14.078 26.51 0 48-21.49 48-48 0-0.041-0-0.083-0-0.124l0 0.006v-144h176c26.51 0 48-21.49 48-48v0-384c0-26.51-21.49-48-48-48v0zM656 656h-176c-26.51 0-48 21.49-48 48v0 76l-268-268 268-268v76c0 26.51 21.49 48 48 48v0h176zM912 320v384c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-384c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-line-left-bold"]},"attrs":[{}],"properties":{"order":28311,"id":1173,"name":"arrow-fat-line-left-bold","prevSize":16,"code":59722},"setIdx":3,"setId":3,"iconIdx":74},{"icon":{"paths":["M961.96 478.040l-384-384c-8.688-8.698-20.696-14.078-33.96-14.078-26.51 0-48 21.49-48 48 0 0.013 0 0.027 0 0.040l-0-0.002v144h-176c-26.51 0-48 21.49-48 48v0 384c0 26.51 21.49 48 48 48v0h176v144c-0 0.011-0 0.024-0 0.038 0 26.51 21.49 48 48 48 13.264 0 25.272-5.38 33.96-14.077l0-0 384-384c8.698-8.688 14.078-20.696 14.078-33.96s-5.38-25.272-14.077-33.96l-0-0zM592 780v-76c0-26.51-21.49-48-48-48v0h-176v-288h176c26.51 0 48-21.49 48-48v0-76l268 268zM208 320v384c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-384c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-line-right-bold"]},"attrs":[{}],"properties":{"order":28312,"id":1172,"name":"arrow-fat-line-right-bold","prevSize":16,"code":59723},"setIdx":3,"setId":3,"iconIdx":75},{"icon":{"paths":["M940.36 525.64c-7.403-17.548-24.464-29.64-44.35-29.64-0.004 0-0.007 0-0.011 0l-143.999-0v-16c0-26.51-21.49-48-48-48v0h-384c-26.51 0-48 21.49-48 48v0 16h-144c-0.011-0-0.024-0-0.038-0-26.51 0-48 21.49-48 48 0 13.264 5.38 25.272 14.077 33.96l0 0 384 384c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 384-384c8.652-8.681 14.002-20.657 14.002-33.884 0-6.653-1.354-12.99-3.8-18.75l0.119 0.314zM512 860l-268-268h76c26.51 0 48-21.49 48-48v0-16h288v16c0 26.51 21.49 48 48 48v0h76zM272 160c0-26.51 21.49-48 48-48v0h384c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48v0zM272 320c0-26.51 21.49-48 48-48v0h384c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-lines-down-bold"]},"attrs":[{}],"properties":{"order":28313,"id":1171,"name":"arrow-fat-lines-down-bold","prevSize":16,"code":59724},"setIdx":3,"setId":3,"iconIdx":76},{"icon":{"paths":["M544 272h-16v-144c0-0.011 0-0.024 0-0.038 0-26.51-21.49-48-48-48-13.264 0-25.272 5.38-33.96 14.077l-0 0-384 384c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 384 384c8.688 8.698 20.696 14.078 33.96 14.078 26.51 0 48-21.49 48-48 0-0.041-0-0.083-0-0.124l0 0.006v-144h16c26.51 0 48-21.49 48-48v0-384c0-26.51-21.49-48-48-48v0zM496 656h-16c-26.51 0-48 21.49-48 48v0 76l-268-268 268-268v76c0 26.51 21.49 48 48 48v0h16zM912 320v384c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-384c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM752 320v384c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-384c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-lines-left-bold"]},"attrs":[{}],"properties":{"order":28314,"id":1170,"name":"arrow-fat-lines-left-bold","prevSize":16,"code":59725},"setIdx":3,"setId":3,"iconIdx":77},{"icon":{"paths":["M961.96 478.040l-384-384c-8.688-8.698-20.696-14.078-33.96-14.078-26.51 0-48 21.49-48 48 0 0.013 0 0.027 0 0.040l-0-0.002v144h-16c-26.51 0-48 21.49-48 48v0 384c0 26.51 21.49 48 48 48v0h16v144c-0 0.011-0 0.024-0 0.038 0 26.51 21.49 48 48 48 13.264 0 25.272-5.38 33.96-14.077l0-0 384-384c8.698-8.688 14.078-20.696 14.078-33.96s-5.38-25.272-14.077-33.96l-0-0zM592 780v-76c0-26.51-21.49-48-48-48v0h-16v-288h16c26.51 0 48-21.49 48-48v0-76l268 268zM208 320v384c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-384c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM368 320v384c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-384c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-lines-right-bold"]},"attrs":[{}],"properties":{"order":28315,"id":1169,"name":"arrow-fat-lines-right-bold","prevSize":16,"code":59726},"setIdx":3,"setId":3,"iconIdx":78},{"icon":{"paths":["M929.96 446.040l-384-384c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-384 384c-8.698 8.688-14.078 20.696-14.078 33.96 0 26.51 21.49 48 48 48 0.041 0 0.083-0 0.124-0l-0.006 0h144v16c0 26.51 21.49 48 48 48v0h384c26.51 0 48-21.49 48-48v0-16h144c0.011 0 0.024 0 0.038 0 26.51 0 48-21.49 48-48 0-13.264-5.38-25.272-14.077-33.96l-0-0zM704 432c-26.51 0-48 21.49-48 48v0 16h-288v-16c0-26.51-21.49-48-48-48v0h-76l268-268 268 268zM752 864c0 26.51-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h384c26.51 0 48 21.49 48 48v0zM752 704c0 26.51-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h384c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-lines-up-bold"]},"attrs":[{}],"properties":{"order":28316,"id":1168,"name":"arrow-fat-lines-up-bold","prevSize":16,"code":59727},"setIdx":3,"setId":3,"iconIdx":79},{"icon":{"paths":["M929.92 446.040l-384-384c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-384 384c-8.698 8.688-14.078 20.696-14.078 33.96 0 26.51 21.49 48 48 48 0.056 0 0.111-0 0.167-0l-0.009 0h144v176c0 26.51 21.49 48 48 48v0h384c26.51 0 48-21.49 48-48v0-176h144c26.509-0.001 47.998-21.491 47.998-48 0-13.264-5.38-25.272-14.077-33.96l-0-0zM704 432c-26.51 0-48 21.49-48 48v0 176h-288v-176c0-26.51-21.49-48-48-48v0h-76l268-268 268 268zM752 864c0 26.51-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h384c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-line-up-bold"]},"attrs":[{}],"properties":{"order":28317,"id":1167,"name":"arrow-fat-line-up-bold","prevSize":16,"code":59728},"setIdx":3,"setId":3,"iconIdx":80},{"icon":{"paths":["M961.96 478.040l-384-384c-8.688-8.698-20.696-14.078-33.96-14.078-26.51 0-48 21.49-48 48 0 0.013 0 0.027 0 0.040l-0-0.002v144h-304c-44.183 0-80 35.817-80 80v0 320c0 44.183 35.817 80 80 80v0h304v144c-0 0.011-0 0.024-0 0.038 0 26.51 21.49 48 48 48 13.264 0 25.272-5.38 33.96-14.077l0-0 384-384c8.698-8.688 14.078-20.696 14.078-33.96s-5.38-25.272-14.077-33.96l-0-0zM592 780v-76c0-26.51-21.49-48-48-48v0h-336v-288h336c26.51 0 48-21.49 48-48v0-76l268 268z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-right-bold"]},"attrs":[{}],"properties":{"order":28318,"id":1166,"name":"arrow-fat-right-bold","prevSize":16,"code":59729},"setIdx":3,"setId":3,"iconIdx":81},{"icon":{"paths":["M929.92 446.040l-384-384c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-384 384c-8.698 8.688-14.078 20.696-14.078 33.96 0 26.51 21.49 48 48 48 0.056 0 0.111-0 0.167-0l-0.009 0h144v304c0 44.183 35.817 80 80 80v0h320c44.183 0 80-35.817 80-80v0-304h144c26.509-0.001 47.998-21.491 47.998-48 0-13.264-5.38-25.272-14.077-33.96l-0-0zM704 432c-26.51 0-48 21.49-48 48v0 336h-288v-336c0-26.51-21.49-48-48-48v0h-76l268-268 268 268z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-up-bold"]},"attrs":[{}],"properties":{"order":28319,"id":1165,"name":"arrow-fat-up-bold","prevSize":16,"code":59730},"setIdx":3,"setId":3,"iconIdx":82},{"icon":{"paths":["M912 512c0 26.51-21.49 48-48 48v0h-588l206.080 206.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-288-288c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 288-288c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-206.080 205.96h588c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-left-bold"]},"attrs":[{}],"properties":{"order":28320,"id":1164,"name":"arrow-left-bold","prevSize":16,"code":59731},"setIdx":3,"setId":3,"iconIdx":83},{"icon":{"paths":["M190.040 449.96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l205.96 206.040v-460c0-26.51 21.49-48 48-48s48 21.49 48 48v0 460l206.040-206.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-288 288c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001zM864 816h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-down-bold"]},"attrs":[{}],"properties":{"order":28321,"id":1163,"name":"arrow-line-down-bold","prevSize":16,"code":59732},"setIdx":3,"setId":3,"iconIdx":84},{"icon":{"paths":["M912 160c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0zM670.040 318.040l-366.040 365.96v-268c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 384c0 26.51 21.49 48 48 48v0h384c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-268l366.080-366.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-down-left-bold"]},"attrs":[{}],"properties":{"order":28322,"id":1162,"name":"arrow-line-down-left-bold","prevSize":16,"code":59733},"setIdx":3,"setId":3,"iconIdx":85},{"icon":{"paths":["M912 160c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0zM768 368c-26.51 0-48 21.49-48 48v0 268l-366.040-365.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l366.040 365.96h-268c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h384c26.51 0 48-21.49 48-48v0-384c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-down-right-bold"]},"attrs":[{}],"properties":{"order":28323,"id":1161,"name":"arrow-line-down-right-bold","prevSize":16,"code":59734},"setIdx":3,"setId":3,"iconIdx":86},{"icon":{"paths":["M944 512c0 26.51-21.49 48-48 48v0h-460l206.080 206.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-288-288c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 288-288c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-206.080 205.96h460c26.51 0 48 21.49 48 48v0zM160 112c-26.51 0-48 21.49-48 48v0 704c0 26.51 21.49 48 48 48s48-21.49 48-48v0-704c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-left-bold"]},"attrs":[{}],"properties":{"order":28324,"id":1160,"name":"arrow-line-left-bold","prevSize":16,"code":59735},"setIdx":3,"setId":3,"iconIdx":87},{"icon":{"paths":["M737.96 478.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-288 288c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l206.040-206.040h-460c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h460l-205.96-206.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0zM864 112c-26.51 0-48 21.49-48 48v0 704c0 26.51 21.49 48 48 48s48-21.49 48-48v0-704c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-right-bold"]},"attrs":[{}],"properties":{"order":28325,"id":1159,"name":"arrow-line-right-bold","prevSize":16,"code":59736},"setIdx":3,"setId":3,"iconIdx":88},{"icon":{"paths":["M833.96 574.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-205.96-206.040v460c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-460l-206.040 205.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l288-288c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001zM864 112h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-up-bold"]},"attrs":[{}],"properties":{"order":28326,"id":1158,"name":"arrow-line-up-bold","prevSize":16,"code":59737},"setIdx":3,"setId":3,"iconIdx":89},{"icon":{"paths":["M912 864c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0zM256 656c26.51 0 48-21.49 48-48v0-268l366.040 366.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-366.040-366.080h268c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-384c-26.51 0-48 21.49-48 48v0 384c0 26.51 21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-up-left-bold"]},"attrs":[{}],"properties":{"order":28327,"id":1157,"name":"arrow-line-up-left-bold","prevSize":16,"code":59738},"setIdx":3,"setId":3,"iconIdx":90},{"icon":{"paths":["M912 864c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0zM320 720c0.011 0 0.024 0 0.038 0 13.245 0 25.238-5.365 33.923-14.040l-0 0 366.040-365.96v268c0 26.51 21.49 48 48 48s48-21.49 48-48v0-384c0-26.51-21.49-48-48-48v0h-384c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h268l-365.96 366.040c-8.698 8.688-14.078 20.696-14.078 33.96 0 26.51 21.49 48 48 48 0.013 0 0.027-0 0.040-0l-0.002 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-up-right-bold"]},"attrs":[{}],"properties":{"order":28328,"id":1156,"name":"arrow-line-up-right-bold","prevSize":16,"code":59739},"setIdx":3,"setId":3,"iconIdx":91},{"icon":{"paths":["M897.96 545.96l-288 288c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l206.040-205.96h-588c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h588l-205.96-206.080c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l288 288c8.71 8.69 14.098 20.706 14.098 33.98 0 13.314-5.421 25.362-14.175 34.057l-0.003 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-right-bold"]},"attrs":[{}],"properties":{"order":28329,"id":1155,"name":"arrow-right-bold","prevSize":16,"code":59740},"setIdx":3,"setId":3,"iconIdx":92},{"icon":{"paths":["M801.96 734.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001c-4.52 4.48-112 110.040-289.96 110.040-134.84 0-237.4-69.84-304-135.44v55.36c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-95.52c52.4 57.28 140.32 128 255.52 128 138.52 0 221.24-81.12 222.040-81.96 8.688-8.698 20.696-14.078 33.96-14.078s25.272 5.38 33.96 14.077l0 0zM864 144c-26.51 0-48 21.49-48 48v0 55.44c-66.6-65.6-169.16-135.44-304-135.44-177.84 0-285.44 105.56-289.96 110.040-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l-0 0c0.72-0.92 83.44-82.040 221.96-82.040 115.2 0 203.12 70.72 255.52 128h-95.52c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h192c26.51 0 48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-clockwise-bold"]},"attrs":[{}],"properties":{"order":28330,"id":1154,"name":"arrows-clockwise-bold","prevSize":16,"code":59741},"setIdx":3,"setId":3,"iconIdx":93},{"icon":{"paths":["M352 432h-192c-26.51 0-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0 55.44c66.6-65.6 169.16-135.44 304-135.44 177.84 0 285.44 105.56 289.96 110.040 8.561 8.665 13.85 20.58 13.85 33.731 0 26.51-21.49 48-48 48-13.091 0-24.958-5.24-33.617-13.738l0.007 0.007c-1.76-1.68-86.2-82.040-222.2-82.040-116 0-203.76 70.72-256 128h96c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM864 592h-192c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h96c-52 57.28-140 128-256 128-136 0-220.44-80.36-222.2-82.080-8.652-8.49-20.519-13.731-33.61-13.731-26.51 0-48 21.49-48 48 0 13.151 5.288 25.066 13.854 33.735l-0.005-0.005c4.52 4.52 112.12 110.080 289.96 110.080 134.84 0 237.4-69.84 304-135.44v55.44c0 26.51 21.49 48 48 48s48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-counter-clockwise-bold"]},"attrs":[{}],"properties":{"order":28331,"id":1153,"name":"arrows-counter-clockwise-bold","prevSize":16,"code":59742},"setIdx":3,"setId":3,"iconIdx":94},{"icon":{"paths":["M481.96 670.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-128-128c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 46.040 45.96v-524c0-26.51 21.49-48 48-48s48 21.49 48 48v0 524l46.040-46.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002zM865.96 286.040l-128-128c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-128 128c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l46.040-46.040v524c0 26.51 21.49 48 48 48s48-21.49 48-48v0-524l46.040 46.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-down-up-bold"]},"attrs":[{}],"properties":{"order":28332,"id":1152,"name":"arrows-down-up-bold","prevSize":16,"code":59743},"setIdx":3,"setId":3,"iconIdx":95},{"icon":{"paths":["M961.96 545.96l-128 128c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0 46.040-45.96h-600l46.080 46.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-128-128c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 128-128c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-0 0-46.080 45.96h600l-46.080-46.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l128 128c8.733 8.694 14.138 20.726 14.138 34.020 0 13.274-5.388 25.29-14.097 33.979l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-horizontal-bold"]},"attrs":[{}],"properties":{"order":28333,"id":1151,"name":"arrows-horizontal-bold","prevSize":16,"code":59744},"setIdx":3,"setId":3,"iconIdx":96},{"icon":{"paths":["M560 416v-160c0-26.51 21.49-48 48-48s48 21.49 48 48v0 44l142.040-142.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-142.040 142.080h44c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-160c-26.51 0-48-21.49-48-48v0zM416 560h-160c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h44l-141.96 142.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l141.96-142.040v44c0 26.51 21.49 48 48 48s48-21.49 48-48v0-160c0-26.51-21.49-48-48-48v0zM724 656h44c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-160c-26.51 0-48 21.49-48 48v0 160c0 26.51 21.49 48 48 48s48-21.49 48-48v0-44l142.040 142.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0zM416 208c-26.51 0-48 21.49-48 48v0 44l-142.040-141.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l142.040 141.96h-44c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c26.51 0 48-21.49 48-48v0-160c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-bold"]},"attrs":[{}],"properties":{"order":28334,"id":1150,"name":"arrows-in-bold","prevSize":16,"code":59745},"setIdx":3,"setId":3,"iconIdx":97},{"icon":{"paths":["M350.040 289.96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 45.96 46.040v-172c0-26.51 21.49-48 48-48s48 21.49 48 48v0 172l46.040-46.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001zM546.040 605.96c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-128 128c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l45.96-45.96v172c0 26.51 21.49 48 48 48s48-21.49 48-48v0-172l46.040 46.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0zM928 464h-172l46.080-46.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-128 128c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 128 128c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0-46.080-45.96h172c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM417.96 478.040l-128-128c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 46.040 45.96h-172c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h172l-45.96 46.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l128-128c8.698-8.688 14.078-20.696 14.078-33.96 0-13.304-5.413-25.344-14.156-34.038l-0.002-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-cardinal-bold"]},"attrs":[{}],"properties":{"order":28335,"id":1149,"name":"arrows-in-cardinal-bold","prevSize":16,"code":59746},"setIdx":3,"setId":3,"iconIdx":98},{"icon":{"paths":["M560 160v704c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-704c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM257.96 350.040c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 46.040 45.96h-172c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h172l-45.96 46.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l128-128c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001zM960 464h-172l46.080-46.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-128 128c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 128 128c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0-46.080-45.96h172c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-line-horizontal-bold"]},"attrs":[{}],"properties":{"order":28336,"id":1148,"name":"arrows-in-line-horizontal-bold","prevSize":16,"code":59747},"setIdx":3,"setId":3,"iconIdx":99},{"icon":{"paths":["M912 512c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0zM478.040 385.96c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 128-128c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-46.040 46.040v-172c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 172l-46.040-45.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0zM546.040 637.96c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-128 128c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l45.96-45.96v172c0 26.51 21.49 48 48 48s48-21.49 48-48v0-172l46.040 46.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-line-vertical-bold"]},"attrs":[{}],"properties":{"order":28337,"id":1147,"name":"arrows-in-line-vertical-bold","prevSize":16,"code":59748},"setIdx":3,"setId":3,"iconIdx":100},{"icon":{"paths":["M865.96 225.92l-157.96 158.080h76c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0 76l158.040-158.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0zM432 544h-192c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h76l-157.96 158.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l157.96-158.040v76c0 26.51 21.49 48 48 48s48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-simple-bold"]},"attrs":[{}],"properties":{"order":28338,"id":1146,"name":"arrows-in-simple-bold","prevSize":16,"code":59749},"setIdx":3,"setId":3,"iconIdx":101},{"icon":{"paths":["M865.96 737.96l-128 128c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0 46.040-45.96h-524c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h524l-46.080-46.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l128 128c8.733 8.694 14.138 20.726 14.138 34.020 0 13.274-5.388 25.29-14.097 33.979l-0.001 0.001zM285.96 481.96c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-45.96-45.96h524c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-524l45.96-46.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-128 128c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-left-right-bold"]},"attrs":[{}],"properties":{"order":28339,"id":1145,"name":"arrows-left-right-bold","prevSize":16,"code":59750},"setIdx":3,"setId":3,"iconIdx":102},{"icon":{"paths":["M784 160v256c0 0.011 0 0.024 0 0.038 0 13.245-5.365 25.238-14.040 33.923l-209.96 210.040v152l46.040-46.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-128-128c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 45.96 46.080v-152l-209.96-210.040c-8.675-8.684-14.040-20.677-14.040-33.922 0-0.013 0-0.027 0-0.040l-0 0.002v-256c0-26.51 21.49-48 48-48s48 21.49 48 48v0 236l176 176 176-176v-236c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-merge-bold"]},"attrs":[{}],"properties":{"order":28340,"id":1144,"name":"arrows-merge-bold","prevSize":16,"code":59751},"setIdx":3,"setId":3,"iconIdx":103},{"icon":{"paths":["M880 192v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-76l-142.040 142.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l142.040-142.080h-76c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h192c26.51 0 48 21.49 48 48v0zM382.040 574.040l-142.040 141.96v-76c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48v0h192c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-76l142.080-142.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0zM832 592c-26.51 0-48 21.49-48 48v0 76l-142.040-142.080c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l142.040 142.080h-76c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h192c26.51 0 48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0zM308 240h76c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-192c-26.51 0-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-76l142.040 142.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-bold"]},"attrs":[{}],"properties":{"order":28341,"id":1143,"name":"arrows-out-bold","prevSize":16,"code":59752},"setIdx":3,"setId":3,"iconIdx":104},{"icon":{"paths":["M350.040 257.96c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 128-128c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 128 128c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-46.040-45.96v172c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-172l-46.040 45.96c-8.688 8.698-20.696 14.078-33.96 14.078s-25.272-5.38-33.96-14.077l-0-0zM606.040 765.96l-46.040 46.040v-172c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 172l-46.040-46.080c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l128 128c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 128-128c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0zM962.040 477.96l-128-128c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 45.96 46.040h-172c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h172l-46.080 46.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l128-128c8.733-8.694 14.138-20.726 14.138-34.020 0-13.274-5.388-25.29-14.097-33.979l-0.001-0.001zM212 560h172c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-172l46.080-46.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-128 128c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 128 128c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-cardinal-bold"]},"attrs":[{}],"properties":{"order":28342,"id":1142,"name":"arrows-out-cardinal-bold","prevSize":16,"code":59753},"setIdx":3,"setId":3,"iconIdx":105},{"icon":{"paths":["M560 160v704c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-704c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM352 464h-172l46.080-46.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-128 128c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 128 128c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0-46.080-45.96h172c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM993.96 478.040l-128-128c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 46.040 45.96h-172c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h172l-46.080 46.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l128-128c8.733-8.694 14.138-20.726 14.138-34.020 0-13.274-5.388-25.29-14.097-33.979l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-line-horizontal-bold"]},"attrs":[{}],"properties":{"order":28343,"id":1141,"name":"arrows-out-line-horizontal-bold","prevSize":16,"code":59754},"setIdx":3,"setId":3,"iconIdx":106},{"icon":{"paths":["M912 512c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0zM417.96 225.92l46.040-45.92v172c0 26.51 21.49 48 48 48s48-21.49 48-48v0-172l46.040 46.040c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-128-128c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-128 128c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l-0 0zM605.96 797.92l-45.96 46.080v-172c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 172l-46.040-46.080c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l128 128c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 128-128c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-line-vertical-bold"]},"attrs":[{}],"properties":{"order":28344,"id":1140,"name":"arrows-out-line-vertical-bold","prevSize":16,"code":59755},"setIdx":3,"setId":3,"iconIdx":107},{"icon":{"paths":["M880 192v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-76l-158.040 158.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l158.040-158.080h-76c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h192c26.51 0 48 21.49 48 48v0zM398.040 558.040l-158.040 157.96v-76c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48v0h192c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-76l158.080-158.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-simple-bold"]},"attrs":[{}],"properties":{"order":28345,"id":1139,"name":"arrows-out-simple-bold","prevSize":16,"code":59756},"setIdx":3,"setId":3,"iconIdx":108},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM350.040 577.96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 45.96 46.040v-204c0-26.51 21.49-48 48-48s48 21.49 48 48v0 204l46.040-46.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-down-bold"]},"attrs":[{}],"properties":{"order":28346,"id":1138,"name":"arrow-square-down-bold","prevSize":16,"code":59757},"setIdx":3,"setId":3,"iconIdx":109},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM336 640v-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0 76l174.040-174.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-174.040 174.080h76c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-down-left-bold"]},"attrs":[{}],"properties":{"order":28347,"id":1137,"name":"arrow-square-down-left-bold","prevSize":16,"code":59758},"setIdx":3,"setId":3,"iconIdx":110},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM350.040 417.96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l173.96 174.040v-76c0-26.51 21.49-48 48-48s48 21.49 48 48v0 192c0 26.51-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-down-right-bold"]},"attrs":[{}],"properties":{"order":28348,"id":1136,"name":"arrow-square-down-right-bold","prevSize":16,"code":59759},"setIdx":3,"setId":3,"iconIdx":111},{"icon":{"paths":["M528 544v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-140l-238.040 237.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l238.040-237.96h-140c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0zM832 112h-512c-44.183 0-80 35.817-80 80v0 176c0 26.51 21.49 48 48 48s48-21.49 48-48v0-160h480v480h-160c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-in-bold"]},"attrs":[{}],"properties":{"order":28349,"id":1135,"name":"arrow-square-in-bold","prevSize":16,"code":59760},"setIdx":3,"setId":3,"iconIdx":112},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM318.040 545.96c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 128-128c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-46.040 46.040h204c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-204l46.080 46.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-left-bold"]},"attrs":[{}],"properties":{"order":28350,"id":1134,"name":"arrow-square-left-bold","prevSize":16,"code":59761},"setIdx":3,"setId":3,"iconIdx":113},{"icon":{"paths":["M912 416c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-140l-238.040 238.040c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l238.040-238.040h-140c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0zM736 512c-26.51 0-48 21.49-48 48v0 256h-480v-480h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-272c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h512c44.183 0 80-35.817 80-80v0-272c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-out-bold"]},"attrs":[{}],"properties":{"order":28351,"id":1133,"name":"arrow-square-out-bold","prevSize":16,"code":59762},"setIdx":3,"setId":3,"iconIdx":114},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM304 512c0-26.51 21.49-48 48-48v0h204l-46.080-46.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l128 128c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-128 128c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l0-0 46.080-45.96h-204c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-right-bold"]},"attrs":[{}],"properties":{"order":28352,"id":1132,"name":"arrow-square-right-bold","prevSize":16,"code":59763},"setIdx":3,"setId":3,"iconIdx":115},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM350.040 513.96c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 128-128c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 128 128c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-46.040-45.96v204c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-204l-46.040 46.080c-8.682 8.662-20.666 14.018-33.9 14.018-13.294 0-25.326-5.404-34.018-14.136l-0.002-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-up-bold"]},"attrs":[{}],"properties":{"order":28353,"id":1131,"name":"arrow-square-up-bold","prevSize":16,"code":59764},"setIdx":3,"setId":3,"iconIdx":116},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM336 576v-192c0-26.51 21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-76l174.080 174.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-174.080-174.040v76c0 26.51-21.49 48-48 48s-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-up-left-bold"]},"attrs":[{}],"properties":{"order":28354,"id":1130,"name":"arrow-square-up-left-bold","prevSize":16,"code":59765},"setIdx":3,"setId":3,"iconIdx":117},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM350.040 673.96c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 173.96-173.96h-76c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h192c26.51 0 48 21.49 48 48v0 192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-76l-174.040 174.080c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-up-right-bold"]},"attrs":[{}],"properties":{"order":28355,"id":1129,"name":"arrow-square-up-right-bold","prevSize":16,"code":59766},"setIdx":3,"setId":3,"iconIdx":118},{"icon":{"paths":["M929.96 769.96l-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-128-128c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l46.040 46.040v-184l-208-208-208 208v184l46.040-46.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-128-128c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 45.96 46.080v-204c-0-0.011-0-0.024-0-0.038 0-13.245 5.365-25.238 14.040-33.923l241.96-242.040v-172c0-26.51 21.49-48 48-48s48 21.49 48 48v0 172l241.96 241.92c8.675 8.684 14.040 20.677 14.040 33.922 0 0.055-0 0.111-0 0.166l0-0.009v204l46.040-46.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-split-bold"]},"attrs":[{}],"properties":{"order":28356,"id":1128,"name":"arrows-split-bold","prevSize":16,"code":59767},"setIdx":3,"setId":3,"iconIdx":119},{"icon":{"paths":["M673.96 766.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-128-128c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 46.040 45.96v-600l-46.040 45.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l128-128c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 128 128c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-45.96-45.96v600l46.040-46.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-vertical-bold"]},"attrs":[{}],"properties":{"order":28357,"id":1127,"name":"arrows-vertical-bold","prevSize":16,"code":59768},"setIdx":3,"setId":3,"iconIdx":120},{"icon":{"paths":["M944 448c-0.159 150.157-121.843 271.841-271.985 272l-428.015 0 110.080 110.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-192-192c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 192-192c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-0 0-110.080 109.96h428c97.202 0 176-78.798 176-176s-78.798-176-176-176v0h-352c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h352c150.157 0.159 271.841 121.843 272 271.985l0 0.015z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-down-left-bold"]},"attrs":[{}],"properties":{"order":28358,"id":1126,"name":"arrow-u-down-left-bold","prevSize":16,"code":59769},"setIdx":3,"setId":3,"iconIdx":121},{"icon":{"paths":["M929.96 705.96l-192 192c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l110.040-109.96h-428c-150.221 0-272-121.779-272-272s121.779-272 272-272v0h352c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-352c-97.202 0-176 78.798-176 176s78.798 176 176 176v0h428l-110.080-110.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l192 192c8.733 8.694 14.138 20.726 14.138 34.020 0 13.274-5.388 25.29-14.097 33.979l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-down-right-bold"]},"attrs":[{}],"properties":{"order":28359,"id":1125,"name":"arrow-u-down-right-bold","prevSize":16,"code":59770},"setIdx":3,"setId":3,"iconIdx":122},{"icon":{"paths":["M848 352v352c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-352c0-97.202-78.798-176-176-176s-176 78.798-176 176v0 428l110.040-110.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-192 192c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-192-192c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 109.96 110.080v-428c0-150.221 121.779-272 272-272s272 121.779 272 272v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-left-down-bold"]},"attrs":[{}],"properties":{"order":28360,"id":1124,"name":"arrow-u-left-down-bold","prevSize":16,"code":59771},"setIdx":3,"setId":3,"iconIdx":123},{"icon":{"paths":["M848 320v352c0 150.221-121.779 272-272 272s-272-121.779-272-272v0-428l-110.040 109.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l192-192c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 192 192c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-109.96-109.96v428c0 97.202 78.798 176 176 176s176-78.798 176-176v0-352c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-left-up-bold"]},"attrs":[{}],"properties":{"order":28361,"id":1123,"name":"arrow-u-left-up-bold","prevSize":16,"code":59772},"setIdx":3,"setId":3,"iconIdx":124},{"icon":{"paths":["M833.96 481.96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-205.96-205.96v588c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-588l-206.040 205.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l288-288c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 288 288c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-up-bold"]},"attrs":[{}],"properties":{"order":28362,"id":1122,"name":"arrow-up-bold","prevSize":16,"code":59773},"setIdx":3,"setId":3,"iconIdx":125},{"icon":{"paths":["M801.96 801.96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-429.96-429.96v300c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-416c0-26.51 21.49-48 48-48v0h416c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-300l429.96 430.040c8.698 8.688 14.078 20.696 14.078 33.96s-5.38 25.272-14.077 33.96l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-up-left-bold"]},"attrs":[{}],"properties":{"order":28363,"id":1121,"name":"arrow-up-left-bold","prevSize":16,"code":59774},"setIdx":3,"setId":3,"iconIdx":126},{"icon":{"paths":["M816 256v416c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-300l-430.040 429.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l430.040-429.96h-300c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h416c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-up-right-bold"]},"attrs":[{}],"properties":{"order":28364,"id":1120,"name":"arrow-up-right-bold","prevSize":16,"code":59775},"setIdx":3,"setId":3,"iconIdx":127},{"icon":{"paths":["M897.96 737.96l-192 192c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-192-192c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l110.040 110.040v-428c0-97.202-78.798-176-176-176s-176 78.798-176 176v0 352c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-352c0-150.221 121.779-272 272-272s272 121.779 272 272v0 428l110.040-110.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-right-down-bold"]},"attrs":[{}],"properties":{"order":28365,"id":1119,"name":"arrow-u-right-down-bold","prevSize":16,"code":59776},"setIdx":3,"setId":3,"iconIdx":128},{"icon":{"paths":["M897.96 353.96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-109.96-109.96v428c0 150.221-121.779 272-272 272s-272-121.779-272-272v0-352c0-26.51 21.49-48 48-48s48 21.49 48 48v0 352c0 97.202 78.798 176 176 176s176-78.798 176-176v0-428l-110.040 109.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l192-192c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 192 192c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-right-up-bold"]},"attrs":[{}],"properties":{"order":28366,"id":1118,"name":"arrow-u-right-up-bold","prevSize":16,"code":59777},"setIdx":3,"setId":3,"iconIdx":129},{"icon":{"paths":["M944 576c-0.159 150.157-121.843 271.841-271.985 272l-352.015 0c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h352c97.202 0 176-78.798 176-176s-78.798-176-176-176v0h-428l110.080 110.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-192-192c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 192-192c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-0 0-110.080 109.96h428c150.148 0.182 271.818 121.852 272 271.982l0 0.018z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-up-left-bold"]},"attrs":[{}],"properties":{"order":28367,"id":1117,"name":"arrow-u-up-left-bold","prevSize":16,"code":59778},"setIdx":3,"setId":3,"iconIdx":130},{"icon":{"paths":["M670.040 510.040l109.96-110.040h-428c-97.202 0-176 78.798-176 176s78.798 176 176 176v0h352c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-352c-150.221 0-272-121.779-272-272s121.779-272 272-272v0h428l-109.96-110.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l192 192c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-192 192c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-up-right-bold"]},"attrs":[{}],"properties":{"order":28368,"id":1116,"name":"arrow-u-up-right-bold","prevSize":16,"code":59779},"setIdx":3,"setId":3,"iconIdx":131},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM848 784h-672v-544h672zM272 368c0-26.51 21.49-48 48-48v0h384c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48v0zM272 512c0-26.51 21.49-48 48-48v0h384c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48v0zM272 656c0-26.51 21.49-48 48-48v0h384c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["article-bold"]},"attrs":[{}],"properties":{"order":28369,"id":1115,"name":"article-bold","prevSize":16,"code":59780},"setIdx":3,"setId":3,"iconIdx":132},{"icon":{"paths":["M240 528c0 26.51-21.49 48-48 48v0h-96c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h16v-224h-16c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h64c0.012-0 0.027-0 0.041-0 17.066 0 32.051 8.906 40.563 22.324l0.116 0.196 119.28 190.92 119.28-190.88c8.623-13.637 23.622-22.56 40.704-22.56 0.006 0 0.011 0 0.017 0l63.999-0c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-16v224h16c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-96c-26.444-0.087-47.846-21.544-47.846-48 0-20.717 13.125-38.369 31.513-45.094l0.333-0.107v-107.44l-71.28 114.080c-8.621 13.651-23.627 22.586-40.72 22.586s-32.099-8.935-40.603-22.388l-0.117-0.197-71.28-114.080v107.44c18.785 6.782 31.976 24.448 32 45.197l0 0.003zM704 416h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM960 480h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM960 640h-672c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h672c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM960 800h-672c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h672c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["article-medium-bold"]},"attrs":[{}],"properties":{"order":28370,"id":1114,"name":"article-medium-bold","prevSize":16,"code":59781},"setIdx":3,"setId":3,"iconIdx":133},{"icon":{"paths":["M608 496c0-26.51 21.49-48 48-48v0h304c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-304c-26.51 0-48-21.49-48-48v0zM960 608h-304c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h304c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM960 768h-672c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h672c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM320 720c-132.484-0.159-239.841-107.516-240-239.984l-0-0.016c-0-0.007-0-0.016-0-0.025 0-28.067 4.865-54.998 13.798-79.995l-0.518 1.66c-27.748-23.628-45.233-58.592-45.233-97.64 0-70.676 57.281-127.973 127.95-128l0.003-0c0.003-0 0.006-0 0.010-0 8.558 0 16.592 2.24 23.55 6.164l-0.24-0.124 274.4 152.44c13.017-4.255 22.255-16.289 22.255-30.48 0-17.664-14.313-31.986-31.973-32l-0.001-0c-26.51 0-48-21.49-48-48s21.49-48 48-48v0c70.692 0 128 57.308 128 128s-57.308 128-128 128v0c-0.003 0-0.006 0-0.010 0-8.558 0-16.592-2.24-23.55-6.164l0.24 0.124-154.64-85.96c-63.679 15.792-110.136 72.452-110.136 139.962 0 62.359 39.638 115.46 95.093 135.482l1.003 0.316v-119.76c0-26.51 21.49-48 48-48s48 21.49 48 48v0 119.64c41.184-14.747 73.090-46.535 87.681-86.639l0.319-1.001c6.789-18.805 24.483-32.005 45.26-32.005 26.512 0 48.005 21.493 48.005 48.005 0 5.735-1.006 11.236-2.851 16.334l0.106-0.334c-34.070 94.017-122.589 159.984-226.518 160l-0.002 0zM145.96 315.040c11.153-11.732 23.365-22.256 36.548-31.487l0.772-0.513-17-9.44c-13.002 4.238-22.24 16.235-22.28 30.395l-0 0.005c0.018 3.965 0.735 7.758 2.034 11.268l-0.074-0.228z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["article-ny-times-bold"]},"attrs":[{}],"properties":{"order":28371,"id":1113,"name":"article-ny-times-bold","prevSize":16,"code":59782},"setIdx":3,"setId":3,"iconIdx":134},{"icon":{"paths":["M873.16 728.68c-8.538 14.070-23.775 23.327-41.173 23.327-9.125 0-17.655-2.546-24.919-6.967l0.212 0.12-247.28-148.4v267.24c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-267.24l-247.28 148.4c-7.050 4.298-15.578 6.842-24.7 6.842-26.511 0-48.002-21.491-48.002-48.002 0-17.389 9.246-32.618 23.090-41.040l0.212-0.12 251.4-150.84-251.4-150.84c-14.056-8.542-23.302-23.771-23.302-41.16 0-26.511 21.491-48.002 48.002-48.002 9.122 0 17.65 2.545 24.912 6.962l-0.212-0.12 247.28 148.4v-267.24c0-26.51 21.49-48 48-48s48 21.49 48 48v0 267.24l247.28-148.4c7.050-4.298 15.578-6.842 24.7-6.842 26.511 0 48.002 21.491 48.002 48.002 0 17.389-9.246 32.618-23.090 41.040l-0.212 0.12-251.4 150.84 251.4 150.84c14.060 8.54 23.309 23.771 23.309 41.163 0 9.113-2.539 17.633-6.949 24.89l0.12-0.213z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["asterisk-bold"]},"attrs":[{}],"properties":{"order":28372,"id":1112,"name":"asterisk-bold","prevSize":16,"code":59783},"setIdx":3,"setId":3,"iconIdx":135},{"icon":{"paths":["M849.8 428.56l-260.76 104.32 184.84 237.64c6.381 8.074 10.235 18.401 10.235 29.628 0 26.51-21.49 48-48 48-15.415 0-29.132-7.266-37.914-18.56l-0.081-0.108-186.12-239.28-186.12 239.28c-8.868 11.23-22.482 18.372-37.765 18.372-26.51 0-48-21.49-48-48 0-11.095 3.764-21.311 10.086-29.44l-0.081 0.108 184.84-237.64-260.76-104.32c-18.294-7.051-31.038-24.489-31.038-44.903 0-26.51 21.49-48 48-48 6.745 0 13.166 1.391 18.99 3.903l-0.312-0.12 254.16 101.68v-281.12c0-26.51 21.49-48 48-48s48 21.49 48 48v0 281.12l254.16-101.68c5.512-2.392 11.933-3.783 18.678-3.783 26.51 0 48 21.49 48 48 0 20.414-12.744 37.852-30.71 44.792l-0.328 0.111z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["asterisk-simple-bold"]},"attrs":[{}],"properties":{"order":28373,"id":1111,"name":"asterisk-simple-bold","prevSize":16,"code":59784},"setIdx":3,"setId":3,"iconIdx":136},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432v0c89.080 0 182.76-26.92 250.56-72 13.003-8.731 21.446-23.379 21.446-40 0-26.524-21.502-48.026-48.026-48.026-9.903 0-19.107 2.998-26.752 8.135l0.172-0.109c-52 34.52-127.56 56-197.4 56-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c0 37.16-6.68 68.32-18.76 87.8-10.56 16.96-24 24.2-45.24 24.2s-34.68-7.24-45.24-24.2c-12-19.48-18.76-50.64-18.76-87.8v-160c-0.003-26.508-21.492-47.995-48-47.995-21.572 0-39.82 14.23-45.87 33.815l-0.090 0.34c-32.172-21.413-71.707-34.168-114.222-34.168-114.875 0-208 93.125-208 208s93.125 208 208 208c58.734 0 111.782-24.344 149.604-63.492l0.057-0.060c27.72 40.76 69.76 63.56 122.52 63.56 98.68 0 160-79.68 160-208-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 624c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["at-bold"]},"attrs":[{}],"properties":{"order":28374,"id":1110,"name":"at-bold","prevSize":16,"code":59785},"setIdx":3,"setId":3,"iconIdx":137},{"icon":{"paths":["M876.92 636.8c-22.249-47.886-46.258-88.825-73.627-127.202l1.627 2.402c25.742-35.975 49.751-76.914 69.969-119.986l2.031-4.814c47.36-105.24 46.76-189.92-1.72-238.4s-133.16-49.080-238.4-1.72c-47.886 22.249-88.825 46.258-127.202 73.627l2.402-1.627c-35.975-25.742-76.914-49.751-119.986-69.969l-4.814-2.031c-105.24-47.36-189.92-46.76-238.4 1.72s-49.080 133.16-1.72 238.4c22.249 47.886 46.258 88.825 73.627 127.202l-1.627-2.402c-25.742 35.975-49.751 76.914-69.969 119.986l-2.031 4.814c-47.36 105.24-46.76 189.92 1.72 238.4v0c24.52 24.52 58.32 36.8 99.2 36.8 40 0 87.080-11.68 139.040-35.080 47.886-22.249 88.825-46.258 127.202-73.627l-2.402 1.627c35.975 25.742 76.914 49.751 119.986 69.969l4.814 2.031c52 23.4 98.96 35.080 139.040 35.080 41.040 0 74.84-12.28 99.36-36.8v0c48.64-48.48 49.24-133.16 1.88-238.4zM807.28 216.8c21 21.040 7.16 104-64 215.12-22.44-26.64-46.6-53-72.28-78.68s-52.2-49.92-79-72.36c111.28-71.32 194.24-85.16 215.28-64.16zM684.96 512c-26.905 33.068-53.73 62.707-82.009 90.889l-0.031 0.031c-28.214 28.311-57.853 55.137-88.827 80.387l-2.093 1.653c-33.068-26.905-62.707-53.73-90.889-82.009l-0.031-0.031c-28.311-28.214-55.137-57.853-80.387-88.827l-1.653-2.093c52.29-63.984 108.976-120.67 170.833-171.273l2.127-1.687c33.070 26.889 62.71 53.714 90.882 82.002l0.038 0.038c28.326 28.21 55.151 57.85 80.391 88.832l1.649 2.088zM216.72 216.72c5.84-5.8 16.4-8.96 31-8.96 38.12 0 103.76 21.56 184 73.12-26.64 22.44-53 46.6-78.68 72.28s-49.72 52.040-72.16 78.84c-71.32-111.28-85.16-194.24-64.16-215.28zM216.72 807.28c-21-21.040-7.16-104 64-215.12 22.44 26.64 46.6 53 72.28 78.68s52 49.84 78.68 72.28c-110.96 71.32-193.92 85.16-214.96 64.16zM807.28 807.28c-21.040 21-104 7.16-215.12-64 26.64-22.44 53-46.6 78.68-72.28s49.84-52 72.28-78.68c71.32 110.96 85.16 193.92 64.16 214.96zM576 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["atom-bold"]},"attrs":[{}],"properties":{"order":28375,"id":1109,"name":"atom-bold","prevSize":16,"code":59786},"setIdx":3,"setId":3,"iconIdx":138},{"icon":{"paths":["M368 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM656 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM598.4 647.4c-24.551 15.443-54.405 24.605-86.4 24.605s-61.849-9.162-87.083-25.005l0.683 0.4c-7.356-4.817-16.367-7.682-26.048-7.682-26.51 0-48 21.49-48 48 0 17.201 9.048 32.289 22.645 40.764l0.203 0.118c39.064 24.722 86.619 39.396 137.6 39.396s98.536-14.673 138.67-40.027l-1.070 0.631c13.799-8.593 22.848-23.681 22.848-40.882 0-26.51-21.49-48-48-48-9.68 0-18.691 2.866-26.231 7.795l0.184-0.113zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026zM848 512c-0.248-177.121-137.344-322.143-311.209-335.014l-1.111-0.066c-37.24 56.36-39.56 108-39.68 111.32 0.068 8.785 7.205 15.88 16 15.88 8.837 0 16-7.164 16-16 0-0.042-0-0.084-0-0.126l0 0.006c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 61.856-50.144 112-112 112s-112-50.144-112-112v0c0-2.6 0.4-44.76 22.080-99.68-143.064 40.681-246.080 170.182-246.080 323.744 0 185.568 150.432 336 336 336s336-150.432 336-336c0-0.022-0-0.045-0-0.067l0 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["baby-bold"]},"attrs":[{}],"properties":{"order":28376,"id":1108,"name":"baby-bold","prevSize":16,"code":59787},"setIdx":3,"setId":3,"iconIdx":139},{"icon":{"paths":["M688 194.2v-50.2c0-61.856-50.144-112-112-112v0h-128c-61.856 0-112 50.144-112 112v0 50.2c-117.978 16.466-207.825 116.614-208 237.782l-0 0.018v448c0 44.183 35.817 80 80 80v0h608c44.183 0 80-35.817 80-80v0-448c-0.175-121.186-90.022-221.334-206.734-237.655l-1.266-0.145zM448 128h128c8.837 0 16 7.163 16 16v0 48h-160v-48c0-8.837 7.163-16 16-16v0zM640 640h-256v-32c0-8.837 7.163-16 16-16v0h224c8.837 0 16 7.163 16 16v0zM384 736h128v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h32v128h-256zM800 864h-64v-256c0-61.856-50.144-112-112-112v0h-224c-61.856 0-112 50.144-112 112v0 256h-64v-432c0-79.529 64.471-144 144-144v0h288c79.529 0 144 64.471 144 144v0zM640 400c0 26.51-21.49 48-48 48v0h-160c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["backpack-bold"]},"attrs":[{}],"properties":{"order":28377,"id":1107,"name":"backpack-bold","prevSize":16,"code":59788},"setIdx":3,"setId":3,"iconIdx":140},{"icon":{"paths":["M864 144h-589.88c-28.963 0.075-54.315 15.461-68.4 38.488l-0.2 0.352-182.68 304.48c-4.291 7.045-6.831 15.566-6.831 24.68s2.54 17.635 6.951 24.893l-0.12-0.213 182.68 304.48c14.285 23.379 39.637 38.765 68.589 38.84l0.011 0h589.88c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM848 784h-564.8l-163.2-272 163.2-272h564.8zM414.040 574.040l61.96-62.040-62.080-62.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l62.080 62.040 62.040-62.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-62.040 62.080 62.080 62.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-62.080-62.040-62.040 62.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["backspace-bold"]},"attrs":[{}],"properties":{"order":28378,"id":1106,"name":"backspace-bold","prevSize":16,"code":59789},"setIdx":3,"setId":3,"iconIdx":141},{"icon":{"paths":["M864 240h-144.68c-8.968-107.413-98.36-191.195-207.32-191.195s-198.352 83.781-207.269 190.437l-0.051 0.758h-144.68c-44.183 0-80 35.817-80 80v0 480c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-480c0-44.183-35.817-80-80-80v0zM512 144c56.206 0.006 102.74 41.413 110.765 95.387l0.075 0.613h-221.68c8.1-54.587 54.634-95.994 110.839-96l0.001-0zM848 784h-672v-448h128v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h224v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bag-bold"]},"attrs":[{}],"properties":{"order":28379,"id":1105,"name":"bag-bold","prevSize":16,"code":59790},"setIdx":3,"setId":3,"iconIdx":142},{"icon":{"paths":["M864 240h-144.68c-8.968-107.413-98.36-191.195-207.32-191.195s-198.352 83.781-207.269 190.437l-0.051 0.758h-144.68c-44.183 0-80 35.817-80 80v0 480c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-480c0-44.183-35.817-80-80-80v0zM512 144c56.206 0.006 102.74 41.413 110.765 95.387l0.075 0.613h-221.68c8.1-54.587 54.634-95.994 110.839-96l0.001-0zM848 784h-672v-448h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bag-simple-bold"]},"attrs":[{}],"properties":{"order":28380,"id":1104,"name":"bag-simple-bold","prevSize":16,"code":59791},"setIdx":3,"setId":3,"iconIdx":143},{"icon":{"paths":["M512 48c-203.149 0.228-367.772 164.851-368 367.978l-0 0.022c0 98.12 38.2 200.52 104.76 280.88 40 48 86.24 84.28 136.2 107.040l-44.96 105.16c-2.456 5.579-3.886 12.082-3.886 18.92 0 26.47 21.425 47.935 47.88 48l0.006 0h256c26.461-0.065 47.886-21.53 47.886-48 0-6.838-1.43-13.342-4.007-19.229l0.12 0.309-44.96-105.080c49.96-22.76 96.32-58.92 136.2-107.040 66.56-80.44 104.76-182.84 104.76-280.96-0.228-203.149-164.851-367.772-367.978-368l-0.022-0zM567.2 880h-110.4l21.4-49.96c10.145 1.248 21.89 1.96 33.8 1.96s23.655-0.712 35.193-2.096l-1.393 0.136zM701.32 635.64c-53.6 64.72-120.84 100.36-189.32 100.36s-135.72-35.64-189.32-100.36c-51.76-62.48-82.68-144.6-82.68-219.64 0-150.221 121.779-272 272-272s272 121.779 272 272v0c0 75.040-30.92 157.16-82.68 219.64zM675.96 447.64q-2.4 0.24-4.8 0.24c-24.815-0.023-45.22-18.873-47.703-43.035l-0.017-0.205c-4.678-45.178-35.603-82.067-77.087-95.42l-0.793-0.22c-19.619-6.328-33.563-24.425-33.563-45.78 0-26.512 21.492-48.003 48.003-48.003 5.157 0 10.124 0.813 14.78 2.318l-0.34-0.095c78.52 25.198 135.938 93.753 144.447 176.796l0.073 0.884c0.158 1.464 0.249 3.161 0.249 4.88 0 24.822-18.842 45.244-43.003 47.743l-0.206 0.017z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["balloon-bold"]},"attrs":[{}],"properties":{"order":28381,"id":1103,"name":"balloon-bold","prevSize":16,"code":59792},"setIdx":3,"setId":3,"iconIdx":144},{"icon":{"paths":["M760.92 512l99.52-99.56c32.833-32.004 53.199-76.663 53.199-126.079 0-97.202-78.798-176-176-176-49.416 0-94.075 20.366-126.043 53.162l-0.036 0.037-99.56 99.52-99.56-99.52c-32.004-32.833-76.663-53.199-126.079-53.199-97.202 0-176 78.798-176 176 0 49.416 20.366 94.075 53.162 126.043l0.037 0.036 99.52 99.56-99.52 99.56c-32.833 32.004-53.199 76.663-53.199 126.079 0 97.202 78.798 176 176 176 49.416 0 94.075-20.366 126.043-53.162l0.036-0.037 99.56-99.52 99.56 99.52c32.004 32.833 76.663 53.199 126.079 53.199 97.202 0 176-78.798 176-176 0-49.416-20.366-94.075-53.162-126.043l-0.037-0.036zM679.44 231.44v0c14.568-15.068 34.963-24.423 57.543-24.423 44.183 0 80 35.817 80 80 0 22.58-9.355 42.976-24.401 57.521l-0.022 0.022-99.56 99.44-113-113zM625.12 512l-113.12 113.12-113.12-113.12 113.12-113.12zM231.44 344.56c-15.068-14.568-24.423-34.963-24.423-57.543 0-44.183 35.817-80 80-80 22.58 0 42.976 9.355 57.521 24.401l0.022 0.022 99.44 99.56-113 113zM344.56 792.56c-14.568 15.068-34.963 24.423-57.543 24.423-44.183 0-80-35.817-80-80 0-22.58 9.355-42.976 24.401-57.521l0.022-0.022 99.56-99.44 113 113zM792.56 792.56c-14.476 14.472-34.473 23.423-56.56 23.423s-42.084-8.951-56.56-23.423l0 0-99.44-99.56 113-113 99.56 99.56c14.472 14.476 23.423 34.473 23.423 56.56s-8.951 42.084-23.423 56.56l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bandaids-bold"]},"attrs":[{}],"properties":{"order":28382,"id":1102,"name":"bandaids-bold","prevSize":16,"code":59793},"setIdx":3,"setId":3,"iconIdx":145},{"icon":{"paths":["M96 432h80v192h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h768c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-48v-192h80c0.001 0 0.003 0 0.004 0 26.51 0 48-21.49 48-48 0-17.2-9.047-32.287-22.641-40.762l-0.203-0.118-416-256c-7.156-4.471-15.849-7.122-25.16-7.122s-18.004 2.651-25.363 7.24l0.203-0.118-416 256c-13.797 8.593-22.844 23.68-22.844 40.88 0 26.51 21.49 48 48 48 0.001 0 0.003-0 0.004-0l-0 0zM272 432h96v192h-96zM560 432v192h-96v-192zM752 624h-96v-192h96zM512 184.36l246.4 151.64h-492.8zM1008 832c0 26.51-21.49 48-48 48v0h-896c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h896c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bank-bold"]},"attrs":[{}],"properties":{"order":28383,"id":1101,"name":"bank-bold","prevSize":16,"code":59794},"setIdx":3,"setId":3,"iconIdx":146},{"icon":{"paths":["M976 464v-112c0-44.183-35.817-80-80-80v0h-64v-16c0-44.183-35.817-80-80-80v0h-96c-44.183 0-80 35.817-80 80v0 208h-128v-208c0-44.183-35.817-80-80-80v0h-96c-44.183 0-80 35.817-80 80v0 16h-64c-44.183 0-80 35.817-80 80v0 112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0 112c0 44.183 35.817 80 80 80v0h64v16c0 44.183 35.817 80 80 80v0h96c44.183 0 80-35.817 80-80v0-208h128v208c0 44.183 35.817 80 80 80v0h96c44.183 0 80-35.817 80-80v0-16h64c44.183 0 80-35.817 80-80v0-112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM144 656v-288h48v288zM352 752h-64v-480h64zM736 752h-64v-480h64zM880 656h-48v-288h48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["barbell-bold"]},"attrs":[{}],"properties":{"order":28384,"id":1100,"name":"barbell-bold","prevSize":16,"code":59795},"setIdx":3,"setId":3,"iconIdx":147},{"icon":{"paths":["M928 208v160c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-112h-112c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0zM304 768h-112v-112c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 160c0 26.51 21.49 48 48 48v0h160c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM880 608c-26.51 0-48 21.49-48 48v0 112h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c26.51 0 48-21.49 48-48v0-160c0-26.51-21.49-48-48-48v0zM144 416c26.51 0 48-21.49 48-48v0-112h112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-160c-26.51 0-48 21.49-48 48v0 160c0 26.51 21.49 48 48 48v0zM352 320c-26.51 0-48 21.49-48 48v0 288c0 26.51 21.49 48 48 48s48-21.49 48-48v0-288c0-26.51-21.49-48-48-48v0zM720 656v-288c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 288c0 26.51 21.49 48 48 48s48-21.49 48-48v0zM512 320c-26.51 0-48 21.49-48 48v0 288c0 26.51 21.49 48 48 48s48-21.49 48-48v0-288c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["barcode-bold"]},"attrs":[{}],"properties":{"order":28385,"id":1099,"name":"barcode-bold","prevSize":16,"code":59796},"setIdx":3,"setId":3,"iconIdx":148},{"icon":{"paths":["M896 240h-768c-44.183 0-80 35.817-80 80v0 288c0 44.183 35.817 80 80 80v0h80v112c0 26.51 21.49 48 48 48s48-21.49 48-48v0-112h416v112c0 26.51 21.49 48 48 48s48-21.49 48-48v0-112h80c44.183 0 80-35.817 80-80v0-288c0-44.183-35.817-80-80-80v0zM880 476l-140-140h140zM708 592l-256-256h152l256 256zM420 592l-256-256h152l256 256zM144 452l140 140h-140z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["barricade-bold"]},"attrs":[{}],"properties":{"order":28386,"id":1098,"name":"barricade-bold","prevSize":16,"code":59797},"setIdx":3,"setId":3,"iconIdx":149},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM308 778.64c11.632-14.741 22.919-31.281 33.047-48.582l1.113-2.058c4.543-7.2 7.24-15.96 7.24-25.349 0-26.51-21.49-48-48-48-18.216 0-34.062 10.147-42.194 25.097l-0.126 0.252c-6.659 11.36-12.961 20.851-19.719 29.985l0.639-0.905c-40.070-54.531-64.123-122.996-64.123-197.080s24.054-142.549 64.777-198.013l-0.654 0.933c6.119 8.229 12.421 17.72 18.234 27.536l0.846 1.544c8.258 15.202 24.104 25.349 42.32 25.349 26.51 0 48-21.49 48-48 0-9.39-2.696-18.15-7.356-25.548l0.117 0.199c-11.24-19.359-22.527-35.899-34.867-51.571l0.707 0.931c55.874-43.268 126.95-69.358 204.12-69.358s148.246 26.090 204.89 69.931l-0.77-0.573c-11.727 14.761-23.090 31.3-33.291 48.606l-1.109 2.034c-4.543 7.2-7.24 15.96-7.24 25.349 0 26.51 21.49 48 48 48 18.216 0 34.062-10.147 42.194-25.097l0.126-0.252c6.659-11.36 12.961-20.851 19.719-29.985l-0.639 0.905c40.070 54.531 64.123 122.996 64.123 197.080s-24.054 142.549-64.777 198.013l0.654-0.933c-6.071-8.223-12.335-17.728-18.11-27.556l-0.85-1.564c-8.258-15.202-24.104-25.349-42.32-25.349-26.51 0-48 21.49-48 48 0 9.39 2.696 18.15 7.356 25.548l-0.117-0.199c11.205 19.385 22.454 35.939 34.756 51.628l-0.716-0.948c-55.874 43.268-126.95 69.358-204.12 69.358s-148.246-26.090-204.89-69.931l0.77 0.573zM396.8 458.080c2.038 15.905 3.201 34.306 3.201 52.978 0 0.331-0 0.663-0.001 0.994l0-0.051c-0.001 19.007-1.208 37.732-3.547 56.102l0.227-2.182c-3.046 23.828-23.191 42.062-47.598 42.080l-0.002 0c-2.118-0.003-4.202-0.134-6.248-0.385l0.248 0.025c-23.825-3.063-42.048-23.218-42.048-47.63 0-2.090 0.134-4.15 0.393-6.17l-0.025 0.239c1.652-12.632 2.597-27.244 2.6-42.076l0-0.004c-0.003-14.836-0.948-29.448-2.777-43.783l0.177 1.703c-0.24-1.802-0.376-3.885-0.376-6 0-26.519 21.498-48.016 48.016-48.016 24.404 0 44.555 18.205 47.614 41.775l0.026 0.241zM681.040 607.64c-1.798 0.226-3.882 0.357-5.996 0.36l-0.004 0c-24.409-0.018-44.554-18.252-47.575-41.841l-0.025-0.239c-2.12-16.214-3.33-34.966-3.33-54s1.21-37.786 3.557-56.182l-0.227 2.182c3.085-23.811 23.236-42.016 47.64-42.016 26.519 0 48.016 21.498 48.016 48.016 0 2.115-0.137 4.198-0.402 6.241l0.026-0.241c-1.649 12.611-2.59 27.196-2.59 42s0.941 29.389 2.767 43.698l-0.177-1.698c0.246 1.824 0.386 3.932 0.386 6.073 0 24.46-18.296 44.647-41.95 47.622l-0.236 0.024z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["baseball-bold"]},"attrs":[{}],"properties":{"order":28387,"id":1097,"name":"baseball-bold","prevSize":16,"code":59798},"setIdx":3,"setId":3,"iconIdx":150},{"icon":{"paths":["M512 80c-238.477 0.273-431.727 193.523-432 431.974l-0 0.026v224c-0 0.097-0 0.213-0 0.328 0 43.159 24.534 80.587 60.417 99.099l0.624 0.292c14.817 7.731 32.361 12.267 50.964 12.267 24.884 0 47.872-8.115 66.463-21.843l-0.306 0.216c46.64-33.92 128.56-74.36 253.84-74.36s207.2 40.4 253.84 74.32c18.285 13.513 41.275 21.629 66.16 21.629 61.838 0 111.971-50.115 112-111.947l0-0.003v-224c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM848 512v7.48c-38.030-21.873-82.119-41.282-128.343-55.887l-4.817-1.313c-13.183-100.535-46.369-191.177-95.493-270.956l1.693 2.956c133.041 46.807 226.738 171.293 226.96 317.693l0 0.027zM614.16 439.52c-30.701-4.786-66.111-7.52-102.16-7.52s-71.459 2.734-106.034 8.006l3.874-0.486c17.937-89.791 53.597-169.095 103.354-237.482l-1.194 1.722c48.555 66.668 84.214 145.97 101.514 231.918l0.646 3.842zM402.96 194.28c-47.431 76.823-80.617 167.465-93.426 264.531l-0.374 3.469c-51.040 15.917-95.129 35.327-136.497 58.955l3.337-1.755v-7.48c0.222-146.427 93.919-270.913 224.603-316.996l2.357-0.724zM839.4 750.28c-2.154 1.152-4.712 1.829-7.429 1.829-3.66 0-7.034-1.229-9.729-3.297l0.038 0.028c-58.28-42.4-159.2-92.84-310.28-92.84s-252 50.44-310.28 92.72c-2.658 2.040-6.031 3.269-9.691 3.269-2.716 0-5.274-0.677-7.515-1.871l0.086 0.042c-5.132-2.468-8.611-7.626-8.611-13.596 0-0.198 0.004-0.395 0.011-0.592l-0.001 0.028v-103.44c93.889-65.461 210.375-104.591 336-104.591s242.111 39.13 337.935 105.866l-1.935-1.276v103.44c0.007 0.168 0.011 0.365 0.011 0.564 0 5.971-3.479 11.129-8.521 13.557l-0.090 0.039z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["baseball-cap-bold"]},"attrs":[{}],"properties":{"order":28388,"id":1096,"name":"baseball-cap-bold","prevSize":16,"code":59799},"setIdx":3,"setId":3,"iconIdx":151},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM240 709.12c-30.735-41.864-52.186-92.408-60.299-147.297l-0.221-1.823h121.080c-8.262 56.725-29.739 107.285-61.205 150.039l0.645-0.919zM179.48 464c8.334-56.712 29.785-107.256 61.174-150.055l-0.654 0.935c30.821 41.835 52.298 92.394 60.343 147.318l0.217 1.802zM464 844.52c-59.625-8.827-112.594-32.212-156.767-66.411l0.767 0.571c47.872-60.278 80.037-135.030 89.184-216.739l0.176-1.941h66.64zM464 464h-66.64c-9.323-83.65-41.488-158.402-90.036-219.562l0.676 0.882c43.406-33.628 96.374-57.013 154.168-65.616l1.832-0.224zM784 314.88c30.735 41.864 52.186 92.408 60.299 147.297l0.221 1.823h-121.080c8.262-56.725 29.739-107.285 61.205-150.039l-0.645 0.919zM560 844.52v-284.52h66.64c9.323 83.65 41.488 158.402 90.036 219.562l-0.676-0.882c-43.406 33.628-96.374 57.013-154.168 65.616l-1.832 0.224zM626.64 464h-66.64v-284.52c59.625 8.827 112.594 32.212 156.767 66.411l-0.767-0.571c-47.872 60.278-80.037 135.030-89.184 216.739l-0.176 1.941zM784 709.12c-30.821-41.835-52.298-92.394-60.343-147.318l-0.217-1.802h121.080c-8.334 56.712-29.785 107.256-61.174 150.055l0.654-0.935z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["basketball-bold"]},"attrs":[{}],"properties":{"order":28389,"id":1095,"name":"basketball-bold","prevSize":16,"code":59800},"setIdx":3,"setId":3,"iconIdx":152},{"icon":{"paths":["M560 512v160c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-160c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM975.28 394.56l-55.28 416c-5.506 39.415-38.986 69.424-79.478 69.44l-657.042 0c-40.475-0.031-73.939-30.011-79.431-68.975l-0.049-0.425-55.44-416c-0.449-3.184-0.705-6.862-0.705-10.6 0-44.183 35.817-80 80-80 0.051 0 0.102 0 0.153 0l-0.008-0h138.2l209.8-239.6c8.844-10.067 21.744-16.388 36.12-16.388s27.276 6.32 36.074 16.334l0.046 0.054 209.56 239.6h138.2c44.157 0.034 79.94 35.838 79.94 80 0 3.724-0.254 7.388-0.747 10.976l0.047-0.416zM393.8 304h236.44l-118.24-135.12zM877.8 400h-731.52l51.2 384h629.040zM672.32 507.24l-16 160c-0.15 1.426-0.236 3.082-0.236 4.757 0 24.832 18.856 45.26 43.032 47.746l0.205 0.017c1.6 0 3.24 0.24 4.84 0.24 24.798-0.044 45.182-18.887 47.663-43.035l0.017-0.205 16-160c0.189-1.599 0.297-3.45 0.297-5.327 0-26.51-21.49-48-48-48-25.034 0-45.591 19.164-47.803 43.621l-0.014 0.186zM351.84 507.24c-2.772-24.118-23.071-42.673-47.703-42.673-26.51 0-48 21.49-48 48 0 1.476 0.067 2.937 0.197 4.379l-0.014-0.186 16 160c2.498 24.353 22.882 43.196 47.675 43.24l0.005 0c1.56 0 3.2 0 4.8-0.24 24.38-2.503 43.236-22.931 43.236-47.763 0-1.675-0.086-3.33-0.253-4.961l0.017 0.205z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["basket-bold"]},"attrs":[{}],"properties":{"order":28390,"id":1094,"name":"basket-bold","prevSize":16,"code":59801},"setIdx":3,"setId":3,"iconIdx":153},{"icon":{"paths":["M928 368h-82.8c-6.782-18.785-24.448-31.976-45.197-32l-256.003-0c-20.752 0.024-38.418 13.215-45.094 31.666l-0.106 0.334h-226.8v-160c0-17.673 14.327-32 32-32v0c0.007-0 0.016-0 0.024-0 15.779 0 29.047 10.749 32.883 25.323l0.053 0.237c4.606 22.087 23.913 38.442 47.040 38.442 26.511 0 48.002-21.491 48.002-48.002 0-3.384-0.35-6.686-1.016-9.872l0.055 0.312c-12.628-58.976-64.306-102.553-126.162-102.553-70.909 0-128.442 57.265-128.878 128.071l-0 0.041v160h-80c-44.183 0-80 35.817-80 80v0 128c0.179 126.836 98.603 230.626 223.242 239.357l0.758 0.043v48.6c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h352v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48.6c125.397-8.774 223.822-112.565 224-239.382l0-0.018v-128c0-44.183-35.817-80-80-80v0zM592 432h160v96h-160zM912 576c0 79.529-64.471 144-144 144v0h-512c-79.529 0-144-64.471-144-144v0-112h384v112c0 26.51 21.49 48 48 48v0h256c26.51 0 48-21.49 48-48v0-112h64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bathtub-bold"]},"attrs":[{}],"properties":{"order":28391,"id":1093,"name":"bathtub-bold","prevSize":16,"code":59802},"setIdx":3,"setId":3,"iconIdx":154},{"icon":{"paths":["M784 208h-672c-61.856 0-112 50.144-112 112v0 384c0 61.856 50.144 112 112 112v0h672c61.856 0 112-50.144 112-112v0-384c0-61.856-50.144-112-112-112v0zM800 704c0 8.837-7.163 16-16 16v0h-672c-8.837 0-16-7.163-16-16v0-384c0-8.837 7.163-16 16-16v0h672c8.837 0 16 7.163 16 16v0zM1024 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM569.52 488c4.043 6.885 6.431 15.163 6.431 24s-2.388 17.115-6.553 24.227l0.123-0.227-64 112c-8.356 14.843-24.010 24.705-41.968 24.705-26.51 0-48-21.49-48-48 0-8.96 2.455-17.347 6.73-24.525l-0.122 0.22 23.12-40.4h-45.28c-0.033 0-0.072 0-0.111 0-26.51 0-48-21.49-48-48 0-8.837 2.388-17.116 6.553-24.227l-0.123 0.227 64-112c8.464-14.505 23.952-24.096 41.68-24.096 26.563 0 48.096 21.533 48.096 48.096 0 8.835-2.382 17.113-6.539 24.228l0.123-0.228-22.96 40h45.28c17.654 0.019 33.074 9.565 41.397 23.774l0.123 0.226z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-charging-bold"]},"attrs":[{}],"properties":{"order":28392,"id":1092,"name":"battery-charging-bold","prevSize":16,"code":59803},"setIdx":3,"setId":3,"iconIdx":155},{"icon":{"paths":["M616.84 534.76c4.496 7.171 7.162 15.886 7.162 25.224 0 7.836-1.878 15.234-5.208 21.768l0.126-0.272-64 128c-7.943 16.192-24.308 27.142-43.231 27.142-26.51 0-48-21.49-48-48 0-8.075 1.994-15.685 5.517-22.363l-0.126 0.262 29.24-58.52h-50.32c-26.507-0.003-47.994-21.492-47.994-48 0-7.83 1.875-15.222 5.2-21.752l-0.126 0.272 64-128c7.943-16.192 24.308-27.142 43.231-27.142 26.51 0 48 21.49 48 48 0 8.075-1.994 15.685-5.517 22.363l0.126-0.262-29.24 58.52h50.32c0.003-0 0.008-0 0.012-0 17.165 0 32.226 9.010 40.711 22.559l0.117 0.201zM416 96h192c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-192c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM816 240v672c0 61.856-50.144 112-112 112v0h-384c-61.856 0-112-50.144-112-112v0-672c0-61.856 50.144-112 112-112v0h384c61.856 0 112 50.144 112 112v0zM720 240c0-8.837-7.163-16-16-16v0h-384c-8.837 0-16 7.163-16 16v0 672c0 8.837 7.163 16 16 16v0h384c8.837 0 16-7.163 16-16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-charging-vertical-bold"]},"attrs":[{}],"properties":{"order":28393,"id":1091,"name":"battery-charging-vertical-bold","prevSize":16,"code":59804},"setIdx":3,"setId":3,"iconIdx":156},{"icon":{"paths":["M784 208h-672c-61.856 0-112 50.144-112 112v0 384c0 61.856 50.144 112 112 112v0h672c61.856 0 112-50.144 112-112v0-384c0-61.856-50.144-112-112-112v0zM800 704c0 8.837-7.163 16-16 16v0h-672c-8.837 0-16-7.163-16-16v0-384c0-8.837 7.163-16 16-16v0h672c8.837 0 16 7.163 16 16v0zM1024 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-empty-bold"]},"attrs":[{}],"properties":{"order":28394,"id":1090,"name":"battery-empty-bold","prevSize":16,"code":59805},"setIdx":3,"setId":3,"iconIdx":157},{"icon":{"paths":["M784 208h-672c-61.856 0-112 50.144-112 112v0 384c0 61.856 50.144 112 112 112v0h672c61.856 0 112-50.144 112-112v0-384c0-61.856-50.144-112-112-112v0zM800 704c0 8.837-7.163 16-16 16v0h-672c-8.837 0-16-7.163-16-16v0-384c0-8.837 7.163-16 16-16v0h672c8.837 0 16 7.163 16 16v0zM736 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM576 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM416 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM256 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM1024 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-full-bold"]},"attrs":[{}],"properties":{"order":28395,"id":1089,"name":"battery-full-bold","prevSize":16,"code":59806},"setIdx":3,"setId":3,"iconIdx":158},{"icon":{"paths":["M784 208h-672c-61.856 0-112 50.144-112 112v0 384c0 61.856 50.144 112 112 112v0h672c61.856 0 112-50.144 112-112v0-384c0-61.856-50.144-112-112-112v0zM800 704c0 8.837-7.163 16-16 16v0h-672c-8.837 0-16-7.163-16-16v0-384c0-8.837 7.163-16 16-16v0h672c8.837 0 16 7.163 16 16v0zM576 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM416 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM256 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM1024 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-high-bold"]},"attrs":[{}],"properties":{"order":28396,"id":1088,"name":"battery-high-bold","prevSize":16,"code":59807},"setIdx":3,"setId":3,"iconIdx":159},{"icon":{"paths":["M784 208h-672c-61.856 0-112 50.144-112 112v0 384c0 61.856 50.144 112 112 112v0h672c61.856 0 112-50.144 112-112v0-384c0-61.856-50.144-112-112-112v0zM800 704c0 8.837-7.163 16-16 16v0h-672c-8.837 0-16-7.163-16-16v0-384c0-8.837 7.163-16 16-16v0h672c8.837 0 16 7.163 16 16v0zM256 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM1024 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-low-bold"]},"attrs":[{}],"properties":{"order":28397,"id":1087,"name":"battery-low-bold","prevSize":16,"code":59808},"setIdx":3,"setId":3,"iconIdx":160},{"icon":{"paths":["M784 208h-672c-61.856 0-112 50.144-112 112v0 384c0 61.856 50.144 112 112 112v0h672c61.856 0 112-50.144 112-112v0-384c0-61.856-50.144-112-112-112v0zM800 704c0 8.837-7.163 16-16 16v0h-672c-8.837 0-16-7.163-16-16v0-384c0-8.837 7.163-16 16-16v0h672c8.837 0 16 7.163 16 16v0zM416 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM256 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM1024 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-medium-bold"]},"attrs":[{}],"properties":{"order":28398,"id":1086,"name":"battery-medium-bold","prevSize":16,"code":59809},"setIdx":3,"setId":3,"iconIdx":161},{"icon":{"paths":["M608 512c0 26.51-21.49 48-48 48v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 48h48c26.51 0 48 21.49 48 48v0zM896 320v384c0 61.856-50.144 112-112 112v0h-672c-61.856 0-112-50.144-112-112v0-384c0-61.856 50.144-112 112-112v0h672c61.856 0 112 50.144 112 112v0zM800 320c0-8.837-7.163-16-16-16v0h-672c-8.837 0-16 7.163-16 16v0 384c0 8.837 7.163 16 16 16v0h672c8.837 0 16-7.163 16-16v0zM976 368c-26.51 0-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-plus-bold"]},"attrs":[{}],"properties":{"order":28399,"id":1085,"name":"battery-plus-bold","prevSize":16,"code":59810},"setIdx":3,"setId":3,"iconIdx":162},{"icon":{"paths":["M368 48c0-26.51 21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0zM816 240v672c0 61.856-50.144 112-112 112v0h-384c-61.856 0-112-50.144-112-112v0-672c0-61.856 50.144-112 112-112v0h384c61.856 0 112 50.144 112 112v0zM720 240c0-8.837-7.163-16-16-16v0h-384c-8.837 0-16 7.163-16 16v0 672c0 8.837 7.163 16 16 16v0h384c8.837 0 16-7.163 16-16v0zM608 512h-48v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-plus-vertical-bold"]},"attrs":[{}],"properties":{"order":28400,"id":1084,"name":"battery-plus-vertical-bold","prevSize":16,"code":59811},"setIdx":3,"setId":3,"iconIdx":163},{"icon":{"paths":["M368 48c0-26.51 21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0zM816 240v672c0 61.856-50.144 112-112 112v0h-384c-61.856 0-112-50.144-112-112v0-672c0-61.856 50.144-112 112-112v0h384c61.856 0 112 50.144 112 112v0zM720 240c0-8.837-7.163-16-16-16v0h-384c-8.837 0-16 7.163-16 16v0 672c0 8.837 7.163 16 16 16v0h384c8.837 0 16-7.163 16-16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-empty-bold"]},"attrs":[{}],"properties":{"order":28401,"id":1083,"name":"battery-vertical-empty-bold","prevSize":16,"code":59812},"setIdx":3,"setId":3,"iconIdx":164},{"icon":{"paths":["M368 48c0-26.51 21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0zM816 240v672c0 61.856-50.144 112-112 112v0h-384c-61.856 0-112-50.144-112-112v0-672c0-61.856 50.144-112 112-112v0h384c61.856 0 112 50.144 112 112v0zM720 240c0-8.837-7.163-16-16-16v0h-384c-8.837 0-16 7.163-16 16v0 672c0 8.837 7.163 16 16 16v0h384c8.837 0 16-7.163 16-16v0zM624 288h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM624 448h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM624 608h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM624 768h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-full-bold"]},"attrs":[{}],"properties":{"order":28402,"id":1082,"name":"battery-vertical-full-bold","prevSize":16,"code":59813},"setIdx":3,"setId":3,"iconIdx":165},{"icon":{"paths":["M368 48c0-26.51 21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0zM816 240v672c0 61.856-50.144 112-112 112v0h-384c-61.856 0-112-50.144-112-112v0-672c0-61.856 50.144-112 112-112v0h384c61.856 0 112 50.144 112 112v0zM720 240c0-8.837-7.163-16-16-16v0h-384c-8.837 0-16 7.163-16 16v0 672c0 8.837 7.163 16 16 16v0h384c8.837 0 16-7.163 16-16v0zM624 448h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM624 608h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM624 768h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-high-bold"]},"attrs":[{}],"properties":{"order":28403,"id":1081,"name":"battery-vertical-high-bold","prevSize":16,"code":59814},"setIdx":3,"setId":3,"iconIdx":166},{"icon":{"paths":["M368 48c0-26.51 21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0zM816 240v672c0 61.856-50.144 112-112 112v0h-384c-61.856 0-112-50.144-112-112v0-672c0-61.856 50.144-112 112-112v0h384c61.856 0 112 50.144 112 112v0zM720 240c0-8.837-7.163-16-16-16v0h-384c-8.837 0-16 7.163-16 16v0 672c0 8.837 7.163 16 16 16v0h384c8.837 0 16-7.163 16-16v0zM624 768h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-low-bold"]},"attrs":[{}],"properties":{"order":28404,"id":1080,"name":"battery-vertical-low-bold","prevSize":16,"code":59815},"setIdx":3,"setId":3,"iconIdx":167},{"icon":{"paths":["M368 48c0-26.51 21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0zM816 240v672c0 61.856-50.144 112-112 112v0h-384c-61.856 0-112-50.144-112-112v0-672c0-61.856 50.144-112 112-112v0h384c61.856 0 112 50.144 112 112v0zM720 240c0-8.837-7.163-16-16-16v0h-384c-8.837 0-16 7.163-16 16v0 672c0 8.837 7.163 16 16 16v0h384c8.837 0 16-7.163 16-16v0zM624 608h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM624 768h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-medium-bold"]},"attrs":[{}],"properties":{"order":28405,"id":1079,"name":"battery-vertical-medium-bold","prevSize":16,"code":59816},"setIdx":3,"setId":3,"iconIdx":168},{"icon":{"paths":["M784 208h-672c-61.856 0-112 50.144-112 112v0 384c0 61.856 50.144 112 112 112v0h672c61.856 0 112-50.144 112-112v0-384c0-61.856-50.144-112-112-112v0zM800 704c0 8.837-7.163 16-16 16v0h-672c-8.837 0-16-7.163-16-16v0-384c0-8.837 7.163-16 16-16v0h672c8.837 0 16 7.163 16 16v0zM1024 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM416 464v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v0 64c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM528 608c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-warning-bold"]},"attrs":[{}],"properties":{"order":28406,"id":1078,"name":"battery-warning-bold","prevSize":16,"code":59817},"setIdx":3,"setId":3,"iconIdx":169},{"icon":{"paths":["M464 544v-144c0-26.51 21.49-48 48-48s48 21.49 48 48v0 144c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM512 640c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM416 96h192c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-192c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM816 240v672c0 61.856-50.144 112-112 112v0h-384c-61.856 0-112-50.144-112-112v0-672c0-61.856 50.144-112 112-112v0h384c61.856 0 112 50.144 112 112v0zM720 240c0-8.837-7.163-16-16-16v0h-384c-8.837 0-16 7.163-16 16v0 672c0 8.837 7.163 16 16 16v0h384c8.837 0 16-7.163 16-16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-warning-vertical-bold"]},"attrs":[{}],"properties":{"order":28407,"id":1077,"name":"battery-warning-vertical-bold","prevSize":16,"code":59818},"setIdx":3,"setId":3,"iconIdx":170},{"icon":{"paths":["M832 272h-720v-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 640c0 26.51 21.49 48 48 48s48-21.49 48-48v0-112h800v112c0 26.51 21.49 48 48 48s48-21.49 48-48v0-384c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM368 624h-256v-256h256zM912 624h-448v-256h368c44.183 0 80 35.817 80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bed-bold"]},"attrs":[{}],"properties":{"order":28408,"id":1076,"name":"bed-bold","prevSize":16,"code":59819},"setIdx":3,"setId":3,"iconIdx":171},{"icon":{"paths":["M993.96 158.040l-128-128c-8.672-8.601-20.614-13.916-33.797-13.916-26.51 0-48 21.49-48 48 0 9.625 2.833 18.589 7.711 26.102l-0.113-0.186-203.76 153.040-149.32 29.84c-9.67 1.991-18.037 6.632-24.562 13.122l0.002-0.002-333.32 333.28c-20.27 20.268-32.808 48.27-32.808 79.2s12.538 58.932 32.808 79.2l165.48 165.48c20.268 20.27 48.27 32.808 79.2 32.808s58.932-12.538 79.2-32.808l333.28-333.24c6.488-6.523 11.129-14.89 13.066-24.247l0.054-0.313 29.84-149.4 152.92-204c7.327 4.764 16.29 7.597 25.916 7.597 26.51 0 48-21.49 48-48 0-13.183-5.315-25.126-13.919-33.801l0.003 0.003zM448 764l-188-188 124-124 188 188zM325.48 880c-0.004 0-0.008 0-0.013 0-4.415 0-8.413-1.788-11.308-4.68l0 0-165.48-165.48c-2.899-2.896-4.693-6.899-4.693-11.32s1.793-8.424 4.692-11.32l0-0 43.32-43.2 188 188-43.2 43.32c-2.895 2.892-6.892 4.68-11.307 4.68-0.004 0-0.009-0-0.013-0l0.001 0zM697.48 387.2c-4.134 5.458-7.165 11.988-8.627 19.090l-0.053 0.31-28.8 145.72-20 19.68-188-188 20-20 145.72-29.12c7.412-1.515 13.942-4.546 19.52-8.767l-0.12 0.087 222.68-167.040 5.16 5.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["beer-bottle-bold"]},"attrs":[{}],"properties":{"order":28409,"id":1075,"name":"beer-bottle-bold","prevSize":16,"code":59820},"setIdx":3,"setId":3,"iconIdx":172},{"icon":{"paths":["M864 336h-48v-48c-0.114-97.156-78.844-175.886-175.989-176l-38.931-0c-50-40.88-116.36-64-185.080-64-150 0-272 107.68-272 240v544c0 44.183 35.817 80 80 80v0h512c44.183 0 80-35.817 80-80v0-16h48c61.856 0 112-50.144 112-112v0-256c0-61.856-50.144-112-112-112v0zM416 144c51.4 0 100 18.48 133.76 50.68 8.605 8.244 20.302 13.32 33.186 13.32 0.005 0 0.010-0 0.015-0l57.039 0c0.005-0 0.011-0 0.016-0 38.519 0 70.68 27.223 78.292 63.479l0.092 0.521h-477.28c9.76-72 84.44-128 174.88-128zM720 816h-480v-448h480zM880 704c0 8.837-7.163 16-16 16v0h-48v-288h48c8.837 0 16 7.163 16 16v0zM432 480v224c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM624 480v224c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["beer-stein-bold"]},"attrs":[{}],"properties":{"order":28410,"id":1074,"name":"beer-stein-bold","prevSize":16,"code":59821},"setIdx":3,"setId":3,"iconIdx":173},{"icon":{"paths":["M471.28 485.56c25.255-29.228 40.64-67.598 40.64-109.56 0-92.756-75.17-167.954-167.915-168l-216.005-0c-26.51 0-48 21.49-48 48v0 512c0 26.51 21.49 48 48 48v0h232c101.566-0.072 183.874-82.424 183.874-184 0-59.547-28.286-112.487-72.155-146.117l-0.439-0.323zM176 304h168c39.765 0 72 32.235 72 72s-32.235 72-72 72v0h-168zM360 720h-184v-176h184c48.601 0 88 39.399 88 88s-39.399 88-88 88v0zM624 304c0-26.51 21.49-48 48-48v0h256c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48v0zM800 400c-114.875 0-208 93.125-208 208s93.125 208 208 208v0c0.166 0 0.361 0.001 0.557 0.001 32.845 0 63.893-7.694 91.44-21.379l-1.198 0.538c16.63-7.782 27.943-24.374 27.943-43.609 0-26.51-21.49-48-48-48-7.997 0-15.537 1.956-22.169 5.415l0.265-0.126c-14.163 7.041-30.845 11.161-48.49 11.161-0.123 0-0.246-0-0.369-0.001l0.019 0c-44.403-0.049-82.76-25.883-100.908-63.332l-0.292-0.668h261.2c26.51 0 48-21.49 48-48v0c-0.137-114.82-93.18-207.863-207.987-208l-0.013-0zM698.8 560c18.399-38.155 56.779-64.015 101.2-64.015s82.801 25.86 100.909 63.346l0.291 0.669z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["behance-logo-bold"]},"attrs":[{}],"properties":{"order":28411,"id":1073,"name":"behance-logo-bold","prevSize":16,"code":59822},"setIdx":3,"setId":3,"iconIdx":174},{"icon":{"paths":["M901.16 663.72c-34.72-59.72-53.16-145.44-53.16-247.72 0-185.568-150.432-336-336-336s-336 150.432-336 336v0c0 102.32-18.36 188-53.080 247.72-6.845 11.573-10.89 25.506-10.89 40.383 0 14.68 3.938 28.44 10.816 40.282l-0.206-0.384c13.865 24.063 39.446 40.002 68.75 40.002 0.214 0 0.429-0.001 0.643-0.003l-0.033 0h144.72c8.419 90.115 83.677 160.096 175.28 160.096s166.861-69.981 175.227-159.397l0.053-0.699h144.72c0.146 0.001 0.318 0.002 0.49 0.002 29.303 0 54.884-15.938 68.546-39.619l0.203-0.382c6.733-11.499 10.709-25.32 10.709-40.071 0-14.807-4.006-28.677-10.994-40.587l0.205 0.378zM512 848c-0.005 0-0.011 0-0.016 0-38.519 0-70.68-27.223-78.292-63.479l-0.092-0.521h156.8c-7.704 36.777-39.865 64-78.384 64-0.006 0-0.011-0-0.017-0l0.001 0zM218.64 688c35.4-72 53.36-163.44 53.36-272 0-132.548 107.452-240 240-240s240 107.452 240 240v0c0 108.52 17.92 200 53.32 272z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-bold"]},"attrs":[{}],"properties":{"order":28412,"id":1072,"name":"bell-bold","prevSize":16,"code":59823},"setIdx":3,"setId":3,"iconIdx":175},{"icon":{"paths":["M142.8 304c-0.017 0-0.038 0-0.058 0-8.036 0-15.605-1.998-22.238-5.524l0.256 0.124c-15.505-8.168-25.896-24.174-25.896-42.608 0-8.064 1.989-15.663 5.502-22.335l-0.126 0.262c38.251-73.728 93.316-134.022 160.355-177.386l1.805-1.094c7.512-5.108 16.784-8.156 26.767-8.156 26.51 0 48 21.49 48 48 0 17.497-9.362 32.807-23.349 41.195l-0.218 0.121c-54.52 35.129-98.035 82.977-127.054 139.493l-0.946 2.027c-8.171 15.497-24.173 25.88-42.6 25.88-0.070 0-0.141-0-0.211-0l0.011 0zM923.76 233.92c-38.251-73.728-93.316-134.022-160.355-177.386l-1.805-1.094c-7.512-5.108-16.784-8.156-26.767-8.156-26.51 0-48 21.49-48 48 0 17.497 9.362 32.807 23.349 41.195l0.218 0.121c54.52 35.129 98.035 82.977 127.054 139.493l0.946 2.027c8.171 15.497 24.173 25.88 42.6 25.88 0.070 0 0.141-0 0.211-0l-0.011 0c0.017 0 0.038 0 0.058 0 8.036 0 15.605-1.998 22.238-5.524l-0.256 0.124c15.505-8.168 25.896-24.174 25.896-42.608 0-8.064-1.989-15.663-5.502-22.335l0.126 0.262zM879.52 671.52c10.21 13.294 16.363 30.168 16.363 48.48 0 44.142-35.75 79.933-79.876 80l-0.006 0h-130.96c-15.718 82.409-87.203 143.857-173.040 143.857s-157.322-61.449-172.865-142.756l-0.175-1.101h-130.96c-0.001 0-0.002 0-0.003 0-44.183 0-80-35.817-80-80 0-18.312 6.152-35.187 16.503-48.67l-0.14 0.19c28.68-37.32 62.92-106.48 63.52-223.76 0.068-167.876 136.174-303.94 304.060-303.94 167.928 0 304.060 136.132 304.060 304.060 0 0.042-0 0.084-0 0.126l0-0.007c0.6 117.040 34.84 186.2 63.52 223.52zM585.28 800h-146.56c12.683 28.44 40.708 47.906 73.28 47.906s60.597-19.465 73.077-47.398l0.203-0.508zM785.28 704c-32.64-52-64.76-134.28-65.36-255.76 0.027-1.249 0.042-2.721 0.042-4.197 0-114.875-93.125-208-208-208s-208 93.125-208 208c0 1.391 0.014 2.78 0.041 4.164l-0.003-0.207c-0.6 121.68-32.72 204-65.36 256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-ringing-bold"]},"attrs":[{}],"properties":{"order":28413,"id":1071,"name":"bell-ringing-bold","prevSize":16,"code":59824},"setIdx":3,"setId":3,"iconIdx":176},{"icon":{"paths":["M901.16 663.72c-34.72-59.72-53.16-145.44-53.16-247.72 0-185.568-150.432-336-336-336s-336 150.432-336 336v0c0 102.32-18.36 188-53.080 247.72-6.845 11.573-10.89 25.506-10.89 40.383 0 14.68 3.938 28.44 10.816 40.282l-0.206-0.384c13.865 24.063 39.446 40.002 68.75 40.002 0.214 0 0.429-0.001 0.643-0.003l-0.033 0h640c0.146 0.001 0.318 0.002 0.49 0.002 29.303 0 54.884-15.938 68.546-39.619l0.203-0.382c6.733-11.499 10.709-25.32 10.709-40.071 0-14.807-4.006-28.677-10.994-40.587l0.205 0.378zM218.64 688c35.4-72 53.36-163.44 53.36-272 0-132.548 107.452-240 240-240s240 107.452 240 240v0c0 108.52 17.92 200 53.32 272zM688 896c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-simple-bold"]},"attrs":[{}],"properties":{"order":28414,"id":1070,"name":"bell-simple-bold","prevSize":16,"code":59825},"setIdx":3,"setId":3,"iconIdx":177},{"icon":{"paths":["M688 912c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0zM923.76 233.92c-38.251-73.728-93.316-134.022-160.355-177.386l-1.805-1.094c-7.512-5.108-16.784-8.156-26.767-8.156-26.51 0-48 21.49-48 48 0 17.497 9.362 32.807 23.349 41.195l0.218 0.121c54.52 35.129 98.035 82.977 127.054 139.493l0.946 2.027c8.171 15.497 24.173 25.88 42.6 25.88 0.070 0 0.141-0 0.211-0l-0.011 0c0.017 0 0.038 0 0.058 0 8.036 0 15.605-1.998 22.238-5.524l-0.256 0.124c15.505-8.168 25.896-24.174 25.896-42.608 0-8.064-1.989-15.663-5.502-22.335l0.126 0.262zM185.48 278.12c29.965-58.543 73.48-106.391 126.581-140.663l1.419-0.857c14.643-8.407 24.347-23.954 24.347-41.768 0-26.51-21.49-48-48-48-10.265 0-19.777 3.222-27.58 8.71l0.153-0.102c-68.844 44.458-123.909 104.752-160.95 175.925l-1.21 2.555c-3.387 6.409-5.376 14.008-5.376 22.072 0 18.433 10.391 34.44 25.634 42.482l0.262 0.126c6.376 3.402 13.946 5.4 21.982 5.4 0.020 0 0.041-0 0.061-0l-0.003 0c0.024 0 0.052 0 0.081 0 18.427 0 34.429-10.383 42.473-25.618l0.126-0.262zM879.52 671.52c10.21 13.294 16.363 30.168 16.363 48.48 0 44.142-35.75 79.933-79.876 80l-0.006 0h-608c-0.001 0-0.002 0-0.003 0-44.183 0-80-35.817-80-80 0-18.312 6.152-35.187 16.503-48.67l-0.14 0.19c28.68-37.32 62.92-106.48 63.52-223.76 0.068-167.876 136.174-303.94 304.060-303.94 167.928 0 304.060 136.132 304.060 304.060 0 0.042-0 0.084-0 0.126l0-0.007c0.6 117.040 34.84 186.2 63.52 223.52zM785.36 704c-32.64-52-64.76-134.28-65.36-255.76 0-0.036 0-0.078 0-0.12 0-114.875-93.125-208-208-208-114.833 0-207.932 93.056-208 207.873l-0 0.007c-0.6 121.68-32.72 204-65.36 256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-simple-ringing-bold"]},"attrs":[{}],"properties":{"order":28415,"id":1069,"name":"bell-simple-ringing-bold","prevSize":16,"code":59826},"setIdx":3,"setId":3,"iconIdx":178},{"icon":{"paths":["M867.52 831.72l-640-704c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 59.2 65.16c-24.986 45.707-39.681 100.127-39.681 157.979 0 0.204 0 0.409 0.001 0.613l-0-0.032c0 102.32-18.36 188-53.080 247.72-6.82 11.557-10.85 25.465-10.85 40.313 0 14.708 3.953 28.493 10.855 40.35l-0.206-0.383c13.846 24.062 39.413 40.002 68.703 40.002 0.203 0 0.405-0.001 0.608-0.002l-0.031 0h502.4l102.080 112.28c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM218.72 688c35.36-72 53.28-163.44 53.28-272-0-0.082-0-0.179-0-0.276 0-29.009 5.161-56.814 14.614-82.544l-0.534 1.66 321.040 353.16zM688 896c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0zM355.56 169.4c-2.403-5.524-3.801-11.959-3.801-18.72 0-19.749 11.927-36.712 28.97-44.080l0.311-0.12c38.646-16.799 83.661-26.572 130.96-26.572 185.568 0 336 150.432 336 336 0 0.032-0 0.065-0 0.097l0-0.005c0 74.72 9.52 139.72 28.28 193.12 1.738 4.764 2.744 10.265 2.744 16 0 26.523-21.501 48.024-48.024 48.024-20.788 0-38.49-13.208-45.174-31.689l-0.106-0.334c-22.4-63.84-33.72-139.52-33.72-225.12 0-0.027 0-0.059 0-0.091 0-132.548-107.452-240-240-240-33.776 0-65.922 6.977-95.076 19.569l1.556-0.598c-5.524 2.403-11.959 3.801-18.72 3.801-19.749 0-36.712-11.927-44.080-28.97l-0.12-0.311z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-simple-slash-bold"]},"attrs":[{}],"properties":{"order":28416,"id":1068,"name":"bell-simple-slash-bold","prevSize":16,"code":59827},"setIdx":3,"setId":3,"iconIdx":179},{"icon":{"paths":["M624 560c0 26.51-21.49 48-48 48v0h-128c-0.021 0-0.046 0-0.071 0-26.51 0-48-21.49-48-48 0-9.93 3.015-19.155 8.18-26.811l-0.108 0.171 78.32-117.36h-38.32c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c0.021-0 0.046-0 0.071-0 26.51 0 48 21.49 48 48 0 9.93-3.015 19.155-8.18 26.811l0.108-0.171-78.32 117.36h38.32c26.51 0 48 21.49 48 48v0zM901.32 744c-13.865 24.063-39.446 40.002-68.75 40.002-0.2 0-0.401-0.001-0.601-0.002l0.031 0h-640c-0.146 0.001-0.318 0.002-0.49 0.002-29.303 0-54.884-15.938-68.546-39.619l-0.203-0.382c-6.689-11.469-10.638-25.247-10.638-39.947 0-14.841 4.025-28.741 11.043-40.67l-0.205 0.376c34.6-59.76 53.040-145.44 53.040-247.76 0-185.568 150.432-336 336-336s336 150.432 336 336v0c0 102.28 18.36 188 53.080 247.72 6.845 11.573 10.89 25.506 10.89 40.383 0 14.68-3.938 28.44-10.816 40.282l0.206-0.384zM805.32 688c-35.36-72-53.32-163.48-53.32-272 0-132.548-107.452-240-240-240s-240 107.452-240 240v0c0 108.56-17.92 200-53.32 272zM640 848h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-simple-z-bold"]},"attrs":[{}],"properties":{"order":28417,"id":1067,"name":"bell-simple-z-bold","prevSize":16,"code":59828},"setIdx":3,"setId":3,"iconIdx":180},{"icon":{"paths":["M867.52 831.72l-640-704c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 59.2 65.16c-24.986 45.707-39.681 100.127-39.681 157.979 0 0.204 0 0.409 0.001 0.613l-0-0.032c0 102.32-18.36 188-53.080 247.72-6.82 11.557-10.85 25.465-10.85 40.313 0 14.708 3.953 28.493 10.855 40.35l-0.206-0.383c13.846 24.062 39.413 40.002 68.703 40.002 0.203 0 0.405-0.001 0.608-0.002l-0.031 0h144.76c8.632 89.915 83.791 159.662 175.24 159.662s166.608-69.747 175.184-158.947l0.056-0.714h7.16l102.080 112.28c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM272 416c-0-0.082-0-0.179-0-0.276 0-29.009 5.161-56.814 14.614-82.544l-0.534 1.66 321.040 353.16h-388.4c35.36-72 53.28-163.44 53.28-272zM512 848c-0.005 0-0.011 0-0.016 0-38.519 0-70.68-27.223-78.292-63.479l-0.092-0.521h156.8c-7.704 36.777-39.865 64-78.384 64-0.006 0-0.011-0-0.017-0l0.001 0zM355.56 169.4c-2.403-5.524-3.801-11.959-3.801-18.72 0-19.749 11.927-36.712 28.97-44.080l0.311-0.12c38.646-16.799 83.661-26.572 130.96-26.572 185.568 0 336 150.432 336 336 0 0.032-0 0.065-0 0.097l0-0.005c0 74.72 9.52 139.72 28.28 193.12 1.738 4.764 2.744 10.265 2.744 16 0 26.523-21.501 48.024-48.024 48.024-20.788 0-38.49-13.208-45.174-31.689l-0.106-0.334c-22.4-63.84-33.72-139.52-33.72-225.12 0-0.027 0-0.059 0-0.091 0-132.548-107.452-240-240-240-33.776 0-65.922 6.977-95.076 19.569l1.556-0.598c-5.524 2.403-11.959 3.801-18.72 3.801-19.749 0-36.712-11.927-44.080-28.97l-0.12-0.311z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-slash-bold"]},"attrs":[{}],"properties":{"order":28418,"id":1066,"name":"bell-slash-bold","prevSize":16,"code":59829},"setIdx":3,"setId":3,"iconIdx":181},{"icon":{"paths":["M624 560c0 26.51-21.49 48-48 48v0h-128c-0.021 0-0.046 0-0.071 0-26.51 0-48-21.49-48-48 0-9.93 3.015-19.155 8.18-26.811l-0.108 0.171 78.32-117.36h-38.32c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c0.021-0 0.046-0 0.071-0 26.51 0 48 21.49 48 48 0 9.93-3.015 19.155-8.18 26.811l0.108-0.171-78.32 117.36h38.32c26.51 0 48 21.49 48 48v0zM901.32 744c-13.865 24.063-39.446 40.002-68.75 40.002-0.2 0-0.401-0.001-0.601-0.002l0.031 0h-144.72c-8.419 90.115-83.677 160.096-175.28 160.096s-166.861-69.981-175.227-159.397l-0.053-0.699h-144.72c-0.146 0.001-0.318 0.002-0.49 0.002-29.303 0-54.884-15.938-68.546-39.619l-0.203-0.382c-6.689-11.469-10.638-25.247-10.638-39.947 0-14.841 4.025-28.741 11.043-40.67l-0.205 0.376c34.6-59.76 53.040-145.44 53.040-247.76 0-185.568 150.432-336 336-336s336 150.432 336 336v0c0 102.28 18.36 188 53.080 247.72 6.845 11.573 10.89 25.506 10.89 40.383 0 14.68-3.938 28.44-10.816 40.282l0.206-0.384zM590.4 784h-156.8c7.672 36.816 39.852 64.080 78.4 64.080s70.728-27.264 78.309-63.56l0.091-0.52zM805.36 688c-35.4-72-53.36-163.48-53.36-272 0-132.548-107.452-240-240-240s-240 107.452-240 240v0c0 108.56-17.92 200-53.32 272z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-z-bold"]},"attrs":[{}],"properties":{"order":28419,"id":1065,"name":"bell-z-bold","prevSize":16,"code":59830},"setIdx":3,"setId":3,"iconIdx":182},{"icon":{"paths":["M897.12 564c-22.806-78.745-66.658-145.381-125.065-195.551l-0.535-0.449h188.48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-312.24c-20.369-56.401-73.442-95.987-135.76-95.987s-115.391 39.586-135.443 94.985l-0.317 1.003h-312.24c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h188.48c-58.942 50.619-102.794 117.255-124.891 193.156l-0.709 2.844c-63.927 15.611-110.63 72.392-110.63 140.080 0 79.529 64.471 144 144 144s144-64.471 144-144c0-56.31-32.32-105.070-79.422-128.743l-0.828-0.377c28.219-81.187 87.225-145.483 162.688-180.055l1.912-0.785c25.638 42.098 71.286 69.781 123.4 69.781s97.762-27.683 123.041-69.147l0.359-0.635c77.375 35.357 136.381 99.653 163.947 178.689l0.653 2.151c-47.93 24.050-80.25 72.811-80.25 129.12 0 79.529 64.471 144 144 144s144-64.471 144-144c0-67.688-46.703-124.469-109.643-139.876l-0.987-0.204zM160 752c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 368c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM864 752c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bezier-curve-bold"]},"attrs":[{}],"properties":{"order":28420,"id":1064,"name":"bezier-curve-bold","prevSize":16,"code":59831},"setIdx":3,"setId":3,"iconIdx":183},{"icon":{"paths":["M816 432c-0.031-0-0.068-0-0.104-0-21.555 0-42.341 3.29-61.884 9.395l1.469-0.395-79.92-137h92.44c8.837 0 16 7.163 16 16v0c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-61.856-50.144-112-112-112v0h-176c-26.471 0.051-47.911 21.522-47.911 48 0 8.837 2.388 17.115 6.553 24.227l-0.123-0.227 32.56 56h-144.84l-60.76-104c-8.439-14.424-23.841-23.966-41.475-24l-0.005-0h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h100.44l44.28 76-56.72 71.56c-25.968-12.475-56.455-19.764-88.646-19.764-115.251 0-208.68 93.429-208.68 208.68s93.429 208.68 208.68 208.68c115.251 0 208.68-93.429 208.68-208.68 0-49.001-16.889-94.057-45.164-129.666l0.329 0.429 33.48-42.28 67.32 115.24c8.058 15.853 24.247 26.526 42.928 26.526 26.51 0 48-21.49 48-48 0-9.966-3.037-19.222-8.236-26.894l0.108 0.169-60.56-104h144.84l33.56 57.52c-39.715 37.948-64.404 91.331-64.404 150.48 0 114.875 93.125 208 208 208s208-93.125 208-208c0-114.875-93.125-208-208-208-0.083 0-0.166 0-0.249 0l0.013-0zM320 640c0 0.005 0 0.011 0 0.017 0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112 8.922 0 17.601 1.043 25.921 3.015l-0.761-0.152-62.8 79.32c-6.462 8.105-10.368 18.496-10.368 29.8 0 26.514 21.494 48.008 48.008 48.008 15.211 0 28.769-7.074 37.565-18.111l0.075-0.097 62.8-79.32c7.29 14.407 11.56 31.408 11.56 49.407 0 0.040-0 0.080-0 0.12l0-0.006zM816 752c-61.833-0.030-111.948-50.162-111.948-112 0-23.593 7.295-45.482 19.753-63.535l-0.245 0.375 50.96 87.36c8.629 13.606 23.61 22.506 40.67 22.506 26.51 0 48-21.49 48-48 0-8.316-2.115-16.138-5.835-22.957l0.125 0.251-51-87.36c3.16-0.28 6.32-0.44 9.52-0.44 61.856 0 112 50.144 112 112s-50.144 112-112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bicycle-bold"]},"attrs":[{}],"properties":{"order":28421,"id":1063,"name":"bicycle-bold","prevSize":16,"code":59832},"setIdx":3,"setId":3,"iconIdx":184},{"icon":{"paths":["M964 602.6s0 0 0-0.2c-3.382-9.448-6.795-17.236-10.659-24.754l0.539 1.154-166.16-378.080c-2.532-5.663-5.897-10.501-10-14.6l-0-0c-26.060-26.069-62.067-42.193-101.84-42.193s-75.779 16.124-101.84 42.193l-0 0c-8.665 8.675-14.028 20.65-14.040 33.878l-0 0.002v84h-96v-84c-0.001-13.245-5.366-25.236-14.040-33.92l0 0c-26.060-26.069-62.067-42.193-101.84-42.193s-75.779 16.124-101.84 42.193l-0 0c-4.103 4.099-7.468 8.937-9.878 14.297l-0.122 0.303-166.16 378.12c-3.325 6.364-6.738 14.152-9.665 22.173l-0.455 1.427s0 0 0 0.2c-7.603 20.729-12 44.665-12 69.627 0 114.875 93.125 208 208 208s208-93.125 208-208c0-0.080-0-0.16-0-0.24l0 0.012v-272h96v272c-0 0.067-0 0.147-0 0.227 0 114.875 93.125 208 208 208s208-93.125 208-208c0-24.963-4.397-48.898-12.46-71.074l0.46 1.447zM320 249.12c7.806-5.721 17.601-9.155 28.197-9.155 7.177 0 13.986 1.575 20.1 4.398l-0.298-0.123v252.6c-31.697-20.619-70.476-32.881-112.12-32.881-11.111 0-22.018 0.873-32.657 2.554l1.177-0.153zM256 784c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM656 244.24c5.812-2.678 12.611-4.239 19.775-4.239 10.601 0 20.403 3.419 28.363 9.215l-0.138-0.096 95.48 217.24c-9.462-1.528-20.369-2.401-31.48-2.401-41.644 0-80.423 12.262-112.926 33.371l0.806-0.491zM768 784c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["binoculars-bold"]},"attrs":[{}],"properties":{"order":28422,"id":1062,"name":"binoculars-bold","prevSize":16,"code":59833},"setIdx":3,"setId":3,"iconIdx":185},{"icon":{"paths":["M704 288c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM976 320c0 0.021 0 0.046 0 0.071 0 16.58-8.406 31.197-21.19 39.82l-0.17 0.108-74.64 49.68v70.32c-0.273 238.477-193.523 431.727-431.974 432l-400.026 0c-26.503-0.010-47.983-21.496-47.983-48 0-11.037 3.725-21.203 9.986-29.311l-0.083 0.111 358.080-467.080v-63.72c-0-0.082-0-0.178-0-0.275 0-141.385 114.615-256 256-256 111.827 0 206.907 71.702 241.775 171.639l0.545 1.796 88.32 58.84c12.954 8.732 21.36 23.349 21.36 39.929 0 0.025-0 0.050-0 0.075l0-0.004zM841.48 320l-42.76-28.52c-9.759-6.489-16.907-16.239-19.925-27.667l-0.075-0.333c-18.666-69.172-80.847-119.236-154.72-119.236-88.28 0-159.861 71.496-160 159.743l-0 0.013v80c-0.005 11.039-3.736 21.205-10.002 29.311l0.082-0.111-308.8 402.8h302.72c185.485-0.205 335.795-150.515 336-335.98l0-0.020v-96c-0-0.021-0-0.046-0-0.071 0-16.58 8.406-31.197 21.19-39.82l0.17-0.108zM514.52 505.92c-7.996-6.177-18.162-9.901-29.198-9.901-15.465 0-29.221 7.313-38 18.671l-0.082 0.111-122.68 160c-5.226 7.572-8.347 16.946-8.347 27.049 0 26.51 21.49 48 48 48 14.498 0 27.495-6.428 36.296-16.589l0.051-0.060 122.68-160c6.214-8.011 9.961-18.205 9.961-29.275 0-15.42-7.271-29.142-18.572-37.924l-0.109-0.081z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bird-bold"]},"attrs":[{}],"properties":{"order":28423,"id":1061,"name":"bird-bold","prevSize":16,"code":59834},"setIdx":3,"setId":3,"iconIdx":186},{"icon":{"paths":["M764.8 665.6l-204.8-153.6 204.8-153.6c11.711-8.85 19.2-22.75 19.2-38.4s-7.489-29.55-19.079-38.313l-0.121-0.087-256-192c-7.922-5.993-17.94-9.6-28.8-9.6-26.51 0-48 21.49-48 48v0 288l-179.2-134.4c-7.922-5.993-17.94-9.6-28.8-9.6-26.51 0-48 21.49-48 48 0 15.65 7.489 29.55 19.079 38.313l0.121 0.087 204.8 153.6-204.8 153.6c-11.711 8.85-19.2 22.75-19.2 38.4 0 26.51 21.49 48 48 48 10.86 0 20.878-3.607 28.921-9.687l-0.121 0.087 179.2-134.4v288c0 26.51 21.49 48 48 48 10.86 0 20.878-3.607 28.921-9.687l-0.121 0.087 256-192c11.711-8.85 19.2-22.75 19.2-38.4s-7.489-29.55-19.079-38.313l-0.121-0.087zM528 224l128 96-128 96zM528 800v-192l128 96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bluetooth-bold"]},"attrs":[{}],"properties":{"order":28424,"id":1060,"name":"bluetooth-bold","prevSize":16,"code":59835},"setIdx":3,"setId":3,"iconIdx":187},{"icon":{"paths":["M764.8 665.6l-204.8-153.6 204.8-153.6c11.711-8.85 19.2-22.75 19.2-38.4s-7.489-29.55-19.079-38.313l-0.121-0.087-256-192c-7.922-5.993-17.94-9.6-28.8-9.6-26.51 0-48 21.49-48 48v0 288l-179.2-134.4c-7.922-5.993-17.94-9.6-28.8-9.6-26.51 0-48 21.49-48 48 0 15.65 7.489 29.55 19.079 38.313l0.121 0.087 204.8 153.6-204.8 153.6c-11.711 8.85-19.2 22.75-19.2 38.4 0 26.51 21.49 48 48 48 10.86 0 20.878-3.607 28.921-9.687l-0.121 0.087 179.2-134.4v288c0 26.51 21.49 48 48 48 10.86 0 20.878-3.607 28.921-9.687l-0.121 0.087 256-192c11.711-8.85 19.2-22.75 19.2-38.4s-7.489-29.55-19.079-38.313l-0.121-0.087zM528 224l128 96-128 96zM528 800v-192l128 96zM192 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM864 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bluetooth-connected-bold"]},"attrs":[{}],"properties":{"order":28425,"id":1059,"name":"bluetooth-connected-bold","prevSize":16,"code":59836},"setIdx":3,"setId":3,"iconIdx":188},{"icon":{"paths":["M867.52 831.72l-640-704c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 271.52 298.72-232.8 174.6c-11.711 8.85-19.2 22.75-19.2 38.4 0 26.51 21.49 48 48 48 10.86 0 20.878-3.607 28.921-9.687l-0.121 0.087 179.2-134.4v288c0 26.51 21.49 48 48 48 10.86 0 20.878-3.607 28.921-9.687l-0.121 0.087 191.64-143.76 96 105.64c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM528 800v-192l20 15.080 87.48 96.24zM432 238.96v-110.96c-0-26.51 21.49-48 48-48 10.86 0 20.878 3.607 28.921 9.687l-0.121-0.087 256 192c11.711 8.85 19.2 22.75 19.2 38.4s-7.489 29.55-19.079 38.313l-0.121 0.087-108.4 81.32c-7.922 5.993-17.94 9.6-28.8 9.6-26.51 0-48-21.49-48-48 0-15.65 7.489-29.55 19.079-38.313l0.121-0.087 57.2-42.92-128-96v14.96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bluetooth-slash-bold"]},"attrs":[{}],"properties":{"order":28426,"id":1058,"name":"bluetooth-slash-bold","prevSize":16,"code":59837},"setIdx":3,"setId":3,"iconIdx":189},{"icon":{"paths":["M764.8 665.6l-204.8-153.6 46.44-34.84c11.711-8.85 19.2-22.75 19.2-38.4 0-26.51-21.49-48-48-48-10.86 0-20.878 3.607-28.921 9.687l0.121-0.087-20.84 15.64v-192l20.84 15.64c7.922 5.993 17.94 9.6 28.8 9.6 26.51 0 48-21.49 48-48 0-15.65-7.489-29.55-19.079-38.313l-0.121-0.087-97.64-73.24c-7.922-5.993-17.94-9.6-28.8-9.6-26.51 0-48 21.49-48 48l0 0v288l-179.2-134.4c-7.922-5.993-17.94-9.6-28.8-9.6-26.51 0-48 21.49-48 48 0 15.65 7.489 29.55 19.079 38.313l0.121 0.087 204.8 153.6-204.8 153.6c-11.711 8.85-19.2 22.75-19.2 38.4 0 26.51 21.49 48 48 48 10.86 0 20.878-3.607 28.921-9.687l-0.121 0.087 179.2-134.4v288c0 26.51 21.49 48 48 48 10.86 0 20.878-3.607 28.921-9.687l-0.121 0.087 256-192c11.711-8.85 19.2-22.75 19.2-38.4s-7.489-29.55-19.079-38.313l-0.121-0.087zM528 800v-192l128 96zM961.96 382.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-61.96-62.040-62.040 62.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l62.040-62.080-61.92-62.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 61.92 62.040 62.040-62.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-62.040 62.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bluetooth-x-bold"]},"attrs":[{}],"properties":{"order":28427,"id":1057,"name":"bluetooth-x-bold","prevSize":16,"code":59838},"setIdx":3,"setId":3,"iconIdx":190},{"icon":{"paths":["M889.32 427.36l-41.32-13.8v-189.56c0-44.183-35.817-80-80-80v0h-208v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-208c-44.183 0-80 35.817-80 80v0 189.56l-41.32 13.8c-32.044 10.925-54.68 40.763-54.68 75.887 0 0.040 0 0.079 0 0.119l-0-0.006v137.040c0.012 4.69 0.683 9.219 1.926 13.505l-0.086-0.345c65.36 229 354.72 307.040 412 320.36 5.444 1.321 11.693 2.079 18.12 2.079s12.676-0.758 18.665-2.189l-0.545 0.11c57.32-13.32 346.68-91.36 412-320.36 1.157-3.941 1.828-8.47 1.84-13.153l0-0.007v-137.12c0-0.018 0-0.038 0-0.059 0-35.095-22.598-64.912-54.037-75.693l-0.563-0.168zM272 240h480v141.52l-224.8-75.040c-4.535-1.566-9.762-2.47-15.2-2.47s-10.664 0.904-15.538 2.571l0.338-0.1-224.8 75.040zM848 633.36c-53.84 170.48-293.76 236-336 246.2-42.2-10.28-282.16-75.68-336-246.2v-118.6l288-96v253.24c0 26.51 21.49 48 48 48s48-21.49 48-48v0-253.36l288 96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["boat-bold"]},"attrs":[{}],"properties":{"order":28428,"id":1056,"name":"boat-bold","prevSize":16,"code":59839},"setIdx":3,"setId":3,"iconIdx":191},{"icon":{"paths":["M938.96 233.24c-23.319-27.887-55.614-47.58-92.4-54.64l-1-0.16c-14.793-74.311-79.484-129.539-157.074-129.539-88.366 0-160 71.634-160 160 0 26.66 6.521 51.797 18.054 73.904l-0.42-0.884-264 264.2c-21.222-11.113-46.359-17.634-73.019-17.634-88.366 0-160 71.634-160 160 0 77.59 55.229 142.281 128.519 156.904l1.020 0.17c14.767 74.342 79.473 129.604 157.086 129.604 88.366 0 160-71.634 160-160 0-26.67-6.525-51.815-18.066-73.928l0.42 0.884 264.2-264.24c21.588 11.58 47.23 18.382 74.461 18.382 88.366 0 160-71.634 160-160 0-39.355-14.209-75.391-37.776-103.258l0.194 0.236zM864.4 378.040c-11.79 13.396-28.973 21.804-48.119 21.804-12.62 0-24.386-3.653-34.3-9.958l0.26 0.154c-12.12-7.779-26.911-12.401-42.782-12.401-22.096 0-42.1 8.958-56.578 23.44l-281.6 281.6c-14.468 14.476-23.416 34.469-23.416 56.553 0 15.881 4.627 30.681 12.608 43.126l-0.191-0.319c6.035 9.586 9.615 21.244 9.615 33.738 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-3.437 0.271-6.811 0.793-10.102l-0.047 0.364c0.349-2.176 0.549-4.685 0.549-7.24 0-26.506-21.484-47.994-47.989-48l-0.001-0c-0.061-0-0.134-0-0.207-0-2.539 0-5.031 0.204-7.46 0.596l0.266-0.035c-2.942 0.479-6.334 0.753-9.79 0.753-35.346 0-64-28.654-64-64s28.654-64 64-64c12.516 0 24.192 3.593 34.055 9.803l-0.265-0.156c12.114 7.77 26.897 12.385 42.758 12.385 22.088 0 42.086-8.952 56.562-23.425l281.6-281.6c14.483-14.478 23.441-34.482 23.441-56.578 0-15.871-4.622-30.662-12.592-43.102l0.192 0.32c-6.054-9.597-9.647-21.274-9.647-33.79 0-35.346 28.654-64 64-64s64 28.654 64 64c0 3.456-0.274 6.847-0.801 10.154l0.048-0.365c-0.367 2.229-0.576 4.798-0.576 7.416 0 26.51 21.49 48 48 48 2.618 0 5.187-0.21 7.691-0.613l-0.275 0.037c3.043-0.513 6.55-0.806 10.124-0.806 35.346 0 64 28.654 64 64 0 16.223-6.036 31.036-15.984 42.316l0.060-0.070z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bone-bold"]},"attrs":[{}],"properties":{"order":28429,"id":1055,"name":"bone-bold","prevSize":16,"code":59840},"setIdx":3,"setId":3,"iconIdx":192},{"icon":{"paths":["M832 80h-544c-79.529 0-144 64.471-144 144v0 672c0 26.51 21.49 48 48 48v0h576c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-528v-16c0-26.51 21.49-48 48-48v0h544c26.51 0 48-21.49 48-48v0-608c0-26.51-21.49-48-48-48v0zM784 688h-496c-0.080-0-0.174-0-0.269-0-17.114 0-33.522 3.020-48.721 8.555l0.99-0.315v-472.24c0-26.51 21.49-48 48-48v0h496z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["book-bold"]},"attrs":[{}],"properties":{"order":28430,"id":1054,"name":"book-bold","prevSize":16,"code":59841},"setIdx":3,"setId":3,"iconIdx":193},{"icon":{"paths":["M832 80h-544c-79.529 0-144 64.471-144 144v0 672c0 26.51 21.49 48 48 48v0h576c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-528v-16c0-26.51 21.49-48 48-48v0h544c26.51 0 48-21.49 48-48v0-608c0-26.51-21.49-48-48-48v0zM480 176h160v240l-51.24-38.4c-7.922-5.993-17.94-9.6-28.8-9.6s-20.878 3.607-28.921 9.687l0.121-0.087-51.16 38.4zM784 688h-496c-0.080-0-0.174-0-0.269-0-17.114 0-33.522 3.020-48.721 8.555l0.99-0.315v-472.24c0-26.51 21.49-48 48-48v0h96v336c0 26.51 21.49 48 48 48 10.86 0 20.878-3.607 28.921-9.687l-0.121 0.087 99.2-74.4 99.24 74.4c7.915 5.975 17.917 9.57 28.76 9.57 26.499 0 47.983-21.473 48-47.968l0-0.002v-336h48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["book-bookmark-bold"]},"attrs":[{}],"properties":{"order":28431,"id":1053,"name":"book-bookmark-bold","prevSize":16,"code":59842},"setIdx":3,"setId":3,"iconIdx":194},{"icon":{"paths":["M736 112h-448c-44.183 0-80 35.817-80 80v0 704c-0 0.005-0 0.010-0 0.016 0 26.51 21.49 48 48 48 9.427 0 18.22-2.718 25.637-7.412l-0.197 0.116 230.52-144 230.6 144c7.22 4.578 16.013 7.296 25.44 7.296 26.51 0 48-21.49 48-48 0-0.006-0-0.011-0-0.017l0 0.001v-704c0-44.183-35.817-80-80-80v0zM720 208v409.4l-182.6-114.12c-7.22-4.578-16.013-7.296-25.44-7.296s-18.22 2.718-25.637 7.412l0.197-0.116-182.52 114.12v-409.4zM537.4 695.28c-7.22-4.578-16.013-7.296-25.44-7.296s-18.22 2.718-25.637 7.412l0.197-0.116-182.52 114.12v-78.8l208-130 208 130v78.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bookmark-bold"]},"attrs":[{}],"properties":{"order":28432,"id":1052,"name":"bookmark-bold","prevSize":16,"code":59843},"setIdx":3,"setId":3,"iconIdx":195},{"icon":{"paths":["M768 80h-384c-44.183 0-80 35.817-80 80v0 80h-48c-44.183 0-80 35.817-80 80v0 576c-0 0.001-0 0.003-0 0.005 0 26.51 21.49 48 48 48 11.072 0 21.269-3.749 29.389-10.046l-0.109 0.082 178.72-137.48 178.76 137.48c8.004 6.197 18.186 9.934 29.24 9.934 26.501 0 47.985-21.475 48-47.973l0-0.001v-185.6l82.72 63.64c8.011 6.216 18.208 9.965 29.28 9.965 26.51 0 48-21.49 48-48 0-0.002-0-0.003-0-0.005l0 0v-576c0-44.183-35.817-80-80-80v0zM592 798.52l-130.76-100.56c-8.008-6.207-18.197-9.949-29.26-9.949s-21.252 3.743-29.37 10.031l0.11-0.082-130.72 100.56v-462.52h320zM752 638.52l-64-49.2v-269.32c0-44.183-35.817-80-80-80v0h-208v-64h352z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bookmarks-bold"]},"attrs":[{}],"properties":{"order":28433,"id":1051,"name":"bookmarks-bold","prevSize":16,"code":59844},"setIdx":3,"setId":3,"iconIdx":196},{"icon":{"paths":["M736 112h-448c-44.183 0-80 35.817-80 80v0 704c-0 0.005-0 0.010-0 0.016 0 26.51 21.49 48 48 48 9.427 0 18.22-2.718 25.637-7.412l-0.197 0.116 230.52-144 230.6 144c7.22 4.578 16.013 7.296 25.44 7.296 26.51 0 48-21.49 48-48 0-0.006-0-0.011-0-0.017l0 0.001v-704c0-44.183-35.817-80-80-80v0zM720 809.4l-182.6-114.12c-7.22-4.578-16.013-7.296-25.44-7.296s-18.22 2.718-25.637 7.412l0.197-0.116-182.52 114.12v-601.4h416z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bookmark-simple-bold"]},"attrs":[{}],"properties":{"order":28434,"id":1050,"name":"bookmark-simple-bold","prevSize":16,"code":59845},"setIdx":3,"setId":3,"iconIdx":197},{"icon":{"paths":["M624 224h-384c-44.183 0-80 35.817-80 80v0 608c-0 0.016-0 0.034-0 0.053 0 26.51 21.49 48 48 48 10.511 0 20.233-3.379 28.139-9.109l-0.139 0.096 196-140 196 140c7.767 5.634 17.489 9.013 28 9.013 26.51 0 48-21.49 48-48 0-0.019-0-0.037-0-0.056l0 0.003v-608c0-44.183-35.817-80-80-80v0zM608 818.72l-148-105.8c-7.767-5.634-17.489-9.013-28-9.013s-20.233 3.379-28.139 9.109l0.139-0.096-148 105.8v-498.72h352zM864 144v608c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-592h-400c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h416c44.183 0 80 35.817 80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bookmarks-simple-bold"]},"attrs":[{}],"properties":{"order":28435,"id":1049,"name":"bookmarks-simple-bold","prevSize":16,"code":59846},"setIdx":3,"setId":3,"iconIdx":198},{"icon":{"paths":["M896 176h-256c-0.017-0-0.036-0-0.056-0-50.412 0-95.857 21.262-127.858 55.308l-0.085 0.092c-32.086-34.138-77.532-55.4-127.944-55.4-0.020 0-0.040 0-0.059 0l-255.997-0c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h256c44.183 0 80 35.817 80 80v0c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-44.183 35.817-80 80-80v0h256c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM384 752h-240v-480h240c44.183 0 80 35.817 80 80v0 419.24c-23.201-12.126-50.676-19.24-79.812-19.24-0.066 0-0.132 0-0.198 0l0.010-0zM880 752h-240c-0.032-0-0.071-0-0.109-0-29.172 0-56.675 7.144-80.856 19.779l0.965-0.459v-419.32c0-44.183 35.817-80 80-80v0h240z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["book-open-bold"]},"attrs":[{}],"properties":{"order":28436,"id":1048,"name":"book-open-bold","prevSize":16,"code":59847},"setIdx":3,"setId":3,"iconIdx":199},{"icon":{"paths":["M896 176h-256c-0.017-0-0.036-0-0.056-0-50.412 0-95.857 21.262-127.858 55.308l-0.085 0.092c-32.086-34.138-77.532-55.4-127.944-55.4-0.020 0-0.040 0-0.059 0l-255.997-0c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h256c44.183 0 80 35.817 80 80v0c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-44.183 35.817-80 80-80v0h256c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM384 752h-240v-480h240c44.183 0 80 35.817 80 80v0 419.24c-23.201-12.126-50.676-19.24-79.812-19.24-0.066 0-0.132 0-0.198 0l0.010-0zM880 752h-240c-0.032-0-0.071-0-0.109-0-29.172 0-56.675 7.144-80.856 19.779l0.965-0.459v-419.32c0-44.183 35.817-80 80-80v0h240zM656 384h128c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48s21.49-48 48-48v0zM832 592c0 26.51-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["book-open-text-bold"]},"attrs":[{}],"properties":{"order":28437,"id":1047,"name":"book-open-text-bold","prevSize":16,"code":59848},"setIdx":3,"setId":3,"iconIdx":200},{"icon":{"paths":["M942.28 774.92l-132.76-631.2c-7.827-36.622-39.912-63.687-78.319-63.687-5.923 0-11.695 0.644-17.251 1.865l0.53-0.098-187.24 40.24c-17.779 3.945-32.911 13.412-43.901 26.479l-0.099 0.121c-14.465-22.182-39.159-36.64-67.23-36.64-0.003 0-0.007 0-0.010 0l-191.999-0c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h192c44.183 0 80-35.817 80-80v0-471l102.48 487.28c7.799 36.571 39.786 63.618 78.109 63.72l0.011 0c5.996-0.005 11.836-0.661 17.458-1.899l-0.538 0.099 187.24-40.24c36.422-8.167 63.23-40.225 63.23-78.545 0-5.841-0.623-11.536-1.806-17.024l0.096 0.529zM592.76 354.6l156-33.52 10.12 48-156 33.52zM622.6 496.6l156-33.52 36.64 174.32-156 33.52zM718.84 179.040l10.12 48-156 33.52-10.12-48zM240 352h160v320h-160zM400 208v48h-160v-48zM240 816v-48h160v48zM689.16 812.96l-10.12-48 156-33.52 10.12 48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["books-bold"]},"attrs":[{}],"properties":{"order":28438,"id":1046,"name":"books-bold","prevSize":16,"code":59849},"setIdx":3,"setId":3,"iconIdx":201},{"icon":{"paths":["M768 416h-112v-192c0-44.183-35.817-80-80-80v0h-448c-26.504 0.007-47.988 21.495-47.988 48 0 6.185 1.17 12.097 3.3 17.526l-0.113-0.326c43.52 113.56 33.2 313.44-1.32 433.52-1.191 3.977-1.878 8.548-1.88 13.279l-0 0.001v144c0 44.183 35.817 80 80 80v0h104.44c0.025 0 0.054 0 0.084 0 13.088 0 25.448-3.118 36.377-8.651l-0.46 0.211 46.88-23.56h57.36l47.080 23.56c10.469 5.322 22.828 8.44 35.916 8.44 0.029 0 0.059-0 0.088-0l112.875 0c13.049-0.019 25.365-3.135 36.26-8.651l-0.46 0.211 46.88-23.56h57.36l47.080 23.56c10.435 5.305 22.751 8.421 35.794 8.44l0.006 0h104.44c44.183 0 80-35.817 80-80v0-144c-0.159-132.484-107.516-239.841-239.984-240l-0.016-0zM192 240h368v176h-96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h304c62.294 0.090 115.325 39.644 135.441 94.996l0.319 1.004h-714.92c22.16-111.68 28.080-254.36 3.16-368zM912 784h-84.68l-47.080-23.56c-10.435-5.305-22.751-8.421-35.794-8.44l-0.006-0h-64.88c-13.049 0.019-25.365 3.135-36.26 8.651l0.46-0.211-47.080 23.56h-105.36l-47.080-23.56c-10.469-5.322-22.828-8.44-35.916-8.44-0.029 0-0.059 0-0.088 0l-64.675-0c-0.025-0-0.054-0-0.084-0-13.088 0-25.448 3.118-36.377 8.651l0.46-0.211-46.88 23.56h-84.68v-80h736z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["boot-bold"]},"attrs":[{}],"properties":{"order":28439,"id":1045,"name":"boot-bold","prevSize":16,"code":59850},"setIdx":3,"setId":3,"iconIdx":202},{"icon":{"paths":["M832 400c44.183 0 80-35.817 80-80v0-128c0-44.183-35.817-80-80-80v0h-128c-44.183 0-80 35.817-80 80v0 16h-224v-16c0-44.183-35.817-80-80-80v0h-128c-44.183 0-80 35.817-80 80v0 128c0 44.183 35.817 80 80 80v0h16v224h-16c-44.183 0-80 35.817-80 80v0 128c0 44.183 35.817 80 80 80v0h128c44.183 0 80-35.817 80-80v0-16h224v16c0 44.183 35.817 80 80 80v0h128c44.183 0 80-35.817 80-80v0-128c0-44.183-35.817-80-80-80v0h-16v-224zM720 208h96v96h-96zM208 208h96v96h-96zM304 816h-96v-96h96zM816 816h-96v-96h96zM720 624h-16c-44.183 0-80 35.817-80 80v0 16h-224v-16c0-44.183-35.817-80-80-80v0h-16v-224h16c44.183 0 80-35.817 80-80v0-16h224v16c0 44.183 35.817 80 80 80v0h16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bounding-box-bold"]},"attrs":[{}],"properties":{"order":28440,"id":1044,"name":"bounding-box-bold","prevSize":16,"code":59851},"setIdx":3,"setId":3,"iconIdx":203},{"icon":{"paths":["M896 400h-19.12c-24.481-181.625-178.5-320.182-364.88-320.182s-340.399 138.557-364.67 318.285l-0.21 1.896h-19.12c-26.51 0-48 21.49-48 48v0c0.312 162.228 89.683 303.511 221.813 377.594l2.187 1.126v5.28c0 44.183 35.817 80 80 80v0h256c44.183 0 80-35.817 80-80v0-5.28c134.317-75.208 223.688-216.491 224-378.676l0-0.044c0-26.51-21.49-48-48-48v0zM681.16 240.24c-74.066 33.829-133.432 89.122-171.441 157.868l-0.959 1.892h-84.76c43.98-94.998 138.398-159.765 247.969-160l0.031-0c3.040 0 6.080 0 9.16 0.24zM750.040 316.56c13.606 24.089 23.919 52.084 29.386 81.777l0.254 1.663h-155.16c32.6-38.298 75.117-67.23 123.598-82.903l1.922-0.537zM512 176c3.32 0 6.6 0 9.92 0.24-95.172 43.387-167.379 123.2-199.695 221.151l-0.745 2.609h-77.16c23.748-128.074 134.506-223.805 267.659-224l0.021-0zM652 753.56c-16.661 7.77-28 24.378-28 43.635 0 0.002 0 0.004 0 0.005l-0-0v18.8h-224v-18.8c0-0.002 0-0.003 0-0.005 0-19.257-11.339-35.865-27.705-43.511l-0.295-0.124c-102.099-47.883-175.277-142.596-192.29-255.702l-0.23-1.858h665.040c-17.243 114.964-90.421 209.677-190.458 256.689l-2.062 0.871z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bowl-food-bold"]},"attrs":[{}],"properties":{"order":28441,"id":1043,"name":"bowl-food-bold","prevSize":16,"code":59852},"setIdx":3,"setId":3,"iconIdx":204},{"icon":{"paths":["M360.48 185.76l-207.6 326.24 207.6 326.24c5.159 7.538 8.239 16.854 8.239 26.889 0 26.51-21.49 48-48 48-17.416 0-32.666-9.275-41.078-23.156l-0.12-0.214-224-352c-4.703-7.292-7.498-16.2-7.498-25.76s2.795-18.468 7.612-25.95l-0.114 0.19 224-352c8.751-12.811 23.287-21.111 39.761-21.111 26.51 0 48 21.49 48 48 0 9.094-2.529 17.597-6.922 24.844l0.12-0.214zM968.48 486.24l-224-352c-8.533-14.094-23.783-23.369-41.199-23.369-26.51 0-48 21.49-48 48 0 10.035 3.080 19.351 8.345 27.054l-0.106-0.165 207.6 326.24-207.6 326.24c-5.159 7.538-8.239 16.854-8.239 26.889 0 26.51 21.49 48 48 48 17.416 0 32.666-9.275 41.078-23.156l0.12-0.214 224-352c4.703-7.292 7.498-16.2 7.498-25.76s-2.795-18.468-7.612-25.95l0.114 0.19z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brackets-angle-bold"]},"attrs":[{}],"properties":{"order":28442,"id":1042,"name":"brackets-angle-bold","prevSize":16,"code":59853},"setIdx":3,"setId":3,"iconIdx":205},{"icon":{"paths":["M219.2 477.96c-6.327 13.033-14.008 24.242-23.093 34.143l0.093-0.103c8.992 9.798 16.673 21.007 22.634 33.211l0.366 0.829c20.8 42.92 20.8 93.28 20.8 141.96 0 103.76 7.36 128 80 128 26.51 0 48 21.49 48 48s-21.49 48-48 48v0c-76.56 0-128.8-27.6-155.2-82.040-20.8-42.92-20.8-93.28-20.8-141.96 0-103.76-7.36-128-80-128-26.51 0-48-21.49-48-48s21.49-48 48-48v0c72.64 0 80-24.24 80-128 0-48.68 0-99.040 20.8-141.96 26.4-54.44 78.64-82.040 155.2-82.040 26.51 0 48 21.49 48 48s-21.49 48-48 48v0c-72.64 0-80 24.24-80 128 0 48.68 0 99.040-20.8 141.96zM960 464c-72.64 0-80-24.24-80-128 0-48.68 0-99.040-20.8-141.96-26.4-54.44-78.64-82.040-155.2-82.040-26.51 0-48 21.49-48 48s21.49 48 48 48v0c72.64 0 80 24.24 80 128 0 48.68 0 99.040 20.8 141.96 6.387 13.035 14.132 24.244 23.284 34.132l-0.084-0.092c-8.992 9.798-16.673 21.007-22.634 33.211l-0.366 0.829c-21 42.92-21 93.28-21 141.96 0 103.76-7.36 128-80 128-26.51 0-48 21.49-48 48s21.49 48 48 48v0c76.56 0 128.8-27.6 155.2-82.040 20.8-42.92 20.8-93.28 20.8-141.96 0-103.76 7.36-128 80-128 26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brackets-curly-bold"]},"attrs":[{}],"properties":{"order":28443,"id":1041,"name":"brackets-curly-bold","prevSize":16,"code":59854},"setIdx":3,"setId":3,"iconIdx":206},{"icon":{"paths":["M329.32 888.76c-8.542 14.050-23.768 23.292-41.152 23.292-9.183 0-17.763-2.579-25.057-7.051l0.209 0.119c-7.32-4.48-183.32-113.12-183.32-393.12s176-388.64 183.32-393.12c6.787-3.9 14.923-6.2 23.596-6.2 26.51 0 48 21.49 48 48 0 16.831-8.663 31.639-21.773 40.208l-0.184 0.113c-6.12 3.84-136.96 88.24-136.96 311s131.4 307.52 137 311c13.974 8.558 23.156 23.742 23.156 41.071 0 9.118-2.542 17.642-6.956 24.902l0.12-0.213zM760.68 118.88c-7.283-4.686-16.175-7.471-25.717-7.471-26.51 0-48 21.49-48 48 0 17.688 9.568 33.142 23.81 41.468l0.227 0.123c5.6 3.48 137 87.76 137 311s-131.4 307.52-136.68 310.8c-14.484 8.445-24.064 23.907-24.064 41.606 0 26.51 21.49 48 48 48 9.421 0 18.207-2.714 25.621-7.402l-0.197 0.116c7.32-4.48 183.32-113.12 183.32-393.12s-176-388.64-183.32-393.12z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brackets-round-bold"]},"attrs":[{}],"properties":{"order":28444,"id":1040,"name":"brackets-round-bold","prevSize":16,"code":59855},"setIdx":3,"setId":3,"iconIdx":207},{"icon":{"paths":["M208 208v608h112c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-160c-26.51 0-48-21.49-48-48v0-704c0-26.51 21.49-48 48-48v0h160c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM864 112h-160c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h112v608h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c26.51 0 48-21.49 48-48v0-704c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brackets-square-bold"]},"attrs":[{}],"properties":{"order":28445,"id":1039,"name":"brackets-square-bold","prevSize":16,"code":59856},"setIdx":3,"setId":3,"iconIdx":208},{"icon":{"paths":["M1008 496c-0.111-91.564-51.361-171.133-126.719-211.69l-1.281-0.63c-2.471-112.963-94.629-203.59-207.953-203.59-64.209 0-121.622 29.094-159.777 74.818l-0.27 0.332c-38.424-46.056-95.838-75.15-160.047-75.15-113.325 0-205.482 90.628-207.949 203.36l-0.004 0.23c-76.724 41.081-128.030 120.689-128.030 212.28s51.306 171.199 126.746 211.651l1.284 0.629c2.428 112.997 94.603 203.668 207.955 203.668 64.208 0 121.621-29.093 159.776-74.816l0.27-0.332c38.424 46.055 95.837 75.148 160.045 75.148 113.352 0 205.527-90.672 207.951-203.442l0.004-0.226c76.67-41.115 127.943-120.683 128-212.232l0-0.008zM352 816c-50.543-0.007-93.263-33.491-107.193-79.487l-0.207-0.793c4 0 7.56 0.28 11.4 0.28h32c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-32c-0.030 0-0.065 0-0.101 0-79.529 0-144-64.471-144-144 0-62.361 39.64-115.463 95.097-135.484l1.003-0.316c18.803-6.788 32-24.48 32-45.255 0-0.009-0-0.018-0-0.027l0 0.001v-26.92c0-61.856 50.144-112 112-112s112 50.144 112 112v0 240.6c-14.268-9.217-30.694-17.050-48.116-22.666l-1.484-0.414c-4.305-1.402-9.258-2.21-14.4-2.21-26.515 0-48.010 21.495-48.010 48.010 0 21.373 13.966 39.485 33.271 45.705l0.34 0.095c45.887 14.697 78.524 56.977 78.524 106.88 0 61.856-50.144 112-112 112-0.044 0-0.087-0-0.131-0l0.007 0zM768 640h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h32c4 0 7.6 0 11.4-0.28-14.148 46.778-56.868 80.251-107.406 80.251-61.856 0-112-50.144-112-112 0-49.963 32.715-92.284 77.893-106.712l0.793-0.219c19.715-6.272 33.747-24.417 33.747-45.84 0-26.513-21.493-48.007-48.007-48.007-5.091 0-9.996 0.792-14.6 2.26l0.34-0.094c-19.111 6.009-35.73 13.902-50.98 23.735l0.82-0.495v-240.6c0-61.856 50.144-112 112-112s112 50.144 112 112v0 26.92c-0 0.007-0 0.016-0 0.025 0 20.774 13.197 38.466 31.666 45.149l0.334 0.106c56.763 20.174 96.676 73.427 96.676 136.002 0 79.529-64.471 144-144 144-0.238 0-0.475-0.001-0.712-0.002l0.037 0zM832 464c0 26.51-21.49 48-48 48v0c-88.366 0-160-71.634-160-160v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16c0 35.346 28.654 64 64 64v0c26.51 0 48 21.49 48 48v0zM240 512c-26.51 0-48-21.49-48-48s21.49-48 48-48v0c35.346 0 64-28.654 64-64v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16c0 88.366-71.634 160-160 160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brain-bold"]},"attrs":[{}],"properties":{"order":28446,"id":1038,"name":"brain-bold","prevSize":16,"code":59857},"setIdx":3,"setId":3,"iconIdx":209},{"icon":{"paths":["M912 352v0c0-0.147 0-0.32 0-0.494 0-80.977-24.152-156.314-65.646-219.199l0.925 1.493c-8.656-13.145-23.318-21.721-39.988-21.8l-0.012-0h-590.36c-16.682 0.079-31.344 8.655-39.888 21.62l-0.112 0.18c-40.691 61.459-64.92 136.906-64.92 218.012 0 0.066 0 0.132 0 0.198l-0-0.010c0.274 203.897 152.834 372.077 350.027 396.917l1.973 0.203v98.88h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h320c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-112v-98.88c199.166-25.042 351.726-193.223 352-397.091l0-0.029zM244.2 208h535.8c15.269 27.756 26.595 60.042 32.166 94.261l0.234 1.739h-600.4c5.737-35.946 16.998-68.238 32.989-97.582l-0.789 1.582zM512.2 656c-150.793-0.305-275.834-110.179-299.757-254.225l-0.243-1.775h599.8c-24.166 145.821-149.206 255.695-299.967 256l-0.033 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brandy-bold"]},"attrs":[{}],"properties":{"order":28447,"id":1037,"name":"brandy-bold","prevSize":16,"code":59858},"setIdx":3,"setId":3,"iconIdx":210},{"icon":{"paths":["M928 624h-112v-178.040c26.496 24.819 57.641 45.069 91.932 59.257l2.028 0.743c5.326 2.216 11.513 3.503 18 3.503 26.511 0 48.003-21.491 48.003-48.003 0-20.024-12.26-37.184-29.684-44.383l-0.319-0.117c-76.829-31.478-129.961-105.681-129.961-192.292 0-0.235 0-0.469 0.001-0.704l-0 0.036c0-26.51-21.49-48-48-48s-48 21.49-48 48v0c0 114.875-93.125 208-208 208s-208-93.125-208-208v0c0-26.51-21.49-48-48-48s-48 21.49-48 48v0c0.001 0.17 0.001 0.371 0.001 0.572 0 86.627-53.151 160.84-128.62 191.807l-1.381 0.502c-17.742 7.316-30.003 24.476-30.003 44.5 0 26.511 21.491 48.003 48.003 48.003 6.487 0 12.674-1.287 18.319-3.619l-0.319 0.117c36.319-14.931 67.464-35.181 94.129-60.157l-0.169 0.157v178.12h-111.96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h112v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h416v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM560 524.2v99.8h-96v-99.8c14.429 2.418 31.053 3.8 48 3.8s33.571-1.382 49.766-4.039l-1.766 0.239zM304 445.52c18.621 17.513 39.634 32.826 62.412 45.322l1.588 0.798v132.36h-64zM656 624v-132.36c24.366-13.294 45.379-28.607 64.159-46.268l-0.159 0.148v178.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bridge-bold"]},"attrs":[{}],"properties":{"order":28448,"id":1036,"name":"bridge-bold","prevSize":16,"code":59859},"setIdx":3,"setId":3,"iconIdx":211},{"icon":{"paths":["M400 400c0-26.51 21.49-48 48-48v0h128c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48v0zM944 272v512c0 44.183-35.817 80-80 80v0h-704c-44.183 0-80-35.817-80-80v0-512c0-44.183 35.817-80 80-80v0h144v-32c0-61.856 50.144-112 112-112v0h192c61.856 0 112 50.144 112 112v0 32h144c44.183 0 80 35.817 80 80v0zM400 192h224v-32c0-8.837-7.163-16-16-16v0h-192c-8.837 0-16 7.163-16 16v0zM176 288v140.92c97.334 52.332 212.985 83.080 335.817 83.080 0.065 0 0.129-0 0.194-0l-0.010 0c0.049 0 0.108 0 0.167 0 122.842 0 238.498-30.764 339.686-85.007l-3.853 1.887v-140.88zM848 768v-232.24c-98.699 45.628-214.195 72.24-335.906 72.24-0.033 0-0.066-0-0.099-0l0.006 0c-0.043 0-0.094 0-0.145 0-121.694 0-237.172-26.612-340.933-74.334l5.078 2.094v232.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["briefcase-bold"]},"attrs":[{}],"properties":{"order":28449,"id":1035,"name":"briefcase-bold","prevSize":16,"code":59860},"setIdx":3,"setId":3,"iconIdx":212},{"icon":{"paths":["M864 208h-144v-48c0-61.856-50.144-112-112-112v0h-192c-61.856 0-112 50.144-112 112v0 48h-144c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM176 464h672v160h-672zM400 160c0-8.837 7.163-16 16-16v0h192c8.837 0 16 7.163 16 16v0 48h-224zM848 304v64h-672v-64zM176 784v-64h672v64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["briefcase-metal-bold"]},"attrs":[{}],"properties":{"order":28450,"id":1034,"name":"briefcase-metal-bold","prevSize":16,"code":59861},"setIdx":3,"setId":3,"iconIdx":213},{"icon":{"paths":["M512 336c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM512 592c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM821.56 642.8c-15.367 35.827-35.242 66.628-59.394 93.51l0.274-0.31c-8.828 9.84-21.584 16.002-35.78 16.002-26.511 0-48.002-21.491-48.002-48.002 0-12.315 4.638-23.547 12.262-32.045l-0.040 0.045c37.989-42.236 61.224-98.405 61.224-160s-23.235-117.763-61.417-160.219l0.193 0.219c-7.585-8.453-12.222-19.685-12.222-32 0-26.511 21.491-48.002 48.002-48.002 14.196 0 26.952 6.162 35.74 15.957l0.040 0.045c53.094 59.206 85.557 137.864 85.557 224.103 0 47.196-9.723 92.121-27.274 132.881l0.837-2.184zM333.12 672c7.585 8.453 12.222 19.685 12.222 32 0 26.511-21.491 48.002-48.002 48.002-14.196 0-26.952-6.162-35.74-15.957l-0.040-0.045c-53.143-59.148-85.642-137.779-85.642-224s32.499-164.851 85.916-224.309l-0.273 0.309c8.828-9.84 21.584-16.002 35.78-16.002 26.511 0 48.002 21.491 48.002 48.002 0 12.315-4.638 23.547-12.262 32.045l0.040-0.045c-37.989 42.236-61.224 98.405-61.224 160s23.235 117.763 61.417 160.219l-0.193-0.219zM1008 512c0 0.175 0 0.383 0 0.591 0 134.999-54.094 257.363-141.79 346.6l0.069-0.071c-8.806 9.599-21.408 15.594-35.41 15.594-26.51 0-48-21.49-48-48 0-13.644 5.692-25.958 14.832-34.697l0.018-0.017c70.817-72.041 114.535-170.915 114.535-280s-43.719-207.959-114.591-280.056l0.055 0.056c-8.484-8.651-13.721-20.514-13.721-33.6 0-26.51 21.491-48.001 48.001-48.001 13.424 0 25.561 5.511 34.272 14.393l0.008 0.008c87.626 89.166 141.72 211.53 141.72 346.529 0 0.236-0 0.472-0 0.707l0-0.036zM226.28 792c8.484 8.651 13.721 20.514 13.721 33.6 0 26.51-21.491 48.001-48.001 48.001-13.424 0-25.561-5.511-34.272-14.393l-0.008-0.008c-87.729-89.339-141.883-211.905-141.883-347.12s54.154-257.782 141.956-347.195l-0.073 0.075c8.542-7.954 20.037-12.835 32.672-12.835 26.51 0 48 21.49 48 48 0 12.257-4.594 23.44-12.154 31.923l0.042-0.048c-70.817 72.041-114.535 170.915-114.535 280s43.719 207.959 114.591 280.056l-0.055-0.056z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["broadcast-bold"]},"attrs":[{}],"properties":{"order":28451,"id":1033,"name":"broadcast-bold","prevSize":16,"code":59862},"setIdx":3,"setId":3,"iconIdx":214},{"icon":{"paths":["M948.96 852.84c-84.48-40.84-132.96-130.28-132.96-244.84v-69.080c0-0.050 0-0.109 0-0.169 0-33.509-20.664-62.192-49.944-74l-0.536-0.191-99.44-39.24c-5.96-2.417-10.087-8.16-10.087-14.867 0-2.046 0.384-4.003 1.084-5.802l-0.037 0.109 85.32-212c6.114-14.424 9.668-31.197 9.668-48.801 0-54.656-34.256-101.31-82.469-119.665l-0.879-0.294c-13.195-5.008-28.451-7.907-44.385-7.907-53.755 0-99.802 33.002-118.985 79.85l-0.311 0.857-0.28 0.72-84 212.36c-1.583 3.989-4.628 7.112-8.458 8.761l-0.102 0.039c-1.85 0.838-4.012 1.327-6.287 1.327-2.057 0-4.020-0.399-5.817-1.124l0.105 0.037-101.76-41.2c-8.839-3.683-19.107-5.822-29.874-5.822-22.365 0-42.574 9.228-57.028 24.084l-0.018 0.018c-87.24 89.72-131.48 194.72-131.48 312-0.001 0.254-0.001 0.555-0.001 0.855 0 124.467 49.237 237.434 129.296 320.486l-0.135-0.141c8.752 9.128 21.047 14.8 34.667 14.8 0.061 0 0.122-0 0.183-0l-0.009 0h684c26.49-0.026 47.955-21.506 47.955-48 0-18.866-10.884-35.189-26.715-43.035l-0.28-0.126zM272.76 370.92l91.48 37.080c12.322 5.075 26.628 8.021 41.621 8.021 47.015 0 87.263-28.968 103.871-70.029l0.268-0.751 83.8-212c5.044-12.361 16.972-20.914 30.897-20.914 3.727 0 7.311 0.613 10.657 1.743l-0.235-0.069c12.299 4.649 20.887 16.326 20.887 30.008 0 4.428-0.899 8.646-2.526 12.482l0.079-0.21c-0.003 0.066-0.005 0.143-0.005 0.22s0.002 0.154 0.006 0.231l-0-0.011-85.56 212.44c-4.946 12.191-7.816 26.332-7.816 41.143 0 46.958 28.847 87.178 69.786 103.906l0.749 0.271 89.28 35.32v58.2c0 4 0 8.28 0.2 12.4l-489.76-196c13.366-20.012 27.287-37.478 42.521-53.696l-0.201 0.216zM466.96 848c-41.862-41.787-72.718-94.585-87.856-153.68l-0.504-2.32c-5.52-20.881-24.242-36.023-46.5-36.023-26.523 0-48.023 21.501-48.023 48.023 0 4.264 0.556 8.399 1.599 12.335l-0.076-0.335c13.001 50.124 32.895 94.112 58.985 133.653l-1.025-1.653h-78.56c-55.301-63.774-89.001-147.585-89.001-239.267 0-0.258 0-0.515 0.001-0.773l-0 0.040c-0.003-0.494-0.004-1.078-0.004-1.663 0-33.782 4.985-66.399 14.26-97.156l-0.616 2.379 546.68 218.64c12.643 45.079 32.658 84.377 58.927 118.625l-0.607-0.825z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["broom-bold"]},"attrs":[{}],"properties":{"order":28452,"id":1032,"name":"broom-bold","prevSize":16,"code":59863},"setIdx":3,"setId":3,"iconIdx":215},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM848 240v96h-672v-96zM176 784v-352h672v352z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["browser-bold"]},"attrs":[{}],"properties":{"order":28453,"id":1031,"name":"browser-bold","prevSize":16,"code":59864},"setIdx":3,"setId":3,"iconIdx":216},{"icon":{"paths":["M880 128h-576c-44.183 0-80 35.817-80 80v0 80h-80c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-80h80c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM704 384v64h-544v-64zM704 800h-544v-256h544zM864 640h-64v-272c0-44.183-35.817-80-80-80v0h-400v-64h544z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["browsers-bold"]},"attrs":[{}],"properties":{"order":28454,"id":1030,"name":"browsers-bold","prevSize":16,"code":59865},"setIdx":3,"setId":3,"iconIdx":217},{"icon":{"paths":["M896 608c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-48v-64h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-54.2c-11.909-59.922-38.336-112.337-75.476-155.22l0.356 0.42 67.28-67.24c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-72 72c-51.423-33.802-114.462-53.919-182.2-53.919s-130.777 20.116-183.469 54.701l1.269-0.782-72-72c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 67.76 67.24c-36.784 42.463-63.211 94.878-74.764 152.663l-0.356 2.137h-54.2c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v64h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48c0.005 22.645 2.262 44.76 6.559 66.138l-0.359-2.138h-54.2c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h88.6c58.046 105.552 168.509 175.891 295.4 175.891s237.354-70.34 294.523-174.154l0.877-1.737h88.6c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-54.2c3.938-19.24 6.195-41.355 6.2-63.996l0-0.004zM512 176c109.711 0.157 202.183 73.781 230.866 174.304l0.414 1.696h-462.56c29.097-102.219 121.569-175.843 231.262-176l0.018-0zM560 843.16v-283.16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 283.16c-110.26-23.24-191.859-119.65-192-235.144l-0-0.016v-160h480v160c-0.141 115.51-81.74 211.92-190.431 234.883l-1.569 0.277z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bug-beetle-bold"]},"attrs":[{}],"properties":{"order":28455,"id":1029,"name":"bug-beetle-bold","prevSize":16,"code":59866},"setIdx":3,"setId":3,"iconIdx":218},{"icon":{"paths":["M560 352c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM400 288c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM880 576c0 0.048 0 0.105 0 0.162 0 29.219-3.411 57.642-9.857 84.891l0.497-2.493 76.6 33.44c17.086 7.608 28.783 24.438 28.783 44 0 26.522-21.5 48.023-48.023 48.023-6.96 0-13.574-1.481-19.545-4.144l0.305 0.122-72-31.4c-63.168 117.040-184.913 195.226-324.92 195.226s-261.753-78.186-323.957-193.277l-0.963-1.949-72 31.4c-5.666 2.542-12.28 4.023-19.24 4.023-26.522 0-48.023-21.5-48.023-48.023 0-19.562 11.697-36.392 28.478-43.878l0.305-0.122 76.6-33.44c-5.748-24.342-9.043-52.291-9.043-81.009 0-0.545 0.001-1.090 0.004-1.635l-0 0.084v-16h-80c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h80v-16c-0-0.048-0-0.105-0-0.162 0-29.219 3.411-57.642 9.857-84.891l-0.497 2.493-76.6-33.44c-17.086-7.608-28.783-24.438-28.783-44 0-26.522 21.5-48.023 48.023-48.023 6.96 0 13.574 1.481 19.545 4.144l-0.305-0.122 72 31.4c63.168-117.040 184.913-195.226 324.92-195.226s261.753 78.186 323.957 193.277l0.963 1.949 72-31.4c5.666-2.542 12.28-4.023 19.24-4.023 26.522 0 48.023 21.5 48.023 48.023 0 19.562-11.697 36.392-28.478 43.878l-0.305 0.122-76.6 33.44c5.748 24.342 9.043 52.291 9.043 81.009 0 0.545-0.001 1.090-0.004 1.635l0-0.084v16h80c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-80zM240 464h544v-16c0-150.221-121.779-272-272-272s-272 121.779-272 272v0zM464 843.68v-283.68h-224v16c0.195 133.174 95.926 243.932 222.318 267.42l1.682 0.26zM784 576v-16h-224v283.68c128.074-23.748 223.805-134.506 224-267.659l0-0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bug-bold"]},"attrs":[{}],"properties":{"order":28456,"id":1028,"name":"bug-bold","prevSize":16,"code":59867},"setIdx":3,"setId":3,"iconIdx":219},{"icon":{"paths":["M789.4 174.48l44.56-44.52c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0-48.6 48.8c-57.601-39.305-128.741-62.761-205.36-62.761s-147.759 23.456-206.631 63.579l1.271-0.818-48.68-48.72c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 44.64 44.44c-56.268 64.074-90.6 148.619-90.6 241.182 0 0.119 0 0.237 0 0.356l-0-0.018v160c0 203.241 164.759 368 368 368s368-164.759 368-368v0-160c0-0.1 0-0.219 0-0.338 0-92.564-34.332-177.109-90.956-241.596l0.356 0.414zM784 416v16h-544v-16c0-150.221 121.779-272 272-272s272 121.779 272 272v0zM512 848c-150.157-0.159-271.841-121.843-272-271.985l-0-0.015v-48h544v48c-0.159 150.157-121.843 271.841-271.985 272l-0.015 0zM560 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM336 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bug-droid-bold"]},"attrs":[{}],"properties":{"order":28457,"id":1027,"name":"bug-droid-bold","prevSize":16,"code":59868},"setIdx":3,"setId":3,"iconIdx":220},{"icon":{"paths":["M960 816h-48v-432c0-44.183-35.817-80-80-80v0h-144v-176c-0.017-44.17-35.827-79.971-80-79.971-12.269 0-23.894 2.762-34.285 7.698l0.485-0.207-416 194.16c-27.478 13.094-46.142 40.62-46.2 72.512l-0 0.008v493.8h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h896c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM816 400v416h-128v-416zM208 332.36l384-179.16v662.8h-384zM528 448v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM368 448v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM368 656v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM528 656v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["buildings-bold"]},"attrs":[{}],"properties":{"order":28458,"id":1026,"name":"buildings-bold","prevSize":16,"code":59869},"setIdx":3,"setId":3,"iconIdx":221},{"icon":{"paths":["M736 112h-448c-79.529 0-144 64.471-144 144v0 576c0 44.183 35.817 80 80 80v0h112c44.183 0 80-35.817 80-80v0-64h192v64c0 44.183 35.817 80 80 80v0h112c44.183 0 80-35.817 80-80v0-576c0-79.529-64.471-144-144-144v0zM240 672v-224h544v224zM288 208h448c26.51 0 48 21.49 48 48v0 96h-544v-96c0-26.51 21.49-48 48-48v0zM320 816h-80v-48h80zM704 816v-48h80v48zM432 560c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM720 560c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM1024 320v96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-96c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM96 320v96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-96c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bus-bold"]},"attrs":[{}],"properties":{"order":28459,"id":1025,"name":"bus-bold","prevSize":16,"code":59870},"setIdx":3,"setId":3,"iconIdx":222},{"icon":{"paths":["M943.16 192c-17.080-21.92-49.6-48-107.52-48-71.44 0-162 46.8-242.28 125.2-12 11.56-22.96 23.4-33.36 35.36v-80.56c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 80.56c-10.4-12-21.52-24-33.36-35.36-80.28-78.4-170.64-125.2-242.28-125.2-57.92 0-90.44 26.16-107.52 48-52.84 68-32.84 183.64-3.72 298.64 23 90.56 71.2 132 115.52 150.76-10.466 22.979-16.566 49.838-16.566 78.121 0 106.109 85.861 192.164 191.896 192.479l0.030 0c0.039 0 0.086 0 0.133 0 57.231 0 108.598-25.108 143.686-64.911l0.181-0.209c35.353 39.948 86.75 65.004 144 65.004 105.998 0 191.934-85.895 192-191.878l0-0.006c0-0.048 0-0.106 0-0.163 0-28.39-6.097-55.357-17.054-79.661l0.493 1.224c44.32-18.68 92.52-60 115.52-150.76 29.040-115 49.040-230.64-3.8-298.64zM368 816c-53.019 0-96-42.981-96-96v0c0.206-49.349 37.064-90.027 84.75-96.228l0.49-0.052c24.146-2.749 42.731-23.064 42.731-47.72 0-26.516-21.495-48.011-48.011-48.011-1.86 0-3.696 0.106-5.501 0.312l0.221-0.020c-32.459 3.691-61.694 15.022-86.649 32.14l0.649-0.42c-32.76-1.16-72-19.68-90.52-92.96-29.64-116.72-34.2-189.4-13.56-216 2.36-3.040 8.6-11.040 31.76-11.040 44.84 0 115.28 39.32 175.24 97.88 61 59.6 100.4 127.44 100.4 172.8v209.32c0 53.019-42.981 96-96 96v0zM853.8 467c-18.56 73.28-57.8 91.8-90.52 93-24.315-16.703-53.569-28.024-85.17-31.6l-0.87-0.080c-1.584-0.185-3.42-0.291-5.28-0.291-26.516 0-48.011 21.495-48.011 48.011 0 24.656 18.585 44.971 42.511 47.7l0.221 0.020c48.196 6.215 85.088 46.884 85.32 96.216l0 0.024c0 53.019-42.981 96-96 96s-96-42.981-96-96v0-209.32c0-45.36 39.4-113.2 100.4-172.8 59.96-58.56 130.4-97.88 175.24-97.88 23.16 0 29.4 8 31.76 11.040 20.6 26.56 16.080 99.24-13.56 215.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["butterfly-bold"]},"attrs":[{}],"properties":{"order":28460,"id":1024,"name":"butterfly-bold","prevSize":16,"code":59871},"setIdx":3,"setId":3,"iconIdx":223},{"icon":{"paths":["M864 816h-176v-64c158.985-0.182 287.818-129.015 288-287.983l0-0.017c0-70.692-57.308-128-128-128s-128 57.308-128 128v0c0 17.673-14.327 32-32 32v0-272c0-97.202-78.798-176-176-176s-176 78.798-176 176v0 112c-17.673 0-32-14.327-32-32v0c0-70.692-57.308-128-128-128s-128 57.308-128 128v0c0.182 158.985 129.015 287.818 287.983 288l0.017 0v224h-176c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM384 496h-48c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 70.692 57.308 128 128 128v0h48c26.51 0 48-21.49 48-48v0-160c0-44.183 35.817-80 80-80s80 35.817 80 80v0 320c0 26.51 21.49 48 48 48v0h48c70.692 0 128-57.308 128-128v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c-0.114 105.993-86.007 191.886-191.989 192l-48.011 0c-26.51 0-48 21.49-48 48v0 112h-160v-272c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cactus-bold"]},"attrs":[{}],"properties":{"order":28461,"id":1023,"name":"cactus-bold","prevSize":16,"code":59872},"setIdx":3,"setId":3,"iconIdx":224},{"icon":{"paths":["M944 448c0-61.856-50.144-112-112-112v0h-272v-8.24c56.356-20.435 95.91-73.466 96-135.749l0-0.011c0-124.24-117.52-184.44-122.52-186.92-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126c-5 2.48-122.52 62.68-122.52 186.92 0.090 62.294 39.644 115.325 94.996 135.441l1.004 0.319v8.24h-272c-61.856 0-112 50.144-112 112v0 93.32c0.025 38.156 11.998 73.511 32.38 102.531l-0.38-0.571v156.72c0 61.856 50.144 112 112 112v0h576c61.856 0 112-50.144 112-112v0-156.72c20.002-28.449 31.975-63.804 32-101.954l0-0.006zM496 119.72c4.931-4.993 10.15-9.666 15.643-14.008l0.357-0.272c5.854 4.6 11.074 9.274 15.978 14.258l0.022 0.022c21.32 22.080 32 46.4 32 72.28 0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0-25.88 10.84-50.2 32-72.28zM176 448c0-8.837 7.163-16 16-16v0h640c8.837 0 16 7.163 16 16v0 93.32c0 44.4-34.88 81.48-77.72 82.64-0.679 0.021-1.478 0.032-2.28 0.032-44.18 0-79.996-35.813-80-79.992l-0-0c0-26.51-21.49-48-48-48s-48 21.49-48 48v0c0 44.183-35.817 80-80 80s-80-35.817-80-80v0c0-26.51-21.49-48-48-48s-48 21.49-48 48v0c0 0.010 0 0.021 0 0.032 0 44.183-35.817 80-80 80-0.802 0-1.601-0.012-2.397-0.035l0.117 0.003c-42.84-1.2-77.72-38.28-77.72-82.68zM800 816h-576c-8.837 0-16-7.163-16-16v0-86.84c12.796 3.906 27.558 6.373 42.825 6.834l0.255 0.006c1.621 0.054 3.526 0.085 5.438 0.085 47.583 0 90.723-19.021 122.232-49.874l-0.030 0.030c1.84-1.76 3.6-3.6 5.32-5.4 32.162 34.025 77.608 55.203 128 55.203s95.838-21.178 127.922-55.119l0.078-0.083c1.72 1.8 3.48 3.64 5.32 5.4 31.457 30.773 74.553 49.761 122.083 49.761 0.196 0 0.391-0 0.587-0.001l-0.030 0h5c15.496-0.475 30.23-2.941 44.208-7.153l-1.208 0.313v86.84c0 8.837-7.163 16-16 16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cake-bold"]},"attrs":[{}],"properties":{"order":28462,"id":1022,"name":"cake-bold","prevSize":16,"code":59873},"setIdx":3,"setId":3,"iconIdx":225},{"icon":{"paths":["M800 80h-576c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-704c0-44.183-35.817-80-80-80v0zM784 848h-544v-672h544zM320 304c0-26.51 21.49-48 48-48v0h288c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-288c-26.51 0-48-21.49-48-48v0zM480 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM672 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM480 704c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM672 704c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calculator-bold"]},"attrs":[{}],"properties":{"order":28463,"id":1021,"name":"calculator-bold","prevSize":16,"code":59874},"setIdx":3,"setId":3,"iconIdx":226},{"icon":{"paths":["M832 112h-80v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16h-288v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16h-80c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM272 208c0 26.51 21.49 48 48 48s48-21.49 48-48v0h288c0 26.51 21.49 48 48 48s48-21.49 48-48v0h64v96h-608v-96zM208 816v-416h608v416z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-blank-bold"]},"attrs":[{}],"properties":{"order":28464,"id":1020,"name":"calendar-blank-bold","prevSize":16,"code":59875},"setIdx":3,"setId":3,"iconIdx":227},{"icon":{"paths":["M832 112h-80v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16h-288v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16h-80c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM272 208c0 26.51 21.49 48 48 48s48-21.49 48-48v0h288c0 26.51 21.49 48 48 48s48-21.49 48-48v0h64v96h-608v-96zM208 816v-416h608v416zM448 496v224c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-146.72c-4.469 1.517-9.616 2.393-14.968 2.393-26.51 0-48-21.49-48-48 0-18.271 10.208-34.158 25.233-42.268l0.255-0.126 64-32c6.258-3.2 13.65-5.075 21.48-5.075 26.437 0 47.883 21.373 48 47.783l0 0.011zM693.96 631.52l-38.36 40.48h16.4c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-128c-26.502-0.010-47.983-21.496-47.983-48 0-12.793 5.005-24.417 13.163-33.021l-0.020 0.021 112.64-119c1.366-2.291 2.181-5.048 2.2-7.995l0-0.005c0-0.012 0-0.027 0-0.041 0-8.837-7.163-16-16-16-5.908 0-11.068 3.202-13.839 7.965l-0.041 0.076c-8.548 14.022-23.759 23.242-41.122 23.242-26.51 0-48-21.49-48-48 0-8.53 2.225-16.541 6.127-23.483l-0.125 0.241c19.724-33.719 55.759-56.009 97-56.009 61.856 0 112 50.144 112 112 0 0.003-0 0.006-0 0.009l0-0c0 0.099 0.001 0.217 0.001 0.335 0 25.333-8.48 48.686-22.757 67.373l0.197-0.269c-1.134 1.505-2.274 2.835-3.491 4.091l0.011-0.011z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-bold"]},"attrs":[{}],"properties":{"order":28465,"id":1019,"name":"calendar-bold","prevSize":16,"code":59876},"setIdx":3,"setId":3,"iconIdx":228},{"icon":{"paths":["M832 112h-80v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16h-288v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16h-80c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM272 208c0 26.51 21.49 48 48 48s48-21.49 48-48v0h288c0 26.51 21.49 48 48 48s48-21.49 48-48v0h64v96h-608v-96zM208 816v-416h608v416zM689.96 478.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-192 192c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-96-96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 62.040 61.96 158.040-158.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-check-bold"]},"attrs":[{}],"properties":{"order":28466,"id":1018,"name":"calendar-check-bold","prevSize":16,"code":59877},"setIdx":3,"setId":3,"iconIdx":229},{"icon":{"paths":["M832 112h-80v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16h-288v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16h-80c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM272 208c0 26.51 21.49 48 48 48s48-21.49 48-48v0h288c0 26.51 21.49 48 48 48s48-21.49 48-48v0h64v96h-608v-96zM208 816v-416h608v416zM656 608c0 26.51-21.49 48-48 48v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 48h48c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-plus-bold"]},"attrs":[{}],"properties":{"order":28467,"id":1017,"name":"calendar-plus-bold","prevSize":16,"code":59878},"setIdx":3,"setId":3,"iconIdx":230},{"icon":{"paths":["M641.96 545.96l-61.96 62.040 62.080 62.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-62.080-62.040-62.040 62.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l62.040-62.080-61.96-62.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 61.96 62.040 62.040-62.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-0 0zM912 192v640c0 44.183-35.817 80-80 80v0h-640c-44.183 0-80-35.817-80-80v0-640c0-44.183 35.817-80 80-80v0h80v-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h288v-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h80c44.183 0 80 35.817 80 80v0zM208 208v96h608v-96h-64c0 26.51-21.49 48-48 48s-48-21.49-48-48v0h-288c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM816 816v-416h-608v416z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-x-bold"]},"attrs":[{}],"properties":{"order":28468,"id":1016,"name":"calendar-x-bold","prevSize":16,"code":59879},"setIdx":3,"setId":3,"iconIdx":231},{"icon":{"paths":["M96 720h832c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-16.36c-8.402-197.056-157.932-356.738-349.666-380.917l-1.974-0.203v-66.88h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-192c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v66.88c-193.708 24.382-343.238 184.064-351.612 380.298l-0.028 0.822h-16.36c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM512 336c162.185 0.198 294.639 127.221 303.525 287.212l0.035 0.788h-607.12c8.921-160.779 141.375-287.802 303.54-288l0.020-0zM976 832c0 26.51-21.49 48-48 48v0h-832c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h832c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["call-bell-bold"]},"attrs":[{}],"properties":{"order":28469,"id":1015,"name":"call-bell-bold","prevSize":16,"code":59880},"setIdx":3,"setId":3,"iconIdx":232},{"icon":{"paths":["M832 208h-102.32l-49.68-74.64c-8.732-12.954-23.349-21.36-39.929-21.36-0.025 0-0.050 0-0.075 0l0.004-0h-256c-0.021-0-0.046-0-0.071-0-16.58 0-31.197 8.406-39.82 21.19l-0.108 0.17-49.72 74.64h-102.28c-61.856 0-112 50.144-112 112v0 448c0 61.856 50.144 112 112 112v0h640c61.856 0 112-50.144 112-112v0-448c0-61.856-50.144-112-112-112v0zM848 768c0 8.837-7.163 16-16 16v0h-640c-8.837 0-16-7.163-16-16v0-448c0-8.837 7.163-16 16-16v0h128c0.021 0 0.046 0 0.071 0 16.58 0 31.197-8.406 39.82-21.19l0.108-0.17 49.68-74.64h204.6l49.72 74.64c8.732 12.954 23.349 21.36 39.929 21.36 0.025 0 0.050-0 0.075-0l-0.004 0h128c8.837 0 16 7.163 16 16v0zM512 336c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 624c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["camera-bold"]},"attrs":[{}],"properties":{"order":28470,"id":1014,"name":"camera-bold","prevSize":16,"code":59881},"setIdx":3,"setId":3,"iconIdx":233},{"icon":{"paths":["M832 208h-102.32l-49.68-74.64c-8.732-12.954-23.349-21.36-39.929-21.36-0.025 0-0.050 0-0.075 0l0.004-0h-256c-0.021-0-0.046-0-0.071-0-16.58 0-31.197 8.406-39.82 21.19l-0.108 0.17-49.72 74.64h-102.28c-61.856 0-112 50.144-112 112v0 448c0 61.856 50.144 112 112 112v0h640c61.856 0 112-50.144 112-112v0-448c0-61.856-50.144-112-112-112v0zM848 768c0 8.837-7.163 16-16 16v0h-640c-8.837 0-16-7.163-16-16v0-448c0-8.837 7.163-16 16-16v0h128c0.021 0 0.046 0 0.071 0 16.58 0 31.197-8.406 39.82-21.19l0.108-0.17 49.68-74.64h204.6l49.72 74.64c8.732 12.954 23.349 21.36 39.929 21.36 0.025 0 0.050-0 0.075-0l-0.004 0h128c8.837 0 16 7.163 16 16v0zM688 544c0 26.51-21.49 48-48 48v0h-80v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-80h-80c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h80v-80c0-26.51 21.49-48 48-48s48 21.49 48 48v0 80h80c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["camera-plus-bold"]},"attrs":[{}],"properties":{"order":28471,"id":1013,"name":"camera-plus-bold","prevSize":16,"code":59882},"setIdx":3,"setId":3,"iconIdx":234},{"icon":{"paths":["M832 208h-102.32l-49.68-74.64c-8.732-12.954-23.349-21.36-39.929-21.36-0.025 0-0.050 0-0.075 0l0.004-0h-256c-0.021-0-0.046-0-0.071-0-16.58 0-31.197 8.406-39.82 21.19l-0.108 0.17-49.72 74.64h-102.28c-61.856 0-112 50.144-112 112v0 448c0 61.856 50.144 112 112 112v0h640c61.856 0 112-50.144 112-112v0-448c0-61.856-50.144-112-112-112v0zM848 768c0 8.837-7.163 16-16 16v0h-640c-8.837 0-16-7.163-16-16v0-448c0-8.837 7.163-16 16-16v0h128c0.021 0 0.046 0 0.071 0 16.58 0 31.197-8.406 39.82-21.19l0.108-0.17 49.68-74.64h204.6l49.72 74.64c8.732 12.954 23.349 21.36 39.929 21.36 0.025 0 0.050-0 0.075-0l-0.004 0h128c8.837 0 16 7.163 16 16v0zM720 400v80c0 26.51-21.49 48-48 48v0h-80c-26.483-0.036-47.938-21.512-47.938-48 0-14.613 6.53-27.701 16.832-36.505l0.066-0.055c-14.315-7.102-31.174-11.258-49.004-11.258-25.24 0-48.535 8.328-67.287 22.387l0.291-0.209c-7.943 6.033-17.998 9.664-28.9 9.664-26.534 0-48.044-21.51-48.044-48.044 0-15.632 7.465-29.52 19.025-38.293l0.119-0.087c34.387-25.807 77.784-41.325 124.805-41.325 44.832 0 86.37 14.108 120.415 38.127l-0.659-0.441c8.687-13.258 23.475-21.894 40.28-21.894 26.487 0 47.962 21.453 48 47.931l0 0.004zM646.36 611.2c6.011 7.929 9.629 17.961 9.629 28.838 0 15.627-7.468 29.51-19.029 38.275l-0.12 0.087c-34.136 25.822-77.3 41.36-124.094 41.36-0.15 0-0.3-0-0.449-0l0.023 0c-0.033 0-0.073 0-0.113 0-44.886 0-86.471-14.137-120.545-38.2l0.657 0.44c-8.682 13.293-23.489 21.956-40.32 21.956-26.494 0-47.975-21.465-48-47.953l-0-0.002v-80c0-26.51 21.49-48 48-48v0h80c26.483 0.036 47.938 21.512 47.938 48 0 14.613-6.53 27.701-16.832 36.505l-0.066 0.055c14.315 7.102 31.174 11.258 49.004 11.258 25.24 0 48.535-8.328 67.287-22.387l-0.291 0.209c7.94-6.037 17.994-9.672 28.896-9.672 15.664 0 29.575 7.503 38.336 19.111l0.088 0.122z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["camera-rotate-bold"]},"attrs":[{}],"properties":{"order":28472,"id":1012,"name":"camera-rotate-bold","prevSize":16,"code":59883},"setIdx":3,"setId":3,"iconIdx":235},{"icon":{"paths":["M227.52 127.72c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 16 17.48c-52.881 9.613-92.457 55.302-92.48 110.238l-0 0.002v448c0 61.856 50.144 112 112 112v0h589.68l14.8 16.28c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM424.92 487.72l119.080 130.84c-9.541 3.488-20.557 5.506-32.044 5.506-53.019 0-96-42.981-96-96 0-14.702 3.305-28.632 9.213-41.088l-0.249 0.583zM192 784c-8.837 0-16-7.163-16-16v0-448c0-8.837 7.163-16 16-16v0h66.040l99.68 109.64c-23.503 31.491-37.629 71.178-37.629 114.165 0 106.039 85.961 192 192 192 36.566 0 70.745-10.222 99.835-27.964l-0.845 0.479 83.32 91.68zM944 320v376.56c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-376.56c0-8.837-7.163-16-16-16v0h-128c-0.021 0-0.046 0-0.071 0-16.58 0-31.197-8.406-39.82-21.19l-0.108-0.17-49.72-74.64h-206.040c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h231.76c0.021-0 0.046-0 0.071-0 16.58 0 31.197 8.406 39.82 21.19l0.108 0.17 49.68 74.64h102.32c61.856 0 112 50.144 112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["camera-slash-bold"]},"attrs":[{}],"properties":{"order":28473,"id":1011,"name":"camera-slash-bold","prevSize":16,"code":59884},"setIdx":3,"setId":3,"iconIdx":236},{"icon":{"paths":["M909.72 910.52c-6.349 19.566-24.409 33.466-45.718 33.48l-0.002 0c-0.018 0-0.040 0-0.061 0-5.181 0-10.168-0.834-14.833-2.376l0.334 0.096-337.44-107.36-337.44 107.36c-4.341 1.446-9.338 2.28-14.53 2.28-0.010 0-0.021-0-0.031-0l0.002 0c-0.020 0-0.044 0-0.068 0-26.51 0-48-21.49-48-48 0-21.334 13.918-39.417 33.168-45.665l0.34-0.095 208.24-66.24-208.24-66.28c-19.556-6.365-33.441-24.431-33.441-45.74 0-26.51 21.491-48.001 48.001-48.001 5.201 0 10.209 0.827 14.9 2.357l-0.34-0.096 337.44 107.36 337.44-107.36c4.351-1.434 9.359-2.261 14.56-2.261 26.51 0 48.001 21.491 48.001 48.001 0 21.309-13.885 39.375-33.102 45.644l-0.34 0.096-208.24 66.28 208.24 66.24c19.544 6.371 33.418 24.431 33.418 45.731 0 5.197-0.826 10.201-2.354 14.888l0.096-0.339zM256 432c0-200.52 221.4-339.080 230.84-344.88 7.156-4.471 15.849-7.122 25.16-7.122s18.004 2.651 25.363 7.24l-0.203-0.118c9.44 5.8 230.84 144.36 230.84 344.88 0 141.385-114.615 256-256 256s-256-114.615-256-256v0zM512 592c26.51 0 48-21.49 48-48v0c0-41.040-26.56-76-48-97.28-21.44 21.4-48 56.24-48 97.28 0 26.51 21.49 48 48 48v0zM352 432c-0 0.053-0 0.116-0 0.179 0 27.901 7.188 54.123 19.814 76.916l-0.414-0.815c18.68-99.52 109.68-161.36 113.96-164.24 7.485-5.056 16.71-8.071 26.64-8.071s19.155 3.015 26.81 8.18l-0.17-0.108c4.28 2.88 95.28 64.72 113.96 164.24 12.212-21.977 19.4-48.199 19.4-76.101 0-0.063-0-0.126-0-0.189l0 0.010c0-41.36-15.72-106.96-90.56-184.72-21.118-21.759-43.796-41.722-67.954-59.815l-1.486-1.065c-50.56 37.6-160 132.28-160 245.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["campfire-bold"]},"attrs":[{}],"properties":{"order":28474,"id":1010,"name":"campfire-bold","prevSize":16,"code":59885},"setIdx":3,"setId":3,"iconIdx":237},{"icon":{"paths":["M960 432h-32.8l-106.88-240.48c-12.768-28.231-40.686-47.52-73.11-47.52-0.004 0-0.007 0-0.011 0l-470.399-0c-0.003-0-0.007-0-0.010-0-32.423 0-60.342 19.289-72.906 47.017l-0.204 0.503-106.88 240.48h-32.8c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v304c0 44.183 35.817 80 80 80v0h96c44.183 0 80-35.817 80-80v0-80h352v80c0 44.183 35.817 80 80 80v0h96c44.183 0 80-35.817 80-80v0-304h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM287.2 240h449.6l85.32 192h-620.24zM240 816h-64v-64h64zM784 816v-64h64v64zM848 656h-672v-128h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["car-bold"]},"attrs":[{}],"properties":{"order":28475,"id":1009,"name":"car-bold","prevSize":16,"code":59886},"setIdx":3,"setId":3,"iconIdx":238},{"icon":{"paths":["M832 176h-640c-61.856 0-112 50.144-112 112v0 448c0 61.856 50.144 112 112 112v0h640c61.856 0 112-50.144 112-112v0-448c0-61.856-50.144-112-112-112v0zM192 272h640c8.837 0 16 7.163 16 16v0 64h-179.24c-38.509 0.012-70.658 27.231-78.268 63.479l-0.092 0.521c-7.672 36.816-39.852 64.080-78.4 64.080s-70.728-27.264-78.309-63.56l-0.091-0.52c-7.702-36.769-39.851-63.988-78.359-64l-179.241-0v-64c0-8.837 7.163-16 16-16v0zM832 752h-640c-8.837 0-16-7.163-16-16v0-288h166.64c21.573 74.537 89.21 128.113 169.36 128.113s147.787-53.576 169.051-126.869l0.309-1.243h166.64v288c0 8.837-7.163 16-16 16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cardholder-bold"]},"attrs":[{}],"properties":{"order":28476,"id":1008,"name":"cardholder-bold","prevSize":16,"code":59887},"setIdx":3,"setId":3,"iconIdx":239},{"icon":{"paths":["M720 288h-576c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM704 800h-544v-416h544zM960 208v496c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-480h-608c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h624c44.183 0 80 35.817 80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cards-bold"]},"attrs":[{}],"properties":{"order":28477,"id":1007,"name":"cards-bold","prevSize":16,"code":59888},"setIdx":3,"setId":3,"iconIdx":240},{"icon":{"paths":["M817.6 206.4c-78.164-78.099-186.111-126.4-305.34-126.4-238.587 0-432 193.413-432 432s193.413 432 432 432c119.229 0 227.177-48.301 305.343-126.403l-0.003 0.003c78.1-78.26 126.395-186.29 126.395-305.6s-48.295-227.34-126.402-305.607l0.007 0.007zM749.6 749.68c-60.795 60.749-144.758 98.32-237.496 98.32-185.568 0-336-150.432-336-336s150.432-336 336-336c92.738 0 176.701 37.571 237.498 98.322l-0.002-0.002c60.767 60.87 98.346 144.907 98.346 237.72 0 92.774-37.546 176.778-98.272 237.647l0.007-0.007zM674 317.96c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-128-128c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l94 94.040 94.12-94.12c8.682-8.662 20.666-14.018 33.9-14.018 13.274 0 25.29 5.388 33.979 14.097l0.001 0.001zM674 541.96c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-128-128c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l94 94.040 94.12-94.080c8.678-8.638 20.645-13.978 33.86-13.978 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-double-down-bold"]},"attrs":[{}],"properties":{"order":28478,"id":1006,"name":"caret-circle-double-down-bold","prevSize":16,"code":59889},"setIdx":3,"setId":3,"iconIdx":241},{"icon":{"paths":["M817.6 206.4c-78.164-78.099-186.111-126.4-305.34-126.4-238.587 0-432 193.413-432 432s193.413 432 432 432c119.229 0 227.177-48.301 305.343-126.403l-0.003 0.003c78.1-78.26 126.395-186.29 126.395-305.6s-48.295-227.34-126.402-305.607l0.007 0.007zM749.6 749.68c-60.795 60.749-144.758 98.32-237.496 98.32-185.568 0-336-150.432-336-336s150.432-336 336-336c92.738 0 176.701 37.571 237.498 98.322l-0.002-0.002c60.767 60.87 98.346 144.907 98.346 237.72 0 92.774-37.546 176.778-98.272 237.647l0.007-0.007zM705.96 417.88l-93.96 94.12 94.12 94.12c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-128-128c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 128-128c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0zM481.96 417.88l-93.96 94.12 94.080 94.12c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-128-128c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 128-128c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-double-left-bold"]},"attrs":[{}],"properties":{"order":28479,"id":1005,"name":"caret-circle-double-left-bold","prevSize":16,"code":59890},"setIdx":3,"setId":3,"iconIdx":242},{"icon":{"paths":["M817.6 206.4c-78.164-78.099-186.111-126.4-305.34-126.4-238.587 0-432 193.413-432 432s193.413 432 432 432c119.229 0 227.177-48.301 305.343-126.403l-0.003 0.003c78.1-78.26 126.395-186.29 126.395-305.6s-48.295-227.34-126.402-305.607l0.007 0.007zM749.6 749.68c-60.795 60.749-144.758 98.32-237.496 98.32-185.568 0-336-150.432-336-336s150.432-336 336-336c92.738 0 176.701 37.571 237.498 98.322l-0.002-0.002c60.767 60.87 98.346 144.907 98.346 237.72 0 92.774-37.546 176.778-98.272 237.647l0.007-0.007zM513.88 478.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-128 128c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l94.12-94.040-94.040-94.12c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0zM737.88 546.040l-128 128c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l94.12-94.040-94.080-94.12c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l128 128c8.781 8.702 14.218 20.766 14.218 34.1 0 13.274-5.388 25.29-14.097 33.979l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-double-right-bold"]},"attrs":[{}],"properties":{"order":28480,"id":1004,"name":"caret-circle-double-right-bold","prevSize":16,"code":59891},"setIdx":3,"setId":3,"iconIdx":243},{"icon":{"paths":["M817.6 206.4c-78.164-78.099-186.111-126.4-305.34-126.4-238.587 0-432 193.413-432 432s193.413 432 432 432c119.229 0 227.177-48.301 305.343-126.403l-0.003 0.003c78.1-78.26 126.395-186.29 126.395-305.6s-48.295-227.34-126.402-305.607l0.007 0.007zM749.6 749.68c-60.795 60.749-144.758 98.32-237.496 98.32-185.568 0-336-150.432-336-336s150.432-336 336-336c92.738 0 176.701 37.571 237.498 98.322l-0.002-0.002c60.767 60.87 98.346 144.907 98.346 237.72 0 92.774-37.546 176.778-98.272 237.647l0.007-0.007zM674 638.12c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-94-94.12-94.12 94.12c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l128-128c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001zM674 414.12c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-0-0-94-94.12-94.12 94.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l128-128c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-double-up-bold"]},"attrs":[{}],"properties":{"order":28481,"id":1003,"name":"caret-circle-double-up-bold","prevSize":16,"code":59892},"setIdx":3,"setId":3,"iconIdx":244},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM705.96 414.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-160 160c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-160-160c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l126.040 125.96 126.040-126.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-down-bold"]},"attrs":[{}],"properties":{"order":28482,"id":1002,"name":"caret-circle-down-bold","prevSize":16,"code":59893},"setIdx":3,"setId":3,"iconIdx":245},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM609.96 385.96l-125.96 126.040 126.080 126.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-160-160c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 160-160c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-left-bold"]},"attrs":[{}],"properties":{"order":28483,"id":1001,"name":"caret-circle-left-bold","prevSize":16,"code":59894},"setIdx":3,"setId":3,"iconIdx":246},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM641.96 478.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-160 160c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l126.040-126.040-125.96-126.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-right-bold"]},"attrs":[{}],"properties":{"order":28484,"id":1000,"name":"caret-circle-right-bold","prevSize":16,"code":59895},"setIdx":3,"setId":3,"iconIdx":247},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM705.96 542.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-125.96-126.040-126.040 125.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l160-160c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-up-bold"]},"attrs":[{}],"properties":{"order":28485,"id":999,"name":"caret-circle-up-bold","prevSize":16,"code":59896},"setIdx":3,"setId":3,"iconIdx":248},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM673.96 382.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-93.96-94.040-94.040 94.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l128-128c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001zM673.96 574.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-128-128c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l94.040 93.96 94.040-94.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-up-down-bold"]},"attrs":[{}],"properties":{"order":28486,"id":998,"name":"caret-circle-up-down-bold","prevSize":16,"code":59897},"setIdx":3,"setId":3,"iconIdx":249},{"icon":{"paths":["M865.96 478.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-320 320c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-320-320c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l286.040 285.96 286.040-286.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002zM477.96 546.040c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 320-320c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-285.96 285.96-286.040-285.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-double-down-bold"]},"attrs":[{}],"properties":{"order":28487,"id":997,"name":"caret-double-down-bold","prevSize":16,"code":59898},"setIdx":3,"setId":3,"iconIdx":250},{"icon":{"paths":["M833.96 798.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-320-320c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 320-320c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-285.96 285.96zM228 512l286.080-286.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-320 320c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 320 320c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-double-left-bold"]},"attrs":[{}],"properties":{"order":28488,"id":996,"name":"caret-double-left-bold","prevSize":16,"code":59899},"setIdx":3,"setId":3,"iconIdx":251},{"icon":{"paths":["M577.96 545.96l-320 320c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l286.040-285.96-285.96-286.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l320 320c8.698 8.688 14.078 20.696 14.078 33.96 0 13.304-5.413 25.344-14.156 34.038l-0.002 0.002zM897.96 477.96l-320-320c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l286.040 286.040-286.080 286.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l320-320c8.733-8.694 14.138-20.726 14.138-34.020 0-13.274-5.388-25.29-14.097-33.979l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-double-right-bold"]},"attrs":[{}],"properties":{"order":28489,"id":995,"name":"caret-double-right-bold","prevSize":16,"code":59900},"setIdx":3,"setId":3,"iconIdx":252},{"icon":{"paths":["M865.96 798.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-285.96-286.040-286.040 285.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l320-320c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001zM225.96 546.040l286.040-286.040 286.040 286.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-320-320c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-320 320c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-double-up-bold"]},"attrs":[{}],"properties":{"order":28490,"id":994,"name":"caret-double-up-bold","prevSize":16,"code":59901},"setIdx":3,"setId":3,"iconIdx":253},{"icon":{"paths":["M865.96 417.96l-320 320c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-320-320c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l286.040 286.040 286.040-286.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-down-bold"]},"attrs":[{}],"properties":{"order":28491,"id":993,"name":"caret-down-bold","prevSize":16,"code":59902},"setIdx":3,"setId":3,"iconIdx":254},{"icon":{"paths":["M673.96 798.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-320-320c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 320-320c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-285.96 285.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-left-bold"]},"attrs":[{}],"properties":{"order":28492,"id":992,"name":"caret-left-bold","prevSize":16,"code":59903},"setIdx":3,"setId":3,"iconIdx":255},{"icon":{"paths":["M737.96 545.96l-320 320c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l286.040-285.96-285.96-286.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l320 320c8.698 8.688 14.078 20.696 14.078 33.96 0 13.304-5.413 25.344-14.156 34.038l-0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-right-bold"]},"attrs":[{}],"properties":{"order":28493,"id":991,"name":"caret-right-bold","prevSize":16,"code":59904},"setIdx":3,"setId":3,"iconIdx":256},{"icon":{"paths":["M865.96 673.96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-285.96-285.96-286.040 285.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l320-320c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 320 320c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-up-bold"]},"attrs":[{}],"properties":{"order":28494,"id":990,"name":"caret-up-bold","prevSize":16,"code":59905},"setIdx":3,"setId":3,"iconIdx":257},{"icon":{"paths":["M737.96 670.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-192 192c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-192-192c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l158.040 157.96 158.040-158.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002zM353.96 354.040l158.040-158.040 158.040 158.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-192-192c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-192 192c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-up-down-bold"]},"attrs":[{}],"properties":{"order":28495,"id":989,"name":"caret-up-down-bold","prevSize":16,"code":59906},"setIdx":3,"setId":3,"iconIdx":258},{"icon":{"paths":["M944 432h-92l-168.68-168.56c-14.393-14.479-34.322-23.44-56.345-23.44-0.076 0-0.151 0-0.227 0l0.012-0h-433.64c-27.645 0.005-52.012 14.032-66.379 35.355l-0.181 0.285-118.56 177.72c-5.012 7.462-8 16.649-8 26.533 0 0.038 0 0.075 0 0.113l-0-0.006v192c0 44.183 35.817 80 80 80v0h54c17.627 56.082 69.146 96.050 130 96.050s112.373-39.969 129.738-95.087l0.262-0.963h236c17.627 56.082 69.146 96.050 130 96.050s112.373-39.969 129.738-95.087l0.262-0.963h54c44.183 0 80-35.817 80-80v0-160c0-44.183-35.817-80-80-80v0zM201.68 336h418.32l96 96h-578.32zM264 752c-22.091 0-40-17.909-40-40s17.909-40 40-40c22.091 0 40 17.909 40 40v0c0 22.091-17.909 40-40 40v0zM760 752c-22.091 0-40-17.909-40-40s17.909-40 40-40c22.091 0 40 17.909 40 40v0c0 22.091-17.909 40-40 40v0zM928 656h-44c-21.844-47.645-69.127-80.143-124-80.143s-102.155 32.498-123.651 79.296l-0.349 0.847h-248c-21.844-47.645-69.127-80.143-124-80.143s-102.155 32.498-123.651 79.296l-0.349 0.847h-44v-128h832z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["car-profile-bold"]},"attrs":[{}],"properties":{"order":28496,"id":988,"name":"car-profile-bold","prevSize":16,"code":59907},"setIdx":3,"setId":3,"iconIdx":259},{"icon":{"paths":["M928 240h-76l78.040-78.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-78.040 78.040v-76c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 104c-32.853-15.186-71.298-24.044-111.81-24.044-75.039 0-142.982 30.387-192.193 79.527l0.003-0.003c-162.2 159.24-283.28 532.52-296.88 575.6-4.476 9.672-7.087 20.991-7.087 32.92 0 44.171 35.799 79.981 79.965 80l0.002 0c11.947-0.021 23.277-2.642 33.46-7.326l-0.5 0.206c30.56-9.68 227.16-73.36 395.64-167.28l2.16-1.2c68.4-38.28 132-81.56 177.76-128 49.211-49.221 79.648-117.213 79.648-192.314 0-40.619-8.904-79.159-24.866-113.774l0.698 1.688h104c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM700.44 572.48l-0.36 0.36c-32.44 33.12-76.44 64.8-125.32 94.080l-92.84-92.84c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l72.88 72.88c-121.16 60.68-248.52 105.68-301.040 123.28 27.080-80.88 119.16-339.2 233.36-478.96l122.8 122.8c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-119.76-119.76c24.75-14.103 54.382-22.418 85.956-22.418 97.202 0 176 78.798 176 176 0 48.664-19.751 92.715-51.673 124.575l-0.003 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["carrot-bold"]},"attrs":[{}],"properties":{"order":28497,"id":987,"name":"carrot-bold","prevSize":16,"code":59908},"setIdx":3,"setId":3,"iconIdx":260},{"icon":{"paths":["M960 432h-32.8l-106.88-240.48c-12.768-28.231-40.686-47.52-73.11-47.52-0.004 0-0.007 0-0.011 0l-470.399-0c-0.003-0-0.007-0-0.010-0-32.423 0-60.342 19.289-72.906 47.017l-0.204 0.503-106.88 240.48h-32.8c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v304c0 44.183 35.817 80 80 80v0h96c44.183 0 80-35.817 80-80v0-48h352v48c0 44.183 35.817 80 80 80v0h96c44.183 0 80-35.817 80-80v0-304h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM287.2 240h449.6l85.32 192h-620.24zM848 816h-64v-80c0-26.51-21.49-48-48-48v0h-448c-26.51 0-48 21.49-48 48v0 80h-64v-288h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["car-simple-bold"]},"attrs":[{}],"properties":{"order":28498,"id":986,"name":"car-simple-bold","prevSize":16,"code":59909},"setIdx":3,"setId":3,"iconIdx":261},{"icon":{"paths":["M896 176h-768c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h768c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM345.68 752l32-48h268.64l32 48zM880 752h-86.32l-72.24-108.36c-14.548-21.608-38.915-35.635-66.559-35.64l-285.761-0c-27.645 0.005-52.012 14.032-66.379 35.355l-0.181 0.285-72.24 108.36h-86.32v-480h736zM312 560h400c66.274 0 120-53.726 120-120s-53.726-120-120-120v0h-400c-66.274 0-120 53.726-120 120s53.726 120 120 120v0zM448 464v-48h128v48zM736 440c0 13.255-10.745 24-24 24v0h-40v-48h40c13.255 0 24 10.745 24 24v0zM312 416h40v48h-40c-13.255 0-24-10.745-24-24s10.745-24 24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cassette-tape-bold"]},"attrs":[{}],"properties":{"order":28499,"id":985,"name":"cassette-tape-bold","prevSize":16,"code":59910},"setIdx":3,"setId":3,"iconIdx":262},{"icon":{"paths":["M800 80h-576c-44.183 0-80 35.817-80 80v0 178.76c-0 0.064-0 0.139-0 0.215 0 22.023 8.961 41.952 23.436 56.341l0.004 0.004 40.56 40.68v428c0 44.183 35.817 80 80 80v0h448c44.183 0 80-35.817 80-80v0-428l40.56-40.56c14.479-14.393 23.441-34.323 23.441-56.345 0-0.118-0-0.235-0.001-0.353l0 0.018v-178.76c0-44.183-35.817-80-80-80v0zM560 848h-96v-240c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM784 332l-40.56 40.68c-14.479 14.393-23.44 34.322-23.44 56.345 0 0.076 0 0.151 0 0.227l-0-0.012v418.76h-64v-240c0-79.529-64.471-144-144-144s-144 64.471-144 144v0 240h-64v-418.76c0-0.064 0-0.139 0-0.215 0-22.023-8.961-41.952-23.436-56.341l-0.004-0.004-40.56-40.68v-156h112v96c0 26.51 21.49 48 48 48s48-21.49 48-48v0-96h128v96c0 26.51 21.49 48 48 48s48-21.49 48-48v0-96h112z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["castle-turret-bold"]},"attrs":[{}],"properties":{"order":28500,"id":984,"name":"castle-turret-bold","prevSize":16,"code":59911},"setIdx":3,"setId":3,"iconIdx":263},{"icon":{"paths":["M894.6 118.12c-9.038-3.843-19.551-6.078-30.585-6.078-22.094 0-42.097 8.957-56.574 23.437l-0 0c-0.8 0.8-1.56 1.6-2.28 2.44l-60 69.2c-66.725-39.695-147.122-63.159-233-63.159s-166.275 23.464-235.13 64.33l2.13-1.171-60-69.2c-0.72-0.84-1.48-1.64-2.28-2.44-14.508-14.664-34.634-23.745-56.88-23.745-44.183 0-80 35.817-80 80 0 0.093 0 0.186 0 0.279l-0-0.014v352c0 220.56 193.8 400 432 400s432-179.44 432-400v-352c-0.016-33.128-20.165-61.546-48.875-73.683l-0.525-0.197zM848 544c0 152.88-125.4 279.72-288 300.84v-56.84l49.96-49.96c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-29.96 29.96-30.040-30.080c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l50.040 50.080v56.96c-162.6-21.12-288-148-288-300.84v-309.16l58.16 66.92c8.848 10.136 21.791 16.504 36.222 16.504 10.78 0 20.731-3.554 28.743-9.554l-0.125 0.090c24.467-18.27 52.543-33.772 82.634-45.173l2.366-0.787v89.040c0 26.51 21.49 48 48 48s48-21.49 48-48v0-110.6q16-1.4 32-1.4t32 1.4v110.6c0 26.51 21.49 48 48 48s48-21.49 48-48v0-89.040c32.457 12.2 60.531 27.7 85.914 46.611l-0.914-0.651c7.888 5.91 17.838 9.464 28.618 9.464 14.431 0 27.374-6.368 36.173-16.448l0.048-0.057 58.16-66.92zM400 560c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM752 560c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cat-bold"]},"attrs":[{}],"properties":{"order":28501,"id":983,"name":"cat-bold","prevSize":16,"code":59912},"setIdx":3,"setId":3,"iconIdx":264},{"icon":{"paths":["M688 288v512c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-512c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM800 80c-26.51 0-48 21.49-48 48v0 672c0 26.51 21.49 48 48 48s48-21.49 48-48v0-672c0-26.51-21.49-48-48-48v0zM480 400c-26.51 0-48 21.49-48 48v0 352c0 26.51 21.49 48 48 48s48-21.49 48-48v0-352c0-26.51-21.49-48-48-48v0zM320 560c-26.51 0-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0zM160 720c-26.51 0-48 21.49-48 48v0 32c0 26.51 21.49 48 48 48s48-21.49 48-48v0-32c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-full-bold"]},"attrs":[{}],"properties":{"order":28502,"id":982,"name":"cell-signal-full-bold","prevSize":16,"code":59913},"setIdx":3,"setId":3,"iconIdx":265},{"icon":{"paths":["M688 288v512c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-512c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM480 400c-26.51 0-48 21.49-48 48v0 352c0 26.51 21.49 48 48 48s48-21.49 48-48v0-352c0-26.51-21.49-48-48-48v0zM320 560c-26.51 0-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0zM160 720c-26.51 0-48 21.49-48 48v0 32c0 26.51 21.49 48 48 48s48-21.49 48-48v0-32c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-high-bold"]},"attrs":[{}],"properties":{"order":28503,"id":981,"name":"cell-signal-high-bold","prevSize":16,"code":59914},"setIdx":3,"setId":3,"iconIdx":266},{"icon":{"paths":["M368 608v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM160 720c-26.51 0-48 21.49-48 48v0 32c0 26.51 21.49 48 48 48s48-21.49 48-48v0-32c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-low-bold"]},"attrs":[{}],"properties":{"order":28504,"id":980,"name":"cell-signal-low-bold","prevSize":16,"code":59915},"setIdx":3,"setId":3,"iconIdx":267},{"icon":{"paths":["M528 448v352c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-352c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM320 560c-26.51 0-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0zM160 720c-26.51 0-48 21.49-48 48v0 32c0 26.51 21.49 48 48 48s48-21.49 48-48v0-32c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-medium-bold"]},"attrs":[{}],"properties":{"order":28505,"id":979,"name":"cell-signal-medium-bold","prevSize":16,"code":59916},"setIdx":3,"setId":3,"iconIdx":268},{"icon":{"paths":["M208 768v32c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-32c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-none-bold"]},"attrs":[{}],"properties":{"order":28506,"id":978,"name":"cell-signal-none-bold","prevSize":16,"code":59917},"setIdx":3,"setId":3,"iconIdx":269},{"icon":{"paths":["M368 608v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM160 720c-26.51 0-48 21.49-48 48v0 32c0 26.51 21.49 48 48 48s48-21.49 48-48v0-32c0-26.51-21.49-48-48-48v0zM867.52 831.72l-640-704c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 275.52 303.080v304.64c0 26.51 21.49 48 48 48s48-21.49 48-48v0-199.040l64 70.4v128.64c0 26.51 21.49 48 48 48s48-21.49 48-48v0-23.040l108.48 119.32c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM640 462.96c26.51 0 48-21.49 48-48v0-126.96c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 126.96c0 26.51 21.49 48 48 48v0zM800 638.96c26.51 0 48-21.49 48-48v0-462.96c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 462.96c0 26.51 21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-slash-bold"]},"attrs":[{}],"properties":{"order":28507,"id":977,"name":"cell-signal-slash-bold","prevSize":16,"code":59918},"setIdx":3,"setId":3,"iconIdx":270},{"icon":{"paths":["M865.96 766.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-61.96-62.040-62.040 62.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l62.040-62.080-62.080-62.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l62.080 62.040 62.040-62.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-62.040 62.080zM640 496c26.51 0 48-21.49 48-48v0-160c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 160c0 26.51 21.49 48 48 48v0zM800 496c26.51 0 48-21.49 48-48v0-320c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 320c0 26.51 21.49 48 48 48v0zM480 400c-26.51 0-48 21.49-48 48v0 352c0 26.51 21.49 48 48 48s48-21.49 48-48v0-352c0-26.51-21.49-48-48-48v0zM320 560c-26.51 0-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0zM160 720c-26.51 0-48 21.49-48 48v0 32c0 26.51 21.49 48 48 48s48-21.49 48-48v0-32c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-x-bold"]},"attrs":[{}],"properties":{"order":28508,"id":976,"name":"cell-signal-x-bold","prevSize":16,"code":59919},"setIdx":3,"setId":3,"iconIdx":271},{"icon":{"paths":["M992 512c0-0.043 0-0.095 0-0.146 0-114.875-93.125-208-208-208s-208 93.125-208 208c0 50.692 18.134 97.149 48.269 133.237l-0.269-0.331v235.24c-0 0.033-0 0.072-0 0.111 0 26.51 21.49 48 48 48 8.837 0 17.116-2.388 24.227-6.553l-0.227 0.123 88-50.4 88.2 50.4c6.837 3.972 15.045 6.316 23.8 6.316 26.508 0 47.998-21.488 48-47.996l0-0v-235.24c29.863-35.64 48-81.989 48-132.573 0-0.066-0-0.131-0-0.197l0 0.010zM784 400c61.856 0 112 50.144 112 112s-50.144 112-112 112c-61.856 0-112-50.144-112-112v0c0-61.856 50.144-112 112-112v0zM808 774.32c-6.837-3.972-15.045-6.316-23.8-6.316s-16.963 2.344-24.030 6.439l0.23-0.123-40.4 22.96v-87.4c19.114 6.417 41.125 10.12 64 10.12s44.886-3.703 65.465-10.541l-1.465 0.422v87.4zM560 768c0 26.51-21.49 48-48 48v0h-352c-44.183 0-80-35.817-80-80v0-512c0-44.183 35.817-80 80-80v0h704c44.183 0 80 35.817 80 80v0c0 0.021 0 0.046 0 0.072 0 26.51-21.49 48-48 48-20.801 0-38.512-13.231-45.175-31.737l-0.105-0.335h-674.72v480h336c26.51 0 48 21.49 48 48v0zM512 560c0 26.51-21.49 48-48 48v0h-160c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0zM512 400c0 26.51-21.49 48-48 48v0h-160c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["certificate-bold"]},"attrs":[{}],"properties":{"order":28509,"id":975,"name":"certificate-bold","prevSize":16,"code":59920},"setIdx":3,"setId":3,"iconIdx":272},{"icon":{"paths":["M832 512h-112v-80h48c44.183 0 80-35.817 80-80v0-192c0-44.183-35.817-80-80-80v0h-512c-44.183 0-80 35.817-80 80v0 192c0 44.183 35.817 80 80 80v0h48v80h-112c-44.183 0-80 35.817-80 80v0 96c0 44.183 35.817 80 80 80v0h32v128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128h384v128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128h32c44.183 0 80-35.817 80-80v0-96c0-44.183-35.817-80-80-80v0zM272 176h480v160h-480zM400 432h224v80h-224zM816 672h-608v-64h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chair-bold"]},"attrs":[{}],"properties":{"order":28510,"id":974,"name":"chair-bold","prevSize":16,"code":59921},"setIdx":3,"setId":3,"iconIdx":273},{"icon":{"paths":["M960 752h-16v-528c0-44.183-35.817-80-80-80v0h-704c-44.183 0-80 35.817-80 80v0 528h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h896c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM176 240h672v512h-64v-112c0-26.51-21.49-48-48-48v0h-256c-26.51 0-48 21.49-48 48v0 112h-96v-352h352v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128c0-26.51-21.49-48-48-48v0h-448c-26.51 0-48 21.49-48 48v0 400h-64zM688 752h-160v-64h160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chalkboard-bold"]},"attrs":[{}],"properties":{"order":28511,"id":973,"name":"chalkboard-bold","prevSize":16,"code":59922},"setIdx":3,"setId":3,"iconIdx":274},{"icon":{"paths":["M80 640v-416c0-44.183 35.817-80 80-80v0h704c44.183 0 80 35.817 80 80v0 416c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-400h-672v400c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM1008 800c0 26.51-21.49 48-48 48v0h-896c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h368v-112c0-26.51 21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0 112h176c26.51 0 48 21.49 48 48v0zM528 752h160v-64h-160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chalkboard-simple-bold"]},"attrs":[{}],"properties":{"order":28512,"id":972,"name":"chalkboard-simple-bold","prevSize":16,"code":59923},"setIdx":3,"setId":3,"iconIdx":275},{"icon":{"paths":["M224 336c0-26.51 21.49-48 48-48v0h480c26.51 0 48 21.49 48 48v0 352c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-304h-432c-26.51 0-48-21.49-48-48v0zM944 224v576c0 44.183-35.817 80-80 80v0h-266.96c-21.157-0.004-39.115-13.696-45.501-32.701l-0.099-0.339c-20.588-55.988-73.454-95.203-135.48-95.203s-114.892 39.215-135.158 94.205l-0.322 0.998c-6.476 19.319-24.395 32.999-45.515 33.040l-0.005 0h-74.96c-44.183 0-80-35.817-80-80v0-576c0-44.183 35.817-80 80-80v0h704c44.183 0 80 35.817 80 80v0zM416 656c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM848 240h-672v544h27.68c20.666-38.498 50.211-69.838 86.013-92.047l1.027-0.593c-21.636-27.049-34.72-61.758-34.72-99.523 0-88.366 71.634-160 160-160s160 71.634 160 160c0 37.765-13.084 72.475-34.966 99.842l0.246-0.319c36.829 22.802 66.374 54.142 86.41 91.359l0.63 1.281h219.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chalkboard-teacher-bold"]},"attrs":[{}],"properties":{"order":28513,"id":971,"name":"chalkboard-teacher-bold","prevSize":16,"code":59924},"setIdx":3,"setId":3,"iconIdx":276},{"icon":{"paths":["M614.8 49.16c-6.449-19.407-24.438-33.156-45.64-33.16l-178.4-0c-21.202 0.004-39.191 13.753-45.542 32.821l-0.098 0.339c-21.654 66.018-41.608 147.234-55.907 230.383l-1.533 10.777c-29.76 181.36-17.12 311.44 37.48 386.64 25.342 35.115 62.562 60.292 105.674 69.706l1.166 0.214v165.12h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h192c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-48v-165.12c44.263-9.638 81.467-34.813 106.443-69.401l0.357-0.519c54.64-75.2 67.24-205.28 37.48-386.64-15.848-93.931-35.815-175.143-61.028-254.012l3.548 12.852zM533.44 112c8.32 29 20.56 74.8 31.68 128h-170.32c11.12-53.2 23.36-99 31.68-128zM557.080 620.56c-17.6 24-42.080 35.44-77.12 35.44s-59.52-11.28-77.12-35.44c-35.32-48.56-44-149.040-25-284.56h204.24c19 135.52 10.32 236-25 284.56zM960 224c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM720 80c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM864 416c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["champagne-bold"]},"attrs":[{}],"properties":{"order":28514,"id":970,"name":"champagne-bold","prevSize":16,"code":59925},"setIdx":3,"setId":3,"iconIdx":277},{"icon":{"paths":["M551.76 485.080c5.164 7.541 8.246 16.861 8.246 26.901 0 6.434-1.266 12.572-3.562 18.18l0.116-0.32-64 160c-7.276 17.826-24.478 30.159-44.56 30.16l-0 0c-0.031 0-0.067 0-0.104 0-6.391 0-12.487-1.264-18.052-3.555l0.316 0.115c-17.825-7.277-30.158-24.479-30.158-44.561 0-6.426 1.263-12.558 3.554-18.16l-0.116 0.32 37.68-94.16h-57.12c-26.509-0.001-47.998-21.491-47.998-48 0-6.427 1.263-12.558 3.554-18.16l-0.116 0.32 64-160c7.362-17.64 24.47-29.812 44.421-29.812 26.51 0 48 21.49 48 48 0 6.295-1.212 12.307-3.415 17.815l0.114-0.324-37.68 94.16h57.12c0.006-0 0.013-0 0.019-0 16.461 0 30.988 8.287 39.634 20.916l0.106 0.164zM1024 346.52v317.48c0 66.274-53.726 120-120 120s-120-53.726-120-120v0-152c0-8.837-7.163-16-16-16v0h-48v320h48c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-640c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-592c0-61.856 50.144-112 112-112v0h320c61.856 0 112 50.144 112 112v0 176h48c61.856 0 112 50.144 112 112v0 152c0 13.255 10.745 24 24 24s24-10.745 24-24v0-317.48c0-0.004 0-0.008 0-0.013 0-4.415-1.788-8.413-4.68-11.308l0 0-77.28-77.24c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 77.16 77.36c20.261 20.152 32.8 48.050 32.8 78.877 0 0.114-0 0.227-0.001 0.341l0-0.018zM624 816v-592c0-8.837-7.163-16-16-16v0h-320c-8.837 0-16 7.163-16 16v0 592z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["charging-station-bold"]},"attrs":[{}],"properties":{"order":28515,"id":969,"name":"charging-station-bold","prevSize":16,"code":59926},"setIdx":3,"setId":3,"iconIdx":278},{"icon":{"paths":["M896 784h-16v-624c0-26.51-21.49-48-48-48v0h-224c-26.51 0-48 21.49-48 48v0 144h-176c-26.51 0-48 21.49-48 48v0 144h-144c-26.51 0-48 21.49-48 48v0 240h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h768c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM656 208h128v576h-128zM432 400h128v384h-128zM240 592h96v192h-96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-bar-bold"]},"attrs":[{}],"properties":{"order":28516,"id":968,"name":"chart-bar-bold","prevSize":16,"code":59927},"setIdx":3,"setId":3,"iconIdx":279},{"icon":{"paths":["M864 368h-144v-144c0-26.51-21.49-48-48-48v0h-464v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 704c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h336c26.51 0 48-21.49 48-48v0-144h272c26.51 0 48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0zM624 272v96h-416v-96zM496 752h-288v-96h288zM816 560h-608v-96h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-bar-horizontal-bold"]},"attrs":[{}],"properties":{"order":28517,"id":967,"name":"chart-bar-horizontal-bold","prevSize":16,"code":59928},"setIdx":3,"setId":3,"iconIdx":280},{"icon":{"paths":["M551 80.32c-2.097-0.195-4.536-0.307-7-0.307-44.178 0-79.993 35.81-80 79.986l-0 0.001v162.68c-0.001 0.16-0.002 0.35-0.002 0.539 0 39.245 28.501 71.833 65.934 78.195l0.468 0.066c53.695 8.917 94.131 55.019 94.131 110.565 0 61.856-50.144 112-112 112-3.002 0-5.977-0.118-8.92-0.35l0.389 0.025c-56.119-4.601-100.403-49.52-103.983-105.509l-0.017-0.331c-1.48-29.12 4.24-53 17.080-70.92v0c9.279-12.842 14.841-28.902 14.841-46.261 0-21.994-8.929-41.902-23.359-56.298l-0.002-0.002-110.48-113c-14.474-14.46-34.463-23.403-56.541-23.403-24.686 0-46.761 11.181-61.436 28.756l-0.103 0.127c-62.182 74.122-99.952 170.549-99.952 275.798 0 120.135 49.211 228.777 128.575 306.866l0.057 0.056c77.482 76.887 184.207 124.402 302.029 124.402 0.454 0 0.908-0.001 1.361-0.002l-0.070 0h6.2c233.513-4.125 421.72-192.36 425.795-425.494l0.005-0.386c3.080-225.48-169.52-417.8-393-437.8zM242.76 312l88.76 90.64c-10.63 17.664-18.69 38.234-23.001 60.149l-0.199 1.211h-128.84c8.482-58.003 30.954-109.596 63.868-152.805l-0.588 0.805zM179.44 560h130.12c18.618 76.617 77.816 135.801 153.017 154.107l1.423 0.293v130.2c-147.525-21.887-262.694-137.069-284.336-282.763l-0.224-1.837zM560 844.44v-129.96c36.67-8.853 68.384-26.485 93.943-50.576l-0.103 0.096c40.716-38.069 66.090-92.107 66.090-152.071 0-97.82-67.525-179.868-158.506-202.075l-1.424-0.294v-131.56c165.16 23.72 290.32 169.2 288 338.8-2.32 165.44-128 304.2-288 327.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-donut-bold"]},"attrs":[{}],"properties":{"order":28518,"id":966,"name":"chart-donut-bold","prevSize":16,"code":59929},"setIdx":3,"setId":3,"iconIdx":281},{"icon":{"paths":["M944 832c0 26.51-21.49 48-48 48v0h-768c-26.51 0-48-21.49-48-48v0-640c0-26.51 21.49-48 48-48s48 21.49 48 48v0 342.2l176.4-154.2c8.396-7.375 19.476-11.875 31.607-11.875 10.857 0 20.872 3.605 28.914 9.683l-0.121-0.088 224.88 168.64 226.72-198.36c8.683-8.667 20.67-14.027 33.909-14.027 26.51 0 48 21.49 48 48 0 15.433-7.283 29.164-18.6 37.945l-0.109 0.081-256 224c-8.396 7.375-19.476 11.875-31.607 11.875-10.857 0-20.872-3.605-28.914-9.683l0.121 0.088-224.88-168.52-210.32 184.040v122.2h720c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-line-bold"]},"attrs":[{}],"properties":{"order":28519,"id":965,"name":"chart-line-bold","prevSize":16,"code":59930},"setIdx":3,"setId":3,"iconIdx":282},{"icon":{"paths":["M944 832c0 26.51-21.49 48-48 48v0h-768c-26.51 0-48-21.49-48-48v0-640c0-26.51 21.49-48 48-48s48 21.49 48 48v0 44l208 208 94.040-94.080c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 205.96 206.080v-44c0-26.51 21.49-48 48-48s48 21.49 48 48v0 160q0 2.4-0.24 4.8c0 0.64-0.2 1.32-0.28 1.96s-0.24 1.8-0.4 2.68-0.36 1.52-0.56 2.24-0.36 1.56-0.6 2.32l-0.76 2.16c-0.28 0.76-0.52 1.52-0.84 2.24s-0.6 1.36-0.92 2-0.68 1.52-1.080 2.28-0.72 1.2-1.080 1.8-0.84 1.52-1.32 2.24-0.96 1.28-1.44 1.88-0.88 1.28-1.36 1.88-1.84 2.12-2.84 3.12l-0.32 0.4-0.4 0.32c-1 1-2.040 1.92-3.12 2.84l-1.84 1.36c-0.64 0.48-1.28 1-1.92 1.44s-1.48 0.88-2.2 1.32-1.2 0.76-1.84 1.080-1.48 0.72-2.24 1.080-1.32 0.64-2.040 0.92l-2.16 0.84-2.28 0.76c-0.581 0.195-1.32 0.389-2.074 0.539l-0.126 0.021-2.32 0.6-2.56 0.36-2.12 0.32c-1.291 0.129-2.79 0.202-4.307 0.202-0.145 0-0.291-0.001-0.436-0.002l0.022 0h-160c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h44l-172-172-94.040 94.080c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-173.96-174.080v412h720c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-line-down-bold"]},"attrs":[{}],"properties":{"order":28520,"id":964,"name":"chart-line-down-bold","prevSize":16,"code":59931},"setIdx":3,"setId":3,"iconIdx":283},{"icon":{"paths":["M944 832c0 26.51-21.49 48-48 48v0h-768c-26.51 0-48-21.49-48-48v0-640c0-26.51 21.49-48 48-48s48 21.49 48 48v0 396l174.040-174.080c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 93.96 94.080 172-172h-44c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0 160c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-44l-206.040 206.080c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-93.96-94.080-208 208v60h720c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-line-up-bold"]},"attrs":[{}],"properties":{"order":28521,"id":963,"name":"chart-line-up-bold","prevSize":16,"code":59932},"setIdx":3,"setId":3,"iconIdx":284},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM560 179.48c88.123 13.077 163.695 58.733 215.465 124.1l0.535 0.7-216 124.6zM200 636.68c-15.23-36.96-24.073-79.869-24.073-124.844 0-168.612 124.286-308.195 286.243-332.134l1.83-0.222v304.8zM512 848c-106.739-0.022-201.827-49.882-263.263-127.576l-0.537-0.704 575.8-332.4c15.178 36.916 23.989 79.769 23.989 124.68 0 185.564-150.426 335.994-335.988 336l-0.001 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-pie-bold"]},"attrs":[{}],"properties":{"order":28522,"id":962,"name":"chart-pie-bold","prevSize":16,"code":59933},"setIdx":3,"setId":3,"iconIdx":285},{"icon":{"paths":["M375.28 466.56c14.847-8.351 24.714-24.002 24.72-41.959l0-0.001v-261.64c0-0.002 0-0.003 0-0.005 0-26.51-21.49-48-48-48-7.253 0-14.131 1.609-20.295 4.489l0.295-0.124c-149.767 70.129-251.711 219.464-252 392.642l-0 0.038c0 13.48 0.64 27.040 1.88 40.4 2.363 24.514 22.857 43.526 47.791 43.526 8.533 0 16.546-2.227 23.49-6.131l-0.241 0.125zM304 248.24v148l-124.76 69.2c12.924-88.529 58.585-164.52 124.074-216.673l0.686-0.527zM887.52 298.64c-0.44-0.96-0.96-1.88-1.48-2.8s-1.040-1.72-1.6-2.52c-76.439-128.471-214.531-213.231-372.428-213.32l-0.012-0c-26.51 0-48 21.49-48 48v0 358.12l-307.28 178.96c-14.36 8.474-23.842 23.869-23.842 41.478 0 8.984 2.468 17.392 6.763 24.582l-0.121-0.219c76.448 128.454 214.57 213.179 372.48 213.179 238.587 0 432-193.413 432-432 0-0.035-0-0.069-0-0.104l0 0.005c0-0.185 0-0.404 0-0.624 0-78.264-20.963-151.631-57.581-214.793l1.101 2.057zM560 179.4c88.133 13.153 163.698 58.856 215.464 124.258l0.536 0.702-216 125.84zM512 848c-105.745-0.295-200.026-49.12-261.783-125.367l-0.497-0.633 574.28-334.52c15.138 36.872 23.925 79.67 23.925 124.52 0 185.541-150.39 335.958-335.921 336l-0.004 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-pie-slice-bold"]},"attrs":[{}],"properties":{"order":28523,"id":961,"name":"chart-pie-slice-bold","prevSize":16,"code":59934},"setIdx":3,"setId":3,"iconIdx":286},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM844.52 464h-64.84c-20.817-111.946-107.735-198.863-217.995-219.419l-1.685-0.261v-64.84c147.375 22.124 262.395 137.145 284.291 282.664l0.229 1.856zM464 464h-121.28c17.162-58.771 62.509-104.118 120.032-120.967l1.248-0.313zM464 560v121.28c-58.771-17.162-104.118-62.509-120.967-120.032l-0.313-1.248zM560 560h121.28c-17.162 58.771-62.509 104.118-120.032 120.967l-1.248 0.313zM560 464v-121.28c58.771 17.162 104.118 62.509 120.967 120.032l0.313 1.248zM464 179.48v64.84c-111.946 20.817-198.863 107.735-219.419 217.995l-0.261 1.685h-64.84c22.124-147.375 137.145-262.395 282.664-284.291l1.856-0.229zM179.48 560h64.84c20.817 111.946 107.735 198.863 217.995 219.419l1.685 0.261v64.84c-147.375-22.124-262.395-137.145-284.291-282.664l-0.229-1.856zM560 844.52v-64.84c111.946-20.817 198.863-107.735 219.419-217.995l0.261-1.685h64.84c-22.124 147.375-137.145 262.395-282.664 284.291l-1.856 0.229z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-polar-bold"]},"attrs":[{}],"properties":{"order":28524,"id":960,"name":"chart-polar-bold","prevSize":16,"code":59935},"setIdx":3,"setId":3,"iconIdx":287},{"icon":{"paths":["M944 832c0 26.51-21.49 48-48 48v0h-768c-26.51 0-48-21.49-48-48v0-640c0-26.51 21.49-48 48-48s48 21.49 48 48v0 592h720c26.51 0 48 21.49 48 48v0zM464 592c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64v0c-35.346 0-64 28.654-64 64v0zM432 432c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM304 720c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM688 528c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM784 368c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM688 656c0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64v0c-35.346 0-64 28.654-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-scatter-bold"]},"attrs":[{}],"properties":{"order":28525,"id":959,"name":"chart-scatter-bold","prevSize":16,"code":59936},"setIdx":3,"setId":3,"iconIdx":288},{"icon":{"paths":["M864 176h-704c-44.183 0-80 35.817-80 80v0 640c-0 0.099-0.001 0.216-0.001 0.333 0 31.803 18.726 59.232 45.754 71.863l0.487 0.204c9.949 4.769 21.624 7.569 33.949 7.6l0.011 0c19.61-0.052 37.545-7.184 51.392-18.973l-0.112 0.093 0.76-0.64 123.76-108.48h528c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM848 752h-518c-0.001-0-0.003-0-0.005-0-19.661 0-37.665 7.092-51.594 18.858l0.119-0.098-0.76 0.64-101.76 89.16v-588.56h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-bold"]},"attrs":[{}],"properties":{"order":28526,"id":958,"name":"chat-bold","prevSize":16,"code":59937},"setIdx":3,"setId":3,"iconIdx":289},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h228.92l54.48 89.16c14.235 23.426 39.616 38.835 68.597 38.835 28.849 0 54.131-15.27 68.205-38.168l0.199-0.347 54.68-89.48h228.92c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM848 720h-221.88c-28.848 0.002-54.129 15.274-68.201 38.173l-0.199 0.347-45.72 74.8-45.64-74.68c-14.313-23.261-39.601-38.557-68.468-38.64l-0.012-0h-221.88v-480h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-centered-bold"]},"attrs":[{}],"properties":{"order":28527,"id":957,"name":"chat-centered-bold","prevSize":16,"code":59938},"setIdx":3,"setId":3,"iconIdx":290},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h228.92l54.48 89.16c14.235 23.426 39.616 38.835 68.597 38.835 28.849 0 54.131-15.27 68.205-38.168l0.199-0.347 54.68-89.48h228.92c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM848 720h-221.88c-28.848 0.002-54.129 15.274-68.201 38.173l-0.199 0.347-45.72 74.8-45.64-74.68c-14.313-23.261-39.601-38.557-68.468-38.64l-0.012-0h-221.88v-480h672zM352 480c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM544 480c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-centered-dots-bold"]},"attrs":[{}],"properties":{"order":28528,"id":956,"name":"chat-centered-dots-bold","prevSize":16,"code":59939},"setIdx":3,"setId":3,"iconIdx":291},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h228.92l54.48 89.16c14.235 23.426 39.616 38.835 68.597 38.835 28.849 0 54.131-15.27 68.205-38.168l0.199-0.347 54.68-89.48h228.92c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM848 720h-221.88c-28.848 0.002-54.129 15.274-68.201 38.173l-0.199 0.347-45.72 74.8-45.64-74.68c-14.313-23.261-39.601-38.557-68.468-38.64l-0.012-0h-221.88v-480h672zM336 400c0-26.51 21.49-48 48-48v0h256c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48v0zM336 560c0-26.51 21.49-48 48-48v0h256c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-centered-text-bold"]},"attrs":[{}],"properties":{"order":28529,"id":955,"name":"chat-centered-text-bold","prevSize":16,"code":59940},"setIdx":3,"setId":3,"iconIdx":292},{"icon":{"paths":["M512 80c-0.027-0-0.060-0-0.092-0-238.587 0-432 193.413-432 432 0 71.89 17.56 139.679 48.626 199.311l-1.134-2.391-43.4 129.72c-2.656 7.621-4.19 16.406-4.19 25.55 0 44.183 35.817 80 80 80 9.143 0 17.928-1.534 26.112-4.358l-0.562 0.169 129.72-43.24c57.115 29.774 124.731 47.24 196.427 47.24 238.587 0 432-193.413 432-432 0-238.414-193.132-431.719-431.48-432l-0.027-0zM512 848c-0.038 0-0.083 0-0.128 0-61.901 0-119.893-16.739-169.695-45.938l1.583 0.858c-6.881-4.059-15.158-6.464-23.995-6.48l-0.005-0c-5.441 0.011-10.666 0.918-15.541 2.581l0.341-0.101-119.16 39.72 39.72-119.16c1.562-4.53 2.464-9.751 2.464-15.182 0-8.86-2.401-17.16-6.587-24.283l0.122 0.225c-28.387-48.249-45.154-106.287-45.154-168.24 0-185.568 150.432-336 336-336s336 150.432 336 336c0 185.556-150.413 335.98-335.964 336l-0.002 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-circle-bold"]},"attrs":[{}],"properties":{"order":28530,"id":954,"name":"chat-circle-bold","prevSize":16,"code":59941},"setIdx":3,"setId":3,"iconIdx":293},{"icon":{"paths":["M480 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM608 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM944 512c0 0.027 0 0.060 0 0.092 0 238.587-193.413 432-432 432-71.89 0-139.679-17.56-199.311-48.626l2.391 1.134-129.72 43.4c-7.621 2.656-16.406 4.19-25.55 4.19-44.183 0-80-35.817-80-80 0-9.143 1.534-17.928 4.358-26.112l-0.169 0.562 43.24-129.72c-29.774-57.115-47.24-124.731-47.24-196.427 0-238.587 193.413-432 432-432 238.414 0 431.719 193.132 432 431.48l0 0.027zM848 512c-0.073-185.513-150.477-335.872-336-335.872-185.568 0-336 150.432-336 336 0 61.901 16.739 119.893 45.938 169.695l-0.858-1.583c4.064 6.898 6.464 15.198 6.464 24.058 0 5.431-0.902 10.652-2.565 15.52l0.1-0.338-39.72 119.16 119.16-39.72c4.534-1.562 9.759-2.469 15.195-2.48l0.005-0c8.842 0.016 17.119 2.421 24.225 6.602l-0.225-0.122c48.259 28.401 106.31 45.177 168.28 45.177 185.568 0 336-150.432 336-336 0-0.034-0-0.068-0-0.102l0 0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-circle-dots-bold"]},"attrs":[{}],"properties":{"order":28531,"id":953,"name":"chat-circle-dots-bold","prevSize":16,"code":59942},"setIdx":3,"setId":3,"iconIdx":294},{"icon":{"paths":["M688 432c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0zM640 544h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM944 512c0 0.027 0 0.060 0 0.092 0 238.587-193.413 432-432 432-71.89 0-139.679-17.56-199.311-48.626l2.391 1.134-129.72 43.4c-7.621 2.656-16.406 4.19-25.55 4.19-44.183 0-80-35.817-80-80 0-9.143 1.534-17.928 4.358-26.112l-0.169 0.562 43.24-129.72c-29.774-57.115-47.24-124.731-47.24-196.427 0-238.587 193.413-432 432-432 238.414 0 431.719 193.132 432 431.48l0 0.027zM848 512c-0.073-185.513-150.477-335.872-336-335.872-185.568 0-336 150.432-336 336 0 61.901 16.739 119.893 45.938 169.695l-0.858-1.583c4.064 6.898 6.464 15.198 6.464 24.058 0 5.431-0.902 10.652-2.565 15.52l0.1-0.338-39.72 119.16 119.16-39.72c4.534-1.562 9.759-2.469 15.195-2.48l0.005-0c8.842 0.016 17.119 2.421 24.225 6.602l-0.225-0.122c48.259 28.401 106.31 45.177 168.28 45.177 185.568 0 336-150.432 336-336 0-0.034-0-0.068-0-0.102l0 0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-circle-text-bold"]},"attrs":[{}],"properties":{"order":28532,"id":952,"name":"chat-circle-text-bold","prevSize":16,"code":59943},"setIdx":3,"setId":3,"iconIdx":295},{"icon":{"paths":["M864 176h-704c-44.183 0-80 35.817-80 80v0 640c-0 0.099-0.001 0.216-0.001 0.333 0 31.803 18.726 59.232 45.754 71.863l0.487 0.204c9.949 4.769 21.624 7.569 33.949 7.6l0.011 0c19.61-0.052 37.545-7.184 51.392-18.973l-0.112 0.093 0.76-0.64 123.76-108.48h528c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM848 752h-518c-0.001-0-0.003-0-0.005-0-19.661 0-37.665 7.092-51.594 18.858l0.119-0.098-0.76 0.64-101.76 89.16v-588.56h672zM352 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM544 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-dots-bold"]},"attrs":[{}],"properties":{"order":28533,"id":951,"name":"chat-dots-bold","prevSize":16,"code":59944},"setIdx":3,"setId":3,"iconIdx":296},{"icon":{"paths":["M864 304h-112v-112c0-44.183-35.817-80-80-80v0h-512c-44.183 0-80 35.817-80 80v0 512c0.012 26.5 21.498 47.979 48 47.979 11.466 0 21.993-4.020 30.248-10.728l-0.088 0.070 113.84-92v86.68c0 44.183 35.817 80 80 80v0h368.68l145.16 117.32c8.167 6.638 18.694 10.659 30.16 10.659 26.502 0 47.988-21.478 48-47.977l0-0.001v-512c0-44.183-35.817-80-80-80v0zM176 603.48v-395.48h480v320h-369.68c-0.040-0-0.086-0-0.133-0-11.478 0-22.015 4.029-30.274 10.749l0.088-0.069zM848 795.48l-80-64.8c-8.165-6.646-18.691-10.673-30.159-10.68l-369.841-0v-96h304c44.183 0 80-35.817 80-80v0-144h96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chats-bold"]},"attrs":[{}],"properties":{"order":28534,"id":950,"name":"chats-bold","prevSize":16,"code":59945},"setIdx":3,"setId":3,"iconIdx":297},{"icon":{"paths":["M944.24 750.76c20.097-41.82 31.838-90.921 31.838-142.764 0-168.249-123.663-307.615-285.055-332.163l-1.863-0.233c-54.152-117.246-170.728-197.143-305.965-197.143-185.568 0-336 150.432-336 336 0 52.442 12.014 102.077 33.44 146.305l-0.875-2.002-28.96 101.44c-1.767 5.94-2.784 12.766-2.784 19.829 0 39.765 32.235 72 72 72 7.12 0 13.998-1.033 20.494-2.959l-0.509 0.13 101.44-28.96c27.105 12.977 58.555 22.768 91.576 27.768l1.864 0.232c54.507 116.477 170.721 195.72 305.444 195.72 51.76 0 100.789-11.697 144.586-32.592l-2.030 0.872 101.44 28.96c5.922 1.756 12.726 2.766 19.766 2.766 39.765 0 72-32.235 72-72 0-7.040-1.010-13.844-2.894-20.275l0.128 0.509zM246.12 620.88c-0.011-0-0.024-0-0.037-0-4.688 0-9.219 0.672-13.502 1.925l0.339-0.085-77.96 22.28 22.28-77.96c1.179-3.961 1.857-8.513 1.857-13.222 0-8.424-2.17-16.342-5.982-23.224l0.125 0.246c-18.396-33.151-29.224-72.699-29.224-114.776 0-132.548 107.452-240 240-240s240 107.452 240 240c0 132.548-107.452 240-240 240-42.077 0-81.624-10.828-116.009-29.85l1.233 0.625c-6.634-3.726-14.561-5.92-23.001-5.92-0.042 0-0.084 0-0.126 0l0.007-0zM846.76 759.040l22.28 77.96-77.96-22.28c-3.961-1.179-8.513-1.857-13.222-1.857-8.424 0-16.342 2.17-23.224 5.982l0.246-0.125c-33.165 18.388-72.726 29.212-114.814 29.212-80.639 0-151.998-39.73-195.571-100.683l-0.495-0.728c157.99-29.309 276.041-166.055 276.041-330.373 0-12.366-0.669-24.576-1.972-36.595l0.131 1.488c95.025 33.393 161.928 122.357 161.928 226.947 0 42.124-10.852 81.713-29.914 116.124l0.625-1.231c-3.719 6.66-5.91 14.611-5.91 23.074 0 4.675 0.668 9.193 1.914 13.465l-0.085-0.339z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chats-circle-bold"]},"attrs":[{}],"properties":{"order":28535,"id":949,"name":"chats-circle-bold","prevSize":16,"code":59946},"setIdx":3,"setId":3,"iconIdx":298},{"icon":{"paths":["M689.16 275.6c-54.52-116.288-170.603-195.382-305.16-195.382-185.491 0-335.876 150.308-336 335.77l-0 0.012v264c0 39.765 32.235 72 72 72v0h216.4c55.343 114.333 170.401 191.823 303.576 192l0.024 0h264c39.765 0 72-32.235 72-72v0-264c0-0.005 0-0.010 0-0.016 0-168.221-123.622-307.568-284.975-332.151l-1.865-0.234zM144 416c0-132.548 107.452-240 240-240s240 107.452 240 240c0 132.548-107.452 240-240 240v0h-240zM880 848h-240c-80.612-0.097-151.923-39.829-195.505-100.752l-0.495-0.728c157.99-29.309 276.041-166.055 276.041-330.373 0-12.366-0.669-24.576-1.972-36.595l0.131 1.488c94.958 33.43 161.8 122.36 161.8 226.903 0 0.020-0 0.041-0 0.061l0-0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chats-teardrop-bold"]},"attrs":[{}],"properties":{"order":28536,"id":948,"name":"chats-teardrop-bold","prevSize":16,"code":59947},"setIdx":3,"setId":3,"iconIdx":299},{"icon":{"paths":["M528 80c-229.65 0.25-415.75 186.35-416 415.976l-0 0.024v337.32c0.046 43.436 35.245 78.635 78.676 78.68l337.324 0c229.75 0 416-186.25 416-416s-186.25-416-416-416v0zM528 816h-320v-320c0-176.731 143.269-320 320-320s320 143.269 320 320c0 176.731-143.269 320-320 320v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-teardrop-bold"]},"attrs":[{}],"properties":{"order":28537,"id":947,"name":"chat-teardrop-bold","prevSize":16,"code":59948},"setIdx":3,"setId":3,"iconIdx":300},{"icon":{"paths":["M528 80c-229.65 0.25-415.75 186.35-416 415.976l-0 0.024v337.32c0.046 43.436 35.245 78.635 78.676 78.68l337.324 0c229.75 0 416-186.25 416-416s-186.25-416-416-416v0zM528 816h-320v-320c0-176.731 143.269-320 320-320s320 143.269 320 320c0 176.731-143.269 320-320 320v0zM496 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM688 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-teardrop-dots-bold"]},"attrs":[{}],"properties":{"order":28538,"id":946,"name":"chat-teardrop-dots-bold","prevSize":16,"code":59949},"setIdx":3,"setId":3,"iconIdx":301},{"icon":{"paths":["M688 432c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0zM640 544h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM944 496c-0.25 229.65-186.35 415.75-415.976 416l-337.344 0c-43.436-0.046-78.635-35.245-78.68-78.676l-0-0.004v-337.32c0-229.75 186.25-416 416-416s416 186.25 416 416v0zM848 496c0-176.731-143.269-320-320-320s-320 143.269-320 320v0 320h320c176.648-0.205 319.795-143.351 320-319.98l0-0.020z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-teardrop-text-bold"]},"attrs":[{}],"properties":{"order":28539,"id":945,"name":"chat-teardrop-text-bold","prevSize":16,"code":59950},"setIdx":3,"setId":3,"iconIdx":302},{"icon":{"paths":["M864 176h-704c-44.183 0-80 35.817-80 80v0 640c-0 0.099-0.001 0.216-0.001 0.333 0 31.803 18.726 59.232 45.754 71.863l0.487 0.204c9.949 4.769 21.624 7.569 33.949 7.6l0.011 0c19.61-0.052 37.545-7.184 51.392-18.973l-0.112 0.093 0.76-0.64 123.76-108.48h528c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM848 752h-518c-0.001-0-0.003-0-0.005-0-19.661 0-37.665 7.092-51.594 18.858l0.119-0.098-0.76 0.64-101.76 89.16v-588.56h672zM336 432c0-26.51 21.49-48 48-48v0h256c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48v0zM336 592c0-26.51 21.49-48 48-48v0h256c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-text-bold"]},"attrs":[{}],"properties":{"order":28540,"id":944,"name":"chat-text-bold","prevSize":16,"code":59951},"setIdx":3,"setId":3,"iconIdx":303},{"icon":{"paths":["M929.96 321.96l-512 512c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-224-224c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l190.040 190.040 478.040-477.96c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-bold"]},"attrs":[{}],"properties":{"order":28541,"id":943,"name":"check-bold","prevSize":16,"code":59952},"setIdx":3,"setId":3,"iconIdx":304},{"icon":{"paths":["M705.96 382.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-224 224c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-96-96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 62.040 61.96 190.040-190.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026zM848 512c0-185.568-150.432-336-336-336s-336 150.432-336 336c0 185.568 150.432 336 336 336v0c185.485-0.205 335.795-150.515 336-335.98l0-0.020z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-circle-bold"]},"attrs":[{}],"properties":{"order":28542,"id":942,"name":"check-circle-bold","prevSize":16,"code":59953},"setIdx":3,"setId":3,"iconIdx":305},{"icon":{"paths":["M984.6 261.84l-0.28-0.28-95.72-94.16c-14.476-14.472-34.473-23.423-56.561-23.423-21.968 0-41.868 8.854-56.325 23.189l0.006-0.006-360 354.48-135.72-130.6c-14.437-14.246-34.28-23.044-56.179-23.044-22.098 0-42.103 8.959-56.581 23.444l-96 96c-14.448 14.472-23.383 34.453-23.383 56.52s8.935 42.048 23.384 56.521l-0.001-0.001 286.48 288c14.478 14.484 34.483 23.443 56.58 23.443s42.102-8.959 56.58-23.443l513.72-513.52c14.472-14.476 23.423-34.473 23.423-56.56s-8.951-42.084-23.423-56.56l0 0zM414.44 809.32l-263.88-265.32 73.64-73.6 135.8 130.56c14.444 14.282 34.311 23.105 56.24 23.105s41.796-8.823 56.247-23.112l-0.007 0.007 359.52-354.52 73.28 72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-fat-bold"]},"attrs":[{}],"properties":{"order":28543,"id":941,"name":"check-fat-bold","prevSize":16,"code":59954},"setIdx":3,"setId":3,"iconIdx":306},{"icon":{"paths":["M609.64 354.24l-358.4 352c-8.655 8.508-20.534 13.76-33.64 13.76s-24.985-5.252-33.647-13.767l0.007 0.007-153.6-150.84c-8.875-8.719-14.375-20.847-14.375-34.26 0-26.518 21.497-48.015 48.015-48.015 13.105 0 24.983 5.25 33.647 13.761l-0.007-0.007 120 117.84 324.76-318.96c8.655-8.508 20.534-13.76 33.64-13.76 26.51 0 48 21.49 48 48 0 13.404-5.494 25.525-14.353 34.233l-0.007 0.007zM994.24 286.24c-8.72-8.902-20.865-14.42-34.299-14.42-13.136 0-25.039 5.277-33.706 13.826l0.005-0.005-324.64 319.080-31.52-30.96c-8.655-8.508-20.534-13.76-33.64-13.76-26.51 0-48 21.49-48 48 0 13.404 5.494 25.525 14.353 34.233l0.007 0.007 65.16 64c8.655 8.508 20.534 13.76 33.64 13.76s24.985-5.252 33.647-13.767l-0.007 0.007 358.4-352c8.866-8.715 14.36-20.836 14.36-34.24 0-13.106-5.252-24.985-13.767-33.647l0.007 0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["checks-bold"]},"attrs":[{}],"properties":{"order":28544,"id":940,"name":"checks-bold","prevSize":16,"code":59955},"setIdx":3,"setId":3,"iconIdx":307},{"icon":{"paths":["M318.040 577.96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 61.96 62.040 190.040-190.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-224 224c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001zM912 192v640c0 44.183-35.817 80-80 80v0h-640c-44.183 0-80-35.817-80-80v0-640c0-44.183 35.817-80 80-80v0h640c44.183 0 80 35.817 80 80v0zM816 208h-608v608h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-square-bold"]},"attrs":[{}],"properties":{"order":28545,"id":939,"name":"check-square-bold","prevSize":16,"code":59956},"setIdx":3,"setId":3,"iconIdx":308},{"icon":{"paths":["M912 192v640c0 44.183-35.817 80-80 80v0h-272c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256v-608h-608v352c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-368c0-44.183 35.817-80 80-80v0h640c44.183 0 80 35.817 80 80v0zM513.96 606.040c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-189.96 189.96-62.040-61.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l96 96c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 224-224c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-square-offset-bold"]},"attrs":[{}],"properties":{"order":28546,"id":938,"name":"check-square-offset-bold","prevSize":16,"code":59957},"setIdx":3,"setId":3,"iconIdx":309},{"icon":{"paths":["M920.68 566.84l-136.68-82v-68.84c0-0.033 0-0.072 0-0.111 0-17.673-9.551-33.116-23.774-41.447l-0.227-0.123-200-114.32v-52h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-48v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v52l-199.8 114.32c-14.56 8.426-24.198 23.927-24.2 41.68l-0 0v68.84l-136.68 82c-14.064 8.538-23.317 23.768-23.32 41.16l-0 0v256c0 26.51 21.49 48 48 48v0h304c26.51 0 48-21.49 48-48v0-176c0-17.673 14.327-32 32-32s32 14.327 32 32v0 176c0 26.51 21.49 48 48 48v0h304c26.51 0 48-21.49 48-48v0-256c-0.003-17.392-9.256-32.622-23.107-41.040l-0.213-0.12zM176 635.16l64-38.4v219.24h-64zM512 560c-70.692 0-128 57.308-128 128v0 128h-48v-372l176-100.56 176 100.56v372h-48v-128c0-70.692-57.308-128-128-128v0zM848 816h-64v-219.24l64 38.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["church-bold"]},"attrs":[{}],"properties":{"order":28547,"id":937,"name":"church-bold","prevSize":16,"code":59958},"setIdx":3,"setId":3,"iconIdx":310},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-bold"]},"attrs":[{}],"properties":{"order":28548,"id":936,"name":"circle-bold","prevSize":16,"code":59959},"setIdx":3,"setId":3,"iconIdx":311},{"icon":{"paths":["M369.52 152.2c-0.975-3.613-1.535-7.761-1.535-12.040 0-22.251 15.14-40.965 35.68-46.404l0.335-0.075c32.41-8.713 69.621-13.718 108-13.718s75.59 5.005 111.014 14.397l-3.014-0.68c21.457 5.094 37.173 24.093 37.173 46.763 0 26.51-21.49 48-48 48-4.692 0-9.226-0.673-13.513-1.928l0.339 0.085c-25.208-6.768-54.15-10.655-84-10.655s-58.791 3.887-86.347 11.183l2.347-0.528c-3.608 0.972-7.75 1.53-12.022 1.53-22.22 0-40.913-15.098-46.382-35.595l-0.076-0.335zM203.76 209.36c-49.776 50.686-87.191 113.68-107.256 183.99l-0.744 3.050c-1.106 3.841-1.742 8.252-1.742 12.812 0 21.962 14.749 40.479 34.883 46.186l0.338 0.082c3.837 1.088 8.244 1.716 12.798 1.72l0.002 0c21.945-0.010 40.446-14.746 46.158-34.862l0.082-0.338c16.183-57.033 45.284-106.004 84.048-145.449l-0.048 0.049c8.496-8.653 13.741-20.524 13.741-33.62 0-26.51-21.491-48.001-48.001-48.001-13.414 0-25.543 5.502-34.253 14.373l-0.007 0.007zM188.24 601.92c-6.126-19.947-24.385-34.198-45.973-34.198-26.51 0-48 21.49-48 48 0 4.22 0.545 8.313 1.567 12.212l-0.074-0.334c20.779 73.396 58.199 136.422 108.063 187.184l-0.063-0.064c8.492 7.74 19.835 12.48 32.285 12.48 26.51 0 48-21.49 48-48 0-12.221-4.567-23.375-12.088-31.849l0.043 0.050c-38.636-39.434-67.66-88.433-83.185-143.111l-0.575-2.369zM596 837.4c-25.208 6.777-54.149 10.669-84 10.669s-58.792-3.893-86.344-11.198l2.344 0.529c-3.947-1.17-8.481-1.843-13.173-1.843-26.51 0-48 21.49-48 48 0 22.67 15.716 41.669 36.847 46.698l0.326 0.066c32.41 8.713 69.621 13.718 108 13.718s75.59-5.005 111.014-14.397l-3.014 0.68c21.457-5.094 37.173-24.093 37.173-46.763 0-26.51-21.49-48-48-48-4.692 0-9.226 0.673-13.513 1.928l0.339-0.085zM894.88 568.52c-3.786-1.073-8.134-1.69-12.626-1.69-21.943 0-40.448 14.724-46.171 34.832l-0.082 0.338c-16.183 57.033-45.284 106.004-84.048 145.449l0.048-0.049c-8.508 8.655-13.76 20.534-13.76 33.64 0 26.51 21.49 48 48 48 13.404 0 25.525-5.494 34.233-14.353l0.007-0.007c49.768-50.705 87.182-113.709 107.255-184.028l0.745-3.052c1.099-3.829 1.73-8.226 1.73-12.771 0-22.016-14.822-40.57-35.032-46.228l-0.338-0.081zM835.8 422.080c6.126 19.947 24.385 34.198 45.973 34.198 26.51 0 48-21.49 48-48 0-4.22-0.545-8.313-1.567-12.212l0.074 0.334c-20.779-73.396-58.199-136.422-108.063-187.184l0.063 0.064c-8.828-9.842-21.585-16.005-35.781-16.005-26.51 0-48 21.49-48 48 0 13.958 5.957 26.524 15.468 35.295l0.033 0.030c38.636 39.434 67.66 88.433 83.185 143.111l0.575 2.369z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-dashed-bold"]},"attrs":[{}],"properties":{"order":28549,"id":935,"name":"circle-dashed-bold","prevSize":16,"code":59960},"setIdx":3,"setId":3,"iconIdx":312},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM560 179.48c35.817 5.254 68.143 15.407 97.99 29.87l-1.99-0.87v607.040c-27.858 13.594-60.183 23.746-94.177 28.778l-1.823 0.222zM176 512c0.232-168.54 124.343-308.023 286.15-332.292l1.85-0.228v665.040c-163.657-24.497-287.768-163.98-288-332.495l-0-0.025zM752 746.84v-469.68c59.358 60.438 95.999 143.36 95.999 234.84s-36.641 174.402-96.048 234.89l0.049-0.050z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-half-bold"]},"attrs":[{}],"properties":{"order":28550,"id":934,"name":"circle-half-bold","prevSize":16,"code":59961},"setIdx":3,"setId":3,"iconIdx":313},{"icon":{"paths":["M817.48 206.4c-78.245-78.296-186.367-126.727-305.8-126.727-238.764 0-432.32 193.556-432.32 432.32s193.556 432.32 432.32 432.32c238.761 0 432.316-193.552 432.32-432.313l-0 0c-0.003-119.332-48.349-227.371-126.522-305.602l0.002 0.002zM704 788c-18.462 13.068-39.517 24.799-61.804 34.18l-2.196 0.82v-371l64-64zM274.4 274.32c60.843-60.751 144.848-98.32 237.628-98.32 75.821 0 145.782 25.090 202.033 67.42l-0.861-0.62-470.32 470.52c-41.762-55.412-66.885-125.415-66.885-201.286 0-92.822 37.603-176.862 98.408-237.716l-0.002 0.002zM384 708v114.76c-27.948-11.635-52.054-25.578-74.047-42.172l0.847 0.612zM480 846.48v-234.48l64-64v298.56c-9.466 0.939-20.459 1.475-31.578 1.475-11.417 0-22.701-0.565-33.828-1.668l1.406 0.113zM800 685.4v-346.8c30.176 49.493 48.040 109.36 48.040 173.4s-17.865 123.907-48.883 174.89l0.842-1.49z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-half-tilt-bold"]},"attrs":[{}],"properties":{"order":28551,"id":933,"name":"circle-half-tilt-bold","prevSize":16,"code":59962},"setIdx":3,"setId":3,"iconIdx":314},{"icon":{"paths":["M944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432v0c0-170.080 98.92-325.36 252-395.6 6.142-3.062 13.379-4.854 21.035-4.854 26.51 0 48 21.49 48 48 0 19.655-11.813 36.55-28.726 43.974l-0.308 0.121c-119.040 54.64-196 175.68-196 308.36 0 185.568 150.432 336 336 336s336-150.432 336-336v0c0-132.68-76.96-253.72-196-308.36-17.222-7.544-29.035-24.44-29.035-44.094 0-26.51 21.49-48 48-48 7.656 0 14.893 1.792 21.314 4.98l-0.28-0.126c153.080 70.24 252 225.52 252 395.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-notch-bold"]},"attrs":[{}],"properties":{"order":28552,"id":932,"name":"circle-notch-bold","prevSize":16,"code":59963},"setIdx":3,"setId":3,"iconIdx":315},{"icon":{"paths":["M312 144c-92.784 0-168 75.216-168 168s75.216 168 168 168c92.784 0 168-75.216 168-168v0c0-92.784-75.216-168-168-168v0zM312 384c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM712 480c92.784 0 168-75.216 168-168s-75.216-168-168-168c-92.784 0-168 75.216-168 168v0c0 92.784 75.216 168 168 168v0zM712 240c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM312 544c-92.784 0-168 75.216-168 168s75.216 168 168 168c92.784 0 168-75.216 168-168v0c0-92.784-75.216-168-168-168v0zM312 784c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM712 544c-92.784 0-168 75.216-168 168s75.216 168 168 168c92.784 0 168-75.216 168-168v0c0-92.784-75.216-168-168-168v0zM712 784c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circles-four-bold"]},"attrs":[{}],"properties":{"order":28553,"id":931,"name":"circles-four-bold","prevSize":16,"code":59964},"setIdx":3,"setId":3,"iconIdx":316},{"icon":{"paths":["M704 304c0-106.039-85.961-192-192-192s-192 85.961-192 192c0 106.039 85.961 192 192 192v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011zM512 400c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM752 496c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM752 784c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM272 496c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM272 784c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circles-three-bold"]},"attrs":[{}],"properties":{"order":28554,"id":930,"name":"circles-three-bold","prevSize":16,"code":59965},"setIdx":3,"setId":3,"iconIdx":317},{"icon":{"paths":["M312 144c-92.784 0-168 75.216-168 168s75.216 168 168 168c92.784 0 168-75.216 168-168v0c0-92.784-75.216-168-168-168v0zM312 384c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM712 480c92.784 0 168-75.216 168-168s-75.216-168-168-168c-92.784 0-168 75.216-168 168v0c0 92.784 75.216 168 168 168v0zM712 240c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM312 544c-92.784 0-168 75.216-168 168s75.216 168 168 168c92.784 0 168-75.216 168-168v0c0-92.784-75.216-168-168-168v0zM312 784c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM880 712c0 26.51-21.49 48-48 48v0h-72v72c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-72h-72c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h72v-72c0-26.51 21.49-48 48-48s48 21.49 48 48v0 72h72c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circles-three-plus-bold"]},"attrs":[{}],"properties":{"order":28555,"id":929,"name":"circles-three-plus-bold","prevSize":16,"code":59966},"setIdx":3,"setId":3,"iconIdx":318},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM208 208h96v400c-19.518 14.75-32 37.917-32 64 0 44.183 35.817 80 80 80s80-35.817 80-80c0-26.083-12.482-49.25-31.799-63.854l-0.201-0.146v-108l160 160v156h-352zM816 816h-160v-176c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l-241.96-242.040v-156h96v80c-0 0.011-0 0.024-0 0.038 0 13.245 5.365 25.238 14.040 33.923l-0-0 82.84 82.8c-0.553 3.549-0.869 7.643-0.869 11.811 0 44.558 36.122 80.68 80.68 80.68s80.68-36.122 80.68-80.68c0-44.558-36.122-80.68-80.68-80.68-4.168 0-8.261 0.316-12.259 0.925l0.448-0.056-68.88-68.76v-60h224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circuitry-bold"]},"attrs":[{}],"properties":{"order":28556,"id":928,"name":"circuitry-bold","prevSize":16,"code":59967},"setIdx":3,"setId":3,"iconIdx":319},{"icon":{"paths":["M800 112h-138.12c-37.84-39.466-90.996-63.991-149.88-63.991s-112.040 24.525-149.811 63.918l-0.069 0.073h-138.12c-44.183 0-80 35.817-80 80v0 672c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-672c0-44.183-35.817-80-80-80v0zM622.84 240h-221.68c8.135-54.553 54.657-95.922 110.84-95.922s102.705 41.369 110.765 95.308l0.075 0.615zM784 848h-544v-640h69.64c-3.57 14.413-5.626 30.963-5.64 47.991l-0 0.009v32c0 26.51 21.49 48 48 48v0h320c26.51 0 48-21.49 48-48v0-32c-0.014-17.037-2.070-33.587-5.934-49.428l0.294 1.428h69.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clipboard-bold"]},"attrs":[{}],"properties":{"order":28557,"id":927,"name":"clipboard-bold","prevSize":16,"code":59968},"setIdx":3,"setId":3,"iconIdx":320},{"icon":{"paths":["M688 624c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0zM640 416h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM880 192v672c0 44.183-35.817 80-80 80v0h-576c-44.183 0-80-35.817-80-80v0-672c0-44.183 35.817-80 80-80v0h138.12c37.84-39.466 90.996-63.991 149.88-63.991s112.040 24.525 149.811 63.918l0.069 0.073h138.12c44.183 0 80 35.817 80 80v0zM512 144c-56.206 0.006-102.74 41.413-110.765 95.387l-0.075 0.613h221.68c-8.1-54.587-54.634-95.994-110.839-96l-0.001-0zM784 208h-69.64c3.57 14.413 5.626 30.963 5.64 47.991l0 0.009v32c0 26.51-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48v0-32c0.014-17.037 2.070-33.587 5.934-49.428l-0.294 1.428h-69.64v640h544z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clipboard-text-bold"]},"attrs":[{}],"properties":{"order":28558,"id":926,"name":"clipboard-text-bold","prevSize":16,"code":59969},"setIdx":3,"setId":3,"iconIdx":321},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM784 512c0 26.51-21.49 48-48 48v0h-108l78.080 78.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-160-160c-8.745-8.696-14.158-20.736-14.158-34.040 0-26.51 21.49-48 48-48 0.027 0 0.055 0 0.082 0l-0.004-0h224c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-afternoon-bold"]},"attrs":[{}],"properties":{"order":28559,"id":925,"name":"clock-afternoon-bold","prevSize":16,"code":59970},"setIdx":3,"setId":3,"iconIdx":322},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM784 512c0 26.51-21.49 48-48 48v0h-224c-26.51 0-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48s48 21.49 48 48v0 176h176c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-bold"]},"attrs":[{}],"properties":{"order":28560,"id":924,"name":"clock-bold","prevSize":16,"code":59971},"setIdx":3,"setId":3,"iconIdx":323},{"icon":{"paths":["M560 320v164.84l136.68 82c14.484 8.445 24.064 23.907 24.064 41.606 0 26.51-21.49 48-48 48-9.421 0-18.207-2.714-25.621-7.402l0.197 0.116-160-96c-14.064-8.538-23.317-23.768-23.32-41.16l-0-0v-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM896 208c-26.51 0-48 21.49-48 48v0 29.48c-16.84-18.68-34.32-37.24-53.16-56.32-72.384-72.376-172.378-117.142-282.827-117.142-220.914 0-400 179.086-400 400s179.086 400 400 400c106.39 0 203.079-41.535 274.736-109.275l-0.189 0.177c9.281-8.775 15.058-21.173 15.058-34.92 0-26.52-21.499-48.018-48.018-48.018-12.773 0-24.38 4.987-32.983 13.12l0.023-0.021c-54.315 51.345-127.797 82.91-208.651 82.91-167.895 0-304-136.105-304-304s136.105-304 304-304c83.853 0 159.777 33.95 214.775 88.854l-0.004-0.004c23.68 23.96 45.24 47.16 66.16 71.16h-56.92c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c26.51 0 48-21.49 48-48v0-160c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-clockwise-bold"]},"attrs":[{}],"properties":{"order":28561,"id":923,"name":"clock-clockwise-bold","prevSize":16,"code":59972},"setIdx":3,"setId":3,"iconIdx":324},{"icon":{"paths":["M944 548c-19.702 222.383-205.104 395.448-430.928 395.448-238.874 0-432.52-193.646-432.52-432.52 0-225.824 173.065-411.226 393.798-430.81l1.65-0.118c1.198-0.106 2.592-0.166 4-0.166 26.602 0 48.166 21.565 48.166 48.166 0 25.194-19.342 45.869-43.987 47.988l-0.179 0.012c-173.045 15.283-307.729 159.538-307.729 335.249 0 185.833 150.647 336.48 336.48 336.48 175.712 0 319.966-134.685 335.158-306.449l0.091-1.28c2.131-24.824 22.806-44.166 48-44.166 26.602 0 48.166 21.565 48.166 48.166 0 1.408-0.060 2.802-0.179 4.179l0.012-0.179zM464 304v208c0 26.51 21.49 48 48 48v0h208c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-160v-160c0-26.51-21.49-48-48-48s-48 21.49-48 48v0zM832 384c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM704 256c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-countdown-bold"]},"attrs":[{}],"properties":{"order":28562,"id":922,"name":"clock-countdown-bold","prevSize":16,"code":59973},"setIdx":3,"setId":3,"iconIdx":325},{"icon":{"paths":["M560 320v164.84l136.68 82c14.484 8.445 24.064 23.907 24.064 41.606 0 26.51-21.49 48-48 48-9.421 0-18.207-2.714-25.621-7.402l0.197 0.116-160-96c-14.064-8.538-23.317-23.768-23.32-41.16l-0-0v-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM512 112c-0.304-0.001-0.664-0.001-1.024-0.001-110.234 0-209.988 44.869-281.996 117.341l-0.020 0.021c-18.76 18.96-36 37.48-52.96 56v-29.36c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 160c0 26.51 21.49 48 48 48v0h160c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-56.92c20.92-24 42.4-47.12 65.96-70.96 55.016-55.032 131.029-89.071 214.992-89.071 167.895 0 304 136.105 304 304s-136.105 304-304 304c-80.864 0-154.354-31.573-208.815-83.064l0.143 0.134c-8.58-8.112-20.187-13.098-32.96-13.098-26.52 0-48.018 21.499-48.018 48.018 0 13.747 5.777 26.145 15.036 34.899l0.023 0.021c71.471 67.576 168.169 109.12 274.57 109.12 220.914 0 400-179.086 400-400s-179.086-400-400-400c-0.004 0-0.007 0-0.011 0l0.001-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-counter-clockwise-bold"]},"attrs":[{}],"properties":{"order":28563,"id":921,"name":"clock-counter-clockwise-bold","prevSize":16,"code":59974},"setIdx":3,"setId":3,"iconIdx":326},{"icon":{"paths":["M896 176h-768c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h768c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM880 752h-736v-480h736zM208 512c-0-0.006-0-0.013-0-0.020 0-97.202 78.798-176 176-176 32.401 0 62.756 8.755 88.831 24.029l-0.831-0.45c14.022 8.548 23.242 23.759 23.242 41.122 0 26.51-21.49 48-48 48-8.53 0-16.541-2.225-23.483-6.127l0.241 0.125c-11.459-6.715-25.233-10.68-39.934-10.68-44.183 0-80 35.817-80 80s35.817 80 80 80c14.701 0 28.476-3.965 40.313-10.885l-0.379 0.205c7.2-4.543 15.96-7.24 25.349-7.24 26.51 0 48 21.49 48 48 0 18.216-10.147 34.062-25.097 42.194l-0.252 0.126c-25.244 14.824-55.599 23.58-88 23.58-97.195 0-175.988-78.786-176-175.978l-0-0.001zM528 512c-0-0.006-0-0.013-0-0.020 0-97.202 78.798-176 176-176 32.401 0 62.756 8.755 88.831 24.029l-0.831-0.45c14.022 8.548 23.242 23.759 23.242 41.122 0 26.51-21.49 48-48 48-8.53 0-16.541-2.225-23.483-6.127l0.241 0.125c-11.459-6.715-25.233-10.68-39.934-10.68-44.183 0-80 35.817-80 80s35.817 80 80 80c14.701 0 28.476-3.965 40.313-10.885l-0.379 0.205c7.2-4.543 15.96-7.24 25.349-7.24 26.51 0 48 21.49 48 48 0 18.216-10.147 34.062-25.097 42.194l-0.252 0.126c-25.244 14.824-55.599 23.58-88 23.58-97.195 0-175.988-78.786-176-175.978l-0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["closed-captioning-bold"]},"attrs":[{}],"properties":{"order":28564,"id":920,"name":"closed-captioning-bold","prevSize":16,"code":59975},"setIdx":3,"setId":3,"iconIdx":327},{"icon":{"paths":["M1008 512c0.001 0.321 0.002 0.701 0.002 1.081 0 82.927-27.676 159.389-74.295 220.655l0.654-0.896c-8.867 11.282-22.512 18.461-37.834 18.461-26.51 0-48-21.49-48-48 0-10.572 3.418-20.346 9.209-28.277l-0.095 0.136c33.938-44.882 54.36-101.629 54.36-163.147 0-150.221-121.779-272-272-272-150.217 0-271.992 121.771-272 271.985l-0 0.001c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c-0-0.094-0-0.204-0-0.315 0-28.242 3.192-55.739 9.234-82.149l-0.474 2.464c-95.653 2.030-172.417 80.050-172.417 176 0 97.223 78.815 176.037 176.037 176.037 1.273 0 2.543-0.014 3.809-0.040l-0.189 0.003h96c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-96c-0.099 0-0.217 0-0.334 0-150.221 0-272-121.779-272-272s121.779-272 272-272c9.98 0 19.835 0.538 29.537 1.585l-1.203-0.105c63.44-116.085 184.679-193.506 324-193.506 203.241 0 368 164.759 368 368 0 0.009-0 0.019-0 0.028l0-0.001zM702.040 670.040l-46.040 45.96v-204c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 204l-46.040-46.080c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l128 128c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 128-128c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-arrow-down-bold"]},"attrs":[{}],"properties":{"order":28565,"id":919,"name":"cloud-arrow-down-bold","prevSize":16,"code":59976},"setIdx":3,"setId":3,"iconIdx":328},{"icon":{"paths":["M1008 512c0.001 0.321 0.002 0.701 0.002 1.081 0 82.927-27.676 159.389-74.295 220.655l0.654-0.896c-8.867 11.282-22.512 18.461-37.834 18.461-26.51 0-48-21.49-48-48 0-10.572 3.418-20.346 9.209-28.277l-0.095 0.136c33.938-44.882 54.36-101.629 54.36-163.147 0-150.221-121.779-272-272-272-150.217 0-271.992 121.771-272 271.985l-0 0.001c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c-0-0.094-0-0.204-0-0.315 0-28.242 3.192-55.739 9.234-82.149l-0.474 2.464c-95.653 2.030-172.417 80.050-172.417 176 0 97.223 78.815 176.037 176.037 176.037 1.273 0 2.543-0.014 3.809-0.040l-0.189 0.003h96c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-96c-0.099 0-0.217 0-0.334 0-150.221 0-272-121.779-272-272s121.779-272 272-272c9.98 0 19.835 0.538 29.537 1.585l-1.203-0.105c63.44-116.085 184.679-193.506 324-193.506 203.241 0 368 164.759 368 368 0 0.009-0 0.019-0 0.028l0-0.001zM641.96 478.040c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-128 128c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l46.040-46.040v204c0 26.51 21.49 48 48 48s48-21.49 48-48v0-204l46.040 46.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-arrow-up-bold"]},"attrs":[{}],"properties":{"order":28566,"id":918,"name":"cloud-arrow-up-bold","prevSize":16,"code":59977},"setIdx":3,"setId":3,"iconIdx":329},{"icon":{"paths":["M640 144c-139.286 0.070-260.486 77.436-323.038 191.525l-0.962 1.915c-8.384-0.917-18.106-1.44-27.951-1.44-150.221 0-272 121.779-272 272 0 150.204 121.751 271.972 271.949 272l352.003 0c203.241 0 368-164.759 368-368s-164.759-368-368-368v0zM640 784h-352c-1.083 0.024-2.36 0.038-3.64 0.038-97.223 0-176.038-78.815-176.038-176.038 0-95.943 76.753-173.959 172.208-175.997l0.19-0.003c-5.543 23.914-8.72 51.374-8.72 79.576 0 0.149 0 0.299 0 0.448l-0-0.023c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-150.221 121.779-272 272-272s272 121.779 272 272c0 150.221-121.779 272-272 272v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-bold"]},"attrs":[{}],"properties":{"order":28567,"id":917,"name":"cloud-bold","prevSize":16,"code":59978},"setIdx":3,"setId":3,"iconIdx":330},{"icon":{"paths":["M640 144c-139.286 0.070-260.486 77.436-323.038 191.525l-0.962 1.915c-8.384-0.917-18.106-1.44-27.951-1.44-150.221 0-272 121.779-272 272 0 150.204 121.751 271.972 271.949 272l352.003 0c203.241 0 368-164.759 368-368s-164.759-368-368-368v0zM640 784h-352c-1.083 0.024-2.36 0.038-3.64 0.038-97.223 0-176.038-78.815-176.038-176.038 0-95.943 76.753-173.959 172.208-175.997l0.19-0.003c-5.543 23.914-8.72 51.374-8.72 79.576 0 0.149 0 0.299 0 0.448l-0-0.023c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-150.221 121.779-272 272-272s272 121.779 272 272c0 150.221-121.779 272-272 272v0zM801.96 414.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-192 192c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-96-96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 62.040 61.96 158.040-158.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-check-bold"]},"attrs":[{}],"properties":{"order":28568,"id":916,"name":"cloud-check-bold","prevSize":16,"code":59979},"setIdx":3,"setId":3,"iconIdx":331},{"icon":{"paths":["M480 800h-192c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM736 704h-96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h96c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM640 848h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM928 352c-0.182 167.821-136.179 303.818-303.983 304l-320.017 0c-114.828-0.062-207.891-93.163-207.891-208 0-114.875 93.125-208 208-208 12.683 0 25.1 1.135 37.156 3.309l-1.265-0.189c44.925-115.323 155.093-195.557 284-195.557 167.895 0 304 136.105 304 304 0 0.154-0 0.308-0 0.462l0-0.024zM832 352c0-114.875-93.125-208-208-208s-208 93.125-208 208v0c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0-4.96 0-9.92 0.36-14.84-4.913-0.734-10.585-1.156-16.355-1.16l-0.005-0c-61.856 0-112 50.144-112 112s50.144 112 112 112v0h320c114.82-0.137 207.863-93.18 208-207.987l0-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-fog-bold"]},"attrs":[{}],"properties":{"order":28569,"id":915,"name":"cloud-fog-bold","prevSize":16,"code":59980},"setIdx":3,"setId":3,"iconIdx":332},{"icon":{"paths":["M624 48c-131.121 0.020-243.864 78.683-293.631 191.388l-0.809 2.052c-7.662-0.917-16.535-1.44-25.53-1.44-0.010 0-0.021 0-0.031 0l0.002-0c-123.712 0-224 100.288-224 224s100.288 224 224 224v0h123.24l-52.4 87.28c-4.306 7.055-6.855 15.59-6.855 24.72 0 26.51 21.49 48 48 48 0.005 0 0.010-0 0.016-0l75.239 0-52.4 87.28c-4.298 7.050-6.842 15.578-6.842 24.7 0 26.511 21.491 48.002 48.002 48.002 17.389 0 32.618-9.246 41.040-23.090l0.12-0.212 96-160c4.291-7.045 6.831-15.566 6.831-24.68 0-26.506-21.485-47.995-47.99-48l-75.24-0 38.4-64h84.84c176.731 0 320-143.269 320-320s-143.269-320-320-320v0zM624 592h-320c-70.692 0-128-57.308-128-128s57.308-128 128-128v0h1.12c-0.44 4.4-0.8 8.8-1.040 13.2-0.051 0.831-0.080 1.802-0.080 2.78 0 26.554 21.526 48.080 48.080 48.080 25.576 0 46.488-19.97 47.994-45.168l0.006-0.133c7.070-118.122 104.592-211.24 223.863-211.24 123.844 0 224.24 100.396 224.24 224.24 0 123.824-100.363 224.207-224.18 224.24l-0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-lightning-bold"]},"attrs":[{}],"properties":{"order":28570,"id":914,"name":"cloud-lightning-bold","prevSize":16,"code":59981},"setIdx":3,"setId":3,"iconIdx":333},{"icon":{"paths":["M656 272c-6.64 0-13.24 0.24-19.8 0.64-19.858-123.194-111.501-220.524-229.94-248.509l-2.060-0.411c-3.213-0.767-6.902-1.206-10.694-1.206-26.51 0-48 21.49-48 48 0 3.803 0.442 7.504 1.278 11.052l-0.065-0.325c3.351 13.989 5.273 30.050 5.273 46.56 0 114.986-93.214 208.2-208.2 208.2-16.522 0-32.594-1.924-48.005-5.562l1.412 0.281c-3.216-0.768-6.908-1.209-10.704-1.209-26.51 0-48 21.49-48 48 0 3.819 0.446 7.533 1.289 11.094l-0.065-0.326c16.983 70.86 56.733 130.595 110.936 172.556l0.704 0.524c-24.56 35.422-39.234 79.317-39.234 126.64 0 123.668 100.217 223.928 223.868 224l320.007 0c176.731 0 320-143.269 320-320s-143.269-320-320-320v0zM447.56 144c51.076 32.583 86.513 85.808 94.608 147.637l0.112 1.043c-81.528 31.592-145.593 93.016-179.909 170.546l-0.811 2.054c-7.22-0.818-15.588-1.285-24.065-1.285-0.525 0-1.051 0.002-1.575 0.005l0.081-0c-0.051-0-0.112-0-0.173-0-41.565 0-80.472 11.384-113.771 31.204l1.024-0.564c-25.229-16.603-46.115-37.667-62.020-62.254l-0.5-0.826c154.973-8.932 278.377-132.529 286.965-286.769l0.035-0.791zM656 816h-320c-70.692 0-128-57.308-128-128s57.308-128 128-128v0h1.12c-0.44 4.4-0.8 8.8-1.040 13.2-0.052 0.837-0.082 1.815-0.082 2.8 0 26.555 21.527 48.082 48.082 48.082 25.57 0 46.478-19.959 47.994-45.148l0.006-0.134c0.937-16.067 3.42-31.105 7.319-45.562l-0.359 1.562 0.6-2.2c26.861-95.912 113.501-165.080 216.295-165.080 123.844 0 224.24 100.396 224.24 224.24 0 123.822-100.359 224.203-224.172 224.24l-0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-moon-bold"]},"attrs":[{}],"properties":{"order":28571,"id":913,"name":"cloud-moon-bold","prevSize":16,"code":59982},"setIdx":3,"setId":3,"iconIdx":334},{"icon":{"paths":["M624 48c-131.121 0.020-243.864 78.683-293.631 191.388l-0.809 2.052c-7.662-0.917-16.535-1.44-25.53-1.44-0.010 0-0.021 0-0.031 0l0.002-0c-123.712 0-224 100.288-224 224s100.288 224 224 224v0h118.32l-78.32 117.36c-5.049 7.487-8.059 16.712-8.059 26.64 0 26.542 21.517 48.059 48.059 48.059 16.614 0 31.26-8.431 39.891-21.248l0.109-0.171 113.68-170.64h86.32c176.731 0 320-143.269 320-320s-143.269-320-320-320v0zM624 592h-320c-70.692 0-128-57.308-128-128s57.308-128 128-128v0h1.12c-0.44 4.4-0.8 8.8-1.040 13.2-0.051 0.831-0.080 1.802-0.080 2.78 0 26.554 21.526 48.080 48.080 48.080 25.576 0 46.488-19.97 47.994-45.168l0.006-0.133c7.070-118.122 104.592-211.24 223.863-211.24 123.844 0 224.24 100.396 224.24 224.24 0 123.824-100.363 224.207-224.18 224.24l-0.003 0zM626.6 826.64l-106.68 160c-8.74 12.988-23.386 21.419-40 21.419-26.542 0-48.059-21.517-48.059-48.059 0-9.928 3.010-19.153 8.168-26.811l-0.109 0.171 106.64-160c8.74-12.988 23.386-21.419 40-21.419 26.542 0 48.059 21.517 48.059 48.059 0 9.928-3.010 19.153-8.168 26.811l0.109-0.171z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-rain-bold"]},"attrs":[{}],"properties":{"order":28572,"id":912,"name":"cloud-rain-bold","prevSize":16,"code":59983},"setIdx":3,"setId":3,"iconIdx":335},{"icon":{"paths":["M227.52 127.72c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 130.68 143.72c-150.041 0.239-271.58 121.926-271.58 272 0 150.222 121.779 272 272 272 0.148 0 0.295-0 0.443-0l-0.023 0h352c0.215 0 0.469 0.001 0.723 0.001 43.705 0 85.617-7.681 124.458-21.766l-2.541 0.805 33.84 37.24c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM640 784h-352c-96.722-0.632-174.886-79.186-174.886-175.996 0-94.278 74.128-171.242 167.279-175.788l0.407-0.016c-5.582 23.976-8.788 51.511-8.8 79.791l-0 0.009c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0.010-26.85 3.896-52.788 11.129-77.29l-0.489 1.93 311.52 342.68c-15.071 2.956-32.41 4.658-50.142 4.68l-0.018 0zM1008 512c0.001 0.238 0.001 0.519 0.001 0.801 0 80.909-26.306 155.675-70.831 216.21l0.71-1.011c-8.796 12.419-23.108 20.427-39.29 20.427-26.51 0-48-21.49-48-48 0-10.889 3.626-20.932 9.737-28.986l-0.087 0.119c32.45-44.246 51.927-99.773 51.927-159.849 0-150.221-121.779-272-272-272-50.972 0-98.67 14.021-139.446 38.416l1.239-0.687c-6.744 3.838-14.817 6.101-23.419 6.101-26.51 0-48-21.49-48-48 0-17.107 8.949-32.124 22.421-40.624l0.198-0.117c53.457-32.023 117.937-50.959 186.84-50.959 203.241 0 368 164.759 368 368 0 0.056-0 0.112-0 0.168l0-0.009z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-slash-bold"]},"attrs":[{}],"properties":{"order":28573,"id":911,"name":"cloud-slash-bold","prevSize":16,"code":59984},"setIdx":3,"setId":3,"iconIdx":336},{"icon":{"paths":["M704 864c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM448 800c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM256 800c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM944 368c-0.205 176.648-143.351 319.795-319.98 320l-320.020 0c-123.712 0-224-100.288-224-224s100.288-224 224-224v0c0-0 0-0 0-0 9.006 0 17.889 0.523 26.622 1.541l-1.062-0.101c50.418-114.754 163.080-193.441 294.12-193.441 176.796 0 320.138 143.231 320.32 319.984l0 0.017zM848 368c-0.772-123.258-100.87-222.879-224.236-222.879-118.707 0-215.871 92.239-223.727 208.955l-0.037 0.684c-1.502 25.339-22.417 45.319-48 45.319-26.553 0-48.079-21.526-48.079-48.079 0-0.971 0.029-1.935 0.086-2.892l-0.006 0.132c0.24-4.44 0.6-8.84 1.040-13.24h-1.040c-70.692 0-128 57.308-128 128s57.308 128 128 128v0h320c123.657-0.137 223.863-100.343 224-223.987l0-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-snow-bold"]},"attrs":[{}],"properties":{"order":28574,"id":910,"name":"cloud-snow-bold","prevSize":16,"code":59985},"setIdx":3,"setId":3,"iconIdx":337},{"icon":{"paths":["M624 272c-26.197 0.003-51.661 3.137-76.038 9.050l2.198-0.45c-7.626-11.070-15.512-20.759-24.095-29.78l0.095 0.1 30.28-43.28c5.433-7.674 8.685-17.227 8.685-27.54 0-26.513-21.493-48.005-48.005-48.005-16.2 0-30.526 8.024-39.219 20.315l-0.101 0.15-30.32 43.44c-26.167-11.761-56.633-19.026-88.683-19.991l-0.357-0.009-9.2-52c-4.5-22.217-23.87-38.707-47.092-38.707-26.51 0-48 21.49-48 48 0 2.608 0.208 5.167 0.608 7.661l-0.036-0.274 9.2 52c-29.777 12.016-55.284 28.65-76.937 49.291l0.097-0.091-43.44-30.44c-7.674-5.433-17.227-8.685-27.54-8.685-26.513 0-48.005 21.493-48.005 48.005 0 16.2 8.024 30.526 20.315 39.219l0.15 0.101 43.44 30.36c-11.795 26.152-19.064 56.611-19.992 88.658l-0.008 0.342-52 9.2c-22.71 4.086-39.717 23.697-39.717 47.28 0 26.509 21.489 47.999 47.997 48l0 0c2.971-0.005 5.877-0.267 8.703-0.764l-0.303 0.044 52-9.2c4.541 11.466 9.161 21.009 14.373 30.171l-0.613-1.171c-38.55 40.17-62.287 94.813-62.287 155 0 123.658 100.201 223.913 223.839 224l320.008 0c176.731 0 320-143.269 320-320s-143.269-320-320-320v0zM352 272c41.8 0.035 79.427 17.874 105.711 46.342l0.089 0.098c-56.707 34.796-100.942 85.069-127.429 144.946l-0.811 2.054c-7.644-0.917-16.497-1.44-25.472-1.44-0.031 0-0.062 0-0.093 0l0.005-0c-0.007-0-0.016-0-0.024-0-29.255 0-57.197 5.624-82.803 15.851l1.507-0.531c-9.252-18.483-14.669-40.269-14.669-63.32 0-79.525 64.465-143.994 143.988-144l0.001-0zM624 816h-320c-70.692 0-128-57.308-128-128s57.308-128 128-128v0h1.12c-0.44 4.4-0.8 8.8-1.040 13.2-0.052 0.837-0.082 1.815-0.082 2.8 0 26.555 21.527 48.082 48.082 48.082 25.57 0 46.478-19.959 47.994-45.148l0.006-0.134c0.937-16.067 3.42-31.105 7.319-45.562l-0.359 1.562 0.6-2.2c26.861-95.912 113.501-165.080 216.295-165.080 123.844 0 224.24 100.396 224.24 224.24 0 123.822-100.359 224.203-224.172 224.24l-0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-sun-bold"]},"attrs":[{}],"properties":{"order":28575,"id":909,"name":"cloud-sun-bold","prevSize":16,"code":59986},"setIdx":3,"setId":3,"iconIdx":338},{"icon":{"paths":["M640 144c-139.286 0.070-260.486 77.436-323.038 191.525l-0.962 1.915c-8.384-0.917-18.106-1.44-27.951-1.44-150.221 0-272 121.779-272 272 0 150.204 121.751 271.972 271.949 272l352.003 0c203.241 0 368-164.759 368-368s-164.759-368-368-368v0zM640 784h-352c-1.083 0.024-2.36 0.038-3.64 0.038-97.223 0-176.038-78.815-176.038-176.038 0-95.943 76.753-173.959 172.208-175.997l0.19-0.003c-5.543 23.914-8.72 51.374-8.72 79.576 0 0.149 0 0.299 0 0.448l-0-0.023c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-150.221 121.779-272 272-272s272 121.779 272 272c0 150.221-121.779 272-272 272v0zM592 480v-128c0-26.51 21.49-48 48-48s48 21.49 48 48v0 128c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM704 640c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-warning-bold"]},"attrs":[{}],"properties":{"order":28576,"id":908,"name":"cloud-warning-bold","prevSize":16,"code":59987},"setIdx":3,"setId":3,"iconIdx":339},{"icon":{"paths":["M640 144c-139.286 0.070-260.486 77.436-323.038 191.525l-0.962 1.915c-8.384-0.917-18.106-1.44-27.951-1.44-150.221 0-272 121.779-272 272 0 150.204 121.751 271.972 271.949 272l352.003 0c203.241 0 368-164.759 368-368s-164.759-368-368-368v0zM640 784h-352c-1.083 0.024-2.36 0.038-3.64 0.038-97.223 0-176.038-78.815-176.038-176.038 0-95.943 76.753-173.959 172.208-175.997l0.19-0.003c-5.543 23.914-8.72 51.374-8.72 79.576 0 0.149 0 0.299 0 0.448l-0-0.023c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-150.221 121.779-272 272-272s272 121.779 272 272c0 150.221-121.779 272-272 272v0zM769.96 481.96l-61.96 62.040 62.080 62.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-62.080-62.040-62.040 62.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l62.040-62.080-62.080-62.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l62.080 62.040 62.040-62.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-x-bold"]},"attrs":[{}],"properties":{"order":28577,"id":907,"name":"cloud-x-bold","prevSize":16,"code":59988},"setIdx":3,"setId":3,"iconIdx":340},{"icon":{"paths":["M747.16 336.24c3.078-14.417 4.84-30.981 4.84-47.956 0-132.548-107.452-240-240-240s-240 107.452-240 240c0 16.975 1.762 33.539 5.114 49.519l-0.274-1.563c-127.457 6.364-228.39 111.254-228.39 239.719 0 132.548 107.452 240 240 240 22.92 0 45.090-3.213 66.083-9.213l-1.693 0.414-16 79.44c-0.591 2.826-0.929 6.074-0.929 9.4 0 26.51 21.49 48 48 48 0.031 0 0.063-0 0.094-0l-0.005 0h256c0.003 0 0.006 0 0.009 0 26.51 0 48-21.49 48-48 0-3.326-0.338-6.574-0.983-9.71l0.053 0.31-16-79.44c19.301 5.586 41.47 8.799 64.39 8.799 132.548 0 240-107.452 240-240 0-128.465-100.933-233.355-227.823-239.696l-0.567-0.023zM736 720c-0.064 0-0.14 0-0.216 0-38.365 0-73.214-15.053-98.963-39.576l0.059 0.056c-8.572-8.087-20.16-13.057-32.909-13.057-26.51 0-48 21.49-48 48 0 3.29 0.331 6.502 0.961 9.606l-0.052-0.308 24.56 123.28h-138.88l24.64-123.28c0.578-2.795 0.909-6.008 0.909-9.297 0-26.51-21.49-48-48-48-12.749 0-24.337 4.97-32.933 13.079l0.024-0.022c-25.766 24.499-60.697 39.57-99.148 39.57-79.529 0-144-64.471-144-144s64.471-144 144-144c17.41 0 34.099 3.090 49.547 8.751l-1-0.32c4.817 1.781 10.381 2.811 16.186 2.811 26.51 0 48-21.49 48-48 0-10.002-3.059-19.29-8.293-26.978l0.107 0.167c-15.404-22.446-24.6-50.202-24.6-80.105 0-0.132 0-0.264 0.001-0.396l-0 0.021c0.001-79.528 64.472-143.998 144-143.998s144 64.471 144 144c0 29.957-9.148 57.777-24.802 80.82l0.322-0.502c-5.127 7.522-8.186 16.809-8.186 26.811 0 26.51 21.49 48 48 48 5.805 0 11.369-1.030 16.519-2.918l-0.333 0.107c14.361-5.271 30.943-8.32 48.238-8.32 79.529 0 144 64.471 144 144 0 79.444-64.333 143.862-143.744 144l-0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["club-bold"]},"attrs":[{}],"properties":{"order":28578,"id":906,"name":"club-bold","prevSize":16,"code":59989},"setIdx":3,"setId":3,"iconIdx":341},{"icon":{"paths":["M976 672l-384-288 76.8-57.6c11.711-8.85 19.2-22.75 19.2-38.4v0c0-0.024 0-0.054 0-0.083 0-97.202-78.798-176-176-176-89.504 0-163.404 66.812-174.547 153.283l-0.093 0.88c-0.24 1.802-0.376 3.885-0.376 6 0 26.519 21.498 48.016 48.016 48.016 24.404 0 44.555-18.205 47.614-41.775l0.026-0.241c5.163-39.648 38.726-69.954 79.367-69.954 36.447 0 67.201 24.373 76.853 57.709l0.14 0.565-105 78.56c-0.6 0.4-1.16 0.84-1.72 1.28l-434.28 325.76c-19.518 14.75-32 37.917-32 64 0 44.183 35.817 80 80 80v0h832c44.183 0 80-35.817 80-80 0-26.083-12.482-49.25-31.799-63.854l-0.201-0.146zM144 720l368-276 368 276z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coat-hanger-bold"]},"attrs":[{}],"properties":{"order":28579,"id":905,"name":"coat-hanger-bold","prevSize":16,"code":59990},"setIdx":3,"setId":3,"iconIdx":342},{"icon":{"paths":["M704 368c0.429-0.005 0.936-0.007 1.443-0.007 28.201 0 54.497 8.154 76.66 22.233l-0.583-0.346c9.753 6.323 21.677 10.082 34.48 10.082 35.333 0 63.978-28.632 64-63.96l0-0.002v-144c0-44.183-35.817-80-80-80v0h-576c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-144c-0.028-35.325-28.671-63.951-64-63.951-12.769 0-24.665 3.74-34.652 10.183l0.252-0.152c-26.32 16.88-47.56 23.040-75.68 21.92h-1.92c-79.529 0-144-64.471-144-144s64.471-144 144-144v0zM703.040 752c3.088 0.163 6.703 0.255 10.34 0.255 25.325 0 49.601-4.491 72.075-12.721l-1.455 0.466v76h-544v-608h544v77.2c-23.714-8.367-51.059-13.2-79.534-13.2-0.164 0-0.328 0-0.492 0l0.026-0c-0.142-0-0.311-0-0.48-0-132.549 0-240 107.452-240 240 0 132.38 107.178 239.727 239.494 240l0.026 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coda-logo-bold"]},"attrs":[{}],"properties":{"order":28580,"id":904,"name":"coda-logo-bold","prevSize":16,"code":59991},"setIdx":3,"setId":3,"iconIdx":343},{"icon":{"paths":["M206.040 417.96l-128-128c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 128-128c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-94.040 94.040 93.96 94.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0zM398.040 417.96c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 128-128c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001-128-128c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l93.96 94.040-93.96 94.040c-8.698 8.688-14.078 20.696-14.078 33.96s5.38 25.272 14.077 33.96l0 0zM800 144h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h64v544h-544v-224c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 240c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["code-block-bold"]},"attrs":[{}],"properties":{"order":28581,"id":903,"name":"code-block-bold","prevSize":16,"code":59992},"setIdx":3,"setId":3,"iconIdx":344},{"icon":{"paths":["M286.72 388.88l-147.76 123.12 147.76 123.12c10.764 8.869 17.575 22.202 17.575 37.126 0 26.51-21.49 48-48 48-11.856 0-22.708-4.299-31.083-11.422l0.068 0.057-192-160c-10.59-8.866-17.278-22.092-17.278-36.88s6.687-28.014 17.202-36.819l0.075-0.061 192-160c8.211-6.769 18.839-10.874 30.425-10.874 26.51 0 48 21.49 48 48 0 14.654-6.566 27.774-16.917 36.578l-0.068 0.057zM990.72 475.12l-192-160c-8.307-7.067-19.159-11.366-31.015-11.366-26.51 0-48 21.49-48 48 0 14.923 6.81 28.256 17.493 37.060l0.082 0.066 147.76 123.12-147.76 123.12c-10.764 8.869-17.575 22.202-17.575 37.126 0 26.51 21.49 48 48 48 11.856 0 22.708-4.299 31.083-11.422l-0.068 0.057 192-160c10.59-8.866 17.278-22.092 17.278-36.88s-6.687-28.014-17.202-36.819l-0.075-0.061zM656.4 114.88c-4.879-1.831-10.518-2.89-16.405-2.89-20.629 0-38.218 13.013-45.007 31.278l-0.108 0.332-256 704c-1.823 4.869-2.878 10.496-2.878 16.369 0 20.624 13.007 38.21 31.266 45.002l0.332 0.108c4.856 1.849 10.471 2.92 16.337 2.92 0.022 0 0.044-0 0.067-0l-0.003 0c0.003 0 0.006 0 0.009 0 20.625 0 38.212-13.008 45.003-31.268l0.108-0.332 256-704c1.831-4.879 2.89-10.518 2.89-16.405 0-20.629-13.013-38.218-31.278-45.007l-0.332-0.108z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["code-bold"]},"attrs":[{}],"properties":{"order":28582,"id":902,"name":"code-bold","prevSize":16,"code":59993},"setIdx":3,"setId":3,"iconIdx":345},{"icon":{"paths":["M950.72 341.72l-416-224c-6.582-3.613-14.423-5.739-22.76-5.739s-16.178 2.126-23.010 5.865l0.25-0.125-416 224c-15.119 8.281-25.2 24.083-25.2 42.239 0 0.014 0 0.029 0 0.043l-0-0.002v256c0.001 18.187 10.117 34.012 25.029 42.155l0.251 0.125 416 224c6.582 3.613 14.423 5.739 22.76 5.739s16.178-2.126 23.010-5.865l-0.25 0.125 416-224c15.119-8.281 25.2-24.083 25.2-42.239 0-0.014-0-0.029-0-0.043l0 0.002v-256c-0.001-18.187-10.117-34.012-25.029-42.155l-0.251-0.125zM880 559.64l-88.48-47.64 88.48-47.64zM690.28 457.48l-130.28-70.16v-146.96l266.76 143.64zM512 553.48l-77.040-41.48 77.040-41.48 77.040 41.48zM464 240.36v146.96l-130.28 70.16-136.48-73.48zM144 464.36l88.48 47.64-88.48 47.64zM333.72 566.52l130.28 70.16v146.96l-266.76-143.64zM560 783.64v-146.96l130.28-70.16 136.48 73.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["codepen-logo-bold"]},"attrs":[{}],"properties":{"order":28583,"id":901,"name":"codepen-logo-bold","prevSize":16,"code":59994},"setIdx":3,"setId":3,"iconIdx":346},{"icon":{"paths":["M902.4 250.6l-352-192.72c-11.078-6.211-24.312-9.869-38.4-9.869s-27.322 3.658-38.803 10.076l0.403-0.207-352 192.68c-24.976 13.863-41.6 40.081-41.6 70.181 0 0.007 0 0.013 0 0.020l-0-0.001v382.48c-0 0.005-0 0.012-0 0.019 0 30.101 16.624 56.318 41.192 69.973l0.408 0.208 352 192.68c11.076 6.218 24.311 9.88 38.4 9.88s27.324-3.662 38.802-10.087l-0.402 0.207 352-192.72c24.97-13.86 41.592-40.068 41.6-70.159l0-0.001v-382.48c-0.008-30.092-16.63-56.3-41.192-69.952l-0.408-0.208zM656 608v190.88l-96 52.56v-311l288-157.68v91.68l-167.040 91.44c-14.986 8.318-24.96 24.049-24.96 42.109 0 0.004 0 0.008 0 0.012l-0-0.001zM343.040 565.88l-167.040-91.44v-91.68l288 157.68v311l-96-52.56v-190.88c0-0.003 0-0.007 0-0.011 0-18.060-9.974-33.791-24.715-41.984l-0.245-0.125zM332.56 244.52l156.4 85.6c6.647 3.725 14.587 5.919 23.040 5.919s16.393-2.194 23.282-6.044l-0.242 0.124 156.4-85.6 104.56 57.28-284 155.48-284-155.48zM512 146.28l79.48 43.52-79.48 43.52-79.48-43.52zM176 584l96 52.56v109.88l-96-52.68zM752 746.44v-110l96-52.44v109.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["codesandbox-logo-bold"]},"attrs":[{}],"properties":{"order":28584,"id":900,"name":"codesandbox-logo-bold","prevSize":16,"code":59995},"setIdx":3,"setId":3,"iconIdx":347},{"icon":{"paths":["M384 292l-247.76 220 247.76 220c9.938 8.863 16.166 21.704 16.166 36 0 26.602-21.565 48.166-48.166 48.166-12.306 0-23.534-4.615-32.048-12.208l0.048 0.042-288-256c-9.987-8.838-16.251-21.688-16.251-36s6.264-27.162 16.2-35.956l0.051-0.044 288-256c8.466-7.552 19.694-12.166 32-12.166 26.602 0 48.166 21.565 48.166 48.166 0 14.296-6.228 27.137-16.119 35.958l-0.048 0.042zM992 476l-288-256c-8.466-7.552-19.694-12.166-32-12.166-26.602 0-48.166 21.565-48.166 48.166 0 14.296 6.228 27.137 16.119 35.958l0.048 0.042 247.64 220-247.64 220c-9.938 8.863-16.166 21.704-16.166 36 0 26.602 21.565 48.166 48.166 48.166 12.306 0 23.534-4.615 32.048-12.208l-0.048 0.042 288-256c9.987-8.838 16.251-21.688 16.251-36s-6.264-27.162-16.2-35.956l-0.051-0.044z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["code-simple-bold"]},"attrs":[{}],"properties":{"order":28585,"id":899,"name":"code-simple-bold","prevSize":16,"code":59996},"setIdx":3,"setId":3,"iconIdx":348},{"icon":{"paths":["M848 304h-720c-26.51 0-48 21.49-48 48v0 192c0.162 105.175 40.793 200.828 107.15 272.25l-0.23-0.25h-58.92c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-58.92c33.426-36.016 60.489-78.495 79.046-125.274l0.954-2.726c94.992-2.829 170.92-80.511 170.92-175.927 0-0.026-0-0.052-0-0.077l0 0.004v-32c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM784 544c-0.22 118.29-67.727 220.762-166.278 271.2l-1.722 0.8h-272c-100.273-51.238-167.78-153.71-168-271.97l-0-0.030v-144h608zM928 512c-0.032 33.447-20.585 62.086-49.746 74.007l-0.534 0.193c1.452-12.613 2.28-27.229 2.28-42.038 0-0.057-0-0.114-0-0.171l0 0.009v-137.28c28.479 12.657 47.983 40.689 48 73.278l0 0.002zM272 192v-96c0-26.51 21.49-48 48-48s48 21.49 48 48v0 96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM432 192v-96c0-26.51 21.49-48 48-48s48 21.49 48 48v0 96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM592 192v-96c0-26.51 21.49-48 48-48s48 21.49 48 48v0 96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coffee-bold"]},"attrs":[{}],"properties":{"order":28586,"id":898,"name":"coffee-bold","prevSize":16,"code":59997},"setIdx":3,"setId":3,"iconIdx":349},{"icon":{"paths":["M837.48 241.080c-85.16-42.6-197.48-65.080-325.48-65.080s-240.32 22.48-325.48 65.080c-88.040 44-138.52 107.76-138.52 174.92v192c0 67.16 50.48 130.92 138.52 174.92 85.16 42.6 197.68 65.080 325.48 65.080s240.32-22.48 325.48-65.080c88-44 138.52-107.76 138.52-174.92v-192c0-67.16-50.48-130.92-138.52-174.92zM229.48 326.92c70.84-35.4 171.16-54.92 282.52-54.92s211.68 19.52 282.52 54.92c52.72 26.36 85.48 60.52 85.48 89.080s-32.76 62.72-85.48 89.080c-70.84 35.4-171.16 54.92-282.52 54.92s-211.68-19.52-282.52-54.92c-52.72-26.36-85.48-60.52-85.48-89.080s32.76-62.72 85.48-89.080zM720 725.52c-47.252 13.562-102.003 22.595-158.443 25.144l-1.557 0.056v-96c57.998-2.427 112.859-10.327 165.761-23.227l-5.761 1.187zM304 632.88c47.141 11.713 102.002 19.613 158.293 21.983l1.707 0.057v96c-57.998-2.605-112.749-11.638-165.084-26.428l5.084 1.228zM144 608v-41.84c11.995 8.212 25.912 16.44 40.364 23.768l2.156 0.992c6.96 3.48 14.16 6.8 21.48 10v84.28c-40-24.24-64-52.76-64-77.2zM816 685.2v-84.28c7.32-3.2 14.52-6.52 21.48-10 16.607-8.319 30.525-16.548 43.834-25.604l-1.314 0.844v41.84c0 24.44-24 52.96-64 77.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coin-bold"]},"attrs":[{}],"properties":{"order":28587,"id":897,"name":"coin-bold","prevSize":16,"code":59998},"setIdx":3,"setId":3,"iconIdx":350},{"icon":{"paths":["M752 344.44v-8.44c0-58.48-43.32-110.2-122.040-145.6-66.48-29.92-153.96-46.4-245.96-46.4s-179.48 16.48-245.96 46.4c-78.72 35.4-122.040 87.12-122.040 145.6v160c0 58.48 43.32 110.2 122.040 145.6 38.829 17.306 83.935 30.561 131.079 37.568l2.881 0.352v8.48c0 58.48 43.32 110.2 122.040 145.6 66.48 29.92 153.96 46.4 245.96 46.4s179.48-16.48 245.96-46.4c78.72-35.4 122.040-87.12 122.040-145.6v-160c0-88.56-101.16-159.68-256-183.56zM912 528c0 31-87.080 89.92-247.24 95.52 56.56-33.92 87.24-78.32 87.24-127.52v-54.24c103.52 18.84 160 60.16 160 86.24zM429.48 590.52c-14.52 0.96-29.68 1.48-45.48 1.48-20.32 0-39.56-0.88-57.72-2.44-1.325-0.186-2.902-0.315-4.5-0.359l-0.060-0.001c-6.040-0.56-12-1.2-17.72-1.92v-63.56c23.972 2.725 51.756 4.28 79.904 4.28 0.034 0 0.068-0 0.102-0l-0.005 0c0.029 0 0.063 0 0.096 0 28.147 0 55.932-1.555 83.272-4.583l-3.368 0.303v63.56c-9.96 1.2-20.28 2.24-31 3-1 0.040-2.36 0.12-3.52 0.24zM656 468.56v27.44c0 19.12-33.12 48.84-96 70.16v-60c27.274-7.22 50.542-15.595 72.863-25.695l-2.903 1.175q13.76-6.2 26.040-13.080zM384 240c176 0 272 63.4 272 96s-96 96-272 96-272-63.4-272-96 96-96 272-96zM112 496v-27.44q12.32 6.84 26.040 13.040c19.419 8.925 42.687 17.3 66.733 23.78l3.227 0.74v60c-62.88-21.28-96-51-96-70.12zM368 688v0c5.32 0 10.64 0 16 0q21.76 0 43.080-1.28 17.8 6.28 36.92 11.44v60c-62.88-21.32-96-51.040-96-70.16zM560 779.28v-63.52c23.825 2.7 51.44 4.24 79.415 4.24 0.206 0 0.412-0 0.618-0l-0.033 0c0.029 0 0.063 0 0.096 0 28.147 0 55.932-1.555 83.272-4.583l-3.368 0.303v63.56c-24.015 3.005-51.807 4.72-80 4.72s-55.986-1.715-83.279-5.046l3.279 0.326zM816 758.16v-60c27.274-7.22 50.542-15.595 72.863-25.695l-2.903 1.175q13.76-6.16 26.040-13.040v27.4c0 19.12-33.12 48.84-96 70.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coins-bold"]},"attrs":[{}],"properties":{"order":28588,"id":896,"name":"coins-bold","prevSize":16,"code":59999},"setIdx":3,"setId":3,"iconIdx":351},{"icon":{"paths":["M608 80h-192c-152.52 0-272 189.76-272 432s119.48 432 272 432h192c152.52 0 272-189.76 272-432s-119.48-432-272-432zM756.84 688h-91.6c10.556-37.414 18.088-81.107 21.057-126.046l0.103-1.954h95.72c-3.476 46.899-12.466 90.46-26.378 131.757l1.098-3.757zM686.4 464c-3.072-46.893-10.604-90.586-22.241-132.572l1.081 4.572h91.6c12.814 37.54 21.804 81.101 25.174 126.229l0.106 1.771zM708.92 240h-80c-12.285-24.422-25.582-45.393-40.674-64.906l0.674 0.906h19.080c21.48 0 61 9 100.92 64zM299.080 759.36c-38.12-65.32-59.080-153.16-59.080-247.36s20.96-182.040 59.080-247.36c44.92-77.12 92.56-88.64 116.92-88.64s72 11.52 116.92 88.64c38.12 65.32 59.080 153.16 59.080 247.36s-20.96 182.040-59.080 247.36c-44.92 77.12-92.56 88.64-116.92 88.64s-72-11.52-116.92-88.64zM608 848h-19.16c14.418-18.607 27.715-39.578 38.969-61.761l1.031-2.239h80c-39.84 55-79.36 64-100.84 64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coin-vertical-bold"]},"attrs":[{}],"properties":{"order":28589,"id":895,"name":"coin-vertical-bold","prevSize":16,"code":60000},"setIdx":3,"setId":3,"iconIdx":352},{"icon":{"paths":["M400 112h-144c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h144c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM384 816h-112v-608h112zM768 112h-144c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h144c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM752 816h-112v-608h112z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["columns-bold"]},"attrs":[{}],"properties":{"order":28590,"id":894,"name":"columns-bold","prevSize":16,"code":60001},"setIdx":3,"setId":3,"iconIdx":353},{"icon":{"paths":["M720 560h-64v-96h64c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0 64h-96v-64c0-88.366-71.634-160-160-160s-160 71.634-160 160c0 88.366 71.634 160 160 160v0h64v96h-64c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0-64h96v64c0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160v0zM656 304c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0h-64zM240 304c0-35.346 28.654-64 64-64s64 28.654 64 64v0 64h-64c-35.346 0-64-28.654-64-64v0zM368 720c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0h64zM464 464h96v96h-96zM720 784c-35.346 0-64-28.654-64-64v0-64h64c35.346 0 64 28.654 64 64s-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["command-bold"]},"attrs":[{}],"properties":{"order":28591,"id":893,"name":"command-bold","prevSize":16,"code":60002},"setIdx":3,"setId":3,"iconIdx":354},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM653.080 308l-224 96c-11.362 4.957-20.243 13.838-25.080 24.891l-0.12 0.309-96 224c-2.381 5.501-3.766 11.908-3.766 18.637 0 26.51 21.49 48 48 48 6.794 0 13.259-1.412 19.116-3.957l-0.31 0.12 224-96c11.362-4.957 20.243-13.838 25.080-24.891l0.12-0.309 96-224c2.381-5.501 3.766-11.908 3.766-18.637 0-26.51-21.49-48-48-48-6.794 0-13.259 1.412-19.116 3.957l0.31-0.12zM539.44 539.56l-96 41.16 41.16-96 96-41.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["compass-bold"]},"attrs":[{}],"properties":{"order":28592,"id":892,"name":"compass-bold","prevSize":16,"code":60003},"setIdx":3,"setId":3,"iconIdx":355},{"icon":{"paths":["M874.72 501.84c3.472-6.475 5.512-14.166 5.512-22.333 0-26.51-21.49-48-48-48-18.732 0-34.958 10.73-42.866 26.379l-0.126 0.275c-25.938 49.408-63.569 89.578-109.344 117.816l-1.296 0.744-54-121.56c38.779-32.508 63.261-80.971 63.261-135.151 0-80.058-53.453-147.632-126.617-168.978l-1.244-0.311v-54.72c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 54.72c-74.408 21.657-127.861 89.23-127.861 169.289 0 54.181 24.482 102.643 62.988 134.928l0.273 0.223-187.4 421.32c-2.636 5.756-4.173 12.485-4.173 19.574 0 19.523 11.656 36.324 28.389 43.824l0.304 0.122c5.614 2.529 12.17 4.002 19.070 4.002 0.144 0 0.288-0.001 0.432-0.002l-0.022 0c0.039 0 0.085 0 0.13 0 19.457 0 36.21-11.577 43.747-28.218l0.122-0.302 94.68-213.040c34.974 11.14 75.202 17.56 116.929 17.56 0.138 0 0.275-0 0.413-0l-0.021 0c41.936-0.042 82.383-6.354 120.473-18.050l-2.913 0.77 94.44 212.76c7.659 16.943 24.412 28.52 43.87 28.52 0.046 0 0.092-0 0.138-0l-0.007 0c0.113 0.001 0.246 0.002 0.379 0.002 6.897 0 13.45-1.473 19.362-4.122l-0.3 0.12c17.055-7.614 28.726-24.424 28.726-43.96 0-7.083-1.534-13.808-4.289-19.86l0.123 0.301-94.040-211.6c67.099-38.6 120.615-94.133 155.717-160.863l1.043-2.177zM512 240c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80v0c0-44.183 35.817-80 80-80v0zM512 624c-0.118 0-0.258 0-0.398 0-27.621 0-54.379-3.693-79.807-10.613l2.125 0.493 53.2-119.68c7.476 1.146 16.102 1.8 24.88 1.8s17.403-0.654 25.83-1.917l-0.95 0.117 53.32 120c-23.454 6.225-50.38 9.8-78.142 9.8-0.020 0-0.041-0-0.061-0l0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["compass-tool-bold"]},"attrs":[{}],"properties":{"order":28593,"id":891,"name":"compass-tool-bold","prevSize":16,"code":60004},"setIdx":3,"setId":3,"iconIdx":356},{"icon":{"paths":["M336 304c0-26.51 21.49-48 48-48v0h256c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48v0zM384 512h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM848 160v704c0 44.183-35.817 80-80 80v0h-512c-44.183 0-80-35.817-80-80v0-704c0-44.183 35.817-80 80-80v0h512c44.183 0 80 35.817 80 80v0zM752 176h-480v672h480zM512 672c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["computer-tower-bold"]},"attrs":[{}],"properties":{"order":28594,"id":890,"name":"computer-tower-bold","prevSize":16,"code":60005},"setIdx":3,"setId":3,"iconIdx":357},{"icon":{"paths":["M457.28 199.2c-14.331-14.358-34.143-23.241-56.030-23.241-33.987 0-62.971 21.419-74.191 51.494l-0.179 0.547-210 577.64c-3.020 8.055-4.769 17.364-4.769 27.081 0 43.648 35.272 79.057 78.867 79.279l0.021 0c9.825-0.019 19.227-1.807 27.912-5.061l-0.552 0.181 577.64-210c30.684-11.366 52.158-40.382 52.158-74.412 0-21.866-8.865-41.661-23.198-55.987l-0-0zM416.76 732.84l-125.6-125.6 40.6-111.64 196.64 196.64zM255.080 706.8l62.12 62.24-97.8 35.56zM628 656l-260-260 40-110.32 330.28 330.32zM512 160v-96c0-26.51 21.49-48 48-48s48 21.49 48 48v0 96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM977.92 494.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-64-64c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0zM975.16 333.52l-96 32c-4.53 1.562-9.75 2.463-15.18 2.463-26.512 0-48.003-21.492-48.003-48.003 0-21.081 13.589-38.988 32.486-45.44l0.338-0.1 96-32c4.53-1.562 9.75-2.463 15.18-2.463 26.512 0 48.003 21.492 48.003 48.003 0 21.081-13.589 38.988-32.486 45.44l-0.338 0.1zM626.4 263.72c12.92-73.84 67.16-119.72 141.6-119.72 25.8 0 34.76-9.96 40-19.68 4.453-8.379 7.336-18.224 7.99-28.673l0.010-0.207v0.56c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 57.88-38.36 144-144 144-19.76 0-40.84 4.76-47.040 40.24-4.066 22.715-23.662 39.736-47.237 39.76l-0.003 0c-2.943-0.005-5.821-0.267-8.618-0.764l0.298 0.044c-22.711-4.086-39.719-23.697-39.719-47.28 0-2.926 0.262-5.79 0.763-8.572l-0.044 0.292z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["confetti-bold"]},"attrs":[{}],"properties":{"order":28595,"id":889,"name":"confetti-bold","prevSize":16,"code":60006},"setIdx":3,"setId":3,"iconIdx":358},{"icon":{"paths":["M610.32 265.4c38.955 71.358 61.862 156.304 61.862 246.6s-22.908 175.243-63.229 249.344l1.367-2.744c-8.14 15.598-24.195 26.063-42.694 26.063-26.51 0-48-21.49-48-48 0-8.539 2.23-16.557 6.138-23.504l-0.125 0.241c31.805-58.281 50.507-127.656 50.507-201.4s-18.703-143.12-51.624-203.643l1.116 2.243c-4.016-6.867-6.388-15.119-6.388-23.925 0-26.51 21.49-48 48-48 18.76 0 35.007 10.762 42.902 26.45l0.126 0.276zM401.44 309.64c-15.334 8.219-25.587 24.135-25.587 42.446 0 8.223 2.068 15.964 5.712 22.73l-0.126-0.255c21.643 39.786 34.368 87.127 34.368 137.44s-12.725 97.654-35.132 138.98l0.764-1.54c-3.792 6.712-6.027 14.738-6.027 23.286 0 26.51 21.49 48 48 48 18.54 0 34.625-10.511 42.621-25.9l0.126-0.266c28.737-52.849 45.632-115.732 45.632-182.56s-16.895-129.71-46.647-184.608l1.015 2.048c-8.258-15.201-24.103-25.348-42.319-25.348-8.194 0-15.909 2.053-22.658 5.674l0.257-0.126zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026zM848 512c0-185.568-150.432-336-336-336s-336 150.432-336 336c0 185.568 150.432 336 336 336v0c185.485-0.205 335.795-150.515 336-335.98l0-0.020z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["contactless-payment-bold"]},"attrs":[{}],"properties":{"order":28596,"id":888,"name":"contactless-payment-bold","prevSize":16,"code":60007},"setIdx":3,"setId":3,"iconIdx":359},{"icon":{"paths":["M833.96 513.96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-253.96-253.96-254.040 253.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l288-288c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 288 288c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["control-bold"]},"attrs":[{}],"properties":{"order":28597,"id":887,"name":"control-bold","prevSize":16,"code":60008},"setIdx":3,"setId":3,"iconIdx":360},{"icon":{"paths":["M669.24 642.76c11.591 11.583 18.76 27.589 18.76 45.27 0 35.346-28.654 64-64 64s-64-28.654-64-64c0-17.68 7.169-33.686 18.76-45.269l0-0c11.58-11.573 27.574-18.73 45.24-18.73s33.66 7.157 45.24 18.731l-0-0zM322.76 610.76c-11.591 11.583-18.76 27.589-18.76 45.27 0 35.346 28.654 64 64 64s64-28.654 64-64c0-17.68-7.169-33.686-18.76-45.269l-0-0c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l0-0zM381.24 477.24c11.591-11.583 18.76-27.589 18.76-45.27 0-35.346-28.654-64-64-64s-64 28.654-64 64c0 17.68 7.169 33.686 18.76 45.269l0 0c11.58 11.573 27.574 18.73 45.24 18.73s33.66-7.157 45.24-18.731l-0 0zM573.24 450.76c-11.583-11.591-27.589-18.76-45.27-18.76-35.346 0-64 28.654-64 64s28.654 64 64 64c17.68 0 33.686-7.169 45.269-18.76l0-0c11.573-11.58 18.73-27.574 18.73-45.24s-7.157-33.66-18.731-45.24l0 0zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c26.51 0 48 21.49 48 48v0c0 79.529 64.471 144 144 144v0c26.51 0 48 21.49 48 48v0c0 79.529 64.471 144 144 144v0c26.51 0 48 21.49 48 48v0zM845.32 554.6c-94.365-21.065-166.903-95.374-185.075-189.085l-0.245-1.515c-95.233-18.397-169.555-90.922-190.338-183.675l-0.302-1.605c-166.272 21.927-293.272 162.768-293.272 333.272 0 185.568 150.432 336 336 336 170.504 0 311.346-127.001 333.088-291.566l0.184-1.707z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cookie-bold"]},"attrs":[{}],"properties":{"order":28598,"id":886,"name":"cookie-bold","prevSize":16,"code":60009},"setIdx":3,"setId":3,"iconIdx":361},{"icon":{"paths":["M304 160v-96c0-26.51 21.49-48 48-48s48 21.49 48 48v0 96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM512 208c26.51 0 48-21.49 48-48v0-96c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 96c0 26.51 21.49 48 48 48v0zM672 208c26.51 0 48-21.49 48-48v0-96c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 96c0 26.51 21.49 48 48 48v0zM1004.8 422.4l-108.8 81.6v232c0 79.529-64.471 144-144 144v0h-480c-79.529 0-144-64.471-144-144v0-232l-108.8-81.6c-11.711-8.85-19.2-22.75-19.2-38.4 0-26.51 21.49-48 48-48 10.86 0 20.878 3.607 28.921 9.687l-0.121-0.087 51.2 38.4v-32c0-44.183 35.817-80 80-80v0h608c44.183 0 80 35.817 80 80v0 32l51.2-38.4c7.922-5.993 17.94-9.6 28.8-9.6 26.51 0 48 21.49 48 48 0 15.65-7.489 29.55-19.079 38.313l-0.121 0.087zM800 368h-576v368c0 26.51 21.49 48 48 48v0h480c26.51 0 48-21.49 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cooking-pot-bold"]},"attrs":[{}],"properties":{"order":28599,"id":885,"name":"cooking-pot-bold","prevSize":16,"code":60010},"setIdx":3,"setId":3,"iconIdx":362},{"icon":{"paths":["M864 112h-512c-26.51 0-48 21.49-48 48v0 144h-144c-26.51 0-48 21.49-48 48v0 512c0 26.51 21.49 48 48 48v0h512c26.51 0 48-21.49 48-48v0-144h144c26.51 0 48-21.49 48-48v0-512c0-26.51-21.49-48-48-48v0zM624 816h-416v-416h416zM816 624h-96v-272c0-26.51-21.49-48-48-48v0h-272v-96h416z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["copy-bold"]},"attrs":[{}],"properties":{"order":28600,"id":884,"name":"copy-bold","prevSize":16,"code":60011},"setIdx":3,"setId":3,"iconIdx":363},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM720 512c-0.008 114.87-93.129 207.987-208 207.987-67.791 0-128.008-32.431-165.982-82.625l-0.378-0.522c-6.525-8.127-10.472-18.566-10.472-29.927 0-26.51 21.49-48 48-48 16.123 0 30.388 7.949 39.093 20.141l0.099 0.146c20.65 27.325 53.084 44.8 89.6 44.8 61.856 0 112-50.144 112-112s-50.144-112-112-112c-36.516 0-68.95 17.475-89.396 44.518l-0.204 0.282c-8.803 12.338-23.069 20.287-39.192 20.287-26.51 0-48-21.49-48-48 0-11.361 3.947-21.8 10.545-30.021l-0.073 0.094c38.352-50.716 98.569-83.147 166.36-83.147 114.871 0 207.993 93.117 208 207.986l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["copyleft-bold"]},"attrs":[{}],"properties":{"order":28601,"id":883,"name":"copyleft-bold","prevSize":16,"code":60012},"setIdx":3,"setId":3,"iconIdx":364},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM678.36 636.84c-38.352 50.712-98.567 83.14-166.355 83.14-114.875 0-208-93.125-208-208s93.125-208 208-208c67.789 0 128.003 32.428 165.977 82.618l0.378 0.522c6.338 8.058 10.166 18.352 10.166 29.539 0 26.51-21.49 48-48 48-15.937 0-30.061-7.767-38.791-19.723l-0.095-0.136c-20.65-27.325-53.084-44.8-89.6-44.8-61.856 0-112 50.144-112 112s50.144 112 112 112c36.516 0 68.95-17.475 89.396-44.518l0.204-0.282c8.803-12.338 23.069-20.287 39.192-20.287 26.51 0 48 21.49 48 48 0 11.361-3.947 21.8-10.545 30.021l0.073-0.094z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["copyright-bold"]},"attrs":[{}],"properties":{"order":28602,"id":882,"name":"copyright-bold","prevSize":16,"code":60013},"setIdx":3,"setId":3,"iconIdx":365},{"icon":{"paths":["M720 256h-560c-26.51 0-48 21.49-48 48v0 560c0 26.51 21.49 48 48 48v0h560c26.51 0 48-21.49 48-48v0-560c0-26.51-21.49-48-48-48v0zM672 816h-464v-464h464zM912 160v560c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-512h-512c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h560c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["copy-simple-bold"]},"attrs":[{}],"properties":{"order":28603,"id":881,"name":"copy-simple-bold","prevSize":16,"code":60014},"setIdx":3,"setId":3,"iconIdx":366},{"icon":{"paths":["M592 384v-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0 144h144c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0zM384 592h-192c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h144v144c0 26.51 21.49 48 48 48s48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0zM832 592h-192c-26.51 0-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-144h144c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM384 144c-26.51 0-48 21.49-48 48v0 144h-144c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h192c26.51 0 48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["corners-in-bold"]},"attrs":[{}],"properties":{"order":28604,"id":880,"name":"corners-in-bold","prevSize":16,"code":60015},"setIdx":3,"setId":3,"iconIdx":367},{"icon":{"paths":["M880 192v160c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-112h-112c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0zM352 784h-112v-112c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 160c0 26.51 21.49 48 48 48v0h160c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM832 624c-26.51 0-48 21.49-48 48v0 112h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c26.51 0 48-21.49 48-48v0-160c0-26.51-21.49-48-48-48v0zM352 144h-160c-26.51 0-48 21.49-48 48v0 160c0 26.51 21.49 48 48 48s48-21.49 48-48v0-112h112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["corners-out-bold"]},"attrs":[{}],"properties":{"order":28605,"id":879,"name":"corners-out-bold","prevSize":16,"code":60016},"setIdx":3,"setId":3,"iconIdx":368},{"icon":{"paths":["M976 416v-128c0-44.183-35.817-80-80-80v0h-768c-44.183 0-80 35.817-80 80v0 128c-19.518 14.75-32 37.917-32 64v0 192c0 44.183 35.817 80 80 80v0h16v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h608v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h16c44.183 0 80-35.817 80-80v0-192c0-26.083-12.482-49.25-31.799-63.854l-0.201-0.146zM880 400h-48c-44.183 0-80 35.817-80 80v0 16h-192v-192h320zM464 304v192h-192v-16c0-44.183-35.817-80-80-80v0h-48v-96zM912 656h-800v-160h64v16c0 44.183 35.817 80 80 80v0h512c44.183 0 80-35.817 80-80v0-16h64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["couch-bold"]},"attrs":[{}],"properties":{"order":28606,"id":878,"name":"couch-bold","prevSize":16,"code":60017},"setIdx":3,"setId":3,"iconIdx":369},{"icon":{"paths":["M608 368h-192c-26.51 0-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48v0h192c26.51 0 48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0zM560 560h-96v-96h96zM928 560h-48v-96h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-48v-144c0-44.183-35.817-80-80-80v0h-144v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-96v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-144c-44.183 0-80 35.817-80 80v0 144h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v96h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v144c0 44.183 35.817 80 80 80v0h144v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h96v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h144c44.183 0 80-35.817 80-80v0-144h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM784 784h-544v-544h544z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cpu-bold"]},"attrs":[{}],"properties":{"order":28607,"id":877,"name":"cpu-bold","prevSize":16,"code":60018},"setIdx":3,"setId":3,"iconIdx":370},{"icon":{"paths":["M896 176h-768c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h768c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM880 272v80h-736v-80zM144 752v-304h736v304zM832 656c0 26.51-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c26.51 0 48 21.49 48 48v0zM560 656c0 26.51-21.49 48-48 48v0h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["credit-card-bold"]},"attrs":[{}],"properties":{"order":28608,"id":876,"name":"credit-card-bold","prevSize":16,"code":60019},"setIdx":3,"setId":3,"iconIdx":371},{"icon":{"paths":["M976 768c0 26.51-21.49 48-48 48v0h-112v112c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-112h-464c-26.51 0-48-21.49-48-48v0-464h-112c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h112v-112c0-26.51 21.49-48 48-48s48 21.49 48 48v0 624h624c26.51 0 48 21.49 48 48v0zM416 304h304v304c0 26.51 21.49 48 48 48s48-21.49 48-48v0-352c0-26.51-21.49-48-48-48v0h-352c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crop-bold"]},"attrs":[{}],"properties":{"order":28609,"id":875,"name":"crop-bold","prevSize":16,"code":60020},"setIdx":3,"setId":3,"iconIdx":372},{"icon":{"paths":["M800 272h-144v-144c0-44.183-35.817-80-80-80v0h-128c-44.183 0-80 35.817-80 80v0 144h-144c-44.183 0-80 35.817-80 80v0 128c0 44.183 35.817 80 80 80v0h144v336c0 44.183 35.817 80 80 80v0h128c44.183 0 80-35.817 80-80v0-336h144c44.183 0 80-35.817 80-80v0-128c0-44.183-35.817-80-80-80v0zM784 464h-144c-44.183 0-80 35.817-80 80v0 336h-96v-336c0-44.183-35.817-80-80-80v0h-144v-96h144c44.183 0 80-35.817 80-80v0-144h96v144c0 44.183 35.817 80 80 80v0h144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cross-bold"]},"attrs":[{}],"properties":{"order":28610,"id":874,"name":"cross-bold","prevSize":16,"code":60021},"setIdx":3,"setId":3,"iconIdx":373},{"icon":{"paths":["M928 464h-18.88c-23.036-182.796-166.324-326.084-347.143-348.916l-1.977-0.204v-18.88c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 18.88c-182.796 23.036-326.084 166.324-348.916 347.143l-0.204 1.977h-18.88c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h18.88c23.036 182.796 166.324 326.084 347.143 348.916l1.977 0.204v18.88c0 26.51 21.49 48 48 48s48-21.49 48-48v0-18.88c182.796-23.036 326.084-166.324 348.916-347.143l0.204-1.977h18.88c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM560 812v-12c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 12c-129.575-21.552-230.448-122.424-251.755-250.221l-0.245-1.779h12c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-12c21.552-129.575 122.424-230.448 250.221-251.755l1.779-0.245v12c0 26.51 21.49 48 48 48s48-21.49 48-48v0-12c129.575 21.552 230.448 122.424 251.755 250.221l0.245 1.779h-12c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h12c-21.552 129.575-122.424 230.448-250.221 251.755l-1.779 0.245zM512 336c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM512 592c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crosshair-bold"]},"attrs":[{}],"properties":{"order":28611,"id":873,"name":"crosshair-bold","prevSize":16,"code":60022},"setIdx":3,"setId":3,"iconIdx":374},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM560 844.52v-108.52c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 108.52c-147.375-22.124-262.395-137.145-284.291-282.664l-0.229-1.856h108.52c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-108.52c22.124-147.375 137.145-262.395 282.664-284.291l1.856-0.229v108.52c0 26.51 21.49 48 48 48s48-21.49 48-48v0-108.52c147.375 22.124 262.395 137.145 284.291 282.664l0.229 1.856h-108.52c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h108.52c-22.124 147.375-137.145 262.395-282.664 284.291l-1.856 0.229z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crosshair-simple-bold"]},"attrs":[{}],"properties":{"order":28612,"id":872,"name":"crosshair-simple-bold","prevSize":16,"code":60023},"setIdx":3,"setId":3,"iconIdx":375},{"icon":{"paths":["M985.84 292.68c-11.202-9.857-25.992-15.873-42.187-15.873-10.493 0-20.395 2.525-29.134 7l0.361-0.168-187.6 93.52-160-265.96c-11.477-18.819-31.894-31.191-55.2-31.191s-43.723 12.373-55.039 30.908l-0.161 0.283-160 265.96-187.64-93.48c-8.385-4.28-18.29-6.789-28.78-6.789-35.567 0-64.4 28.833-64.4 64.4 0 7.19 1.178 14.105 3.353 20.563l-0.133-0.454 148 453.4c6.465 19.383 24.446 33.109 45.632 33.109 9.003 0 17.427-2.478 24.627-6.79l-0.218 0.121c0.96-0.56 100.24-57.24 274.68-57.24s273.72 56.76 274.48 57.2c7.036 4.277 15.544 6.808 24.642 6.808 21.193 0 39.179-13.735 45.54-32.789l0.098-0.339 148-453.16c2.137-6.114 3.371-13.161 3.371-20.497 0-19.374-8.608-36.737-22.209-48.473l-0.082-0.070zM782.12 734.080c-53.4-20.48-145.32-46.080-270.12-46.080s-216.72 25.68-270.12 46.16l-108-330.84 146.12 72.68c8.363 4.225 18.229 6.699 28.674 6.699 23.33 0 43.777-12.345 55.165-30.858l0.161-0.281 148-245.96 148 246c11.552 18.777 31.99 31.108 55.307 31.108 10.452 0 20.325-2.478 29.064-6.877l-0.372 0.17 146.080-72.8zM703.44 610.080c-3.675 23.175-23.513 40.68-47.439 40.68-0.001 0-0.001-0-0.002-0l0 0c-2.619-0.010-5.183-0.213-7.687-0.596l0.287 0.036c-41.078-6.517-88.444-10.24-136.68-10.24s-95.602 3.723-141.826 10.898l5.146-0.658c-2.2 0.357-4.736 0.561-7.32 0.561-26.51 0-48.001-21.491-48.001-48.001 0-23.927 17.506-43.765 40.408-47.404l0.273-0.036c45.479-7.23 97.917-11.36 151.32-11.36s105.842 4.13 157.014 12.089l-5.694-0.729c23.213 3.641 40.76 23.497 40.76 47.451 0 2.58-0.204 5.112-0.595 7.582l0.036-0.273z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crown-bold"]},"attrs":[{}],"properties":{"order":28613,"id":871,"name":"crown-bold","prevSize":16,"code":60024},"setIdx":3,"setId":3,"iconIdx":376},{"icon":{"paths":["M985.84 292.68c-11.202-9.857-25.992-15.873-42.187-15.873-10.493 0-20.395 2.525-29.134 7l0.361-0.168-187.6 93.52-160-265.96c-11.477-18.819-31.894-31.191-55.2-31.191s-43.723 12.373-55.039 30.908l-0.161 0.283-160 265.96-187.64-93.48c-8.385-4.28-18.29-6.789-28.78-6.789-35.567 0-64.4 28.833-64.4 64.4 0 7.19 1.178 14.105 3.353 20.563l-0.133-0.454 148 453.4c6.465 19.383 24.446 33.109 45.632 33.109 9.003 0 17.427-2.478 24.627-6.79l-0.218 0.121c0.96-0.56 100.24-57.24 274.68-57.24s273.72 56.76 274.48 57.2c7.036 4.277 15.544 6.808 24.642 6.808 21.193 0 39.179-13.735 45.54-32.789l0.098-0.339 148-453.16c2.137-6.114 3.371-13.161 3.371-20.497 0-19.374-8.608-36.737-22.209-48.473l-0.082-0.070zM782.12 734.080c-53.4-20.48-145.32-46.080-270.12-46.080s-216.72 25.68-270.12 46.16l-108-330.84 146.12 72.68c8.359 4.217 18.221 6.687 28.659 6.687 23.332 0 43.782-12.338 55.181-30.846l0.161-0.28 148-245.96 148 246c11.552 18.777 31.99 31.108 55.307 31.108 10.452 0 20.325-2.478 29.064-6.877l-0.372 0.17 146.080-72.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crown-simple-bold"]},"attrs":[{}],"properties":{"order":28614,"id":870,"name":"crown-simple-bold","prevSize":16,"code":60025},"setIdx":3,"setId":3,"iconIdx":377},{"icon":{"paths":["M902.4 250.56l-352-192.68c-11.078-6.211-24.312-9.869-38.4-9.869s-27.322 3.658-38.803 10.076l0.403-0.207-352 192.68c-24.976 13.863-41.6 40.081-41.6 70.181 0 0.007 0 0.013 0 0.020l-0-0.001v382.48c-0 0.005-0 0.012-0 0.019 0 30.101 16.624 56.318 41.192 69.973l0.408 0.208 352 192.68c11.076 6.218 24.311 9.88 38.4 9.88s27.324-3.662 38.802-10.087l-0.402 0.207 352-192.68c24.976-13.863 41.6-40.081 41.6-70.181 0-0.007-0-0.013-0-0.020l0 0.001v-382.48c0-0.005 0-0.012 0-0.019 0-30.101-16.624-56.318-41.192-69.973l-0.408-0.208zM512 146.28l288 157.72-288 157.6-288-157.6zM176 387.16l288 157.6v306.68l-288-157.68zM560 851.44v-306.68l288-157.6v306.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cube-bold"]},"attrs":[{}],"properties":{"order":28615,"id":869,"name":"cube-bold","prevSize":16,"code":60026},"setIdx":3,"setId":3,"iconIdx":378},{"icon":{"paths":["M784 629.72v-235.44c0-0.040 0-0.088 0-0.136 0-24.907-13.391-46.686-33.366-58.531l-0.315-0.173-205.36-118.6c-9.461-5.526-20.83-8.789-32.96-8.789s-23.499 3.263-33.275 8.958l0.315-0.17-205.32 118.6c-20.312 12.013-33.72 33.804-33.72 58.727 0 0.040 0 0.079 0 0.119l-0-0.006v235.44c-0 0.040-0 0.088-0 0.136 0 24.907 13.391 46.686 33.366 58.531l0.315 0.173 205.36 118.6c9.46 5.533 20.828 8.801 32.96 8.801s23.5-3.267 33.274-8.97l-0.314 0.169 205.32-118.6c20.312-12.013 33.72-33.804 33.72-58.727 0-0.040-0-0.079-0-0.119l0 0.006zM512 308.68l130.36 75.32-130.36 75.24-130.36-75.24zM336 468.68l128 73.92v145.2l-128-74.12zM560 687.8v-145.4l128-73.92v145.2zM944 192v160c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-112h-112c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0zM336 832c0 26.51-21.49 48-48 48v0h-160c-26.51 0-48-21.49-48-48v0-160c0-26.51 21.49-48 48-48s48 21.49 48 48v0 112h112c26.51 0 48 21.49 48 48v0zM944 672v160c0 26.51-21.49 48-48 48v0h-160c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h112v-112c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM80 352v-160c0-26.51 21.49-48 48-48v0h160c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-112v112c0 26.51-21.49 48-48 48s-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cube-focus-bold"]},"attrs":[{}],"properties":{"order":28616,"id":868,"name":"cube-focus-bold","prevSize":16,"code":60027},"setIdx":3,"setId":3,"iconIdx":379},{"icon":{"paths":["M898 382.12v0l-256-256c-8.692-8.722-20.716-14.119-34-14.12l-448-0c-26.51 0-48 21.49-48 48v0 448c-0 0.018-0 0.040-0 0.062 0 12.168 4.551 23.274 12.043 31.707l-0.043-0.049c0.6 0.72 1.24 1.44 2 2.24l256 256c8.684 8.675 20.677 14.040 33.922 14.040 0.027 0 0.055-0 0.082-0l-0.004 0h448c26.51 0 48-21.49 48-48v0-448c-0.001-13.225-5.349-25.2-14.001-33.881l0.001 0.001zM656 276l92 92h-92zM368 748l-92-92h92zM368 560h-160v-284l160 160zM276 208h284v160h-124zM560 464v96h-96v-96zM464 816v-160h124l160 160zM816 748l-160-160v-124h160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cube-transparent-bold"]},"attrs":[{}],"properties":{"order":28617,"id":867,"name":"cube-transparent-bold","prevSize":16,"code":60028},"setIdx":3,"setId":3,"iconIdx":380},{"icon":{"paths":["M708.32 457.84c27.161-32.873 43.635-75.447 43.635-121.868 0-88.965-60.508-163.797-142.615-185.589l-1.34-0.302v-54.080c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-64v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v512h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h96v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h64v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48c114.837-0.050 207.912-93.156 207.912-208 0-78.034-42.971-146.031-106.541-181.62l-1.051-0.54zM656 336c0 53.019-42.981 96-96 96v0h-192v-192h192c53.019 0 96 42.981 96 96v0zM608 752h-240v-224h240c61.856 0 112 50.144 112 112s-50.144 112-112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-btc-bold"]},"attrs":[{}],"properties":{"order":28618,"id":866,"name":"currency-btc-bold","prevSize":16,"code":60029},"setIdx":3,"setId":3,"iconIdx":381},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM688 592c0 70.692-57.308 128-128 128v0 16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h144c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-70.692 0-128-57.308-128-128s57.308-128 128-128v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h48c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-144c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c70.692 0 128 57.308 128 128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-circle-dollar-bold"]},"attrs":[{}],"properties":{"order":28619,"id":865,"name":"currency-circle-dollar-bold","prevSize":16,"code":60030},"setIdx":3,"setId":3,"iconIdx":382},{"icon":{"paths":["M208 256c0-26.51 21.49-48 48-48v0h512c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-512c-26.51 0-48-21.49-48-48v0zM864 656c-26.51 0-48 21.49-48 48v0 48h-112c-26.51 0-48-21.49-48-48v0-176h176c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-640c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176v16c-0.137 114.82-93.18 207.863-207.987 208l-0.013 0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c167.821-0.182 303.818-136.179 304-303.983l0-0.017v-16h96v176c0 79.529 64.471 144 144 144v0h160c26.51 0 48-21.49 48-48v0-96c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-cny-bold"]},"attrs":[{}],"properties":{"order":28620,"id":864,"name":"currency-cny-bold","prevSize":16,"code":60031},"setIdx":3,"setId":3,"iconIdx":383},{"icon":{"paths":["M608 464h-48v-224h16c61.856 0 112 50.144 112 112v0c0 26.51 21.49 48 48 48s48-21.49 48-48v0c-0.137-114.82-93.18-207.863-207.987-208l-16.013-0v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-16c-114.875 0-208 93.125-208 208s93.125 208 208 208v0h16v224h-48c-61.856 0-112-50.144-112-112v0c0-26.51-21.49-48-48-48s-48 21.49-48 48v0c0.137 114.82 93.18 207.863 207.987 208l48.013 0v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h48c114.875 0 208-93.125 208-208s-93.125-208-208-208v0zM448 464c-61.856 0-112-50.144-112-112s50.144-112 112-112v0h16v224zM608 784h-48v-224h48c61.856 0 112 50.144 112 112s-50.144 112-112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-dollar-bold"]},"attrs":[{}],"properties":{"order":28621,"id":863,"name":"currency-dollar-bold","prevSize":16,"code":60032},"setIdx":3,"setId":3,"iconIdx":384},{"icon":{"paths":["M816 672c-0.137 114.82-93.18 207.863-207.987 208l-48.013 0v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-114.82-0.137-207.863-93.18-208-207.987l-0-0.013c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 61.856 50.144 112 112 112v0h192c61.856 0 112-50.144 112-112s-50.144-112-112-112v0h-160c-114.875 0-208-93.125-208-208s93.125-208 208-208v0h16v-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 48h16c114.82 0.137 207.863 93.18 208 207.987l0 0.013c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0-61.856-50.144-112-112-112v0h-128c-61.856 0-112 50.144-112 112s50.144 112 112 112v0h160c114.82 0.137 207.863 93.18 208 207.987l0 0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-dollar-simple-bold"]},"attrs":[{}],"properties":{"order":28622,"id":862,"name":"currency-dollar-simple-bold","prevSize":16,"code":60033},"setIdx":3,"setId":3,"iconIdx":385},{"icon":{"paths":["M901.76 482.36l-352-448c-8.868-11.226-22.48-18.366-37.76-18.366s-28.892 7.14-37.683 18.265l-0.077 0.101-352 448c-6.386 8.076-10.245 18.408-10.245 29.64s3.858 21.564 10.322 29.741l-0.077-0.101 2.4 3.040c0.543 0.841 1.123 1.573 1.765 2.246l-0.005-0.006 348 442.72c8.868 11.226 22.48 18.366 37.76 18.366s28.892-7.14 37.683-18.265l0.077-0.101 352-448c6.338-8.058 10.165-18.351 10.165-29.538 0-11.278-3.89-21.648-10.4-29.84l0.076 0.098zM560 202.8l228.48 290.8-228.48 104zM464 597.44l-228.48-104 228.48-290.64zM464 702.92v118.28l-144.6-184zM560 702.92l144.6-65.72-144.6 184z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-eth-bold"]},"attrs":[{}],"properties":{"order":28623,"id":861,"name":"currency-eth-bold","prevSize":16,"code":60034},"setIdx":3,"setId":3,"iconIdx":386},{"icon":{"paths":["M771.76 758.64c7.657 8.471 12.342 19.754 12.342 32.132 0 14.242-6.203 27.036-16.054 35.826l-0.047 0.041c-59.158 53.055-137.754 85.494-223.926 85.494-162.975 0-298.85-116.033-329.519-269.993l-0.356-2.141h-54.2c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-64h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h54.2c31.094-156.018 166.927-271.963 329.841-271.963 86.188 0 164.796 32.451 224.273 85.801l-0.314-0.277c9.84 8.828 16.002 21.584 16.002 35.78 0 26.511-21.491 48.002-48.002 48.002-12.315 0-23.547-4.638-32.045-12.262l0.045 0.040c-42.26-37.913-98.412-61.095-159.978-61.095-109.761 0-202.313 73.682-230.891 174.283l-0.411 1.692h231.28c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-240v64h176c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-167.28c28.989 102.292 121.541 175.975 231.302 175.975 61.566 0 117.718-23.182 160.202-61.293l-0.225 0.198c8.453-7.584 19.684-12.222 31.999-12.222 14.186 0 26.934 6.154 35.722 15.938l0.039 0.044z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-eur-bold"]},"attrs":[{}],"properties":{"order":28624,"id":860,"name":"currency-eur-bold","prevSize":16,"code":60035},"setIdx":3,"setId":3,"iconIdx":387},{"icon":{"paths":["M784 832c0 26.51-21.49 48-48 48v0h-512c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h16c53.019 0 96-42.981 96-96v0-128h-112c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h112v-128c-0-0.008-0-0.018-0-0.028 0-123.712 100.288-224 224-224 54.313 0 104.112 19.33 142.891 51.487l-0.371-0.299c10.688 8.869 17.444 22.156 17.444 37.020 0 26.512-21.492 48.004-48.004 48.004-11.647 0-22.326-4.148-30.639-11.048l0.079 0.064c-21.766-18.17-50.040-29.201-80.891-29.201-0.179 0-0.358 0-0.537 0.001l0.028-0c-70.692 0-128 57.308-128 128v0 128h112c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-112v128c0 0.064 0 0.14 0 0.215 0 35.279-9.567 68.323-26.247 96.68l0.487-0.895h329.76c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-gbp-bold"]},"attrs":[{}],"properties":{"order":28625,"id":859,"name":"currency-gbp-bold","prevSize":16,"code":60036},"setIdx":3,"setId":3,"iconIdx":388},{"icon":{"paths":["M848 320c0 26.51-21.49 48-48 48v0h-112c-0.159 141.321-114.679 255.841-255.985 256l-20.015 0 260 236.48c9.925 8.834 16.146 21.644 16.146 35.907 0 26.51-21.49 48-48 48-12.651 0-24.159-4.894-32.734-12.893l0.028 0.026-352-320c-9.671-8.813-15.716-21.461-15.716-35.521 0-26.51 21.49-48 48-48 0.097 0 0.194 0 0.291 0.001l-0.015-0h144c88.366 0 160-71.634 160-160v0h-304c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h272c-29.5-39.036-75.835-64-128-64v0h-144c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h512c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-168.36c14.893 18.413 27.531 39.529 36.976 62.303l0.624 1.697h130.76c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-inr-bold"]},"attrs":[{}],"properties":{"order":28626,"id":858,"name":"currency-inr-bold","prevSize":16,"code":60037},"setIdx":3,"setId":3,"iconIdx":389},{"icon":{"paths":["M837.16 222.4l-224 273.6h90.84c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-144v64h144c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-144v112c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-112h-144c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h144v-64h-144c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h90.72l-224-273.6c-6.747-8.211-10.837-18.828-10.837-30.4 0-26.541 21.516-48.057 48.057-48.057 14.969 0 28.34 6.844 37.153 17.573l0.067 0.084 250.84 306.6 250.84-306.6c8.872-10.786 22.219-17.611 37.16-17.611 26.516 0 48.011 21.495 48.011 48.011 0 11.574-4.096 22.192-10.917 30.483l0.066-0.083z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-jpy-bold"]},"attrs":[{}],"properties":{"order":28627,"id":857,"name":"currency-jpy-bold","prevSize":16,"code":60038},"setIdx":3,"setId":3,"iconIdx":390},{"icon":{"paths":["M960 496h-64.68l77.16-189.92c1.935-5.006 3.056-10.799 3.056-16.854 0-26.51-21.49-48-48-48-19.585 0-36.431 11.73-43.895 28.548l-0.121 0.306-92 226.040h-143.2l-92-226.040c-7.326-17.718-24.474-29.958-44.48-29.958s-37.154 12.24-44.363 29.639l-0.117 0.318-91.68 225.92h-143.36l-92-226.040c-7.585-17.124-24.431-28.854-44.016-28.854-26.51 0-48 21.49-48 48 0 6.055 1.121 11.848 3.167 17.182l-0.111-0.329 77.32 190.040h-64.68c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h103.68l92 226.080c7.326 17.718 24.474 29.958 44.48 29.958s37.154-12.24 44.363-29.639l0.117-0.318 92-226.080h143.36l92 226.080c7.326 17.718 24.474 29.958 44.48 29.958s37.154-12.24 44.363-29.639l0.117-0.318 92-226.080h103.040c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM304 672.48l-32.68-80.48h65.36zM479.32 496l32.68-80.44 32.68 80.44zM720 672.48l-32.68-80.48h65.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-krw-bold"]},"attrs":[{}],"properties":{"order":28628,"id":856,"name":"currency-krw-bold","prevSize":16,"code":60039},"setIdx":3,"setId":3,"iconIdx":391},{"icon":{"paths":["M848 400c0 26.51-21.49 48-48 48v0h-240v400c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-400h-240c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h576c26.51 0 48 21.49 48 48v0zM224 256h576c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-576c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-kzt-bold"]},"attrs":[{}],"properties":{"order":28629,"id":855,"name":"currency-kzt-bold","prevSize":16,"code":60040},"setIdx":3,"setId":3,"iconIdx":392},{"icon":{"paths":["M864 464h-48v-280c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 280h-184.56l-241.6-309.52c-8.866-11.286-22.514-18.468-37.84-18.468-26.505 0-47.993 21.484-48 47.987l-0 0.001v280h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v280c0 26.51 21.49 48 48 48s48-21.49 48-48v0-280h184.56l241.6 309.52c8.866 11.286 22.514 18.468 37.84 18.468 26.505 0 47.993-21.484 48-47.987l0-0.001v-280h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM304 464v-140.48l109.64 140.48zM720 700.48l-109.64-140.48h109.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-ngn-bold"]},"attrs":[{}],"properties":{"order":28630,"id":854,"name":"currency-ngn-bold","prevSize":16,"code":60041},"setIdx":3,"setId":3,"iconIdx":393},{"icon":{"paths":["M592 624c141.385 0 256-114.615 256-256s-114.615-256-256-256v0h-240c-26.51 0-48 21.49-48 48v0 368h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80v64h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h176c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-176v-64zM400 208h192c88.366 0 160 71.634 160 160s-71.634 160-160 160v0h-192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-rub-bold"]},"attrs":[{}],"properties":{"order":28631,"id":853,"name":"currency-rub-bold","prevSize":16,"code":60042},"setIdx":3,"setId":3,"iconIdx":394},{"icon":{"paths":["M723.4 527.52l140.6-53.36c28.317-12.733 47.678-40.696 47.678-73.18 0-35.139-22.655-64.986-54.155-75.733l-0.563-0.167-640.32-209.080c-7.312-2.433-15.73-3.836-24.476-3.836-44.183 0-80 35.817-80 80 0 8.746 1.403 17.164 3.998 25.042l-0.161-0.565 209.080 640.32c10.199 31.101 38.302 53.445 71.829 54.954l0.171 0.006h4c0.077 0 0.167 0 0.258 0 32.473 0 60.384-19.533 72.623-47.491l0.199-0.51 0.84-2.12 52.52-138.48 165.16 165.16c14.478 14.484 34.483 23.443 56.58 23.443s42.102-8.959 56.58-23.443l82.72-82.72c14.484-14.478 23.443-34.483 23.443-56.58s-8.959-42.102-23.443-56.58l-0-0zM749.24 809.36l-171.36-171.36c-14.465-14.469-34.445-23.424-56.517-23.44l-0.003-0c-5.295 0.009-10.466 0.518-15.475 1.483l0.515-0.083c-26.381 5.158-47.785 22.707-58.198 46.209l-0.202 0.511c-0.32 0.68-0.6 1.4-0.88 2.12l-45 118.68-185-566.36 566.36 184.96-120.8 45.88c-28.545 12.64-48.099 40.719-48.099 73.364 0 22.085 8.949 42.080 23.419 56.556l171.36 171.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cursor-bold"]},"attrs":[{}],"properties":{"order":28632,"id":852,"name":"cursor-bold","prevSize":16,"code":60043},"setIdx":3,"setId":3,"iconIdx":395},{"icon":{"paths":["M336 64v-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM64 432c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM512.8 157.52c4.53 1.562 9.751 2.464 15.182 2.464 21.081 0 38.988-13.59 45.438-32.486l0.1-0.338 16-48c1.283-4.125 2.022-8.868 2.022-13.784 0-26.51-21.49-48-48-48-20.574 0-38.125 12.944-44.953 31.133l-0.109 0.331-16 48c-1.557 4.523-2.456 9.736-2.456 15.158 0 21.063 13.567 38.957 32.439 45.421l0.338 0.101zM96.8 482.48l-48 16c-19.957 6.121-34.216 24.384-34.216 45.978 0 26.51 21.49 48 48 48 5.936 0 11.62-1.077 16.867-3.047l-0.331 0.109 48-16c19.957-6.121 34.216-24.384 34.216-45.978 0-26.51-21.49-48-48-48-5.936 0-11.62 1.077-16.867 3.047l0.331-0.109zM888.52 724.68c14.484 14.478 23.443 34.483 23.443 56.58s-8.959 42.102-23.443 56.58l-50.72 50.72c-14.478 14.484-34.483 23.443-56.58 23.443s-42.102-8.959-56.58-23.443l-182.040-182.040-68.44 157.48c-12.439 28.467-40.349 48-72.822 48-0.091 0-0.181-0-0.272-0l0.014 0h-4c-33.698-1.515-61.801-23.859-71.841-54.4l-0.159-0.56-209.080-640.4c-2.433-7.312-3.836-15.73-3.836-24.476 0-44.183 35.817-80 80-80 8.746 0 17.164 1.403 25.042 3.998l-0.565-0.161 640.32 209.080c32.063 10.914 54.718 40.761 54.718 75.9 0 32.484-19.361 60.446-47.173 72.976l-0.505 0.203-157.48 68.48zM809.32 781.24l-187.32-187.36c-14.453-14.473-23.391-34.457-23.391-56.528 0-32.635 19.541-60.706 47.561-73.15l0.51-0.202 140-60.84-569.52-186 185.96 569.48 60.84-140c10.642-23.99 32.058-41.511 57.935-46.558l0.505-0.082c4.496-0.912 9.666-1.436 14.957-1.44l0.003-0c22.075 0.016 42.055 8.971 56.52 23.44l187.36 187.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cursor-click-bold"]},"attrs":[{}],"properties":{"order":28633,"id":851,"name":"cursor-click-bold","prevSize":16,"code":60044},"setIdx":3,"setId":3,"iconIdx":396},{"icon":{"paths":["M752 832c0 26.51-21.49 48-48 48v0h-64c-0.017 0-0.036 0-0.056 0-50.412 0-95.857-21.262-127.858-55.308l-0.085-0.092c-32.086 34.138-77.532 55.4-127.944 55.4-0.020 0-0.040-0-0.059-0l-63.997 0c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h64c44.183 0 80-35.817 80-80v0-144h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-144c0-44.183-35.817-80-80-80v0h-64c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h64c0.017-0 0.036-0 0.056-0 50.412 0 95.857 21.262 127.858 55.308l0.085 0.092c32.086-34.138 77.532-55.4 127.944-55.4 0.020 0 0.040 0 0.059 0l63.997-0c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-64c-44.183 0-80 35.817-80 80v0 144h48c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-48v144c0 44.183 35.817 80 80 80v0h64c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cursor-text-bold"]},"attrs":[{}],"properties":{"order":28634,"id":850,"name":"cursor-text-bold","prevSize":16,"code":60045},"setIdx":3,"setId":3,"iconIdx":397},{"icon":{"paths":["M716.56 96.32c-55.44-31.16-128.080-48.32-204.56-48.32s-149.12 17.16-204.56 48.32c-64.12 36.080-99.44 87.12-99.44 143.68v544c0 56.56 35.32 107.6 99.44 143.68 55.44 31.16 128.080 48.32 204.56 48.32s149.12-17.16 204.56-48.32c64-36 99.44-87.12 99.44-143.68v-544c0-56.56-35.32-107.6-99.44-143.68zM354.52 180c40.68-22.88 98.080-36 157.48-36s116.8 13.12 157.48 36c32 18.080 50.52 40 50.52 60s-18.4 41.92-50.52 60c-40.68 22.88-98.080 36-157.48 36s-116.8-13.12-157.48-36c-32.12-18.080-50.52-40-50.52-60s18.4-41.92 50.52-60zM669.48 844c-40.68 22.88-98.080 36-157.48 36s-116.8-13.12-157.48-36c-32.12-18.080-50.52-40-50.52-60v-402.4l3.44 2.080c55.44 31.16 128.080 48.32 204.56 48.32s149.12-17.16 204.56-48.32l3.44-2.080v402.4c0 20-18.4 41.92-50.52 60z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cylinder-bold"]},"attrs":[{}],"properties":{"order":28635,"id":849,"name":"cylinder-bold","prevSize":16,"code":60046},"setIdx":3,"setId":3,"iconIdx":398},{"icon":{"paths":["M784 142.080c-73.52-40.040-170.080-62.080-272-62.080s-198.48 22.040-272 62.080c-82.52 45.080-128 108.24-128 177.92v384c0 69.68 45.48 132.84 128 177.92 73.4 40 169.96 62.080 272 62.080s198.48-22.040 272-62.080c82.64-45.080 128-108.24 128-177.92v-384c0-69.68-45.48-132.84-128-177.92zM816 512c0 68-124.84 144-304 144s-304-76-304-144v-33.84c8.928 6.293 19.383 12.836 30.183 18.834l1.817 0.926c73.4 40 169.96 62.080 272 62.080s198.48-22.040 272-62.080c12.617-6.924 23.072-13.467 33.145-20.52l-1.145 0.76zM512 176c179.16 0 304 76 304 144s-124.84 144-304 144-304-76-304-144 124.84-144 304-144zM512 848c-179.16 0-304-76-304-144v-33.84c8.928 6.293 19.383 12.836 30.183 18.834l1.817 0.926c73.4 40 169.96 62.080 272 62.080s198.48-22.040 272-62.080c12.617-6.924 23.072-13.467 33.145-20.52l-1.145 0.76v33.84c0 68-124.84 144-304 144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["database-bold"]},"attrs":[{}],"properties":{"order":28636,"id":848,"name":"database-bold","prevSize":16,"code":60047},"setIdx":3,"setId":3,"iconIdx":399},{"icon":{"paths":["M832 144h-640c-61.856 0-112 50.144-112 112v0 432c0 61.856 50.144 112 112 112v0h272v48h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-80v-48h272c61.856 0 112-50.144 112-112v0-432c0-61.856-50.144-112-112-112v0zM192 240h640c8.837 0 16 7.163 16 16v0 288h-672v-288c0-8.837 7.163-16 16-16v0zM832 704h-640c-8.837 0-16-7.163-16-16v0-48h672v48c0 8.837-7.163 16-16 16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["desktop-bold"]},"attrs":[{}],"properties":{"order":28637,"id":847,"name":"desktop-bold","prevSize":16,"code":60048},"setIdx":3,"setId":3,"iconIdx":400},{"icon":{"paths":["M112 384v272c0 8.837 7.163 16 16 16v0h304c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-32v48h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-160c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h32v-48h-176c-61.856 0-112-50.144-112-112v0-272c0-61.856 50.144-112 112-112v0h304c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-304c-8.837 0-16 7.163-16 16v0zM720 352h96c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM720 496h96c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM1008 192v640c0 44.183-35.817 80-80 80v0h-320c-44.183 0-80-35.817-80-80v0-640c0-44.183 35.817-80 80-80v0h320c44.183 0 80 35.817 80 80v0zM912 208h-288v608h288zM768 640c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["desktop-tower-bold"]},"attrs":[{}],"properties":{"order":28638,"id":846,"name":"desktop-tower-bold","prevSize":16,"code":60049},"setIdx":3,"setId":3,"iconIdx":401},{"icon":{"paths":["M976 416h-99.16l-173.56-239.040c-14.716-20.047-38.193-32.915-64.676-32.915-24.81 0-46.983 11.294-61.656 29.021l-0.108 0.134-51.28 59.44c-0.4 0.44-0.8 0.92-1.16 1.4-2.957 3.606-7.412 5.889-12.4 5.889s-9.443-2.283-12.378-5.861l-0.022-0.028c-0.36-0.48-0.76-0.96-1.16-1.4l-51.28-59.44c-14.781-17.861-36.954-29.155-61.764-29.155-26.483 0-49.96 12.868-64.52 32.692l-0.156 0.223-173.56 239.040h-99.16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h928c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM386.48 249.8l38.76 44.96c20.696 25.213 51.865 41.171 86.76 41.171s66.063-15.959 86.604-40.976l0.156-0.196 38.76-44.96 120.68 166.2h-492.4zM720 560c-77.012 0.097-141.291 54.492-156.615 126.953l-0.185 1.047h-102.4c-15.361-73.612-79.711-128.117-156.791-128.117-88.366 0-160 71.634-160 160s71.634 160 160 160c65.171 0 121.241-38.964 146.186-94.866l0.405-1.016h122.8c25.324 56.983 81.427 96 146.642 96 88.366 0 160-71.634 160-160s-71.634-160-160-160c-0.015 0-0.030 0-0.045 0l0.002-0zM304 784c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM720 784c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["detective-bold"]},"attrs":[{}],"properties":{"order":28639,"id":845,"name":"detective-bold","prevSize":16,"code":60050},"setIdx":3,"setId":3,"iconIdx":402},{"icon":{"paths":["M704 48h-384c-61.856 0-112 50.144-112 112v0 704c0 61.856 50.144 112 112 112v0h384c61.856 0 112-50.144 112-112v0-704c0-61.856-50.144-112-112-112v0zM304 304h416v416h-416zM320 144h384c8.837 0 16 7.163 16 16v0 48h-416v-48c0-8.837 7.163-16 16-16v0zM704 880h-384c-8.837 0-16-7.163-16-16v0-48h416v48c0 8.837-7.163 16-16 16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-mobile-bold"]},"attrs":[{}],"properties":{"order":28640,"id":844,"name":"device-mobile-bold","prevSize":16,"code":60051},"setIdx":3,"setId":3,"iconIdx":403},{"icon":{"paths":["M704 48h-384c-61.856 0-112 50.144-112 112v0 704c0 61.856 50.144 112 112 112v0h384c61.856 0 112-50.144 112-112v0-704c0-61.856-50.144-112-112-112v0zM720 864c0 8.837-7.163 16-16 16v0h-384c-8.837 0-16-7.163-16-16v0-704c0-8.837 7.163-16 16-16v0h384c8.837 0 16 7.163 16 16v0zM576 272c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-mobile-camera-bold"]},"attrs":[{}],"properties":{"order":28641,"id":843,"name":"device-mobile-camera-bold","prevSize":16,"code":60052},"setIdx":3,"setId":3,"iconIdx":404},{"icon":{"paths":["M704 48h-384c-61.856 0-112 50.144-112 112v0 704c0 61.856 50.144 112 112 112v0h384c61.856 0 112-50.144 112-112v0-704c0-61.856-50.144-112-112-112v0zM720 864c0 8.837-7.163 16-16 16v0h-384c-8.837 0-16-7.163-16-16v0-704c0-8.837 7.163-16 16-16v0h384c8.837 0 16 7.163 16 16v0zM656 256c0 26.51-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h192c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-mobile-speaker-bold"]},"attrs":[{}],"properties":{"order":28642,"id":842,"name":"device-mobile-speaker-bold","prevSize":16,"code":60053},"setIdx":3,"setId":3,"iconIdx":405},{"icon":{"paths":["M896 288h-48v-32c0-61.856-50.144-112-112-112v0h-576c-61.856 0-112 50.144-112 112v0 352c0 61.856 50.144 112 112 112v0h384v48c0 61.856 50.144 112 112 112v0h240c61.856 0 112-50.144 112-112v0-368c0-61.856-50.144-112-112-112v0zM160 624c-8.837 0-16-7.163-16-16v0-352c0-8.837 7.163-16 16-16v0h576c8.837 0 16 7.163 16 16v0 32h-96c-61.856 0-112 50.144-112 112v0 224zM912 768c0 8.837-7.163 16-16 16v0h-240c-8.837 0-16-7.163-16-16v0-368c0-8.837 7.163-16 16-16v0h240c8.837 0 16 7.163 16 16v0zM496 832c0 26.51-21.49 48-48 48v0h-96c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h96c26.51 0 48 21.49 48 48v0zM848 496c0 26.51-21.49 48-48 48v0h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["devices-bold"]},"attrs":[{}],"properties":{"order":28643,"id":841,"name":"devices-bold","prevSize":16,"code":60054},"setIdx":3,"setId":3,"iconIdx":406},{"icon":{"paths":["M768 80h-512c-61.856 0-112 50.144-112 112v0 640c0 61.856 50.144 112 112 112v0h512c61.856 0 112-50.144 112-112v0-640c0-61.856-50.144-112-112-112v0zM240 336h544v352h-544zM256 176h512c8.837 0 16 7.163 16 16v0 48h-544v-48c0-8.837 7.163-16 16-16v0zM768 848h-512c-8.837 0-16-7.163-16-16v0-48h544v48c0 8.837-7.163 16-16 16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-tablet-bold"]},"attrs":[{}],"properties":{"order":28644,"id":840,"name":"device-tablet-bold","prevSize":16,"code":60055},"setIdx":3,"setId":3,"iconIdx":407},{"icon":{"paths":["M768 80h-512c-61.856 0-112 50.144-112 112v0 640c0 61.856 50.144 112 112 112v0h512c61.856 0 112-50.144 112-112v0-640c0-61.856-50.144-112-112-112v0zM784 832c0 8.837-7.163 16-16 16v0h-512c-8.837 0-16-7.163-16-16v0-640c0-8.837 7.163-16 16-16v0h512c8.837 0 16 7.163 16 16v0zM576 304c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-tablet-camera-bold"]},"attrs":[{}],"properties":{"order":28645,"id":839,"name":"device-tablet-camera-bold","prevSize":16,"code":60056},"setIdx":3,"setId":3,"iconIdx":408},{"icon":{"paths":["M768 80h-512c-61.856 0-112 50.144-112 112v0 640c0 61.856 50.144 112 112 112v0h512c61.856 0 112-50.144 112-112v0-640c0-61.856-50.144-112-112-112v0zM784 832c0 8.837-7.163 16-16 16v0h-512c-8.837 0-16-7.163-16-16v0-640c0-8.837 7.163-16 16-16v0h512c8.837 0 16 7.163 16 16v0zM688 288c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-tablet-speaker-bold"]},"attrs":[{}],"properties":{"order":28646,"id":838,"name":"device-tablet-speaker-bold","prevSize":16,"code":60057},"setIdx":3,"setId":3,"iconIdx":409},{"icon":{"paths":["M928 208h-832c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h832c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM912 720h-800v-416h800zM432 624v-224c0-26.51 21.49-48 48-48v0h80c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-32v16c26.51 0 48 21.49 48 48s-21.49 48-48 48v0 16h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-80c-26.51 0-48-21.49-48-48v0zM641.84 413.2c-1.174-3.955-1.85-8.498-1.85-13.2 0-26.515 21.495-48.010 48.010-48.010 21.814 0 40.23 14.548 46.075 34.471l0.085 0.339 17.84 62.48 17.84-62.48c5.93-20.262 24.346-34.81 46.16-34.81 26.515 0 48.010 21.495 48.010 48.010 0 4.702-0.676 9.245-1.936 13.539l0.085-0.339-64 224c-5.918 20.276-24.338 34.837-46.16 34.837s-40.242-14.562-46.075-34.498l-0.085-0.339zM224 672h32c79.529 0 144-64.471 144-144v0-32c0-79.529-64.471-144-144-144v0h-32c-26.51 0-48 21.49-48 48v0 224c0 26.51 21.49 48 48 48v0zM272 450.76c18.798 6.787 31.993 24.472 32 45.239l0 0.001v32c-0.007 20.768-13.202 38.453-31.666 45.134l-0.334 0.106z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dev-to-logo-bold"]},"attrs":[{}],"properties":{"order":28647,"id":837,"name":"dev-to-logo-bold","prevSize":16,"code":60058},"setIdx":3,"setId":3,"iconIdx":410},{"icon":{"paths":["M952.64 455.56l-384.24-384.24c-14.462-14.389-34.402-23.283-56.42-23.283s-41.958 8.895-56.423 23.287l0.003-0.003-384 384.24c-14.401 14.464-23.303 34.412-23.303 56.44s8.903 41.976 23.306 56.443l-0.003-0.003 384.2 384.24c14.462 14.389 34.402 23.283 56.42 23.283s41.958-8.895 56.423-23.287l-0.003 0.003 384-384.24c14.401-14.464 23.303-34.412 23.303-56.44s-8.903-41.976-23.306-56.443l0.003 0.003zM512 873.32l-361.28-361.32 361.28-361.32 361.28 361.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["diamond-bold"]},"attrs":[{}],"properties":{"order":28648,"id":836,"name":"diamond-bold","prevSize":16,"code":60059},"setIdx":3,"setId":3,"iconIdx":411},{"icon":{"paths":["M456 408.72c14.379 14.359 34.232 23.238 56.16 23.238s41.781-8.88 56.161-23.239l-0.001 0.001 112.44-112.72c14.356-14.373 23.235-34.219 23.235-56.14s-8.879-41.767-23.236-56.141l0.001 0.001-112.76-112.52c-14.388-14.339-34.238-23.205-56.16-23.205s-41.772 8.866-56.162 23.207l0.002-0.002-112.44 112.8c-14.356 14.373-23.235 34.219-23.235 56.14s8.879 41.767 23.236 56.141l-0.001-0.001zM512 150.84l89.12 89.16-89.12 89.12-89.12-89.12zM952.76 456l-112.76-112.76c-14.383-14.349-34.236-23.222-56.16-23.222s-41.777 8.873-56.162 23.223l0.002-0.002-112.44 112.76c-14.359 14.379-23.238 34.232-23.238 56.16s8.88 41.781 23.239 56.161l-0.001-0.001 112.76 112.44c14.388 14.339 34.238 23.205 56.16 23.205s41.772-8.866 56.162-23.207l-0.002 0.002 112.44-112.76c14.359-14.379 23.238-34.232 23.238-56.16s-8.88-41.781-23.239-56.161l0.001 0.001zM784 601.12l-89.12-89.12 89.12-89.12 89.12 89.12zM432 512c0-0.021 0-0.046 0-0.071 0-21.855-8.884-41.635-23.237-55.927l-0.003-0.003-112.76-112.76c-14.383-14.349-34.236-23.222-56.16-23.222s-41.777 8.873-56.162 23.223l0.002-0.002-112.44 112.76c-14.359 14.379-23.238 34.232-23.238 56.16s8.88 41.781 23.239 56.161l-0.001-0.001 112.76 112.44c14.388 14.339 34.238 23.205 56.16 23.205s41.772-8.866 56.162-23.207l-0.002 0.002 112.44-112.76c14.356-14.294 23.24-34.074 23.24-55.929 0-0.025-0-0.050-0-0.074l0 0.004zM240 601.12l-89.12-89.12 89.12-89.12 89.12 89.12zM568 615.24c-14.388-14.339-34.238-23.205-56.16-23.205s-41.772 8.866-56.162 23.207l0.002-0.002-112.44 112.76c-14.356 14.373-23.235 34.219-23.235 56.14s8.879 41.767 23.236 56.141l-0.001-0.001 112.76 112.52c14.388 14.339 34.238 23.205 56.16 23.205s41.772-8.866 56.162-23.207l-0.002 0.002 112.44-112.8c14.356-14.373 23.235-34.219 23.235-56.14s-8.879-41.767-23.236-56.141l0.001 0.001zM512 873.16l-89.12-89.16 89.12-89.12 89.12 89.12z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["diamonds-four-bold"]},"attrs":[{}],"properties":{"order":28649,"id":835,"name":"diamonds-four-bold","prevSize":16,"code":60060},"setIdx":3,"setId":3,"iconIdx":412},{"icon":{"paths":["M768 112h-512c-79.529 0-144 64.471-144 144v0 512c0 79.529 64.471 144 144 144v0h512c79.529 0 144-64.471 144-144v0-512c0-79.529-64.471-144-144-144v0zM816 768c0 26.51-21.49 48-48 48v0h-512c-26.51 0-48-21.49-48-48v0-512c0-26.51 21.49-48 48-48v0h512c26.51 0 48 21.49 48 48v0zM416 352c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM576 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM736 352c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM416 672c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM736 672c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-five-bold"]},"attrs":[{}],"properties":{"order":28650,"id":834,"name":"dice-five-bold","prevSize":16,"code":60061},"setIdx":3,"setId":3,"iconIdx":413},{"icon":{"paths":["M768 112h-512c-79.529 0-144 64.471-144 144v0 512c0 79.529 64.471 144 144 144v0h512c79.529 0 144-64.471 144-144v0-512c0-79.529-64.471-144-144-144v0zM816 768c0 26.51-21.49 48-48 48v0h-512c-26.51 0-48-21.49-48-48v0-512c0-26.51 21.49-48 48-48v0h512c26.51 0 48 21.49 48 48v0zM448 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM704 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM448 640c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM704 640c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-four-bold"]},"attrs":[{}],"properties":{"order":28651,"id":833,"name":"dice-four-bold","prevSize":16,"code":60062},"setIdx":3,"setId":3,"iconIdx":414},{"icon":{"paths":["M768 112h-512c-79.529 0-144 64.471-144 144v0 512c0 79.529 64.471 144 144 144v0h512c79.529 0 144-64.471 144-144v0-512c0-79.529-64.471-144-144-144v0zM816 768c0 26.51-21.49 48-48 48v0h-512c-26.51 0-48-21.49-48-48v0-512c0-26.51 21.49-48 48-48v0h512c26.51 0 48 21.49 48 48v0zM576 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-one-bold"]},"attrs":[{}],"properties":{"order":28652,"id":832,"name":"dice-one-bold","prevSize":16,"code":60063},"setIdx":3,"setId":3,"iconIdx":415},{"icon":{"paths":["M768 112h-512c-79.529 0-144 64.471-144 144v0 512c0 79.529 64.471 144 144 144v0h512c79.529 0 144-64.471 144-144v0-512c0-79.529-64.471-144-144-144v0zM816 768c0 26.51-21.49 48-48 48v0h-512c-26.51 0-48-21.49-48-48v0-512c0-26.51 21.49-48 48-48v0h512c26.51 0 48 21.49 48 48v0zM448 336c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM704 336c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM448 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM704 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM448 688c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM704 688c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-six-bold"]},"attrs":[{}],"properties":{"order":28653,"id":831,"name":"dice-six-bold","prevSize":16,"code":60064},"setIdx":3,"setId":3,"iconIdx":416},{"icon":{"paths":["M768 112h-512c-79.529 0-144 64.471-144 144v0 512c0 79.529 64.471 144 144 144v0h512c79.529 0 144-64.471 144-144v0-512c0-79.529-64.471-144-144-144v0zM816 768c0 26.51-21.49 48-48 48v0h-512c-26.51 0-48-21.49-48-48v0-512c0-26.51 21.49-48 48-48v0h512c26.51 0 48 21.49 48 48v0zM416 352c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM576 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM736 672c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-three-bold"]},"attrs":[{}],"properties":{"order":28654,"id":830,"name":"dice-three-bold","prevSize":16,"code":60065},"setIdx":3,"setId":3,"iconIdx":417},{"icon":{"paths":["M768 112h-512c-79.529 0-144 64.471-144 144v0 512c0 79.529 64.471 144 144 144v0h512c79.529 0 144-64.471 144-144v0-512c0-79.529-64.471-144-144-144v0zM816 768c0 26.51-21.49 48-48 48v0h-512c-26.51 0-48-21.49-48-48v0-512c0-26.51 21.49-48 48-48v0h512c26.51 0 48 21.49 48 48v0zM480 416c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM672 608c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-two-bold"]},"attrs":[{}],"properties":{"order":28655,"id":829,"name":"dice-two-bold","prevSize":16,"code":60066},"setIdx":3,"setId":3,"iconIdx":418},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM681.28 464c-4.141-14.41-9.468-26.939-16.096-38.634l0.456 0.874 115.36-115.36c32.386 42.77 54.931 94.724 63.299 151.297l0.221 1.823zM592 512c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0zM512 848c-0.063 0-0.138 0-0.213 0-185.568 0-336-150.432-336-336s150.432-336 336-336c75.903 0 145.928 25.169 202.184 67.615l-0.852-0.615-115.4 115.36c-24.707-14.042-54.277-22.319-85.78-22.319-97.202 0-176 78.798-176 176s78.798 176 176 176c80.124 0 147.743-53.541 169.030-126.798l0.309-1.243h163.24c-24.497 163.657-163.98 287.768-332.495 288l-0.025 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["disc-bold"]},"attrs":[{}],"properties":{"order":28656,"id":828,"name":"disc-bold","prevSize":16,"code":60067},"setIdx":3,"setId":3,"iconIdx":419},{"icon":{"paths":["M432 544c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM656 480c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM960.28 786.24l-268 118.84c-9.635 4.396-20.898 6.958-32.76 6.958-34.399 0-63.765-21.549-75.335-51.885l-0.185-0.553-34.16-92.52c-12.52 0.56-25.080 0.96-37.8 0.96s-25.28-0.4-37.8-0.96l-34.24 92.52c-11.817 30.874-41.203 52.398-75.616 52.398-11.839 0-23.082-2.547-33.213-7.124l0.509 0.206-268-118.84c-28.293-12.658-47.651-40.561-47.651-72.985 0-6.968 0.894-13.727 2.574-20.169l-0.123 0.554 118.12-465.64c8.033-30.778 33.173-54.028 64.416-59.177l0.464-0.063 144.24-23.72c3.847-0.647 8.28-1.017 12.799-1.017 37.411 0 68.901 25.35 78.231 59.809l0.131 0.568 17.64 69.64c18.96-1.32 38.080-2.040 57.48-2.040s38.52 0.72 57.48 2.040l17.64-69.64c9.443-35.028 40.927-60.382 78.332-60.382 4.529 0 8.972 0.372 13.299 1.086l-0.471-0.064 144.24 23.72c31.707 5.212 56.847 28.462 64.756 58.683l0.124 0.557 118.12 465.52c1.572 5.915 2.474 12.705 2.474 19.707 0 32.448-19.386 60.369-47.209 72.811l-0.506 0.202zM909.12 704l-112.2-442.16-120.28-19.76-11.36 44.68c11.6 2.32 23.12 4.8 34.44 7.68 21.408 5.131 37.074 24.106 37.074 46.74 0 26.51-21.49 48-48 48-4.451 0-8.761-0.606-12.851-1.74l0.337 0.080c-48.352-12.407-103.86-19.528-161.032-19.528-1.142 0-2.284 0.003-3.425 0.009l0.177-0.001c-0.965-0.005-2.106-0.008-3.248-0.008-57.172 0-112.68 7.121-165.687 20.525l4.655-0.997c-3.282 0.801-7.051 1.26-10.926 1.26-26.51 0-48-21.49-48-48 0-22.058 14.879-40.642 35.149-46.26l0.337-0.080c11.32-2.88 22.84-5.36 34.44-7.68l-11.32-44.68-120.32 19.76-112.2 442.16 240.88 106.8 20-54.28c-17.48-3.040-34.68-6.6-51.52-10.84-21.016-5.421-36.292-24.206-36.292-46.56 0-26.517 21.496-48.012 48.012-48.012 4.163 0 8.202 0.53 12.053 1.526l-0.333-0.073c48.258 12.357 103.657 19.45 160.714 19.45 1.268 0 2.535-0.004 3.801-0.010l-0.195 0.001c0.965 0.005 2.106 0.008 3.248 0.008 57.172 0 112.68-7.121 165.687-20.525l-4.655 0.997c3.518-0.923 7.557-1.452 11.72-1.452 26.517 0 48.012 21.496 48.012 48.012 0 22.354-15.276 41.139-35.959 46.487l-0.333 0.073c-16.84 4.24-34.040 7.8-51.52 10.84l20 54.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["discord-logo-bold"]},"attrs":[{}],"properties":{"order":28657,"id":827,"name":"discord-logo-bold","prevSize":16,"code":60068},"setIdx":3,"setId":3,"iconIdx":420},{"icon":{"paths":["M912 512c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0zM512 336c44.183 0 80-35.817 80-80s-35.817-80-80-80c-44.183 0-80 35.817-80 80v0c0 44.183 35.817 80 80 80v0zM512 688c-44.183 0-80 35.817-80 80s35.817 80 80 80c44.183 0 80-35.817 80-80v0c0-44.183-35.817-80-80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["divide-bold"]},"attrs":[{}],"properties":{"order":28658,"id":826,"name":"divide-bold","prevSize":16,"code":60069},"setIdx":3,"setId":3,"iconIdx":421},{"icon":{"paths":["M816 818v110c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-110c0.001-0.239 0.001-0.521 0.001-0.804 0-93.209-53.42-173.941-131.314-213.251l-1.367-0.626-193.6-96.8c-110.947-55.902-185.722-168.909-185.722-299.381 0-0.4 0.001-0.801 0.002-1.201l-0 0.062v-110c0-26.51 21.49-48 48-48s48 21.49 48 48v0 110c-0.001 0.239-0.001 0.521-0.001 0.804 0 93.209 53.42 173.941 131.314 213.251l1.367 0.626 193.6 96.8c110.947 55.902 185.722 168.909 185.722 299.381 0 0.4-0.001 0.801-0.002 1.201l0-0.062zM608 816h-304c0.224-22.88 3.628-44.878 9.789-65.691l-0.429 1.691h224.8c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-171.12c4-4.4 8-8.72 12.52-12.84 9.31-8.776 15.106-21.191 15.106-34.96 0-26.513-21.493-48.006-48.006-48.006-12.744 0-24.329 4.966-32.924 13.069l0.024-0.022c-65.044 61.534-105.58 148.395-105.76 244.726l-0 0.034v110c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h304c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM768 48c-26.51 0-48 21.49-48 48v0 16h-304c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h304c-0.224 22.88-3.628 44.878-9.789 65.691l0.429-1.691h-224.88c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h171.2c-4 4.4-8 8.72-12.52 12.84-9.31 8.776-15.106 21.191-15.106 34.96 0 26.513 21.493 48.006 48.006 48.006 12.744 0 24.329-4.966 32.924-13.069l-0.024 0.022c65.044-61.534 105.58-148.395 105.76-244.726l0-0.034v-110c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dna-bold"]},"attrs":[{}],"properties":{"order":28659,"id":825,"name":"dna-bold","prevSize":16,"code":60070},"setIdx":3,"setId":3,"iconIdx":422},{"icon":{"paths":["M432 544c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM656 480c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM928.96 584.72c-9.872 4.627-21.432 7.349-33.622 7.4l-0.018 0c-5.432-0.017-10.722-0.584-15.829-1.649l0.509 0.089v145.44c-0.114 97.156-78.844 175.886-175.989 176l-384.011 0c-97.156-0.114-175.886-78.844-176-175.989l-0-0.011v-145.48c-4.605 0.992-9.896 1.56-15.32 1.56-0.028 0-0.056-0-0.085-0l0.004 0c-12.176-0.036-23.711-2.744-34.060-7.569l0.5 0.209c-27.98-12.519-47.123-40.113-47.123-72.179 0-5.457 0.554-10.785 1.61-15.93l-0.087 0.509 65.68-352c7.24-37.344 39.678-65.155 78.611-65.155 6.9 0 13.597 0.874 19.984 2.516l-0.555-0.121 1.88 0.52 208 61.080h178.16l209.88-61.6c5.826-1.518 12.515-2.39 19.408-2.39 38.974 0 71.439 27.87 78.552 64.768l0.081 0.502 65.68 352c0.942 4.574 1.482 9.831 1.482 15.214 0 32.142-19.234 59.791-46.82 72.067l-0.502 0.199zM688.96 218.2l179.040 231.48-50.24-269.32zM156 449.68l179.040-231.48-128.8-37.84zM784 736v-238.080l-199.56-257.92h-144.88l-199.56 257.92v238.080c0 44.183 35.817 80 80 80v0h144v-28l-49.92-49.96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 29.92 29.96 30.040-30.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-50.040 50.080v28h144c44.183 0 80-35.817 80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dog-bold"]},"attrs":[{}],"properties":{"order":28660,"id":824,"name":"dog-bold","prevSize":16,"code":60071},"setIdx":3,"setId":3,"iconIdx":423},{"icon":{"paths":["M928 848h-80v-688c0-44.183-35.817-80-80-80v0h-512c-44.183 0-80 35.817-80 80v0 688h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h832c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM272 176h480v672h-480zM688 528c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["door-bold"]},"attrs":[{}],"properties":{"order":28661,"id":823,"name":"door-bold","prevSize":16,"code":60072},"setIdx":3,"setId":3,"iconIdx":424},{"icon":{"paths":["M928 848h-80v-688c0-44.183-35.817-80-80-80v0h-512c-44.183 0-80 35.817-80 80v0 688h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h832c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM752 848h-64v-672h64zM272 176h320v672h-320zM544 528c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["door-open-bold"]},"attrs":[{}],"properties":{"order":28662,"id":822,"name":"door-open-bold","prevSize":16,"code":60073},"setIdx":3,"setId":3,"iconIdx":425},{"icon":{"paths":["M576 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dot-bold"]},"attrs":[{}],"properties":{"order":28663,"id":821,"name":"dot-bold","prevSize":16,"code":60074},"setIdx":3,"setId":3,"iconIdx":426},{"icon":{"paths":["M512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 544c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dot-outline-bold"]},"attrs":[{}],"properties":{"order":28664,"id":820,"name":"dot-outline-bold","prevSize":16,"code":60075},"setIdx":3,"setId":3,"iconIdx":427},{"icon":{"paths":["M304 240c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM512 176c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM784 304c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM240 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM512 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM784 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM240 720c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM512 720c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM784 720c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-nine-bold"]},"attrs":[{}],"properties":{"order":28665,"id":819,"name":"dots-nine-bold","prevSize":16,"code":60076},"setIdx":3,"setId":3,"iconIdx":428},{"icon":{"paths":["M304 368c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM512 304c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM784 432c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM240 592c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM512 592c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM784 592c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-six-bold"]},"attrs":[{}],"properties":{"order":28666,"id":818,"name":"dots-six-bold","prevSize":16,"code":60077},"setIdx":3,"setId":3,"iconIdx":429},{"icon":{"paths":["M432 240c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM656 304c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM368 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM656 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM368 720c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM656 720c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-six-vertical-bold"]},"attrs":[{}],"properties":{"order":28667,"id":817,"name":"dots-six-vertical-bold","prevSize":16,"code":60078},"setIdx":3,"setId":3,"iconIdx":430},{"icon":{"paths":["M576 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM240 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM784 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-bold"]},"attrs":[{}],"properties":{"order":28668,"id":816,"name":"dots-three-bold","prevSize":16,"code":60079},"setIdx":3,"setId":3,"iconIdx":431},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM448 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM704 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-circle-bold"]},"attrs":[{}],"properties":{"order":28669,"id":815,"name":"dots-three-circle-bold","prevSize":16,"code":60080},"setIdx":3,"setId":3,"iconIdx":432},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM576 384c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM576 640c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-circle-vertical-bold"]},"attrs":[{}],"properties":{"order":28670,"id":814,"name":"dots-three-circle-vertical-bold","prevSize":16,"code":60081},"setIdx":3,"setId":3,"iconIdx":433},{"icon":{"paths":["M512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 544c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0zM832 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM832 544c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0zM192 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM192 544c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-outline-bold"]},"attrs":[{}],"properties":{"order":28671,"id":813,"name":"dots-three-outline-bold","prevSize":16,"code":60082},"setIdx":3,"setId":3,"iconIdx":434},{"icon":{"paths":["M512 384c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 544c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0zM512 320c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 160c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM512 704c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM512 864c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-outline-vertical-bold"]},"attrs":[{}],"properties":{"order":28672,"id":812,"name":"dots-three-outline-vertical-bold","prevSize":16,"code":60083},"setIdx":3,"setId":3,"iconIdx":435},{"icon":{"paths":["M448 240c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM512 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM512 720c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-vertical-bold"]},"attrs":[{}],"properties":{"order":28673,"id":811,"name":"dots-three-vertical-bold","prevSize":16,"code":60084},"setIdx":3,"setId":3,"iconIdx":436},{"icon":{"paths":["M286.040 353.96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l109.96 110.040v-300c0-26.51 21.49-48 48-48s48 21.49 48 48v0 300l110.040-110.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-192 192c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001zM896 464h-144c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128v224h-736v-224h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-144c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h768c44.183 0 80-35.817 80-80v0-256c0-44.183-35.817-80-80-80v0zM816 672c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["download-bold"]},"attrs":[{}],"properties":{"order":28674,"id":810,"name":"download-bold","prevSize":16,"code":60085},"setIdx":3,"setId":3,"iconIdx":437},{"icon":{"paths":["M912 608v224c0 44.183-35.817 80-80 80v0h-640c-44.183 0-80-35.817-80-80v0-224c0-26.51 21.49-48 48-48s48 21.49 48 48v0 208h608v-208c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM478.040 641.96c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 160-160c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-78.040 78.040v-332c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 332l-78.040-77.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["download-simple-bold"]},"attrs":[{}],"properties":{"order":28675,"id":809,"name":"download-simple-bold","prevSize":16,"code":60086},"setIdx":3,"setId":3,"iconIdx":438},{"icon":{"paths":["M873.52 832.48c-0.24-0.48-0.44-1-0.68-1.48l-178.16-379.48 77.32-121.28c0.24-0.36 0.48-0.72 0.68-1.080 7.161-11.749 11.401-25.959 11.401-41.16s-4.24-29.412-11.601-41.514l0.2 0.354c-0.56-0.96-1.2-1.92-1.84-2.84l-82.84-118.24v-77.76c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 76l-17.52 21.88c-14.784 18.377-37.27 30.038-62.48 30.038s-47.696-11.661-62.36-29.883l-0.12-0.155-17.52-21.88v-76c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 77.76l-82.76 118.24c-0.64 0.92-1.28 1.88-1.84 2.84-7.161 11.749-11.401 25.959-11.401 41.16s4.24 29.412 11.601 41.514l-0.2-0.354c0 0.36 0.44 0.72 0.68 1.080l77.24 121.28-178.16 379.48c-0.24 0.48-0.44 1-0.68 1.48-4.090 9.294-6.471 20.129-6.471 31.52 0 44.18 35.812 79.995 79.991 80l576 0c0.009 0 0.020 0 0.031 0 44.183 0 80-35.817 80-80 0-11.391-2.381-22.226-6.672-32.035l0.201 0.515zM512 272c0.106 0 0.231 0 0.357 0 48.694 0 92.743-19.888 124.467-51.984l0.017-0.017 48 68.4-71.16 111.6h-203.36l-71.040-111.52 48-68.4c31.733 32.065 75.75 51.92 124.404 51.92 0.111 0 0.222-0 0.333-0l-0.017 0zM249.24 848l165.24-352h195.040l165.24 352z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dress-bold"]},"attrs":[{}],"properties":{"order":28676,"id":808,"name":"dress-bold","prevSize":16,"code":60087},"setIdx":3,"setId":3,"iconIdx":439},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM844.52 464c-4 0-8.32 0-12.48 0-58.801 0.035-115.862 7.414-170.337 21.27l4.777-1.030c-13.472-37.123-27.787-68.348-44.267-98.212l1.787 3.532c49.826-31.925 92.991-67.78 131.298-108.277l0.302-0.323c46.371 48.628 78.305 111.401 88.696 181.207l0.224 1.833zM680 221.2c-31.819 32.626-67.211 61.509-105.62 86.095l-2.38 1.425c-35.909-47.929-76.152-89.607-120.999-125.808l-1.321-1.032c18.788-3.75 40.388-5.896 62.489-5.896 61.824 0 119.725 16.793 169.391 46.067l-1.561-0.851zM342.16 222.28c55.653 36.603 103.074 80.169 142.644 130.226l0.956 1.254c-67.647 29.236-146.414 46.24-229.152 46.24-0.214 0-0.428-0-0.642-0l0.033 0c-20 0-40-1.040-59.76-3 27.892-74.472 78.98-134.883 144.332-173.865l1.548-0.855zM176 512c0-6.92 0.28-13.76 0.68-20.56 23.786 2.884 51.348 4.54 79.293 4.56l0.027 0c0.171 0 0.373 0 0.575 0 102.47 0 199.702-22.428 287.055-62.642l-4.269 1.762c12.25 21.818 24.264 47.728 34.355 74.578l1.325 4.022c-33.888 13.676-62.201 27.684-89.324 43.508l3.244-1.748c-85.705 50.060-157.258 114.927-213.352 191.793l-1.368 1.967c-60.696-60.647-98.24-144.457-98.24-237.035 0-0.072 0-0.145 0-0.217l-0 0.012zM351.080 806.88c49.628-68.504 111.579-124.839 183.030-166.718l2.81-1.522c17.455-10.298 38.48-20.929 60.18-30.293l3.82-1.467c6.783 33.67 10.67 72.378 10.68 111.993l0 0.007c0 0.142 0 0.31 0 0.478 0 41.364-4.224 81.742-12.263 120.726l0.663-3.845c-26.391 7.466-56.7 11.759-88.011 11.759-58.993 0-114.427-15.238-162.581-41.992l1.712 0.873zM704.24 787.32c2.24-22.72 3.44-45.6 3.44-68.56-0.030-50.361-5.448-99.44-15.709-146.713l0.829 4.553c41.794-10.514 89.782-16.565 139.177-16.6l0.023-0c4 0 8.28 0 12.44 0-14.102 94.547-65.813 174.875-139.141 226.611l-1.059 0.709z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dribbble-logo-bold"]},"attrs":[{}],"properties":{"order":28677,"id":807,"name":"dribbble-logo-bold","prevSize":16,"code":60088},"setIdx":3,"setId":3,"iconIdx":440},{"icon":{"paths":["M539.52 24.68c-7.67-5.426-17.216-8.673-27.52-8.673s-19.85 3.247-27.671 8.773l0.151-0.101c-63.11 46.817-118.404 98.075-167.643 154.734l-1.077 1.266c-112.36 129.040-171.76 265.8-171.76 395.32 0 203.241 164.759 368 368 368s368-164.759 368-368v0c0-309.44-326.56-541.6-340.48-551.32zM512 848c-150.157-0.159-271.841-121.843-272-271.985l-0-0.015c0-133.24 80-253.48 146.8-330.84 38.358-43.912 79.305-83.439 123.37-119.278l1.83-1.442c45.895 37.281 86.842 76.808 124.2 119.551l1 1.169c66.8 77.36 146.8 197.6 146.8 330.84-0.159 150.157-121.843 271.841-271.985 272l-0.015 0zM710.48 638.4c-20.88 64.962-71.038 115.12-134.528 135.59l-1.472 0.41c-4.304 1.387-9.257 2.19-14.395 2.2l-0.005 0c-0.010 0-0.023 0-0.035 0-26.51 0-48-21.49-48-48 0-21.38 13.979-39.496 33.295-45.706l0.34-0.094c35.010-11.239 62.041-38.27 73.059-72.487l0.221-0.793c6.315-19.644 24.427-33.61 45.8-33.61 26.515 0 48.010 21.495 48.010 48.010 0 5.142-0.808 10.095-2.305 14.74l0.095-0.34z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["drop-bold"]},"attrs":[{}],"properties":{"order":28678,"id":806,"name":"drop-bold","prevSize":16,"code":60089},"setIdx":3,"setId":3,"iconIdx":441},{"icon":{"paths":["M955.32 584.52l-151-104.52 151-104.52c12.575-8.779 20.699-23.181 20.699-39.48s-8.124-30.701-20.544-39.377l-0.156-0.103-208-144c-7.629-5.34-17.101-8.533-27.32-8.533s-19.692 3.193-27.475 8.636l0.155-0.103-180.68 125.12-180.68-125.12c-7.629-5.34-17.101-8.533-27.32-8.533s-19.692 3.193-27.475 8.636l0.155-0.103-208 144c-12.575 8.779-20.699 23.181-20.699 39.48s8.124 30.701 20.544 39.377l0.156 0.103 151 104.52-151 104.52c-12.575 8.779-20.699 23.181-20.699 39.48s8.124 30.701 20.544 39.377l0.156 0.103 208 144c7.629 5.34 17.101 8.533 27.32 8.533s19.692-3.193 27.475-8.636l-0.155 0.103 180.68-125.12 180.68 125.12c7.629 5.34 17.101 8.533 27.32 8.533s19.692-3.193 27.475-8.636l-0.155 0.103 208-144c12.575-8.779 20.699-23.181 20.699-39.48s-8.124-30.701-20.544-39.377l-0.156-0.103zM512 565.64l-123.68-85.64 123.68-85.64 123.68 85.64zM720 250.4l123.68 85.6-123.68 85.6-123.68-85.6zM304 250.4l123.68 85.6-123.68 85.6-123.68-85.6zM304 709.6l-123.68-85.6 123.68-85.6 123.68 85.6zM720 709.6l-123.68-85.6 123.68-85.6 123.68 85.6zM618.92 837.96c5.373 7.645 8.587 17.146 8.587 27.398 0 16.251-8.076 30.616-20.434 39.3l-0.153 0.102-67.44 46.72c-7.629 5.34-17.101 8.533-27.32 8.533s-19.692-3.193-27.475-8.636l0.155 0.103-67.44-46.72c-13.174-8.7-21.746-23.441-21.746-40.184 0-26.51 21.49-48 48-48 10.662 0 20.511 3.476 28.478 9.356l-0.131-0.093 40 27.76 40-27.76c7.65-5.384 17.16-8.605 27.423-8.605 16.31 0 30.72 8.135 39.394 20.568l0.103 0.156z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dropbox-logo-bold"]},"attrs":[{}],"properties":{"order":28679,"id":805,"name":"dropbox-logo-bold","prevSize":16,"code":60090},"setIdx":3,"setId":3,"iconIdx":442},{"icon":{"paths":["M539.52 24.68c-7.67-5.426-17.216-8.673-27.52-8.673s-19.85 3.247-27.671 8.773l0.151-0.101c-63.11 46.817-118.404 98.075-167.643 154.734l-1.077 1.266c-112.36 129.040-171.76 265.84-171.76 395.32 0 203.241 164.759 368 368 368s368-164.759 368-368v0c0-309.44-326.56-541.6-340.48-551.32zM776.32 640h-216.32v-64h224c-0.015 22.723-2.815 44.785-8.075 65.873l0.395-1.873zM560 480v-64h188c8.033 17.564 15.78 38.831 21.943 60.761l0.777 3.239zM637.2 245.16c19.431 22.265 38.331 46.666 55.775 72.141l1.745 2.699h-134.72v-154.16c27.272 25.061 52.484 50.943 76.208 78.157l0.992 1.163zM240 576c0-133.24 80-253.48 146.8-330.84 24.717-28.378 49.929-54.261 76.501-78.686l0.699-0.634v677.84c-128.074-23.748-223.805-134.506-224-267.659l-0-0.021zM560 843.68v-107.68h171.76c-40.671 55.448-100.764 94.578-170.083 107.422l-1.677 0.258z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["drop-half-bold"]},"attrs":[{}],"properties":{"order":28680,"id":804,"name":"drop-half-bold","prevSize":16,"code":60091},"setIdx":3,"setId":3,"iconIdx":443},{"icon":{"paths":["M539.52 24.68c-7.67-5.426-17.216-8.673-27.52-8.673s-19.85 3.247-27.671 8.773l0.151-0.101c-63.11 46.817-118.404 98.075-167.643 154.734l-1.077 1.266c-112.36 129.040-171.76 265.84-171.76 395.32 0 203.241 164.759 368 368 368s368-164.759 368-368v0c0-309.44-326.56-541.6-340.48-551.32zM766.44 672h-508.88c-7.288-18.594-12.772-40.229-15.475-62.72l-0.125-1.28h540c-2.799 23.764-8.257 45.403-16.143 65.835l0.623-1.835zM386.8 245.16c38.358-43.912 79.305-83.439 123.37-119.278l1.83-1.442c45.895 37.281 86.842 76.808 124.2 119.551l1 1.169c56 64.76 121.080 159.56 140.8 266.84h-532c19.72-107.28 84.76-202.080 140.8-266.84zM512 848c-0.053 0-0.117 0-0.18 0-75.161 0-143.179-30.584-192.287-79.987l-0.013-0.013h384.96c-49.121 49.416-117.139 80-192.3 80-0.063 0-0.127-0-0.19-0l0.010 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["drop-half-bottom-bold"]},"attrs":[{}],"properties":{"order":28681,"id":803,"name":"drop-half-bottom-bold","prevSize":16,"code":60092},"setIdx":3,"setId":3,"iconIdx":444},{"icon":{"paths":["M880 416c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0-150.221-121.779-272-272-272s-272 121.779-272 272v0c0 100 30.32 129.2 65.4 163.040s78.6 75.8 78.6 172.96c0 70.692 57.308 128 128 128v0c36 0 64.76-14.8 91-46.56 8.852-10.214 21.844-16.636 36.336-16.636 26.51 0 48 21.49 48 48 0 11.284-3.894 21.659-10.412 29.854l0.075-0.098c-44.64 54.040-100.16 81.44-165 81.44-123.657-0.137-223.863-100.343-224-223.987l-0-0.013c0-56.36-18.52-74.24-49.24-104-42.24-40.56-94.76-91.24-94.76-232 0-203.241 164.759-368 368-368s368 164.759 368 368v0zM719.48 630.44c-6.895-4.059-15.19-6.456-24.044-6.456-17.664 0-33.099 9.541-41.433 23.75l-0.123 0.226c-2.812 4.839-7.972 8.041-13.88 8.041-8.837 0-16-7.163-16-16 0-0.014 0-0.029 0-0.043l-0 0.002c0-30.44 14.6-51.44 38.4-83.2 25.6-34.16 57.6-76.76 57.6-140.76 0-114.875-93.125-208-208-208s-208 93.125-208 208v0c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-61.856 50.144-112 112-112s112 50.144 112 112v0c0 30.44-14.6 51.44-38.4 83.2-25.6 34.2-57.6 76.8-57.6 140.8-0 0.003-0 0.006-0 0.009 0 61.856 50.144 112 112 112 41.241 0 77.276-22.29 96.714-55.48l0.286-0.529c4.048-6.888 6.439-15.172 6.439-24.014 0-17.656-9.533-33.086-23.733-41.423l-0.226-0.123z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ear-bold"]},"attrs":[{}],"properties":{"order":28682,"id":802,"name":"ear-bold","prevSize":16,"code":60093},"setIdx":3,"setId":3,"iconIdx":445},{"icon":{"paths":["M867.52 831.72c7.973 8.546 12.867 20.055 12.867 32.706 0 26.51-21.49 48-48 48-14.263 0-27.073-6.221-35.865-16.098l-0.042-0.048-133.4-146.72c-6.928 1.528-14.893 2.415-23.062 2.44l-0.018 0c-61.856 0-112-50.144-112-112v0c-0-0.036-0-0.079-0-0.122 0-12.439 1.238-24.588 3.597-36.332l-0.197 1.173-143.080-157.4c-8.851 10.203-21.837 16.618-36.32 16.618-26.488 0-47.964-21.455-48-47.934l-0-0.003c-0-0.063-0-0.138-0-0.213 0-19.027 2.555-37.457 7.34-54.966l-0.34 1.459-48.92-53.84c-13.956 31.571-22.080 68.388-22.080 107.104 0 0.16 0 0.321 0 0.481l-0-0.025c0 100 30.32 129.2 65.4 163.040s78.6 75.8 78.6 172.96c0 70.692 57.308 128 128 128v0c36 0 64.76-14.8 91-46.56 8.852-10.214 21.844-16.636 36.336-16.636 26.51 0 48 21.49 48 48 0 11.284-3.894 21.659-10.412 29.854l0.075-0.098c-44.64 54.040-100.16 81.44-165 81.44-123.657-0.137-223.863-100.343-224-223.987l-0-0.013c0-56.36-18.52-74.24-49.24-104-42.24-40.56-94.76-91.24-94.76-232-0.001-0.236-0.001-0.514-0.001-0.793 0-67.283 18.195-130.316 49.933-184.448l-0.933 1.721-36.52-40c-7.779-8.51-12.544-19.888-12.544-32.38 0-26.545 21.519-48.064 48.064-48.064 14.053 0 26.698 6.031 35.487 15.647l0.033 0.037zM397.36 169.24c33.38-15.934 72.548-25.241 113.89-25.241 0.264 0 0.528 0 0.791 0.001l-0.041-0c150.157 0.159 271.841 121.843 272 271.985l0 0.015c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-0.021 0-0.045 0-0.069 0-203.241-164.759-368-368-368-56.315 0-109.675 12.65-157.395 35.262l2.235-0.953c-15.956 8.023-26.713 24.266-26.713 43.022 0 26.51 21.49 48 48 48 6.958 0 13.57-1.48 19.538-4.143l-0.305 0.122zM657.72 493.24c3.242 0.813 6.964 1.28 10.795 1.28 0.030 0 0.060-0 0.089-0l-0.005 0c22.649-0.019 41.624-15.722 46.654-36.834l0.066-0.326c2.975-12.299 4.68-26.418 4.68-40.937 0-0.149-0-0.298-0.001-0.447l0 0.023c-0.137-114.82-93.18-207.863-207.987-208l-0.013-0c-6.8 0-13.68 0.32-20.44 1-24.432 2.453-43.347 22.908-43.347 47.78 0 26.513 21.493 48.007 48.007 48.007 1.641 0 3.263-0.082 4.861-0.243l-0.201 0.016c3.68-0.36 7.44-0.56 11.12-0.56 61.856 0 112 50.144 112 112v0c0 0.087 0 0.19 0 0.292 0 6.817-0.787 13.45-2.276 19.814l0.116-0.586c-0.789 3.259-1.242 7.001-1.242 10.849 0 22.652 15.69 41.638 36.795 46.685l0.327 0.066z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ear-slash-bold"]},"attrs":[{}],"properties":{"order":28683,"id":801,"name":"ear-slash-bold","prevSize":16,"code":60094},"setIdx":3,"setId":3,"iconIdx":446},{"icon":{"paths":["M760 229.36c-75.76-113.36-168.48-181.36-248-181.36s-172.24 68-248 181.36c-76.24 114.64-120 252.48-120 378.64 0 203.241 164.759 368 368 368s368-164.759 368-368v0c0-126.16-43.76-264-120-378.64zM512 880c-150.157-0.159-271.841-121.843-272-271.985l-0-0.015c0-244.48 184.76-464 272-464s272 219.52 272 464c-0.159 150.157-121.843 271.841-271.985 272l-0.015 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["egg-bold"]},"attrs":[{}],"properties":{"order":28684,"id":800,"name":"egg-bold","prevSize":16,"code":60095},"setIdx":3,"setId":3,"iconIdx":447},{"icon":{"paths":["M760 229.36c-75.76-113.36-168.48-181.36-248-181.36s-172.24 68-248 181.36c-76.24 114.64-120 252.48-120 378.64 0 203.241 164.759 368 368 368s368-164.759 368-368v0c0-126.16-43.76-264-120-378.64zM512 880c-150.157-0.159-271.841-121.843-272-271.985l-0-0.015c0-244.48 184.76-464 272-464 30.36 0 72.52 26.6 114.56 71.52l-150.36 168.48c-7.579 8.451-12.214 19.679-12.214 31.99 0 22.323 15.238 41.087 35.88 46.457l0.334 0.074 83.6 20.92-23.040 115.12c-0.592 2.828-0.931 6.078-0.931 9.407 0 23.187 16.441 42.534 38.301 47.020l0.31 0.053c2.856 0.61 6.137 0.96 9.5 0.96 0.021 0 0.042-0 0.064-0l-0.003 0c23.171-0.015 42.499-16.446 46.987-38.29l0.053-0.31 32-160c0.595-2.835 0.935-6.092 0.935-9.429 0-22.381-15.318-41.185-36.043-46.499l-0.333-0.072-50.96-12.76 85.6-96c54.56 84.72 97.76 197.12 97.76 315.36-0.159 150.157-121.843 271.841-271.985 272l-0.015 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["egg-crack-bold"]},"attrs":[{}],"properties":{"order":28685,"id":799,"name":"egg-crack-bold","prevSize":16,"code":60096},"setIdx":3,"setId":3,"iconIdx":448},{"icon":{"paths":["M832 640h-640c-44.183 0-80 35.817-80 80v0 80c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-80c0-44.183-35.817-80-80-80v0zM816 784h-608v-48h608zM193.080 576h637.84c44.745-0.045 81.001-36.329 81.001-81.080 0-21.793-8.598-41.578-22.587-56.148l0.026 0.027-295.040-307.68c-20.791-21.66-49.984-35.119-82.32-35.119s-61.529 13.459-82.283 35.080l-0.037 0.039-295.040 307.68c-13.963 14.542-22.561 34.327-22.561 56.12 0 44.751 36.256 81.035 80.996 81.080l0.004 0zM499 197.56c3.277-3.433 7.889-5.568 13-5.568s9.723 2.135 12.993 5.561l0.007 0.007 271 282.44h-568z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eject-bold"]},"attrs":[{}],"properties":{"order":28686,"id":798,"name":"eject-bold","prevSize":16,"code":60097},"setIdx":3,"setId":3,"iconIdx":449},{"icon":{"paths":["M944 832c0 26.51-21.49 48-48 48v0h-768c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h768c26.51 0 48 21.49 48 48v0zM88 642.28c-5-10.148-7.925-22.091-7.925-34.717 0-19.245 6.795-36.902 18.117-50.704l-0.112 0.14 326.56-403.28c20.757-25.538 52.168-41.722 87.36-41.722s66.603 16.184 87.197 41.516l0.163 0.207 326.6 403.28c11.16 13.693 17.92 31.357 17.92 50.6 0 44.347-35.905 80.309-80.231 80.4l-0.009 0h-703.28c-0.098 0-0.214 0.001-0.33 0.001-31.657 0-58.999-18.481-71.824-45.242l-0.207-0.479zM193.2 592h637.6l-306-377.88c-3.038-3.748-7.642-6.123-12.8-6.123s-9.762 2.376-12.776 6.093l-0.024 0.031z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eject-simple-bold"]},"attrs":[{}],"properties":{"order":28687,"id":797,"name":"eject-simple-bold","prevSize":16,"code":60098},"setIdx":3,"setId":3,"iconIdx":450},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM672 512v304h-112v-304zM464 816h-112v-304h112zM816 816h-48v-352c0-26.51-21.49-48-48-48v0h-416c-26.51 0-48 21.49-48 48v0 352h-48v-608h608zM400 304c0-26.51 21.49-48 48-48v0h128c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["elevator-bold"]},"attrs":[{}],"properties":{"order":28688,"id":796,"name":"elevator-bold","prevSize":16,"code":60099},"setIdx":3,"setId":3,"iconIdx":451},{"icon":{"paths":["M976 448c-26.51 0-48 21.49-48 48v0 64h-64v-32c0-44.183-35.817-80-80-80v0h-44l-136.68-136.56c-14.393-14.479-34.322-23.44-56.345-23.44-0.076 0-0.151 0-0.227 0l0.012-0h-50.76v-64h64c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h64v64h-160c-44.183 0-80 35.817-80 80v0 192h-64v-64c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 224c0 26.51 21.49 48 48 48s48-21.49 48-48v0-64h64v50.76c-0 0.064-0 0.139-0 0.215 0 22.023 8.961 41.952 23.436 56.341l0.004 0.004 141.24 141.24c14.393 14.479 34.322 23.44 56.345 23.44 0.076 0 0.151-0 0.227-0l-0.012 0h165.52c0.064 0 0.139 0 0.215 0 22.023 0 41.952-8.961 56.341-23.436l0.004-0.004 136.68-136.56h44c44.183 0 80-35.817 80-80v0-32h64v64c0 26.51 21.49 48 48 48s48-21.49 48-48v0-224c0-26.51-21.49-48-48-48v0zM768 672h-34.76c-0.064-0-0.139-0-0.215-0-22.023 0-41.952 8.961-56.341 23.436l-0.004 0.004-136.68 136.56h-152l-132-132v-316h284l136.56 136.56c14.393 14.479 34.323 23.441 56.345 23.441 0.118 0 0.235-0 0.353-0.001l-0.018 0h34.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["engine-bold"]},"attrs":[{}],"properties":{"order":28689,"id":795,"name":"engine-bold","prevSize":16,"code":60100},"setIdx":3,"setId":3,"iconIdx":452},{"icon":{"paths":["M896 176h-768c-26.51 0-48 21.49-48 48v0 544c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-544c0-26.51-21.49-48-48-48v0zM512 510.88l-260.6-238.88h521.2zM371.16 512l-195.16 178.88v-357.76zM442.2 577.12l37.36 34.28c8.512 7.825 19.916 12.621 32.44 12.621s23.928-4.796 32.474-12.653l-0.034 0.031 37.36-34.28 190.8 174.88h-521.2zM652.84 512l195.16-178.88v357.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["envelope-bold"]},"attrs":[{}],"properties":{"order":28690,"id":794,"name":"envelope-bold","prevSize":16,"code":60101},"setIdx":3,"setId":3,"iconIdx":453},{"icon":{"paths":["M922.64 344l-384-256c-7.485-5.056-16.71-8.071-26.64-8.071s-19.155 3.015-26.81 8.18l0.17-0.108-384 256c-12.954 8.732-21.36 23.349-21.36 39.929 0 0.025 0 0.050 0 0.075l-0-0.004v416c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-416c0-0.021 0-0.046 0-0.071 0-16.58-8.406-31.197-21.19-39.82l-0.17-0.108zM359.24 608l-183.24 129.24v-260zM457.44 656h109.12l181.44 128h-471.8zM664.76 608l183.24-130.84v260zM512 185.68l299.44 199.64-245 174.68h-108.88l-245-174.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["envelope-open-bold"]},"attrs":[{}],"properties":{"order":28691,"id":793,"name":"envelope-open-bold","prevSize":16,"code":60102},"setIdx":3,"setId":3,"iconIdx":454},{"icon":{"paths":["M896 176h-768c-26.51 0-48 21.49-48 48v0 544c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-544c0-26.51-21.49-48-48-48v0zM772.6 272l-260.6 238.88-260.6-238.88zM176 752v-418.88l303.56 278.28c8.512 7.825 19.916 12.621 32.44 12.621s23.928-4.796 32.474-12.653l-0.034 0.031 303.56-278.28v418.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["envelope-simple-bold"]},"attrs":[{}],"properties":{"order":28692,"id":792,"name":"envelope-simple-bold","prevSize":16,"code":60103},"setIdx":3,"setId":3,"iconIdx":455},{"icon":{"paths":["M922.64 344l-384-256c-7.485-5.056-16.71-8.071-26.64-8.071s-19.155 3.015-26.81 8.18l0.17-0.108-384 256c-12.954 8.732-21.36 23.349-21.36 39.929 0 0.025 0 0.050 0 0.075l-0-0.004v416c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-416c0-0.021 0-0.046 0-0.071 0-16.58-8.406-31.197-21.19-39.82l-0.17-0.108zM512 185.68l299.44 199.64-245 174.68h-108.88l-245-174.68zM176 784v-306.84l238.32 169.92c7.741 5.577 17.415 8.92 27.871 8.92 0.046 0 0.091-0 0.136-0l-0.007 0h139.6c0.038 0 0.084 0 0.129 0 10.455 0 20.13-3.343 28.013-9.018l-0.142 0.098 238.080-169.92v306.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["envelope-simple-open-bold"]},"attrs":[{}],"properties":{"order":28693,"id":791,"name":"envelope-simple-open-bold","prevSize":16,"code":60104},"setIdx":3,"setId":3,"iconIdx":456},{"icon":{"paths":["M320 432c0 26.51-21.49 48-48 48v0h-176c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h176c26.51 0 48 21.49 48 48v0zM272 544h-176c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM272 704h-176c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM600 544h-176c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM600 704h-176c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM752 320h176c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-176c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM928 384h-176c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM928 544h-176c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM928 704h-176c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["equalizer-bold"]},"attrs":[{}],"properties":{"order":28694,"id":790,"name":"equalizer-bold","prevSize":16,"code":60105},"setIdx":3,"setId":3,"iconIdx":457},{"icon":{"paths":["M912 640c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0zM160 432h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["equals-bold"]},"attrs":[{}],"properties":{"order":28695,"id":789,"name":"equals-bold","prevSize":16,"code":60106},"setIdx":3,"setId":3,"iconIdx":458},{"icon":{"paths":["M864 816h-300l347.36-347.36c20.27-20.268 32.808-48.27 32.808-79.2s-12.538-58.932-32.808-79.2l-165.64-165.48c-20.268-20.27-48.27-32.808-79.2-32.808s-58.932 12.538-79.2 32.808l-474.56 474.52c-20.27 20.268-32.808 48.27-32.808 79.2s12.538 58.932 32.808 79.2l120.24 120.28c8.684 8.675 20.677 14.040 33.922 14.040 0.013 0 0.027-0 0.040-0l597.038 0c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM655.2 212.64c2.896-2.899 6.899-4.693 11.32-4.693s8.424 1.793 11.32 4.692l0 0 165.52 165.52c2.887 2.894 4.673 6.889 4.673 11.3s-1.785 8.406-4.673 11.3l0-0-203.36 203.24-188-188zM286.84 816l-106.2-106.2c-2.887-2.894-4.673-6.889-4.673-11.3s1.785-8.406 4.673-11.3l-0 0 203.36-203.2 188 188-144 144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eraser-bold"]},"attrs":[{}],"properties":{"order":28696,"id":788,"name":"eraser-bold","prevSize":16,"code":60107},"setIdx":3,"setId":3,"iconIdx":459},{"icon":{"paths":["M670.040 353.96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 13.96 14.040v-108c0-26.51 21.49-48 48-48s48 21.49 48 48v0 108l14.040-14.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-96 96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001zM976 640v160c0 44.183-35.817 80-80 80v0h-210c-23.217-0.043-44.116-9.93-58.753-25.709l-0.047-0.051-360.2-390.24h-139c-44.183 0-80-35.817-80-80v0-160c0-44.183 35.817-80 80-80v0h210c23.217 0.043 44.116 9.93 58.753 25.709l0.047 0.051 360.2 390.24h139c44.183 0 80 35.817 80 80v0zM880 656h-130c-23.217-0.043-44.116-9.93-58.753-25.709l-0.047-0.051-360.2-390.24h-187v128h130c23.217 0.043 44.116 9.93 58.753 25.709l0.047 0.051 360.2 390.24h187z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["escalator-down-bold"]},"attrs":[{}],"properties":{"order":28697,"id":787,"name":"escalator-down-bold","prevSize":16,"code":60108},"setIdx":3,"setId":3,"iconIdx":460},{"icon":{"paths":["M896 144h-210c-23.198 0.039-44.082 9.911-58.714 25.669l-0.046 0.051-360.24 390.28h-139c-44.183 0-80 35.817-80 80v0 160c0 44.183 35.817 80 80 80v0h210c23.198-0.039 44.082-9.911 58.714-25.669l0.046-0.051 360.24-390.28h139c44.183 0 80-35.817 80-80v0-160c0-44.183-35.817-80-80-80v0zM880 368h-130c-23.198 0.039-44.082 9.911-58.714 25.669l-0.046 0.051-360.24 390.28h-187v-128h130c23.198-0.039 44.082-9.911 58.714-25.669l0.046-0.051 360.24-390.28h187zM929.96 670.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-13.96-14.040v108c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-108l-14.040 14.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l96-96c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["escalator-up-bold"]},"attrs":[{}],"properties":{"order":28698,"id":786,"name":"escalator-up-bold","prevSize":16,"code":60109},"setIdx":3,"setId":3,"iconIdx":461},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 640c0.003 26.507 21.492 47.994 48 47.994 7.83 0 15.222-1.875 21.752-5.2l-0.272 0.126 106.52-53.24 106.52 53.24c6.258 3.199 13.65 5.074 21.48 5.074s15.222-1.875 21.752-5.2l-0.272 0.126 106.52-53.24 106.52 53.24c6.258 3.199 13.65 5.074 21.48 5.074s15.222-1.875 21.752-5.2l-0.272 0.126 106.52-53.24 106.52 53.24c6.258 3.199 13.65 5.074 21.48 5.074 26.508 0 47.997-21.487 48-47.994l0-0v-640c0-44.183-35.817-80-80-80v0zM848 786.32l-58.52-29.24c-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126-106.52 53.24-106.52-53.24c-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126-106.52 53.24-106.52-53.24c-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126-58.52 29.24v-546.32h672zM252.76 684c5.669 2.546 12.287 4.030 19.252 4.030 19.561 0 36.389-11.701 43.867-28.485l0.121-0.305 8.4-19.24h119.2l8.44 19.24c7.608 17.086 24.438 28.783 44 28.783 26.522 0 48.023-21.5 48.023-48.023 0-6.96-1.481-13.574-4.144-19.545l0.122 0.305-112-256c-7.594-17.104-24.429-28.817-44-28.817s-36.406 11.713-43.879 28.511l-0.121 0.306-112 256c-2.551 5.672-4.036 12.296-4.036 19.266 0 19.548 11.685 36.367 28.451 43.852l0.305 0.122zM401.6 544h-35.2l17.6-40.24zM544 512c0-26.51 21.49-48 48-48v0h32v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v0 32h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-32v32c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-32h-32c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["exam-bold"]},"attrs":[{}],"properties":{"order":28699,"id":785,"name":"exam-bold","prevSize":16,"code":60110},"setIdx":3,"setId":3,"iconIdx":462},{"icon":{"paths":["M712 312c-34.128-152.212-168.105-264.25-328.25-264.25-185.568 0-336 150.432-336 336 0 160.145 112.037 294.122 262.006 327.826l2.244 0.424c34.128 152.212 168.105 264.25 328.25 264.25 185.568 0 336-150.432 336-336 0-160.145-112.037-294.122-262.006-327.826l-2.244-0.424zM880 640c-0.022 9.397-0.573 18.64-1.626 27.73l0.106-1.13-176-176c7.846-22.599 13.514-48.878 15.91-76.096l0.090-1.264c94.732 33.596 161.385 122.377 161.52 226.744l0 0.016zM400.64 623.36c8.7-119.342 103.378-214.020 221.936-222.674l0.784-0.046c-8.7 119.342-103.378 214.020-221.936 222.674l-0.784 0.046zM610.68 305.36c-28.481 2.485-54.76 8.153-79.704 16.698l2.344-0.698-176-176c7.707-0.867 16.642-1.362 25.692-1.362 0.347 0 0.695 0.001 1.042 0.002l-0.054-0c104.314 0.146 193.041 66.72 226.158 159.68l0.522 1.68zM256.76 180.64l186.92 186.92c-29.426 21.464-54.535 46.574-75.329 75.037l-0.671 0.963-187.040-186.8c19.657-30.965 45.155-56.462 75.139-75.537l0.981-0.583zM144 384c0.022-9.397 0.573-18.64 1.626-27.73l-0.106 1.13 176 176c-7.846 22.599-13.514 48.878-15.91 76.096l-0.090 1.264c-94.732-33.596-161.385-122.377-161.52-226.744l-0-0.016zM413.32 718.64c28.481-2.485 54.76-8.153 79.704-16.698l-2.344 0.698 176 176c-7.707 0.867-16.642 1.362-25.692 1.362-0.347 0-0.695-0.001-1.042-0.002l0.054 0c-104.314-0.146-193.041-66.72-226.158-159.68l-0.522-1.68zM767.24 843.36l-186.92-186.92c29.426-21.464 54.535-46.574 75.329-75.037l0.671-0.963 186.92 186.92c-19.637 30.908-45.092 56.363-75.021 75.417l-0.979 0.583z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["exclude-bold"]},"attrs":[{}],"properties":{"order":28700,"id":784,"name":"exclude-bold","prevSize":16,"code":60111},"setIdx":3,"setId":3,"iconIdx":463},{"icon":{"paths":["M912 640v-256c0-26.51-21.49-48-48-48v0h-176v-176c0-26.51-21.49-48-48-48v0h-480c-26.51 0-48 21.49-48 48v0 480c0 26.51 21.49 48 48 48v0h176v176c0 26.51 21.49 48 48 48v0h480c26.51 0 48-21.49 48-48v0-224zM660 816l-128-128h88l128 128zM208 276l128 128v88l-128-128zM364 208l128 128h-88l-128-128zM432 592v-160h160v160zM688 620v-88l128 128v88zM816 524l-92-92h92zM592 300l-92-92h92zM208 500l92 92h-92zM432 724l92 92h-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["exclude-square-bold"]},"attrs":[{}],"properties":{"order":28701,"id":783,"name":"exclude-square-bold","prevSize":16,"code":60112},"setIdx":3,"setId":3,"iconIdx":464},{"icon":{"paths":["M880 448v384c0 44.183-35.817 80-80 80v0h-576c-44.183 0-80-35.817-80-80v0-384c0-44.183 35.817-80 80-80v0h96c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-80v352h544v-352h-80c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h96c44.183 0 80 35.817 80 80v0zM385.96 289.96l78.040-77.96v332c0 26.51 21.49 48 48 48s48-21.49 48-48v0-332l78.040 78.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-160-160c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-160 160c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["export-bold"]},"attrs":[{}],"properties":{"order":28702,"id":782,"name":"export-bold","prevSize":16,"code":60113},"setIdx":3,"setId":3,"iconIdx":465},{"icon":{"paths":["M1004 492.52c-1.48-3.24-36.52-81.040-113.92-158.44-103.56-103.4-234.080-158.080-378.080-158.080s-274.52 54.68-377.96 158.080c-77.4 77.4-112.44 155.2-114.040 158.44-2.596 5.739-4.109 12.443-4.109 19.5s1.513 13.761 4.232 19.805l-0.123-0.305c1.48 3.28 36.52 81.040 113.96 158.44 103.52 103.4 234.040 158.040 378.040 158.040s274.52-54.64 377.92-158.040c77.44-77.4 112.48-155.16 113.96-158.44 2.634-5.775 4.17-12.526 4.17-19.636 0-7.005-1.491-13.662-4.172-19.671l0.122 0.307zM819.76 624.52c-85.88 84.56-189.4 127.48-307.76 127.48s-221.88-42.92-307.64-127.52c-32.977-32.639-61.588-69.593-84.94-109.969l-1.34-2.511c24.699-42.869 53.309-79.809 86.236-112.396l0.044-0.044c85.8-84.64 189.28-127.56 307.64-127.56s221.84 42.92 307.64 127.56c32.975 32.629 61.585 69.569 84.941 109.931l1.339 2.509c-24.697 42.885-53.307 79.839-86.237 112.437l-0.043 0.043zM512 336c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM512 592c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eye-bold"]},"attrs":[{}],"properties":{"order":28703,"id":781,"name":"eye-bold","prevSize":16,"code":60114},"setIdx":3,"setId":3,"iconIdx":466},{"icon":{"paths":["M937.68 648c4.034 6.887 6.416 15.165 6.416 24 0 26.563-21.533 48.096-48.096 48.096-17.728 0-33.216-9.591-41.557-23.868l-0.123-0.228-67.44-118c-34.711 22.197-74.692 41.026-117.076 54.455l-3.604 0.985 21.16 126.56c0.411 2.36 0.646 5.078 0.646 7.85 0 23.729-17.218 43.436-39.842 47.31l-0.284 0.040c-2.341 0.433-5.034 0.681-7.786 0.681-0.075 0-0.151-0-0.226-0.001l0.012 0c-23.664-0.025-43.315-17.169-47.239-39.713l-0.041-0.287-20.6-123.2c-18.040 2.114-38.939 3.32-60.12 3.32s-42.080-1.206-62.632-3.553l2.512 0.233-20.4 123.32c-3.967 22.847-23.645 40-47.329 40-0.011 0-0.022-0-0.033-0l0.002 0c-0.064 0-0.139 0.001-0.214 0.001-2.751 0-5.445-0.248-8.060-0.722l0.274 0.041c-22.861-3.955-40.029-23.639-40.029-47.334 0-2.821 0.243-5.585 0.71-8.273l-0.041 0.287 21.16-126.88c-45.987-14.413-85.968-33.243-122.738-56.666l2.058 1.226-67.44 118.32c-8.464 14.505-23.952 24.096-41.68 24.096-26.563 0-48.096-21.533-48.096-48.096 0-8.835 2.382-17.113 6.539-24.228l-0.123 0.228 73.68-128.6c-24.916-22.559-47.578-46.489-68.306-72.050l-0.934-1.19c-5.991-7.921-9.596-17.937-9.596-28.794 0-26.51 21.49-48 48-48 14.417 0 27.349 6.356 36.148 16.418l0.048 0.056c64.16 79.44 176.4 174.16 346.64 174.16s282.48-94.72 346.64-174.16c8.87-10.777 22.21-17.595 37.142-17.595 26.51 0 48 21.49 48 48 0 11.356-3.943 21.791-10.536 30.010l0.073-0.094c-21.683 26.748-44.37 50.678-68.77 72.75l-0.55 0.49z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eye-closed-bold"]},"attrs":[{}],"properties":{"order":28704,"id":780,"name":"eye-closed-bold","prevSize":16,"code":60115},"setIdx":3,"setId":3,"iconIdx":467},{"icon":{"paths":["M912 268.96c-0.513-44.976-19.612-85.392-49.961-114.006l-0.079-0.074c-62.32-58.88-163.12-56.88-224.8 4.84l-67.24 67.64c-17.72-12.298-39.683-19.646-63.362-19.646-30.929 0-58.93 12.537-79.198 32.806l-36 36c-14.449 14.472-23.385 34.454-23.385 56.522 0 20.575 7.767 39.336 20.529 53.51l-0.064-0.072-192.84 192.88c-31.922 31.717-51.681 75.643-51.681 124.183 0 13.315 1.487 26.283 4.303 38.747l-0.222-1.171-30 68.76c-3.793 8.387-6.003 18.184-6.003 28.497 0 19.583 7.968 37.304 20.84 50.099l0.003 0.003c14.425 14.529 34.409 23.522 56.493 23.522 11.62 0 22.658-2.49 32.61-6.965l-0.503 0.202 65.24-28.52c10.075 2.053 21.655 3.228 33.509 3.228 48.558 0 92.51-19.718 124.287-51.584l0.004-0.004 192.96-193.040c14.096 12.675 32.841 20.427 53.396 20.427 22.050 0 42.016-8.92 56.486-23.349l-0.002 0.002 36-36c20.264-20.303 32.794-48.331 32.794-79.286 0-23.771-7.39-45.816-19.997-63.964l0.243 0.369 68.92-69.32c28.875-28.754 46.744-68.542 46.744-112.504 0-0.962-0.009-1.922-0.026-2.88l0.002 0.144zM376.6 760.44c-14.483 14.512-34.507 23.49-56.627 23.49-8.339 0-16.381-1.276-23.939-3.643l0.567 0.153c-4.222-1.355-9.079-2.136-14.118-2.136-6.933 0-13.52 1.478-19.465 4.137l0.303-0.121-35.32 15.2 14.76-33.52c2.531-5.653 4.005-12.252 4.005-19.196 0-5.499-0.925-10.782-2.627-15.701l0.101 0.337c-2.699-7.663-4.258-16.498-4.258-25.698 0-22.082 8.983-42.067 23.494-56.498l0.004-0.004 192.8-192.88 113.12 113.2zM797.16 316.44l-101.48 102.080c-8.662 8.682-14.018 20.666-14.018 33.9s5.356 25.218 14.019 33.901l19.519 19.559c2.899 2.896 4.693 6.899 4.693 11.32s-1.793 8.424-4.692 11.32l-0 0-24.56 24.6-220-220.2 24.56-24.56c2.894-2.887 6.889-4.673 11.3-4.673s8.406 1.785 11.3 4.673l-0-0 19.6 19.64c8.684 8.675 20.677 14.040 33.922 14.040 0.013 0 0.027-0 0.040-0l-0.002 0c0.023 0 0.050 0 0.078 0 13.245 0 25.238-5.365 33.923-14.041l-0 0 99.76-100.32c25.2-25.2 65.92-26.52 90.84-2.96 12.395 11.698 20.111 28.238 20.111 46.58 0 17.755-7.23 33.822-18.907 45.416l-0.004 0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eyedropper-bold"]},"attrs":[{}],"properties":{"order":28705,"id":779,"name":"eyedropper-bold","prevSize":16,"code":60116},"setIdx":3,"setId":3,"iconIdx":468},{"icon":{"paths":["M912 268.96c-0.513-44.976-19.612-85.392-49.961-114.006l-0.079-0.074c-62.32-58.88-163.12-56.88-224.8 4.84l-67.24 67.64c-17.72-12.298-39.683-19.646-63.362-19.646-30.929 0-58.93 12.537-79.198 32.806l-36 36c-14.449 14.472-23.385 34.454-23.385 56.522 0 20.575 7.767 39.336 20.529 53.51l-0.064-0.072-192.84 192.88c-31.922 31.717-51.681 75.643-51.681 124.183 0 13.315 1.487 26.283 4.303 38.747l-0.222-1.171-30 68.76c-3.793 8.387-6.003 18.184-6.003 28.497 0 19.583 7.968 37.304 20.84 50.099l0.003 0.003c14.425 14.529 34.409 23.522 56.493 23.522 11.62 0 22.658-2.49 32.61-6.965l-0.503 0.202 65.24-28.52c10.071 2.051 21.646 3.225 33.496 3.225 48.561 0 92.518-19.717 124.301-51.581l0.004-0.004 192.96-193.040c14.096 12.675 32.841 20.427 53.396 20.427 22.050 0 42.016-8.92 56.486-23.349l-0.002 0.002 36-36c20.24-20.299 32.754-48.311 32.754-79.246 0-23.771-7.39-45.816-19.997-63.964l0.243 0.369 68.96-69.36c28.875-28.754 46.744-68.542 46.744-112.504 0-0.962-0.009-1.922-0.026-2.88l0.002 0.144zM569.4 567.6l-24.24 24.4h-226.24l137.36-137.44zM376.6 760.44c-14.483 14.512-34.507 23.49-56.627 23.49-8.339 0-16.381-1.276-23.939-3.643l0.567 0.153c-4.222-1.355-9.079-2.136-14.118-2.136-6.933 0-13.52 1.478-19.465 4.137l0.303-0.121-35.32 15.2 14.76-33.52c2.531-5.653 4.005-12.252 4.005-19.196 0-5.499-0.925-10.782-2.627-15.701l0.101 0.337c-2.657-7.624-4.192-16.411-4.192-25.558 0-5.621 0.58-11.107 1.683-16.401l-0.090 0.519h207.52zM797.16 316.44l-101.48 102.080c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 19.52 19.52c2.899 2.896 4.693 6.899 4.693 11.32s-1.793 8.424-4.692 11.32l-0 0-24.56 24.6-219.96-220.28 24.56-24.56c2.896-2.899 6.899-4.693 11.32-4.693s8.424 1.793 11.32 4.692l19.52 19.56c8.684 8.675 20.677 14.040 33.922 14.040 0.013 0 0.027-0 0.040-0l-0.002 0c0.023 0 0.050 0 0.078 0 13.245 0 25.238-5.365 33.923-14.041l-0 0 99.76-100.32c25.2-25.2 65.92-26.52 90.84-2.96 12.395 11.698 20.111 28.238 20.111 46.58 0 17.755-7.23 33.822-18.907 45.416l-0.004 0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eyedropper-sample-bold"]},"attrs":[{}],"properties":{"order":28706,"id":778,"name":"eyedropper-sample-bold","prevSize":16,"code":60117},"setIdx":3,"setId":3,"iconIdx":469},{"icon":{"paths":["M800 144c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c26.51 0 48 21.49 48 48v0 201.84c-27.568-16.248-60.737-25.846-96.148-25.846-83.056 0-153.778 52.803-180.431 126.67l-0.421 1.336h-118c-27.073-75.204-97.796-128.006-180.852-128.006-35.411 0-68.58 9.598-97.048 26.335l0.9-0.489v-201.84c0-26.51 21.49-48 48-48v0c26.51 0 48-21.49 48-48s-21.49-48-48-48v0c-79.529 0-144 64.471-144 144v0 368c0.116 105.951 86.033 191.797 192 191.797 94.662 0 173.324-68.506 189.113-158.646l0.167-1.151h101.44c15.956 91.291 94.618 159.797 189.28 159.797 105.967 0 191.884-85.845 192-191.785l0-0.011v-368c0-79.529-64.471-144-144-144v0zM272 752c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM752 752c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eyeglasses-bold"]},"attrs":[{}],"properties":{"order":28707,"id":777,"name":"eyeglasses-bold","prevSize":16,"code":60118},"setIdx":3,"setId":3,"iconIdx":470},{"icon":{"paths":["M227.52 127.72c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 64 70.6c-137.8 91.76-197.6 223.44-200.48 229.64-2.596 5.739-4.109 12.443-4.109 19.5s1.513 13.761 4.232 19.805l-0.123-0.305c1.48 3.28 36.52 81.040 113.96 158.44 103.52 103.4 234.040 158.040 378.040 158.040 0.865 0.005 1.888 0.008 2.911 0.008 72.553 0 141.671-14.707 204.536-41.303l-3.447 1.295 80.36 88.4c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM512 752c-118.36 0-221.88-42.92-307.64-127.52-32.962-32.647-61.571-69.599-84.937-109.966l-1.343-2.514c21.080-37.24 75.16-119.6 168-177.16l360.36 396.44c-39.747 13.142-85.5 20.722-133.023 20.722-0.498 0-0.996-0.001-1.494-0.002l0.078 0zM1004 531.52c-1.44 3.24-36 80-112 156.64-8.821 9.763-21.528 15.872-35.662 15.872-26.51 0-48-21.49-48-48 0-14.034 6.023-26.662 15.626-35.439l0.037-0.033c31.103-31.608 58.26-67.249 80.576-106.028l1.344-2.532c-24.692-42.887-53.303-79.841-86.236-112.436l-0.044-0.044c-85.8-84.6-189.28-127.52-307.64-127.52-13.4 0-26.8 0.56-40 1.68-1.534 0.174-3.312 0.273-5.113 0.273-26.51 0-48-21.49-48-48 0-25.494 19.875-46.346 44.976-47.906l0.137-0.007c15.72-1.36 32-2.040 48-2.040 144 0 274.52 54.68 377.96 158.080 77.4 77.4 112.44 155.2 113.92 158.44 2.634 5.775 4.17 12.526 4.17 19.636 0 7.005-1.491 13.662-4.172 19.671l0.122-0.307z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eye-slash-bold"]},"attrs":[{}],"properties":{"order":28708,"id":776,"name":"eye-slash-bold","prevSize":16,"code":60119},"setIdx":3,"setId":3,"iconIdx":471},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM560 844.52v-220.52h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-80v-80c0-26.51 21.49-48 48-48v0h64c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-64c-79.529 0-144 64.471-144 144v0 80h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80v220.52c-163.771-24.303-288-163.921-288-332.554 0-185.568 150.432-336 336-336s336 150.432 336 336c0 168.633-124.229 308.251-286.162 332.329l-1.838 0.225z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["facebook-logo-bold"]},"attrs":[{}],"properties":{"order":28709,"id":775,"name":"facebook-logo-bold","prevSize":16,"code":60120},"setIdx":3,"setId":3,"iconIdx":472},{"icon":{"paths":["M352 352h320c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48s21.49-48 48-48v0zM672 512h-320c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h320c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM1024 416v96c-0.114 79.483-64.517 143.886-143.989 144l-0.011 0h-24.4c-25.84 55.68-72 104.72-136.76 144.96-76.56 47.44-157.36 69.6-188.52 76.92-5.503 1.348-11.821 2.12-18.32 2.12s-12.817-0.773-18.867-2.232l0.547 0.111c-48-11.32-254.8-68-325.68-221.88h-24c-79.483-0.114-143.886-64.517-144-143.989l-0-0.011v-96c0.114-79.483 64.517-143.886 143.989-144l0.011-0h8.32c8.855-17.61 23.519-31.212 41.427-38.488l0.533-0.192 288-115.28c8.796-3.644 19.011-5.759 29.72-5.759s20.924 2.116 30.25 5.952l-0.53-0.193 288 115.28c18.441 7.468 33.105 21.070 41.751 38.223l0.209 0.457h8.32c79.483 0.114 143.886 64.517 144 143.989l0 0.011zM144.44 560c-0.24-5.080-0.44-10.2-0.44-15.4v-176.6c-26.51 0-48 21.49-48 48v0 96c0 26.51 21.49 48 48 48v0zM784 318.2l-272-108.88-272 108.88v226.36c0 68.36 38.92 127.12 115.68 174.72 62.92 39 131.68 58.16 156.32 64.2 24.64-6.040 93.4-25.2 156.32-64.2 76.76-47.6 115.68-106.36 115.68-174.72zM928 416c0-26.51-21.49-48-48-48v0 176.76c0 5.16 0 10.28-0.48 15.4h0.48c26.51 0 48-21.49 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["face-mask-bold"]},"attrs":[{}],"properties":{"order":28710,"id":774,"name":"face-mask-bold","prevSize":16,"code":60121},"setIdx":3,"setId":3,"iconIdx":473},{"icon":{"paths":["M480 704c0 26.51-21.49 48-48 48v0h-112c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h112c26.51 0 48 21.49 48 48v0zM704 656h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM1008 864c0 26.51-21.49 48-48 48v0h-896c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-464c0-26.51 21.49-48 48-48 10.86 0 20.878 3.607 28.921 9.687l-0.121-0.087 179.2 134.4v-96c0-26.51 21.49-48 48-48 10.86 0 20.878 3.607 28.921 9.687l-0.121-0.087 133.32 100 42.44-296.92c5.901-38.962 39.074-68.504 79.182-68.68l0.018-0h72.48c40.126 0.176 73.299 29.718 79.144 68.235l0.056 0.445 60 420.52c0 0.4 0.48 5.36 0.48 6.8v272h48c0.024-0 0.052-0 0.080-0 26.51 0 48 21.49 48 48 0 0-0 0-0 0l0-0zM665.72 479.32l22.28 16.68h120.64l-50.28-352h-44.72zM208 816h608v-224h-144c-10.86 0-20.878-3.607-28.921-9.687l0.121 0.087-57.52-43.12h-0.24l-121.44-91.28v96c0 26.51-21.49 48-48 48-10.86 0-20.878-3.607-28.921-9.687l0.121 0.087-179.2-134.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["factory-bold"]},"attrs":[{}],"properties":{"order":28711,"id":773,"name":"factory-bold","prevSize":16,"code":60122},"setIdx":3,"setId":3,"iconIdx":474},{"icon":{"paths":["M560 496v368c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-368c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM800 768c-26.51 0-48 21.49-48 48v0 48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48c0-26.51-21.49-48-48-48v0zM896 608h-48v-448c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 448h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h192c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM224 640c-26.51 0-48 21.49-48 48v0 176c0 26.51 21.49 48 48 48s48-21.49 48-48v0-176c0-26.51-21.49-48-48-48v0zM320 480h-48v-320c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 320h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h192c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM608 288h-48v-128c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 128h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h192c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["faders-bold"]},"attrs":[{}],"properties":{"order":28712,"id":772,"name":"faders-bold","prevSize":16,"code":60123},"setIdx":3,"setId":3,"iconIdx":475},{"icon":{"paths":["M112 320c0-26.51 21.49-48 48-48v0h112c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-112c-26.51 0-48-21.49-48-48v0zM864 656h-128v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM528 656h-368c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h368c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM432 464c26.51 0 48-21.49 48-48v0-48h384c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-384v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["faders-horizontal-bold"]},"attrs":[{}],"properties":{"order":28713,"id":771,"name":"faders-horizontal-bold","prevSize":16,"code":60124},"setIdx":3,"setId":3,"iconIdx":476},{"icon":{"paths":["M947.4 536c-30.198-110.189-129.449-189.822-247.298-189.822-37.048 0-72.259 7.87-104.050 22.029l1.628-0.648 56.88-227.080c0.902-3.479 1.42-7.473 1.42-11.587 0-16.891-8.724-31.744-21.913-40.299l-0.187-0.114c-38.816-24.949-86.2-39.773-137.047-39.773-141.385 0-256 114.615-256 256 0 83.801 40.265 158.197 102.505 204.897l0.662 0.476-225.12 64.28c-19.57 5.725-33.792 23.078-34.756 43.894l-0.004 0.106c-0.209 3.872-0.329 8.405-0.329 12.966 0 141.385 114.615 256 256 256 131.862 0 240.439-99.695 254.467-227.822l0.102-1.143 168 162.8c8.616 8.303 20.355 13.418 33.287 13.418 8.096 0 15.723-2.004 22.414-5.543l-0.261 0.126c82.754-43.545 138.218-128.943 138.218-227.296 0-23.421-3.145-46.107-9.036-67.66l0.418 1.796zM464 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM496 144c20.115-0 39.364 3.712 57.097 10.488l-1.097-0.368-53.6 214.56c-42.755 4.198-79.576 26.53-103.11 59.098l-0.29 0.422c-36.203-29.568-59.132-74.206-59.132-124.2 0-88.366 71.634-160 160-160 0.046 0 0.093 0 0.139 0l-0.007-0zM420 768.4c-22.982 13.527-50.628 21.517-80.14 21.517-79.154 0-144.883-57.478-157.727-132.973l-0.133-0.945 212.72-60.76c23.701 33.131 60.452 55.623 102.587 59.949l0.613 0.051c-7.924 48.659-36.934 89.267-77.164 112.752l-0.756 0.408zM838.8 682.16c-9.897 16.998-22.17 31.413-36.574 43.346l-0.266 0.214-159.040-153.72c8.259-17.572 13.080-38.162 13.080-59.879 0-21.547-4.746-41.986-13.249-60.329l0.369 0.888c16.936-6.662 36.551-10.523 57.067-10.523 88.366 0 160 71.634 160 160 0 29.505-7.986 57.145-21.915 80.876l0.408-0.753z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fan-bold"]},"attrs":[{}],"properties":{"order":28714,"id":770,"name":"fan-bold","prevSize":16,"code":60125},"setIdx":3,"setId":3,"iconIdx":477},{"icon":{"paths":["M971.24 445.16l-352.72-224.68c-12.13-7.858-26.96-12.53-42.88-12.53-43.903 0-79.509 35.525-79.64 79.397l-0 0.012v120l-293.48-186.88c-12.13-7.858-26.96-12.53-42.88-12.53-43.903 0-79.509 35.525-79.64 79.397l-0 0.012v449.28c0.213 43.866 35.823 79.344 79.719 79.344 15.885 0 30.686-4.646 43.116-12.654l-0.315 0.19 293.48-186.92v120c0.213 43.866 35.823 79.344 79.719 79.344 15.885 0 30.686-4.646 43.116-12.654l-0.315 0.19 352.72-224.68c22.23-14.267 36.749-38.858 36.749-66.84s-14.519-52.573-36.434-66.651l-0.315-0.189zM176 706.56v-389.12l305.52 194.56zM592 706.56v-389.12l305.52 194.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fast-forward-bold"]},"attrs":[{}],"properties":{"order":28715,"id":769,"name":"fast-forward-bold","prevSize":16,"code":60126},"setIdx":3,"setId":3,"iconIdx":478},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM768 512c-0 15.349-7.204 29.014-18.415 37.801l-0.105 0.079-144 112c-8.048 6.31-18.319 10.12-29.48 10.12-26.509 0-48-21.49-48-47.999l-0-0v-76.32c-0.84 0.76-1.64 1.52-2.52 2.2l-144 112c-8.048 6.31-18.319 10.12-29.48 10.12-26.509 0-48-21.49-48-47.999l-0-0v-224c0-26.509 21.491-48 48-48 11.161 0 21.432 3.809 29.585 10.199l-0.105-0.079 144 112c0.88 0.68 1.68 1.44 2.52 2.2v-76.32c0-26.509 21.491-48 48-48 11.161 0 21.432 3.809 29.585 10.199l-0.105-0.079 144 112c11.316 8.866 18.52 22.532 18.52 37.88l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fast-forward-circle-bold"]},"attrs":[{}],"properties":{"order":28716,"id":768,"name":"fast-forward-circle-bold","prevSize":16,"code":60127},"setIdx":3,"setId":3,"iconIdx":479},{"icon":{"paths":["M896.44 127.68c-49.221-49.215-117.216-79.654-192.32-79.654-75.005 0-142.919 30.359-192.125 79.459l0.005-0.005-280.48 277.2c-14.528 14.431-23.52 34.419-23.52 56.507 0 0.019 0 0.037 0 0.056l-0-0.003v286.76l-113.92 114.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083v0l113.92-114.040h286.8c0.071 0 0.155 0 0.238 0 22.028 0 41.963-8.961 56.358-23.437l0.004-0.004h0.2l276.84-280c49.228-49.26 79.675-117.294 79.675-192.44s-30.446-143.181-79.676-192.442l0.002 0.002zM579.6 195.68c31.894-32.119 76.076-52.001 124.901-52.001 97.202 0 176 78.798 176 176 0 42.83-15.299 82.087-40.73 112.604l0.23-0.283h-180l110.080-110.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-206.080 206.040v-181.84zM304 468l96-94.88v182.88l-96 96zM556 720h-184l192-192h182z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["feather-bold"]},"attrs":[{}],"properties":{"order":28717,"id":767,"name":"feather-bold","prevSize":16,"code":60128},"setIdx":3,"setId":3,"iconIdx":480},{"icon":{"paths":["M760.6 384c34.025-32.162 55.203-77.608 55.203-128 0-97.133-78.686-175.888-175.792-176l-288.011-0c-97.117 0.112-175.803 78.867-175.803 176 0 50.392 21.178 95.838 55.119 127.922l0.083 0.078c-34.141 32.112-55.403 77.581-55.403 128.016 0 52.767 23.274 100.098 60.117 132.287l0.206 0.176c-37.176 35.093-60.32 84.709-60.32 139.73 0 106.039 85.961 192 192 192s192-85.961 192-192c0-0.074-0-0.147-0-0.221l0 0.011v-115.32c23.102 11.924 50.423 18.916 79.375 18.916 97.202 0 176-78.798 176-176 0-50.185-21.005-95.464-54.702-127.526l-0.074-0.069zM720 256c0 44.183-35.817 80-80 80v0h-80v-160h80c44.183 0 80 35.817 80 80v0zM272 256c0-44.183 35.817-80 80-80v0h112v160h-112c-44.183 0-80-35.817-80-80v0zM352 592c-44.183 0-80-35.817-80-80s35.817-80 80-80v0h112v160h-112zM464 784c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0h96zM640 592c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["figma-logo-bold"]},"attrs":[{}],"properties":{"order":28718,"id":766,"name":"figma-logo-bold","prevSize":16,"code":60129},"setIdx":3,"setId":3,"iconIdx":481},{"icon":{"paths":["M865.96 318.040l-224-224c-8.684-8.675-20.677-14.040-33.922-14.040-0.013 0-0.027 0-0.040 0l-383.998-0c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-512c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l0 0zM732 320h-92v-92zM464 848v-80h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-16v-64h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-16v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v64h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v80h-128v-672h304v192c0 26.51 21.49 48 48 48v0h192v432z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-archive-bold"]},"attrs":[{}],"properties":{"order":28719,"id":765,"name":"file-archive-bold","prevSize":16,"code":60130},"setIdx":3,"setId":3,"iconIdx":482},{"icon":{"paths":["M865.96 318.080l-224-224c-8.688-8.698-20.695-14.079-33.96-14.080l-384-0c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-512c-0.001-13.245-5.366-25.236-14.040-33.92l0 0zM640 228l92 92h-92zM240 848v-672h304v192c0 26.51 21.49 48 48 48v0h192v432zM641.96 606.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-96 96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-96-96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 14.040 13.96v-124c0-26.51 21.49-48 48-48s48 21.49 48 48v0 124l14.040-14.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-arrow-down-bold"]},"attrs":[{}],"properties":{"order":28720,"id":764,"name":"file-arrow-down-bold","prevSize":16,"code":60131},"setIdx":3,"setId":3,"iconIdx":483},{"icon":{"paths":["M865.96 318.080l-224-224c-8.688-8.698-20.695-14.079-33.96-14.080l-384-0c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-512c-0.001-13.245-5.366-25.236-14.040-33.92l0 0zM732 320h-92v-92zM240 848v-672h304v192c0 26.51 21.49 48 48 48v0h192v432zM641.96 558.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-13.96-14.040v124c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-124l-14.040 14.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l96-96c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-arrow-up-bold"]},"attrs":[{}],"properties":{"order":28721,"id":763,"name":"file-arrow-up-bold","prevSize":16,"code":60132},"setIdx":3,"setId":3,"iconIdx":484},{"icon":{"paths":["M386.36 499.64c-5.431-2.313-11.748-3.658-18.38-3.658-13.255 0-25.254 5.372-33.94 14.058l-82.040 81.96h-76c-26.51 0-48 21.49-48 48v0 160c0 26.51 21.49 48 48 48v0h76l81.92 81.92c8.7 8.77 20.756 14.198 34.080 14.198 26.51 0 48-21.49 48-48 0-0.042-0-0.083-0-0.125l0 0.006v-352c0-0.003 0-0.007 0-0.010 0-19.886-12.092-36.947-29.325-44.232l-0.315-0.118zM320 780l-14.040-14.080c-8.672-8.604-20.616-13.92-33.802-13.92-0.056 0-0.111 0-0.167 0l0.009-0h-48v-64h48c0.011 0 0.024 0 0.038 0 13.245 0 25.238-5.365 33.923-14.040l-0 0 14.040-13.96zM640 720c-0.048 65.033-34.925 121.909-86.985 152.989l-0.815 0.451c-7.39 4.879-16.457 7.783-26.203 7.783-26.51 0-48-21.49-48-48 0-18.475 10.438-34.513 25.739-42.537l0.264-0.126c24.226-14.555 40.185-40.694 40.185-70.56s-15.959-56.005-39.815-70.353l-0.37-0.207c-14.841-8.356-24.7-24.010-24.7-41.966 0-26.51 21.49-48 48-48 9.287 0 17.957 2.637 25.304 7.204l-0.204-0.118c52.795 31.575 87.596 88.443 87.6 153.439l0 0.001zM865.96 318.040l-224-224c-8.684-8.675-20.677-14.040-33.922-14.040-0.013 0-0.027 0-0.040 0l-383.998-0c-44.183 0-80 35.817-80 80v0 304c0 26.51 21.49 48 48 48s48-21.49 48-48v0-288h304v192c0 26.51 21.49 48 48 48v0h192v432h-96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h112c44.183 0 80-35.817 80-80v0-512c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l0 0zM640 228l92 92h-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-audio-bold"]},"attrs":[{}],"properties":{"order":28722,"id":762,"name":"file-audio-bold","prevSize":16,"code":60133},"setIdx":3,"setId":3,"iconIdx":485},{"icon":{"paths":["M865.96 318.080l-224-224c-8.688-8.698-20.695-14.079-33.96-14.080l-384-0c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-512c-0.001-13.245-5.366-25.236-14.040-33.92l0 0zM640 228l92 92h-92zM240 848v-672h304v192c0 26.51 21.49 48 48 48v0h192v432z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-bold"]},"attrs":[{}],"properties":{"order":28723,"id":761,"name":"file-bold","prevSize":16,"code":60134},"setIdx":3,"setId":3,"iconIdx":486},{"icon":{"paths":["M865.96 318.080l-224-224c-8.688-8.698-20.695-14.079-33.96-14.080l-384-0c-44.183 0-80 35.817-80 80v0 336c0 26.51 21.49 48 48 48s48-21.49 48-48v0-320h304v192c0 26.51 21.49 48 48 48v0h192v432h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80c44.183 0 80-35.817 80-80v0-512c-0.001-13.245-5.366-25.236-14.040-33.92l0 0zM640 228l92 92h-92zM432 496c-0.013-0-0.028-0-0.044-0-88.969 0-165.824 51.869-201.974 127.017l-0.582 1.343c-83.628 5.79-149.274 75.049-149.274 159.64 0 88.321 71.563 159.928 159.867 160l192.007 0c123.712 0 224-100.288 224-224s-100.288-224-224-224v0zM432 848h-192c-35.337-0.012-63.979-28.661-63.979-64 0-25.863 15.341-48.143 37.419-58.236l0.4-0.164c8.078 15.793 24.235 26.416 42.873 26.416 24.994 0 45.527-19.104 47.792-43.506l0.014-0.19c0.725-7.912 2.025-15.129 3.888-22.116l-0.208 0.916c0.48-1.44 0.88-2.88 1.24-4.36 16.476-52.968 65.056-90.76 122.463-90.76 70.692 0 128 57.308 128 128 0 70.658-57.252 127.945-127.898 128l-0.005 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-cloud-bold"]},"attrs":[{}],"properties":{"order":28724,"id":760,"name":"file-cloud-bold","prevSize":16,"code":60135},"setIdx":3,"setId":3,"iconIdx":487},{"icon":{"paths":["M721.96 574.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-96 96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l62.040-62.040-62.080-62.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0zM465.96 478.040c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-96 96c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 96 96c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0-61.96-62.040 62.080-62.040c8.662-8.682 14.018-20.666 14.018-33.9 0-13.294-5.404-25.326-14.136-34.018l-0.002-0.002zM880 352v512c0 44.183-35.817 80-80 80v0h-576c-44.183 0-80-35.817-80-80v0-704c0-44.183 35.817-80 80-80v0h384c13.265 0.001 25.272 5.382 33.96 14.080l0 0 224 224c8.675 8.684 14.039 20.675 14.040 33.92l0 0zM640 228v92h92zM784 848v-432h-192c-26.51 0-48-21.49-48-48v0-192h-304v672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-code-bold"]},"attrs":[{}],"properties":{"order":28725,"id":759,"name":"file-code-bold","prevSize":16,"code":60136},"setIdx":3,"setId":3,"iconIdx":488},{"icon":{"paths":["M192 720c0 34.68 22 64 48 64 11.672-0.393 22.055-5.597 29.285-13.681l0.035-0.039c8.755-9.134 21.054-14.81 34.68-14.81 26.515 0 48.010 21.495 48.010 48.010 0 12.89-5.080 24.593-13.346 33.217l0.016-0.017c-24.709 26.483-59.733 43.068-98.634 43.32l-0.046 0c-79.4 0-144-72-144-160s64.6-160 144-160c38.947 0.252 73.971 16.837 98.606 43.24l0.074 0.080c8.25 8.607 13.33 20.31 13.33 33.2 0 26.515-21.495 48.010-48.010 48.010-13.626 0-25.925-5.676-34.664-14.793l-0.016-0.017c-7.265-8.123-17.648-13.327-29.252-13.718l-0.068-0.002c-26 0-48 29.24-48 64zM582.040 697.16c-20.48-13.8-45.28-20.96-67.2-27.28-12.995-3.516-23.525-7.053-33.794-11.11l2.154 0.75c9.8-4.72 38.84-5.2 64.28 1.32 3.678 1.011 7.901 1.592 12.26 1.592 26.516 0 48.012-21.496 48.012-48.012 0-22.157-15.009-40.809-35.415-46.342l-0.336-0.078c-13.943-3.608-30.341-6.253-47.152-7.394l-0.848-0.046c-39.72-2.64-72 4.32-96.4 20.68-23.507 15.941-39.571 41.341-42.722 70.609l-0.038 0.431c-4.4 34.96 9.96 65.080 40.44 84.76 19.12 12.36 41.44 18.8 63 25.040 12 3.56 31.76 9.2 39.52 14.12-0.15 1.058-0.444 2.015-0.866 2.9l0.026-0.060c-5.48 6.2-38.32 7.16-65.56-0.24-4.122-1.281-8.862-2.019-13.773-2.019-26.51 0-48 21.49-48 48 0 22.221 15.1 40.916 35.598 46.382l0.335 0.076c19.413 5.437 41.725 8.625 64.762 8.76l0.078 0c25.84 0 54.92-4.68 78.92-20.6 24.026-16.053 40.484-41.82 43.76-71.556l0.040-0.444c4.88-37.28-9.8-69.28-41.080-90.32zM854.040 697.16c-20.48-13.8-45.28-20.96-67.2-27.28-12.995-3.516-23.525-7.053-33.794-11.11l2.154 0.75c9.8-4.72 38.84-5.2 64.28 1.32 3.678 1.011 7.901 1.592 12.26 1.592 26.516 0 48.012-21.496 48.012-48.012 0-22.157-15.009-40.809-35.415-46.342l-0.336-0.078c-13.943-3.608-30.341-6.253-47.152-7.394l-0.848-0.046c-39.72-2.64-72 4.32-96.4 20.68-23.507 15.941-39.571 41.341-42.722 70.609l-0.038 0.431c-4.4 34.96 9.96 65.080 40.44 84.76 19.12 12.36 41.44 18.8 63 25.040 12 3.56 31.76 9.2 39.52 14.12-0.15 1.058-0.444 2.015-0.866 2.9l0.026-0.060c-5.48 6.2-38.32 7.16-65.56-0.24-4.122-1.281-8.862-2.019-13.773-2.019-26.51 0-48 21.49-48 48 0 22.221 15.1 40.916 35.598 46.382l0.335 0.076c19.413 5.437 41.725 8.625 64.762 8.76l0.078 0c25.84 0 54.92-4.68 78.92-20.6 24.026-16.053 40.484-41.82 43.76-71.556l0.040-0.444c4.88-37.28-9.8-69.28-41.080-90.32zM144 432v-272c0-44.183 35.817-80 80-80v0h384c0.011-0 0.024-0 0.038-0 13.245 0 25.238 5.365 33.923 14.040l-0-0 224 224c8.675 8.684 14.040 20.677 14.040 33.922 0 0.013-0 0.027-0 0.040l0-0.002v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-192c-26.51 0-48-21.49-48-48v0-192h-304v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM640 320h92l-92-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-css-bold"]},"attrs":[{}],"properties":{"order":28726,"id":758,"name":"file-css-bold","prevSize":16,"code":60137},"setIdx":3,"setId":3,"iconIdx":489},{"icon":{"paths":["M192 720c0 34.68 21.96 64 48 64 11.672-0.393 22.055-5.597 29.285-13.681l0.035-0.039c8.755-9.134 21.054-14.81 34.68-14.81 26.515 0 48.010 21.495 48.010 48.010 0 12.89-5.080 24.593-13.346 33.217l0.016-0.017c-24.709 26.483-59.733 43.068-98.634 43.32l-0.046 0c-79.4 0-144-72-144-160s64.6-160 144-160c38.947 0.252 73.971 16.837 98.606 43.24l0.074 0.080c8.25 8.607 13.33 20.31 13.33 33.2 0 26.515-21.495 48.010-48.010 48.010-13.626 0-25.925-5.676-34.664-14.793l-0.016-0.017c-7.265-8.123-17.648-13.327-29.252-13.718l-0.068-0.002c-26.040 0-48 29.24-48 64zM582.040 697.16c-20.52-13.8-45.32-20.96-67.2-27.28-12.995-3.516-23.525-7.053-33.794-11.11l2.154 0.75c9.8-4.72 38.84-5.2 64.28 1.32 3.678 1.011 7.901 1.592 12.26 1.592 26.516 0 48.012-21.496 48.012-48.012 0-22.157-15.009-40.809-35.415-46.342l-0.336-0.078c-13.939-3.602-30.336-6.248-47.146-7.393l-0.854-0.047c-39.72-2.64-72 4.32-96.4 20.68-23.507 15.941-39.571 41.341-42.722 70.609l-0.038 0.431c-4.4 34.96 9.92 65.080 40.44 84.76 19.12 12.36 41.44 18.8 63 25.040 12 3.56 31.76 9.2 39.52 14.12-0.123 1.057-0.435 2.018-0.901 2.883l0.021-0.043c-5.44 6.2-38.28 7.16-65.56-0.24-3.542-0.936-7.609-1.473-11.801-1.473-26.51 0-48 21.49-48 48 0 21.515 14.155 39.724 33.661 45.822l0.34 0.092c19.4 5.434 41.699 8.623 64.721 8.76l0.079 0c25.88 0 54.96-4.68 78.96-20.6 24.026-16.053 40.484-41.82 43.76-71.556l0.040-0.444c4.88-37.28-9.84-69.28-41.080-90.32zM864 562.72c-4.748-1.727-10.229-2.725-15.943-2.725-20.776 0-38.47 13.2-45.151 31.671l-0.106 0.334-34.8 97.2-34.8-97.2c-6.158-19.896-24.392-34.099-45.943-34.099-26.51 0-48 21.49-48 48 0 6.525 1.302 12.746 3.66 18.417l-0.117-0.318 80 224c6.832 18.721 24.483 31.846 45.2 31.846s38.368-13.124 45.093-31.512l0.107-0.333 80-224c1.748-4.776 2.759-10.29 2.759-16.040 0-20.759-13.178-38.44-31.625-45.134l-0.334-0.106zM144 432v-272c0-44.183 35.817-80 80-80v0h384c0.011-0 0.024-0 0.038-0 13.245 0 25.238 5.365 33.923 14.040l-0-0 224 224c8.675 8.684 14.040 20.677 14.040 33.922 0 0.013-0 0.027-0 0.040l0-0.002v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-192c-26.51 0-48-21.49-48-48v0-192h-304v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM640 320h92l-92-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-csv-bold"]},"attrs":[{}],"properties":{"order":28727,"id":757,"name":"file-csv-bold","prevSize":16,"code":60138},"setIdx":3,"setId":3,"iconIdx":490},{"icon":{"paths":["M336 896c0 26.51-21.49 48-48 48v0h-64c-44.183 0-80-35.817-80-80v0-128c0-26.51 21.49-48 48-48s48 21.49 48 48v0 112h48c26.51 0 48 21.49 48 48v0zM880 352v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-128h-192c-26.51 0-48-21.49-48-48v0-192h-64c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c0.011-0 0.024-0 0.038-0 13.245 0 25.238 5.365 33.923 14.040l-0-0 224 224c8.675 8.684 14.040 20.677 14.040 33.922 0 0.013-0 0.027-0 0.040l0-0.002zM640 320h92l-92-92zM320 80h-96c-44.183 0-80 35.817-80 80v0 96c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM832 656c-26.51 0-48 21.49-48 48v0 144h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h32c44.183 0 80-35.817 80-80v0-160c0-26.51-21.49-48-48-48v0zM192 624c26.51 0 48-21.49 48-48v0-160c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 160c0 26.51 21.49 48 48 48v0zM608 848h-160c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-dashed-bold"]},"attrs":[{}],"properties":{"order":28728,"id":756,"name":"file-dashed-bold","prevSize":16,"code":60139},"setIdx":3,"setId":3,"iconIdx":491},{"icon":{"paths":["M192 560h-64c-26.51 0-48 21.49-48 48v0 224c0 26.51 21.49 48 48 48v0h64c88.366 0 160-71.634 160-160s-71.634-160-160-160v0zM192 784h-16v-128h16c35.346 0 64 28.654 64 64s-28.654 64-64 64v0zM913.2 768.8c9.172 8.758 14.874 21.082 14.874 34.737 0 12.921-5.105 24.649-13.409 33.278l0.015-0.015c-24.725 26.439-59.75 42.981-98.64 43.2l-0.040 0c-79.4 0-144-71.76-144-160s64.6-160 144-160c38.947 0.252 73.971 16.837 98.606 43.24l0.074 0.080c8.25 8.607 13.33 20.31 13.33 33.2 0 26.515-21.495 48.010-48.010 48.010-13.626 0-25.925-5.676-34.664-14.793l-0.016-0.017c-7.265-8.123-17.648-13.327-29.252-13.718l-0.068-0.002c-26 0-48 29.32-48 64s22 64 48 64c11.672-0.393 22.055-5.597 29.285-13.681l0.035-0.039c8.753-9.136 21.053-14.814 34.68-14.814 12.89 0 24.594 5.081 33.217 13.35l-0.017-0.016zM512 560c-79.4 0-144 71.76-144 160s64.6 160 144 160 144-71.76 144-160-64.6-160-144-160zM512 784c-26 0-48-29.32-48-64s22-64 48-64 48 29.32 48 64-22 64-48 64zM192 480c26.51 0 48-21.49 48-48v0-256h304v192c0 26.51 21.49 48 48 48v0h192v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80c-0.001-13.245-5.366-25.236-14.040-33.92l0 0-224-224c-8.688-8.698-20.695-14.079-33.96-14.080l-384-0c-44.183 0-80 35.817-80 80v0 272c0 26.51 21.49 48 48 48v0zM640 228l92 92h-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-doc-bold"]},"attrs":[{}],"properties":{"order":28729,"id":755,"name":"file-doc-bold","prevSize":16,"code":60140},"setIdx":3,"setId":3,"iconIdx":492},{"icon":{"paths":["M512 608c0 26.51-21.49 48-48 48v0h-8v176c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-176h-8c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h112c26.51 0 48 21.49 48 48v0zM224 560c-26.51 0-48 21.49-48 48v0 64h-32v-64c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 224c0 26.51 21.49 48 48 48s48-21.49 48-48v0-64h32v64c0 26.51 21.49 48 48 48s48-21.49 48-48v0-224c0-26.51-21.49-48-48-48v0zM976 784h-16v-176c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 224c0 26.51 21.49 48 48 48v0h64c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM796.8 561.76c-3.838-1.104-8.247-1.739-12.803-1.739-17.387 0-32.615 9.245-41.037 23.087l-0.12 0.212-54.84 91.4-54.84-91.4c-8.541-14.058-23.771-23.305-41.16-23.305-26.504 0-47.991 21.482-48 47.984l-0 0.001v224c0 26.51 21.49 48 48 48s48-21.49 48-48v0-50.72l6.84 11.4c8.541 14.058 23.771 23.305 41.16 23.305s32.619-9.247 41.040-23.092l0.12-0.212 6.84-11.4v50.72c0 26.51 21.49 48 48 48s48-21.49 48-48v0-224c-0.010-21.945-14.746-40.446-34.862-46.158l-0.338-0.082zM832 480c-26.51 0-48-21.49-48-48v0-16h-192c-26.51 0-48-21.49-48-48v0-192h-304v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-272c0-44.183 35.817-80 80-80v0h384c13.265 0.001 25.272 5.382 33.96 14.080l0 0 224 224c8.675 8.684 14.039 20.675 14.040 33.92l0 0v80c0 26.51-21.49 48-48 48v0zM732 320l-92-92v92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-html-bold"]},"attrs":[{}],"properties":{"order":28730,"id":754,"name":"file-html-bold","prevSize":16,"code":60141},"setIdx":3,"setId":3,"iconIdx":493},{"icon":{"paths":["M456 581.36c-8.724-13.015-23.375-21.467-40-21.467s-31.276 8.452-39.891 21.294l-0.109 0.173-60 89.92-26.8-40.36c-8.733-12.944-23.344-21.342-39.917-21.342-16.859 0-31.687 8.691-40.25 21.837l-0.113 0.185-153.28 238.44c-4.782 7.337-7.626 16.316-7.626 25.96 0 26.505 21.482 47.992 47.985 48l512.001 0c0.021 0 0.046 0 0.071 0 26.51 0 48-21.49 48-48 0-9.93-3.015-19.155-8.18-26.811l0.108 0.171zM184 848l66-102.8 26.2 39.24c8.724 13.015 23.375 21.467 40 21.467s31.276-8.452 39.891-21.294l0.109-0.173 60-89.92 102.12 153.48zM865.96 318.040l-224-224c-8.684-8.675-20.677-14.040-33.922-14.040-0.013 0-0.027 0-0.040 0l-383.998-0c-44.183 0-80 35.817-80 80v0 336c0 26.51 21.49 48 48 48s48-21.49 48-48v0-320h304v192c0 26.51 21.49 48 48 48v0h192v432c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16c44.183 0 80-35.817 80-80v0-512c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l0 0zM640 228l92 92h-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-image-bold"]},"attrs":[{}],"properties":{"order":28731,"id":753,"name":"file-image-bold","prevSize":16,"code":60142},"setIdx":3,"setId":3,"iconIdx":494},{"icon":{"paths":["M480 560h-64c-26.51 0-48 21.49-48 48v0 224c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h16c70.692 0 128-57.308 128-128s-57.308-128-128-128v0zM480 720h-16v-64h16c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM896 803.48c0 0.004 0 0.009 0 0.014 0 12.883-5.076 24.581-13.336 33.203l0.016-0.017c-24.709 26.483-59.733 43.068-98.634 43.32l-0.046 0c-79.4 0-144-71.76-144-160s64.6-160 144-160c27.961 0.084 53.883 8.746 75.29 23.493l-0.45-0.293c13.35 8.673 22.055 23.512 22.055 40.384 0 26.51-21.49 48-48 48-10.397 0-20.022-3.305-27.881-8.923l0.146 0.099c-5.904-4.167-13.23-6.686-21.142-6.76l-0.018-0c-26 0-48 29.32-48 64s22 64 48 64c3.86-0.008 7.574-0.622 11.055-1.751l-0.255 0.071c-6.717-8.194-10.788-18.781-10.788-30.32 0-26.506 21.484-47.993 47.988-48l16.001-0c26.51 0 48 21.49 48 48v0zM320 608v152c0 66.274-53.726 120-120 120s-120-53.726-120-120v0c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0-152c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM192 480c26.51 0 48-21.49 48-48v0-256h304v192c0 26.51 21.49 48 48 48v0h192v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80c-0.001-13.245-5.366-25.236-14.040-33.92l0 0-224-224c-8.688-8.698-20.695-14.079-33.96-14.080l-384-0c-44.183 0-80 35.817-80 80v0 272c0 26.51 21.49 48 48 48v0zM640 228l92 92h-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-jpg-bold"]},"attrs":[{}],"properties":{"order":28732,"id":752,"name":"file-jpg-bold","prevSize":16,"code":60143},"setIdx":3,"setId":3,"iconIdx":495},{"icon":{"paths":["M865.96 318.040l-224-224c-8.684-8.675-20.677-14.040-33.922-14.040-0.013 0-0.027 0-0.040 0l-383.998-0c-44.183 0-80 35.817-80 80v0 272c0 26.51 21.49 48 48 48s48-21.49 48-48v0-256h304v192c0 26.51 21.49 48 48 48v0h192v432h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80c44.183 0 80-35.817 80-80v0-512c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l0 0zM640 228l92 92h-92zM623.12 787.4c-3.256 30.27-19.726 56.131-43.442 72.014l-0.358 0.226c-24 16-53.080 20.6-78.92 20.6-23.153-0.155-45.489-3.372-66.712-9.265l1.792 0.425c-20.406-5.837-35.091-24.324-35.091-46.24 0-26.516 21.495-48.011 48.011-48.011 4.599 0 9.048 0.647 13.259 1.854l-0.339-0.083c27.24 7.44 60 6.44 65.56 0.24 0.396-0.825 0.69-1.782 0.834-2.787l0.006-0.053c-7.76-4.92-27.32-10.56-39.52-14.080-21.56-6.24-44-12.72-63-25.080-30.48-19.68-44.84-49.8-40.44-84.8 3.201-29.684 19.262-55.068 42.418-70.781l0.342-0.219c24.24-16.36 56.68-23.36 96.4-20.72 17.661 1.14 34.092 3.759 49.973 7.764l-1.893-0.404c20.478 5.785 35.233 24.305 35.233 46.271 0 26.51-21.49 48-48 48-4.131 0-8.141-0.522-11.966-1.503l0.333 0.072c-25.44-6.52-54.48-6.040-64.28-1.32 8.115 3.307 18.645 6.844 29.405 9.831l2.235 0.529c21.92 6.32 46.72 13.48 67.2 27.28 31.16 21.040 45.84 53.040 40.96 90.12zM336 608v152c0 66.274-53.726 120-120 120s-120-53.726-120-120v0c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0-152c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-js-bold"]},"attrs":[{}],"properties":{"order":28733,"id":751,"name":"file-js-bold","prevSize":16,"code":60144},"setIdx":3,"setId":3,"iconIdx":496},{"icon":{"paths":["M607.12 787.2c-3.316 30.18-19.774 55.947-43.441 71.774l-0.359 0.226c-24 16-53.080 20.6-78.92 20.6-23.153-0.155-45.489-3.372-66.712-9.265l1.792 0.425c-20.834-5.543-35.933-24.237-35.933-46.459 0-26.51 21.49-48 48-48 4.912 0 9.651 0.738 14.113 2.108l-0.34-0.090c27.24 7.4 60 6.44 65.56 0.24 0.396-0.825 0.69-1.782 0.834-2.787l0.006-0.053c-7.76-4.92-27.32-10.56-39.52-14.12-21.56-6.24-44-12.68-63-25.040-30.52-19.68-44.84-49.8-40.44-84.76 3.189-29.699 19.253-55.099 42.418-70.821l0.342-0.219c24.24-16.36 56.68-23.32 96.4-20.68 17.732 1.286 34.142 4.027 49.998 8.143l-1.918-0.423c20.478 5.785 35.233 24.305 35.233 46.271 0 26.51-21.49 48-48 48-4.131 0-8.141-0.522-11.966-1.503l0.333 0.072c-25.44-6.52-54.48-6.040-64.28-1.32 8.115 3.307 18.645 6.844 29.405 9.831l2.235 0.529c21.88 6.32 46.72 13.48 67.2 27.28 31.16 20.96 45.84 52.96 40.96 90.040zM272 560c-26.51 0-48 21.49-48 48v0 152c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0-26.51-21.49-48-48-48s-48 21.49-48 48v0c0 66.274 53.726 120 120 120s120-53.726 120-120v0-152c0-26.51-21.49-48-48-48v0zM827 720l60-84c5.626-7.769 8.999-17.491 8.999-28 0-26.542-21.517-48.059-48.059-48.059-16.033 0-30.233 7.851-38.963 19.919l-0.097 0.14-40.88 57.36-40.96-57.36c-8.827-12.208-23.027-20.059-39.060-20.059-26.542 0-48.059 21.517-48.059 48.059 0 10.509 3.373 20.231 9.096 28.14l-0.097-0.14 60 84-60 84c-5.626 7.769-8.999 17.491-8.999 28 0 26.542 21.517 48.059 48.059 48.059 16.033 0 30.233-7.851 38.963-19.919l0.097-0.14 40.96-57.52 40.92 57.52c8.827 12.208 23.027 20.059 39.060 20.059 26.542 0 48.059-21.517 48.059-48.059 0-10.509-3.373-20.231-9.096-28.14l0.097 0.14zM144 432v-272c0-44.183 35.817-80 80-80v0h384c0.011-0 0.024-0 0.038-0 13.245 0 25.238 5.365 33.923 14.040l-0-0 224 224c8.675 8.684 14.040 20.677 14.040 33.922 0 0.013-0 0.027-0 0.040l0-0.002v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-192c-26.51 0-48-21.49-48-48v0-192h-304v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM640 320h92l-92-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-jsx-bold"]},"attrs":[{}],"properties":{"order":28734,"id":750,"name":"file-jsx-bold","prevSize":16,"code":60145},"setIdx":3,"setId":3,"iconIdx":497},{"icon":{"paths":["M480 672h-16v-16c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 16h-16c-26.51 0-48 21.49-48 48v0 176c0 26.51 21.49 48 48 48v0h288c26.51 0 48-21.49 48-48v0-176c0-26.51-21.49-48-48-48v0zM304 656c0-17.673 14.327-32 32-32s32 14.327 32 32v0 16h-64zM432 848h-192v-80h192zM865.96 318.080l-224-224c-8.688-8.698-20.695-14.079-33.96-14.080l-384-0c-44.183 0-80 35.817-80 80v0 304c0 26.51 21.49 48 48 48s48-21.49 48-48v0-288h304v192c0 26.51 21.49 48 48 48v0h192v432h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h144c44.183 0 80-35.817 80-80v0-512c-0.001-13.245-5.366-25.236-14.040-33.92l0 0zM640 228l92 92h-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-lock-bold"]},"attrs":[{}],"properties":{"order":28735,"id":749,"name":"file-lock-bold","prevSize":16,"code":60146},"setIdx":3,"setId":3,"iconIdx":498},{"icon":{"paths":["M865.96 318.080l-224-224c-8.688-8.698-20.695-14.079-33.96-14.080l-384-0c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-512c-0.001-13.245-5.366-25.236-14.040-33.92l0 0zM732 320h-92v-92zM240 848v-672h304v192c0 26.51 21.49 48 48 48v0h192v432zM625.92 654.040c8.848-18.132 14.021-39.452 14.021-61.979 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 79.529 64.471 144 144 144 22.528 0 43.847-5.173 62.835-14.396l-0.856 0.375 48 48c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0zM448 592c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-magnifying-glass-bold"]},"attrs":[{}],"properties":{"order":28736,"id":748,"name":"file-magnifying-glass-bold","prevSize":16,"code":60147},"setIdx":3,"setId":3,"iconIdx":499},{"icon":{"paths":["M865.96 318.040l-224-224c-8.684-8.675-20.677-14.040-33.922-14.040-0.013 0-0.027 0-0.040 0l-383.998-0c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-512c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l0 0zM640 228l92 92h-92zM240 848v-672h304v192c0 26.51 21.49 48 48 48v0h192v432zM656 608c0 26.51-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h192c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-minus-bold"]},"attrs":[{}],"properties":{"order":28737,"id":747,"name":"file-minus-bold","prevSize":16,"code":60148},"setIdx":3,"setId":3,"iconIdx":500},{"icon":{"paths":["M800 656v32h48c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48v0h128c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM368 688c0 70.692-57.308 128-128 128v0h-16v16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48v0h64c70.692 0 128 57.308 128 128v0zM272 688c0-17.673-14.327-32-32-32v0h-16v64h16c17.673 0 32-14.327 32-32v0zM672 720c0 88.366-71.634 160-160 160v0h-64c-26.51 0-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48v0h64c88.366 0 160 71.634 160 160v0zM576 720c0-35.346-28.654-64-64-64v0h-16v128h16c35.346 0 64-28.654 64-64v0zM144 432v-272c0-44.183 35.817-80 80-80v0h384c13.265 0.001 25.272 5.382 33.96 14.080l0 0 224 224c8.675 8.684 14.039 20.675 14.040 33.92l0 0v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-192c-26.51 0-48-21.49-48-48v0-192h-304v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM640 228v92h92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-pdf-bold"]},"attrs":[{}],"properties":{"order":28738,"id":746,"name":"file-pdf-bold","prevSize":16,"code":60149},"setIdx":3,"setId":3,"iconIdx":501},{"icon":{"paths":["M865.96 318.040l-224-224c-8.684-8.675-20.677-14.040-33.922-14.040-0.013 0-0.027 0-0.040 0l-383.998-0c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-512c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l0 0zM640 228l92 92h-92zM240 848v-672h304v192c0 26.51 21.49 48 48 48v0h192v432zM656 608c0 26.51-21.49 48-48 48v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 48h48c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-plus-bold"]},"attrs":[{}],"properties":{"order":28739,"id":745,"name":"file-plus-bold","prevSize":16,"code":60150},"setIdx":3,"setId":3,"iconIdx":502},{"icon":{"paths":["M224 560h-64c-26.51 0-48 21.49-48 48v0 224c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h16c70.692 0 128-57.308 128-128s-57.308-128-128-128v0zM224 720h-16v-64h16c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM928 803.48c0 0.004 0 0.009 0 0.014 0 12.883-5.076 24.581-13.336 33.203l0.016-0.017c-24.709 26.483-59.733 43.068-98.634 43.32l-0.046 0c-79.4 0-144-71.8-144-160s64.6-160 144-160c27.961 0.084 53.883 8.746 75.29 23.493l-0.45-0.293c13.35 8.673 22.055 23.512 22.055 40.384 0 26.51-21.49 48-48 48-10.397 0-20.022-3.305-27.881-8.923l0.146 0.099c-5.904-4.167-13.23-6.686-21.142-6.76l-0.018-0c-26 0-48 29.32-48 64s22 64 48 64c3.86-0.008 7.574-0.622 11.055-1.751l-0.255 0.071c-6.717-8.194-10.788-18.781-10.788-30.32 0-26.506 21.484-47.993 47.988-48l16.001-0c26.51 0 48 21.49 48 48v0zM640 608v224c0 0.002 0 0.005 0 0.007 0 21.279-13.846 39.324-33.021 45.617l-0.339 0.096c-4.374 1.439-9.408 2.272-14.636 2.28l-0.004 0c-0.016 0-0.034 0-0.053 0-15.998 0-30.169-7.827-38.891-19.861l-0.096-0.139-72.96-102.24v74.24c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-224c-0-0.022-0-0.048-0-0.074 0-26.51 21.49-48 48-48 16.030 0 30.225 7.858 38.943 19.933l0.097 0.141 72.96 102.2v-74.2c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM192 480c26.51 0 48-21.49 48-48v0-256h304v192c0 26.51 21.49 48 48 48v0h192v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l0 0-224-224c-8.684-8.675-20.677-14.040-33.922-14.040-0.013 0-0.027 0-0.040 0l-383.998-0c-44.183 0-80 35.817-80 80v0 272c0 26.51 21.49 48 48 48v0zM640 228l92 92h-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-png-bold"]},"attrs":[{}],"properties":{"order":28740,"id":744,"name":"file-png-bold","prevSize":16,"code":60151},"setIdx":3,"setId":3,"iconIdx":503},{"icon":{"paths":["M928 608c0 26.51-21.49 48-48 48v0h-32v176c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-176h-32c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0zM368 688c0 70.692-57.308 128-128 128v0h-16v16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48v0h64c70.692 0 128 57.308 128 128v0zM272 688c0-17.673-14.327-32-32-32v0h-16v64h16c17.673 0 32-14.327 32-32v0zM656 688c0 70.692-57.308 128-128 128v0h-16v16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48v0h64c70.692 0 128 57.308 128 128v0zM560 688c0-17.673-14.327-32-32-32v0h-16v64h16c17.673 0 32-14.327 32-32v0zM144 432v-272c0-44.183 35.817-80 80-80v0h384c13.265 0.001 25.272 5.382 33.96 14.080l0 0 224 224c8.675 8.684 14.039 20.675 14.040 33.92l0 0v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-192c-26.51 0-48-21.49-48-48v0-192h-304v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM640 320h92l-92-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-ppt-bold"]},"attrs":[{}],"properties":{"order":28741,"id":743,"name":"file-ppt-bold","prevSize":16,"code":60152},"setIdx":3,"setId":3,"iconIdx":504},{"icon":{"paths":["M865.96 318.040l-224-224c-8.684-8.675-20.677-14.040-33.922-14.040-0.013 0-0.027 0-0.040 0l-383.998-0c-44.183 0-80 35.817-80 80v0 272c0 26.51 21.49 48 48 48s48-21.49 48-48v0-256h304v192c0 26.51 21.49 48 48 48v0h192v432h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48c44.183 0 80-35.817 80-80v0-512c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l0 0zM640 228l92 92h-92zM256 560h-64c-26.51 0-48 21.49-48 48v0 224c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h16c5.166-0.019 10.238-0.323 15.228-0.899l-0.628 0.059 24 41.040c8.696 13.203 23.453 21.797 40.217 21.797 26.51 0 48-21.49 48-48 0-8.034-1.974-15.607-5.463-22.261l0.126 0.264-22.56-38.64c18.164-21.934 29.184-50.36 29.184-81.36 0-70.692-57.308-128-128-128-0.037 0-0.073 0-0.11 0l0.006-0zM240 656h16c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-16zM655.12 787.28c-3.256 30.27-19.726 56.131-43.442 72.014l-0.358 0.226c-24 16-53.080 20.6-78.92 20.6-23.153-0.155-45.489-3.372-66.712-9.265l1.792 0.425c-20.406-5.837-35.091-24.324-35.091-46.24 0-26.516 21.495-48.011 48.011-48.011 4.599 0 9.048 0.647 13.259 1.854l-0.339-0.083c27.24 7.44 60 6.44 65.56 0.24 0.396-0.825 0.69-1.782 0.834-2.787l0.006-0.053c-7.76-4.92-27.32-10.56-39.52-14.080-21.56-6.24-44-12.72-63-25.080-30.48-19.68-44.84-49.8-40.44-84.8 3.201-29.684 19.262-55.068 42.418-70.781l0.342-0.219c24.24-16.36 56.68-23.32 96.4-20.72 17.681 1.185 34.106 3.845 49.977 7.89l-1.897-0.41c20.478 5.785 35.233 24.305 35.233 46.271 0 26.51-21.49 48-48 48-4.131 0-8.141-0.522-11.966-1.503l0.333 0.072c-25.44-6.52-54.48-6.040-64.28-1.32 8.115 3.307 18.645 6.844 29.405 9.831l2.235 0.529c21.92 6.32 46.72 13.48 67.2 27.28 31.16 21.040 45.84 53.040 40.96 90.12z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-rs-bold"]},"attrs":[{}],"properties":{"order":28742,"id":742,"name":"file-rs-bold","prevSize":16,"code":60153},"setIdx":3,"setId":3,"iconIdx":505},{"icon":{"paths":["M881.96 238.040l-160-160c-8.684-8.675-20.677-14.040-33.922-14.040-0.013 0-0.027 0-0.040 0l-319.998-0c-44.183 0-80 35.817-80 80v0 80h-64c-44.183 0-80 35.817-80 80v0 560c0 44.183 35.817 80 80 80v0h432c44.183 0 80-35.817 80-80v0-80h80c44.183 0 80-35.817 80-80v0-432c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l0 0zM640 848h-400v-528h268l132 132zM800 688h-64v-256c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l0 0-160-160c-8.684-8.675-20.677-14.040-33.922-14.040-0.013 0-0.027 0-0.040 0l-143.998-0v-64h284l132 132zM576 576c0 26.51-21.49 48-48 48v0h-176c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h176c26.51 0 48 21.49 48 48v0zM576 736c0 26.51-21.49 48-48 48v0h-176c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h176c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["files-bold"]},"attrs":[{}],"properties":{"order":28743,"id":741,"name":"files-bold","prevSize":16,"code":60154},"setIdx":3,"setId":3,"iconIdx":506},{"icon":{"paths":["M192 480c26.51 0 48-21.49 48-48v0-256h304v192c0 26.51 21.49 48 48 48v0h192v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80c-0.001-13.245-5.366-25.236-14.040-33.92l0 0-224-224c-8.688-8.698-20.695-14.079-33.96-14.080l-384-0c-44.183 0-80 35.817-80 80v0 272c0 26.51 21.49 48 48 48v0zM732 320h-92v-92zM944 832c0 26.51-21.49 48-48 48v0h-112c-26.51 0-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48s48 21.49 48 48v0 176h64c26.51 0 48 21.49 48 48v0zM367.12 787.2c-3.348 30.216-19.883 55.995-43.636 71.772l-0.364 0.228c-24 16-53.040 20.6-78.92 20.6-23.153-0.155-45.489-3.372-66.712-9.265l1.792 0.425c-20.834-5.543-35.933-24.237-35.933-46.459 0-26.51 21.49-48 48-48 4.912 0 9.651 0.738 14.113 2.108l-0.34-0.090c27.24 7.4 60 6.44 65.56 0.24 0.396-0.825 0.69-1.782 0.834-2.787l0.006-0.053c-7.76-4.92-27.28-10.56-39.52-14.12-21.56-6.24-44-12.68-63-25.040-30.48-19.68-44.84-49.8-40.4-84.76 3.174-29.695 19.225-55.096 42.379-70.821l0.341-0.219c24.28-16.36 56.68-23.32 96.4-20.68 17.795 1.272 34.275 4.014 50.197 8.142l-1.917-0.422c20.478 5.785 35.233 24.305 35.233 46.271 0 26.51-21.49 48-48 48-4.131 0-8.141-0.522-11.966-1.503l0.333 0.072c-25.4-6.52-54.44-6-64.28-1.32 8.122 3.306 18.666 6.844 29.44 9.83l2.24 0.53c21.88 6.32 46.68 13.48 67.2 27.28 31.12 20.96 45.8 52.96 40.92 90.040zM671.12 795.2c10.653-21.798 16.881-47.432 16.881-74.52 0-0.239-0-0.478-0.001-0.717l0 0.037c0-88-64.6-160-144-160s-144 72-144 160 64.6 160 144 160c22.311-0.009 43.316-5.589 61.704-15.424l-0.704 0.344 1.080 1.040c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0zM496 720c0-34.68 22-64 48-64s48 29.32 48 64c0 0.92 0 1.84 0 2.76-4.711-1.698-10.146-2.679-15.811-2.679-26.51 0-48 21.49-48 48 0 4.599 0.647 9.047 1.854 13.258l-0.083-0.339c-19.48-8.36-33.96-33-33.96-61z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-sql-bold"]},"attrs":[{}],"properties":{"order":28744,"id":740,"name":"file-sql-bold","prevSize":16,"code":60155},"setIdx":3,"setId":3,"iconIdx":507},{"icon":{"paths":["M192 480c26.51 0 48-21.49 48-48v0-256h304v192c0 26.51 21.49 48 48 48v0h192v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80c-0.001-13.245-5.366-25.236-14.040-33.92l0 0-224-224c-8.688-8.698-20.695-14.079-33.96-14.080l-384-0c-44.183 0-80 35.817-80 80v0 272c0 26.51 21.49 48 48 48v0zM732 320h-92v-92zM351.12 787.2c-3.301 30.176-19.745 55.943-43.402 71.774l-0.358 0.226c-24 16-53.080 20.6-78.96 20.6-23.153-0.155-45.489-3.372-66.712-9.265l1.792 0.425c-20.834-5.543-35.933-24.237-35.933-46.459 0-26.51 21.49-48 48-48 4.912 0 9.651 0.738 14.113 2.108l-0.34-0.090c27.28 7.4 60 6.44 65.56 0.24 0.396-0.825 0.69-1.782 0.834-2.787l0.006-0.053c-7.76-4.92-27.28-10.56-39.52-14.12-21.56-6.24-44-12.68-63-25.040-30.48-19.68-44.84-49.8-40.4-84.76 3.174-29.695 19.225-55.096 42.379-70.821l0.341-0.219c24.28-16.36 56.68-23.28 96.4-20.68 17.732 1.286 34.142 4.027 49.998 8.143l-1.918-0.423c20.478 5.785 35.233 24.305 35.233 46.271 0 26.51-21.49 48-48 48-4.131 0-8.141-0.522-11.966-1.503l0.333 0.072c-25.4-6.52-54.44-6.040-64.28-1.32 8.122 3.306 18.666 6.844 29.44 9.83l2.24 0.53c21.88 6.32 46.68 13.48 67.2 27.28 31.12 20.96 45.8 52.96 40.92 90.040zM621.2 624l-80 224c-6.832 18.721-24.483 31.846-45.2 31.846s-38.368-13.124-45.093-31.512l-0.107-0.333-80-224c-2.241-5.353-3.543-11.574-3.543-18.099 0-26.51 21.49-48 48-48 21.551 0 39.785 14.203 45.852 33.759l0.091 0.34 34.8 97.2 34.8-97.2c6.158-19.896 24.392-34.099 45.943-34.099 26.51 0 48 21.49 48 48 0 6.525-1.302 12.746-3.66 18.417l0.117-0.318zM896 752v51.48c0 0.004 0 0.009 0 0.014 0 12.883-5.076 24.581-13.336 33.203l0.016-0.017c-24.709 26.483-59.733 43.068-98.634 43.32l-0.046 0c-79.4 0-144-71.76-144-160s64.6-160 144-160c27.961 0.084 53.883 8.746 75.29 23.493l-0.45-0.293c13.35 8.673 22.055 23.512 22.055 40.384 0 26.51-21.49 48-48 48-10.397 0-20.022-3.305-27.881-8.923l0.146 0.099c-5.904-4.167-13.23-6.686-21.142-6.76l-0.018-0c-26 0-48 29.32-48 64s22 64 48 64c3.86-0.008 7.574-0.622 11.055-1.751l-0.255 0.071c-6.717-8.194-10.788-18.781-10.788-30.32 0-26.506 21.484-47.993 47.988-48l16.001-0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-svg-bold"]},"attrs":[{}],"properties":{"order":28745,"id":739,"name":"file-svg-bold","prevSize":16,"code":60156},"setIdx":3,"setId":3,"iconIdx":508},{"icon":{"paths":["M865.96 318.080l-224-224c-8.688-8.698-20.695-14.079-33.96-14.080l-384-0c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-512c-0.001-13.245-5.366-25.236-14.040-33.92l0 0zM640 228l92 92h-92zM240 848v-672h304v192c0 26.51 21.49 48 48 48v0h192v432zM688 528c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0zM688 688c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-text-bold"]},"attrs":[{}],"properties":{"order":28746,"id":738,"name":"file-text-bold","prevSize":16,"code":60157},"setIdx":3,"setId":3,"iconIdx":509},{"icon":{"paths":["M865.96 318.040l-224-224c-8.684-8.675-20.677-14.040-33.922-14.040-0.013 0-0.027 0-0.040 0l-383.998-0c-44.183 0-80 35.817-80 80v0 272c0 26.51 21.49 48 48 48s48-21.49 48-48v0-256h304v192c0 26.51 21.49 48 48 48v0h192v432h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80c44.183 0 80-35.817 80-80v0-512c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l0 0zM640 228l92 92h-92zM623.12 787.4c-3.256 30.27-19.726 56.131-43.442 72.014l-0.358 0.226c-24 16-53.080 20.6-78.92 20.6-23.153-0.155-45.489-3.372-66.712-9.265l1.792 0.425c-20.406-5.837-35.091-24.324-35.091-46.24 0-26.516 21.495-48.011 48.011-48.011 4.599 0 9.048 0.647 13.259 1.854l-0.339-0.083c27.24 7.44 60 6.44 65.56 0.24 0.396-0.825 0.69-1.782 0.834-2.787l0.006-0.053c-7.76-4.92-27.32-10.56-39.52-14.080-21.56-6.24-44-12.72-63-25.080-30.48-19.68-44.84-49.8-40.44-84.8 3.201-29.684 19.262-55.068 42.418-70.781l0.342-0.219c24.24-16.36 56.68-23.32 96.4-20.72 17.661 1.14 34.092 3.759 49.973 7.764l-1.893-0.404c20.478 5.785 35.233 24.305 35.233 46.271 0 26.51-21.49 48-48 48-4.131 0-8.141-0.522-11.966-1.503l0.333 0.072c-25.44-6.52-54.48-6.040-64.28-1.32 8.115 3.307 18.645 6.844 29.405 9.831l2.235 0.529c21.92 6.32 46.72 13.48 67.2 27.28 31.16 21.040 45.84 53.040 40.96 90.12zM368 608c0 26.51-21.49 48-48 48v0h-32v176c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-176h-32c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-ts-bold"]},"attrs":[{}],"properties":{"order":28747,"id":737,"name":"file-ts-bold","prevSize":16,"code":60158},"setIdx":3,"setId":3,"iconIdx":510},{"icon":{"paths":["M887.040 804c5.626 7.769 8.999 17.491 8.999 28 0 26.542-21.517 48.059-48.059 48.059-16.033 0-30.233-7.851-38.963-19.919l-0.097-0.14-40.92-57.52-40.96 57.52c-8.827 12.208-23.027 20.059-39.060 20.059-26.542 0-48.059-21.517-48.059-48.059 0-10.509 3.373-20.231 9.096-28.14l-0.097 0.14 60-84-60-84c-5.626-7.769-8.999-17.491-8.999-28 0-26.542 21.517-48.059 48.059-48.059 16.033 0 30.233 7.851 38.963 19.919l0.097 0.14 40.96 57.36 40.92-57.36c8.827-12.208 23.027-20.059 39.060-20.059 26.542 0 48.059 21.517 48.059 48.059 0 10.509-3.373 20.231-9.096 28.14l0.097-0.14-60 84zM566.040 697.080c-20.48-13.8-45.32-20.96-67.2-27.28-12.995-3.516-23.525-7.053-33.794-11.11l2.154 0.75c9.8-4.72 38.84-5.2 64.28 1.32 3.216 0.768 6.909 1.209 10.705 1.209 26.51 0 48-21.49 48-48 0-21.583-14.244-39.838-33.845-45.879l-0.34-0.090c-13.943-3.608-30.341-6.253-47.152-7.394l-0.848-0.046c-39.72-2.64-72 4.32-96.4 20.68-23.507 15.941-39.571 41.341-42.722 70.609l-0.038 0.431c-4.4 34.96 9.92 65.080 40.44 84.76 19.12 12.36 41.44 18.8 63 25.040 12 3.56 31.76 9.2 39.52 14.12-0.15 1.058-0.444 2.015-0.866 2.9l0.026-0.060c-5.48 6.2-38.32 7.16-65.56-0.24-4.122-1.281-8.862-2.019-13.773-2.019-26.51 0-48 21.49-48 48 0 22.221 15.1 40.916 35.598 46.382l0.335 0.076c19.413 5.437 41.725 8.625 64.762 8.76l0.078 0c25.84 0 54.92-4.68 78.92-20.6 24.026-16.053 40.484-41.82 43.76-71.556l0.040-0.444c4.88-37.28-9.8-69.28-41.080-90.32zM304 560h-160c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h32v176c0 26.51 21.49 48 48 48s48-21.49 48-48v0-176h32c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM144 432v-272c0-44.183 35.817-80 80-80v0h384c0.011-0 0.024-0 0.038-0 13.245 0 25.238 5.365 33.923 14.040l-0-0 224 224c8.675 8.684 14.040 20.677 14.040 33.922 0 0.013-0 0.027-0 0.040l0-0.002v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-192c-26.51 0-48-21.49-48-48v0-192h-304v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM640 320h92l-92-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-tsx-bold"]},"attrs":[{}],"properties":{"order":28748,"id":736,"name":"file-tsx-bold","prevSize":16,"code":60159},"setIdx":3,"setId":3,"iconIdx":511},{"icon":{"paths":["M601.4 599.28c-7.216-4.572-16.002-7.285-25.422-7.285-7.68 0-14.939 1.804-21.376 5.011l0.279-0.126-82.88 40.6c-13.166-27.070-40.433-45.411-71.991-45.48l-0.009-0h-208c-44.183 0-80 35.817-80 80v0 160c0 44.183 35.817 80 80 80v0h208c32.56-0.051 60.554-19.545 72.998-47.491l0.202-0.509 80.48 42.32c6.472 3.468 14.158 5.505 22.32 5.505 26.448 0 47.9-21.391 48-47.816l0-0.010v-224c-0.003-17.096-8.943-32.102-22.402-40.603l-0.198-0.117zM384 816h-176v-128h176zM528 784.52l-48-25.2v-18.88l48-23.48zM865.96 318.040l-224-224c-8.684-8.675-20.677-14.040-33.922-14.040-0.013 0-0.027 0-0.040 0l-383.998-0c-44.183 0-80 35.817-80 80v0 304c0 26.51 21.49 48 48 48s48-21.49 48-48v0-288h304v192c0 26.51 21.49 48 48 48v0h192v432h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48c44.183 0 80-35.817 80-80v0-512c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l0 0zM640 228l92 92h-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-video-bold"]},"attrs":[{}],"properties":{"order":28749,"id":735,"name":"file-video-bold","prevSize":16,"code":60160},"setIdx":3,"setId":3,"iconIdx":512},{"icon":{"paths":["M349.2 624l-80 224c-6.832 18.721-24.483 31.846-45.2 31.846s-38.368-13.124-45.093-31.512l-0.107-0.333-80-224c-1.305-4.159-2.057-8.942-2.057-13.901 0-26.51 21.49-48 48-48 19.985 0 37.117 12.213 44.34 29.583l0.117 0.318 34.8 97.28 34.8-97.28c7.34-17.687 24.472-29.901 44.457-29.901 26.51 0 48 21.49 48 48 0 4.958-0.752 9.741-2.148 14.241l0.091-0.34zM848 784h-80v-16h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-48v-16h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-128c-26.51 0-48 21.49-48 48v0 224c0 26.51 21.49 48 48 48v0h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM576 560c-26.51 0-48 21.49-48 48v0 152c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-152c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 152c0 66.274 53.726 120 120 120s120-53.726 120-120v0-152c0-26.51-21.49-48-48-48v0zM144 432v-272c0-44.183 35.817-80 80-80v0h384c13.265 0.001 25.272 5.382 33.96 14.080l0 0 224 224c8.675 8.684 14.039 20.675 14.040 33.92l0 0v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-192c-26.51 0-48-21.49-48-48v0-192h-304v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM640 320h92l-92-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-vue-bold"]},"attrs":[{}],"properties":{"order":28750,"id":734,"name":"file-vue-bold","prevSize":16,"code":60161},"setIdx":3,"setId":3,"iconIdx":513},{"icon":{"paths":["M865.96 318.080l-224-224c-8.688-8.698-20.695-14.079-33.96-14.080l-384-0c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-512c-0.001-13.245-5.366-25.236-14.040-33.92l0 0zM732 320h-92v-92zM240 848v-672h304v192c0 26.51 21.49 48 48 48v0h192v432zM641.96 545.96l-61.96 62.040 62.080 62.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-62.080-62.040-62.040 62.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l62.040-62.080-61.96-62.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 61.96 62.040 62.040-62.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-x-bold"]},"attrs":[{}],"properties":{"order":28751,"id":733,"name":"file-x-bold","prevSize":16,"code":60162},"setIdx":3,"setId":3,"iconIdx":514},{"icon":{"paths":["M640 832c0 26.51-21.49 48-48 48v0h-112c-26.51 0-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48s48 21.49 48 48v0 176h64c26.51 0 48 21.49 48 48v0zM364 568.88c-7.761-5.622-17.473-8.993-27.972-8.993-16.047 0-30.255 7.875-38.971 19.971l-0.097 0.142-40.96 57.36-40.92-57.36c-8.827-12.208-23.027-20.059-39.060-20.059-26.542 0-48.059 21.517-48.059 48.059 0 10.509 3.373 20.231 9.096 28.14l-0.097-0.14 60 84-60 84c-5.626 7.769-8.999 17.491-8.999 28 0 26.542 21.517 48.059 48.059 48.059 16.033 0 30.233-7.851 38.963-19.919l0.097-0.14 40.92-57.52 40.96 57.52c8.827 12.208 23.027 20.059 39.060 20.059 26.542 0 48.059-21.517 48.059-48.059 0-10.509-3.373-20.231-9.096-28.14l0.097 0.14-60-84 60-84c5.654-7.775 9.044-17.514 9.044-28.044 0-16.052-7.88-30.264-19.982-38.979l-0.142-0.098zM854.12 697.080c-20.48-13.8-45.28-20.96-67.16-27.28-13.014-3.516-23.558-7.054-33.841-11.111l2.161 0.751c9.8-4.72 38.84-5.2 64.28 1.32 3.123 0.724 6.71 1.139 10.394 1.139 26.51 0 48-21.49 48-48 0-21.498-14.132-39.695-33.614-45.807l-0.34-0.092c-13.943-3.608-30.341-6.253-47.152-7.394l-0.848-0.046c-39.72-2.64-72 4.32-96.4 20.68-23.507 15.941-39.571 41.341-42.722 70.609l-0.038 0.431c-4.4 34.96 9.96 65.080 40.44 84.76 19.12 12.36 41.44 18.8 63 25.040 12 3.56 31.76 9.2 39.52 14.12-0.15 1.058-0.444 2.015-0.866 2.9l0.026-0.060c-5.48 6.2-38.32 7.16-65.56-0.24-4.122-1.281-8.862-2.019-13.773-2.019-26.51 0-48 21.49-48 48 0 22.221 15.1 40.916 35.598 46.382l0.335 0.076c19.413 5.437 41.725 8.625 64.762 8.76l0.078 0c25.84 0 54.92-4.68 78.92-20.6 24.026-16.053 40.484-41.82 43.76-71.556l0.040-0.444c4.88-37.28-9.8-69.28-41.080-90.32zM144 432v-272c0-44.183 35.817-80 80-80v0h384c0.011-0 0.024-0 0.038-0 13.245 0 25.238 5.365 33.923 14.040l-0-0 224 224c8.675 8.684 14.040 20.677 14.040 33.922 0 0.013-0 0.027-0 0.040l0-0.002v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-192c-26.51 0-48-21.49-48-48v0-192h-304v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM640 320h92l-92-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-xls-bold"]},"attrs":[{}],"properties":{"order":28752,"id":732,"name":"file-xls-bold","prevSize":16,"code":60163},"setIdx":3,"setId":3,"iconIdx":515},{"icon":{"paths":["M752 560h-64c-26.51 0-48 21.49-48 48v0 224c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h16c70.692 0 128-57.308 128-128s-57.308-128-128-128v0zM752 720h-16v-64h16c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM560 608v224c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM384 832c0 26.51-21.49 48-48 48v0h-128c-26.508-0.002-47.996-21.492-47.996-48 0-8.755 2.344-16.963 6.439-24.030l-0.123 0.23 86.96-152.2h-45.28c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c0.033-0 0.072-0 0.111-0 26.51 0 48 21.49 48 48 0 8.837-2.388 17.116-6.553 24.227l0.123-0.227-86.96 152h45.28c26.51 0 48 21.49 48 48v0zM865.96 318.080l-224-224c-8.688-8.698-20.695-14.079-33.96-14.080l-384-0c-44.183 0-80 35.817-80 80v0 272c0 26.51 21.49 48 48 48s48-21.49 48-48v0-256h304v192c0 26.51 21.49 48 48 48v0h192v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80c-0.001-13.245-5.366-25.236-14.040-33.92l0 0zM640 320v-92l92 92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-zip-bold"]},"attrs":[{}],"properties":{"order":28753,"id":731,"name":"file-zip-bold","prevSize":16,"code":60164},"setIdx":3,"setId":3,"iconIdx":516},{"icon":{"paths":["M896 848h-112.8c98.13-79.79 160.316-200.513 160.316-335.76 0-238.454-193.306-431.76-431.76-431.76s-431.76 193.306-431.76 431.76c0 238.454 193.306 431.76 431.76 431.76 0.086 0 0.172-0 0.258-0l383.987 0c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM176 512c0-185.568 150.432-336 336-336s336 150.432 336 336c0 185.568-150.432 336-336 336v0c-185.485-0.205-335.795-150.515-336-335.98l-0-0.020zM432 336c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0c-44.183 0-80-35.817-80-80v0zM512 768c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM608 512c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0c-44.183 0-80-35.817-80-80v0zM416 512c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["film-reel-bold"]},"attrs":[{}],"properties":{"order":28754,"id":730,"name":"film-reel-bold","prevSize":16,"code":60165},"setIdx":3,"setId":3,"iconIdx":517},{"icon":{"paths":["M800 80h-576c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-704c0-44.183-35.817-80-80-80v0zM784 848h-544v-672h544zM304 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM304 704c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM304 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["film-script-bold"]},"attrs":[{}],"properties":{"order":28755,"id":729,"name":"film-script-bold","prevSize":16,"code":60166},"setIdx":3,"setId":3,"iconIdx":518},{"icon":{"paths":["M864 400h-332.32l312.56-82.52c20.746-5.604 35.76-24.255 35.76-46.413 0-4.478-0.613-8.812-1.76-12.924l0.080 0.338-32.64-120c-9.649-33.972-40.396-58.438-76.857-58.438-7.232 0-14.24 0.963-20.901 2.767l0.559-0.129-609.32 160.8c-20.893 5.568-37.997 18.929-48.358 36.704l-0.202 0.376c-6.67 11.247-10.612 24.792-10.612 39.257 0 7.382 1.027 14.524 2.945 21.292l-0.133-0.549 29.2 107.44v352c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-352c0-26.51-21.49-48-48-48v0zM499.56 247.64l73.16 42.24-103.8 27.4-73.16-42.24zM757.36 179.64l15.64 57.4-68.52 18.080-73.16-42.28zM264 309.84l73.16 42.16-141.6 37.4-15.56-57.4zM816 784h-608v-288h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["film-slate-bold"]},"attrs":[{}],"properties":{"order":28756,"id":728,"name":"film-slate-bold","prevSize":16,"code":60167},"setIdx":3,"setId":3,"iconIdx":519},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM176 400h288v224h-288zM560 304v-64h96v64zM464 304h-96v-64h96zM464 720v64h-96v-64zM560 720h96v64h-96zM560 624v-224h288v224zM848 304h-96v-64h96zM272 240v64h-96v-64zM176 720h96v64h-96zM752 784v-64h96v64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["film-strip-bold"]},"attrs":[{}],"properties":{"order":28757,"id":727,"name":"film-strip-bold","prevSize":16,"code":60168},"setIdx":3,"setId":3,"iconIdx":520},{"icon":{"paths":["M640 512c-0.017 154.532-39.068 299.939-107.83 426.904l2.35-4.744c-8.159 15.535-24.181 25.95-42.636 25.95-26.51 0-48-21.49-48-48 0-8.526 2.223-16.532 6.12-23.472l-0.125 0.241c59.273-109.091 94.12-238.879 94.12-376.805 0-0.027-0-0.053-0-0.080l0 0.005c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0-70.692 57.308-128 128-128s128 57.308 128 128v0zM512 224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c105.993 0.114 191.886 86.007 192 191.989l0 0.011c0 30.48-1.44 61.28-4.28 91.48-0.149 1.419-0.234 3.067-0.234 4.734 0 24.916 18.984 45.398 43.277 47.771l0.197 0.016c1.52 0 3.040 0 4.56 0 24.89-0.036 45.337-19.010 47.704-43.283l0.016-0.197c3.16-33.2 4.72-67.040 4.72-100.52-0.182-158.97-128.992-287.795-287.94-288l-0.020-0zM384 368.92c9.351-8.78 15.176-21.221 15.176-35.023 0-26.51-21.49-48-48-48-11.931 0-22.844 4.353-31.24 11.557l0.064-0.054c-58.977 52.979-95.926 129.467-96 214.587l-0 0.013c0 0.036 0 0.079 0 0.121 0 85.674-22.425 166.11-61.725 235.759l1.245-2.4c-3.819 6.736-6.069 14.795-6.069 23.38 0 26.548 21.521 48.069 48.069 48.069 17.963 0 33.625-9.853 41.875-24.449l0.125-0.24c45.606-80.658 72.48-177.124 72.48-279.866 0-0.132-0-0.263-0-0.395l0 0.021c0.052-56.759 24.684-107.754 63.823-142.924l0.177-0.156zM424.4 625.32c-3.346-0.833-7.186-1.31-11.139-1.31-22.575 0-41.51 15.584-46.634 36.582l-0.068 0.329c-16.819 69.476-42.796 130.663-77.089 186.167l1.569-2.727c-4.395 7.11-7 15.731-7 24.96 0 26.51 21.49 48 48 48 17.281 0 32.429-9.132 40.881-22.833l0.119-0.207c37.656-60.741 67.564-131.157 85.922-206.107l1.038-5.013c0.833-3.346 1.31-7.186 1.31-11.139 0-22.575-15.584-41.51-36.582-46.634l-0.329-0.068zM731.32 721.6c-3.63-0.984-7.798-1.549-12.097-1.549-22.227 0-40.925 15.108-46.387 35.614l-0.076 0.335c-10.698 40.632-21.637 73.764-34.263 106.051l2.263-6.571c-2.004 5.088-3.166 10.981-3.166 17.145 0 20.327 12.635 37.703 30.48 44.702l0.326 0.113c5.057 2.025 10.918 3.2 17.054 3.2 0.037 0 0.075-0 0.112-0l-0.006 0c0.004 0 0.008 0 0.012 0 20.34 0 37.725-12.651 44.715-30.514l0.112-0.326c11.475-28.442 23.497-64.908 33.499-102.201l1.661-7.279c1.015-3.686 1.599-7.918 1.599-12.286 0-22.187-15.053-40.858-35.503-46.357l-0.336-0.077zM512 64c-246.53 0.268-446.458 199.41-447.999 445.614l-0.001 0.146c0 0.76 0 1.52 0 2.28 0 0.018 0 0.040 0 0.061 0 39.942-7.335 78.17-20.732 113.412l0.732-2.193c-1.972 5.050-3.115 10.897-3.115 17.011 0 26.51 21.49 48 48 48 20.629 0 38.219-13.014 45.007-31.279l0.108-0.332c16.222-42.285 25.735-91.192 26-142.287l0-0.113c0-0.76 0-1.52 0-2.28-0.001-0.297-0.001-0.648-0.001-1 0-194.405 157.596-352.001 352.001-352.001 194.053 0 351.431 157.027 352 350.947l0 0.055c0 0.64 0 1.32 0 2 0 0.096 0 0.21 0 0.324 0 86.903-9.823 171.511-28.42 252.776l1.46-7.58c-0.736 3.149-1.158 6.764-1.158 10.479 0 22.794 15.889 41.877 37.195 46.779l0.323 0.063c3.079 0.713 6.614 1.121 10.245 1.121 0.125 0 0.25-0 0.374-0.001l-0.019 0c22.778-0.021 41.84-15.903 46.737-37.197l0.063-0.323c18.454-79.379 29.087-170.558 29.2-264.201l0-0.079c0-0.72 0-1.44 0-2.16-0.273-247.322-200.681-447.744-447.972-448.040l-0.028-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fingerprint-bold"]},"attrs":[{}],"properties":{"order":28758,"id":726,"name":"fingerprint-bold","prevSize":16,"code":60169},"setIdx":3,"setId":3,"iconIdx":521},{"icon":{"paths":["M368 512c0 0.007 0 0.015 0 0.023 0 110.916-28.916 215.078-79.622 305.358l1.622-3.142c-8.356 14.864-24.024 24.74-42 24.74-26.521 0-48.020-21.499-48.020-48.020 0-8.545 2.232-16.569 6.145-23.521l-0.125 0.241c41.532-73.699 66-161.801 66-255.617 0-0.022-0-0.045-0-0.067l0 0.004c0.013-132.539 107.459-239.978 240-239.978 60.975 0 116.639 22.739 158.974 60.199l-0.254-0.221c9.985 8.839 16.247 21.688 16.247 36 0 26.514-21.494 48.007-48.007 48.007-12.202 0-23.341-4.552-31.811-12.051l0.051 0.044c-25.244-22.327-58.63-35.959-95.2-35.959-79.514 0-143.976 64.447-144 143.956l-0 0.002zM704.64 480h-0.64c-0.002-0-0.004-0-0.007-0-26.228 0-47.543 21.037-47.993 47.158l-0.001 0.042c-1.834 119.911-26.653 233.532-70.226 337.336l2.226-5.976c-2.527 5.649-3.998 12.242-3.998 19.179 0 26.51 21.49 48 48 48 20.272 0 37.608-12.566 44.645-30.334l0.113-0.325c45.749-108.132 73.211-233.726 75.23-365.492l0.010-0.788c0.004-0.239 0.007-0.521 0.007-0.804 0-26.301-21.153-47.661-47.375-47.996l-0.032-0zM455.76 804.84c-6.099-3.012-13.279-4.774-20.87-4.774-18.842 0-35.148 10.856-43.005 26.655l-0.126 0.279c-5.48 11.24-11.4 22.6-17.52 33.68-3.782 6.706-6.011 14.723-6.011 23.26 0 26.516 21.495 48.011 48.011 48.011 17.978 0 33.648-9.882 41.875-24.51l0.125-0.241c6.96-12.56 13.64-25.4 20-38.2 3.009-6.096 4.769-13.272 4.769-20.858 0-18.98-11.017-35.388-27.004-43.177l-0.285-0.125zM512 464c-26.51 0-48 21.49-48 48v0c0 0.078 0 0.171 0 0.264 0 58.447-6.926 115.276-20.001 169.711l1.001-4.936c-0.805 3.29-1.266 7.067-1.266 10.951 0 22.617 15.642 41.58 36.698 46.662l0.328 0.067c3.278 0.813 7.041 1.28 10.913 1.28 0.031 0 0.061-0 0.091-0l-0.005 0c22.601-0.025 41.541-15.666 46.613-36.713l0.067-0.327c13.701-56.053 21.56-120.404 21.56-186.591 0-0.13-0-0.26-0-0.39l0 0.021c0-26.51-21.49-48-48-48v0zM512 80c-0.1-0-0.22-0-0.339-0-44.83 0-88.065 6.828-128.721 19.502l3.060-0.822c-19.892 6.193-34.083 24.439-34.083 46 0 26.556 21.528 48.083 48.083 48.083 4.995 0 9.811-0.762 14.341-2.175l-0.341 0.092c29.249-9.216 62.884-14.525 97.76-14.525 185.561 0 336.015 150.315 336.24 335.823l0 0.022c0 0.143 0 0.311 0 0.479 0 86.814-9.97 171.299-28.828 252.373l1.468-7.491c-0.757 3.193-1.191 6.859-1.191 10.627 0 22.749 15.825 41.801 37.067 46.749l0.324 0.064c3.151 0.763 6.77 1.2 10.49 1.2 0.053 0 0.106-0 0.158-0l-0.008 0c22.735-0.003 41.777-15.811 46.736-37.035l0.064-0.325c18.89-80.007 29.72-171.869 29.72-266.26 0-0.134-0-0.268-0-0.402l0 0.022c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM273.88 206.96c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001c-77.773 77.699-125.882 185.079-125.882 303.696 0 0.473 0.001 0.945 0.002 1.417l-0-0.073c0.001 0.267 0.001 0.582 0.001 0.897 0 50.455-11.22 98.289-31.301 141.144l0.859-2.041c-3.062 6.142-4.854 13.379-4.854 21.035 0 26.51 21.49 48 48 48 19.655 0 36.55-11.813 43.974-28.726l0.121-0.308c24.752-52.528 39.201-114.095 39.201-179.036 0-0.339-0-0.678-0.001-1.017l0 0.053c-0.001-0.28-0.001-0.612-0.001-0.944 0-92.277 37.457-175.805 97.995-236.21l0.006-0.006c8.65-8.68 13.998-20.656 13.998-33.88 0-13.284-5.396-25.308-14.117-33.999l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fingerprint-simple-bold"]},"attrs":[{}],"properties":{"order":28759,"id":725,"name":"fingerprint-simple-bold","prevSize":16,"code":60170},"setIdx":3,"setId":3,"iconIdx":522},{"icon":{"paths":["M640 352h-256c-114.875 0-208 93.125-208 208s93.125 208 208 208v0h256c114.875 0 208-93.125 208-208s-93.125-208-208-208v0zM640 672h-256c-61.856 0-112-50.144-112-112s50.144-112 112-112v0h256c61.856 0 112 50.144 112 112s-50.144 112-112 112v0zM448 560c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM704 560c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM848 112c-62.321 0.002-115.395 39.594-135.443 94.997l-0.317 1.003h-400.48c-20.369-56.401-73.442-95.987-135.76-95.987-79.524 0-143.993 64.464-144 143.986l-0 0.001v304c0.228 194.313 157.687 351.772 351.978 352l256.022 0c194.313-0.228 351.772-157.687 352-351.978l0-0.022v-304c0-79.529-64.471-144-144-144v0zM896 560c-0.159 141.321-114.679 255.841-255.985 256l-256.015 0c-141.321-0.159-255.841-114.679-256-255.985l-0-0.015v-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 26.51 21.49 48 48 48v0h480c26.51 0 48-21.49 48-48v0c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["finn-the-human-bold"]},"attrs":[{}],"properties":{"order":28760,"id":724,"name":"finn-the-human-bold","prevSize":16,"code":60171},"setIdx":3,"setId":3,"iconIdx":523},{"icon":{"paths":["M710.48 638.4c-20.88 64.962-71.038 115.12-134.528 135.59l-1.472 0.41c-4.304 1.387-9.257 2.19-14.395 2.2l-0.005 0c-0.010 0-0.023 0-0.035 0-26.51 0-48-21.49-48-48 0-21.38 13.979-39.496 33.295-45.706l0.34-0.094c35.010-11.239 62.041-38.27 73.059-72.487l0.221-0.793c6.315-19.644 24.427-33.61 45.8-33.61 26.515 0 48.010 21.495 48.010 48.010 0 5.142-0.808 10.095-2.305 14.74l0.095-0.34zM880 576c0 203.241-164.759 368-368 368s-368-164.759-368-368v0c0-115.24 45.080-232.72 133.92-349.12 8.859-11.528 22.651-18.884 38.161-18.884 13.007 0 24.806 5.174 33.45 13.575l-0.011-0.011 78.76 76.44 79.72-218.44c6.913-18.567 24.487-31.553 45.094-31.553 11.696 0 22.415 4.183 30.742 11.135l-0.076-0.062c89.040 73.92 296.24 272.32 296.24 516.92zM784 576c0-166.84-122.44-313.56-210.080-397.16l-80.84 221.6c-6.913 18.566-24.487 31.552-45.094 31.552-13.001 0-24.794-5.169-33.438-13.563l0.012 0.011-91.72-89c-54.84 84.080-82.84 166.8-82.84 246.56 0 150.221 121.779 272 272 272s272-121.779 272-272v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fire-bold"]},"attrs":[{}],"properties":{"order":28761,"id":723,"name":"fire-bold","prevSize":16,"code":60172},"setIdx":3,"setId":3,"iconIdx":524},{"icon":{"paths":["M877.8 178.040l-197.52-59.24 59.72-27.080c16.695-7.775 28.059-24.41 28.059-43.7 0-26.542-21.517-48.059-48.059-48.059-7.253 0-14.13 1.607-20.296 4.483l0.296-0.124-167.12 76c-180.592 6.36-324.61 154.157-324.88 335.653l-0 0.027v416c0 26.51 21.49 48 48 48s48-21.49 48-48v0-112h64v208c0 44.183 35.817 80 80 80v0h192c44.183 0 80-35.817 80-80v0-512c-0.136-80.052-53.598-147.58-126.754-168.968l-1.246-0.312v-54.2l258.2 77.48c4.070 1.269 8.751 2 13.601 2 0.070 0 0.14-0 0.209-0l-0.011 0c26.49-0.025 47.955-21.506 47.955-48 0-21.572-14.23-39.82-33.815-45.87l-0.34-0.090zM304 624v-208c0.158-115.504 81.748-211.906 190.431-234.882l1.569-0.278v65.88c-74.417 21.677-127.892 89.219-128 169.267l-0 0.013v208zM464 912v-192h160v192zM624 416v208h-160v-208c0-44.183 35.817-80 80-80s80 35.817 80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fire-extinguisher-bold"]},"attrs":[{}],"properties":{"order":28762,"id":722,"name":"fire-extinguisher-bold","prevSize":16,"code":60173},"setIdx":3,"setId":3,"iconIdx":525},{"icon":{"paths":["M583.72 59.080c-8.246-6.874-18.953-11.047-30.635-11.047-20.598 0-38.165 12.974-44.976 31.196l-0.109 0.331-79.72 218.44-78.76-76.44c-8.633-8.391-20.432-13.564-33.439-13.564-15.51 0-29.302 7.357-38.077 18.771l-0.084 0.113c-88.84 116.4-133.92 233.88-133.92 349.12 0 203.241 164.759 368 368 368s368-164.759 368-368v0c0-244.6-207.2-443-296.28-516.92zM512 848c-150.157-0.159-271.841-121.843-272-271.985l-0-0.015c0-79.76 28-162.48 82.84-246.56l91.72 89c8.632 8.383 20.425 13.552 33.426 13.552 20.607 0 38.181-12.986 44.985-31.22l0.108-0.332 80.84-221.6c87.64 83.6 210.080 230.32 210.080 397.16-0.159 150.157-121.843 271.841-271.985 272l-0.015 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fire-simple-bold"]},"attrs":[{}],"properties":{"order":28763,"id":721,"name":"fire-simple-bold","prevSize":16,"code":60174},"setIdx":3,"setId":3,"iconIdx":526},{"icon":{"paths":["M864 336h-176v-176c0-44.183-35.817-80-80-80v0h-192c-44.183 0-80 35.817-80 80v0 176h-176c-44.183 0-80 35.817-80 80v0 192c0 44.183 35.817 80 80 80v0h176v176c0 44.183 35.817 80 80 80v0h192c44.183 0 80-35.817 80-80v0-176h176c44.183 0 80-35.817 80-80v0-192c0-44.183-35.817-80-80-80v0zM848 592h-208c-26.51 0-48 21.49-48 48v0 208h-160v-208c0-26.51-21.49-48-48-48v0h-208v-160h208c26.51 0 48-21.49 48-48v0-208h160v208c0 26.51 21.49 48 48 48v0h208z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["first-aid-bold"]},"attrs":[{}],"properties":{"order":28764,"id":720,"name":"first-aid-bold","prevSize":16,"code":60175},"setIdx":3,"setId":3,"iconIdx":527},{"icon":{"paths":["M864 240h-144v-32c0-61.856-50.144-112-112-112v0h-192c-61.856 0-112 50.144-112 112v0 32h-144c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM400 208c0-8.837 7.163-16 16-16v0h192c8.837 0 16 7.163 16 16v0 32h-224zM848 816h-672v-480h672zM656 576c0 26.51-21.49 48-48 48v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 48h48c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["first-aid-kit-bold"]},"attrs":[{}],"properties":{"order":28765,"id":719,"name":"first-aid-kit-bold","prevSize":16,"code":60176},"setIdx":3,"setId":3,"iconIdx":528},{"icon":{"paths":["M688 304c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM942.56 357.8c-7.16 112-40.32 206.12-98.56 280-84.56 107.44-217.76 166.76-396.24 176.64l-83.76 181.56c-7.76 16.638-24.333 27.969-43.556 28l-0.004 0q-1.64 0-3.24 0c-20.126-1.399-36.734-15.013-42.547-33.42l-0.093-0.34-56.64-184-184-56.76c-19.775-6.233-33.863-24.407-33.863-45.871 0-19.235 11.314-35.827 27.649-43.485l0.294-0.124 181.6-83.68c9.8-178.56 69.2-311.76 176.64-396.32 73.96-58.24 168-91.36 280-98.56 13.694-0.882 29.693-1.384 45.809-1.384 54.78 0 108.203 5.807 159.689 16.838l-4.978-0.894c30.684 6.819 54.421 30.556 61.14 60.707l0.1 0.533c10.14 46.507 15.947 99.929 15.947 154.708 0 16.131-0.504 32.145-1.496 48.026l0.109-2.175zM606.12 689c-16.884-10.147-31.486-21.592-44.524-34.604l0.004 0.004c-33.654-33.574-56.646-77.822-63.468-127.233l-0.132-1.167c-50.578-6.954-94.826-29.946-128.396-63.596l-0.004-0.004c-12.984-13.030-24.404-27.632-33.947-43.493l-0.573-1.027q-28 81.92-30.8 190.76c-0.485 18.785-11.69 34.841-27.705 42.316l-0.295 0.124-94.24 43.48 88.4 27.28c15.206 4.798 26.94 16.546 31.628 31.42l0.092 0.34 27.2 88.36 43.56-94.36c7.599-16.31 23.655-27.515 42.378-27.999l0.062-0.001q108.64-2.44 190.76-30.6zM836.28 187.72c-58.84-11.36-255.4-38.72-390.68 67.72-16.914 13.366-31.852 27.848-45.221 43.698l-0.379 0.462c-0.048 1.303-0.075 2.834-0.075 4.371 0 70.692 57.308 128 128 128 4.252 0 8.455-0.207 12.6-0.612l-0.526 0.042c1.373-0.139 2.967-0.219 4.579-0.219 26.51 0 48 21.49 48 48 0 1.612-0.080 3.206-0.235 4.778l0.016-0.199c-0.364 3.622-0.571 7.827-0.571 12.082 0 70.692 57.308 128 128 128 1.608 0 3.208-0.030 4.802-0.088l-0.23 0.007c16.254-13.688 30.683-28.561 43.512-44.761l0.488-0.639c106.68-135.12 79.28-331.76 67.92-390.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fish-bold"]},"attrs":[{}],"properties":{"order":28766,"id":718,"name":"fish-bold","prevSize":16,"code":60177},"setIdx":3,"setId":3,"iconIdx":529},{"icon":{"paths":["M688 304c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM809.48 678.44c-108.4 108.16-275.4 155.56-498.040 141.56q9.080 61.92 24 129.56c0.705 3.084 1.109 6.625 1.109 10.26 0 26.515-21.494 48.009-48.009 48.009-22.879 0-42.021-16.004-46.839-37.429l-0.061-0.321q-18.24-83.6-28.2-159.68-76-9.96-159.56-28.24c-21.745-4.879-37.749-24.021-37.749-46.9 0-26.515 21.494-48.009 48.009-48.009 3.635 0 7.176 0.404 10.581 1.17l-0.321-0.061q67.56 14.8 129.44 24c-13.76-222.56 33.64-389.48 141.84-497.92 180.92-181.4 466.040-130.84 521.36-118.88 30.741 6.881 54.519 30.659 61.299 60.863l0.101 0.537c11.96 55.32 62.52 340.44-118.92 521.44zM701.12 644.72c-81.423-19.399-151.524-59.823-206.579-115.218l-0.021-0.022c-55.398-55.102-95.818-125.211-114.648-203.717l-0.592-2.923c-65.96 92-92.32 226.040-78.8 400.56 174.52 13.56 308.6-12.76 400.68-78.72zM836.64 187.36c-36.706-7.215-78.912-11.344-122.082-11.344-21.053 0-41.877 0.982-62.428 2.902l2.631-0.199c-74.68 7.24-138.32 28-190.2 62.16 8.847 172.26 146.299 309.713 317.747 318.527l0.813 0.033c34.040-52 54.92-115.52 62.16-190.2 1.722-17.921 2.704-38.744 2.704-59.798 0-43.17-4.129-85.377-12.012-126.245l0.669 4.163z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fish-simple-bold"]},"attrs":[{}],"properties":{"order":28767,"id":717,"name":"fish-simple-bold","prevSize":16,"code":60178},"setIdx":3,"setId":3,"iconIdx":530},{"icon":{"paths":["M936.6 198.36c-8.643-13.523-23.579-22.36-40.578-22.36-0.008 0-0.015 0-0.023 0l-767.999-0c-0.007-0-0.015-0-0.023-0-26.51 0-48 21.49-48 48 0 13.997 5.991 26.594 15.548 35.368l0.035 0.032 156.44 143.44-159.28 172.6c-7.891 8.528-12.732 19.979-12.732 32.56 0 26.51 21.49 48 48 48 0.004 0 0.008-0 0.012-0l509.119 0-104.44 219.36c-3.267 6.313-5.183 13.781-5.183 21.696 0 26.51 21.49 48 48 48 19.417 0 36.141-11.529 43.7-28.115l0.123-0.3 320-672c2.954-6.048 4.68-13.159 4.68-20.674 0-9.496-2.758-18.348-7.516-25.799l0.115 0.193zM682.84 560h-445.2l117.64-127.44c7.907-8.531 12.757-19.993 12.757-32.587 0-14.003-5.996-26.606-15.562-35.381l-0.035-0.032-101.040-92.56h568.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flag-banner-bold"]},"attrs":[{}],"properties":{"order":28768,"id":716,"name":"flag-banner-bold","prevSize":16,"code":60179},"setIdx":3,"setId":3,"iconIdx":531},{"icon":{"paths":["M128.56 155.52c-10.169 8.849-16.56 21.814-16.56 36.271 0 0.074 0 0.147 0 0.221l-0-0.011v672c0 26.51 21.49 48 48 48s48-21.49 48-48v0-169.12c91.36-68.48 168.4-36.48 282.72 20 64.92 32 138.96 68.8 219.2 68.8 58.88 0 121.12-19.76 185.52-75.52 10.142-8.826 16.526-21.744 16.56-36.154l0-0.006v-480c0-0.003 0-0.006 0-0.010 0-26.51-21.49-48-48-48-12.053 0-23.068 4.442-31.498 11.779l0.058-0.049c-98.84 85.64-178.12 53.24-299.28-6.72-112.52-55.92-252.6-125.24-404.72 6.52zM816 649.040c-91.36 68.52-168.4 36.44-282.72-20-92.64-46-203.96-101.040-325.28-45.56v-368.72c91.36-68.48 168.4-36.48 282.72 20 64.92 32 138.96 68.8 219.2 68.8 0.112 0 0.245 0 0.378 0 38.351 0 74.701-8.567 107.24-23.891l-1.538 0.651z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flag-bold"]},"attrs":[{}],"properties":{"order":28769,"id":715,"name":"flag-bold","prevSize":16,"code":60180},"setIdx":3,"setId":3,"iconIdx":532},{"icon":{"paths":["M884 148c-5.863-2.75-12.733-4.355-19.977-4.355-12.045 0-23.054 4.436-31.481 11.765l0.058-0.050c-98.84 85.64-178.12 53.24-299.28-6.72-112.56-55.56-252.64-124.88-404.76 6.88-10.169 8.849-16.56 21.814-16.56 36.271 0 0.074 0 0.147 0 0.221l-0-0.011v672c0 26.51 21.49 48 48 48s48-21.49 48-48v0-169.16c91.36-68.52 168.4-36.44 282.72 20 64.92 32 138.96 68.8 219.2 68.8 58.88 0 121.12-19.76 185.52-75.52 10.132-8.817 16.513-21.719 16.56-36.112l0-0.008v-480c0.001-0.108 0.001-0.236 0.001-0.365 0-19.257-11.34-35.866-27.707-43.512l-0.295-0.124zM709.92 303.64c0.061 0 0.133 0 0.205 0 38.418 0 74.828-8.597 107.411-23.972l-1.536 0.652v144.64c-44 33-84.8 42.64-128 37.44v-159.76c7.24 0.6 14.56 1 21.92 1zM592 280.32v152.36c-18.56-8-38-17.6-58.72-28-26.723-14.256-60.084-29.509-94.348-42.962l-6.932-2.398v-152.32c18.56 8 38 17.6 58.72 28 26.768 14.283 60.13 29.523 94.404 42.948l6.876 2.372zM336 177.28v159.68c-6.507-0.594-14.074-0.933-21.72-0.933-38.561 0-75.109 8.616-107.825 24.028l1.546-0.655v-144.68c44-33.040 84.8-42.72 128-37.44zM314.080 560c-38.5 0.008-74.98 8.649-107.612 24.092l1.532-0.652v-112.6c44-33.040 84.8-42.68 128-37.48v127.76c-7.24-0.6-14.56-1.12-21.92-1.12zM432 583.44v-120.36c18.56 8 38 17.6 58.72 28 26.768 14.283 60.13 29.523 94.404 42.948l6.876 2.372v120.36c-18.56-8.2-38-17.6-58.72-28-26.817-14.322-60.18-29.563-94.462-42.972l-6.818-2.348zM688 686.48v-127.76c7.24 0.56 14.56 0.96 21.92 0.96 0.049 0 0.107 0 0.165 0 38.439 0 74.864-8.627 107.443-24.051l-1.528 0.651v112.76c-44 33.040-84.8 42.64-128 37.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flag-checkered-bold"]},"attrs":[{}],"properties":{"order":28770,"id":714,"name":"flag-checkered-bold","prevSize":16,"code":60181},"setIdx":3,"setId":3,"iconIdx":533},{"icon":{"paths":["M975.76 370.68l-736-256c-4.696-1.686-10.114-2.661-15.76-2.661-26.503 0-47.989 21.479-48 47.98l-0 0.001v704c0 26.51 21.49 48 48 48s48-21.49 48-48v0-157.88l703.76-244.8c18.9-6.736 32.186-24.476 32.186-45.32s-13.285-38.584-31.85-45.216l-0.335-0.104zM272 604.48v-376.96l541.88 188.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flag-pennant-bold"]},"attrs":[{}],"properties":{"order":28771,"id":713,"name":"flag-pennant-bold","prevSize":16,"code":60182},"setIdx":3,"setId":3,"iconIdx":534},{"icon":{"paths":["M706.76 194.88c-49.947-52.537-105.723-98.753-166.512-137.852l-3.568-2.148c-7.045-4.291-15.566-6.831-24.68-6.831s-17.635 2.54-24.893 6.951l0.213-0.12c-64.357 41.247-120.133 87.463-169.72 139.619l-0.36 0.381c-113.24 119-173.24 250.8-173.24 381.12 0 203.241 164.759 368 368 368s368-164.759 368-368v0c0-130.32-60-262.12-173.24-381.12zM400 736c0-53.32 22.12-105.040 65.8-153.8 14.135-15.678 29.236-29.867 45.435-42.734l0.765-0.586c16.964 13.453 32.065 27.642 45.907 42.989l0.293 0.331c43.68 48.76 65.8 100.48 65.8 153.8 0 61.856-50.144 112-112 112s-112-50.144-112-112v0zM719.36 751.76c0.36-5.2 0.64-10.44 0.64-15.76 0-185.040-176-292.68-183.32-297.16-7.045-4.291-15.566-6.831-24.68-6.831s-17.635 2.54-24.893 6.951l0.213-0.12c-7.32 4.48-183.32 112.12-183.32 297.16 0 5.32 0.28 10.56 0.64 15.76-40.184-46.948-64.64-108.397-64.64-175.557 0-0.071 0-0.143 0-0.214l-0 0.011c0-106.080 48.84-211.44 145.12-313.2 38.050-39.855 79.549-75.756 124.236-107.46l2.644-1.78c71.28 49.88 272 209.28 272 422.44 0 0.060 0 0.131 0 0.203 0 67.161-24.456 128.61-64.949 175.927l0.308-0.369z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flame-bold"]},"attrs":[{}],"properties":{"order":28772,"id":712,"name":"flame-bold","prevSize":16,"code":60183},"setIdx":3,"setId":3,"iconIdx":535},{"icon":{"paths":["M736 48h-448c-44.183 0-80 35.817-80 80v0 181.32c0.037 18.096 6.041 34.783 16.148 48.206l-0.148-0.206 80 106.68v432c0 44.183 35.817 80 80 80v0h256c44.183 0 80-35.817 80-80v0-432l80-106.68c9.959-13.217 15.963-29.904 16-47.991l0-0.009v-181.32c0-44.183-35.817-80-80-80v0zM720 144v64h-416v-64zM640 410.68c-9.959 13.217-15.963 29.904-16 47.991l-0 0.009v421.32h-224v-421.32c-0.037-18.096-6.041-34.783-16.148-48.206l0.148 0.206-80-106.68h416zM560 480v128c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-128c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flashlight-bold"]},"attrs":[{}],"properties":{"order":28773,"id":711,"name":"flashlight-bold","prevSize":16,"code":60184},"setIdx":3,"setId":3,"iconIdx":536},{"icon":{"paths":["M900.6 790.84l-244.6-407.6v-207.24h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-320c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v207.24l-244.6 407.6c-7.161 11.749-11.401 25.959-11.401 41.16 0 44.183 35.817 80 80 80 0 0 0.001-0 0.001-0l640 0c0 0 0 0 0.001 0 44.183 0 80-35.817 80-80 0-15.201-4.24-29.411-11.601-41.514l0.2 0.354zM560 176v220.56c0.003 9.115 2.546 17.635 6.96 24.892l-0.12-0.212 140.52 234.16c-43.16 3.44-100.6-5.24-173.68-42.24-56-28.32-109.84-45.32-161.080-51.040l84.56-140.88c4.294-7.045 6.837-15.565 6.84-24.679l0-0.001v-220.56zM220.24 816l95.76-159.24c52-4.44 110.48 9.68 174.48 42.080 78.44 39.68 145 53.24 199.4 53.24 0.353 0.001 0.77 0.002 1.188 0.002 24.611 0 48.534-2.946 71.435-8.505l-2.063 0.423 43.32 72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flask-bold"]},"attrs":[{}],"properties":{"order":28774,"id":710,"name":"flask-bold","prevSize":16,"code":60185},"setIdx":3,"setId":3,"iconIdx":537},{"icon":{"paths":["M832 112h-466.76c-0.064-0-0.139-0-0.215-0-22.023 0-41.952 8.961-56.341 23.436l-0.004 0.004-173.24 173.24c-14.479 14.393-23.44 34.322-23.44 56.345 0 0.076 0 0.151 0 0.227l-0-0.012v466.76c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-444l164-164h284v96h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h272c44.183 0 80-35.817 80-80v0-112h64zM512 464c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0zM512 656c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["floppy-disk-back-bold"]},"attrs":[{}],"properties":{"order":28775,"id":709,"name":"floppy-disk-back-bold","prevSize":16,"code":60186},"setIdx":3,"setId":3,"iconIdx":538},{"icon":{"paths":["M888.56 308.68l-173.24-173.24c-14.393-14.479-34.322-23.44-56.345-23.44-0.076 0-0.151 0-0.227 0l0.012-0h-466.76c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-466.76c0-0.064 0-0.139 0-0.215 0-22.023-8.961-41.952-23.436-56.341l-0.004-0.004zM656 816h-288v-192h288zM816 816h-64v-208c0-44.183-35.817-80-80-80v0h-320c-44.183 0-80 35.817-80 80v0 208h-64v-608h444l164 164zM656 320c0 26.51-21.49 48-48 48v0h-224c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h224c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["floppy-disk-bold"]},"attrs":[{}],"properties":{"order":28776,"id":708,"name":"floppy-disk-bold","prevSize":16,"code":60187},"setIdx":3,"setId":3,"iconIdx":539},{"icon":{"paths":["M993.96 286.040l-128-128c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 46.040 45.96h-76c-43.804 1.443-84.855 11.76-121.891 29.2l1.891-0.8c-57.96 26.76-131.24 84-151.24 203.68-10.76 64.68-42.32 109.6-93.72 133.56-12.342 5.842-26.734 10.701-41.753 13.854l-1.287 0.226c-22.984-72.291-89.515-123.748-168.065-123.748-97.202 0-176 78.798-176 176s78.798 176 176 176c81.251 0 149.642-55.057 169.901-129.899l0.284-1.232c28.686-4.288 54.537-12.032 78.668-22.913l-1.868 0.753c58.080-25.8 131.64-82.64 152.36-206.8 10.32-61.92 41.92-105.96 93.96-131 24.178-11.716 52.403-19.244 82.201-20.856l0.559-0.024h76l-46.080 46.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l128-128c8.733-8.694 14.138-20.726 14.138-34.020 0-13.274-5.388-25.29-14.097-33.979l-0.001-0.001zM192 784c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flow-arrow-bold"]},"attrs":[{}],"properties":{"order":28777,"id":707,"name":"flow-arrow-bold","prevSize":16,"code":60188},"setIdx":3,"setId":3,"iconIdx":540},{"icon":{"paths":["M862.56 512c45.371-32.267 74.612-84.65 74.612-143.863 0-97.202-78.798-176-176-176-26.811 0-52.222 5.995-74.966 16.718l1.073-0.455c-8.419-90.115-83.677-160.096-175.28-160.096s-166.861 69.981-175.227 159.397l-0.053 0.699c-21.67-10.268-47.081-16.263-73.892-16.263-97.202 0-176 78.798-176 176 0 59.213 29.241 111.596 74.072 143.497l0.541 0.366c-45.277 32.276-74.448 84.605-74.448 143.747 0 97.202 78.798 176 176 176 26.748 0 52.102-5.967 74.804-16.642l-1.075 0.455c8.419 90.115 83.677 160.096 175.28 160.096s166.861-69.981 175.227-159.397l0.053-0.699c21.627 10.22 46.981 16.187 73.728 16.187 97.202 0 176-78.798 176-176 0-59.142-29.172-111.471-73.911-143.383l-0.537-0.364zM432 512c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0c-44.183 0-80-35.817-80-80v0zM721.4 298.72c11.584-6.904 25.545-10.985 40.46-10.985 44.183 0 80 35.817 80 80 0 29.641-16.121 55.518-40.073 69.34l-0.387 0.206c-10.6 6.12-42.080 19.52-120.4 25.68-8.459-28.427-22.976-52.85-42.135-72.778l0.055 0.058c44.52-64.8 71.88-85.4 82.48-91.52zM512 144c44.183 0 80 35.817 80 80v0c0 12.24-4 46.2-37.96 117.12-12.611-3.246-27.088-5.11-42-5.11s-29.389 1.864-43.211 5.37l1.211-0.26c-34.040-70.92-38.040-104.88-38.040-117.12 0-44.183 35.817-80 80-80v0zM193.32 328c14.090-24.080 39.826-39.998 69.281-39.998 14.727 0 28.525 3.98 40.377 10.922l-0.378-0.204c10.6 6.12 37.96 26.72 82.48 91.52-19.104 19.87-33.621 44.293-41.759 71.472l-0.321 1.248c-78.32-6.16-109.8-19.56-120.4-25.68-24.080-14.090-39.998-39.826-39.998-69.281 0-14.727 3.98-28.525 10.922-40.377l-0.204 0.378zM302.6 725.28c-11.584 6.904-25.545 10.985-40.46 10.985-44.183 0-80-35.817-80-80 0-29.641 16.121-55.518 40.073-69.34l0.387-0.206c10.6-6.12 42.080-19.52 120.4-25.68 8.459 28.427 22.976 52.85 42.135 72.778l-0.055-0.058c-44.52 64.8-71.88 85.4-82.48 91.52zM512 880c-44.183 0-80-35.817-80-80v0c0-12.24 4-46.2 37.96-117.12 12.611 3.246 27.088 5.11 42 5.11s29.389-1.864 43.211-5.37l-1.211 0.26c34.040 70.92 38.040 104.88 38.040 117.12 0 44.183-35.817 80-80 80v0zM830.68 696c-14.090 24.080-39.826 39.998-69.281 39.998-14.727 0-28.525-3.98-40.377-10.922l0.378 0.204c-10.6-6.12-37.96-26.72-82.48-91.52 19.104-19.87 33.621-44.293 41.759-71.472l0.321-1.248c78.32 6.16 109.8 19.56 120.4 25.68 24.080 14.090 39.998 39.826 39.998 69.281 0 14.727-3.98 28.525-10.922 40.377l0.204-0.378z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flower-bold"]},"attrs":[{}],"properties":{"order":28778,"id":706,"name":"flower-bold","prevSize":16,"code":60189},"setIdx":3,"setId":3,"iconIdx":541},{"icon":{"paths":["M997.2 478.52c-10.414-18.001-27.326-31.262-47.454-36.675l-0.546-0.125c-21.994-5.941-47.29-9.472-73.371-9.719l-0.149-0.001c2.963-17.562 4.657-37.794 4.657-58.421 0-39.118-6.091-76.813-17.376-112.189l0.719 2.611c-10.706-32.804-41.025-56.088-76.782-56.088-6.014 0-11.875 0.659-17.513 1.908l0.536-0.1c-39.585 8.895-74.573 23.208-106.305 42.368l1.585-0.888c-26.957-48.899-62.22-89.907-104.305-122.533l-0.895-0.667c-13.218-9.947-29.91-15.93-48-15.93s-34.782 5.983-48.206 16.079l0.206-0.148c-42.98 33.293-78.243 74.301-104.178 121.186l-1.022 2.014c-30.112-18.273-65.056-32.599-102.229-41.066l-2.371-0.454c-5.099-1.148-10.956-1.806-16.966-1.806-35.771 0-66.1 23.303-76.633 55.556l-0.161 0.57c-10.566 32.765-16.657 70.461-16.657 109.579 0 20.627 1.694 40.859 4.949 60.564l-0.292-2.143c-26.269 0.237-51.607 3.769-75.763 10.201l2.123-0.481c-20.674 5.538-37.586 18.799-47.8 36.425l-0.2 0.375c-6.803 11.517-10.822 25.379-10.822 40.18 0 7.493 1.030 14.746 2.957 21.623l-0.135-0.563c14.2 52.64 57.6 152.64 188.56 230.88 129.28 77.36 243.68 77.36 304.96 77.36s175.040 0 304.28-77.36c130.96-78.24 174.36-178.24 188.56-230.88 1.8-6.329 2.835-13.597 2.835-21.107 0-14.781-4.009-28.627-10.999-40.508l0.204 0.375zM256.64 688.2c-89.16-53.28-125.4-116.52-140-157.4 10.912-1.833 23.483-2.881 36.3-2.881 7.698 0 15.307 0.378 22.811 1.116l-0.95-0.076c11.054 27.751 22.532 51.033 35.569 73.29l-1.369-2.53c23.288 39.877 49.218 74.377 78.624 105.563l-0.264-0.283c-10.16-5-20.4-10.6-30.72-16.8zM316 589.080c-8.4-12-16.48-24-24-37.16-62.52-109.12-56.64-196.16-44-244.88 28.162 8.396 52.727 20.078 75.013 34.914l-1.013-0.634c-11.433 39.73-18.008 85.365-18.008 132.535 0 0.993 0.003 1.985 0.009 2.977l-0.001-0.152c-0.003 0.699-0.005 1.527-0.005 2.354 0 38.998 4.374 76.974 12.658 113.465l-0.653-3.419zM512 741.080c-38.88-32.28-112-113.12-112-264.52 0-149.68 72-230.8 112-264.32 40 33.52 112 114.64 112 264.32 0 151.44-73.12 232.36-112 264.64zM708 589.080c7.631-33.072 12.005-71.048 12.005-110.046 0-0.828-0.002-1.655-0.006-2.482l0 0.128c0.005-0.839 0.008-1.832 0.008-2.825 0-47.17-6.575-92.805-18.859-136.037l0.851 3.502c21.273-14.211 45.837-25.905 72.044-33.813l1.956-0.507c12.52 48.76 18.4 136-44.24 244.92-7.36 13-15.44 25.36-23.76 37.16zM767.44 688.2c-10.24 6.12-20.36 11.64-30.32 16.64 29.013-30.856 54.838-65.303 76.584-102.429l1.456-2.691c11.668-19.727 23.146-43.009 32.915-67.164l1.285-3.596c6.554-0.663 14.163-1.041 21.86-1.041 12.816 0 25.388 1.048 37.634 3.062l-1.335-0.181c-14.76 40.88-51 104.12-140.16 157.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flower-lotus-bold"]},"attrs":[{}],"properties":{"order":28779,"id":705,"name":"flower-lotus-bold","prevSize":16,"code":60190},"setIdx":3,"setId":3,"iconIdx":542},{"icon":{"paths":["M832 176c-0.108-0-0.235-0-0.363-0-48.505 0-94.807 9.43-137.174 26.558l2.457-0.878c-63.2-97.6-158.88-146.32-163.44-148.6-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126c-4.56 2.28-100.24 51-163.44 148.6-39.91-16.25-86.212-25.68-134.717-25.68-0.128 0-0.255 0-0.383 0l0.020-0c-26.51 0-48 21.49-48 48v0 160c0.244 186.231 138.574 340.080 318.084 364.665l1.916 0.215v101.44l-122.52-61.24c-6.096-3.009-13.272-4.769-20.858-4.769-26.51 0-48 21.49-48 48 0 18.434 10.392 34.441 25.637 42.483l0.262 0.126 192 96c6.258 3.199 13.65 5.074 21.48 5.074s15.222-1.875 21.752-5.2l-0.272 0.126 192-96c16.192-7.943 27.142-24.308 27.142-43.231 0-26.51-21.49-48-48-48-8.075 0-15.685 1.994-22.363 5.517l0.262-0.126-122.52 61.24v-101.44c181.426-24.8 319.756-178.649 320-364.854l0-0.026v-160c0-26.51-21.49-48-48-48v0zM512 151.76c25.48 16.64 68.52 49.24 100.84 96.8-40.98 30.69-74.728 68.598-99.888 112.096l-0.952 1.784c-26.125-45.274-59.871-83.18-99.88-113.191l-0.96-0.689c32.32-47.56 75.36-80.16 100.84-96.8zM240 384v-107.76c128.092 23.768 223.829 134.558 224 267.741l0 0.019v107.76c-128.085-23.783-223.812-134.565-224-267.74l-0-0.020zM784 384c-0.188 133.195-95.915 243.977-222.317 267.5l-1.683 0.26v-107.76c0.171-133.201 95.907-243.992 222.317-267.5l1.683-0.26z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flower-tulip-bold"]},"attrs":[{}],"properties":{"order":28780,"id":704,"name":"flower-tulip-bold","prevSize":16,"code":60191},"setIdx":3,"setId":3,"iconIdx":543},{"icon":{"paths":["M749.52 848.84c1.861 4.917 2.938 10.601 2.938 16.536 0 26.51-21.49 48-48 48-21.594 0-39.858-14.26-45.888-33.876l-0.090-0.34-32-96c-1.861-4.917-2.938-10.601-2.938-16.536 0-26.51 21.49-48 48-48 21.594 0 39.858 14.26 45.888 33.876l0.090 0.34zM512 736c-26.51 0-48 21.49-48 48v0 112c0 26.51 21.49 48 48 48s48-21.49 48-48v0-112c0-26.51-21.49-48-48-48v0zM367.16 722.48c-4.52-1.555-9.728-2.452-15.146-2.452-21.076 0-38.98 13.584-45.434 32.474l-0.1 0.338-32 96c-1.861 4.917-2.938 10.601-2.938 16.536 0 26.51 21.49 48 48 48 21.594 0 39.858-14.26 45.888-33.876l0.090-0.34 32-96c1.555-4.52 2.452-9.728 2.452-15.146 0-21.076-13.584-38.98-32.474-45.434l-0.338-0.1zM1008 448c0 71.68-56.92 135.56-160.32 180-90.44 38.76-209.68 60-335.68 60s-245.24-21.36-335.68-60c-103.4-44.44-160.32-108.32-160.32-180 0-96.24 101.12-176 271.64-215.56 49.191-73.035 131.573-120.437 225.026-120.437 74.275 0 141.556 29.943 190.432 78.415l-0.018-0.018c12.827 12.679 24.397 26.573 34.542 41.515l0.618 0.965c169.36 39.68 269.76 119.32 269.76 215.12zM336 387.32v12c0.006 7.41 5.048 13.641 11.888 15.455l0.112 0.025c47.61 10.947 102.283 17.221 158.42 17.221 1.962 0 3.922-0.008 5.88-0.023l-0.3 0.002c1.815 0.016 3.96 0.025 6.107 0.025 55.948 0 110.44-6.232 162.82-18.039l-4.927 0.934c6.952-1.839 11.994-8.070 12-15.479l0-0.001v-15.44c0-97.202-78.798-176-176-176v0h-2.36c-95.76 1.24-173.64 81.72-173.64 179.32zM912 448c0-26.56-30.6-51.040-48.84-63.32-23.567-15.469-50.648-28.837-79.342-38.746l-2.578-0.774c1.746 11.662 2.748 25.129 2.76 38.828l0 0.012v15.72c0 0.053 0 0.116 0 0.178 0 52.738-36.66 96.914-85.887 108.433l-0.753 0.149c-53.864 12.423-115.717 19.543-179.233 19.543-2.154 0-4.307-0.008-6.457-0.025l0.33 0.002c-1.809 0.014-3.948 0.022-6.088 0.022-63.515 0-125.368-7.12-184.803-20.605l5.571 1.063c-50-11.653-86.68-55.838-86.68-108.591 0-0.045 0-0.091 0-0.136l-0 0.007v-12.28c0.018-15.022 1.21-29.752 3.489-44.119l-0.209 1.599c-31.352 10.699-58.499 24.067-83.544 40.39l1.424-0.87c-18.36 12.28-49.16 36.88-49.16 63.52 0 58.72 156 144 400 144s400-85.28 400-144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flying-saucer-bold"]},"attrs":[{}],"properties":{"order":28781,"id":703,"name":"flying-saucer-bold","prevSize":16,"code":60192},"setIdx":3,"setId":3,"iconIdx":544},{"icon":{"paths":["M864 272h-330.44l-104-117.16c-14.72-16.5-36.044-26.84-59.783-26.84-0.076 0-0.152 0-0.228 0l0.012-0h-209.56c-44.183 0-80 35.817-80 80v0 594.48c0.068 42.786 34.734 77.452 77.513 77.52l0.007 0h710.040c42.198-0.046 76.395-34.242 76.44-76.436l0-0.004v-451.56c0-44.183-35.817-80-80-80v0zM176 224h186.44l42.68 48h-229.12zM848 784h-672v-416h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-bold"]},"attrs":[{}],"properties":{"order":28782,"id":702,"name":"folder-bold","prevSize":16,"code":60193},"setIdx":3,"setId":3,"iconIdx":545},{"icon":{"paths":["M400 832c0 26.51-21.49 48-48 48v0h-194.48c-42.786-0.068-77.452-34.734-77.52-77.513l-0-0.007v-34.48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h176c26.51 0 48 21.49 48 48v0zM640 784h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM896 560c-26.51 0-48 21.49-48 48v0 176h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h67.56c42.198-0.046 76.395-34.242 76.44-76.436l0-0.004v-195.56c0-26.51-21.49-48-48-48v0zM864 272h-192c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-96c0-44.183-35.817-80-80-80v0zM128 656c26.51 0 48-21.49 48-48v0-128c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48v0zM80 320v-112c0-44.183 35.817-80 80-80v0h209.64c23.73 0.007 45.045 10.345 59.691 26.761l0.069 0.079 118.6 133.16c7.585 8.453 12.223 19.685 12.223 32.001 0 26.51-21.49 48-48 48-0.079 0-0.157-0-0.236-0.001l0.012 0h-384c-26.51 0-48-21.49-48-48v0zM176 272h229.12l-42.68-48h-186.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-dashed-bold"]},"attrs":[{}],"properties":{"order":28783,"id":701,"name":"folder-dashed-bold","prevSize":16,"code":60194},"setIdx":3,"setId":3,"iconIdx":546},{"icon":{"paths":["M896 608h-16v-16c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 16h-16c-26.51 0-48 21.49-48 48v0 176c0 26.51 21.49 48 48 48v0h288c26.51 0 48-21.49 48-48v0-176c0-26.51-21.49-48-48-48v0zM720 592c0-17.673 14.327-32 32-32s32 14.327 32 32v0 16h-64zM848 784h-192v-80h192zM864 272h-330.44l-104-117.16c-14.72-16.5-36.044-26.84-59.783-26.84-0.076 0-0.152 0-0.228 0l0.012-0h-209.56c-44.183 0-80 35.817-80 80v0 594.48c0.068 42.786 34.734 77.452 77.513 77.52l0.007 0h260.72c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-242.24v-416h672c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16c0-44.183-35.817-80-80-80v0zM176 272v-48h186.44l42.68 48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-lock-bold"]},"attrs":[{}],"properties":{"order":28784,"id":700,"name":"folder-lock-bold","prevSize":16,"code":60195},"setIdx":3,"setId":3,"iconIdx":547},{"icon":{"paths":["M368 576c0-26.51 21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0zM944 352v451.56c-0.046 42.198-34.242 76.395-76.436 76.44l-710.044 0c-42.786-0.068-77.452-34.734-77.52-77.513l-0-0.007v-594.48c0-44.183 35.817-80 80-80v0h209.64c0.064-0 0.14-0 0.217-0 23.739 0 45.063 10.34 59.714 26.762l0.069 0.079 104 117.16h330.36c44.183 0 80 35.817 80 80v0zM176 272h229.12l-42.68-48h-186.44zM848 368h-672v416h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-minus-bold"]},"attrs":[{}],"properties":{"order":28785,"id":699,"name":"folder-minus-bold","prevSize":16,"code":60196},"setIdx":3,"setId":3,"iconIdx":548},{"icon":{"paths":["M864 272h-336l-106.68-80c-13.217-9.959-29.904-15.963-47.991-16l-0.009-0h-213.32c-44.183 0-80 35.817-80 80v0 544c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM176 272h192l64 48-64 48h-192zM848 784h-672v-320h197.32c18.096-0.037 34.783-6.041 48.206-16.148l-0.206 0.148 106.68-80h320z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-notch-bold"]},"attrs":[{}],"properties":{"order":28786,"id":698,"name":"folder-notch-bold","prevSize":16,"code":60197},"setIdx":3,"setId":3,"iconIdx":549},{"icon":{"paths":["M864 272h-336l-106.68-80c-13.217-9.959-29.904-15.963-47.991-16l-0.009-0h-213.32c-44.183 0-80 35.817-80 80v0 544c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM176 272h192l64 48-64 48h-192zM848 784h-672v-320h197.32c18.096-0.037 34.783-6.041 48.206-16.148l-0.206 0.148 106.68-80h320zM608 560c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48s21.49-48 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-notch-minus-bold"]},"attrs":[{}],"properties":{"order":28787,"id":697,"name":"folder-notch-minus-bold","prevSize":16,"code":60198},"setIdx":3,"setId":3,"iconIdx":550},{"icon":{"paths":["M992.92 449.24c-14.702-20.235-38.288-33.24-64.911-33.24-0.003 0-0.006 0-0.009 0l-48-0v-64c0-44.183-35.817-80-80-80v0h-272l-106.64-80c-13.217-9.959-29.904-15.963-47.991-16l-0.009-0h-213.36c-44.183 0-80 35.817-80 80v0 576c0 26.51 21.49 48 48 48v0h716.4c0.019 0 0.042 0 0.065 0 20.774 0 38.466-13.197 45.149-31.666l0.106-0.334 114.2-326.56c2.62-7.572 4.132-16.299 4.132-25.379 0-17.585-5.674-33.846-15.291-47.050l0.159 0.229zM368 272l106.68 80c13.217 9.959 29.904 15.963 47.991 16l0.009 0h261.32v48h-198.28c-0.005-0-0.012-0-0.018-0-16.542 0-31.911 5.020-44.667 13.621l0.284-0.181-76 50.56h-187.64c-0.076-0-0.167-0-0.258-0-33.215 0-61.681 20.333-73.629 49.232l-0.194 0.529-27.6 65.32v-323.080zM810.36 784h-609.96l88-208h182.040c0.005 0 0.012 0 0.018 0 16.542 0 31.911-5.020 44.667-13.621l-0.284 0.181 76-50.56h314.92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-notch-open-bold"]},"attrs":[{}],"properties":{"order":28788,"id":696,"name":"folder-notch-open-bold","prevSize":16,"code":60199},"setIdx":3,"setId":3,"iconIdx":551},{"icon":{"paths":["M864 272h-336l-106.68-80c-13.217-9.959-29.904-15.963-47.991-16l-0.009-0h-213.32c-44.183 0-80 35.817-80 80v0 544c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM176 272h192l64 48-64 48h-192zM848 784h-672v-320h197.32c18.096-0.037 34.783-6.041 48.206-16.148l-0.206 0.148 106.68-80h320zM560 496v48h48c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-notch-plus-bold"]},"attrs":[{}],"properties":{"order":28789,"id":695,"name":"folder-notch-plus-bold","prevSize":16,"code":60200},"setIdx":3,"setId":3,"iconIdx":552},{"icon":{"paths":["M992.92 449.24c-14.702-20.235-38.288-33.24-64.911-33.24-0.003 0-0.006 0-0.009 0l-48-0v-64c0-44.183-35.817-80-80-80v0h-272l-106.64-80c-13.217-9.959-29.904-15.963-47.991-16l-0.009-0h-213.36c-44.183 0-80 35.817-80 80v0 576c0 26.51 21.49 48 48 48v0h716.4c0.019 0 0.042 0 0.065 0 20.774 0 38.466-13.197 45.149-31.666l0.106-0.334 114.2-326.56c2.62-7.572 4.132-16.299 4.132-25.379 0-17.585-5.674-33.846-15.291-47.050l0.159 0.229zM368 272l106.68 80c13.217 9.959 29.904 15.963 47.991 16l0.009 0h261.32v48h-504.92c-34.989 0.003-64.73 22.467-75.59 53.758l-0.17 0.562-27.32 78.28v-276.6zM810.36 784h-614.8l94.88-272h615.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-open-bold"]},"attrs":[{}],"properties":{"order":28790,"id":694,"name":"folder-open-bold","prevSize":16,"code":60201},"setIdx":3,"setId":3,"iconIdx":553},{"icon":{"paths":["M864 272h-330.44l-104-117.16c-14.72-16.5-36.044-26.84-59.783-26.84-0.076 0-0.152 0-0.228 0l0.012-0h-209.56c-44.183 0-80 35.817-80 80v0 594.48c0.068 42.786 34.734 77.452 77.513 77.52l0.007 0h710.040c42.198-0.046 76.395-34.242 76.44-76.436l0-0.004v-451.56c0-44.183-35.817-80-80-80v0zM362.44 224l42.68 48h-229.12v-48zM848 784h-672v-416h672zM560 480v48h48c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-plus-bold"]},"attrs":[{}],"properties":{"order":28791,"id":693,"name":"folder-plus-bold","prevSize":16,"code":60202},"setIdx":3,"setId":3,"iconIdx":554},{"icon":{"paths":["M912 224h-272l-106.68-80c-13.217-9.959-29.904-15.963-47.991-16l-0.009-0h-181.32c-44.183 0-80 35.817-80 80v0 80h-80c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h611.56c42.198-0.046 76.395-34.242 76.44-76.436l0-0.004v-83.56h83.56c42.198-0.046 76.395-34.242 76.44-76.436l0-0.004v-355.56c0-44.183-35.817-80-80-80v0zM736 800h-576v-416h160l106.68 80c13.217 9.959 29.904 15.963 47.991 16l0.009 0h261.32zM896 640h-64v-176c0-44.183-35.817-80-80-80v0h-272l-106.68-80c-13.217-9.959-29.904-15.963-47.991-16l-0.009-0h-5.32v-64h160l106.68 80c13.217 9.959 29.904 15.963 47.991 16l0.009 0h261.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folders-bold"]},"attrs":[{}],"properties":{"order":28792,"id":692,"name":"folders-bold","prevSize":16,"code":60203},"setIdx":3,"setId":3,"iconIdx":555},{"icon":{"paths":["M864 272h-336l-106.68-80c-13.217-9.959-29.904-15.963-47.991-16l-0.009-0h-213.32c-44.183 0-80 35.817-80 80v0 544c0 44.183 35.817 80 80 80v0h707.56c42.198-0.046 76.395-34.242 76.44-76.436l0-0.004v-451.56c0-44.183-35.817-80-80-80v0zM848 784h-672v-512h192l106.68 80c13.217 9.959 29.904 15.963 47.991 16l0.009 0h325.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-bold"]},"attrs":[{}],"properties":{"order":28793,"id":691,"name":"folder-simple-bold","prevSize":16,"code":60204},"setIdx":3,"setId":3,"iconIdx":556},{"icon":{"paths":["M80 320v-64c0-44.183 35.817-80 80-80v0h213.32c18.096 0.037 34.783 6.041 48.206 16.148l-0.206-0.148 119.48 89.6c11.711 8.85 19.2 22.75 19.2 38.4 0 26.51-21.49 48-48 48-10.86 0-20.878-3.607-28.921-9.687l0.121 0.087-115.2-86.4h-192v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM352 784h-176v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 34.48c0.068 42.786 34.734 77.452 77.513 77.52l0.007 0h194.48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM640 784h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM896 560c-26.51 0-48 21.49-48 48v0 176h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h67.56c42.198-0.046 76.395-34.242 76.44-76.436l0-0.004v-195.56c0-26.51-21.49-48-48-48v0zM864 272h-192c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-96c0-44.183-35.817-80-80-80v0zM128 656c26.51 0 48-21.49 48-48v0-128c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-dashed-bold"]},"attrs":[{}],"properties":{"order":28794,"id":690,"name":"folder-simple-dashed-bold","prevSize":16,"code":60205},"setIdx":3,"setId":3,"iconIdx":557},{"icon":{"paths":["M944 352v16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0h-325.32c-18.096-0.037-34.783-6.041-48.206-16.148l0.206 0.148-106.68-80h-192v512h240c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-44.183 0-80-35.817-80-80v0-544c0-44.183 35.817-80 80-80v0h213.32c18.096 0.037 34.783 6.041 48.206 16.148l-0.206-0.148 106.68 80h336c44.183 0 80 35.817 80 80v0zM944 656v176c0 26.51-21.49 48-48 48v0h-288c-26.51 0-48-21.49-48-48v0-176c0-26.51 21.49-48 48-48v0h16v-16c0-70.692 57.308-128 128-128s128 57.308 128 128v0 16h16c26.51 0 48 21.49 48 48v0zM720 608h64v-16c0-17.673-14.327-32-32-32s-32 14.327-32 32v0zM848 704h-192v80h192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-lock-bold"]},"attrs":[{}],"properties":{"order":28795,"id":689,"name":"folder-simple-lock-bold","prevSize":16,"code":60206},"setIdx":3,"setId":3,"iconIdx":558},{"icon":{"paths":["M416 528h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48s21.49-48 48-48v0zM944 352v451.56c-0.046 42.198-34.242 76.395-76.436 76.44l-707.564 0c-44.183 0-80-35.817-80-80v0-544c0-44.183 35.817-80 80-80v0h213.32c18.096 0.037 34.783 6.041 48.206 16.148l-0.206-0.148 106.68 80h336c44.183 0 80 35.817 80 80v0zM848 368h-325.32c-18.096-0.037-34.783-6.041-48.206-16.148l0.206 0.148-106.68-80h-192v512h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-minus-bold"]},"attrs":[{}],"properties":{"order":28796,"id":688,"name":"folder-simple-minus-bold","prevSize":16,"code":60207},"setIdx":3,"setId":3,"iconIdx":559},{"icon":{"paths":["M864 272h-336l-106.68-80c-13.217-9.959-29.904-15.963-47.991-16l-0.009-0h-213.32c-44.183 0-80 35.817-80 80v0 544c0 44.183 35.817 80 80 80v0h707.56c42.198-0.046 76.395-34.242 76.44-76.436l0-0.004v-451.56c0-44.183-35.817-80-80-80v0zM848 784h-672v-512h192l106.68 80c13.217 9.959 29.904 15.963 47.991 16l0.009 0h325.32zM512 432c26.51 0 48 21.49 48 48v0 48h48c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-48c0-26.51 21.49-48 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-plus-bold"]},"attrs":[{}],"properties":{"order":28797,"id":687,"name":"folder-simple-plus-bold","prevSize":16,"code":60208},"setIdx":3,"setId":3,"iconIdx":560},{"icon":{"paths":["M480 832c0 26.51-21.49 48-48 48v0h-272c-44.183 0-80-35.817-80-80v0-544c0-44.183 35.817-80 80-80v0h213.32c18.096 0.037 34.783 6.041 48.206 16.148l-0.206-0.148 106.68 80h336c44.183 0 80 35.817 80 80v0 80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-64h-325.32c-18.096-0.037-34.783-6.041-48.206-16.148l0.206 0.148-106.68-80h-192v512h256c26.51 0 48 21.49 48 48v0zM958.56 683.48l-82.32 68 25 101.040c0.887 3.452 1.397 7.414 1.397 11.495 0 26.51-21.49 48-48 48-8.965 0-17.357-2.458-24.537-6.737l0.22 0.122-94.32-55.56-94.32 55.52c-6.96 4.157-15.351 6.615-24.317 6.615-26.51 0-48-21.49-48-48 0-4.081 0.509-8.044 1.468-11.827l-0.071 0.332 25-101.040-82.32-68c-10.69-8.868-17.447-22.155-17.447-37.021 0-25.217 19.446-45.892 44.16-47.849l0.167-0.011 109.68-8.48 42-97.12c7.594-17.104 24.429-28.817 44-28.817s36.406 11.713 43.879 28.511l0.121 0.306 41.92 97.16 109.68 8.48c24.882 1.967 44.327 22.642 44.327 47.859 0 14.865-6.757 28.152-17.368 36.957l-0.079 0.064zM805.76 685.16l-20-1.56c-18.128-1.448-33.299-12.77-40.239-28.532l-0.121-0.308-9.32-21.6-9.32 21.6c-7.067 16.081-22.256 27.407-40.233 28.829l-0.167 0.011-20 1.56 13.92 11.48c10.666 8.868 17.406 22.14 17.406 36.987 0 4.095-0.513 8.070-1.478 11.865l0.072-0.332-4.84 19.56 20.28-12c6.97-4.173 15.377-6.641 24.36-6.641s17.39 2.468 24.579 6.762l-0.219-0.121 20.28 12-4.72-19.56c-0.893-3.463-1.406-7.438-1.406-11.533 0-14.847 6.74-28.119 17.328-36.924l0.078-0.063z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-star-bold"]},"attrs":[{}],"properties":{"order":28798,"id":686,"name":"folder-simple-star-bold","prevSize":16,"code":60209},"setIdx":3,"setId":3,"iconIdx":561},{"icon":{"paths":["M882.040 791.76c18.712-24.059 30-54.7 30-87.977 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 33.277 11.288 63.918 30.243 88.302l-0.243-0.325c-28.878 23.053-50.123 54.571-60.033 90.772l-0.287 1.228c-1.016 3.686-1.6 7.919-1.6 12.288 0 22.129 14.974 40.76 35.343 46.314l0.337 0.078c3.606 0.991 7.747 1.56 12.020 1.56 0.063 0 0.126-0 0.189-0l-0.010 0c22.116-0.015 40.731-14.985 46.282-35.343l0.078-0.337c9.64-35.52 43.040-60.32 81.64-60.32s72 24.8 81.6 60.32c5.897 20.307 24.333 34.899 46.178 34.899 26.51 0 48-21.49 48-48 0-4.112-0.517-8.103-1.49-11.911l0.072 0.332c-10.207-37.388-31.451-68.865-59.967-91.608l-0.353-0.272zM768 656c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM944 352v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-64h-325.32c-18.097-0.031-34.785-6.036-48.205-16.148l0.205 0.148-106.68-80h-192v512h272c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-288c-44.183 0-80-35.817-80-80v0-544c0-44.183 35.817-80 80-80v0h213.32c18.096 0.037 34.783 6.041 48.206 16.148l-0.206-0.148 106.68 80h336c44.183 0 80 35.817 80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-user-bold"]},"attrs":[{}],"properties":{"order":28799,"id":685,"name":"folder-simple-user-bold","prevSize":16,"code":60210},"setIdx":3,"setId":3,"iconIdx":562},{"icon":{"paths":["M450.24 784h-274.24v-416h672v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-96c0-44.183-35.817-80-80-80v0h-330.44l-104-117.16c-14.72-16.5-36.044-26.84-59.783-26.84-0.048 0-0.096 0-0.144 0l0.007-0h-209.64c-44.183 0-80 35.817-80 80v0 594.48c0.068 42.786 34.734 77.452 77.513 77.52l0.007 0h292.72c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM176 224h186.44l42.68 48h-229.12zM973.76 632c-5.966-18.419-22.276-31.793-41.913-33.349l-0.167-0.011-109.68-8.48-42-97.16c-7.594-17.104-24.429-28.817-44-28.817s-36.406 11.713-43.879 28.511l-0.121 0.306-42 97.12-109.68 8.48c-24.882 1.967-44.327 22.642-44.327 47.859 0 14.865 6.757 28.152 17.368 36.957l0.079 0.064 82.32 68-25 101.040c-0.887 3.452-1.397 7.414-1.397 11.495 0 26.51 21.49 48 48 48 8.965 0 17.357-2.458 24.537-6.737l-0.22 0.122 94.32-55.56 94.32 55.52c6.96 4.157 15.351 6.615 24.317 6.615 26.51 0 48-21.49 48-48 0-4.081-0.509-8.044-1.468-11.827l0.071 0.332-25-101.040 82.32-68c10.676-8.868 17.423-22.146 17.423-37.001 0-5.157-0.813-10.123-2.318-14.779l0.095 0.34zM792 696.64c-10.666 8.868-17.406 22.14-17.406 36.987 0 4.095 0.513 8.070 1.478 11.865l-0.072-0.332 4.84 19.56-20.28-12c-6.976-4.15-15.382-6.602-24.36-6.602s-17.384 2.453-24.583 6.725l0.223-0.122-20.28 12 4.84-19.56c0.893-3.463 1.406-7.438 1.406-11.533 0-14.847-6.74-28.119-17.328-36.924l-0.078-0.063-13.92-11.48 20-1.56c18.144-1.433 33.333-12.759 40.279-28.532l0.121-0.308 9.32-21.6 9.32 21.6c7.061 16.070 22.232 27.392 40.191 28.829l0.169 0.011 20 1.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-star-bold"]},"attrs":[{}],"properties":{"order":28800,"id":684,"name":"folder-star-bold","prevSize":16,"code":60211},"setIdx":3,"setId":3,"iconIdx":563},{"icon":{"paths":["M882.040 791.76c18.712-24.059 30-54.7 30-87.977 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 33.277 11.288 63.918 30.243 88.302l-0.243-0.325c-28.878 23.053-50.123 54.571-60.033 90.772l-0.287 1.228c-1.016 3.686-1.6 7.919-1.6 12.288 0 22.129 14.974 40.76 35.343 46.314l0.337 0.078c3.606 0.991 7.747 1.56 12.020 1.56 0.063 0 0.126-0 0.189-0l-0.010 0c22.116-0.015 40.731-14.985 46.282-35.343l0.078-0.337c9.64-35.52 43.040-60.32 81.64-60.32s72 24.8 81.6 60.32c5.897 20.307 24.333 34.899 46.178 34.899 26.51 0 48-21.49 48-48 0-4.112-0.517-8.103-1.49-11.911l0.072 0.332c-10.207-37.388-31.451-68.865-59.967-91.608l-0.353-0.272zM768 656c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM864 272h-330.44l-104-117.16c-14.72-16.5-36.044-26.84-59.783-26.84-0.048 0-0.096 0-0.144 0l0.007-0h-209.64c-44.183 0-80 35.817-80 80v0 594.44c0.045 42.803 34.72 77.492 77.513 77.56l0.007 0h292.72c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-274.24v-416h672v64c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80c0-44.183-35.817-80-80-80v0zM176 272v-48h186.44l42.68 48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-user-bold"]},"attrs":[{}],"properties":{"order":28801,"id":683,"name":"folder-user-bold","prevSize":16,"code":60212},"setIdx":3,"setId":3,"iconIdx":564},{"icon":{"paths":["M932.24 212.72c-10.868-61.937-59.023-110.092-120.071-120.83l-0.889-0.13c-60.96-10.32-155-19.12-257.040-2.44-123.6 20.24-228 72.24-310.24 154.68s-134.36 186.72-154.6 310.32c-16.68 102.040-8 196 2.44 257.040 10.868 61.937 59.023 110.092 120.071 120.83l0.889 0.13c41.708 7.396 89.745 11.644 138.767 11.68l0.033 0c0.402 0.001 0.878 0.001 1.354 0.001 41.243 0 81.694-3.39 121.090-9.906l-4.283 0.585c123.6-20.24 228-72.24 310.32-154.6s134.36-186.72 154.6-310.32c16.68-102.040 7.88-196.080-2.44-257.040zM837.6 228.72c5.421 30.271 9.154 65.946 10.367 102.259l0.033 1.261-156.28-156.24c37.596 1.285 73.261 5.075 108.109 11.232l-4.589-0.672c21.623 3.834 38.444 20.601 42.312 41.882l0.048 0.318zM186.4 795.24c-5.422-30.261-9.155-65.922-10.367-102.221l-0.033-1.259 156.24 156.24c-37.592-1.29-73.245-5.065-108.088-11.191l4.608 0.671c-21.634-3.839-38.459-20.624-42.312-41.923l-0.048-0.317zM712.2 712.2c-44 44-125.24 104.64-252.8 127.32l-274.92-274.92c22.68-127.56 83.52-208.88 127.52-252.6s125.2-104.64 252.8-127.32l274.92 274.92c-22.88 127.36-83.72 208.68-127.52 252.6zM657.96 366.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-29.96 29.96 14.080 14.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-14.080-14.040-28 28 14.080 14.080c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-14.080-14.080-30.080 30.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l30.080-30.080-14.080-14.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 14.080 14.040 28-28-14.080-14.080c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l14.080 14.080 30.080-30.080c8.68-8.65 20.656-13.998 33.88-13.998 13.284 0 25.308 5.396 33.999 14.117l0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["football-bold"]},"attrs":[{}],"properties":{"order":28802,"id":682,"name":"football-bold","prevSize":16,"code":60213},"setIdx":3,"setId":3,"iconIdx":565},{"icon":{"paths":["M848 720h-224c-26.51 0-48 21.49-48 48v0 48c0 88.366 71.634 160 160 160s160-71.634 160-160v0-48c0-26.51-21.49-48-48-48v0zM736 880c-35.346 0-64-28.654-64-64v0h128c0 35.346-28.654 64-64 64v0zM400 624h-224c-26.51 0-48 21.49-48 48v0 48c0 88.366 71.634 160 160 160s160-71.634 160-160v0-48c0-26.51-21.49-48-48-48v0zM288 784c-35.346 0-64-28.654-64-64v0h128c0 35.346-28.654 64-64 64v0zM288 48c-56.24 0-110.8 49.32-149.64 135.32-49.8 110.28-67.12 270.080 12.56 360.44 8.838 9.98 21.683 16.24 35.99 16.24 0.003 0 0.007-0 0.010-0l202.079 0c0.003 0 0.006 0 0.010 0 14.307 0 27.152-6.26 35.946-16.19l0.044-0.050c79.68-90.36 62.36-250.16 12.56-360.44-38.84-86-93.56-135.32-149.56-135.32zM364.28 464h-152.68c-26.84-48.52-30.68-141.8 14.24-241.2 26.8-59.4 55.28-78.8 62.16-78.8s35.28 19.4 62.12 78.8c44.8 99.4 40.96 192.68 14.16 241.2zM635 656h202.16c0.003 0 0.006 0 0.010 0 14.307 0 27.152-6.26 35.946-16.19l0.044-0.050c79.68-90.36 62.36-250.16 12.56-360.44-38.84-86-93.4-135.32-149.72-135.32s-110.8 49.32-149.64 135.32c-49.8 110.28-67.12 270.080 12.56 360.44 8.838 9.98 21.683 16.24 35.99 16.24 0.032 0 0.063-0 0.095-0l-0.005 0zM673.96 318.8c26.84-59.4 55.32-78.8 62.040-78.8s35.28 19.4 62.080 78.8c44.92 99.4 41.080 192.68 14.24 241.2h-152.6c-26.8-48.52-30.64-141.8 14.24-241.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["footprints-bold"]},"attrs":[{}],"properties":{"order":28803,"id":681,"name":"footprints-bold","prevSize":16,"code":60214},"setIdx":3,"setId":3,"iconIdx":566},{"icon":{"paths":["M272 352v-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0 192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM880 160v736c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-176h-176c-26.51 0-48-21.49-48-48v0c1.641-82.838 12.237-162.373 30.862-238.762l-1.542 7.482c40.36-167.040 117.72-279.4 223.76-324.72 5.579-2.456 12.082-3.886 18.92-3.886 26.47 0 47.935 21.425 48 47.88l0 0.006zM784 251.68c-53.6 56.32-84 140.32-100.92 209.84-11.678 46.855-20.511 102.351-24.683 159.142l-0.197 3.338h125.8zM512 156c-2.131-24.824-22.806-44.166-48-44.166-26.602 0-48.166 21.565-48.166 48.166 0 1.408 0.060 2.802 0.179 4.179l-0.012-0.179 16 189.84c0 61.856-50.144 112-112 112s-112-50.144-112-112v0l16-189.84c0.106-1.198 0.166-2.592 0.166-4 0-26.602-21.565-48.166-48.166-48.166-25.194 0-45.869 19.342-47.988 43.987l-0.012 0.179-16 192c0 1.36 0 2.68 0 4 0.166 97.782 67.648 179.756 158.571 202.064l1.429 0.296v341.64c0 26.51 21.49 48 48 48s48-21.49 48-48v0-341.64c92.352-22.604 159.834-104.578 160-202.341l0-0.019c0-1.32 0-2.64 0-4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fork-knife-bold"]},"attrs":[{}],"properties":{"order":28804,"id":680,"name":"fork-knife-bold","prevSize":16,"code":60215},"setIdx":3,"setId":3,"iconIdx":567},{"icon":{"paths":["M560 352c0-26.51 21.49-48 48-48v0h128c26.51 0 48 21.49 48 48v0 128c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-80h-80c-26.51 0-48-21.49-48-48v0zM288 720h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-80v-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48v0zM944 224v576c0 44.183-35.817 80-80 80v0h-704c-44.183 0-80-35.817-80-80v0-576c0-44.183 35.817-80 80-80v0h704c44.183 0 80 35.817 80 80v0zM848 240h-672v544h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["frame-corners-bold"]},"attrs":[{}],"properties":{"order":28805,"id":679,"name":"frame-corners-bold","prevSize":16,"code":60216},"setIdx":3,"setId":3,"iconIdx":568},{"icon":{"paths":["M848 384v-256c0-26.51-21.49-48-48-48v0h-576c-0.075-0-0.163-0.001-0.252-0.001-26.51 0-48 21.49-48 48 0 14.313 6.264 27.162 16.201 35.957l0.051 0.044 193.76 172h-161.76c-26.51 0-48 21.49-48 48v0 256c0.001 13.265 5.382 25.272 14.080 33.96l0 0 288 288c8.684 8.674 20.676 14.038 33.92 14.038 26.509 0 47.999-21.489 48-47.998l0-0v-240h240c0.075 0 0.163 0.001 0.252 0.001 26.51 0 48-21.49 48-48 0-14.313-6.264-27.162-16.201-35.957l-0.051-0.044-193.64-172h161.64c26.51 0 48-21.49 48-48v0zM673.76 592h-161.76c-26.51 0-48 21.49-48 48v0 172l-192-192v-188h221.76zM752 336h-221.76l-180-160h401.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["framer-logo-bold"]},"attrs":[{}],"properties":{"order":28806,"id":678,"name":"framer-logo-bold","prevSize":16,"code":60217},"setIdx":3,"setId":3,"iconIdx":569},{"icon":{"paths":["M848 160c0 26.51-21.49 48-48 48v0h-117.16c-0.039-0-0.086-0-0.132-0-39.121 0-71.683 28.080-78.631 65.184l-0.077 0.496-34.48 190.32h166.48c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-184l-37.76 207.48c-15.44 82.704-87.040 144.479-173.076 144.52l-117.164 0c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h117.16c0.039 0 0.086 0 0.132 0 39.121 0 71.683-28.080 78.631-65.184l0.077-0.496 34.48-190.32h-166.48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h184l37.76-207.48c15.44-82.704 87.040-144.479 173.076-144.52l117.164-0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["function-bold"]},"attrs":[{}],"properties":{"order":28807,"id":677,"name":"function-bold","prevSize":16,"code":60218},"setIdx":3,"setId":3,"iconIdx":570},{"icon":{"paths":["M937.16 191.64c-12.742-28.295-40.692-47.639-73.16-47.64l-704-0c-44.179 0.004-79.992 35.82-79.992 80 0 20.746 7.897 39.648 20.849 53.864l-0.057-0.064 0.48 0.56 266.72 284.64v301c-0 0.004-0 0.008-0 0.012 0 44.183 35.817 80 80 80 16.549 0 31.925-5.025 44.684-13.633l-0.284 0.181 128-85.32c21.589-14.553 35.6-38.915 35.6-66.548 0-0.018-0-0.037-0-0.055l0 0.003v-215.64l267.16-285.2c12.913-14.156 20.822-33.071 20.822-53.833 0-11.7-2.512-22.814-7.026-32.832l0.203 0.505zM581.64 501.96c-13.403 14.23-21.64 33.457-21.64 54.608 0 0.039 0 0.079 0 0.118l-0-0.006v213.4l-96 64v-277.4c0-0.033 0-0.073 0-0.112 0-21.151-8.237-40.378-21.678-54.648l0.038 0.040-245.44-261.96h630.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["funnel-bold"]},"attrs":[{}],"properties":{"order":28808,"id":676,"name":"funnel-bold","prevSize":16,"code":60219},"setIdx":3,"setId":3,"iconIdx":571},{"icon":{"paths":["M816 512c0 26.51-21.49 48-48 48v0h-512c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h512c26.51 0 48 21.49 48 48v0zM928 272h-832c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h832c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM608 656h-192c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h192c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["funnel-simple-bold"]},"attrs":[{}],"properties":{"order":28809,"id":675,"name":"funnel-simple-bold","prevSize":16,"code":60220},"setIdx":3,"setId":3,"iconIdx":572},{"icon":{"paths":["M704 464h-96c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h96c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM416 368h-16v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM979.040 811.76c-29.316 41.419-77.037 68.13-130.996 68.13-44.117 0-84.063-17.855-113.007-46.733l0.003 0.003c-0.742-0.704-1.435-1.434-2.087-2.2l-0.033-0.040-154.24-174.92h-133.36l-154.080 174.92c-0.68 0.76-1.4 1.52-2.12 2.24-28.947 28.911-68.918 46.791-113.065 46.791-88.366 0-160-71.634-160-160 0-9.807 0.882-19.407 2.572-28.727l-0.147 0.976c-0.011-0.12-0.017-0.259-0.017-0.4s0.006-0.28 0.018-0.418l-0.001 0.018 65.52-336.24c21.859-120.724 126.126-211.099 251.513-211.16l352.487-0c125.006 0.184 229.021 89.824 251.468 208.323l0.252 1.597c0.006 0.114 0.010 0.246 0.010 0.38s-0.004 0.266-0.011 0.398l0.001-0.018 65.44 336.68c0.007 0.12 0.011 0.259 0.011 0.4s-0.004 0.28-0.012 0.419l0.001-0.019c1.638 8.569 2.576 18.424 2.576 28.499 0 34.109-10.743 65.709-29.030 91.601l0.334-0.499zM688 560c88.366 0 160-71.634 160-160s-71.634-160-160-160v0h-352.44c-78.412 0.080-143.577 56.693-156.936 131.272l-0.144 0.968c-0.009 0.126-0.014 0.272-0.014 0.42s0.005 0.294 0.015 0.44l-0.001-0.020-65.36 336c-0.576 3.226-0.906 6.939-0.906 10.729 0 31.426 22.65 57.561 52.515 62.972l0.39 0.059c3.32 0.608 7.141 0.956 11.043 0.956 17.232 0 32.879-6.78 44.421-17.818l-0.024 0.023 167.040-189.72c8.834-9.998 21.683-16.272 35.999-16.28l0.001-0zM911.040 709.24l-28-143.8c-43.359 51.039-105.848 84.687-176.251 89.792l-0.829 0.048 97.64 110.88c11.48 11.027 27.1 17.817 44.307 17.817 35.346 0 64-28.654 64-64 0-3.793-0.33-7.509-0.963-11.12l0.056 0.384z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["game-controller-bold"]},"attrs":[{}],"properties":{"order":28810,"id":674,"name":"game-controller-bold","prevSize":16,"code":60221},"setIdx":3,"setId":3,"iconIdx":573},{"icon":{"paths":["M960 752h-16v-357.32c0-0.031 0-0.068 0-0.105 0-27.65-14.028-52.025-35.355-66.394l-0.285-0.181-352-234.64c-12.458-8.44-27.821-13.474-44.36-13.474s-31.902 5.034-44.641 13.653l0.281-0.179-352 234.64c-21.612 14.55-35.64 38.924-35.64 66.575 0 0.037 0 0.074 0 0.111l-0-0.006v357.32h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h896c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM176 403.24l336-224 336 224v348.76h-64v-272c0-26.51-21.49-48-48-48v0h-448c-26.51 0-48 21.49-48 48v0 272h-64zM688 528v64h-128v-64zM464 592h-128v-64h128zM336 688h128v64h-128zM560 688h128v64h-128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["garage-bold"]},"attrs":[{}],"properties":{"order":28811,"id":673,"name":"garage-bold","prevSize":16,"code":60222},"setIdx":3,"setId":3,"iconIdx":574},{"icon":{"paths":["M800 80h-274.76c-0.064-0-0.139-0-0.215-0-22.023 0-41.952 8.961-56.341 23.436l-0.004 0.004-46.040 46.040-62.080-62.040c-14.476-14.472-34.473-23.423-56.56-23.423s-42.084 8.951-56.56 23.423l-96 96c-14.472 14.476-23.423 34.473-23.423 56.56s8.951 42.084 23.423 56.56l62.040 62.080-46.040 46.040c-14.479 14.393-23.44 34.322-23.44 56.345 0 0.076 0 0.151 0 0.227l-0-0.012v402.76c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-704c0-44.183-35.817-80-80-80v0zM230.64 240l73.36-73.36 50.76 50.72-73.4 73.4zM784 848h-544v-380l75.32-75.44 216.68-216.56h252zM544 272c0-26.51 21.49-48 48-48v0h80c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-80c-26.51 0-48-21.49-48-48v0zM702 533.48l-113.16 90.52 113.16 90.52c11.018 8.872 18.008 22.36 18.008 37.48 0 26.514-21.494 48.008-48.008 48.008-11.394 0-21.86-3.969-30.092-10.6l0.092 0.072-130-104-130 104c-8.14 6.559-18.606 10.528-30 10.528-26.514 0-48.008-21.494-48.008-48.008 0-15.12 6.99-28.608 17.915-37.408l0.092-0.072 113.16-90.52-113.16-90.52c-11.018-8.872-18.008-22.36-18.008-37.48 0-26.514 21.494-48.008 48.008-48.008 11.394 0 21.86 3.969 30.092 10.6l-0.092-0.072 130 104 130-104c8.14-6.559 18.606-10.528 30-10.528 26.514 0 48.008 21.494 48.008 48.008 0 15.12-6.99 28.608-17.915 37.408l-0.092 0.072z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gas-can-bold"]},"attrs":[{}],"properties":{"order":28812,"id":672,"name":"gas-can-bold","prevSize":16,"code":60223},"setIdx":3,"setId":3,"iconIdx":575},{"icon":{"paths":["M991.2 267.32l-77.24-77.28c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 77.36 77.16c2.892 2.895 4.68 6.892 4.68 11.307 0 0.004-0 0.009-0 0.013l0-0.001v317.48c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-152c0-61.856-50.144-112-112-112v0h-48v-176c0-61.856-50.144-112-112-112v0h-320c-61.856 0-112 50.144-112 112v0 592h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h640c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-48v-320h48c8.837 0 16 7.163 16 16v0 152c0 66.274 53.726 120 120 120s120-53.726 120-120v0-317.48c0-0.096 0-0.209 0-0.323 0-30.827-12.539-58.725-32.796-78.872l-0.005-0.005zM272 816v-592c0-8.837 7.163-16 16-16v0h320c8.837 0 16 7.163 16 16v0 592zM560 448c0 26.51-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gas-pump-bold"]},"attrs":[{}],"properties":{"order":28813,"id":671,"name":"gas-pump-bold","prevSize":16,"code":60224},"setIdx":3,"setId":3,"iconIdx":576},{"icon":{"paths":["M839.52 311.32c-83.418-83.601-198.756-135.322-326.175-135.322-0.473 0-0.946 0.001-1.419 0.002l0.073-0h-1.64c-254.96 0.88-462.36 211.040-462.36 468.52v91.48c0 44.183 35.817 80 80 80v0h768c44.183 0 80-35.817 80-80v0-96c0.001-0.372 0.002-0.812 0.002-1.252 0-128.025-52.187-243.861-136.449-327.395l-0.033-0.032zM880 720h-370.72l185.76-260c5.628-7.769 9.003-17.49 9.003-28 0-26.533-21.51-48.043-48.043-48.043-16.024 0-30.215 7.845-38.943 19.903l-0.097 0.14-225.68 316h-247.28v-75.48c0-6.88 0-13.72 0.56-20.52h79.44c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-61.52c43.64-133.56 160-234.080 301.52-252.84v76.84c0 26.51 21.49 48 48 48s48-21.49 48-48v0-76.8c142.987 19.288 258.695 118.324 301.902 250.198l0.738 2.602h-62.64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h79.6c0.24 5.32 0.4 10.64 0.4 16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gauge-bold"]},"attrs":[{}],"properties":{"order":28814,"id":670,"name":"gauge-bold","prevSize":16,"code":60225},"setIdx":3,"setId":3,"iconIdx":577},{"icon":{"paths":["M984.56 455.44l-64-64c-14.475-14.462-34.464-23.406-56.543-23.406-13.010 0-25.294 3.105-36.153 8.616l0.456-0.21-180.8-180.8c5.309-10.41 8.419-22.703 8.419-35.724 0-22.065-8.933-42.044-23.38-56.517l0.001 0.001-64-64c-14.476-14.472-34.473-23.423-56.56-23.423s-42.084 8.951-56.56 23.423l-256 256c-14.472 14.476-23.423 34.473-23.423 56.56s8.951 42.084 23.423 56.56l64 64c14.477 14.478 34.478 23.433 56.57 23.433 12.905 0 25.096-3.056 35.89-8.483l-0.46 0.21-238 237.84c-23.166 23.166-37.495 55.17-37.495 90.52 0 70.701 57.314 128.015 128.015 128.015 35.35 0 67.354-14.329 90.52-37.495l237.52-237.72c-5.152 10.278-8.168 22.394-8.168 35.215 0 22.080 8.945 42.070 23.408 56.545l64 64c14.478 14.484 34.483 23.443 56.58 23.443s42.102-8.959 56.58-23.443l256-256c14.484-14.478 23.443-34.483 23.443-56.58s-8.959-42.102-23.443-56.58l-0-0zM320 393.36l-41.44-41.36 233.44-233.4 41.36 41.4zM230.56 838.68c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l238.080-238.080 45.24 45.28zM601.36 597.52l-174.88-174.88 156-156 174.88 174.88zM671.96 745.52l-41.36-41.52 233.4-233.36 41.36 41.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gavel-bold"]},"attrs":[{}],"properties":{"order":28815,"id":669,"name":"gavel-bold","prevSize":16,"code":60226},"setIdx":3,"setId":3,"iconIdx":578},{"icon":{"paths":["M512 304c-114.875 0-208 93.125-208 208s93.125 208 208 208c114.875 0 208-93.125 208-208v0c-0.137-114.82-93.18-207.863-207.987-208l-0.013-0zM512 624c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM880 515.16v-6.32l56-70.040c6.564-8.141 10.536-18.611 10.536-30.008 0-4.392-0.59-8.647-1.695-12.689l0.078 0.337c-11.134-41.368-26.489-77.564-46.062-110.991l1.142 2.111c-7.636-12.929-20.84-21.871-36.227-23.541l-0.213-0.019-89.12-10-4.44-4.44-10-89.16c-1.702-15.584-10.641-28.771-23.337-36.278l-0.223-0.122c-31.327-18.492-67.534-33.9-105.787-44.351l-3.133-0.729c-3.652-0.996-7.845-1.569-12.172-1.569-11.461 0-21.983 4.017-30.237 10.719l0.089-0.070-70.040 56h-6.32l-70.040-56c-8.141-6.564-18.611-10.536-30.008-10.536-4.392 0-8.647 0.59-12.689 1.695l0.337-0.078c-41.373 11.201-77.564 26.621-110.978 46.26l2.098-1.14c-12.881 7.598-21.807 20.719-23.54 36.020l-0.020 0.22-10 89.12-4.44 4.44-89.16 10c-15.584 1.702-28.771 10.641-36.278 23.337l-0.122 0.223c-18.438 31.328-33.794 67.538-44.195 105.79l-0.725 3.13c-1.021 3.696-1.609 7.941-1.609 12.322 0 11.393 3.969 21.859 10.6 30.090l-0.072-0.092 56 70.040v6.32l-56 70.040c-6.564 8.141-10.536 18.611-10.536 30.008 0 4.392 0.59 8.647 1.695 12.689l-0.078-0.337c11.215 41.374 26.648 77.564 46.299 110.975l-1.139-2.095c7.591 12.871 20.695 21.795 35.979 23.54l0.221 0.020 89.12 9.92 4.44 4.44 10 89.24c1.702 15.584 10.641 28.771 23.337 36.278l0.223 0.122c31.327 18.492 67.534 33.9 105.787 44.351l3.133 0.729c3.652 0.996 7.845 1.569 12.172 1.569 11.461 0 21.983-4.017 30.237-10.719l-0.089 0.070 70.040-56h6.32l70.040 56c8.141 6.564 18.611 10.536 30.008 10.536 4.392 0 8.647-0.59 12.689-1.695l-0.337 0.078c41.368-11.134 77.564-26.489 110.991-46.062l-2.111 1.142c12.912-7.582 21.869-20.706 23.619-36.019l0.021-0.221 9.92-89.12 4.44-4.44 89.16-10.2c15.534-1.771 28.658-10.728 36.118-23.415l0.122-0.225c18.492-31.327 33.9-67.534 44.351-105.787l0.729-3.133c1.011-3.678 1.593-7.902 1.593-12.262 0-11.384-3.963-21.843-10.585-30.071l0.072 0.093zM783.52 495.6c0.306 4.902 0.48 10.631 0.48 16.4s-0.174 11.498-0.518 17.181l0.038-0.781c-0.055 0.862-0.087 1.869-0.087 2.884 0 11.392 3.969 21.857 10.599 30.088l-0.072-0.092 51.36 64.2c-5.675 16.72-11.53 30.585-18.225 43.957l0.905-1.997-81.72 9.080c-12.264 1.44-22.938 7.314-30.555 15.948l-0.045 0.052c-7.358 8.267-14.933 15.841-22.924 22.958l-0.276 0.242c-8.686 7.662-14.56 18.336-15.978 30.374l-0.022 0.226-9.040 81.68c-11.379 5.815-25.242 11.696-39.532 16.665l-2.428 0.735-64.2-51.4c-8.129-6.53-18.572-10.48-29.937-10.48-0.022 0-0.044 0-0.066 0l0.003-0c-0.96 0-1.92 0-2.88 0-4.902 0.306-10.631 0.48-16.4 0.48s-11.498-0.174-17.181-0.518l0.781 0.038c-0.853-0.054-1.849-0.084-2.853-0.084-11.395 0-21.868 3.951-30.123 10.558l0.096-0.074-64.2 51.4c-16.72-5.675-30.585-11.53-43.957-18.225l1.997 0.905-9.080-81.72c-1.44-12.264-7.314-22.938-15.948-30.555l-0.052-0.045c-8.267-7.358-15.841-14.933-22.958-22.924l-0.242-0.276c-7.662-8.686-18.336-14.56-30.374-15.978l-0.226-0.022-81.68-9.040c-5.815-11.379-11.696-25.242-16.665-39.532l-0.735-2.428 51.36-64.2c6.558-8.139 10.527-18.604 10.527-29.996 0-1.015-0.031-2.022-0.094-3.021l0.007 0.137c-0.306-4.902-0.48-10.631-0.48-16.4s0.174-11.498 0.518-17.181l-0.038 0.781c0.055-0.862 0.087-1.869 0.087-2.884 0-11.392-3.969-21.857-10.599-30.088l0.072 0.092-51.28-64.2c5.675-16.72 11.53-30.585 18.225-43.957l-0.905 1.997 81.72-9.080c12.264-1.44 22.938-7.314 30.555-15.948l0.045-0.052c7.358-8.267 14.933-15.841 22.924-22.958l0.276-0.242c8.686-7.662 14.56-18.336 15.978-30.374l0.022-0.226 9.040-81.68c11.379-5.815 25.242-11.696 39.532-16.665l2.428-0.735 64.2 51.4c8.159 6.533 18.631 10.484 30.027 10.484 1.004 0 2-0.031 2.989-0.091l-0.136 0.007c4.902-0.306 10.631-0.48 16.4-0.48s11.498 0.174 17.181 0.518l-0.781-0.038c0.876 0.057 1.9 0.090 2.931 0.090 11.371 0 21.819-3.954 30.043-10.562l-0.094 0.073 64.2-51.4c16.718 5.704 30.581 11.585 43.949 18.306l-1.989-0.906 9.080 81.72c1.44 12.264 7.314 22.938 15.948 30.555l0.052 0.045c8.267 7.358 15.841 14.933 22.958 22.924l0.242 0.276c7.662 8.686 18.336 14.56 30.374 15.978l0.226 0.022 81.68 9.040c5.815 11.379 11.696 25.242 16.665 39.532l0.735 2.428-51.36 64.2c-6.603 8.155-10.601 18.655-10.601 30.089 0 0.982 0.029 1.957 0.088 2.924l-0.006-0.133z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gear-bold"]},"attrs":[{}],"properties":{"order":28816,"id":668,"name":"gear-bold","prevSize":16,"code":60227},"setIdx":3,"setId":3,"iconIdx":579},{"icon":{"paths":["M928 464h-51.12c-4.595-34.562-13.319-65.879-25.78-95.226l0.9 2.386 44.32-25.6c14.873-8.348 24.758-24.018 24.758-41.998 0-26.51-21.49-48-48-48-9.146 0-17.695 2.558-24.969 6.998l0.211-0.12-44.32 25.56c-19.907-25.729-42.271-48.093-67.15-67.366l-0.85-0.634 25.64-44.44c4.32-7.064 6.878-15.612 6.878-24.758 0-26.51-21.49-48-48-48-17.979 0-33.65 9.885-41.873 24.517l-0.125 0.241-25.68 44.44c-26.961-11.561-58.278-20.285-90.969-24.675l-1.871-0.205v-51.12c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 51.12c-34.562 4.595-65.879 13.319-95.226 25.78l2.386-0.9-25.6-44.32c-8.548-14.022-23.759-23.242-41.122-23.242-26.51 0-48 21.49-48 48 0 8.53 2.225 16.541 6.127 23.483l-0.125-0.241 25.56 44.32c-25.729 19.907-48.093 42.271-67.366 67.15l-0.634 0.85-44.28-25.56c-6.701-3.777-14.712-6.002-23.242-6.002-26.51 0-48 21.49-48 48 0 17.364 9.22 32.574 23.031 41.002l0.211 0.12 44.28 25.6c-11.561 26.961-20.285 58.278-24.675 90.969l-0.205 1.871h-51.12c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h51.12c4.595 34.562 13.319 65.879 25.78 95.226l-0.9-2.386-44.32 25.6c-14.873 8.348-24.758 24.018-24.758 41.998 0 26.51 21.49 48 48 48 9.146 0 17.695-2.558 24.969-6.998l-0.211 0.12 44.32-25.56c19.907 25.729 42.271 48.093 67.15 67.366l0.85 0.634-25.64 44.44c-4.32 7.064-6.878 15.612-6.878 24.758 0 26.51 21.49 48 48 48 17.979 0 33.65-9.885 41.873-24.517l0.125-0.241 25.68-44.44c26.961 11.561 58.278 20.285 90.969 24.675l1.871 0.205v51.12c0 26.51 21.49 48 48 48s48-21.49 48-48v0-51.12c34.562-4.595 65.879-13.319 95.226-25.78l-2.386 0.9 25.6 44.32c8.548 14.022 23.759 23.242 41.122 23.242 26.51 0 48-21.49 48-48 0-8.53-2.225-16.541-6.127-23.483l0.125 0.241-25.56-44.32c25.729-19.907 48.093-42.271 67.366-67.15l0.634-0.85 44.44 25.64c7.064 4.32 15.612 6.878 24.758 6.878 26.51 0 48-21.49 48-48 0-17.979-9.885-33.65-24.517-41.873l-0.241-0.125-44.44-25.68c11.561-26.961 20.285-58.278 24.675-90.969l0.205-1.871h51.12c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM512 240c133.174 0.195 243.932 95.926 267.42 222.318l0.26 1.682h-240l-120-208c27.269-10.136 58.771-16.001 91.643-16.001 0.238 0 0.476 0 0.714 0.001l-0.037-0zM240 512c0.006-83.152 37.379-157.575 96.241-207.391l0.399-0.329 120 207.72-120 207.72c-59.261-50.145-96.634-124.567-96.64-207.719l-0-0.001zM512 784c-0.189 0-0.413 0.001-0.637 0.001-32.872 0-64.375-5.865-93.518-16.606l1.875 0.605 120-208h240c-23.75 128.088-134.529 223.826-267.701 224l-0.019 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gear-fine-bold"]},"attrs":[{}],"properties":{"order":28817,"id":667,"name":"gear-fine-bold","prevSize":16,"code":60228},"setIdx":3,"setId":3,"iconIdx":580},{"icon":{"paths":["M512 304c-114.875 0-208 93.125-208 208s93.125 208 208 208c114.875 0 208-93.125 208-208v0c-0.137-114.82-93.18-207.863-207.987-208l-0.013-0zM512 624c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM967.44 425.72c-2.866-13.967-11.48-25.506-23.206-32.236l-0.234-0.124-111.16-63.4-0.44-125.24c-0.052-14.599-6.614-27.654-16.932-36.423l-0.068-0.057c-42.938-36.516-93.479-65.661-148.738-84.665l-3.262-0.975c-4.576-1.596-9.851-2.518-15.342-2.518-8.585 0-16.644 2.254-23.617 6.202l0.239-0.124-112.68 62.92-112.68-62.96c-6.752-3.85-14.838-6.12-23.453-6.12-5.492 0-10.769 0.923-15.684 2.621l0.337-0.101c-58.529 20.058-109.067 49.281-152.651 86.421l0.651-0.541c-10.351 8.815-16.893 21.837-16.96 36.388l-0 0.012-0.56 125.36-111 63.24c-11.961 6.878-20.565 18.447-23.348 32.131l-0.052 0.309c-5.39 25.922-8.475 55.711-8.475 86.22s3.086 60.298 8.962 89.071l-0.486-2.851c2.857 13.961 11.456 25.498 23.167 32.236l0.233 0.124 111.28 63.4 0.44 125.24c0.052 14.599 6.614 27.654 16.932 36.423l0.068 0.057c42.938 36.516 93.479 65.661 148.738 84.665l3.262 0.975c4.576 1.596 9.851 2.518 15.342 2.518 8.585 0 16.644-2.254 23.617-6.202l-0.239 0.124 112.56-62.92 112.56 62.96c6.752 3.85 14.838 6.12 23.453 6.12 5.492 0 10.769-0.923 15.684-2.621l-0.337 0.101c58.529-20.058 109.067-49.281 152.651-86.421l-0.651 0.541c10.351-8.815 16.893-21.837 16.96-36.388l0-0.012 0.56-125.36 111.24-63.24c11.961-6.878 20.565-18.447 23.348-32.131l0.052-0.309c5.364-25.861 8.435-55.581 8.435-86.019 0-30.582-3.1-60.439-9.004-89.276l0.488 2.854zM876.92 558.44l-107.52 61.12c-7.675 4.406-13.856 10.638-18.076 18.121l-0.124 0.239c-2.16 4-4.44 7.72-6.8 11.52-4.552 7.163-7.272 15.879-7.32 25.227l-0 0.013-0.56 121.32c-24.318 18.474-52.098 34.426-81.829 46.592l-2.451 0.888-108.6-60.76c-6.749-3.848-14.829-6.118-23.439-6.12l-1.161-0c-4.56 0-9.2 0-13.76 0-0.34-0.009-0.741-0.014-1.143-0.014-8.595 0-16.667 2.244-23.66 6.179l0.242-0.125-108.72 60.64c-32.257-12.998-60.105-28.887-85.42-47.958l0.94 0.678-0.44-120.96c-0.040-9.375-2.761-18.106-7.436-25.476l0.116 0.196c-2.32-3.76-4.64-7.64-6.8-11.52-4.346-7.673-10.511-13.863-17.927-18.117l-0.233-0.123-107.6-61.48c-1.996-13.963-3.135-30.088-3.135-46.48s1.139-32.517 3.343-48.302l-0.208 1.822 107.52-61.12c7.664-4.406 13.84-10.621 18.076-18.082l0.124-0.238c2.16-4 4.44-7.76 6.8-11.56 4.552-7.163 7.272-15.879 7.32-25.227l0-0.013 0.44-121.32c24.317-18.416 52.099-34.316 81.825-46.435l2.455-0.885 108.6 60.76c6.715 3.836 14.758 6.097 23.329 6.097 0.447 0 0.893-0.006 1.337-0.018l-0.065 0.001c4.56 0 9.2 0 13.76 0 0.34 0.009 0.741 0.014 1.143 0.014 8.595 0 16.667-2.244 23.66-6.179l-0.242 0.125 108.72-60.76c32.257 12.998 60.105 28.887 85.42 47.958l-0.94-0.678 0.44 120.96c0.040 9.375 2.761 18.106 7.436 25.476l-0.116-0.196c2.32 3.76 4.64 7.64 6.8 11.52 4.346 7.673 10.511 13.863 17.927 18.117l0.233 0.123 107.6 61.32c2.041 14.12 3.206 30.425 3.206 47.002 0 16.263-1.122 32.264-3.292 47.931l0.206-1.812z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gear-six-bold"]},"attrs":[{}],"properties":{"order":28818,"id":666,"name":"gear-six-bold","prevSize":16,"code":60229},"setIdx":3,"setId":3,"iconIdx":581},{"icon":{"paths":["M848 384c0-0.010 0-0.022 0-0.034 0-185.568-150.432-336-336-336s-336 150.432-336 336c0 168.633 124.229 308.251 286.161 332.329l1.839 0.225v67.48h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h112v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-112v-67.48c163.657-24.497 287.768-163.98 288-332.495l0-0.025zM272 384c0-132.548 107.452-240 240-240s240 107.452 240 240c0 132.548-107.452 240-240 240v0c-132.484-0.159-239.841-107.516-240-239.984l-0-0.016z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-female-bold"]},"attrs":[{}],"properties":{"order":28819,"id":665,"name":"gender-female-bold","prevSize":16,"code":60230},"setIdx":3,"setId":3,"iconIdx":582},{"icon":{"paths":["M832 80h-160c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h44l-62.56 62.68c-46.766-39.076-107.532-62.803-173.84-62.803-150.221 0-272 121.779-272 272 0 133.399 96.031 244.369 222.734 267.55l1.667 0.253v36.32h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-80v-36.32c128.157-23.478 224.005-134.295 224.005-267.498 0-50.023-13.518-96.889-37.099-137.145l0.694 1.282 68.4-68.32v44c0 26.51 21.49 48 48 48s48-21.49 48-48v0-160c0-26.51-21.49-48-48-48v0zM480 624c-97.202 0-176-78.798-176-176s78.798-176 176-176c97.202 0 176 78.798 176 176v0c-0.114 97.156-78.844 175.886-175.989 176l-0.011 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-intersex-bold"]},"attrs":[{}],"properties":{"order":28820,"id":664,"name":"gender-intersex-bold","prevSize":16,"code":60231},"setIdx":3,"setId":3,"iconIdx":583},{"icon":{"paths":["M864 112h-192c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h76l-130.88 130.96c-55.369-41.744-125.323-66.857-201.143-66.857-185.568 0-336 150.432-336 336s150.432 336 336 336c185.568 0 336-150.432 336-336 0-75.82-25.113-145.774-67.475-201.999l0.618 0.856 130.88-130.96v76c0 26.51 21.49 48 48 48s48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0zM585.64 777.84c-43.428 43.411-103.414 70.26-169.671 70.26-132.548 0-240-107.452-240-240s107.452-240 240-240c66.257 0 126.243 26.849 169.672 70.261l-0.001-0.001c43.356 43.479 70.163 103.479 70.163 169.74s-26.808 126.261-70.169 169.746l0.006-0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-male-bold"]},"attrs":[{}],"properties":{"order":28821,"id":663,"name":"gender-male-bold","prevSize":16,"code":60232},"setIdx":3,"setId":3,"iconIdx":584},{"icon":{"paths":["M848 416c0-0.010 0-0.022 0-0.034 0-185.568-150.432-336-336-336s-336 150.432-336 336c0 168.633 124.229 308.251 286.161 332.329l1.839 0.225v179.48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-179.48c163.657-24.497 287.768-163.98 288-332.495l0-0.025zM512 656c-132.548 0-240-107.452-240-240s107.452-240 240-240c132.548 0 240 107.452 240 240v0c-0.159 132.484-107.516 239.841-239.984 240l-0.016 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-neuter-bold"]},"attrs":[{}],"properties":{"order":28822,"id":662,"name":"gender-neuter-bold","prevSize":16,"code":60233},"setIdx":3,"setId":3,"iconIdx":585},{"icon":{"paths":["M560 372v-95.2l87.32 52.36c7.217 4.572 16.003 7.286 25.424 7.286 26.51 0 48-21.49 48-48 0-17.699-9.579-33.161-23.836-41.483l-0.228-0.123-91.4-54.84 91.4-54.84c13.646-8.622 22.576-23.625 22.576-40.714 0-26.51-21.49-48-48-48-8.811 0-17.067 2.374-24.164 6.517l0.228-0.123-135.32 81.16-135.32-81.16c-6.869-4.020-15.126-6.394-23.936-6.394-26.51 0-48 21.49-48 48 0 17.089 8.93 32.092 22.379 40.598l0.197 0.116 91.4 54.84-91.4 54.84c-14.484 8.445-24.064 23.907-24.064 41.606 0 26.51 21.49 48 48 48 9.421 0 18.207-2.714 25.621-7.402l-0.197 0.116 87.32-52.36v95.2c-145.985 23.988-256 149.24-256 300.187 0 167.895 136.105 304 304 304s304-136.105 304-304c0-150.947-110.015-276.199-254.237-299.947l-1.763-0.24zM512 880c-114.875 0-208-93.125-208-208s93.125-208 208-208c114.875 0 208 93.125 208 208v0c-0.137 114.82-93.18 207.863-207.987 208l-0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-nonbinary-bold"]},"attrs":[{}],"properties":{"order":28823,"id":661,"name":"gender-nonbinary-bold","prevSize":16,"code":60234},"setIdx":3,"setId":3,"iconIdx":586},{"icon":{"paths":["M864 112h-176c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h60l-76 76-62.040-61.92c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 62.040 61.92-41.68 41.84c-49.372-36.090-111.284-57.745-178.255-57.745-167.895 0-304 136.105-304 304s136.105 304 304 304c167.895 0 304-136.105 304-304 0-66.97-21.655-128.882-58.346-179.116l0.6 0.862 41.68-41.84 62.040 62.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-62.040-62.080 76-76v60c0 26.51 21.49 48 48 48s48-21.49 48-48v0-176c0-26.51-21.49-48-48-48v0zM531.080 787.2c-37.641 37.642-89.641 60.924-147.080 60.924-114.875 0-208-93.125-208-208s93.125-208 208-208c114.832 0 207.93 93.054 208 207.87l0 0.007c0 0.012 0 0.026 0 0.041 0 57.463-23.279 109.488-60.921 147.161l0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-transgender-bold"]},"attrs":[{}],"properties":{"order":28824,"id":660,"name":"gender-transgender-bold","prevSize":16,"code":60235},"setIdx":3,"setId":3,"iconIdx":587},{"icon":{"paths":["M464 464c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM624 400c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM912 480v384c0 0.004 0 0.009 0 0.014 0 26.51-21.49 48-48 48-11.575 0-22.193-4.097-30.483-10.92l0.083 0.066-86.92-71.16-86.96 71.16c-8.207 6.757-18.825 10.854-30.4 10.854s-22.193-4.097-30.483-10.92l0.083 0.066-86.92-71.16-86.92 71.16c-8.207 6.757-18.825 10.854-30.4 10.854s-22.193-4.097-30.483-10.92l0.083 0.066-86.96-71.16-86.92 71.16c-8.207 6.757-18.825 10.854-30.4 10.854-26.51 0-48-21.49-48-48 0-0.005 0-0.010 0-0.015l-0 0.001v-384c0-220.914 179.086-400 400-400s400 179.086 400 400v0zM816 480c0-167.895-136.105-304-304-304s-304 136.105-304 304v0 282.72l38.92-32c8.207-6.757 18.825-10.854 30.4-10.854s22.193 4.097 30.483 10.92l-0.083-0.066 86.96 71.28 86.92-71.16c8.207-6.757 18.825-10.854 30.4-10.854s22.193 4.097 30.483 10.92l-0.083-0.066 86.92 71.16 86.96-71.16c8.207-6.757 18.825-10.854 30.4-10.854s22.193 4.097 30.483 10.92l-0.083-0.066 38.92 32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ghost-bold"]},"attrs":[{}],"properties":{"order":28825,"id":659,"name":"ghost-bold","prevSize":16,"code":60236},"setIdx":3,"setId":3,"iconIdx":588},{"icon":{"paths":["M592 288v448c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-448c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM896 336c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-192c-26.51 0-48 21.49-48 48v0 448c0 26.51 21.49 48 48 48s48-21.49 48-48v0-176h112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-112v-128zM384 464h-96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v48c0 44.183-35.817 80-80 80s-80-35.817-80-80v0-192c0-44.183 35.817-80 80-80v0c30.806 0.175 57.808 16.298 73.189 40.525l0.211 0.355c8.564 13.959 23.741 23.13 41.060 23.13 26.515 0 48.010-21.495 48.010-48.010 0-9.196-2.585-17.788-7.069-25.089l0.119 0.209c-32.655-52.564-90.052-87.056-155.51-87.12l-0.010-0c-97.156 0.114-175.886 78.844-176 175.989l-0 0.011v192c0 97.202 78.798 176 176 176s176-78.798 176-176v0-96c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gif-bold"]},"attrs":[{}],"properties":{"order":28826,"id":658,"name":"gif-bold","prevSize":16,"code":60237},"setIdx":3,"setId":3,"iconIdx":589},{"icon":{"paths":["M864 272h-103.76c14.265-20.513 23.049-45.784 23.756-73.065l0.004-0.175c0.041-1.294 0.064-2.817 0.064-4.344 0-80.899-65.581-146.48-146.48-146.48-1.528 0-3.050 0.023-4.566 0.070l0.222-0.005c-38.705 0.852-73.24 18.016-97.122 44.865l-0.118 0.135c-8.625 9.798-16.554 20.655-23.447 32.201l-0.553 0.999c-7.447-12.546-15.375-23.403-24.209-33.443l0.209 0.243c-24-26.984-58.535-44.148-97.091-44.997l-0.149-0.003c-1.294-0.041-2.817-0.064-4.344-0.064-80.899 0-146.48 65.581-146.48 146.48 0 1.528 0.023 3.050 0.070 4.566l-0.005-0.222c0.711 27.456 9.495 52.727 24.053 73.685l-0.293-0.445h-103.76c-44.183 0-80 35.817-80 80v0 128c-0 0.005-0 0.011-0 0.016 0 38.519 27.223 70.68 63.479 78.292l0.521 0.092v241.6c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-241.6c36.777-7.704 64-39.865 64-78.384 0-0.006-0-0.011-0-0.017l0 0.001v-128c0-44.183-35.817-80-80-80v0zM848 464h-288v-96h288zM608 156.68c6.941-7.681 16.889-12.531 27.973-12.68l0.027-0h1.4c0.042-0 0.093-0 0.143-0 27.879 0 50.48 22.601 50.48 50.48 0 0.535-0.008 1.067-0.025 1.598l0.002-0.078c-0.149 11.111-4.999 21.059-12.647 27.97l-0.033 0.030c-27.6 24.48-73 37.040-110.52 43.040 6-37.36 18.56-82.76 43.2-110.36zM350.8 158.8c9.16-9.065 21.732-14.697 35.62-14.8l0.020-0h1.56c11.111 0.149 21.059 4.999 27.97 12.647l0.030 0.033c24.48 27.6 37.040 72.96 43 110.44-37.2-6.040-83-18.6-110.32-43.12-7.681-6.941-12.531-16.889-12.68-27.973l-0-0.027c-0.011-0.39-0.017-0.848-0.017-1.308 0-14.008 5.66-26.693 14.819-35.894l-0.002 0.002zM176 368h288v96h-288zM240 560h224v224h-224zM560 784v-224h224v224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gift-bold"]},"attrs":[{}],"properties":{"order":28827,"id":657,"name":"gift-bold","prevSize":16,"code":60238},"setIdx":3,"setId":3,"iconIdx":590},{"icon":{"paths":["M912 256c0-0.001 0-0.003 0-0.005 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 62.323 39.592 115.399 94.997 135.448l1.003 0.317v24.24c0 26.51-21.49 48-48 48v0h-288c-0.021-0-0.045-0-0.070-0-17.182 0-33.659 3.019-48.929 8.557l0.999-0.317v-80.48c56.408-20.365 96-73.441 96-135.765 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 62.323 39.592 115.399 94.997 135.448l1.003 0.317v240.48c-56.408 20.365-96 73.441-96 135.765 0 79.529 64.471 144 144 144s144-64.471 144-144c0-62.323-39.592-115.399-94.997-135.448l-1.003-0.317v-24.24c0-26.51 21.49-48 48-48v0h288c79.529 0 144-64.471 144-144v0-24.24c56.356-20.435 95.91-73.466 96-135.749l0-0.011zM288 208c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM288 816c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM768 304c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-branch-bold"]},"attrs":[{}],"properties":{"order":28828,"id":656,"name":"git-branch-bold","prevSize":16,"code":60239},"setIdx":3,"setId":3,"iconIdx":591},{"icon":{"paths":["M976 464h-228.84c-23.094-110.352-119.587-192.044-235.16-192.044s-212.066 81.691-234.886 190.481l-0.274 1.563h-228.84c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h228.84c23.094 110.352 119.587 192.044 235.16 192.044s212.066-81.691 234.886-190.481l0.274-1.563h228.84c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM512 656c-79.529 0-144-64.471-144-144s64.471-144 144-144c79.529 0 144 64.471 144 144v0c0 79.529-64.471 144-144 144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-commit-bold"]},"attrs":[{}],"properties":{"order":28829,"id":655,"name":"git-commit-bold","prevSize":16,"code":60240},"setIdx":3,"setId":3,"iconIdx":592},{"icon":{"paths":["M448 592c-26.51 0-48 21.49-48 48v0 76l-85.84-85.72c-26.043-25.911-42.161-61.778-42.161-101.409 0-0.137 0-0.275 0.001-0.412l-0 0.021v-136.72c56.408-20.365 96-73.441 96-135.765 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 62.323 39.592 115.399 94.997 135.448l1.003 0.317v136.72c-0.001 0.189-0.001 0.412-0.001 0.635 0 66.064 26.867 125.852 70.271 169.035l0.010 0.010 85.72 85.84h-76c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h192c26.51 0 48-21.49 48-48v0-192c0-26.51-21.49-48-48-48v0zM224 208c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM848 632.24v-136.72c0.001-0.189 0.001-0.412 0.001-0.635 0-66.064-26.867-125.852-70.271-169.035l-0.010-0.010-85.72-85.84h76c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-192c-26.51 0-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-76l85.84 85.84c26.043 25.911 42.16 61.778 42.16 101.409 0 0.095-0 0.191-0 0.286l0-0.015v136.72c-56.408 20.365-96 73.441-96 135.765 0 79.529 64.471 144 144 144s144-64.471 144-144c0-62.323-39.592-115.399-94.997-135.448l-1.003-0.317zM800 816c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-diff-bold"]},"attrs":[{}],"properties":{"order":28830,"id":654,"name":"git-diff-bold","prevSize":16,"code":60241},"setIdx":3,"setId":3,"iconIdx":593},{"icon":{"paths":["M912 256c0-0.001 0-0.003 0-0.005 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 62.323 39.592 115.399 94.997 135.448l1.003 0.317v24.24c0 26.51-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48v0-24.24c56.408-20.365 96-73.441 96-135.765 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 62.323 39.592 115.399 94.997 135.448l1.003 0.317v24.24c0 79.529 64.471 144 144 144v0h112v72.24c-56.408 20.365-96 73.441-96 135.765 0 79.529 64.471 144 144 144s144-64.471 144-144c0-62.323-39.592-115.399-94.997-135.448l-1.003-0.317v-72.24h112c79.529 0 144-64.471 144-144v0-24.24c56.356-20.435 95.91-73.466 96-135.749l0-0.011zM256 208c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM512 816c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM768 304c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-fork-bold"]},"attrs":[{}],"properties":{"order":28831,"id":653,"name":"git-fork-bold","prevSize":16,"code":60242},"setIdx":3,"setId":3,"iconIdx":594},{"icon":{"paths":["M850.48 300.68c6.014-20.63 9.474-44.329 9.474-68.835 0-47.088-12.773-91.193-35.044-129.039l0.65 1.194c-8.452-14.446-23.89-23.996-41.559-24l-0.001-0c-0.213-0.001-0.465-0.001-0.717-0.001-80.448 0-152.19 37.277-198.894 95.5l-0.388 0.501h-80c-47.093-58.724-118.834-96.001-199.283-96.001-0.252 0-0.504 0-0.756 0.001l0.039-0c-17.67 0.004-33.108 9.554-41.437 23.773l-0.123 0.227c-21.621 36.652-34.394 80.757-34.394 127.845 0 24.507 3.46 48.205 9.917 70.634l-0.443-1.799c-18.347 33.342-29.248 73.028-29.52 115.237l-0 0.083v32c0.162 112.267 77.256 206.483 181.38 232.765l1.66 0.355c-14.488 24.899-23.040 54.8-23.040 86.698 0 0.064 0 0.128 0 0.192l-0-0.010v16h-64c-44.183 0-80-35.817-80-80v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c44.183 0 80 35.817 80 80v0c0.114 97.156 78.844 175.886 175.989 176l64.011 0v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-160c0-44.183 35.817-80 80-80s80 35.817 80 80v0 160c0 26.51 21.49 48 48 48s48-21.49 48-48v0-160c0-0.054 0-0.118 0-0.182 0-31.898-8.552-61.799-23.488-87.535l0.448 0.837c105.784-26.637 182.878-120.853 183.040-233.102l0-0.018v-32c-0.272-42.292-11.173-81.978-30.162-116.599l0.642 1.279zM784 448c0 79.529-64.471 144-144 144v0h-192c-79.529 0-144-64.471-144-144v0-32c0.443-29.984 9.531-57.759 24.872-81.049l-0.352 0.569c6.063-7.789 9.72-17.71 9.72-28.486 0-6.298-1.249-12.304-3.514-17.784l0.113 0.309c-6.808-17.083-10.756-36.88-10.756-57.599 0-19.1 3.355-37.416 9.508-54.392l-0.352 1.111c44.662 8.436 82.029 34.519 105.26 70.57l0.38 0.63c8.662 13.38 23.51 22.111 40.399 22.12l129.401 0c0.004 0 0.009 0 0.014 0 16.899 0 31.759-8.733 40.312-21.933l0.114-0.187c23.601-36.691 60.973-62.778 104.648-71.044l0.992-0.156c5.801 15.865 9.156 34.181 9.156 53.281 0 20.719-3.948 40.516-11.133 58.68l0.377-1.081c-2.031 5.119-3.209 11.049-3.209 17.255 0 10.889 3.626 20.93 9.735 28.984l-0.087-0.119c14.924 22.685 23.967 50.404 24.399 80.207l0.001 0.113z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["github-logo-bold"]},"attrs":[{}],"properties":{"order":28832,"id":652,"name":"github-logo-bold","prevSize":16,"code":60243},"setIdx":3,"setId":3,"iconIdx":595},{"icon":{"paths":["M936 464.36l-79.48-304.36c-7.304-27.759-32.178-47.899-61.756-47.899-27.398 0-50.76 17.281-59.781 41.538l-0.144 0.441-66.84 181.92h-312l-66.84-182.040c-9.178-24.672-32.527-41.929-59.906-41.929-29.603 0-54.495 20.175-61.675 47.525l-0.099 0.444-79.48 304.36c-5.058 18.582-7.965 39.917-7.965 61.931 0 81.692 40.022 154.036 101.527 198.496l0.717 0.494 293.080 207.080c10.22 7.283 22.961 11.644 36.72 11.644s26.5-4.361 36.916-11.777l-0.196 0.132 293.080-207.080c62.145-44.96 102.11-117.259 102.11-198.893 0-22.049-2.915-43.417-8.382-63.739l0.392 1.712zM234.44 283.44l43.040 117.12c6.943 18.507 24.488 31.44 45.053 31.44 0.010 0 0.019-0 0.029-0l378.879 0c0.008 0 0.018 0 0.027 0 20.565 0 38.11-12.933 44.944-31.109l0.109-0.331 43.040-117.12 36.56 140-314.12 221.8-314.12-221.92zM176 525.48l252.8 178.52-55.16 38.96-136-96c-37.515-27.076-61.648-70.675-61.648-119.91 0-0.552 0.003-1.103 0.009-1.654l-0.001 0.084zM512 840.76l-55.16-39 55.16-38.96 55.16 38.96zM786.4 646.88l-136 96-55.2-38.88 252.8-178.52c0.005 0.452 0.008 0.985 0.008 1.519 0 49.218-24.116 92.802-61.175 119.583l-0.432 0.297z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gitlab-logo-bold"]},"attrs":[{}],"properties":{"order":28833,"id":651,"name":"gitlab-logo-bold","prevSize":16,"code":60244},"setIdx":3,"setId":3,"iconIdx":596},{"icon":{"paths":["M936 464.36l-79.48-304.36c-7.304-27.759-32.178-47.899-61.756-47.899-27.398 0-50.76 17.281-59.781 41.538l-0.144 0.441-66.84 181.92h-312l-66.84-182.040c-9.178-24.672-32.527-41.929-59.906-41.929-29.603 0-54.495 20.175-61.675 47.525l-0.099 0.444-79.48 304.36c-5.058 18.582-7.965 39.917-7.965 61.931 0 81.692 40.022 154.036 101.527 198.496l0.717 0.494 293.080 207.080c10.22 7.283 22.961 11.644 36.72 11.644s26.5-4.361 36.916-11.777l-0.196 0.132 293.080-207.080c62.145-44.96 102.11-117.259 102.11-198.893 0-22.049-2.915-43.417-8.382-63.739l0.392 1.712zM786.4 646.88l-274.4 193.88-274.4-193.88c-37.542-27.255-61.674-70.999-61.674-120.379 0-13.461 1.793-26.502 5.153-38.899l-0.24 1.039 53.6-205.2 43.040 117.12c6.943 18.507 24.488 31.44 45.053 31.44 0.010 0 0.019-0 0.029-0l378.879 0c0.008 0 0.018 0 0.027 0 20.565 0 38.11-12.933 44.944-31.109l0.109-0.331 43.040-117.12 53.6 205.2c3.12 11.358 4.914 24.4 4.914 37.861 0 49.381-24.132 93.125-61.246 120.083l-0.428 0.296z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gitlab-logo-simple-bold"]},"attrs":[{}],"properties":{"order":28834,"id":650,"name":"gitlab-logo-simple-bold","prevSize":16,"code":60245},"setIdx":3,"setId":3,"iconIdx":597},{"icon":{"paths":["M832 432c-62.294 0.090-115.325 39.644-135.441 94.996l-0.319 1.004h-88.24c-46.925-0.107-88.587-22.543-114.939-57.242l-0.261-0.358-94.32-125.76c39.631-26.084 65.43-70.367 65.43-120.676 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 62.357 39.635 115.456 95.087 135.48l1.003 0.316v304.48c-56.408 20.365-96 73.441-96 135.765 0 79.529 64.471 144 144 144s144-64.471 144-144c0-62.323-39.592-115.399-94.997-135.448l-1.003-0.317v-200.24l48 64c44.356 58.427 113.793 95.819 191.971 96l0.029 0h88.24c20.365 56.408 73.441 96 135.765 96 79.529 0 144-64.471 144-144s-64.471-144-144-144c-0.002 0-0.003 0-0.005 0l0-0zM320 176c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM320 848c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM832 624c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-merge-bold"]},"attrs":[{}],"properties":{"order":28835,"id":649,"name":"git-merge-bold","prevSize":16,"code":60246},"setIdx":3,"setId":3,"iconIdx":598},{"icon":{"paths":["M848 632.24v-136.72c0.001-0.189 0.001-0.412 0.001-0.635 0-66.064-26.867-125.852-70.271-169.035l-0.010-0.010-85.72-85.84h76c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-192c-26.51 0-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-76l85.84 85.84c26.043 25.911 42.16 61.778 42.16 101.409 0 0.095-0 0.191-0 0.286l0-0.015v136.72c-56.408 20.365-96 73.441-96 135.765 0 79.529 64.471 144 144 144s144-64.471 144-144c0-62.323-39.592-115.399-94.997-135.448l-1.003-0.317zM800 816c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM432 256c0-0.001 0-0.003 0-0.005 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 62.323 39.592 115.399 94.997 135.448l1.003 0.317v240.48c-56.408 20.365-96 73.441-96 135.765 0 79.529 64.471 144 144 144s144-64.471 144-144c0-62.323-39.592-115.399-94.997-135.448l-1.003-0.317v-240.48c56.356-20.435 95.91-73.466 96-135.749l0-0.011zM288 816c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM288 304c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-pull-request-bold"]},"attrs":[{}],"properties":{"order":28836,"id":648,"name":"git-pull-request-bold","prevSize":16,"code":60247},"setIdx":3,"setId":3,"iconIdx":599},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM428.28 688h167.44c-19.435 58.224-47.949 108.574-84.319 152.137l0.599-0.737c-35.771-42.826-64.285-93.176-82.767-148.134l-0.953-3.266zM405.64 592c-3.59-24.037-5.64-51.779-5.64-80s2.050-55.963 6.010-83.085l-0.37 3.085h212.72c3.59 24.037 5.64 51.779 5.64 80s-2.050 55.963-6.010 83.085l0.37-3.085zM176 512c-0-0.004-0-0.009-0-0.014 0-28.399 3.545-55.969 10.216-82.294l-0.496 2.308h123.16c-3.107 24.020-4.88 51.803-4.88 80s1.773 55.98 5.214 83.244l-0.334-3.244h-123.16c-6.175-24.016-9.72-51.587-9.72-79.986 0-0.005 0-0.010 0-0.015l-0 0.001zM595.72 336h-167.44c19.435-58.224 47.949-108.574 84.319-152.137l-0.599 0.737c35.771 42.826 64.285 93.176 82.767 148.134l0.953 3.266zM715.12 432h123.16c6.175 24.021 9.72 51.596 9.72 80s-3.545 55.979-10.216 82.309l0.496-2.309h-123.16c3.107-24.020 4.88-51.803 4.88-80s-1.773-55.98-5.214-83.244l0.334 3.244zM798.080 336h-102.080c-14.4-51.233-33.431-95.897-57.33-137.402l1.53 2.882c66.404 28.069 120.438 74.578 157.052 133.101l0.828 1.419zM384 201.48c-22.437 38.625-41.532 83.284-54.975 130.327l-1.025 4.193h-102.080c37.491-59.969 91.596-106.485 155.863-133.687l2.217-0.833zM225.92 688h102.080c14.468 51.236 33.563 95.895 57.528 137.388l-1.528-2.868c-66.485-28.036-120.589-74.552-157.253-133.104l-0.827-1.416zM640.2 822.52c22.369-38.623 41.4-83.287 54.781-130.329l1.019-4.191h102.080c-37.442 59.941-91.475 106.451-155.666 133.685l-2.214 0.835z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-bold"]},"attrs":[{}],"properties":{"order":28837,"id":647,"name":"globe-bold","prevSize":16,"code":60248},"setIdx":3,"setId":3,"iconIdx":600},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 176c0.079-0 0.172-0 0.266-0 65.059 0 125.778 18.586 177.136 50.738l-1.401-0.818v64l-80.84 94.080-113.88 15.4-74.8-49c-12.766-9.008-28.647-14.398-45.787-14.398-27.599 0-51.934 13.976-66.313 35.236l-0.18 0.282-83.76 125.2c-8.401 12.352-13.441 27.58-13.52 43.98l-0 0.020-0.64 114.76c-20.307-42.009-32.175-91.359-32.175-143.48 0-185.531 150.373-335.94 335.89-336l0.005-0zM273.64 748.56c18.469-14.705 30.237-37.146 30.36-62.34l0-0.020 0.8-140 72.28-108 66.48 43.52c12.739 9.022 28.598 14.421 45.718 14.421 3.824 0 7.585-0.269 11.265-0.79l-0.423 0.049 125.88-17.040c20.125-2.796 37.531-12.72 49.912-27.096l0.088-0.104 88.64-103.16c8.426-9.815 14.57-21.833 17.462-35.067l0.098-0.533c41.096 54.997 65.801 124.329 65.801 199.431 0 27.855-3.399 54.917-9.803 80.792l0.482-2.303-45.36-41.48c-14.213-12.967-33.205-20.909-54.052-20.909-11.048 0-21.576 2.231-31.156 6.266l0.528-0.198-121.8 50.64c-25.575 10.914-44.082 33.984-48.383 61.749l-0.057 0.451-9.56 64.8c-0.544 3.504-0.854 7.546-0.854 11.66 0 36.964 25.070 68.073 59.134 77.252l0.56 0.128 64 16.72c-40.98 19.246-88.997 30.478-139.638 30.478-93.178 0-177.473-38.027-238.214-99.409l-0.028-0.029zM740.72 757.84l-6.52-6.52c-9.761-9.773-22.030-17.039-35.758-20.751l-0.562-0.129-72-18.88 6.12-41.64 104-43.24 64 58.36c-16.985 27.77-36.61 51.696-59.074 72.611l-0.206 0.189z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-hemisphere-east-bold"]},"attrs":[{}],"properties":{"order":28838,"id":646,"name":"globe-hemisphere-east-bold","prevSize":16,"code":60249},"setIdx":3,"setId":3,"iconIdx":601},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM848 512c0 0.027 0 0.060 0 0.092 0 38.631-6.547 75.732-18.593 110.255l0.713-2.347-162.12-100c-8.928-5.617-19.48-9.55-30.795-11.075l-0.405-0.045-91.28-12.32c-3.089-0.42-6.659-0.659-10.286-0.659-26.21 0-49.497 12.517-64.209 31.9l-0.145 0.2h-16.28l-10.84-22.4c-10.732-21.98-30.681-38.038-54.675-43.264l-0.525-0.096-10.72-2.24 16-28h57.56c14.18-0.003 27.496-3.695 39.044-10.168l-0.404 0.208 49-27.040c5.671-3.2 10.573-6.751 15.031-10.783l-0.071 0.063 107.68-97.32c16.203-14.696 26.337-35.831 26.337-59.332 0-0.586-0.006-1.171-0.019-1.755l0.001 0.087c96.584 60.111 159.935 165.67 160 286.030l0 0.010zM563.040 180l24.8 44.4-96.84 87.6-43.72 24h-62.72c-29.549 0.036-55.35 16.047-69.235 39.859l-0.205 0.381-17.96 31.4-26.44-70.52 39.64-93.68c55.449-42.038 125.603-67.34 201.666-67.34 18.006 0 35.681 1.418 52.92 4.148l-1.906-0.249zM176 512c-0-0.023-0-0.049-0-0.076 0-38.297 6.444-75.089 18.307-109.351l-0.707 2.347 30.96 82.6c9.62 25.381 31.136 44.265 57.554 50.024l0.526 0.096 78.12 16.8 12 24.4c10.703 21.568 30.19 37.408 53.654 42.971l0.546 0.109-20 44.48c-4.372 9.573-6.921 20.764-6.921 32.55 0 20.98 8.076 40.074 21.289 54.342l-0.048-0.052 0.84 0.88 72.64 74.8-3.56 18.36c-176.292-11.451-314.974-157.134-315.2-335.257l-0-0.023zM590.6 838.64c0.853-4.399 1.341-9.457 1.341-14.629 0-21.087-8.114-40.279-21.39-54.624l0.048 0.053-0.84-0.88-70.88-73 45.48-102.080 76 10.24 165.72 101.92c-46.508 65.299-114.33 112.793-193.159 132.509l-2.321 0.491z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-hemisphere-west-bold"]},"attrs":[{}],"properties":{"order":28839,"id":645,"name":"globe-hemisphere-west-bold","prevSize":16,"code":60250},"setIdx":3,"setId":3,"iconIdx":602},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM844.52 464h-126.28c-6.71-97.353-34.83-186.842-79.648-265.589l1.608 3.069c108.182 45.705 186.424 143.264 204.090 260.664l0.23 1.856zM402.040 560h220c-9 106.76-48 205.84-109.96 279.4-62.24-73.56-101.040-172.64-110.040-279.4zM402.040 464c9-106.76 47.8-205.84 109.96-279.4 62.16 73.56 100.96 172.64 109.96 279.4zM384 201.48c-43.277 75.666-71.463 165.148-78.13 260.562l-0.11 1.958h-126.28c17.935-119.296 96.257-216.868 202.309-261.69l2.211-0.83zM179.48 560h126.28c6.777 97.372 34.963 186.854 79.847 265.582l-1.607-3.062c-108.264-45.652-186.585-143.225-204.29-260.662l-0.23-1.858zM640.2 822.52c43.21-75.678 71.33-165.167 77.932-260.577l0.108-1.943h126.28c-17.896 119.256-96.138 216.815-202.11 261.689l-2.21 0.831z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-simple-bold"]},"attrs":[{}],"properties":{"order":28840,"id":644,"name":"globe-simple-bold","prevSize":16,"code":60251},"setIdx":3,"setId":3,"iconIdx":603},{"icon":{"paths":["M512 688c167.895 0 304-136.105 304-304s-136.105-304-304-304c-167.895 0-304 136.105-304 304v0c0.182 167.821 136.179 303.818 303.983 304l0.017 0zM512 176c114.875 0 208 93.125 208 208s-93.125 208-208 208c-114.875 0-208-93.125-208-208v0c0.137-114.82 93.18-207.863 207.987-208l0.013-0zM560 845.52v34.48h80c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h80v-34.48c-233.248-24.959-413.638-219.57-415.998-456.801l-0.002-0.239c-0.022-1.665-0.034-3.63-0.034-5.599 0-124.402 49.254-237.3 129.325-320.257l-0.131 0.136c8.788-9.424 21.277-15.299 35.137-15.299 26.51 0 48 21.49 48 48 0 13.174-5.308 25.109-13.901 33.782l0.004-0.004c-63.713 66.070-102.965 156.104-102.965 255.305 0 203.241 164.759 368 368 368 99.211 0 189.253-39.26 255.436-103.092l-0.111 0.107c8.67-8.59 20.605-13.897 33.779-13.897 26.51 0 48 21.49 48 48 0 13.861-5.875 26.349-15.27 35.111l-0.028 0.026c-71.791 69.327-166.274 115.574-271.251 126.551l-1.989 0.169z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-stand-bold"]},"attrs":[{}],"properties":{"order":28841,"id":643,"name":"globe-stand-bold","prevSize":16,"code":60252},"setIdx":3,"setId":3,"iconIdx":604},{"icon":{"paths":["M720 240h-416c-167.821 0.182-303.818 136.179-304 303.983l-0 0.017v16c0.010 38.1 22.214 71.011 54.385 86.51l0.575 0.25c12.6 34.84 42.040 67 86.080 93.080 46.080 27.24 102.4 44 146.96 44 80.061-0.108 147.603-53.583 168.968-126.754l0.312-1.246h109.44c21.619 74.485 89.179 128.031 169.265 128.16l0.015 0c74.12 0 202.48-51.24 233.24-137.32 32.641-15.791 54.756-48.652 54.76-86.679l0-0.001v-16c-0.182-167.821-136.179-303.818-303.983-304l-0.017-0zM304 336h416c101.518 0.144 186.002 72.895 204.314 169.1l0.206 1.3c-12.263-11.028-25.86-21.073-40.373-29.743l-1.187-0.657c-46.080-27.24-102.4-44-146.96-44-80.061 0.108-147.603 53.583-168.968 126.754l-0.312 1.246h-109.44c-21.677-74.417-89.219-127.892-169.267-128l-0.013-0c-53.6 0-135.6 26.84-188.52 74.24 18.6-97.428 103.053-170.094 204.504-170.24l0.016-0zM288 688c-56.52 0-144-48.6-144-80 0-10.96 14.2-30.44 45.92-49.2 36-21.28 75.2-30.8 98.080-30.8 44.183 0 80 35.817 80 80s-35.817 80-80 80v0zM834.080 657.2c-36 21.28-75.2 30.8-98.080 30.8-44.183 0-80-35.817-80-80s35.817-80 80-80v0c56.52 0 144 48.6 144 80 0 10.96-14.2 30.44-45.92 49.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["goggles-bold"]},"attrs":[{}],"properties":{"order":28842,"id":642,"name":"goggles-bold","prevSize":16,"code":60253},"setIdx":3,"setId":3,"iconIdx":605},{"icon":{"paths":["M736 80c-26.51 0-48 21.49-48 48v0 16.88c-47.13-40.343-108.818-64.896-176.24-64.896-150.089 0-271.76 121.671-271.76 271.76 0 0.090 0 0.18 0 0.27l-0-0.014v96c-0 0.076-0 0.166-0 0.256 0 150.089 121.671 271.76 271.76 271.76 67.423 0 129.111-24.553 176.61-65.205l-0.37 0.309v16.88c-0.114 97.156-78.844 175.886-175.989 176l-0.011 0c-60 0-121.16-30.32-152.64-75.48-8.791-12.475-23.135-20.524-39.36-20.524-26.512 0-48.004 21.492-48.004 48.004 0 10.287 3.236 19.818 8.745 27.632l-0.101-0.152c49.36 70.76 140.2 116.52 231.36 116.52 150.157-0.159 271.841-121.843 272-271.985l0-0.015v-544c0-26.51-21.49-48-48-48v0zM512 624c-97.156-0.114-175.886-78.844-176-175.989l-0-0.011v-96c0-97.202 78.798-176 176-176s176 78.798 176 176v0 96c-0.114 97.156-78.844 175.886-175.989 176l-0.011 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["goodreads-logo-bold"]},"attrs":[{}],"properties":{"order":28843,"id":641,"name":"goodreads-logo-bold","prevSize":16,"code":60254},"setIdx":3,"setId":3,"iconIdx":606},{"icon":{"paths":["M896 176h-768c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h242.76c0.064 0 0.139 0 0.215 0 22.023 0 41.952-8.961 56.341-23.436l0.004-0.004 84.68-84.56 84.68 84.68c14.381 14.408 34.263 23.321 56.226 23.321 0.118 0 0.235-0 0.352-0.001l-0.018 0h242.76c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM880 752h-220l-91.32-91.32c-14.476-14.472-34.473-23.423-56.56-23.423s-42.084 8.951-56.56 23.423l0-0-91.56 91.32h-220v-480h736zM328 640c75.111 0 136-60.889 136-136s-60.889-136-136-136c-75.111 0-136 60.889-136 136v0c0 75.111 60.889 136 136 136v0zM328 464c22.091 0 40 17.909 40 40s-17.909 40-40 40c-22.091 0-40-17.909-40-40v0c0-22.091 17.909-40 40-40v0zM696 640c75.111 0 136-60.889 136-136s-60.889-136-136-136c-75.111 0-136 60.889-136 136v0c0 75.111 60.889 136 136 136v0zM696 464c22.091 0 40 17.909 40 40s-17.909 40-40 40c-22.091 0-40-17.909-40-40v0c0-22.091 17.909-40 40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-cardboard-logo-bold"]},"attrs":[{}],"properties":{"order":28844,"id":640,"name":"google-cardboard-logo-bold","prevSize":16,"code":60255},"setIdx":3,"setId":3,"iconIdx":607},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 176c106.619 0.021 201.616 49.765 263.067 127.303l0.533 0.697h-263.6c-79.863 0.074-149.193 45.104-184.054 111.145l-0.546 1.135-70.68-122.4c61.876-72.329 153.241-117.88 255.245-117.88 0.012 0 0.025 0 0.037 0l-0.002-0zM624 512c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM176 512c-0-0.055-0-0.121-0-0.187 0-44.765 8.816-87.471 24.807-126.477l-0.807 2.224 132 228.44c0.24 0.44 0.56 0.8 0.8 1.2 36.749 61.871 103.195 102.711 179.187 102.8l0.013 0q4.76 0 9.36-0.24l-70.72 122.52c-157.205-30.179-274.405-166.509-274.64-330.255l-0-0.025zM560.2 844.48l131.8-228.48c0.36-0.6 0.64-1.2 0.96-1.84 16.967-29.393 26.977-64.65 26.977-102.244 0-41.567-12.238-80.276-33.307-112.721l0.49 0.805h141.6c12.211 33.386 19.274 71.933 19.274 112.129 0 168.52-124.137 308.047-285.956 332.126l-1.838 0.225z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-chrome-logo-bold"]},"attrs":[{}],"properties":{"order":28845,"id":639,"name":"google-chrome-logo-bold","prevSize":16,"code":60256},"setIdx":3,"setId":3,"iconIdx":608},{"icon":{"paths":["M964 598.6l-273.92-449c-14.235-22.718-39.133-37.602-67.507-37.602-0.173 0-0.346 0.001-0.519 0.002l0.027-0h-220.32c-0.146-0.001-0.319-0.002-0.493-0.002-28.375 0-53.273 14.884-67.313 37.27l-0.194 0.332-0.28 0.44-273.48 448.56c-7.527 11.972-11.992 26.529-11.992 42.129 0 14.61 3.917 28.306 10.757 40.094l-0.205-0.383 109.44 191.24c14.023 24.219 39.791 40.264 69.312 40.32l0.008 0h549.36c29.529-0.056 55.297-16.101 69.115-39.936l0.205-0.384 109.28-191.24c6.683-11.437 10.629-25.18 10.629-39.845 0-15.544-4.433-30.053-12.105-42.332l0.196 0.337zM847.52 592h-148.36l-131.16-218.68 72.48-120.76zM219.2 768l-45.76-80h93.8zM379.2 688h265.6l76.8 128h-419.2zM436.8 592l75.2-125.36 75.2 125.36zM756.8 688h93.8l-45.8 80zM512 280l-43.24-72h86.48zM383.56 252.56l72.44 120.76-131.16 218.68h-148.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-drive-logo-bold"]},"attrs":[{}],"properties":{"order":28846,"id":638,"name":"google-drive-logo-bold","prevSize":16,"code":60257},"setIdx":3,"setId":3,"iconIdx":609},{"icon":{"paths":["M912 512c-0.011 220.905-179.093 399.98-400 399.98-220.914 0-400-179.086-400-400s179.086-400 400-400c123.907 0 234.656 56.339 308.027 144.798l0.533 0.662c6.836 8.234 10.984 18.913 10.984 30.56 0 26.512-21.492 48.004-48.004 48.004-14.864 0-28.151-6.756-36.956-17.365l-0.064-0.079c-56.167-67.733-140.337-110.552-234.508-110.552-167.895 0-304 136.105-304 304s136.105 304 304 304c150.95 0 276.203-110.019 299.948-254.245l0.24-1.763h-300.2c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h352c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-logo-bold"]},"attrs":[{}],"properties":{"order":28847,"id":637,"name":"google-logo-bold","prevSize":16,"code":60258},"setIdx":3,"setId":3,"iconIdx":610},{"icon":{"paths":["M928 464h-133.44c13.531-33.176 21.384-71.671 21.384-112 0-167.875-136.073-303.968-303.941-304l-0.003-0c-26.51 0-48 21.49-48 48v0 133.44c-33.176-13.531-71.671-21.384-112-21.384-167.875 0-303.968 136.073-304 303.941l-0 0.003c0 26.51 21.49 48 48 48v0h133.44c-13.531 33.176-21.384 71.671-21.384 112 0 167.875 136.073 303.968 303.941 304l0.003 0c26.51 0 48-21.49 48-48v0-133.44c33.176 13.531 71.671 21.384 112 21.384 167.875 0 303.968-136.073 304-303.941l0-0.003c0-26.51-21.49-48-48-48v0zM720 352c0.001 0.219 0.001 0.479 0.001 0.739 0 41.337-12.204 79.824-33.205 112.053l0.484-0.792h-127.28v-314.4c92.373 22.594 159.869 104.596 160 202.385l0 0.015zM352 304c0.219-0.001 0.479-0.001 0.739-0.001 41.337 0 79.824 12.204 112.053 33.205l-0.792-0.484v127.28h-314.4c22.594-92.373 104.596-159.869 202.385-160l0.015-0zM304 672c-0.001-0.219-0.001-0.479-0.001-0.739 0-41.337 12.204-79.824 33.205-112.053l-0.484 0.792h127.28v314.4c-92.373-22.594-159.869-104.596-160-202.385l-0-0.015zM672 720c-0.219 0.001-0.479 0.001-0.739 0.001-41.337 0-79.824-12.204-112.053-33.205l0.792 0.484v-127.28h314.4c-22.594 92.373-104.596 159.869-202.385 160l-0.015 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-photos-logo-bold"]},"attrs":[{}],"properties":{"order":28848,"id":636,"name":"google-photos-logo-bold","prevSize":16,"code":60259},"setIdx":3,"setId":3,"iconIdx":611},{"icon":{"paths":["M903.16 442.8l-671.16-384.2c-11.504-6.659-25.308-10.589-40.031-10.589-14.892 0-28.845 4.021-40.832 11.036l0.383-0.207c-23.781 13.784-39.521 39.118-39.521 68.127 0 0.138 0 0.276 0.001 0.414l-0-0.021v769.28c-0 0.096-0.001 0.21-0.001 0.325 0 29.058 15.792 54.427 39.262 67.994l0.378 0.202c11.603 6.816 25.556 10.841 40.449 10.841 14.724 0 28.529-3.934 40.421-10.809l-0.39 0.208 671.040-384c24.535-13.735 40.847-39.562 40.847-69.2s-16.312-55.465-40.449-68.995l-0.399-0.205zM208 812v-600l300 300zM576 580l49.6 49.6-232 132.8zM393.64 261.72l232 132.8-49.64 49.48zM712 580l-68-68 68-68 118.88 68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-play-logo-bold"]},"attrs":[{}],"properties":{"order":28849,"id":635,"name":"google-play-logo-bold","prevSize":16,"code":60260},"setIdx":3,"setId":3,"iconIdx":612},{"icon":{"paths":["M560 64v128c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-128c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM704 208c-26.51 0-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128c0-26.51-21.49-48-48-48v0zM512 784c-26.51 0-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128c0-26.51-21.49-48-48-48v0zM512 304c-26.51 0-48 21.49-48 48v0 320c0 26.51 21.49 48 48 48s48-21.49 48-48v0-320c0-26.51-21.49-48-48-48v0zM320 208c-26.51 0-48 21.49-48 48v0 224c0 26.51 21.49 48 48 48s48-21.49 48-48v0-224c0-26.51-21.49-48-48-48v0zM704 496c-26.51 0-48 21.49-48 48v0 224c0 26.51 21.49 48 48 48s48-21.49 48-48v0-224c0-26.51-21.49-48-48-48v0zM128 400c-26.51 0-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128c0-26.51-21.49-48-48-48v0zM320 592c-26.51 0-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128c0-26.51-21.49-48-48-48v0zM896 400c-26.51 0-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-podcasts-logo-bold"]},"attrs":[{}],"properties":{"order":28850,"id":634,"name":"google-podcasts-logo-bold","prevSize":16,"code":60261},"setIdx":3,"setId":3,"iconIdx":613},{"icon":{"paths":["M80 432c0-26.51 21.49-48 48-48v0h304c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-304c-26.51 0-48-21.49-48-48v0zM896 384h-304c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h304c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM272 544h-144c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h144c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM896 544h-144c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h144c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM384 592c0 26.51 21.49 48 48 48v0h160c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-160c-26.51 0-48 21.49-48 48v0zM208 704h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM432 704h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h64c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM656 704h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h64c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM896 704h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM128 320h768c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-768c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gradient-bold"]},"attrs":[{}],"properties":{"order":28851,"id":633,"name":"gradient-bold","prevSize":16,"code":60262},"setIdx":3,"setId":3,"iconIdx":614},{"icon":{"paths":["M999.2 341.96l-464-256c-6.691-3.763-14.686-5.979-23.2-5.979s-16.509 2.216-23.442 6.104l0.242-0.125-464 256c-14.875 8.347-24.762 24.019-24.762 42s9.887 33.653 24.521 41.875l0.241 0.125 87.2 48v191.040c-0 0.038-0 0.083-0 0.128 0 20.466 7.727 39.126 20.424 53.224l-0.063-0.072c54.16 60.52 175.64 161.72 379.64 161.72 0.876 0.005 1.912 0.008 2.948 0.008 56.005 0 110.047-8.409 160.931-24.033l-3.879 1.025v103c0 26.51 21.49 48 48 48s48-21.49 48-48v0-143.52c47.789-26.699 88.592-59.344 123.278-97.634l0.362-0.406c12.633-14.026 20.36-32.687 20.36-53.152 0-0.045-0-0.090-0-0.135l0 0.007v-191.040l87.2-48c14.875-8.347 24.762-24.019 24.762-42s-9.887-33.653-24.521-41.875l-0.241-0.125zM512 182.84l364.64 201.16-132.64 73.2c-0.279-0.164-0.514-0.323-0.739-0.494l0.019 0.014-208-114.76c-6.4-3.377-13.988-5.359-22.039-5.359-26.51 0-48 21.49-48 48 0 17.526 9.393 32.858 23.419 41.237l0.219 0.121 156 85.96-132.88 73.28-364.64-201.2zM512 784c-161.68 0-258.6-76.28-304-125.080v-132l280.8 154.96c6.691 3.763 14.686 5.979 23.2 5.979s16.509-2.216 23.442-6.104l-0.242 0.125 136.8-75.32v148.92c-46.383 18.067-100.076 28.536-156.213 28.536-1.332 0-2.662-0.006-3.99-0.018l0.204 0.001zM816 658.92c-14.592 15.611-30.279 29.788-47.083 42.571l-0.917 0.669v-148.6l48-26.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["graduation-cap-bold"]},"attrs":[{}],"properties":{"order":28852,"id":632,"name":"graduation-cap-bold","prevSize":16,"code":60263},"setIdx":3,"setId":3,"iconIdx":615},{"icon":{"paths":["M832 208c-0.044-0-0.096-0-0.148-0-42.779 0-83.848 7.325-122.020 20.789l2.568-0.789c-61.56-115.040-173.6-172.24-178.92-174.88-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126c-5.32 2.64-117.36 60-178.96 174.88-35.581-12.675-76.625-20-119.379-20-0.064 0-0.128 0-0.191 0l0.010-0c-26.51 0-48 21.49-48 48v0 320c0 203.241 164.759 368 368 368s368-164.759 368-368v0-320c0-26.51-21.49-48-48-48v0zM240 308.24c119.786 22.257 211.113 120.398 222.794 241.814l0.086 1.106c-56.795-61.791-134.058-103.983-220.979-115.789l-1.901-0.211zM464 843.76c-128.085-23.783-223.812-134.565-224-267.74l-0-0.020v-43.76c128.085 23.783 223.812 134.565 224 267.74l0 0.020zM397.48 270.84c32.8-59.76 85.28-100 114.52-119.080 29.28 19.16 81.72 59.32 114.52 119.080-47.164 32.168-85.649 73.553-113.568 121.815l-0.952 1.785c-28.884-50.038-67.366-91.421-113.244-122.777l-1.276-0.823zM784 576c-0.188 133.195-95.915 243.977-222.317 267.5l-1.683 0.26v-43.76c0.188-133.195 95.915-243.977 222.317-267.5l1.683-0.26zM784 435.12c-88.822 12.017-166.085 54.209-222.641 115.736l-0.239 0.264c11.785-122.505 103.106-220.627 221.195-242.619l1.685-0.261z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["grains-bold"]},"attrs":[{}],"properties":{"order":28853,"id":631,"name":"grains-bold","prevSize":16,"code":60264},"setIdx":3,"setId":3,"iconIdx":616},{"icon":{"paths":["M227.52 127.72c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 17.48 19.24c-17.719 7.325-29.96 24.473-29.96 44.48l-0 0v320c-0 0.036-0 0.079-0 0.122 0 203.241 164.759 368 368 368 93.79 0 179.385-35.086 244.375-92.85l-0.375 0.327 40.64 44.68c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM240.76 596.36c120.912 22.854 212.665 123.054 222.42 246.33l0.060 0.95c-120.912-22.854-212.665-123.054-222.42-246.33l-0.060-0.95zM512 682.44c-56.681-98.352-154.909-167.31-270.080-183.104l-1.92-0.216v-190.92c11.21 2.030 20.555 4.291 29.7 7.016l-1.94-0.496 283.32 311.6c-13.997 16.496-26.924 34.852-38.128 54.325l-0.952 1.795zM560.76 843.6c4.375-55.343 24.628-105.245 56.147-145.988l-0.467 0.628 74.8 82.28c-35.569 31.383-79.871 53.677-128.803 62.82l-1.677 0.26zM880 256v320c-0.052 18.872-1.505 37.36-4.258 55.421l0.258-2.061c-3.479 23.363-23.385 41.087-47.436 41.12l-0.004 0c-2.469-0.015-4.88-0.204-7.238-0.554l0.278 0.034c-23.375-3.492-41.098-23.427-41.098-47.501 0-2.434 0.181-4.826 0.531-7.162l-0.032 0.264c0.92-6.36 1.6-12.76 2.080-19.2-3.040 0.56-6.12 1.16-9.16 1.8-3.368 0.844-7.235 1.328-11.215 1.328-26.51 0-48-21.49-48-48 0-23.289 16.585-42.704 38.589-47.078l0.306-0.051c9.96-2.16 20-4 30.24-5.24v-190.84c-62.138 11.416-115.594 42.574-154.927 86.615l-0.233 0.265c-8.837 9.867-21.617 16.047-35.84 16.047-26.536 0-48.047-21.511-48.047-48.047 0-12.313 4.631-23.543 12.247-32.046l-0.040 0.046c20.39-22.728 43.19-42.631 68.185-59.534l1.295-0.826c-32.8-59.72-85.24-100-114.52-119.040-23.366 15.367-43.728 31.968-62.254 50.414l0.014-0.014c-8.694 8.718-20.717 14.113-34 14.113-26.517 0-48.013-21.496-48.013-48.013 0-13.233 5.354-25.216 14.014-33.901l-0.001 0.001c31.322-31.519 67.111-58.548 106.349-80.068l2.411-1.212c6.258-3.199 13.65-5.074 21.48-5.074s15.222 1.875 21.752 5.2l-0.272-0.126c5.32 2.64 117.44 60 178.96 174.96 35.647-12.693 76.765-20.032 119.596-20.040l0.004-0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["grains-slash-bold"]},"attrs":[{}],"properties":{"order":28854,"id":630,"name":"grains-slash-bold","prevSize":16,"code":60265},"setIdx":3,"setId":3,"iconIdx":617},{"icon":{"paths":["M800 608c-0.028-0-0.061-0-0.094-0-24.018 0-46.654 5.918-66.529 16.376l0.783-0.375-85.56-66.56c4.437-12.739 7.125-27.43 7.398-42.711l0.002-0.129 41.4-13.76c26.134 26.526 62.448 42.959 102.6 42.959 79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144 0 0.071 0 0.141 0 0.212l-0-0.011c0 4.44 0.24 8.84 0.64 13.2l-31.12 10.36c-26.573-33.917-67.519-55.52-113.513-55.56l-0.007-0c-4 0-7.52 0-11.24 0.48l-17.8-40c27.683-26.296 44.904-63.377 44.904-104.48 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 79.529 64.471 144 144 144 0.048 0 0.095-0 0.143-0l-0.008 0c4 0 7.52 0 11.24-0.48l17.8 40c-27.76 26.248-45.039 63.332-45.039 104.452 0 19.597 3.924 38.277 11.030 55.297l-0.351-0.949-85.12 75.64c-20.069-11.284-44.053-17.932-69.59-17.932-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-19.594-3.913-38.274-11.001-55.301l0.352 0.953 85.12-75.64c20.051 11.301 44.022 17.959 69.547 17.959 28.845 0 55.705-8.503 78.209-23.138l-0.556 0.339 78.36 61.040c-7.641 17.007-12.092 36.864-12.092 57.76 0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.497-64.419-143.948-143.903-144l-0.005-0zM800 352c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM336 224c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM224 816c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM464 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM800 800c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["graph-bold"]},"attrs":[{}],"properties":{"order":28855,"id":629,"name":"graph-bold","prevSize":16,"code":60266},"setIdx":3,"setId":3,"iconIdx":618},{"icon":{"paths":["M800 144h-576c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM784 464h-224v-224h224zM464 240v224h-224v-224zM240 560h224v224h-224zM560 784v-224h224v224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["grid-four-bold"]},"attrs":[{}],"properties":{"order":28856,"id":628,"name":"grid-four-bold","prevSize":16,"code":60267},"setIdx":3,"setId":3,"iconIdx":619},{"icon":{"paths":["M864 176h-704c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM432 560v-96h160v96zM592 656v96h-160v-96zM176 464h160v96h-160zM432 368v-96h160v96zM688 464h160v96h-160zM848 368h-160v-96h160zM336 272v96h-160v-96zM176 656h160v96h-160zM688 752v-96h160v96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["grid-nine-bold"]},"attrs":[{}],"properties":{"order":28857,"id":627,"name":"grid-nine-bold","prevSize":16,"code":60268},"setIdx":3,"setId":3,"iconIdx":620},{"icon":{"paths":["M369.96 750c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-96-96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0zM448 480c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM1009.96 241.92c-8.689 8.703-20.7 14.086-33.968 14.086-8.238 0-15.992-2.075-22.766-5.732l0.255 0.126-225.48 225.6c9.76 21.653 17.25 46.802 21.238 73.101l0.202 1.619c10.040 70.32-8.8 133.4-53.080 177.68-17.458 17.429-38.395 31.38-61.678 40.72l-1.242 0.44c-5.718 2.897-9.568 8.731-9.568 15.464 0 0.189 0.003 0.376 0.009 0.564l-0.001-0.027c-2.12 62.44-24.64 116.88-65.12 157.36-42.76 42.56-100.76 65.080-166.24 65.080-15.224-0.029-30.157-1.163-44.755-3.324l1.675 0.204c-77.88-11.12-154.92-51.4-216.92-113.4s-102.28-139.040-113.4-216.92c-12-83 10.24-157.36 62.2-209.32 40.48-40.48 94.92-63 157.36-65.24 0.16 0.005 0.348 0.008 0.536 0.008 6.733 0 12.566-3.851 15.418-9.47l0.045-0.098c9.759-24.473 23.668-45.368 41.045-62.805l-0.005 0.005c44.28-44.28 107.36-63.12 177.68-53.080 27.878 4.202 52.985 11.691 76.456 22.181l-1.856-0.741 225.6-225.48c-3.568-6.548-5.666-14.341-5.666-22.624 0-26.51 21.49-48 48-48 13.297 0 25.332 5.407 34.024 14.142l0.002 0.002 160 160c8.686 8.686 14.058 20.686 14.058 33.94s-5.372 25.254-14.058 33.94l0-0zM884 184l-44-44-76 76 44 44zM586.76 437.12c-44.64-44.76-101.2-69.12-149.4-69.12-29.16 0-55.24 8.84-73.76 27.4-8.332 8.463-14.982 18.609-19.392 29.877l-0.208 0.603c-17.005 40.765-56.111 69.101-101.954 70.118l-0.126 0.002c-26.28 0.88-63.72 8-92.72 37.040-30.080 30.080-42.52 75.48-35.040 128 8.2 57.48 38.84 115.24 86.24 162.64s105.16 78.040 162.64 86.24c52.36 7.48 97.76-4.96 128-35.040 29-29 36-66.44 37.040-92.72 0.971-45.984 29.285-85.121 69.295-101.883l0.745-0.277c11.833-4.679 21.937-11.38 30.364-19.764l-0.004 0.004c49.24-49.080 30.2-151.32-41.6-223.12zM676 392.28l64-64.28-44-44-64.28 64c8 6.68 15.6 13.68 23.040 21.080s14.4 15.28 21.24 23.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["guitar-bold"]},"attrs":[{}],"properties":{"order":28858,"id":626,"name":"guitar-bold","prevSize":16,"code":60269},"setIdx":3,"setId":3,"iconIdx":621},{"icon":{"paths":["M911.6 610.88l-158.8 57.76-142.96-57.2c-5.282-2.175-11.413-3.438-17.84-3.438s-12.558 1.263-18.16 3.554l0.32-0.116-142.16 56.88-142.16-56.88c-5.285-2.179-11.422-3.444-17.853-3.444-5.88 0-11.513 1.057-16.719 2.992l0.332-0.108-176 64c-18.596 6.9-31.608 24.491-31.608 45.12 0 26.514 21.494 48.008 48.008 48.008 5.885 0 11.522-1.059 16.732-2.996l-0.332 0.108 32.48-11.8c9.215 89.4 84.072 158.55 175.107 158.68l0.013 0h384c97.156-0.114 175.886-78.844 176-175.989l0-0.011v-11.48l64.4-23.4c18.596-6.9 31.608-24.491 31.608-45.12 0-26.514-21.494-48.008-48.008-48.008-5.885 0-11.522 1.059-16.732 2.996l0.332-0.108zM704 816h-384c-44.183 0-80-35.817-80-80v0-17.28l31.2-11.36 142.96 57.2c5.282 2.175 11.413 3.438 17.84 3.438s12.558-1.263 18.16-3.554l-0.32 0.116 142.16-56.88 142.16 56.88c5.285 2.179 11.422 3.444 17.853 3.444 5.88 0 11.513-1.057 16.719-2.992l-0.332 0.108 11.56-4.24c-10.786 32.25-40.702 55.087-75.956 55.12l-0.004 0zM48 512c0-26.51 21.49-48 48-48v0h832c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-832c-26.51 0-48-21.49-48-48v0zM192.8 416h638.4c26.783-0.022 50.537-12.97 65.365-32.941l0.155-0.219c9.562-12.84 15.309-29.013 15.309-46.528 0-8.603-1.386-16.882-3.948-24.626l0.159 0.554c-43.76-136.72-206.68-232.24-396.24-232.24s-352.44 95.48-396.24 232.2c-2.411 7.196-3.802 15.483-3.802 24.094 0 17.51 5.752 33.677 15.47 46.714l-0.148-0.207c14.959 20.224 38.724 33.195 65.519 33.2l0.001 0zM512 176c134.8 0 254.44 59.4 296 144h-592c41.6-84.6 161.24-144 296-144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hamburger-bold"]},"attrs":[{}],"properties":{"order":28859,"id":625,"name":"hamburger-bold","prevSize":16,"code":60270},"setIdx":3,"setId":3,"iconIdx":622},{"icon":{"paths":["M1000.72 420.68l-253.88-255.68c-72.436-72.29-172.428-116.993-282.86-116.993s-210.424 44.702-282.866 116.999l0.006-0.006-0.52 0.56-55.12 56.88c-8.367 8.63-13.524 20.412-13.524 33.4 0 26.512 21.492 48.004 48.004 48.004 13.525 0 25.743-5.593 34.468-14.592l0.012-0.012 54.84-56.6c17.723-17.718 37.633-33.249 59.291-46.153l1.389-0.767 166.040 166.28-372.6 372.64c-14.484 14.478-23.443 34.483-23.443 56.58s8.959 42.102 23.443 56.58l82.76 82.76c14.476 14.472 34.473 23.423 56.56 23.423s42.084-8.951 56.56-23.423l372.72-372.56 100.64 100.68c14.478 14.484 34.483 23.443 56.58 23.443s42.102-8.959 56.58-23.443l114.76-114.8c14.544-14.488 23.543-34.533 23.543-56.68 0-22.067-8.935-42.048-23.384-56.521l0.001 0.001zM242.72 841.36l-60-60 249.28-249.36 60 60zM560 524l-60-60 78.040-78.040c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001-169.080-169c16.597-3.217 35.684-5.058 55.201-5.058 83.826 0 159.721 33.955 214.682 88.86l-0.003-0.003 125.76 126.68-92.6 92.56-6.040-6.040c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001zM829.28 569.24l-49.28-49.24 92.36-92.36 49.2 49.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hammer-bold"]},"attrs":[{}],"properties":{"order":28860,"id":624,"name":"hammer-bold","prevSize":16,"code":60271},"setIdx":3,"setId":3,"iconIdx":623},{"icon":{"paths":["M975.44 790.6l-57-480c-4.977-39.973-38.741-70.6-79.659-70.6-0.036 0-0.071 0-0.107 0l0.005-0h-119.36c-8.968-107.413-98.36-191.195-207.32-191.195s-198.352 83.781-207.269 190.437l-0.051 0.758h-119.36c-0.030-0-0.066-0-0.101-0-40.918 0-74.682 30.627-79.619 70.208l-0.040 0.392-57 480c-0.353 2.822-0.554 6.088-0.554 9.401 0 44.183 35.817 80 80 80 0.11 0 0.221-0 0.331-0.001l-0.017 0h767.36c0.093 0 0.204 0.001 0.314 0.001 44.183 0 80-35.817 80-80 0-3.313-0.201-6.579-0.593-9.786l0.038 0.385zM512 144c56.206 0.006 102.74 41.413 110.765 95.387l0.075 0.613h-221.68c8.1-54.587 54.634-95.994 110.839-96l0.001-0zM146 784l53.24-448h104.76v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h224v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h104.76l53.24 448z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["handbag-bold"]},"attrs":[{}],"properties":{"order":28861,"id":623,"name":"handbag-bold","prevSize":16,"code":60272},"setIdx":3,"setId":3,"iconIdx":624},{"icon":{"paths":["M975.44 790.6l-57-480c-4.977-39.973-38.741-70.6-79.659-70.6-0.036 0-0.071 0-0.107 0l0.005-0h-119.36c-8.968-107.413-98.36-191.195-207.32-191.195s-198.352 83.781-207.269 190.437l-0.051 0.758h-119.36c-0.030-0-0.066-0-0.101-0-40.918 0-74.682 30.627-79.619 70.208l-0.040 0.392-57 480c-0.353 2.822-0.554 6.088-0.554 9.401 0 44.183 35.817 80 80 80 0.11 0 0.221-0 0.331-0.001l-0.017 0h767.36c0.093 0 0.204 0.001 0.314 0.001 44.183 0 80-35.817 80-80 0-3.313-0.201-6.579-0.593-9.786l0.038 0.385zM512 144c56.206 0.006 102.74 41.413 110.765 95.387l0.075 0.613h-221.68c8.1-54.587 54.634-95.994 110.839-96l0.001-0zM146 784l53.24-448h625.52l53.24 448z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["handbag-simple-bold"]},"attrs":[{}],"properties":{"order":28862,"id":622,"name":"handbag-simple-bold","prevSize":16,"code":60273},"setIdx":3,"setId":3,"iconIdx":625},{"icon":{"paths":["M752 176c-0.074-0-0.162-0-0.25-0-11.281 0-22.221 1.459-32.642 4.2l0.892-0.199v-4c0-0.037 0-0.080 0-0.124 0-70.692-57.308-128-128-128-50.362 0-93.931 29.085-114.826 71.375l-0.335 0.749c-13.32-5.136-28.733-8.111-44.84-8.111-70.692 0-128 57.308-128 128 0 0.039 0 0.078 0 0.117l-0-0.006v203.32c-23.58-26.802-57.953-43.625-96.254-43.625-70.692 0-128 57.308-128 128 0 22.927 6.028 44.447 16.586 63.060l-0.331-0.635c127.28 268.28 205.4 385.88 416 385.88 203.149-0.228 367.772-164.851 368-367.978l0-0.022v-304c0-70.692-57.308-128-128-128v0zM784 608c-0.182 150.148-121.852 271.818-271.982 272l-0.018 0c-143.32 0-198.84-56-329.92-332.56-0.56-1.16-1.16-2.32-1.8-3.44-2.442-4.412-3.879-9.673-3.879-15.27 0-17.673 14.327-32 32-32 11.484 0 21.554 6.049 27.2 15.134l0.079 0.136 0.84 1.4 74.72 120c8.614 13.688 23.64 22.65 40.76 22.65 26.51 0 48-21.49 48-48 0-0.018-0-0.035-0-0.053l0 0.003v-368c0-17.673 14.327-32 32-32s32 14.327 32 32v0 240c0 26.51 21.49 48 48 48s48-21.49 48-48v0-304c0-17.673 14.327-32 32-32s32 14.327 32 32v0 304c0 26.51 21.49 48 48 48s48-21.49 48-48v0-176c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-bold"]},"attrs":[{}],"properties":{"order":28863,"id":621,"name":"hand-bold","prevSize":16,"code":60274},"setIdx":3,"setId":3,"iconIdx":626},{"icon":{"paths":["M931.040 551.52c-18.914-14.605-42.957-23.409-69.056-23.409-10.479 0-20.627 1.419-30.262 4.077l0.798-0.188-144.52 33.040c0-1.68 0-3.36 0-5.040 0-70.692-57.308-128-128-128v0h-200.24c-0.116-0-0.254-0.001-0.391-0.001-39.631 0-75.498 16.117-101.403 42.155l-0.006 0.006-85.96 85.84h-92c-44.183 0-80 35.817-80 80v0 160c0 44.183 35.817 80 80 80v0h400c0.008 0 0.016 0 0.025 0 4.125 0 8.128-0.525 11.945-1.512l-0.33 0.072 256-64c2.78-0.688 5.166-1.51 7.453-2.515l-0.293 0.115 155.28-66.16c0.92-0.36 1.8-0.76 2.68-1.2 37.795-19.212 63.238-57.808 63.238-102.347 0-36.951-17.512-69.811-44.69-90.734l-0.269-0.199zM96 656h48v128h-48zM870.72 658.44l-150.040 64-246.6 61.56h-234.080v-156l85.84-85.84c8.652-8.744 20.654-14.158 33.92-14.16l200.24-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128c0.003 0 0.006 0 0.009 0 3.811 0 7.521-0.437 11.080-1.264l-0.329 0.064 269.88-62.12c1.451-0.411 3.118-0.647 4.84-0.647 10.172 0 18.421 8.237 18.44 18.405l0 0.002c0 0.033 0 0.072 0 0.111 0 6.762-3.663 12.668-9.113 15.842l-0.087 0.047zM656 400c4.4 0 8.8-0.24 13.12-0.6 25.189 57.307 81.457 96.6 146.903 96.6 88.366 0 160-71.634 160-160s-71.634-160-160-160c-0.008 0-0.016 0-0.024 0l0.001-0c-4.4 0-8.72 0.24-13.040 0.56-25.198-57.285-81.455-96.56-146.886-96.56-88.366 0-160 71.634-160 160 0 88.339 71.592 159.958 159.922 160l0.004 0zM880 336c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM656 176c0.015-0 0.032-0 0.049-0 25.484 0 47.49 14.895 57.785 36.454l0.166 0.386c-27.441 22.815-47.015 54.252-54.576 90.116l-0.184 1.044c-1.080 0-2.16 0-3.24 0-35.346 0-64-28.654-64-64s28.654-64 64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-coins-bold"]},"attrs":[{}],"properties":{"order":28864,"id":620,"name":"hand-coins-bold","prevSize":16,"code":60275},"setIdx":3,"setId":3,"iconIdx":627},{"icon":{"paths":["M576 736c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM880 464v144c0 203.241-164.759 368-368 368s-368-164.759-368-368v0-304c-0-0.019-0-0.042-0-0.065 0-70.692 57.308-128 128-128 11.372 0 22.397 1.483 32.893 4.266l-0.893-0.201v-4c-0-0.037-0-0.080-0-0.124 0-70.692 57.308-128 128-128 50.362 0 93.931 29.085 114.826 71.375l0.335 0.749c13.32-5.136 28.733-8.111 44.84-8.111 70.692 0 128 57.308 128 128 0 0.039-0 0.078-0 0.117l0-0.006v100c9.603-2.582 20.628-4.065 32-4.065 70.692 0 128 57.308 128 128 0 0.023-0 0.045-0 0.068l0-0.004zM784 464c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-224c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 176c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-240c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 272c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-144c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 304c0 150.221 121.779 272 272 272s272-121.779 272-272v0zM512 512c-0.16-0-0.35-0.001-0.539-0.001-86.404 0-161.341 49.096-198.435 120.913l-0.586 1.247c-3.158 6.223-5.008 13.569-5.008 21.347 0 26.51 21.49 48 48 48 18.342 0 34.282-10.288 42.362-25.409l0.126-0.258c21.655-41.756 64.553-69.793 114-69.793s92.345 28.038 113.664 69.083l0.336 0.711c8.123 15.652 24.206 26.16 42.744 26.16 0.062 0 0.124-0 0.186-0l-0.010 0c0.023 0 0.051 0 0.078 0 7.935 0 15.413-1.953 21.981-5.404l-0.259 0.124c15.653-8.122 26.163-24.206 26.163-42.745 0-7.962-1.939-15.471-5.369-22.082l0.126 0.267c-37.68-73.064-112.617-122.161-199.021-122.161-0.19 0-0.379 0-0.569 0.001l0.029-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-eye-bold"]},"attrs":[{}],"properties":{"order":28865,"id":619,"name":"hand-eye-bold","prevSize":16,"code":60276},"setIdx":3,"setId":3,"iconIdx":628},{"icon":{"paths":["M800 304h-48v-48c-0.075-79.473-64.517-143.869-144-143.869-36.946 0-70.642 13.914-96.134 36.787l0.134-0.119c-25.36-22.762-59.061-36.681-96.013-36.681-66.023 0-121.668 44.433-138.664 105.027l-0.243 1.014c-15.723-6.416-33.967-10.14-53.080-10.14-79.522 0-143.989 64.46-144 143.979l-0 0.001v160c0 238.587 193.413 432 432 432s432-193.413 432-432v0-64c0-79.529-64.471-144-144-144v0zM560 256c0-26.51 21.49-48 48-48s48 21.49 48 48v0 48h-96zM368 256c0-26.51 21.49-48 48-48s48 21.49 48 48v0 160c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM176 352c0-26.51 21.49-48 48-48s48 21.49 48 48v0 64c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM848 512c0 0.054 0 0.117 0 0.181 0 185.568-150.432 336-336 336-171.322 0-312.696-128.222-333.393-293.936l-0.168-1.645c13.583 4.691 29.236 7.4 45.521 7.4 36.981 0 70.699-13.967 96.168-36.914l-0.129 0.114c25.318 22.833 59.018 36.802 95.98 36.802 29.253 0 56.462-8.749 79.153-23.774l-0.533 0.332c7.485 9.583 15.833 17.943 25.085 25.202l0.315 0.238c-34.69 36.965-56 86.845-56 141.702 0 0.105 0 0.21 0 0.314l-0-0.016c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-61.856 50.144-112 112-112v0c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-64c-26.51 0-48-21.49-48-48v0-48h240c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-fist-bold"]},"attrs":[{}],"properties":{"order":28866,"id":618,"name":"hand-fist-bold","prevSize":16,"code":60277},"setIdx":3,"setId":3,"iconIdx":629},{"icon":{"paths":["M752 304c-0.12-0-0.262-0.001-0.404-0.001-15.959 0-31.233 2.934-45.311 8.293l0.875-0.292c-21.235-43.021-64.795-72.092-115.145-72.092-30.391 0-58.308 10.591-80.261 28.284l0.246-0.192c-21.705-17.494-49.616-28.080-80-28.080-70.692 0-128 57.308-128 128 0 0.028 0 0.056 0 0.084l-0-0.004v64h-32c-70.692 0-128 57.308-128 128v0 48c0 203.241 164.759 368 368 368s368-164.759 368-368v0-176c0-70.692-57.308-128-128-128v0zM784 608c0 150.221-121.779 272-272 272s-272-121.779-272-272v0-48c0-17.673 14.327-32 32-32v0h32v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-240c0-17.673 14.327-32 32-32s32 14.327 32 32v0 112c0 26.51 21.49 48 48 48s48-21.49 48-48v0-112c0-17.673 14.327-32 32-32s32 14.327 32 32v0 112c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-grabbing-bold"]},"attrs":[{}],"properties":{"order":28867,"id":617,"name":"hand-grabbing-bold","prevSize":16,"code":60278},"setIdx":3,"setId":3,"iconIdx":630},{"icon":{"paths":["M931.040 551.52c-13.45-10.389-29.632-17.938-47.271-21.439l-0.729-0.121c61.72-70.2 92.96-140.48 92.96-209.96 0-114.68-92.36-208-205.84-208-0.295-0.002-0.644-0.002-0.993-0.002-56.559 0-107.823 22.675-145.195 59.43l0.028-0.028c-37.344-36.727-88.608-59.402-145.167-59.402-0.349 0-0.698 0.001-1.047 0.003l0.054-0c-113.48 0-205.84 93.32-205.84 208 0 40.6 10.88 81.2 32.88 122.8-18.262 7.651-33.848 18.248-46.916 31.356l-0.004 0.004-85.96 85.84h-92c-44.183 0-80 35.817-80 80v0 160c0 44.183 35.817 80 80 80v0h400c0.008 0 0.016 0 0.025 0 4.125 0 8.128-0.525 11.945-1.512l-0.33 0.072 256-64c2.78-0.688 5.166-1.51 7.453-2.515l-0.293 0.115 155.28-66.16c0.92-0.36 1.8-0.76 2.68-1.2 37.795-19.212 63.238-57.808 63.238-102.347 0-36.951-17.512-69.811-44.69-90.734l-0.269-0.199zM477.84 208c0.499-0.008 1.087-0.013 1.677-0.013 44.705 0 83.107 26.982 99.811 65.549l0.271 0.704c7.374 17.613 24.468 29.762 44.4 29.762s37.026-12.149 44.282-29.445l0.118-0.316c16.975-39.271 55.378-66.253 100.083-66.253 0.59 0 1.178 0.005 1.766 0.014l-0.088-0.001c59.52 0 109.84 51.28 109.84 112 0 72.24-60 155.36-173.52 240.76l-18.48 4.28c0-1.68 0-3.36 0-5.040 0-70.692-57.308-128-128-128v0h-149.16c-29.16-40.96-42.84-76.92-42.84-112 0-60.72 50.32-112 109.84-112zM96 656h48v128h-48zM870.72 658.44l-150.040 64-246.6 61.56h-234.080v-156l85.84-85.84c8.652-8.744 20.654-14.158 33.92-14.16l200.24-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128c0.003 0 0.006 0 0.009 0 3.811 0 7.521-0.437 11.080-1.264l-0.329 0.064 269.88-62.12c1.451-0.411 3.118-0.647 4.84-0.647 10.172 0 18.421 8.237 18.44 18.405l0 0.002c0 0.033 0 0.072 0 0.111 0 6.762-3.663 12.668-9.113 15.842l-0.087 0.047z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-heart-bold"]},"attrs":[{}],"properties":{"order":28868,"id":616,"name":"hand-heart-bold","prevSize":16,"code":60279},"setIdx":3,"setId":3,"iconIdx":631},{"icon":{"paths":["M752 336c-0.074-0-0.162-0-0.25-0-11.281 0-22.221 1.459-32.642 4.2l0.892-0.199v-100c0-0.033 0-0.072 0-0.111 0-70.692-57.308-128-128-128-16.107 0-31.52 2.975-45.717 8.406l0.877-0.295c-21.229-43.038-64.798-72.124-115.16-72.124-70.692 0-128 57.308-128 128 0 0.044 0 0.087 0 0.131l-0-0.007v4c-9.603-2.582-20.628-4.065-32-4.065-70.692 0-128 57.308-128 128 0 0.023 0 0.045 0 0.068l-0-0.004v304c0 203.241 164.759 368 368 368s368-164.759 368-368v0-144c0-70.692-57.308-128-128-128v0zM784 608c0 150.221-121.779 272-272 272s-272-121.779-272-272v0-304c0-17.673 14.327-32 32-32s32 14.327 32 32v0 176c0 26.51 21.49 48 48 48s48-21.49 48-48v0-304c0-17.673 14.327-32 32-32s32 14.327 32 32v0 272c0 26.51 21.49 48 48 48s48-21.49 48-48v0-208c0-17.673 14.327-32 32-32s32 14.327 32 32v0 261.6c-92.373 22.594-159.869 104.596-160 202.385l-0 0.015c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-61.856 50.144-112 112-112v0c26.51 0 48-21.49 48-48v0-80c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-palm-bold"]},"attrs":[{}],"properties":{"order":28869,"id":615,"name":"hand-palm-bold","prevSize":16,"code":60280},"setIdx":3,"setId":3,"iconIdx":632},{"icon":{"paths":["M752 336c-0.113-0-0.246-0.001-0.379-0.001-15.981 0-31.277 2.934-45.378 8.293l0.878-0.293c-21.241-43.005-64.792-72.062-115.13-72.062-11.368 0-22.39 1.482-32.883 4.263l0.893-0.201v-100c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 267.32c-23.589-26.946-58.052-43.869-96.468-43.869-70.692 0-128 57.308-128 128 0 23.787 6.489 46.059 17.793 65.142l-0.325-0.593 18.72 32.96c136.72 240.96 199.16 351.040 396.28 351.040 203.149-0.228 367.772-164.851 368-367.978l0-0.022v-144c0-70.692-57.308-128-128-128v0zM784 608c-0.182 150.148-121.852 271.818-271.982 272l-0.018 0c-136 0-173.96-57.8-312.8-302.6l-18.76-33.12c-0.010-0.042-0.016-0.090-0.016-0.14s0.006-0.098 0.016-0.144l-0.001 0.004c-2.695-4.59-4.286-10.109-4.286-16 0-17.677 14.33-32.006 32.006-32.006 11.786 0 22.083 6.37 27.638 15.855l0.082 0.151c0.24 0.48 0.52 0.92 0.8 1.4l74.72 120c8.64 13.543 23.586 22.395 40.6 22.395 26.438 0 47.883-21.374 48-47.784l0-0.011v-432c0-17.673 14.327-32 32-32s32 14.327 32 32v0 272c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48c0-17.673 14.327-32 32-32s32 14.327 32 32v0 80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-pointing-bold"]},"attrs":[{}],"properties":{"order":28870,"id":614,"name":"hand-pointing-bold","prevSize":16,"code":60281},"setIdx":3,"setId":3,"iconIdx":633},{"icon":{"paths":["M656 80v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v0 32c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM823.32 165.64c7.669 5.425 17.215 8.671 27.518 8.671 16.202 0 30.529-8.027 39.221-20.321l0.101-0.15 18.36-26.2c5.433-7.674 8.685-17.227 8.685-27.54 0-26.513-21.493-48.005-48.005-48.005-16.2 0-30.526 8.024-39.219 20.315l-0.101 0.15-18.36 26.2c-5.437 7.675-8.69 17.23-8.69 27.545 0 16.21 8.035 30.543 20.34 39.234l0.151 0.101zM1021.12 221.12c-6.897-18.597-24.486-31.61-45.115-31.61-5.887 0-11.526 1.060-16.737 2.999l0.332-0.108-30.080 10.96c-18.59 6.906-31.595 24.494-31.595 45.12 0 26.518 21.497 48.015 48.015 48.015 5.892 0 11.536-1.061 16.752-3.003l-0.332 0.108 30.040-10.96c18.597-6.897 31.61-24.486 31.61-45.115 0-5.887-1.060-11.526-2.999-16.737l0.108 0.332zM898.92 365.96c28.519 48.229 45.37 106.286 45.37 168.278 0 91.122-36.407 173.74-95.469 234.103l0.059-0.061c-42.783 139.794-170.677 239.703-321.905 239.703-123.705 0-231.796-66.851-290.117-166.398l-0.858-1.585-140-242.48c-10.104-17.21-16.072-37.904-16.072-59.992 0-52.706 33.98-97.476 81.227-113.598l0.845-0.25-5.2-9c-10.107-17.211-16.076-37.907-16.076-59.998 0-53.151 34.556-98.232 82.427-114l0.848-0.242c-1.535-7.199-2.414-15.47-2.414-23.947 0-66.274 53.726-120 120-120 25.801 0 49.7 8.143 69.268 21.998l-0.374-0.251c21.979-23.641 53.253-38.384 87.971-38.384 44.258 0 82.919 23.959 103.722 59.614l0.307 0.57 37.2 64.44c5.758-5.131 12.16-9.788 18.999-13.777l0.561-0.303c17.217-10.116 37.923-16.091 60.024-16.091 44.22 0 82.853 23.918 103.669 59.523l0.307 0.568zM698.24 306.32l22.44 38.88c8.229 7.84 15.315 16.772 21.052 26.589l0.308 0.571 76 131.64c10.463 17.721 19.93 38.261 27.292 59.777l0.708 2.383c1.337-9.516 2.1-20.508 2.1-31.678 0-44.313-12.010-85.822-32.952-121.448l0.612 1.126-75.8-131.84c-4.174-7.437-12.009-12.379-20.999-12.379-13.255 0-24 10.745-24 24 0 4.573 1.279 8.847 3.499 12.485l-0.060-0.106zM477.52 212v0l22.48 39.080c8.221 7.788 15.294 16.669 21.015 26.437l0.305 0.563 37.24 64.4c5.748-5.106 12.136-9.749 18.955-13.735l0.565-0.305c4.847-2.865 10.537-5.634 16.452-7.954l0.828-0.286-76.28-132.2c-4.174-7.437-12.009-12.379-20.999-12.379-13.255 0-24 10.745-24 24 0 4.573 1.279 8.847 3.499 12.485l-0.060-0.106zM320.8 228.6l13.32 23.080c6.819-6.588 14.468-12.39 22.755-17.216l0.565-0.304c4.829-2.853 10.505-5.621 16.403-7.949l0.837-0.291-12.28-21.32c-3.151-5.406-8.209-9.409-14.231-11.119l-0.169-0.041c-1.86-0.517-3.996-0.815-6.201-0.815-13.255 0-24 10.745-24 24 0 4.408 1.188 8.539 3.262 12.089l-0.061-0.114zM758.88 734.16c5.26-18.69 8.284-40.152 8.284-62.322 0-44.145-11.99-85.489-32.892-120.953l0.608 1.115-76-131.64c-4.222-7.244-11.954-12.036-20.805-12.036-11.063 0-20.378 7.485-23.156 17.667l-0.039 0.168c-0.513 1.862-0.808 4-0.808 6.206 0 3.422 0.709 6.679 1.989 9.631l-0.061-0.157 45.32 78.16c4.543 7.2 7.24 15.96 7.24 25.349 0 26.51-21.49 48-48 48-18.216 0-34.062-10.147-42.194-25.097l-0.126-0.252-140-242c-4.202-7.347-11.992-12.218-20.92-12.218-13.265 0-24.018 10.753-24.018 24.018 0 4.337 1.149 8.405 3.16 11.917l-0.062-0.117 98.48 170.4c4.32 7.064 6.878 15.612 6.878 24.758 0 26.51-21.49 48-48 48-17.979 0-33.65-9.885-41.873-24.517l-0.125-0.241-130.24-225.36c-4.228-7.232-11.956-12.013-20.8-12.013-13.262 0-24.013 10.751-24.013 24.013 0 4.418 1.193 8.557 3.275 12.113l-0.061-0.113 144.080 249.36c4.042 6.885 6.429 15.164 6.429 24 0 26.515-21.495 48.009-48.009 48.009-17.678 0-33.125-9.555-41.457-23.783l-0.123-0.227-80-138.56c-4.174-7.437-12.009-12.379-20.999-12.379-13.255 0-24 10.745-24 24 0 4.573 1.279 8.847 3.499 12.485l-0.060-0.106 140 242.52c42.273 72.225 119.475 119.968 207.827 119.968 110.444 0 203.464-74.601 231.417-176.162l0.396-1.685z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hands-clapping-bold"]},"attrs":[{}],"properties":{"order":28871,"id":613,"name":"hands-clapping-bold","prevSize":16,"code":60282},"setIdx":3,"setId":3,"iconIdx":634},{"icon":{"paths":["M494.56 875.64c-5.391 21.047-24.187 36.356-46.56 36.36l-0 0c-4.152-0.011-8.176-0.536-12.020-1.513l0.34 0.073-128-32c-5.682-1.411-10.675-3.669-15.128-6.667l0.168 0.107-96-64c-12.988-8.74-21.419-23.386-21.419-40 0-26.542 21.517-48.059 48.059-48.059 9.928 0 19.153 3.010 26.811 8.168l-0.171-0.109 89.080 59.4 120 30c21.012 5.418 36.286 24.2 36.286 46.549 0 4.152-0.527 8.182-1.519 12.024l0.073-0.333zM1020 491c-6.856 20.367-21.137 36.677-39.548 46.031l-0.452 0.209-91.48 45.76-214.32 218.92c-8.688 8.695-20.694 14.074-33.956 14.074-4.135 0-8.148-0.523-11.977-1.506l0.333 0.073-256-64c-6.363-1.635-11.936-4.321-16.817-7.895l0.137 0.095-215.92-157.64-95.76-48c-26.525-13.395-44.397-40.431-44.397-71.641 0-13.003 3.102-25.281 8.607-36.135l-0.21 0.456 99.76-198.64c13.43-26.419 40.411-44.205 71.545-44.205 13.040 0 25.352 3.12 36.229 8.655l-0.454-0.21 82.36 41.24 200.84-58.72c4.037-1.219 8.677-1.92 13.48-1.92s9.443 0.701 13.822 2.008l-0.342-0.088 200.84 58.72 82.52-41.28c10.386-5.28 22.647-8.373 35.631-8.373 31.122 0 58.093 17.771 71.319 43.719l0.21 0.454 99.4 198.76c5.451 10.483 8.648 22.891 8.648 36.045 0 8.955-1.482 17.564-4.213 25.595l0.165-0.56zM801.2 536l-100-200h-105.76l-152.8 148.2c63.040 29.040 124.64 0.76 163.28-38.2 8.695-8.739 20.73-14.147 34.029-14.147 11.381 0 21.837 3.961 30.064 10.579l-0.093-0.072 125.040 100zM101.48 458.52l42.12 21.080 85.080-170.12-42.16-21.080zM728 612l-86.8-69.72c-81.96 61.16-183.4 67.16-268 13-22.388-14.432-37.001-39.24-37.001-67.462 0-22.076 8.942-42.064 23.402-56.539l-0.001 0.001 0.48-0.48 159.2-154.8-7.28-2-185.36 54.2-100.48 200.96 178.6 130.56 220.52 55.12zM922.36 458.56l-84.88-170.16-42.16 21.080 85.080 170.12z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["handshake-bold"]},"attrs":[{}],"properties":{"order":28872,"id":612,"name":"handshake-bold","prevSize":16,"code":60283},"setIdx":3,"setId":3,"iconIdx":635},{"icon":{"paths":["M752 390.72v-22.72c0-79.529-64.471-144-144-144v0h-48v-80h112c8.837 0 16 7.163 16 16v0c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-61.856-50.144-112-112-112v0h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v80h-48c-79.529 0-144 64.471-144 144v0 22.72c-74.417 21.677-127.892 89.219-128 169.267l-0 0.013v304c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-304c-0.108-80.061-53.583-147.603-126.754-168.968l-1.246-0.312zM416 320h192c26.51 0 48 21.49 48 48v0 16h-288v-16c0-26.51 21.49-48 48-48v0zM784 848h-544v-288c0-44.183 35.817-80 80-80v0h384c44.183 0 80 35.817 80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-soap-bold"]},"attrs":[{}],"properties":{"order":28873,"id":611,"name":"hand-soap-bold","prevSize":16,"code":60284},"setIdx":3,"setId":3,"iconIdx":636},{"icon":{"paths":["M952.6 708.72l-142.12-142.12-144.68-477.4c-13.193-42.728-52.337-73.237-98.606-73.237-20.48 0-39.565 5.977-55.603 16.283l0.409-0.246c-15.629-10.059-34.714-16.037-55.194-16.037-46.269 0-85.413 30.509-98.412 72.507l-0.194 0.73-144.68 477.4-142.12 142.12c-14.472 14.476-23.423 34.473-23.423 56.56s8.951 42.084 23.423 56.56l130.76 130.76c14.476 14.472 34.473 23.423 56.56 23.423s42.084-8.951 56.56-23.423l193.16-193.12c1.24-1.24 2.4-2.48 3.56-3.76 1.16 1.28 2.32 2.52 3.56 3.76l193.16 193.12c14.476 14.472 34.473 23.423 56.56 23.423s42.084-8.951 56.56-23.423l130.76-130.76c14.472-14.476 23.423-34.473 23.423-56.56s-8.951-42.084-23.423-56.56l0 0zM258.72 873.4l-108-108 44-44 108 108zM464 635c0 0.069 0 0.15 0 0.232 0 22.017-8.962 41.942-23.436 56.324l-0.004 0.004-69.84 69.84-108-108 27.32-27.32c5.439-5.421 9.578-12.144 11.91-19.662l0.090-0.338 148-488.92c0.929-2.926 3.621-5.010 6.8-5.010 3.922 0 7.103 3.17 7.12 7.088l0 0.002zM654 762.12l-70.56-70.56c-14.479-14.387-23.44-34.311-23.44-56.328 0-0.081 0-0.163 0-0.244l-0 0.013v-516c0.017-3.919 3.198-7.090 7.12-7.090 3.179 0 5.871 2.083 6.786 4.959l0.014 0.050 148 488.92c2.422 7.856 6.561 14.579 11.999 19.999l0.001 0.001 30.4 30.4zM765.28 873.4l-43.4-43.36 110.52-105.76 41 41z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hands-praying-bold"]},"attrs":[{}],"properties":{"order":28874,"id":610,"name":"hands-praying-bold","prevSize":16,"code":60285},"setIdx":3,"setId":3,"iconIdx":637},{"icon":{"paths":["M1008 224c0 26.51-21.49 48-48 48v0h-172l46.040 46.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-128-128c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 128-128c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-0 0-46.040 45.96h172c26.51 0 48 21.49 48 48v0zM720 464c-0.13-0-0.283-0.001-0.437-0.001-15.961 0-31.238 2.934-45.318 8.293l0.875-0.292c-21.241-43.005-64.792-72.062-115.13-72.062-11.368 0-22.39 1.482-32.883 4.263l0.893-0.201v-100c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 267.32c-23.574-26.706-57.885-43.461-96.111-43.461-70.692 0-128 57.308-128 128 0 23.622 6.399 45.749 17.557 64.743l-0.327-0.601 0.48 0.8 101.24 168c8.555 14.010 23.762 23.22 41.12 23.22 26.521 0 48.020-21.499 48.020-48.020 0-9.163-2.566-17.726-7.019-25.011l0.12 0.211-101.080-167.52c-2.636-4.552-4.191-10.014-4.191-15.84 0-17.69 14.341-32.031 32.031-32.031 11.864 0 22.222 6.451 27.758 16.036l0.082 0.155 0.84 1.36 74.72 120c8.614 13.688 23.64 22.65 40.76 22.65 26.51 0 48-21.49 48-48 0-0.004-0-0.007-0-0.011l0 0.001v-432c0-17.673 14.327-32 32-32s32 14.327 32 32v0 272c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48c0-17.673 14.327-32 32-32s32 14.327 32 32v0 80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16c0-17.673 14.327-32 32-32s32 14.327 32 32v0 144c0 44.32-5.12 86.68-13.68 113.28-1.628 4.62-2.569 9.946-2.569 15.493 0 26.51 21.49 48 48 48 21.534 0 39.756-14.18 45.838-33.713l0.091-0.34c12-36.64 18.32-87.32 18.32-142.72v-144c-0-70.692-57.308-128-128-128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-swipe-left-bold"]},"attrs":[{}],"properties":{"order":28875,"id":609,"name":"hand-swipe-left-bold","prevSize":16,"code":60286},"setIdx":3,"setId":3,"iconIdx":638},{"icon":{"paths":["M848 592v144c0 55.4-6.52 106.080-18.32 142.72-6.173 19.872-24.395 34.053-45.929 34.053-26.51 0-48-21.49-48-48 0-5.547 0.941-10.873 2.671-15.829l-0.102 0.337c8.56-26.6 13.68-68.96 13.68-113.28v-144c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-80c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-272c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 432c-0.031 26.486-21.509 47.946-48 47.946-17.093 0-32.099-8.935-40.604-22.388l-0.116-0.197-75.56-121.36c-5.62-9.75-15.986-16.208-27.86-16.208-17.7 0-32.048 14.348-32.048 32.048 0 5.825 1.554 11.288 4.271 15.995l-0.082-0.155 101.080 167.52c4.327 7.069 6.889 15.625 6.889 24.78 0 26.515-21.495 48.009-48.009 48.009-17.36 0-32.568-9.214-41-23.019l-0.12-0.211-101.72-168.8c-10.79-18.365-17.163-40.451-17.163-64.025 0-70.692 57.308-128 128-128 38.189 0 72.472 16.724 95.925 43.248l0.118 0.136v-267.32c0-70.692 57.308-128 128-128s128 57.308 128 128v0 100c9.6-2.58 20.622-4.062 31.99-4.062 50.338 0 93.889 29.057 114.795 71.314l0.335 0.748c13.332-5.145 28.758-8.126 44.88-8.126 70.692 0 128 57.308 128 128 0 0.044-0 0.089-0 0.133l0-0.007zM993.92 190.040l-128-128c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 46.080 45.96h-172c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h172l-45.96 46.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l128-128c8.686-8.686 14.058-20.686 14.058-33.94 0-13.314-5.421-25.362-14.175-34.057l-0.003-0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-swipe-right-bold"]},"attrs":[{}],"properties":{"order":28876,"id":608,"name":"hand-swipe-right-bold","prevSize":16,"code":60287},"setIdx":3,"setId":3,"iconIdx":639},{"icon":{"paths":["M880 624v144c0 55.4-6.52 106.080-18.32 142.72-6.643 19.069-24.468 32.507-45.431 32.507-26.51 0-48-21.49-48-48 0-4.976 0.757-9.774 2.162-14.287l-0.091 0.34c8.56-26.6 13.68-68.96 13.68-113.28v-144c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-80c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-272c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 432c-0.031 26.486-21.509 47.946-48 47.946-17.093 0-32.099-8.935-40.604-22.388l-0.116-0.197-75.56-121.36c-5.62-9.75-15.986-16.208-27.86-16.208-17.7 0-32.048 14.348-32.048 32.048 0 5.825 1.554 11.288 4.271 15.995l-0.082-0.155 101.080 167.52c4.327 7.069 6.889 15.625 6.889 24.78 0 26.515-21.495 48.009-48.009 48.009-17.36 0-32.568-9.214-41-23.019l-0.12-0.211-101.72-168.8c-10.79-18.365-17.163-40.451-17.163-64.025 0-70.692 57.308-128 128-128 38.189 0 72.472 16.724 95.925 43.248l0.118 0.136v-267.32c0-70.692 57.308-128 128-128s128 57.308 128 128v0 100c9.6-2.58 20.622-4.062 31.99-4.062 50.338 0 93.889 29.057 114.795 71.314l0.335 0.748c13.332-5.145 28.758-8.126 44.88-8.126 70.692 0 128 57.308 128 128 0 0.044-0 0.089-0 0.133l0-0.007zM192 384c26.51 0 48-21.49 48-48v0c0-106.039 85.961-192 192-192s192 85.961 192 192v0c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0 26.51 21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-tap-bold"]},"attrs":[{}],"properties":{"order":28877,"id":607,"name":"hand-tap-bold","prevSize":16,"code":60288},"setIdx":3,"setId":3,"iconIdx":640},{"icon":{"paths":["M326.44 989.080c-8.849 11.726-22.758 19.226-38.419 19.226-10.852 0-20.862-3.601-28.902-9.673l0.121 0.088c-56.952-42.943-103.957-95.739-139.216-156.223l-1.344-2.497c-4.042-6.885-6.429-15.164-6.429-24 0-26.515 21.495-48.009 48.009-48.009 17.678 0 33.125 9.555 41.457 23.783l0.123 0.227c29.927 51.543 68.357 94.757 113.838 129.136l1.082 0.784c11.729 8.849 19.232 22.76 19.232 38.424 0 10.832-3.588 20.826-9.64 28.858l0.088-0.122zM894.64 392c30.996 52.782 49.302 116.253 49.302 184 0 203.242-164.76 368.002-368.002 368.002-135.495 0-253.887-73.227-317.76-182.266l-0.94-1.737-152-263.28c-10.802-18.373-17.182-40.47-17.182-64.058 0-58.514 39.263-107.857 92.88-123.122l0.903-0.22-1.84-3.48c-10.784-18.361-17.153-40.441-17.153-64.008 0-70.692 57.308-128 128-128 11.791 0 23.21 1.594 34.052 4.579l-0.899-0.211c14.646 4.048 27.457 10.144 38.9 18.075l-0.42-0.275c23.649-28.54 59.103-46.585 98.77-46.585 47.057 0 88.183 25.393 110.423 63.224l0.326 0.601 50.080 86.76c23.079-22.677 54.748-36.676 89.688-36.676 47.143 0 88.333 25.486 110.545 63.431l0.327 0.605zM811.52 440l-72-124.72c-5.638-9.646-15.944-16.024-27.74-16.024-17.686 0-32.024 14.337-32.024 32.024 0 5.891 1.59 11.41 4.365 16.151l-0.082-0.151 40 69.24c4.042 6.884 6.429 15.162 6.429 23.997 0 17.669-9.546 33.108-23.763 41.44l-0.226 0.123c-33.717 19.725-56.006 55.759-56.006 96.998 0 20.619 5.572 39.937 15.292 56.53l-0.286-0.529c4.042 6.885 6.429 15.164 6.429 24 0 26.515-21.495 48.009-48.009 48.009-17.678 0-33.125-9.555-41.457-23.783l-0.123-0.227c-17.411-29.792-27.692-65.591-27.692-103.792 0-59.531 24.966-113.231 64.999-151.201l0.093-0.087-130.76-226.76c-5.637-9.636-15.934-16.006-27.72-16.006-17.677 0-32.006 14.33-32.006 32.006 0 5.891 1.592 11.41 4.368 16.151l-0.082-0.151 104 180c4.042 6.885 6.429 15.164 6.429 24 0 26.515-21.495 48.009-48.009 48.009-17.678 0-33.125-9.555-41.457-23.783l-0.123-0.227-136-235.56c-5.637-9.628-15.929-15.991-27.708-15.991-5.88 0-11.389 1.586-16.124 4.353l0.152-0.082c-9.637 5.635-16.009 15.932-16.009 27.718 0 5.892 1.592 11.412 4.37 16.153l-0.082-0.151 152 263.24c4.042 6.885 6.429 15.164 6.429 24 0 26.515-21.495 48.009-48.009 48.009-17.678 0-33.125-9.555-41.457-23.783l-0.123-0.227-88-152.4c-5.532-10.040-16.045-16.73-28.121-16.73-17.673 0-32 14.327-32 32 0 6.19 1.757 11.969 4.8 16.866l-0.079-0.136 152 263.48c47.905 81.877 135.412 136.001 235.56 136.001 150.222 0 272.001-121.779 272.001-272.001 0-50.074-13.531-96.987-37.136-137.284l0.695 1.284zM961.2 187.24c-38.059-65.511-99.621-113.816-172.876-133.736l-2.004-0.464c-3.725-1.038-8.003-1.634-12.42-1.634-26.517 0-48.014 21.497-48.014 48.014 0 22.1 14.932 40.713 35.257 46.301l0.337 0.079c50.177 13.573 91.225 45.769 116.112 88.531l0.488 0.909c8.348 14.873 24.018 24.758 41.998 24.758 26.51 0 48-21.49 48-48 0-9.146-2.558-17.695-6.998-24.969l0.12 0.211z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-waving-bold"]},"attrs":[{}],"properties":{"order":28878,"id":606,"name":"hand-waving-bold","prevSize":16,"code":60289},"setIdx":3,"setId":3,"iconIdx":641},{"icon":{"paths":["M896 240h-768c-44.183 0-80 35.817-80 80v0 384c0 44.183 35.817 80 80 80v0h768c44.183 0 80-35.817 80-80v0-384c0-44.183-35.817-80-80-80v0zM880 688h-736v-352h736zM656 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hard-drive-bold"]},"attrs":[{}],"properties":{"order":28879,"id":605,"name":"hard-drive-bold","prevSize":16,"code":60290},"setIdx":3,"setId":3,"iconIdx":642},{"icon":{"paths":["M832 144h-640c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM816 240v224h-608v-224zM208 784v-224h608v224zM640 352c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM768 672c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hard-drives-bold"]},"attrs":[{}],"properties":{"order":28880,"id":604,"name":"hard-drives-bold","prevSize":16,"code":60291},"setIdx":3,"setId":3,"iconIdx":643},{"icon":{"paths":["M896 336h-175.2l30.44-167.4c0.494-2.586 0.776-5.56 0.776-8.6 0-26.519-21.498-48.016-48.016-48.016-23.479 0-43.021 16.851-47.194 39.119l-0.046 0.298-33.56 184.6h-158.4l30.44-167.4c0.494-2.586 0.776-5.56 0.776-8.6 0-26.519-21.498-48.016-48.016-48.016-23.479 0-43.021 16.851-47.194 39.119l-0.046 0.298-33.56 184.6h-175.2c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h157.76l-29.080 160h-192.68c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h175.2l-30.44 167.4c-0.514 2.636-0.808 5.668-0.808 8.768 0 23.487 16.868 43.033 39.151 47.186l0.297 0.046c2.245 0.391 4.83 0.614 7.468 0.614 0.398 0 0.795-0.005 1.191-0.015l-0.058 0.001c23.471-0.015 43-16.875 47.154-39.143l0.046-0.297 33.6-184.56h158.4l-30.44 167.4c-0.514 2.636-0.808 5.668-0.808 8.768 0 23.487 16.868 43.033 39.151 47.186l0.297 0.046c2.561 0.509 5.504 0.8 8.516 0.8 0.043 0 0.087-0 0.13-0l-0.007 0c23.471-0.015 43-16.875 47.154-39.143l0.046-0.297 33.56-184.76h175.2c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-157.76l29.080-160h192.68c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM576.68 592h-158.44l29.080-160h158.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hash-bold"]},"attrs":[{}],"properties":{"order":28881,"id":603,"name":"hash-bold","prevSize":16,"code":60292},"setIdx":3,"setId":3,"iconIdx":644},{"icon":{"paths":["M864 592h-176v-160h176c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-176v-176c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 176h-160v-176c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 176h-176c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176v160h-176c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176v176c0 26.51 21.49 48 48 48s48-21.49 48-48v0-176h160v176c0 26.51 21.49 48 48 48s48-21.49 48-48v0-176h176c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM432 592v-160h160v160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hash-straight-bold"]},"attrs":[{}],"properties":{"order":28882,"id":602,"name":"hash-straight-bold","prevSize":16,"code":60293},"setIdx":3,"setId":3,"iconIdx":645},{"icon":{"paths":["M656 320c0-26.51 21.49-48 48-48v0h256c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48v0zM960 656h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM960 464h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM592 256v512c0 44.183-35.817 80-80 80v0h-160c-0.003 0-0.006 0-0.009 0-185.568 0-336-150.432-336-336 0-0.886 0.003-1.771 0.010-2.656l-0.001 0.136c1.36-183.88 153.72-333.48 339.6-333.48h156.4c44.183 0 80 35.817 80 80v0zM496 272h-140.4c-133.32 0-242.6 106.84-243.6 238.16-0.004 0.547-0.007 1.193-0.007 1.84 0 132.548 107.452 240 240 240 0.003 0 0.005-0 0.008-0l144 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["headlights-bold"]},"attrs":[{}],"properties":{"order":28883,"id":601,"name":"headlights-bold","prevSize":16,"code":60294},"setIdx":3,"setId":3,"iconIdx":646},{"icon":{"paths":["M818.92 239.4c-78.323-78.809-186.785-127.587-306.64-127.587-238.709 0-432.227 193.485-432.28 432.181l-0 0.006v224c0 61.856 50.144 112 112 112v0h64c61.856 0 112-50.144 112-112v0-160c0-61.856-50.144-112-112-112v0h-76.64c24.389-163.758 164.004-287.955 332.635-288l2.565-0c167.797 0.741 306.394 124.807 329.864 286.193l0.216 1.807h-76.64c-61.856 0-112 50.144-112 112v0 160c0 61.856 50.144 112 112 112v0h64c61.856 0 112-50.144 112-112v0-224c0.002-0.496 0.003-1.084 0.003-1.672 0-118.229-47.786-225.297-125.098-302.943l0.015 0.015zM256 592c8.837 0 16 7.163 16 16v0 160c0 8.837-7.163 16-16 16v0h-64c-8.837 0-16-7.163-16-16v0-176zM848 768c0 8.837-7.163 16-16 16v0h-64c-8.837 0-16-7.163-16-16v0-160c0-8.837 7.163-16 16-16v0h80z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["headphones-bold"]},"attrs":[{}],"properties":{"order":28884,"id":600,"name":"headphones-bold","prevSize":16,"code":60295},"setIdx":3,"setId":3,"iconIdx":647},{"icon":{"paths":["M818.92 207.4c-78.323-78.809-186.785-127.587-306.64-127.587-238.709 0-432.227 193.485-432.28 432.181l-0 0.006v224c0 61.856 50.144 112 112 112v0h64c61.856 0 112-50.144 112-112v0-160c0-61.856-50.144-112-112-112v0h-76.64c24.389-163.758 164.004-287.955 332.635-288l2.565-0c167.797 0.741 306.394 124.807 329.864 286.193l0.216 1.807h-76.64c-61.856 0-112 50.144-112 112v0 160c0 61.856 50.144 112 112 112v0h78.4c-7.704 36.777-39.865 64-78.384 64-0.006 0-0.011-0-0.017-0l-223.999 0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c97.156-0.114 175.886-78.844 176-175.989l0-0.011v-320c0.002-0.496 0.003-1.084 0.003-1.672 0-118.229-47.786-225.297-125.098-302.943l0.015 0.015zM256 560c8.837 0 16 7.163 16 16v0 160c0 8.837-7.163 16-16 16v0h-64c-8.837 0-16-7.163-16-16v0-176zM752 736v-160c0-8.837 7.163-16 16-16v0h80v192h-80c-8.837 0-16-7.163-16-16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["headset-bold"]},"attrs":[{}],"properties":{"order":28885,"id":599,"name":"headset-bold","prevSize":16,"code":60296},"setIdx":3,"setId":3,"iconIdx":648},{"icon":{"paths":["M287.040 560h-160.24c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h134.52l49.8-74.64c8.724-13.015 23.375-21.467 40-21.467s31.276 8.452 39.891 21.294l0.109 0.173 88 132 24-36c8.732-12.954 23.349-21.36 39.929-21.36 0.025 0 0.050 0 0.075 0l-0.004-0h96c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-70.4l-49.84 74.64c-8.724 13.015-23.375 21.467-40 21.467s-31.276-8.452-39.891-21.294l-0.109-0.173-88-132-24 36c-8.716 12.93-23.294 21.328-39.835 21.36l-0.005 0zM711.64 112c-80.48 0-152 31.72-200.28 86.24-48.4-54.52-119.8-86.24-200.32-86.24-0.115-0-0.252-0-0.389-0-135.487 0-247.136 102.063-262.257 233.499l-0.114 1.221c-0.185 1.584-0.29 3.42-0.29 5.28 0 26.593 21.558 48.15 48.15 48.15 24.733 0 45.11-18.647 47.84-42.649l0.020-0.221c9.736-84.377 80.766-149.28 166.954-149.28 0.030 0 0.061 0 0.091 0l-0.005-0c71.32 0 131 37.6 155.8 98.16 7.314 17.744 24.475 30.007 44.5 30.007s37.186-12.263 44.383-29.688l0.117-0.319c24.8-60.56 84.48-98.16 155.8-98.16 0.012-0 0.026-0 0.040-0 92.848 0 168.138 75.177 168.32 167.983l0 0.017c0 117.68-103.44 231.080-190.24 305.44-52.586 44.819-110.852 86.823-172.402 123.93l-5.918 3.31c-43.48-25.8-141.48-88-226.040-170.92-8.662-8.525-20.557-13.788-33.68-13.788-26.525 0-48.028 21.503-48.028 48.028 0 13.402 5.489 25.522 14.342 34.234l0.006 0.006c121.56 119.24 264.6 196.8 270.64 200 6.591 3.6 14.438 5.717 22.78 5.717s16.189-2.117 23.033-5.844l-0.253 0.126c17.76-9.68 441.76-240.88 441.76-530.24-0.273-145.82-118.512-263.932-264.353-264l-0.007-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heartbeat-bold"]},"attrs":[{}],"properties":{"order":28886,"id":598,"name":"heartbeat-bold","prevSize":16,"code":60297},"setIdx":3,"setId":3,"iconIdx":649},{"icon":{"paths":["M712 112c-80.36 0-151.68 31.72-200 86.24-48.32-54.52-119.64-86.24-200-86.24-145.73 0.182-263.818 118.27-264 263.983l-0 0.017c0 289.36 423.24 520.56 441.24 530.28 6.582 3.613 14.423 5.739 22.76 5.739s16.178-2.126 23.010-5.865l-0.25 0.125c18-9.72 441.24-240.92 441.24-530.28-0.182-145.73-118.27-263.818-263.983-264l-0.017-0zM690.040 681.44c-52.514 44.808-110.688 86.797-172.145 123.898l-5.895 3.302c-67.353-40.405-125.527-82.393-179.88-128.731l1.84 1.531c-86.68-74.36-189.96-187.76-189.96-305.44 0-92.784 75.216-168 168-168v0c71.2 0 130.8 37.6 155.56 98.16 7.35 17.665 24.471 29.859 44.44 29.859s37.090-12.194 44.323-29.542l0.117-0.317c24.76-60.56 84.36-98.16 155.56-98.16 92.784 0 168 75.216 168 168v0c0 117.68-103.28 231.080-189.96 305.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-bold"]},"attrs":[{}],"properties":{"order":28887,"id":597,"name":"heart-bold","prevSize":16,"code":60298},"setIdx":3,"setId":3,"iconIdx":650},{"icon":{"paths":["M712 112c-0.199-0.001-0.435-0.001-0.671-0.001-72.691 0-138.479 29.558-185.999 77.311l-0.010 0.010-13.32 13.32-13.32-13.32c-47.775-47.777-113.776-77.328-186.68-77.328-145.803 0-264 118.197-264 264 0 0.003 0 0.005 0 0.008l-0-0c0 289.36 423.24 520.56 441.24 530.28 6.582 3.613 14.423 5.739 22.76 5.739s16.178-2.126 23.010-5.865l-0.25 0.125c18-9.72 441.24-240.92 441.24-530.28-0.182-145.73-118.27-263.818-263.983-264l-0.017-0zM690.040 681.44c-52.514 44.808-110.688 86.797-172.145 123.898l-5.895 3.302c-67.353-40.405-125.527-82.393-179.88-128.731l1.84 1.531c-86.68-74.36-189.96-187.76-189.96-305.44-0-0.004-0-0.008-0-0.012 0-92.784 75.216-168 168-168 46.395 0 88.398 18.807 118.8 49.212l-0-0 13.2 13.32-30.080 30.080c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 86.8 86.8-54.8 54.76c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l88.72-88.76c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001-86.64-86.88 77.2-77.32c30.403-30.406 72.405-49.212 118.8-49.212 92.784 0 168 75.216 168 168 0 0.004-0 0.009-0 0.013l0-0.001c0 117.68-103.28 231.080-189.96 305.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-break-bold"]},"attrs":[{}],"properties":{"order":28888,"id":596,"name":"heart-break-bold","prevSize":16,"code":60299},"setIdx":3,"setId":3,"iconIdx":651},{"icon":{"paths":["M680.84 210.88c22.44-4.317 39.161-23.796 39.161-47.18 0-26.51-21.491-48.001-48.001-48.001-3.126 0-6.182 0.299-9.141 0.869l0.301-0.048c-61.16 11.48-113.2 40.28-150.84 82.12-48.32-54.64-119.76-86.64-200.32-86.64-145.73 0.182-263.818 118.27-264 263.983l-0 0.017c0 124 75.64 252 224.8 379.48 63.597 54.389 134.417 104.29 209.705 147.26l6.735 3.54c6.587 3.592 14.425 5.708 22.757 5.72l0.003 0c8.335-0.026 16.16-2.187 22.964-5.964l-0.244 0.124c63.712-35.947 118.14-72.385 169.611-112.445l-3.051 2.285c10.676-8.868 17.423-22.146 17.423-37.001 0-26.51-21.49-48-48-48-10.504 0-20.22 3.374-28.123 9.097l0.14-0.096c-29.92 23.040-58.52 42.88-82.72 58.72v-480.52c21.72-45.28 65.24-76.92 120.84-87.32zM464 778.64c-49.122-32.241-91.536-64.216-131.781-98.654l1.741 1.454c-86.68-74.36-189.96-187.76-189.96-305.44 0-92.784 75.216-168 168-168v0c68 0 125.4 34.28 152 90.080zM932 399.72c-1.587 0.186-3.426 0.292-5.29 0.292-24.654 0-44.967-18.587-47.69-42.512l-0.020-0.22c-5.769-50.665-33.38-93.903-73.043-120.621l-0.597-0.379c-12.979-8.746-21.401-23.39-21.401-40 0-26.555 21.527-48.081 48.081-48.081 9.944 0 19.183 3.019 26.851 8.19l-0.171-0.109c63.312 42.654 106.705 110.717 115.57 189.238l0.11 1.202c0.186 1.589 0.293 3.429 0.293 5.294 0 24.64-18.566 44.944-42.471 47.685l-0.222 0.021zM936 533.4c-23.36 46.88-57.32 94.52-100.92 141.72-8.753 9.135-21.053 14.812-34.678 14.812-26.51 0-48-21.49-48-48 0-12.302 4.628-23.523 12.238-32.017l-0.040 0.045c37.44-40.52 66.2-80.68 85.52-119.36 7.786-16.621 24.373-27.926 43.601-27.926 26.51 0 48 21.49 48 48 0 8.324-2.119 16.153-5.846 22.977l0.125-0.251z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-half-bold"]},"attrs":[{}],"properties":{"order":28889,"id":595,"name":"heart-half-bold","prevSize":16,"code":60300},"setIdx":3,"setId":3,"iconIdx":652},{"icon":{"paths":["M903.36 216.52c-44.904-44.775-106.87-72.461-175.302-72.461-68.173 0-129.928 27.476-174.796 71.958l0.017-0.017-41.28 38.32-41.28-38.32c-44.862-44.752-106.779-72.425-175.16-72.425-136.98 0-248.025 111.045-248.025 248.025 0 68.6 27.85 130.695 72.86 175.595l0.005 0.005 357.4 362.6c8.711 8.842 20.816 14.32 34.2 14.32s25.489-5.478 34.194-14.314l0.006-0.006 357.16-362.36c44.902-44.883 72.675-106.898 72.675-175.4s-27.773-130.517-72.674-175.399l-0.001-0.001zM835.36 499.68l-323.36 327.92-323.48-328.2c-27.374-27.484-44.297-65.394-44.297-107.257 0-83.947 68.053-152 152-152 41.863 0 79.773 16.924 107.262 44.302l-0.005-0.005c0.4 0.4 0.8 0.8 1.24 1.16l74.56 69.44c8.548 7.98 20.062 12.88 32.72 12.88s24.172-4.9 32.748-12.906l-0.028 0.026 74.56-69.44c0.44-0.36 0.84-0.76 1.24-1.16 27.496-27.432 65.447-44.394 107.36-44.394 83.955 0 152.014 68.059 152.014 152.014 0 42.042-17.067 80.098-44.651 107.617l-0.003 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-straight-bold"]},"attrs":[{}],"properties":{"order":28890,"id":594,"name":"heart-straight-bold","prevSize":16,"code":60301},"setIdx":3,"setId":3,"iconIdx":653},{"icon":{"paths":["M903.36 216.64c-44.879-44.878-106.878-72.635-175.36-72.635-68.323 0-130.193 27.628-175.047 72.322l0.007-0.007-40.96 39.44-40.96-39.44c-44.78-44.3-106.388-71.668-174.388-71.668-136.967 0-248 111.033-248 248 0 68.040 27.4 129.68 71.768 174.488l-0.020-0.020 357.4 362.56c8.711 8.842 20.816 14.32 34.2 14.32s25.489-5.478 34.194-14.314l0.006-0.006 357.16-362.32c44.878-44.879 72.635-106.878 72.635-175.36s-27.757-130.481-72.635-175.36l0 0zM835.36 499.72l-323.24 328-323.48-328c-27.64-27.529-44.743-65.618-44.743-107.703 0-83.947 68.053-152 152-152 42.084 0 80.174 17.103 107.698 44.738l0.005 0.005 0.64 0.64 38.68 37.24-28 27.040c-9.083 8.746-14.724 21.011-14.724 34.594 0 13.248 5.367 25.242 14.045 33.927l93.76 93.8-30.080 30.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l64-64c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001-93.4-93.4 104.12-100.12c27.513-27.547 65.541-44.587 107.548-44.587 83.947 0 152 68.053 152 152 0 42.127-17.137 80.251-44.821 107.781l-0.007 0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-straight-break-bold"]},"attrs":[{}],"properties":{"order":28891,"id":593,"name":"heart-straight-break-bold","prevSize":16,"code":60302},"setIdx":3,"setId":3,"iconIdx":654},{"icon":{"paths":["M902.4 250.56l-352-192.68c-11.078-6.211-24.312-9.869-38.4-9.869s-27.322 3.658-38.803 10.076l0.403-0.207-352 192.68c-24.976 13.863-41.6 40.081-41.6 70.181 0 0.007 0 0.013 0 0.020l-0-0.001v382.48c-0 0.005-0 0.012-0 0.019 0 30.101 16.624 56.318 41.192 69.973l0.408 0.208 352 192.68c11.076 6.218 24.311 9.88 38.4 9.88s27.324-3.662 38.802-10.087l-0.402 0.207 352-192.68c24.976-13.863 41.6-40.081 41.6-70.181 0-0.007-0-0.013-0-0.020l0 0.001v-382.48c0-0.005 0-0.012 0-0.019 0-30.101-16.624-56.318-41.192-69.973l-0.408-0.208zM848 693.76l-336 184-336-184v-363.52l336-184 336 184z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hexagon-bold"]},"attrs":[{}],"properties":{"order":28892,"id":592,"name":"hexagon-bold","prevSize":16,"code":60303},"setIdx":3,"setId":3,"iconIdx":655},{"icon":{"paths":["M911.72 641.24l-183.28-44.68-438.48-438.52c-8.686-8.682-20.683-14.052-33.934-14.052-14.010 0-26.619 6.002-35.394 15.576l-0.032 0.036c-90.68 99.12-140.6 224.4-140.6 352.4v288c0 44.183 35.817 80 80 80v0h128c44.183 0 80-35.817 80-80v0-166.84l4.28 2.84c69.418 48.078 123.277 114.149 155.383 191.525l1.057 2.875c12.168 29.34 40.583 49.601 73.731 49.601 0.151 0 0.302-0 0.452-0.001l-0.023 0h341.12c44.183 0 80-35.817 80-80v0-18.92c0-0.12 0.001-0.262 0.001-0.404 0-68.037-47.608-124.954-111.328-139.256l-0.953-0.18zM272 784h-96v-221.32c35.642 4.017 68.134 11.773 98.969 22.983l-2.969-0.943zM928 784h-314.6c-40.954-93.487-104.932-170.444-184.929-225.931l-1.751-1.149c-69.82-48.783-154.372-81.315-245.829-90.346l-2.171-0.174c9.527-77.249 38.392-146.359 81.562-204.162l-0.802 1.122 410.56 410.6c6.056 6.031 13.708 10.463 22.267 12.609l0.333 0.071 197.8 48.24c21.61 4.689 37.56 23.649 37.56 46.335 0 0.023-0 0.046-0 0.069l0-0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["high-heel-bold"]},"attrs":[{}],"properties":{"order":28893,"id":591,"name":"high-heel-bold","prevSize":16,"code":60304},"setIdx":3,"setId":3,"iconIdx":656},{"icon":{"paths":["M817.48 206.36c-78.178-78.183-186.182-126.54-305.48-126.54-238.587 0-432 193.413-432 432s193.413 432 432 432c238.524 0 431.898-193.311 432-431.811l0-0.010c-0.001-119.345-48.347-227.398-126.523-305.643l0.003 0.003zM560 544h-96v-98.44l96-48zM400 829v-189h224v189c-33.363 12.065-71.867 19.041-112 19.041s-78.637-6.976-114.365-19.781l2.365 0.74zM749.6 749.64c-9.122 9.080-18.773 17.653-28.893 25.66l-0.707 0.54v-151.84c0-0.005 0-0.011 0-0.016 0-38.519-27.223-70.68-63.479-78.292l-0.521-0.092v-225.6c-0.003-26.507-21.492-47.994-48-47.994-7.83 0-15.222 1.875-21.752 5.2l0.272-0.126-192 96c-15.848 8.058-26.518 24.243-26.52 42.92l-0 0v129.64c-36.769 7.702-63.988 39.851-64 78.359l-0 0.001v152c-10.827-8.547-20.478-17.12-29.613-26.213l0.013 0.013c-60.797-60.803-98.4-144.798-98.4-237.576 0-185.568 150.432-336 336-336s336 150.432 336 336c0 92.778-37.603 176.773-98.4 237.576l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["highlighter-circle-bold"]},"attrs":[{}],"properties":{"order":28894,"id":590,"name":"highlighter-circle-bold","prevSize":16,"code":60305},"setIdx":3,"setId":3,"iconIdx":657},{"icon":{"paths":["M984 485.36l-225.24-337.72c-14.548-21.608-38.915-35.635-66.559-35.64l-360.201-0c-27.645 0.005-52.012 14.032-66.379 35.355l-0.181 0.285-225.44 337.72c-5.059 7.487-8.076 16.715-8.076 26.648 0 3.712 0.421 7.325 1.219 10.795l-0.062-0.323 73.56 328.44c0 0.72 0.36 1.44 0.56 2.12 9.56 34.251 40.486 58.96 77.184 58.96 0.020 0 0.040-0 0.059-0l119.557 0c44.183 0 80-35.817 80-80v0-32h256v32c0 44.183 35.817 80 80 80v0h119.56c36.688-0.011 67.602-24.716 77.026-58.397l0.134-0.563c0-0.68 0.4-1.4 0.56-2.12l73.56-328.44c0.748-3.174 1.176-6.818 1.176-10.562 0-9.895-2.994-19.090-8.126-26.73l0.109 0.172zM512 297.6l-168-89.6h336zM320 704v-400l64 34.12v205.88c0 26.51 21.49 48 48 48s48-21.49 48-48v0-154.68l9.4 5.040c6.542 3.56 14.327 5.653 22.6 5.653s16.058-2.093 22.853-5.779l-0.253 0.126 9.4-5.040v122.68c0 26.51 21.49 48 48 48s48-21.49 48-48v0-173.88l64-34.12v400zM197.28 816l-65.96-294.44 92.68-139.040v337.48c-0 0.005-0 0.011-0 0.016 0 38.519 27.223 70.68 63.479 78.292l0.521 0.092v17.6zM826.72 816h-90.72v-17.6c36.777-7.704 64-39.865 64-78.384 0-0.006-0-0.011-0-0.017l0 0.001v-337.48l92.68 139.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hoodie-bold"]},"attrs":[{}],"properties":{"order":28895,"id":589,"name":"hoodie-bold","prevSize":16,"code":60306},"setIdx":3,"setId":3,"iconIdx":658},{"icon":{"paths":["M576 416c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM944 518.12c-3.995 232.677-190.83 420.421-422.768 425.87l-0.512 0.010h-9c-0.815 0.006-1.779 0.009-2.743 0.009-109.572 0-209.555-41.056-285.405-108.624l0.429 0.375c-10.324-8.857-16.824-21.918-16.824-36.497 0-26.51 21.49-48 48-48 12.708 0 24.263 4.938 32.849 13.001l-0.026-0.024c18.894 16.943 40.156 31.902 63.065 44.19l1.735 0.85 86.16-118.48c-81.6-28-167.64-13.32-217.76-4.84-7.385 1.35-15.883 2.122-24.562 2.122-47.805 0-90.138-23.425-116.149-59.422l-0.289-0.42c-0.6-0.84-1.2-1.72-1.76-2.6l-55.12-88c-4.583-7.223-7.304-16.020-7.304-25.452 0-17.192 9.038-32.272 22.621-40.75l0.202-0.118 393.16-242.16v-101.16c0-26.51 21.49-48 48-48v0h32c0.013-0 0.028-0 0.043-0 238.587 0 432 193.413 432 432 0 2.152-0.016 4.3-0.047 6.445l0.004-0.325zM848 516.8c0.022-1.433 0.035-3.125 0.035-4.82 0-179.952-141.466-326.863-319.253-335.59l-0.781-0.031v79.64c0 0.001 0 0.002 0 0.002 0 17.198-9.045 32.284-22.637 40.76l-0.203 0.118-374.84 230.64 28.56 45.64c8.859 11.514 22.643 18.861 38.144 18.861 2.889 0 5.718-0.255 8.466-0.744l-0.29 0.043c64.92-11 197.6-33.44 318.56 32 74.237-6.265 132.133-68.015 132.24-143.309l0-0.011c0-26.51 21.49-48 48-48s48 21.49 48 48v0c-0.176 123.519-93.495 225.188-213.474 238.542l-1.086 0.098-89.8 123.48c19.21 3.738 41.301 5.876 63.892 5.876 2.57 0 5.133-0.028 7.689-0.083l-0.381 0.006c180.679-4.395 325.869-150.269 329.156-330.807l0.004-0.313z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["horse-bold"]},"attrs":[{}],"properties":{"order":28896,"id":588,"name":"horse-bold","prevSize":16,"code":60307},"setIdx":3,"setId":3,"iconIdx":659},{"icon":{"paths":["M816 302.56v-142.56c0-44.183-35.817-80-80-80v0h-448c-44.183 0-80 35.817-80 80v0 144c0.067 26.068 12.529 49.211 31.801 63.855l0.199 0.145 192 144-192 144c-19.471 14.789-31.933 37.932-32 63.989l-0 0.011v144c0 44.183 35.817 80 80 80v0h448c44.183 0 80-35.817 80-80v0-142.56c-0.026-26.026-12.395-49.157-31.568-63.859l-0.192-0.141-192.64-145.44 192.64-145.6c19.324-14.811 31.681-37.874 31.76-63.827l0-0.013zM720 848h-416v-120l208-156 208 157.32zM720 294.6l-208 157.4-208-156v-120h416z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-bold"]},"attrs":[{}],"properties":{"order":28897,"id":587,"name":"hourglass-bold","prevSize":16,"code":60308},"setIdx":3,"setId":3,"iconIdx":660},{"icon":{"paths":["M736 80h-448c-44.183 0-80 35.817-80 80v0 144c0.067 26.068 12.529 49.211 31.801 63.855l0.199 0.145 192 144-192 144c-19.471 14.789-31.933 37.932-32 63.989l-0 0.011v144c0 44.183 35.817 80 80 80v0h448c44.183 0 80-35.817 80-80v0-142.56c-0.026-26.026-12.395-49.157-31.568-63.859l-0.192-0.141-192.64-145.44 192.64-145.6c19.365-14.843 31.734-37.974 31.76-63.996l0-0.004v-142.4c0-44.183-35.817-80-80-80v0zM720 176v64h-416v-64zM512 452l-154.68-116h308zM720 848h-416v-120l208-156 208 157.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-high-bold"]},"attrs":[{}],"properties":{"order":28898,"id":586,"name":"hourglass-high-bold","prevSize":16,"code":60309},"setIdx":3,"setId":3,"iconIdx":661},{"icon":{"paths":["M816 302.56v-142.56c0-44.183-35.817-80-80-80v0h-448c-44.183 0-80 35.817-80 80v0 144c0.067 26.068 12.529 49.211 31.801 63.855l0.199 0.145 192 144-192 144c-19.471 14.789-31.933 37.932-32 63.989l-0 0.011v144c0 44.183 35.817 80 80 80v0h448c44.183 0 80-35.817 80-80v0-142.56c-0.026-26.026-12.395-49.157-31.568-63.859l-0.192-0.141-192.64-145.44 192.64-145.6c19.324-14.811 31.681-37.874 31.76-63.827l0-0.013zM665.24 688h-308l154.76-116zM304 848v-64h416v64zM720 294.6l-208 157.4-208-156v-120h416z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-low-bold"]},"attrs":[{}],"properties":{"order":28899,"id":585,"name":"hourglass-low-bold","prevSize":16,"code":60310},"setIdx":3,"setId":3,"iconIdx":662},{"icon":{"paths":["M816 302.56v-142.56c0-44.183-35.817-80-80-80v0h-448c-44.183 0-80 35.817-80 80v0 144c0.067 26.068 12.529 49.211 31.801 63.855l0.199 0.145 192 144-192 144c-19.471 14.789-31.933 37.932-32 63.989l-0 0.011v144c0 44.183 35.817 80 80 80v0h448c44.183 0 80-35.817 80-80v0-142.56c-0.026-26.026-12.395-49.157-31.568-63.859l-0.192-0.141-192.64-145.44 192.64-145.6c19.324-14.811 31.681-37.874 31.76-63.827l0-0.013zM720 176v112h-416v-112zM512 452l-90.68-68h180.4zM720 848h-416v-120l160-120v64c0 26.51 21.49 48 48 48s48-21.49 48-48v0-63.56l160 120.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-medium-bold"]},"attrs":[{}],"properties":{"order":28900,"id":584,"name":"hourglass-medium-bold","prevSize":16,"code":60311},"setIdx":3,"setId":3,"iconIdx":663},{"icon":{"paths":["M856 774.72l-274.6-262.72 275.32-263.44c14.472-14.476 23.423-34.473 23.423-56.56 0-44.183-35.817-80-80-80-0.050 0-0.101 0-0.151 0l0.008-0h-576c-44.158 0.033-79.943 35.837-79.943 80 0 22.087 8.951 42.084 23.423 56.56l0.72 0.72 274.4 262.72-275.12 263.44c-14.472 14.476-23.423 34.473-23.423 56.56 0 44.163 35.785 79.967 79.94 80l576.003 0c44.175-0.010 79.983-35.823 79.983-80 0-22.087-8.951-42.084-23.423-56.56l0 0zM760 208l-248 237.56-248-237.56zM264 816l248-237.56 248 237.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-simple-bold"]},"attrs":[{}],"properties":{"order":28901,"id":583,"name":"hourglass-simple-bold","prevSize":16,"code":60312},"setIdx":3,"setId":3,"iconIdx":664},{"icon":{"paths":["M856 774.72l-274.6-262.72 275.32-263.44c14.472-14.476 23.423-34.473 23.423-56.56 0-44.183-35.817-80-80-80-0.050 0-0.101 0-0.151 0l0.008-0h-576c-44.158 0.033-79.943 35.837-79.943 80 0 22.087 8.951 42.084 23.423 56.56l0.72 0.72 274.4 262.72-275.12 263.44c-14.472 14.476-23.423 34.473-23.423 56.56 0 44.163 35.785 79.967 79.94 80l576.003 0c44.175-0.010 79.983-35.823 79.983-80 0-22.087-8.951-42.084-23.423-56.56l0 0zM431 368h162l-81 77.56zM760 208l-66.76 64h-362.48l-66.76-64zM264 816l248-237.56 248 237.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-simple-high-bold"]},"attrs":[{}],"properties":{"order":28902,"id":582,"name":"hourglass-simple-high-bold","prevSize":16,"code":60313},"setIdx":3,"setId":3,"iconIdx":665},{"icon":{"paths":["M856 774.72l-274.6-262.72 275.32-263.44c14.472-14.476 23.423-34.473 23.423-56.56 0-44.183-35.817-80-80-80-0.050 0-0.101 0-0.151 0l0.008-0h-576c-44.158 0.033-79.943 35.837-79.943 80 0 22.087 8.951 42.084 23.423 56.56l0.72 0.72 274.4 262.72-275.12 263.44c-14.472 14.476-23.423 34.473-23.423 56.56 0 44.163 35.785 79.967 79.94 80l576.003 0c44.175-0.010 79.983-35.823 79.983-80 0-22.087-8.951-42.084-23.423-56.56l0 0zM593 656h-162l81-77.56zM760 208l-248 237.56-248-237.56zM264 816l66.84-64h362.48l66.68 64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-simple-low-bold"]},"attrs":[{}],"properties":{"order":28903,"id":581,"name":"hourglass-simple-low-bold","prevSize":16,"code":60314},"setIdx":3,"setId":3,"iconIdx":666},{"icon":{"paths":["M856 774.72l-274.6-262.72 275.32-263.44c14.472-14.476 23.423-34.473 23.423-56.56 0-44.183-35.817-80-80-80-0.050 0-0.101 0-0.151 0l0.008-0h-576c-44.158 0.033-79.943 35.837-79.943 80 0 22.087 8.951 42.084 23.423 56.56l0.72 0.72 274.4 262.72-275.12 263.44c-14.472 14.476-23.423 34.473-23.423 56.56 0 44.163 35.785 79.967 79.94 80l576.003 0c44.175-0.010 79.983-35.823 79.983-80 0-22.087-8.951-42.084-23.423-56.56l0 0zM431 368h162l-81 77.56zM760 208l-66.76 64h-362.48l-66.76-64zM264 816l200-191.6v47.6c0 26.51 21.49 48 48 48s48-21.49 48-48v0-47.6l200 191.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-simple-medium-bold"]},"attrs":[{}],"properties":{"order":28904,"id":580,"name":"hourglass-simple-medium-bold","prevSize":16,"code":60315},"setIdx":3,"setId":3,"iconIdx":667},{"icon":{"paths":["M886.24 403.4l-320.44-302.48c-14.13-12.964-33.047-20.909-53.82-20.909s-39.69 7.945-53.879 20.962l0.059-0.053-0.68 0.6-319.72 301.88c-15.833 14.681-25.722 35.582-25.76 58.793l-0 0.007v369.8c0 44.183 35.817 80 80 80v0h192c44.183 0 80-35.817 80-80v0-176h96v176c0 44.183 35.817 80 80 80v0h192c44.183 0 80-35.817 80-80v0-369.8c-0.038-23.218-9.927-44.119-25.708-58.753l-0.052-0.047zM816 816h-160v-176c0-44.183-35.817-80-80-80v0h-128c-44.183 0-80 35.817-80 80v0 176h-160v-346.88l304-287 304 287z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["house-bold"]},"attrs":[{}],"properties":{"order":28905,"id":579,"name":"house-bold","prevSize":16,"code":60316},"setIdx":3,"setId":3,"iconIdx":668},{"icon":{"paths":["M960 816h-48v-353.8c-0.038-23.218-9.927-44.119-25.708-58.753l-0.052-0.047-320.44-302.48c-14.13-12.964-33.047-20.909-53.82-20.909s-39.69 7.945-53.879 20.962l0.059-0.053-0.68 0.6-319.72 301.88c-15.833 14.681-25.722 35.582-25.76 58.793l-0 0.007v353.8h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h896c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM208 469.12l304-287 304 287v346.88h-160v-176c0-44.183-35.817-80-80-80v0h-128c-44.183 0-80 35.817-80 80v0 176h-160zM560 816h-96v-160h96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["house-line-bold"]},"attrs":[{}],"properties":{"order":28906,"id":578,"name":"house-line-bold","prevSize":16,"code":60317},"setIdx":3,"setId":3,"iconIdx":669},{"icon":{"paths":["M886.24 403.4l-320.44-302.48c-14.13-12.964-33.047-20.909-53.82-20.909s-39.69 7.945-53.879 20.962l0.059-0.053-0.68 0.6-319.72 301.88c-15.833 14.681-25.722 35.582-25.76 58.793l-0 0.007v369.8c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-369.8c-0.038-23.218-9.927-44.119-25.708-58.753l-0.052-0.047zM816 816h-608v-346.88l304-287 304 287z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["house-simple-bold"]},"attrs":[{}],"properties":{"order":28907,"id":577,"name":"house-simple-bold","prevSize":16,"code":60318},"setIdx":3,"setId":3,"iconIdx":670},{"icon":{"paths":["M848 346.8c0-185.568-150.432-336-336-336s-336 150.432-336 336v0c-38.155 18.399-64.015 56.779-64.015 101.2 0 61.856 50.144 112 112 112 0.005 0 0.010-0 0.016-0l3.999 0 242.16 424c8.428 14.557 23.929 24.193 41.68 24.193s33.252-9.636 41.557-23.963l0.123-0.23 242.48-424h4c0.004 0 0.010 0 0.015 0 61.856 0 112-50.144 112-112 0-44.42-25.86-82.801-63.346-100.909l-0.669-0.291zM512 863.24l-173.28-303.24h104.28l121 212zM619.44 675.24l-65.88-115.24h131.72zM800 464h-576c-8.837 0-16-7.163-16-16s7.163-16 16-16v0c26.51 0 48-21.49 48-48v0-32c0-132.548 107.452-240 240-240s240 107.452 240 240v0 32c0 26.51 21.49 48 48 48v0c8.837 0 16 7.163 16 16s-7.163 16-16 16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ice-cream-bold"]},"attrs":[{}],"properties":{"order":28908,"id":576,"name":"ice-cream-bold","prevSize":16,"code":60319},"setIdx":3,"setId":3,"iconIdx":671},{"icon":{"paths":["M800 80h-576c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-704c0-44.183-35.817-80-80-80v0zM784 848h-544v-672h544zM336 272c0-26.51 21.49-48 48-48v0h256c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48v0zM371.2 781.48c35.17-37.856 85.228-61.465 140.8-61.465s105.63 23.609 140.69 61.345l0.11 0.12c8.793 9.463 21.307 15.364 35.2 15.364 26.512 0 48.004-21.492 48.004-48.004 0-12.619-4.869-24.101-12.832-32.67l0.027 0.030c-21.756-23.327-47.127-42.918-75.292-57.965l-1.548-0.755c25.88-30.447 41.62-70.214 41.62-113.657 0-97.202-78.798-176-176-176s-176 78.798-176 176c0 43.443 15.74 83.21 41.828 113.909l-0.208-0.251c-29.693 15.814-55.050 35.404-76.643 58.55l-0.157 0.17c-7.935 8.539-12.804 20.021-12.804 32.64 0 26.512 21.492 48.004 48.004 48.004 13.893 0 26.407-5.902 35.173-15.334l0.027-0.030zM512 464c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80v0c0-44.183 35.817-80 80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["identification-badge-bold"]},"attrs":[{}],"properties":{"order":28909,"id":575,"name":"identification-badge-bold","prevSize":16,"code":60320},"setIdx":3,"setId":3,"iconIdx":672},{"icon":{"paths":["M576 432c0-26.51 21.49-48 48-48v0h128c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48v0zM624 640h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM944 224v576c0 44.183-35.817 80-80 80v0h-704c-44.183 0-80-35.817-80-80v0-576c0-44.183 35.817-80 80-80v0h704c44.183 0 80 35.817 80 80v0zM848 240h-672v544h672zM217.12 637.48c11.998-27.948 30.060-51.298 52.637-69.202l0.363-0.278c-18.785-24.088-30.12-54.786-30.12-88.133 0-79.529 64.471-144 144-144s144 64.471 144 144c0 33.346-11.335 64.045-30.361 88.454l0.241-0.321c22.953 18.181 41.027 41.53 52.603 68.343l0.437 1.137c2.349 5.469 3.715 11.835 3.715 18.52 0 26.518-21.497 48.015-48.015 48.015-19.833 0-36.858-12.025-44.181-29.182l-0.119-0.313c-12.4-29.76-44.64-50.52-78.32-50.52s-65.88 20.8-78.36 50.52c-7.112 18.17-24.488 30.805-44.814 30.805-26.51 0-48-21.49-48-48 0-7.193 1.582-14.017 4.418-20.142l-0.123 0.297zM336 480c0 26.51 21.49 48 48 48s48-21.49 48-48c0-26.51-21.49-48-48-48v0c-26.51 0-48 21.49-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["identification-card-bold"]},"attrs":[{}],"properties":{"order":28910,"id":574,"name":"identification-card-bold","prevSize":16,"code":60321},"setIdx":3,"setId":3,"iconIdx":673},{"icon":{"paths":["M576 384c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM944 224v576c0 44.183-35.817 80-80 80v0h-704c-44.183 0-80-35.817-80-80v0-576c0-44.183 35.817-80 80-80v0h704c44.183 0 80 35.817 80 80v0zM176 240v318.88l135.44-135.44c14.476-14.472 34.473-23.423 56.56-23.423s42.084 8.951 56.56 23.423l164.68 164.56 68.72-68.68c14.476-14.472 34.473-23.423 56.56-23.423s42.084 8.951 56.56 23.423l-0-0 76.92 77.040v-356.36zM176 784h473.36l-281.36-281.36-192 192zM848 784v-52l-133.48-133.48-57.4 57.48 128 128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["image-bold"]},"attrs":[{}],"properties":{"order":28911,"id":573,"name":"image-bold","prevSize":16,"code":60322},"setIdx":3,"setId":3,"iconIdx":674},{"icon":{"paths":["M864 144h-544c-44.183 0-80 35.817-80 80v0 48h-80c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-80h48c44.183 0 80-35.817 80-80v0-416c0-44.183-35.817-80-80-80v0zM336 240h512v180.36l-12.92-12.92c-14.476-14.472-34.473-23.423-56.56-23.423s-42.084 8.951-56.56 23.423l0-0-60.72 60.56-140.68-140.56c-14.476-14.472-34.473-23.423-56.56-23.423s-42.084 8.951-56.56 23.423l-71.44 71.44zM720 784h-544v-416h64v272c0 44.183 35.817 80 80 80v0h400zM336 624v-89.36l128-128 163.32 163.32c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 83.32-83.32 69.36 69.36v68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["images-bold"]},"attrs":[{}],"properties":{"order":28912,"id":572,"name":"images-bold","prevSize":16,"code":60323},"setIdx":3,"setId":3,"iconIdx":675},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 208v254.88l-71.44-71.44c-14.476-14.472-34.473-23.423-56.56-23.423s-42.084 8.951-56.56 23.423l-423.44 423.44v-606.88zM342.64 816l345.36-345.36 128 128v217.36zM304 384c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0c-44.183 0-80-35.817-80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["image-square-bold"]},"attrs":[{}],"properties":{"order":28913,"id":571,"name":"image-square-bold","prevSize":16,"code":60324},"setIdx":3,"setId":3,"iconIdx":676},{"icon":{"paths":["M832 112h-480c-44.183 0-80 35.817-80 80v0 48h-80c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h512c44.183 0 80-35.817 80-80v0-80h48c44.183 0 80-35.817 80-80v0-480c0-44.183-35.817-80-80-80v0zM368 208h448v238.88l-39.44-39.44c-14.476-14.472-34.473-23.423-56.56-23.423s-42.084 8.951-56.56 23.423l-248.56 248.56h-46.88zM688 816h-480v-480h64v336c0 44.183 35.817 80 80 80v0h336zM550.64 656l169.36-169.36 96 96v73.36zM432 352c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0c-44.183 0-80-35.817-80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["images-square-bold"]},"attrs":[{}],"properties":{"order":28914,"id":570,"name":"images-square-bold","prevSize":16,"code":60325},"setIdx":3,"setId":3,"iconIdx":677},{"icon":{"paths":["M1008 512c0 0.008 0 0.019 0 0.029 0 132.548-107.452 240-240 240-66.281 0-126.287-26.869-169.72-70.308l-0-0-1.96-2.12-239.44-270.36c-25.961-25.499-61.581-41.24-100.878-41.24-79.529 0-144 64.471-144 144s64.471 144 144 144c39.297 0 74.917-15.741 100.899-41.261l-0.021 0.021 12.32-13.92c8.845-9.973 21.692-16.227 36-16.227 26.536 0 48.047 21.511 48.047 48.047 0 12.228-4.568 23.389-12.090 31.87l0.043-0.050-13.4 15.12-1.96 2.12c-43.43 43.423-103.424 70.28-169.691 70.28-132.548 0-240-107.452-240-240s107.452-240 240-240c66.267 0 126.261 26.857 169.692 70.28l-0-0 1.96 2.12 239.44 270.36c25.961 25.499 61.581 41.24 100.878 41.24 79.529 0 144-64.471 144-144s-64.471-144-144-144c-39.297 0-74.917 15.741-100.899 41.261l0.021-0.021-12.32 13.92c-8.845 9.973-21.692 16.227-36 16.227-26.536 0-48.047-21.511-48.047-48.047 0-12.228 4.568-23.389 12.090-31.87l-0.043 0.050 13.4-15.12 1.96-2.12c43.433-43.44 103.439-70.309 169.72-70.309 132.548 0 240 107.452 240 240 0 0.010-0 0.020-0 0.030l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["infinity-bold"]},"attrs":[{}],"properties":{"order":28915,"id":569,"name":"infinity-bold","prevSize":16,"code":60326},"setIdx":3,"setId":3,"iconIdx":678},{"icon":{"paths":["M432 336c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026zM848 512c0-185.568-150.432-336-336-336s-336 150.432-336 336c0 185.568 150.432 336 336 336v0c185.485-0.205 335.795-150.515 336-335.98l0-0.020zM560 658.72v-130.72c0-44.183-35.817-80-80-80v0c-0.021-0-0.046-0-0.072-0-26.51 0-48 21.49-48 48 0 20.801 13.231 38.512 31.737 45.175l0.335 0.105v130.72c0 44.183 35.817 80 80 80v0c0.021 0 0.046 0 0.072 0 26.51 0 48-21.49 48-48 0-20.801-13.231-38.512-31.737-45.175l-0.335-0.105z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["info-bold"]},"attrs":[{}],"properties":{"order":28916,"id":568,"name":"info-bold","prevSize":16,"code":60327},"setIdx":3,"setId":3,"iconIdx":679},{"icon":{"paths":["M512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c-0.114-105.993-86.007-191.886-191.989-192l-0.011-0zM512 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 80h-384c-132.484 0.159-239.841 107.516-240 239.984l-0 0.016v384c0.159 132.484 107.516 239.841 239.984 240l384.016 0c132.484-0.159 239.841-107.516 240-239.984l0-0.016v-384c-0.159-132.484-107.516-239.841-239.984-240l-0.016-0zM848 704c0 79.529-64.471 144-144 144v0h-384c-79.529 0-144-64.471-144-144v0-384c0-79.529 64.471-144 144-144v0h384c79.529 0 144 64.471 144 144v0zM784 304c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["instagram-logo-bold"]},"attrs":[{}],"properties":{"order":28917,"id":567,"name":"instagram-logo-bold","prevSize":16,"code":60328},"setIdx":3,"setId":3,"iconIdx":680},{"icon":{"paths":["M712 312c-34.128-152.212-168.105-264.25-328.25-264.25-185.568 0-336 150.432-336 336 0 160.145 112.037 294.122 262.006 327.826l2.244 0.424c34.128 152.212 168.105 264.25 328.25 264.25 185.568 0 336-150.432 336-336 0-160.145-112.037-294.122-262.006-327.826l-2.244-0.424zM623.24 400.76c-3.047 43.397-17.271 82.942-39.781 116.456l0.541-0.856-76.24-76.36c32.65-22.010 72.192-36.275 114.837-39.316l0.763-0.044zM305.24 610.8c-94.784-33.525-161.468-122.369-161.468-226.788 0-132.548 107.452-240 240-240 104.419 0 193.262 66.684 226.269 159.789l0.519 1.679c-162.208 14.906-290.294 142.992-305.102 303.88l-0.098 1.32zM400.52 623.48c3.047-43.397 17.271-82.942 39.781-116.456l-0.541 0.856 76.48 76.12c-32.65 22.010-72.192 36.275-114.837 39.316l-0.763 0.044zM640 880c-104.314-0.146-193.041-66.72-226.158-159.68l-0.522-1.68c162.296-14.859 290.461-143.024 305.223-304.003l0.097-1.317c94.621 33.614 161.158 122.377 161.158 226.68 0 132.477-107.336 239.885-239.787 240l-0.011 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["intersect-bold"]},"attrs":[{}],"properties":{"order":28918,"id":566,"name":"intersect-bold","prevSize":16,"code":60329},"setIdx":3,"setId":3,"iconIdx":681},{"icon":{"paths":["M864 336h-176v-176c0-26.51-21.49-48-48-48v0h-480c-26.51 0-48 21.49-48 48v0 480c0 26.51 21.49 48 48 48v0h176v176c0 26.51 21.49 48 48 48v0h480c26.51 0 48-21.49 48-48v0-480c0-26.51-21.49-48-48-48v0zM208 592v-384h384v128h-208c-26.51 0-48 21.49-48 48v0 208zM432 500l92 92h-92zM592 524l-92-92h92zM816 816h-384v-128h208c26.51 0 48-21.49 48-48v0-208h128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["intersect-square-bold"]},"attrs":[{}],"properties":{"order":28919,"id":565,"name":"intersect-square-bold","prevSize":16,"code":60330},"setIdx":3,"setId":3,"iconIdx":682},{"icon":{"paths":["M800 374.64c0-2.2 0-4.4 0-6.64 0-159.058-128.942-288-288-288s-288 128.942-288 288v0c0 2.24 0 4.44 0 6.64-90.363 49.784-150.567 144.408-150.567 253.093 0 159.058 128.942 288 288 288 55.706 0 107.718-15.816 151.791-43.202l-1.224 0.709c42.848 26.677 94.861 42.493 150.567 42.493 159.058 0 288-128.942 288-288 0-108.685-60.204-203.309-149.082-252.342l-1.485-0.751zM634.88 515.52c-11.452-27.708-25.864-51.61-43.289-72.957l0.409 0.517c19.079-7.026 41.111-11.090 64.094-11.090 12.7 0 25.111 1.241 37.117 3.609l-1.21-0.199c-12.39 32.114-32.014 59.082-56.969 79.868l-0.311 0.252zM512 750.8c-23.659-26.661-40.044-60.277-45.745-97.414l-0.135-1.066c13.792 2.34 29.68 3.678 45.88 3.678s32.088-1.338 47.559-3.908l-1.679 0.23c-5.836 38.203-22.221 71.819-46.052 98.678l0.172-0.198zM332.24 435.4c10.796-2.169 23.206-3.41 35.906-3.41 22.982 0 45.015 4.064 65.419 11.513l-1.326-0.423c-17.016 20.83-31.428 44.732-42.179 70.542l-0.701 1.898c-25.204-21.052-44.774-48.018-56.672-78.803l-0.448-1.317zM512 560c-12.655-0.011-25.014-1.248-36.973-3.599l1.213 0.199c8.76-22.894 20.861-42.594 35.934-59.6l-0.174 0.2c14.899 16.806 27 36.506 35.315 58.087l0.445 1.313c-10.746 2.152-23.105 3.389-35.751 3.4l-0.009 0zM512 176c95.991 0.135 175.487 70.588 189.743 162.602l0.137 1.078c-13.775-2.342-29.643-3.681-45.823-3.681-53.060 0-102.758 14.395-145.401 39.492l1.344-0.732c-41.299-24.366-90.997-38.761-144.057-38.761-16.18 0-32.048 1.339-47.498 3.911l1.676-0.23c14.393-93.092 93.889-163.545 189.865-163.68l0.015-0zM176 624c-0-0.019-0-0.042-0-0.065 0-59.166 26.823-112.066 68.972-147.205l0.308-0.249c24.982 59.995 67.62 108.49 121.364 140.142l1.356 0.738c0 2.2 0 4.4 0 6.64-0 0.122-0 0.266-0 0.41 0 68.658 24.146 131.677 64.41 181.027l-0.409-0.517c-19.058 6.957-41.059 10.981-64 10.981-106.004 0-191.943-85.905-192-191.895l-0-0.005zM656 816c-22.95-0.006-44.95-4.066-65.325-11.503l1.325 0.423c39.854-48.833 64-111.852 64-180.51 0-0.144-0-0.288-0-0.433l0 0.022c0-2.24 0-4.44 0-6.64 55.164-32.366 97.858-80.865 122.17-138.967l0.71-1.913c42.362 35.465 69.11 88.369 69.11 147.52 0 106.035-85.956 191.994-191.99 192l-0.001 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["intersect-three-bold"]},"attrs":[{}],"properties":{"order":28920,"id":564,"name":"intersect-three-bold","prevSize":16,"code":60331},"setIdx":3,"setId":3,"iconIdx":683},{"icon":{"paths":["M960 368h-25.2l-34.44-160.76c-8.154-36.318-40.049-63.074-78.222-63.24l-0.018-0h-620.24c-38.191 0.166-70.086 26.922-78.138 62.703l-0.102 0.537-34.44 160.76h-25.2c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v368c0 44.183 35.817 80 80 80v0h96c44.183 0 80-35.817 80-80v0-80h352v80c0 44.183 35.817 80 80 80v0h96c44.183 0 80-35.817 80-80v0-368h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM214.8 240h594.4l27.44 128h-649.28zM240 816h-64v-64h64zM784 816v-64h64v64zM848 656h-128v-96c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 96h-64v-96c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 96h-64v-96c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 96h-128v-192h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["jeep-bold"]},"attrs":[{}],"properties":{"order":28921,"id":563,"name":"jeep-bold","prevSize":16,"code":60332},"setIdx":3,"setId":3,"iconIdx":684},{"icon":{"paths":["M864 176h-704c-26.51 0-48 21.49-48 48v0 608c0 44.183 35.817 80 80 80v0h160c44.183 0 80-35.817 80-80v0-176h160v48c0 44.183 35.817 80 80 80v0h160c44.183 0 80-35.817 80-80v0-480c0-26.51-21.49-48-48-48v0zM816 432h-128v-160h128zM336 272v160h-128v-160zM336 816h-128v-288h128zM432 560v-288h160v288zM688 688v-160h128v160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["kanban-bold"]},"attrs":[{}],"properties":{"order":28922,"id":562,"name":"kanban-bold","prevSize":16,"code":60333},"setIdx":3,"setId":3,"iconIdx":685},{"icon":{"paths":["M894.040 176h-764c-45.281-0-81.994 36.685-82.040 81.956l-0 0.004v508c-0 45.281 36.685 81.994 81.956 82.040l764.004 0c45.281 0 81.994-36.685 82.040-81.956l0-0.004v-508c0-45.281-36.685-81.994-81.956-82.040l-0.004-0zM880 752h-736v-480h736zM208 512c0-26.51 21.49-48 48-48v0h512c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-512c-26.51 0-48-21.49-48-48v0zM208 368c0-26.51 21.49-48 48-48v0h512c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-512c-26.51 0-48-21.49-48-48v0zM208 656c0-26.51 21.49-48 48-48v0h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-32c-26.51 0-48-21.49-48-48v0zM640 656c0 26.51-21.49 48-48 48v0h-160c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0zM816 656c0 26.51-21.49 48-48 48v0h-32c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h32c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["keyboard-bold"]},"attrs":[{}],"properties":{"order":28923,"id":561,"name":"keyboard-bold","prevSize":16,"code":60334},"setIdx":3,"setId":3,"iconIdx":686},{"icon":{"paths":["M640 48c-185.594 0.111-336.005 150.59-336.005 336.2 0 33.643 4.942 66.132 14.139 96.78l-0.613-2.38-223.48 223.44c-8.675 8.684-14.040 20.677-14.040 33.922 0 0.013 0 0.027 0 0.040l-0-0.002v160c0 26.51 21.49 48 48 48v0h160c26.51 0 48-21.49 48-48v0-48h48c26.51 0 48-21.49 48-48v0-48h48c0.011 0 0.024 0 0.038 0 13.245 0 25.238-5.365 33.923-14.040l-0 0 31.44-31.48c28.254 8.58 60.727 13.52 94.354 13.52 185.568 0 336-150.432 336-336 0-185.481-150.292-335.86-335.74-336l-0.013-0zM640 624c-0.15 0-0.327 0.001-0.505 0.001-31.651 0-61.86-6.17-89.492-17.373l1.597 0.572c-5.577-2.455-12.079-3.884-18.914-3.884-13.267 0-25.277 5.383-33.965 14.083l-0.001 0.001-38.72 38.6h-76c-26.51 0-48 21.49-48 48v0 48h-48c-26.51 0-48 21.49-48 48v0 48h-64v-92l230.6-230.6c8.694-8.688 14.072-20.693 14.072-33.954 0-6.825-1.424-13.317-3.992-19.195l0.12 0.309c-10.717-26.231-16.937-56.669-16.937-88.56 0-132.548 107.452-240 240-240s240 107.452 240 240c0 132.5-107.374 239.922-239.856 240l-0.007 0zM784 304c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["key-bold"]},"attrs":[{}],"properties":{"order":28924,"id":560,"name":"key-bold","prevSize":16,"code":60335},"setIdx":3,"setId":3,"iconIdx":687},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM512 272c-97.185 0.023-175.96 78.812-175.96 176 0 44.83 16.761 85.745 44.358 116.821l-0.158-0.181-39.68 99.68c-2.874 7.013-4.542 15.152-4.542 23.68 0 35.34 28.644 63.99 63.981 64l224.001 0c35.338-0.010 63.982-28.66 63.982-64 0-8.528-1.668-16.667-4.696-24.108l0.154 0.428-39.68-99.68c27.44-30.895 44.2-71.81 44.2-116.64 0-97.188-78.775-175.977-175.958-176l-0.002-0zM542.36 569.52l34.44 86.48h-129.6l34.44-86.48c2.156-5.26 3.408-11.365 3.408-17.763 0-15.932-7.762-30.052-19.712-38.783l-0.136-0.095c-20.212-14.704-33.2-38.276-33.2-64.883 0-44.183 35.817-80 80-80s80 35.817 80 80c0 26.606-12.988 50.179-32.971 64.724l-0.229 0.159c-12.085 8.825-19.848 22.945-19.848 38.877 0 6.397 1.252 12.503 3.523 18.084l-0.116-0.321z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["keyhole-bold"]},"attrs":[{}],"properties":{"order":28925,"id":559,"name":"keyhole-bold","prevSize":16,"code":60336},"setIdx":3,"setId":3,"iconIdx":688},{"icon":{"paths":["M286.040 577.96c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 96-96c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-14.040 14.040h220v-80c0-26.51 21.49-48 48-48s48 21.49 48 48v0 128c0 26.51-21.49 48-48 48v0h-268l14.080 14.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0zM944 224v576c0 44.183-35.817 80-80 80v0h-704c-44.183 0-80-35.817-80-80v0-576c0-44.183 35.817-80 80-80v0h704c44.183 0 80 35.817 80 80v0zM848 240h-672v544h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["key-return-bold"]},"attrs":[{}],"properties":{"order":28926,"id":558,"name":"key-return-bold","prevSize":16,"code":60337},"setIdx":3,"setId":3,"iconIdx":689},{"icon":{"paths":["M938.56 117.48c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0.4 0.4-695.48 713.28c-8.49 8.652-13.731 20.519-13.731 33.61 0 22.712 15.775 41.74 36.966 46.726l0.325 0.064c43.126 10.435 92.64 16.426 143.551 16.44l0.009 0c136.84 0 273.68-44.44 402.2-131.6 129.16-87.6 204.36-186.96 207.48-191.12 6.014-7.931 9.633-17.965 9.633-28.844 0-13.262-5.378-25.268-14.073-33.955l-64-64 169.16-180.32c22.798-23.154 36.875-54.952 36.875-90.037 0-35.385-14.318-67.426-37.477-90.646l0.003 0.003zM574.56 718.48c-123.6 83.24-250.56 120.92-378.56 112.6l390.4-400.52 148.52 148.64c-47.28 52.098-99.821 97.983-157.206 137.316l-3.034 1.964zM870.56 230.72l-1.040 1.080-167.56 178.64-48.48-48.68 172-176.48c5.786-5.746 13.758-9.298 22.56-9.298 17.683 0 32.018 14.335 32.018 32.018 0 8.881-3.616 16.918-9.456 22.718l-0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["knife-bold"]},"attrs":[{}],"properties":{"order":28927,"id":557,"name":"knife-bold","prevSize":16,"code":60338},"setIdx":3,"setId":3,"iconIdx":690},{"icon":{"paths":["M877.080 847.6l-202-555.6 30.52-84h30.4c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-384c-26.362 0.194-47.658 21.609-47.658 47.999 0 24.826 18.847 45.249 43.013 47.744l0.205 0.017-232.64 640c-1.826 4.873-2.882 10.504-2.882 16.382 0 20.611 12.99 38.188 31.231 44.989l0.332 0.108c4.742 1.75 10.218 2.762 15.931 2.762 0.165 0 0.33-0.001 0.494-0.003l-0.025 0c0.003 0 0.006 0 0.009 0 20.625 0 38.212-13.008 45.003-31.268l0.108-0.332 34.88-96.4h154l-23.12 63.6c-1.823 4.869-2.878 10.496-2.878 16.369 0 20.624 13.007 38.21 31.266 45.002l0.332 0.108c4.856 1.849 10.471 2.92 16.337 2.92 0.022 0 0.044-0 0.067-0l-0.003 0c0.003 0 0.006 0 0.009 0 20.625 0 38.212-13.008 45.003-31.268l0.108-0.332 69.96-192.4h185.84l69.96 192.4c6.9 18.592 24.486 31.6 45.111 31.6 0.003 0 0.006-0 0.009-0l-0 0c0.010 0 0.022 0 0.035 0 5.875 0 11.501-1.071 16.691-3.028l-0.326 0.108c18.572-6.91 31.562-24.487 31.562-45.098 0-5.878-1.057-11.509-2.99-16.714l0.108 0.332zM498.76 496h-153.88l35.12-96h153.84zM568.56 304h-153.84l34.92-96h153.84zM275.080 688l34.92-96h154l-34.92 96zM566 592l58-159.56 58 159.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ladder-bold"]},"attrs":[{}],"properties":{"order":28928,"id":556,"name":"ladder-bold","prevSize":16,"code":60339},"setIdx":3,"setId":3,"iconIdx":691},{"icon":{"paths":["M768 80c-26.51 0-48 21.49-48 48v0 112h-416v-112c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 768c0 26.51 21.49 48 48 48s48-21.49 48-48v0-112h416v112c0 26.51 21.49 48 48 48s48-21.49 48-48v0-768c0-26.51-21.49-48-48-48v0zM720 336v128h-416v-128zM304 688v-128h416v128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ladder-simple-bold"]},"attrs":[{}],"properties":{"order":28929,"id":555,"name":"ladder-simple-bold","prevSize":16,"code":60340},"setIdx":3,"setId":3,"iconIdx":692},{"icon":{"paths":["M1004 589.080l-192-448c-7.519-17.212-24.373-29.032-43.994-29.080l-0.006-0h-512c-19.627 0.048-36.481 11.868-43.88 28.771l-0.12 0.309-192 448c-2.456 5.579-3.886 12.082-3.886 18.92 0 26.47 21.425 47.935 47.88 48l0.006 0h400v160h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-80v-160h192v112c0 26.51 21.49 48 48 48s48-21.49 48-48v0-112h112c26.461-0.065 47.886-21.53 47.886-48 0-6.838-1.43-13.342-4.007-19.229l0.12 0.309zM136.8 560l150.84-352h448.72l150.84 352z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lamp-bold"]},"attrs":[{}],"properties":{"order":28930,"id":554,"name":"lamp-bold","prevSize":16,"code":60341},"setIdx":3,"setId":3,"iconIdx":693},{"icon":{"paths":["M928 624h-16v-336c0-61.856-50.144-112-112-112v0h-576c-61.856 0-112 50.144-112 112v0 336h-16c-26.51 0-48 21.49-48 48v0 96c0 61.856 50.144 112 112 112v0h704c61.856 0 112-50.144 112-112v0-96c0-26.51-21.49-48-48-48v0zM208 288c0-8.837 7.163-16 16-16v0h576c8.837 0 16 7.163 16 16v0 336h-608zM880 768c0 8.837-7.163 16-16 16v0h-704c-8.837 0-16-7.163-16-16v0-48h736zM624 384c0 26.51-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["laptop-bold"]},"attrs":[{}],"properties":{"order":28931,"id":553,"name":"laptop-bold","prevSize":16,"code":60342},"setIdx":3,"setId":3,"iconIdx":694},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM848 240v128h-672v-128zM176 464h192v320h-192zM464 784v-320h384v320z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["layout-bold"]},"attrs":[{}],"properties":{"order":28932,"id":552,"name":"layout-bold","prevSize":16,"code":60343},"setIdx":3,"setId":3,"iconIdx":695},{"icon":{"paths":["M909.68 159.44c-1.463-24.308-20.812-43.657-44.987-45.114l-0.133-0.006c-158.4-9.32-298.36 9.36-416 55.48-112.56 44.12-199.32 112.52-251 197.8-70.48 116.44-70.64 257.8-1.8 392.76l-69.72 69.72c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l69.72-69.72c66.96 34.16 135.52 51.4 201.8 51.4 0.338 0.001 0.738 0.002 1.138 0.002 70.183 0 135.742-19.795 191.399-54.106l-1.577 0.905c85.28-51.68 153.68-138.48 197.8-251 46-117.72 64.68-257.72 55.36-416.12zM606.64 744.32c-80.36 48.68-174.64 52.36-270.88 11.68l338.16-338.16c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-0 0-337.92 338.4c-40.56-96-36.88-190.52 12-270.88 83.64-138.12 282.16-214.88 536-209 5.52 253.76-71.24 452.32-209.36 535.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["leaf-bold"]},"attrs":[{}],"properties":{"order":28933,"id":551,"name":"leaf-bold","prevSize":16,"code":60344},"setIdx":3,"setId":3,"iconIdx":696},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM689 621.12c19.457-31.020 30.998-68.722 30.998-109.12s-11.541-78.1-31.506-109.99l0.508 0.87 92-92c41.83 55.331 67 125.286 67 201.12s-25.17 145.789-67.612 201.966l0.612-0.846zM400 512c0-61.856 50.144-112 112-112s112 50.144 112 112c0 61.856-50.144 112-112 112v0c-61.856 0-112-50.144-112-112v0zM713.12 243l-92 92c-31.020-19.457-68.722-30.998-109.12-30.998s-78.1 11.541-109.99 31.506l0.87-0.508-92-92c55.331-41.83 125.286-67 201.12-67s145.789 25.17 201.966 67.612l-0.846-0.612zM243 311l92 92c-19.457 31.020-30.998 68.722-30.998 109.12s11.541 78.1 31.506 109.99l-0.508-0.87-92 92c-41.83-55.331-67-125.286-67-201.12s25.17-145.789 67.612-201.966l-0.612 0.846zM311 781.12l92-92c31.020 19.457 68.722 30.998 109.12 30.998s78.1-11.541 109.99-31.506l-0.87 0.508 92 92c-55.331 41.83-125.286 67-201.12 67s-145.789-25.17-201.966-67.612l0.846 0.612z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lifebuoy-bold"]},"attrs":[{}],"properties":{"order":28934,"id":550,"name":"lifebuoy-bold","prevSize":16,"code":60345},"setIdx":3,"setId":3,"iconIdx":697},{"icon":{"paths":["M720 928c0 26.51-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h320c26.51 0 48 21.49 48 48v0zM880 416c0.001 0.284 0.001 0.621 0.001 0.958 0 116.802-54.707 220.826-139.896 287.846l-0.785 0.595c-11.688 8.969-19.185 22.895-19.32 38.578l-0 0.022v8c0 44.183-35.817 80-80 80v0h-256c-44.183 0-80-35.817-80-80v0-8c-0.019-15.452-7.336-29.191-18.689-37.957l-0.111-0.083c-86.001-67.436-140.843-171.217-141.2-287.821l-0-0.059c-1.080-199.32 160-365.28 359.16-370.080 2.632-0.068 5.732-0.106 8.84-0.106 203.241 0 368 164.759 368 368 0 0.037-0 0.075-0 0.112l0-0.006zM784 416c0-0.024 0-0.052 0-0.080 0-150.221-121.779-272-272-272-2.321 0-4.635 0.029-6.942 0.087l0.342-0.007c-147.16 3.52-266.2 126.2-265.4 273.52 0.297 86.223 40.839 162.916 103.812 212.316l0.588 0.444c32.063 24.917 53.164 62.631 55.583 105.342l0.017 0.378h224.4c2.484-43.174 23.564-80.97 55.283-105.801l0.317-0.239c63.559-50.009 104.001-126.928 104.001-213.293 0-0.234-0-0.469-0.001-0.703l0 0.036zM703.72 394.72c-9.037-74.323-58.962-135.060-126.291-159.571l-1.349-0.429c-4.451-1.505-9.578-2.374-14.908-2.374-26.51 0-48 21.49-48 48 0 20.365 12.683 37.768 30.581 44.742l0.327 0.112c34.53 12.358 59.691 42.744 64.311 79.522l0.049 0.478c2.749 24.146 23.064 42.731 47.72 42.731 26.516 0 48.011-21.495 48.011-48.011 0-1.86-0.106-3.696-0.312-5.501l0.020 0.221z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightbulb-bold"]},"attrs":[{}],"properties":{"order":28935,"id":549,"name":"lightbulb-bold","prevSize":16,"code":60346},"setIdx":3,"setId":3,"iconIdx":698},{"icon":{"paths":["M720 928c0 26.51-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h320c26.51 0 48 21.49 48 48v0zM880 416c-0.343 120.231-57.996 226.925-147.069 294.245l-0.931 0.675c-7.336 5.771-12.003 14.648-12.003 24.615 0 0.164 0.001 0.327 0.004 0.49l-0-0.025c0 44.183-35.817 80-80 80v0h-256c-44.183 0-80-35.817-80-80v0-0.92c-0.157-10.201-5.21-19.189-12.908-24.737l-0.092-0.063c-89.383-67.162-146.674-172.856-147-291.947l-0-0.053c-1.080-199.52 160-365.48 359.16-370.28 2.632-0.068 5.732-0.106 8.84-0.106 203.241 0 368 164.759 368 368 0 0.037-0 0.075-0 0.112l0-0.006zM784 416c0-0.024 0-0.052 0-0.080 0-150.221-121.779-272-272-272-2.321 0-4.635 0.029-6.942 0.087l0.342-0.007c-147.16 3.56-266.2 126.24-265.4 273.56 0.195 88.14 42.58 166.339 108.024 215.5l0.696 0.5c27.076 20.466 45.669 50.921 50.289 85.786l0.071 0.654h64.92v-124l-113.96-114.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l93.96 94.040 94.040-94.040c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-114.040 114.040v124h65c4.518-35.273 22.861-65.56 49.329-85.732l0.311-0.228c66.659-49.696 109.362-128.318 109.362-216.914 0-0.396-0.001-0.792-0.003-1.187l0 0.061z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightbulb-filament-bold"]},"attrs":[{}],"properties":{"order":28936,"id":548,"name":"lightbulb-filament-bold","prevSize":16,"code":60347},"setIdx":3,"setId":3,"iconIdx":699},{"icon":{"paths":["M880 336c-26.51 0-48 21.49-48 48v0 32h-60.52l-19.72-196.8c-1.221-12.46-7.041-23.368-15.716-31.161l-0.044-0.039-172.8-153.44c-13.766-11.528-31.665-18.53-51.2-18.53s-37.434 7.002-51.325 18.632l0.125-0.102-1.2 1-171.6 152.44c-8.776 7.764-14.671 18.61-15.982 30.829l-0.018 0.211-19.48 196.96h-60.52v-32c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 80c0 26.51 21.49 48 48 48v0h98.88l-34.52 344.4c-0.23 2.278-0.362 4.924-0.362 7.6 0 44.183 35.817 80 80 80 0.001 0 0.001-0 0.002-0l448 0c44.175-0.011 79.981-35.824 79.981-80 0-2.747-0.138-5.461-0.409-8.137l0.028 0.337-34.48-344.2h98.88c26.51 0 48-21.49 48-48v0-80c0-26.51-21.49-48-48-48v0zM512 117.44l65.84 58.56h-131.68zM363.44 272h297.12l14.44 144h-115v-32c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 32h-115zM305.68 848l12.84-128h386.96l12.84 128zM696 624h-368l11.2-112h345.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lighthouse-bold"]},"attrs":[{}],"properties":{"order":28937,"id":547,"name":"lighthouse-bold","prevSize":16,"code":60348},"setIdx":3,"setId":3,"iconIdx":700},{"icon":{"paths":["M719.040 443c-3.206-15.389-13.431-27.867-27.1-34.117l-0.3-0.123-187.64-84.28 51.6-217.4c0.82-3.322 1.291-7.135 1.291-11.058 0-26.51-21.49-48-48-48-13.899 0-26.418 5.907-35.183 15.348l-0.028 0.030-380.92 411.4c-7.92 8.534-12.779 20.005-12.779 32.611 0 19.387 11.494 36.090 28.040 43.666l0.299 0.123 188 84.32-51.84 217.36c-0.837 3.355-1.318 7.207-1.318 11.17 0 26.51 21.49 48 48 48 13.933 0 26.48-5.937 35.249-15.419l0.029-0.032 380.76-411.44c7.93-8.537 12.796-20.015 12.796-32.629 0-3.373-0.348-6.666-1.010-9.843l0.054 0.312zM380 697.24l18.56-78.16c0.825-3.331 1.299-7.156 1.299-11.091 0-19.387-11.494-36.090-28.040-43.666l-0.299-0.123-163.040-73.2 211.52-228.24-18.56 78.16c-0.863 3.405-1.358 7.313-1.358 11.337 0 19.348 11.448 36.023 27.94 43.62l0.298 0.123 163.080 73.2zM970.8 842.52l-144-288c-8.054-15.866-24.249-26.549-42.94-26.549s-34.886 10.683-42.814 26.276l-0.126 0.273-144 288c-3.526 6.516-5.598 14.264-5.598 22.496 0 26.51 21.49 48 48 48 19.092 0 35.581-11.147 43.313-27.287l0.125-0.289 26.88-53.44h148.68l26.72 53.44c8.056 15.863 24.25 26.544 42.94 26.544 26.512 0 48.004-21.492 48.004-48.004 0-7.822-1.871-15.208-5.19-21.733l0.126 0.273zM757.64 736l26.36-52.68 26.32 52.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightning-a-bold"]},"attrs":[{}],"properties":{"order":28938,"id":546,"name":"lightning-a-bold","prevSize":16,"code":60349},"setIdx":3,"setId":3,"iconIdx":701},{"icon":{"paths":["M878.72 469.040c-3.78-15.76-14.95-28.289-29.551-33.889l-0.329-0.111-217.76-81.64 56-280c0.592-2.829 0.931-6.080 0.931-9.409 0-26.51-21.49-48-48-48-13.837 0-26.306 5.855-35.066 15.222l-0.025 0.027-448 480c-8.008 8.554-12.926 20.087-12.926 32.769 0 20.462 12.804 37.934 30.837 44.841l0.329 0.111 217.76 81.64-56 280c-0.592 2.829-0.931 6.080-0.931 9.409 0 26.51 21.49 48 48 48 13.837 0 26.306-5.855 35.066-15.222l0.025-0.027 448-480c7.998-8.552 12.91-20.078 12.91-32.752 0-3.891-0.463-7.673-1.337-11.296l0.067 0.328zM464.2 803.72l30.88-154.32c0.592-2.828 0.931-6.078 0.931-9.407 0-20.464-12.806-37.937-30.842-44.842l-0.329-0.111-188.84-70.76 283.72-304-30.88 154.32c-0.592 2.828-0.931 6.078-0.931 9.407 0 20.464 12.806 37.937 30.842 44.842l0.329 0.111 188.92 70.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightning-bold"]},"attrs":[{}],"properties":{"order":28939,"id":545,"name":"lightning-bold","prevSize":16,"code":60350},"setIdx":3,"setId":3,"iconIdx":702},{"icon":{"paths":["M227.52 127.72c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 147.12 161.8-146.68 157.16c-8.008 8.554-12.926 20.087-12.926 32.769 0 20.462 12.804 37.934 30.837 44.841l0.329 0.111 217.76 81.64-56 280c-0.592 2.829-0.931 6.080-0.931 9.409 0 26.51 21.49 48 48 48 13.837 0 26.306-5.855 35.066-15.222l0.025-0.027 235.6-252.44 141.8 156c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM464.2 803.72l30.88-154.32c0.592-2.828 0.931-6.078 0.931-9.407 0-20.464-12.806-37.937-30.842-44.842l-0.329-0.111-188.84-70.76 92.28-98.92 221.52 243.68zM445.64 272.24c-9.448-8.791-15.339-21.295-15.339-35.174 0-12.709 4.939-24.264 13.002-32.851l-0.024 0.025 161.64-173c8.785-9.395 21.254-15.249 35.091-15.249 26.51 0 48 21.49 48 48 0 3.33-0.339 6.581-0.985 9.719l0.053-0.31-56 280 217.76 81.64c18.362 7.017 31.166 24.489 31.166 44.951 0 12.682-4.918 24.215-12.951 32.796l0.025-0.027-67.28 72c-8.771 9.276-21.163 15.050-34.904 15.050-26.51 0-48-21.49-48-48 0-12.567 4.829-24.006 12.734-32.562l-0.030 0.032 18.32-19.64-188.76-70.76c-18.365-7.016-31.171-24.489-31.171-44.953 0-3.329 0.339-6.579 0.984-9.717l-0.053 0.31 31.080-154.24-46.52 49.64c-8.784 9.387-21.249 15.237-35.080 15.237-12.677 0-24.207-4.915-32.787-12.942l0.027 0.025z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightning-slash-bold"]},"attrs":[{}],"properties":{"order":28940,"id":544,"name":"lightning-slash-bold","prevSize":16,"code":60351},"setIdx":3,"setId":3,"iconIdx":703},{"icon":{"paths":["M869.88 154.12c-26.076-26.164-62.148-42.354-102-42.354-79.529 0-144 64.471-144 144 0 22.674 5.24 44.123 14.576 63.204l-0.376-0.85-320 320c-18.183-8.883-39.565-14.077-62.16-14.077-39.752 0-75.748 16.076-101.844 42.081l0.004-0.004c-25.971 26.044-42.029 61.984-42.029 101.675 0 79.529 64.471 144 144 144s144-64.471 144-144c0-22.487-5.154-43.77-14.346-62.733l0.375 0.857 320-320c18.23 8.96 39.68 14.2 62.354 14.2 79.529 0 144-64.471 144-144 0-39.852-16.189-75.924-42.35-101.996l-0.004-0.004zM289.88 802.12c-8.68 8.651-20.657 14-33.882 14-26.51 0-48-21.49-48-48s21.49-48 48-48c13.226 0 25.202 5.349 33.884 14.001l-0.001-0.001c8.698 8.688 14.078 20.696 14.078 33.96 0 13.244-5.364 25.236-14.038 33.92l0-0zM801.88 290.12c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001c-8.651-8.68-14-20.657-14-33.882 0-26.51 21.49-48 48-48s48 21.49 48 48c0 13.226-5.349 25.202-14.001 33.884l0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["line-segment-bold"]},"attrs":[{}],"properties":{"order":28941,"id":543,"name":"line-segment-bold","prevSize":16,"code":60352},"setIdx":3,"setId":3,"iconIdx":704},{"icon":{"paths":["M965.88 122.12c-26.060-26.069-62.067-42.193-101.84-42.193s-75.779 16.124-101.84 42.193l-0 0c-26.015 26.088-42.1 62.088-42.1 101.846 0 37.307 14.164 71.306 37.407 96.914l-0.107-0.12-95.32 177.040c-6.627-1.078-14.265-1.694-22.047-1.694-22.514 0-43.823 5.155-62.813 14.35l0.86-0.376-64-64c8.937-18.21 14.163-39.633 14.163-62.276 0-79.529-64.471-144-144-144-39.814 0-75.854 16.158-101.921 42.274l-0.002 0.002c-26.068 26.060-42.191 62.066-42.191 101.838 0 37.325 14.201 71.334 37.495 96.917l-0.104-0.116-95.52 177.080c-6.681-1.098-14.381-1.726-22.227-1.726-39.739 0-75.719 16.097-101.774 42.127l0.001-0.001c-26.049 26.057-42.16 62.051-42.16 101.807 0 79.529 64.471 144 144 144s144-64.471 144-144c0-37.309-14.189-71.304-37.464-96.883l0.104 0.116 95.32-177.040c6.665 1.132 14.351 1.786 22.186 1.8l0.014 0c0.012 0 0.027 0 0.041 0 22.532 0 43.858-5.165 62.858-14.376l-0.859 0.376 64 64c-8.874 18.155-14.063 39.505-14.063 62.067 0 79.529 64.471 144 144 144s144-64.471 144-144c0-37.318-14.196-71.321-37.481-96.902l0.104 0.116 95.4-177.080c6.584 1.102 14.198 1.755 21.956 1.8l0.044 0c79.526-0.004 143.993-64.473 143.993-144 0-39.753-16.108-75.744-42.154-101.801l0.001 0.001zM349.88 350.12c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0zM193.88 834.12c-8.68 8.651-20.657 14-33.882 14-26.51 0-48-21.49-48-48s21.49-48 48-48c13.226 0 25.202 5.349 33.884 14.001l-0.001-0.001c8.686 8.686 14.058 20.686 14.058 33.94s-5.372 25.254-14.058 33.94l0-0zM673.88 674.12c-8.68 8.651-20.657 14-33.882 14-26.51 0-48-21.49-48-48s21.49-48 48-48c13.226 0 25.202 5.349 33.884 14.001l-0.001-0.001c8.698 8.688 14.078 20.696 14.078 33.96 0 13.224-5.348 25.2-13.999 33.881l0.001-0.001zM897.88 258.12c-8.68 8.651-20.657 14-33.882 14-26.51 0-48-21.49-48-48s21.49-48 48-48c13.226 0 25.202 5.349 33.884 14.001l-0.001-0.001c8.698 8.688 14.078 20.696 14.078 33.96 0 13.205-5.332 25.164-13.96 33.842l0.002-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["line-segments-bold"]},"attrs":[{}],"properties":{"order":28942,"id":542,"name":"line-segments-bold","prevSize":16,"code":60353},"setIdx":3,"setId":3,"iconIdx":705},{"icon":{"paths":["M545.48 750.12c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-23.76 23.76c-43.445 43.445-103.465 70.317-169.76 70.317-132.591 0-240.077-107.486-240.077-240.077 0-66.295 26.872-126.315 70.317-169.76l96.48-96.44c43.452-43.557 103.537-70.504 169.915-70.504 61.296 0 117.225 22.979 159.643 60.793l-0.238-0.209c9.938 8.863 16.166 21.704 16.166 36 0 26.602-21.565 48.166-48.166 48.166-12.306 0-23.534-4.615-32.048-12.208l0.048 0.042c-25.305-22.552-58.854-36.332-95.622-36.332-39.782 0-75.796 16.132-101.857 42.211l-0.001 0.001-96.4 96.32c-26.063 26.063-42.184 62.069-42.184 101.84 0 79.542 64.482 144.024 144.024 144.024 39.771 0 75.777-16.12 101.84-42.184l23.76-23.76c8.688-8.698 20.696-14.078 33.96-14.078s25.272 5.38 33.96 14.077l0 0zM841.8 182.12c-43.476-43.377-103.486-70.2-169.76-70.2s-126.283 26.823-169.764 70.204l0.004-0.004-23.76 23.76c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l23.76-23.76c26.063-26.063 62.069-42.184 101.84-42.184 79.542 0 144.024 64.482 144.024 144.024 0 39.771-16.12 75.777-42.184 101.84l-96.44 96.48c-26.056 26.040-62.043 42.146-101.792 42.146-36.818 0-70.408-13.817-95.868-36.549l0.141 0.123c-8.466-7.552-19.694-12.166-32-12.166-26.602 0-48.166 21.565-48.166 48.166 0 14.296 6.228 27.137 16.119 35.958l0.048 0.042c42.185 37.628 98.131 60.622 159.447 60.622 66.298 0 126.317-26.882 169.752-70.34l0.001-0.001 96.48-96.44c43.449-43.489 70.32-103.546 70.32-169.88 0-66.274-26.823-126.283-70.204-169.764l0.004 0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-bold"]},"attrs":[{}],"properties":{"order":28943,"id":541,"name":"link-bold","prevSize":16,"code":60354},"setIdx":3,"setId":3,"iconIdx":706},{"icon":{"paths":["M593.92 271.72l-13.64 15.72c-8.851 10.173-21.819 16.567-36.28 16.567-26.514 0-48.007-21.494-48.007-48.007 0-12.053 4.441-23.068 11.777-31.498l-0.050 0.058 14.88-17.16c0.76-0.84 1.52-1.68 2.32-2.48 37.641-37.641 89.642-60.923 147.080-60.923 114.877 0 208.003 93.126 208.003 208.003 0 57.438-23.281 109.439-60.923 147.080v-0c-0.8 0.8-1.64 1.56-2.48 2.32l-17.16 14.88c-8.372 7.286-19.387 11.727-31.44 11.727-26.514 0-48.007-21.494-48.007-48.007 0-14.461 6.394-27.429 16.509-36.23l0.058-0.050 15.72-13.64c19.327-20.096 31.23-47.453 31.23-77.59 0-61.856-50.144-112-112-112-30.137 0-57.495 11.903-77.627 31.265l0.036-0.035zM511.44 731.72c-8.372-7.288-19.387-11.73-31.441-11.73-14.462 0-27.429 6.395-36.23 16.512l-0.050 0.058-13.64 15.72c-20.096 19.327-47.453 31.23-77.59 31.23-61.856 0-112-50.144-112-112 0-30.137 11.903-57.495 31.265-77.627l-0.035 0.036 15.72-13.64c10.173-8.851 16.567-21.819 16.567-36.28 0-26.514-21.494-48.007-48.007-48.007-12.053 0-23.068 4.441-31.498 11.777l0.058-0.050-17.16 14.88c-0.84 0.76-1.68 1.52-2.48 2.32-37.641 37.641-60.923 89.642-60.923 147.080 0 114.877 93.126 208.003 208.003 208.003 57.438 0 109.439-23.281 147.080-60.923l-0 0c0.8-0.8 1.56-1.64 2.32-2.48l14.88-17.16c7.288-8.372 11.73-19.387 11.73-31.441 0-14.462-6.395-27.429-16.512-36.23l-0.058-0.050zM832 592h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM192 432h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM640 704c-26.51 0-48 21.49-48 48v0 80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80c0-26.51-21.49-48-48-48v0zM384 320c26.51 0 48-21.49 48-48v0-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 80c0 26.51 21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-break-bold"]},"attrs":[{}],"properties":{"order":28944,"id":540,"name":"link-break-bold","prevSize":16,"code":60355},"setIdx":3,"setId":3,"iconIdx":707},{"icon":{"paths":["M864 80h-704c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-704c0-44.183-35.817-80-80-80v0zM848 848h-672v-672h672zM448 704v-208c0.026-26.49 21.506-47.955 48-47.955 15.257 0 28.852 7.118 37.644 18.215l0.076 0.1c21.542-11.52 47.121-18.287 74.28-18.287 88.34 0 159.959 71.593 160 159.923l0 0.004v96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-96c0-35.346-28.654-64-64-64s-64 28.654-64 64v0 96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM384 496v208c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-208c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM272 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["linkedin-logo-bold"]},"attrs":[{}],"properties":{"order":28945,"id":539,"name":"linkedin-logo-bold","prevSize":16,"code":60356},"setIdx":3,"setId":3,"iconIdx":708},{"icon":{"paths":["M350 606.080l256-256c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-256 256c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0zM874 150.080c-43.47-43.375-103.473-70.196-169.74-70.196s-126.27 26.822-169.745 70.201l0.005-0.004-120.48 120.36c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l120.28-120.24c26.067-26.072 62.080-42.198 101.86-42.198 79.55 0 144.038 64.488 144.038 144.038 0 39.77-16.118 75.775-42.178 101.84l0-0-120.44 120.2c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l120.32-120.24c43.377-43.477 70.2-103.486 70.2-169.76 0-66.334-26.871-126.391-70.322-169.882l0.002 0.002zM542.080 685.6l-120.28 120.32c-26.065 26.060-62.070 42.178-101.84 42.178-79.55 0-144.038-64.488-144.038-144.038 0-39.78 16.126-75.793 42.197-101.86l120.24-120.28c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0-120.16 120.4c-43.437 43.442-70.303 103.454-70.303 169.74 0 132.583 107.48 240.063 240.063 240.063 66.297 0 126.316-26.874 169.76-70.323l120.24-120.28c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-simple-bold"]},"attrs":[{}],"properties":{"order":28946,"id":538,"name":"link-simple-bold","prevSize":16,"code":60357},"setIdx":3,"setId":3,"iconIdx":709},{"icon":{"paths":["M873.8 489.72l-120.32 120.24c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l120.32-120.28c26.060-26.065 42.178-62.070 42.178-101.84 0-79.55-64.488-144.038-144.038-144.038-39.78 0-75.793 16.126-101.86 42.197l-0 0-120.16 120.36c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l120.28-120.24c43.442-43.437 103.454-70.303 169.74-70.303 132.583 0 240.063 107.48 240.063 240.063 0 66.297-26.874 126.316-70.323 169.76l-0 0zM542.080 685.72l-120.28 120.32c-26.065 26.060-62.070 42.178-101.84 42.178-79.55 0-144.038-64.488-144.038-144.038 0-39.78 16.126-75.793 42.197-101.86l120.24-120.28c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-120.16 120.28c-43.437 43.442-70.303 103.454-70.303 169.74 0 132.583 107.48 240.063 240.063 240.063 66.297 0 126.316-26.874 169.76-70.323l120.24-120.28c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-simple-break-bold"]},"attrs":[{}],"properties":{"order":28947,"id":537,"name":"link-simple-break-bold","prevSize":16,"code":60358},"setIdx":3,"setId":3,"iconIdx":710},{"icon":{"paths":["M320 464h384c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48s21.49-48 48-48v0zM416 656h-160c-79.529 0-144-64.471-144-144s64.471-144 144-144v0h160c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-160c-132.548 0-240 107.452-240 240s107.452 240 240 240v0h160c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM768 272h-160c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c79.529 0 144 64.471 144 144s-64.471 144-144 144v0h-160c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c132.548 0 240-107.452 240-240s-107.452-240-240-240v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-simple-horizontal-bold"]},"attrs":[{}],"properties":{"order":28948,"id":536,"name":"link-simple-horizontal-bold","prevSize":16,"code":60359},"setIdx":3,"setId":3,"iconIdx":711},{"icon":{"paths":["M112 512c0 79.529 64.471 144 144 144v0h160c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-160c-132.548 0-240-107.452-240-240s107.452-240 240-240v0h160c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-160c-79.529 0-144 64.471-144 144v0zM768 272h-160c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c79.529 0 144 64.471 144 144s-64.471 144-144 144v0h-160c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c132.548 0 240-107.452 240-240s-107.452-240-240-240v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-simple-horizontal-break-bold"]},"attrs":[{}],"properties":{"order":28949,"id":535,"name":"link-simple-horizontal-break-bold","prevSize":16,"code":60360},"setIdx":3,"setId":3,"iconIdx":712},{"icon":{"paths":["M925.96 901.52c-8.138 6.556-18.601 10.523-29.992 10.523-15.171 0-28.699-7.038-37.495-18.028l-0.074-0.095c-5.64-7.040-138.4-176.96-138.4-509.92 0-114.875-93.125-208-208-208s-208 93.125-208 208v0c0 332.96-132.84 502.88-138.48 509.92-8.871 11.076-22.395 18.108-37.56 18.108-26.514 0-48.008-21.494-48.008-48.008 0-11.349 3.938-21.777 10.521-29.995l-0.073 0.095c1.6-2.12 117.6-153.88 117.6-450.12 0-167.895 136.105-304 304-304s304 136.105 304 304v0c0 296.76 116.4 448.64 117.6 450.16 6.487 8.113 10.41 18.523 10.41 29.85 0 15.138-7.008 28.64-17.957 37.438l-0.094 0.073zM416 512c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM672 448c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0zM381.040 652l112 48c5.573 2.451 12.070 3.878 18.9 3.878s13.327-1.427 19.209-3.998l-0.309 0.12 112-48c15.608-8.136 26.082-24.197 26.082-42.704 0-26.51-21.49-48-48-48-5.691 0-11.151 0.99-16.217 2.808l0.335-0.105-93.080 40-93.080-40c-4.767-1.742-10.271-2.749-16.010-2.749-26.51 0-48 21.49-48 48 0 18.542 10.513 34.628 25.903 42.623l0.267 0.126zM512 768c-59.762 0.092-114.13 23.115-154.791 60.738l0.151-0.138c-9.576 8.806-15.555 21.395-15.555 35.38 0 26.518 21.497 48.015 48.015 48.015 12.533 0 23.944-4.802 32.494-12.666l-0.034 0.031c23.421-21.91 54.989-35.365 89.7-35.365s66.279 13.455 89.774 35.434l-0.074-0.069c8.516 7.833 19.927 12.635 32.46 12.635 26.518 0 48.015-21.497 48.015-48.015 0-13.985-5.979-26.574-15.52-35.349l-0.034-0.031c-40.497-37.483-94.851-60.505-154.581-60.6l-0.019-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["linux-logo-bold"]},"attrs":[{}],"properties":{"order":28950,"id":534,"name":"linux-logo-bold","prevSize":16,"code":60361},"setIdx":3,"setId":3,"iconIdx":713},{"icon":{"paths":["M912 512c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0zM160 304h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM864 720h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-bold"]},"attrs":[{}],"properties":{"order":28951,"id":533,"name":"list-bold","prevSize":16,"code":60362},"setIdx":3,"setId":3,"iconIdx":714},{"icon":{"paths":["M304 256c0-26.51 21.49-48 48-48v0h512c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-512c-26.51 0-48-21.49-48-48v0zM864 464h-512c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h512c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM864 720h-512c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h512c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM176 448c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM176 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM176 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-bullets-bold"]},"attrs":[{}],"properties":{"order":28952,"id":532,"name":"list-bullets-bold","prevSize":16,"code":60363},"setIdx":3,"setId":3,"iconIdx":715},{"icon":{"paths":["M912 512c0 26.51-21.49 48-48 48v0h-352c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h352c26.51 0 48 21.49 48 48v0zM512 304h352c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-352c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM864 720h-352c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h352c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM318.040 158.040l-94.040 93.96-30.040-30.080c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l64 64c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 128-128c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0zM318.040 414.040l-94.040 93.96-30.040-30.080c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l64 64c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 128-128c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0zM318.040 670.040l-94.040 93.96-30.040-30.080c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l64 64c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 128-128c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-checks-bold"]},"attrs":[{}],"properties":{"order":28953,"id":531,"name":"list-checks-bold","prevSize":16,"code":60364},"setIdx":3,"setId":3,"iconIdx":716},{"icon":{"paths":["M336 256c0-26.51 21.49-48 48-48v0h480c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-480c-26.51 0-48-21.49-48-48v0zM864 464h-480c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h480c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM864 720h-480c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h480c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM224 208h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h64c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM224 464h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h64c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM224 720h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h64c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-dashes-bold"]},"attrs":[{}],"properties":{"order":28954,"id":530,"name":"list-dashes-bold","prevSize":16,"code":60365},"setIdx":3,"setId":3,"iconIdx":717},{"icon":{"paths":["M112 256c0-26.51 21.49-48 48-48v0h704c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48v0zM160 560h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM480 720h-320c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h320c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM961.96 801.96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-72.32-72.32c-24.691 14.020-54.239 22.284-85.716 22.284-97.202 0-176-78.798-176-176s78.798-176 176-176c97.202 0 176 78.798 176 176 0 31.478-8.263 61.025-22.739 86.591l0.456-0.875 72.32 72.28c8.733 8.694 14.138 20.726 14.138 34.020s-5.404 25.326-14.136 34.018l-0.002 0.002zM736 656c44.183 0 80-35.817 80-80s-35.817-80-80-80c-44.183 0-80 35.817-80 80v0c0 44.183 35.817 80 80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-magnifying-glass-bold"]},"attrs":[{}],"properties":{"order":28955,"id":529,"name":"list-magnifying-glass-bold","prevSize":16,"code":60366},"setIdx":3,"setId":3,"iconIdx":718},{"icon":{"paths":["M912 512c0 26.51-21.49 48-48 48v0h-400c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h400c26.51 0 48 21.49 48 48v0zM464 304h400c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-400c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM864 720h-400c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h400c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM176 237.24v178.76c0 26.51 21.49 48 48 48s48-21.49 48-48v0-256c-0.015-26.499-21.499-47.974-48-47.974-7.814 0-15.193 1.867-21.713 5.18l0.273-0.126-64 32c-15.244 8.246-25.424 24.114-25.424 42.359 0 26.51 21.49 48 48 48 5.313 0 10.425-0.863 15.203-2.457l-0.339 0.098zM334.92 624.68c-4.396-30.811-20.916-57.096-44.485-74.301l-0.315-0.219c-18.791-13.772-42.37-22.037-67.879-22.037-36.635 0-69.288 17.047-90.46 43.642l-0.181 0.235c-6.782 8.646-12.419 18.624-16.43 29.394l-0.25 0.766c-1.705 4.72-2.691 10.168-2.691 15.846 0 26.51 21.49 48 48 48 20.402 0 37.831-12.729 44.779-30.678l0.112-0.328c0.62-1.529 1.4-2.849 2.345-4.032l-0.025 0.032c3.533-4.255 8.824-6.945 14.743-6.945 4.232 0 8.143 1.375 11.31 3.702l-0.053-0.037c3.422 2.387 5.801 6.067 6.43 10.317l0.010 0.083c0.085 0.592 0.134 1.275 0.134 1.969 0 3.463-1.212 6.643-3.235 9.138l0.021-0.027-0.52 0.68-114.72 153.4c-5.957 7.907-9.54 17.895-9.54 28.72 0 26.503 21.479 47.989 47.979 48l128.001 0c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-32l57.12-76.44c14.299-18.371 22.926-41.773 22.926-67.189 0-5.536-0.409-10.976-1.199-16.292l0.073 0.601z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-numbers-bold"]},"attrs":[{}],"properties":{"order":28956,"id":528,"name":"list-numbers-bold","prevSize":16,"code":60367},"setIdx":3,"setId":3,"iconIdx":719},{"icon":{"paths":["M112 256c0-26.51 21.49-48 48-48v0h704c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48v0zM160 560h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM576 720h-416c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h416c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM928 720h-48v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-plus-bold"]},"attrs":[{}],"properties":{"order":28957,"id":527,"name":"list-plus-bold","prevSize":16,"code":60368},"setIdx":3,"setId":3,"iconIdx":720},{"icon":{"paths":["M832 304h-112v-80c0-114.875-93.125-208-208-208s-208 93.125-208 208v0 80h-112c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM400 224c0-61.856 50.144-112 112-112s112 50.144 112 112v0 80h-224zM816 816h-608v-416h608zM576 608c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-bold"]},"attrs":[{}],"properties":{"order":28958,"id":526,"name":"lock-bold","prevSize":16,"code":60369},"setIdx":3,"setId":3,"iconIdx":721},{"icon":{"paths":["M768 320c0 26.51-21.49 48-48 48v0h-64c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h64c26.51 0 48 21.49 48 48v0zM720 432h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h64c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM304 368h64c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM368 432h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h64c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM912 192v704c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-256v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-256v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-704c0-44.183 35.817-80 80-80v0h640c44.183 0 80 35.817 80 80v0zM464 752v-544h-256v544zM560 752h256v-544h-256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lockers-bold"]},"attrs":[{}],"properties":{"order":28959,"id":525,"name":"lockers-bold","prevSize":16,"code":60370},"setIdx":3,"setId":3,"iconIdx":722},{"icon":{"paths":["M832 304h-112v-80c0-114.875-93.125-208-208-208s-208 93.125-208 208v0 80h-112c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM400 224c0-61.856 50.144-112 112-112s112 50.144 112 112v0 80h-224zM816 816h-608v-416h608zM512 448c-70.672 0.027-127.953 57.324-127.953 128 0 53.375 32.669 99.12 79.103 118.329l0.85 0.311v25.36c0 26.51 21.49 48 48 48s48-21.49 48-48v0-25.36c47.283-19.52 79.953-65.265 79.953-118.64 0-70.676-57.281-127.973-127.95-128l-0.003-0zM512 544c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-key-bold"]},"attrs":[{}],"properties":{"order":28960,"id":524,"name":"lock-key-bold","prevSize":16,"code":60371},"setIdx":3,"setId":3,"iconIdx":723},{"icon":{"paths":["M832 304h-432v-80c0-61.856 50.144-112 112-112v0c54.040 0 102.6 38.48 112.96 89.56 4.606 22.087 23.913 38.442 47.040 38.442 26.511 0 48.002-21.491 48.002-48.002 0-3.384-0.35-6.686-1.016-9.872l0.055 0.312c-19.56-96.44-106.64-166.44-207.040-166.44-114.82 0.137-207.863 93.18-208 207.987l-0 0.013v80h-112c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM816 816h-608v-416h608zM464 694.64v25.36c0 26.51 21.49 48 48 48s48-21.49 48-48v0-25.36c47.309-19.509 80-65.266 80-118.659 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 53.393 32.691 99.15 79.15 118.348l0.85 0.311zM512 544c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-key-open-bold"]},"attrs":[{}],"properties":{"order":28961,"id":523,"name":"lock-key-open-bold","prevSize":16,"code":60372},"setIdx":3,"setId":3,"iconIdx":724},{"icon":{"paths":["M832 304h-112v-80c0-114.875-93.125-208-208-208s-208 93.125-208 208v0 80h-112c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM208 576h608v64h-608zM400 224c0-61.856 50.144-112 112-112s112 50.144 112 112v0 80h-224zM816 400v80h-608v-80zM208 816v-80h608v80z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-laminated-bold"]},"attrs":[{}],"properties":{"order":28962,"id":522,"name":"lock-laminated-bold","prevSize":16,"code":60373},"setIdx":3,"setId":3,"iconIdx":725},{"icon":{"paths":["M832 304h-432v-80c0-61.856 50.144-112 112-112v0c54.040 0 102.6 38.48 112.96 89.56 4.606 22.087 23.913 38.442 47.040 38.442 26.511 0 48.002-21.491 48.002-48.002 0-3.384-0.35-6.686-1.016-9.872l0.055 0.312c-19.56-96.44-106.64-166.44-207.040-166.44-114.82 0.137-207.863 93.18-208 207.987l-0 0.013v80h-112c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM208 576h608v64h-608zM816 400v80h-608v-80zM208 816v-80h608v80z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-laminated-open-bold"]},"attrs":[{}],"properties":{"order":28963,"id":521,"name":"lock-laminated-open-bold","prevSize":16,"code":60374},"setIdx":3,"setId":3,"iconIdx":726},{"icon":{"paths":["M832 304h-432v-80c0-61.856 50.144-112 112-112v0c54.040 0 102.6 38.48 112.96 89.56 4.606 22.087 23.913 38.442 47.040 38.442 26.511 0 48.002-21.491 48.002-48.002 0-3.384-0.35-6.686-1.016-9.872l0.055 0.312c-19.56-96.44-106.64-166.44-207.040-166.44-114.82 0.137-207.863 93.18-208 207.987l-0 0.013v80h-112c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM816 816h-608v-416h608zM448 608c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-open-bold"]},"attrs":[{}],"properties":{"order":28964,"id":520,"name":"lock-open-bold","prevSize":16,"code":60375},"setIdx":3,"setId":3,"iconIdx":727},{"icon":{"paths":["M832 304h-112v-80c0-114.875-93.125-208-208-208s-208 93.125-208 208v0 80h-112c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM400 224c0-61.856 50.144-112 112-112s112 50.144 112 112v0 80h-224zM816 816h-608v-416h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-simple-bold"]},"attrs":[{}],"properties":{"order":28965,"id":519,"name":"lock-simple-bold","prevSize":16,"code":60376},"setIdx":3,"setId":3,"iconIdx":728},{"icon":{"paths":["M832 304h-432v-80c0-61.856 50.144-112 112-112v0c54.040 0 102.6 38.48 112.96 89.56 4.606 22.087 23.913 38.442 47.040 38.442 26.511 0 48.002-21.491 48.002-48.002 0-3.384-0.35-6.686-1.016-9.872l0.055 0.312c-19.56-96.44-106.64-166.44-207.040-166.44-114.82 0.137-207.863 93.18-208 207.987l-0 0.013v80h-112c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM816 816h-608v-416h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-simple-open-bold"]},"attrs":[{}],"properties":{"order":28966,"id":518,"name":"lock-simple-open-bold","prevSize":16,"code":60377},"setIdx":3,"setId":3,"iconIdx":729},{"icon":{"paths":["M1008 608c0 26.51-21.49 48-48 48v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 48h48c26.51 0 48 21.49 48 48v0zM224 304h48v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-48v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM736 752h-16v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM888.56 331.32l-557.28 557.24c-14.476 14.472-34.473 23.423-56.56 23.423s-42.084-8.951-56.56-23.423l-82.76-82.72c-14.484-14.478-23.443-34.483-23.443-56.58s8.959-42.102 23.443-56.58l557.28-557.24c14.476-14.472 34.473-23.423 56.56-23.423s42.084 8.951 56.56 23.423l82.76 82.72c14.484 14.478 23.443 34.483 23.443 56.58s-8.959 42.102-23.443 56.58l-0 0zM636 448l-60-60-361.4 361.24 60 60zM809.24 274.76l-60-60-105.24 105.24 60 60z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magic-wand-bold"]},"attrs":[{}],"properties":{"order":28967,"id":517,"name":"magic-wand-bold","prevSize":16,"code":60378},"setIdx":3,"setId":3,"iconIdx":730},{"icon":{"paths":["M839.36 189.76c-66.353-67.683-158.704-109.667-260.862-109.76l-1.418-0c-0.291-0.001-0.635-0.001-0.979-0.001-101.435 0-193.226 41.291-259.482 107.982l-0.020 0.020-245.56 248.68c-14.293 14.446-23.124 34.321-23.124 56.259 0 22.097 8.959 42.102 23.443 56.581l114.64 114.48c14.411 14.48 34.356 23.44 56.395 23.44 0.072 0 0.144-0 0.216-0l-0.011 0h0.44c22.264-0.028 42.378-9.21 56.784-23.983l0.016-0.017 243.48-249.56c8.701-8.53 20.63-13.794 33.788-13.794 12.916 0 24.647 5.072 33.311 13.332l-0.019-0.018c8.642 8.454 14 20.234 14 33.265 0 0.047-0 0.095-0 0.142l0-0.007c0.002 0.152 0.003 0.332 0.003 0.512 0 13.988-5.587 26.67-14.652 35.938l0.009-0.009-249 240.76c-14.989 14.556-24.289 34.899-24.289 57.414 0 22.1 8.962 42.107 23.449 56.586l114.64 114.64c14.514 14.41 34.509 23.316 56.585 23.316 21.795 0 41.562-8.681 56.033-22.773l-0.018 0.017 247.4-242.12c144.040-143.96 146.16-377.84 4.8-521.32zM242.48 584.84l-92-92 72.76-73.64 91.52 91.52zM531.28 873.56l-92-92 74.44-72 91.52 91.48zM766.84 643.080l-92.92 90.92-91.12-91.080 94.64-91.48c26.554-26.744 42.965-63.589 42.965-104.267 0-0.426-0.002-0.852-0.005-1.278l0 0.065c-0.129-39.91-16.731-75.917-43.357-101.599l-0.043-0.041c-25.932-24.745-61.133-39.973-99.892-39.973-39.727 0-75.718 15.999-101.88 41.905l0.012-0.012-0.4 0.44-93 95.28-91.12-91.080 94-95.2c48.95-49.22 116.718-79.681 191.6-79.681 0.267 0 0.534 0 0.802 0.001l-0.042-0h1.040c75.527 0.097 143.786 31.135 192.797 81.116l0.043 0.044c104.44 105.96 102.56 279.040-4.12 385.92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnet-bold"]},"attrs":[{}],"properties":{"order":28968,"id":516,"name":"magnet-bold","prevSize":16,"code":60379},"setIdx":3,"setId":3,"iconIdx":731},{"icon":{"paths":["M800 144h-160c-44.183 0-80 35.817-80 80v0 352c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-352c0-44.183-35.817-80-80-80v0h-160c-44.183 0-80 35.817-80 80v0 352c0 203.241 164.759 368 368 368v0h2.84c201.36-1.52 365.2-168.4 365.2-372v-348c0-44.183-35.817-80-80-80-0.014 0-0.028 0-0.042 0l0.002-0zM784 240v96h-128v-96zM368 240v96h-128v-96zM514.080 848h-2.080c-150.221 0-272-121.779-272-272v0-144h128v144c0 79.529 64.471 144 144 144s144-64.471 144-144v0-144h128v140c0 151.080-121.080 274.88-269.92 276z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnet-straight-bold"]},"attrs":[{}],"properties":{"order":28969,"id":515,"name":"magnet-straight-bold","prevSize":16,"code":60380},"setIdx":3,"setId":3,"iconIdx":732},{"icon":{"paths":["M929.96 862.040l-189.96-190.040c47.509-61.42 76.153-139.528 76.153-224.327 0-203.506-164.974-368.48-368.48-368.48s-368.48 164.974-368.48 368.48c0 203.506 164.974 368.48 368.48 368.48 84.799 0 162.907-28.645 225.178-76.786l-0.851 0.632 190.12 190.16c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0zM176 448c0-150.221 121.779-272 272-272s272 121.779 272 272c0 150.221-121.779 272-272 272v0c-150.157-0.159-271.841-121.843-272-271.985l-0-0.015z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnifying-glass-bold"]},"attrs":[{}],"properties":{"order":28970,"id":514,"name":"magnifying-glass-bold","prevSize":16,"code":60381},"setIdx":3,"setId":3,"iconIdx":733},{"icon":{"paths":["M624 448c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0zM929.96 929.96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-189.96-189.96c-61.42 47.509-139.528 76.153-224.327 76.153-203.506 0-368.48-164.974-368.48-368.48s164.974-368.48 368.48-368.48c203.506 0 368.48 164.974 368.48 368.48 0 84.799-28.645 162.907-76.786 225.178l0.632-0.851 190.16 190.12c8.614 8.674 13.938 20.625 13.938 33.82 0 13.294-5.405 25.326-14.136 34.018l-0.002 0.002zM448 720c150.221 0 272-121.779 272-272s-121.779-272-272-272c-150.221 0-272 121.779-272 272v0c0.182 150.148 121.852 271.818 271.982 272l0.018 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnifying-glass-minus-bold"]},"attrs":[{}],"properties":{"order":28971,"id":513,"name":"magnifying-glass-minus-bold","prevSize":16,"code":60382},"setIdx":3,"setId":3,"iconIdx":734},{"icon":{"paths":["M624 448c0 26.51-21.49 48-48 48v0h-80v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-80h-80c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h80v-80c0-26.51 21.49-48 48-48s48 21.49 48 48v0 80h80c26.51 0 48 21.49 48 48v0zM929.96 929.96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-189.96-189.96c-61.42 47.509-139.528 76.153-224.327 76.153-203.506 0-368.48-164.974-368.48-368.48s164.974-368.48 368.48-368.48c203.506 0 368.48 164.974 368.48 368.48 0 84.799-28.645 162.907-76.786 225.178l0.632-0.851 190.16 190.12c8.614 8.674 13.938 20.625 13.938 33.82 0 13.294-5.405 25.326-14.136 34.018l-0.002 0.002zM448 720c150.221 0 272-121.779 272-272s-121.779-272-272-272c-150.221 0-272 121.779-272 272v0c0.182 150.148 121.852 271.818 271.982 272l0.018 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnifying-glass-plus-bold"]},"attrs":[{}],"properties":{"order":28972,"id":512,"name":"magnifying-glass-plus-bold","prevSize":16,"code":60383},"setIdx":3,"setId":3,"iconIdx":735},{"icon":{"paths":["M512 240c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM512 496c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM512 48c-203.149 0.228-367.772 164.851-368 367.978l-0 0.022c0 309.44 326.56 541.6 340.48 551.32 7.67 5.426 17.216 8.673 27.52 8.673s19.85-3.247 27.671-8.773l-0.151 0.101c63.11-46.817 118.404-98.075 167.643-154.734l1.077-1.266c112.36-129.040 171.76-265.84 171.76-395.32-0.228-203.149-164.851-367.772-367.978-368l-0.022-0zM637.2 746.84c-38.358 43.912-79.305 83.439-123.37 119.278l-1.83 1.442c-45.895-37.281-86.842-76.808-124.2-119.551l-1-1.169c-66.8-77.36-146.8-197.6-146.8-330.84 0-150.221 121.779-272 272-272s272 121.779 272 272v0c0 133.24-80 253.48-146.8 330.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["map-pin-bold"]},"attrs":[{}],"properties":{"order":28973,"id":511,"name":"map-pin-bold","prevSize":16,"code":60384},"setIdx":3,"setId":3,"iconIdx":736},{"icon":{"paths":["M800 880h-157.080c20.72-20 43-42.84 65.32-68.52 112.36-129.2 171.76-266 171.76-395.48 0-203.241-164.759-368-368-368s-368 164.759-368 368v0c0 200 136.48 367.76 236.72 464h-156.72c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h576c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM240 416c0-150.221 121.779-272 272-272s272 121.779 272 272v0c0 133.24-80 253.48-146.8 330.84-38.358 43.912-79.305 83.439-123.37 119.278l-1.83 1.442c-45.895-37.281-86.842-76.808-124.2-119.551l-1-1.169c-66.8-77.36-146.8-197.6-146.8-330.84zM512 592c97.202 0 176-78.798 176-176s-78.798-176-176-176c-97.202 0-176 78.798-176 176v0c0.114 97.156 78.844 175.886 175.989 176l0.011 0zM512 336c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80v0c0-44.183 35.817-80 80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["map-pin-line-bold"]},"attrs":[{}],"properties":{"order":28974,"id":510,"name":"map-pin-line-bold","prevSize":16,"code":60385},"setIdx":3,"setId":3,"iconIdx":737},{"icon":{"paths":["M925.52 186.16c-8.055-6.33-18.342-10.152-29.522-10.152-4.133 0-8.144 0.522-11.971 1.505l0.333-0.072-238.76 59.68-240-120c-6.257-3.199-13.648-5.073-21.478-5.073-4.135 0-8.147 0.523-11.975 1.506l0.333-0.072-256 64c-21.085 5.342-36.443 24.132-36.48 46.516l-0 0.004v576c0.004 26.507 21.493 47.993 48 47.993 4.134 0 8.146-0.523 11.973-1.505l-0.333 0.072 238.76-59.68 240 120c6.257 3.199 13.648 5.073 21.478 5.073 4.135 0 8.147-0.523 11.975-1.506l-0.333 0.072 256-64c21.085-5.342 36.443-24.132 36.48-46.516l0-0.004v-576c-0.003-15.327-7.19-28.976-18.376-37.762l-0.104-0.078zM432 237.68l160 80v468.64l-160-80zM176 261.68l160-40v476.84l-160 40zM848 762.52l-160 40v-477.040l160-40z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["map-trifold-bold"]},"attrs":[{}],"properties":{"order":28975,"id":509,"name":"map-trifold-bold","prevSize":16,"code":60386},"setIdx":3,"setId":3,"iconIdx":738},{"icon":{"paths":["M817.48 206.4c-78.245-78.296-186.367-126.727-305.8-126.727-238.764 0-432.32 193.556-432.32 432.32s193.556 432.32 432.32 432.32c238.761 0 432.316-193.552 432.32-432.313l-0 0c-0.003-119.332-48.349-227.371-126.522-305.602l0.002 0.002zM432 560h160v64h-160zM368 815.68v-95.68h288v95.6c-42.185 20.399-91.743 32.321-144.085 32.321-52.277 0-101.776-11.892-145.94-33.118l2.024 0.877zM752 747.16v-43.16c0-0.005 0-0.011 0-0.016 0-38.519-27.223-70.68-63.479-78.292l-0.521-0.092v-81.6c-0.030-36.832-24.945-67.836-58.839-77.109l-0.561-0.131-39.52-141.96c-9.688-34.059-40.52-58.583-77.080-58.583s-67.392 24.524-76.942 58.019l-0.138 0.564-39.52 141.96c-34.455 9.404-59.37 40.408-59.4 77.237l-0 0.003v81.68c-36.756 7.699-63.968 39.827-64 78.317l-0 0.003v43.080c-59.363-60.552-96-143.573-96-235.151 0-185.568 150.432-336 336-336s336 150.432 336 336c0 91.578-36.637 174.599-96.054 235.206l0.054-0.055z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["marker-circle-bold"]},"attrs":[{}],"properties":{"order":28976,"id":508,"name":"marker-circle-bold","prevSize":16,"code":60387},"setIdx":3,"setId":3,"iconIdx":739},{"icon":{"paths":["M972.36 141.64c-7.403-17.548-24.464-29.64-44.35-29.64-0.004 0-0.007 0-0.011 0l-831.999-0c-26.509 0.001-47.998 21.491-47.998 48 0 13.264 5.38 25.272 14.077 33.96l0 0 401.92 402.040v220h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h320c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-112v-220l401.92-402.040c8.703-8.689 14.087-20.7 14.087-33.969 0-6.621-1.34-12.928-3.765-18.666l0.118 0.315zM812 208l-48 48h-504l-48-48zM512 508l-156-156h312z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["martini-bold"]},"attrs":[{}],"properties":{"order":28977,"id":507,"name":"martini-bold","prevSize":16,"code":60388},"setIdx":3,"setId":3,"iconIdx":740},{"icon":{"paths":["M877.16 126c-12.637-8.744-28.291-13.968-45.165-13.968-10.402 0-20.34 1.985-29.457 5.598l0.541-0.189c-55.080 21.44-166.4 57.36-291.080 57.36s-236-36-291.080-57.36c-8.576-3.424-18.516-5.41-28.92-5.41-44.172 0-79.983 35.8-80 79.969l-0 0.002v223.080c0 146.56 39.6 285 111.52 389.8 75.72 110.36 178.16 171.12 288.48 171.12s212.76-60.76 288.48-171.040c71.92-104.96 111.52-243.24 111.52-389.8v-223.16c-0.012-27.298-13.695-51.397-34.573-65.825l-0.267-0.175zM816 415.16c0 127.36-33.64 246.52-94.68 335.48-57.32 83.4-131.6 129.36-209.32 129.36s-152-45.96-209.32-129.36c-61.040-88.96-94.68-208.12-94.68-335.48v-200c66.36 23.8 178.68 55.76 304 55.76s237.64-32 304-55.76zM551.56 524.64c-4.773-7.332-7.612-16.304-7.612-25.938 0-16.871 8.704-31.709 21.866-40.269l0.186-0.113c25.461-16.488 56.586-26.289 90-26.289s64.538 9.802 90.655 26.686l-0.655-0.397c13.344 8.683 22.043 23.526 22.043 40.4 0 26.534-21.51 48.043-48.043 48.043-9.659 0-18.653-2.851-26.185-7.757l0.185 0.113c-10.798-6.936-23.978-11.057-38.12-11.057s-27.322 4.121-38.404 11.227l0.284-0.171c-7.338 4.784-16.32 7.63-25.967 7.63-16.878 0-31.722-8.712-40.28-21.884l-0.113-0.186zM368 528c-14.129 0.3-27.245 4.382-38.452 11.27l0.332-0.19c-7.346 4.795-16.34 7.646-26 7.646-26.524 0-48.026-21.502-48.026-48.026 0-16.865 8.692-31.699 21.841-40.267l0.185-0.113c25.459-16.497 56.584-26.304 90-26.304s64.541 9.807 90.654 26.701l-0.654-0.397c13.334 8.681 22.026 23.515 22.026 40.38 0 26.524-21.502 48.026-48.026 48.026-9.66 0-18.654-2.852-26.185-7.76l0.185 0.113c-10.811-6.646-23.834-10.72-37.781-11.078l-0.099-0.002zM661.32 666.68c6.637 8.166 10.657 18.693 10.657 30.158 0 15.033-6.911 28.452-17.729 37.253l-0.088 0.069c-38.584 31.049-88.178 49.835-142.16 49.835s-103.576-18.787-142.601-50.178l0.441 0.343c-10.777-8.87-17.595-22.21-17.595-37.142 0-26.51 21.49-48 48-48 11.356 0 21.791 3.943 30.010 10.536l-0.094-0.073c22.249 17.774 50.79 28.521 81.84 28.521s59.591-10.747 82.104-28.725l-0.264 0.204c8.163-6.627 18.682-10.641 30.138-10.641 15.044 0 28.471 6.921 37.272 17.752l0.070 0.089z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mask-happy-bold"]},"attrs":[{}],"properties":{"order":28978,"id":506,"name":"mask-happy-bold","prevSize":16,"code":60389},"setIdx":3,"setId":3,"iconIdx":741},{"icon":{"paths":["M877.16 126c-12.637-8.744-28.291-13.968-45.165-13.968-10.402 0-20.34 1.985-29.457 5.598l0.541-0.189c-55.080 21.44-166.4 57.36-291.080 57.36s-236-36-291.080-57.36c-8.576-3.424-18.516-5.41-28.92-5.41-44.172 0-79.983 35.8-80 79.969l-0 0.002v223.080c0 146.56 39.6 285 111.52 389.8 75.72 110.36 178.16 171.12 288.48 171.12s212.76-60.76 288.48-171.040c71.92-104.96 111.52-243.24 111.52-389.8v-223.16c-0.012-27.298-13.695-51.397-34.573-65.825l-0.267-0.175zM816 415.16c0 127.36-33.64 246.52-94.68 335.48-57.32 83.4-131.6 129.36-209.32 129.36s-152-45.96-209.32-129.36c-61.040-88.96-94.68-208.12-94.68-335.48v-200c66.36 23.8 178.68 55.76 304 55.76s237.64-32 304-55.76zM551.56 454.040c8.671-13.358 23.515-22.070 40.393-22.070 9.646 0 18.628 2.846 26.152 7.743l-0.185-0.113c10.79 6.963 23.972 11.101 38.12 11.101s27.33-4.138 38.4-11.27l-0.28 0.169c7.347-4.793 16.341-7.643 26-7.643 26.534 0 48.043 21.51 48.043 48.043 0 16.874-8.699 31.717-21.858 40.287l-0.185 0.113c-25.454 16.515-56.58 26.334-90 26.334s-64.546-9.819-90.652-26.73l0.652 0.396c-13.423-8.661-22.183-23.54-22.183-40.466 0-9.616 2.828-18.572 7.697-26.081l-0.114 0.187zM458 520.36c-25.451 16.524-56.578 26.349-90 26.349s-64.549-9.825-90.65-26.744l0.65 0.395c-13.334-8.681-22.026-23.515-22.026-40.38 0-26.524 21.502-48.026 48.026-48.026 9.66 0 18.654 2.852 26.185 7.76l-0.185-0.113c10.793 6.975 23.982 11.121 38.14 11.121s27.347-4.146 38.419-11.29l-0.279 0.169c7.346-4.795 16.34-7.646 26-7.646 26.524 0 48.026 21.502 48.026 48.026 0 16.865-8.692 31.699-21.841 40.267l-0.185 0.113zM633.52 750.040c-8.461 14.419-23.887 23.946-41.538 23.946-8.862 0-17.162-2.401-24.287-6.589l0.225 0.122c-15.976-9.776-35.312-15.565-56-15.565s-40.024 5.789-56.477 15.836l0.477-0.271c-7.29 4.699-16.194 7.492-25.751 7.492-26.51 0-48-21.49-48-48 0-18.376 10.326-34.34 25.492-42.406l0.259-0.126c29.748-17.852 65.641-28.41 104-28.41s74.251 10.558 104.931 28.927l-0.931-0.516c14.459 8.451 24.019 23.899 24.019 41.58 0 8.828-2.383 17.1-6.542 24.207l0.123-0.227z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mask-sad-bold"]},"attrs":[{}],"properties":{"order":28979,"id":505,"name":"mask-sad-bold","prevSize":16,"code":60390},"setIdx":3,"setId":3,"iconIdx":742},{"icon":{"paths":["M464 288c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0zM416 688h-80v-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 80h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM608 704h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM864 768h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM606.040 417.96c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 61.96-61.96 62.040 62.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-62.040-62.080 62.080-62.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-62.080 62.040-62.040-61.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 62.040 61.96-61.96 62.040c-8.698 8.688-14.078 20.696-14.078 33.96s5.38 25.272 14.077 33.96l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["math-operations-bold"]},"attrs":[{}],"properties":{"order":28980,"id":504,"name":"math-operations-bold","prevSize":16,"code":60391},"setIdx":3,"setId":3,"iconIdx":743},{"icon":{"paths":["M880 384c0-0.062 0-0.136 0-0.209 0-203.241-164.759-368-368-368s-368 164.759-368 368c0 111.318 49.426 211.092 127.53 278.573l0.47 0.397v297.24c0.003 26.507 21.492 47.994 48 47.994 7.83 0 15.222-1.875 21.752-5.2l-0.272 0.126 170.52-85.24 170.56 85.24c6.247 3.187 13.626 5.054 21.44 5.054 26.501 0 47.985-21.476 48-47.973l0-0.001v-297.24c78.569-67.78 128-167.474 128-278.712 0-0.017-0-0.034-0-0.051l0 0.003zM240 384c0-150.221 121.779-272 272-272s272 121.779 272 272c0 150.221-121.779 272-272 272v0c-150.157-0.159-271.841-121.843-272-271.985l-0-0.015zM656 882.36l-122.56-61.28c-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126-122.48 61.24v-159.68c42.481 18.55 91.98 29.344 144 29.344s101.519-10.794 146.379-30.263l-2.379 0.92zM512 592c114.875 0 208-93.125 208-208s-93.125-208-208-208c-114.875 0-208 93.125-208 208v0c0.137 114.82 93.18 207.863 207.987 208l0.013 0zM512 272c61.856 0 112 50.144 112 112s-50.144 112-112 112c-61.856 0-112-50.144-112-112v0c0-61.856 50.144-112 112-112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["medal-bold"]},"attrs":[{}],"properties":{"order":28981,"id":503,"name":"medal-bold","prevSize":16,"code":60392},"setIdx":3,"setId":3,"iconIdx":744},{"icon":{"paths":["M828 112h-632c-46.392 0-84 37.608-84 84v0 196.84c0.013 33.78 19.962 62.897 48.721 76.224l0.519 0.216 224 101.88c-49.679 38.398-81.36 98.001-81.36 165.004 0 114.875 93.125 208 208 208s208-93.125 208-208c0-67.003-31.681-126.606-80.88-164.647l-0.48-0.357 224-101.88c29.375-13.477 49.422-42.611 49.48-76.432l0-0.008v-196.84c0-46.392-37.608-84-84-84v0zM512 523.28l-112-50.92v-264.36h224v264.36zM208 208h96v220.72l-96-43.64zM512 848c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM816 385.080l-96 43.64v-220.72h96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["medal-military-bold"]},"attrs":[{}],"properties":{"order":28982,"id":502,"name":"medal-military-bold","prevSize":16,"code":60393},"setIdx":3,"setId":3,"iconIdx":745},{"icon":{"paths":["M272 240c-150.221 0-272 121.779-272 272s121.779 272 272 272c150.221 0 272-121.779 272-272v0c-0.159-150.157-121.843-271.841-271.985-272l-0.015-0zM272 688c-97.202 0-176-78.798-176-176s78.798-176 176-176c97.202 0 176 78.798 176 176v0c-0.114 97.156-78.844 175.886-175.989 176l-0.011 0zM736 240c-94.52 0-144 136.84-144 272s49.48 272 144 272 144-136.84 144-272-49.48-272-144-272zM736 687.48c-14.96-8.64-48-68.36-48-175.48s33.040-166.84 48-175.48c14.96 8.64 48 68.36 48 175.48s-33.040 166.84-48 175.48zM1024 288v448c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-448c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["medium-logo-bold"]},"attrs":[{}],"properties":{"order":28983,"id":501,"name":"medium-logo-bold","prevSize":16,"code":60394},"setIdx":3,"setId":3,"iconIdx":746},{"icon":{"paths":["M976 480c-0.137-114.82-93.18-207.863-207.987-208l-158.733-0c-13.76-0.84-210.4-16-397.84-173.2-13.805-11.65-31.795-18.731-51.44-18.731-44.158 0-79.961 35.778-80 79.927l-0 0.004v640c-0.001 0.149-0.002 0.324-0.002 0.5 0 31.758 18.693 59.151 45.676 71.776l0.486 0.204c9.929 4.798 21.593 7.602 33.912 7.602 19.639 0 37.614-7.127 51.479-18.935l-0.112 0.093c92.055-77.791 204.171-134.833 327.417-162.394l5.143-0.966v104.8c-0 0.004-0 0.008-0 0.012 0 27.634 14.011 51.995 35.316 66.367l0.284 0.181c1.577 1.081 3.399 2.145 5.294 3.081l0.266 0.119 57.76 28.24c11.732 7.135 25.918 11.359 41.090 11.359 37.090 0 68.284-25.24 77.344-59.481l0.126-0.558 44.36-167.28c97.469-18.632 170.139-103.186 170.16-204.718l0-0.002zM176 766.52v-572.92c144.68 112.28 288.68 152.4 368 166.64v239.76c-79.32 14.080-223.32 54.2-368 166.52zM673.56 808.8l-33.56-16.4v-104.4h65.6zM768 592h-128v-224h128c61.856 0 112 50.144 112 112s-50.144 112-112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["megaphone-bold"]},"attrs":[{}],"properties":{"order":28984,"id":500,"name":"megaphone-bold","prevSize":16,"code":60395},"setIdx":3,"setId":3,"iconIdx":747},{"icon":{"paths":["M886.8 331.32l-704.4-216c-6.708-2.031-14.418-3.2-22.4-3.2-44.141 0-79.932 35.749-80 79.873l-0 0.007v576c-0 0-0 0-0 0 0 44.098 35.681 79.863 79.747 80l0.013 0c8.071-0.012 15.862-1.195 23.217-3.388l-0.577 0.148 313.6-96.2v19.44c0 44.183 35.817 80 80 80v0h128c44.183 0 80-35.817 80-80v0-107.8l102.8-31.52c33.259-10.28 57.034-40.682 57.2-76.66l0-0.020v-144c-0.166-35.998-23.941-66.4-56.63-76.528l-0.57-0.152zM496 648l-320 98.32v-532.64l320 98.32zM688 752h-96v-32.88l96-29.44zM848 540l-256 78.52v-277.2l256 78.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["megaphone-simple-bold"]},"attrs":[{}],"properties":{"order":28985,"id":499,"name":"megaphone-simple-bold","prevSize":16,"code":60396},"setIdx":3,"setId":3,"iconIdx":748},{"icon":{"paths":["M737.96 481.96l-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-93.96-93.96-94.040 93.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l128-128c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 94.040 94.040 94.040-94.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0zM944 512c0 0.027 0 0.060 0 0.092 0 238.587-193.413 432-432 432-71.89 0-139.679-17.56-199.311-48.626l2.391 1.134-129.72 43.4c-7.621 2.656-16.406 4.19-25.55 4.19-44.183 0-80-35.817-80-80 0-9.143 1.534-17.928 4.358-26.112l-0.169 0.562 43.24-129.72c-29.774-57.115-47.24-124.731-47.24-196.427 0-238.587 193.413-432 432-432 238.414 0 431.719 193.132 432 431.48l0 0.027zM848 512c-0.050-185.53-150.463-335.912-336-335.912-185.568 0-336 150.432-336 336 0 61.901 16.739 119.893 45.938 169.695l-0.858-1.583c4.069 6.902 6.473 15.207 6.473 24.073 0 5.441-0.905 10.67-2.573 15.545l0.1-0.338-39.72 119.16 119.16-39.72c4.534-1.562 9.759-2.469 15.195-2.48l0.005-0c8.842 0.016 17.119 2.421 24.225 6.602l-0.225-0.122c48.259 28.401 106.31 45.177 168.28 45.177 185.568 0 336-150.432 336-336 0-0.034-0-0.068-0-0.102l0 0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["messenger-logo-bold"]},"attrs":[{}],"properties":{"order":28986,"id":498,"name":"messenger-logo-bold","prevSize":16,"code":60397},"setIdx":3,"setId":3,"iconIdx":749},{"icon":{"paths":["M976 597.24c0 67.36-13.48 125.32-39 167.64-32.76 54.36-83.68 83.12-147.24 83.12-121.32 0-202.88-152.2-289.2-313.32-62.72-117.040-140.56-262.68-204.56-262.68-30.84 0-68.64 37.48-98.64 97.8-32.869 66.442-52.466 144.548-53.357 227.141l-0.003 0.299c0 49.2 8.96 91.12 25.2 118.080 15.080 25.040 35.76 36.68 65.040 36.68 55 0 122.52-116 144.72-153.96 8.479-14.355 23.873-23.833 41.48-23.833 26.517 0 48.013 21.496 48.013 48.013 0 8.909-2.427 17.252-6.655 24.403l0.122-0.223c-35.64 61.12-66.12 104-96 135.12-42.92 44.72-85.92 66.48-131.68 66.48-63.56 0-114.48-28.76-147.24-83.12-25.52-42.32-39-100.28-39-167.64 0-175.88 94.32-421.24 248-421.24 121.32 0 202.88 152.2 289.2 313.32 62.8 117.040 140.68 262.68 204.56 262.68 29.28 0 49.96-11.64 65.040-36.68 16.24-26.96 25.2-68.88 25.2-118.080-0.88-82.888-20.464-160.996-54.718-230.583l1.398 3.143c-30-60.32-67.8-97.8-98.68-97.8-22.88 0-50.44 20-81.96 59.32-8.872 11.018-22.36 18.008-37.48 18.008-26.514 0-48.008-21.494-48.008-48.008 0-11.394 3.969-21.86 10.6-30.092l-0.072 0.092c51.4-64.12 102.72-95.32 156.92-95.32 70.6 0 136 53.64 184.6 151.040 39.049 78.933 62.333 171.723 63.397 269.843l0.003 0.357z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["meta-logo-bold"]},"attrs":[{}],"properties":{"order":28987,"id":497,"name":"meta-logo-bold","prevSize":16,"code":60398},"setIdx":3,"setId":3,"iconIdx":750},{"icon":{"paths":["M876.2 807.76l-109.6-344.48 100.92-111c7.507-8.432 12.093-19.607 12.093-31.854 0-26.51-21.49-48-48-48-13.858 0-26.345 5.873-35.107 15.266l-0.026 0.028-63.52 69.84-60.4-189.8c-10.502-32.593-40.563-55.76-76.034-55.76-0.072 0-0.145 0-0.217 0l0.011-0h-168.68c-0.061-0-0.133-0-0.206-0-35.472 0-65.532 23.167-75.877 55.196l-0.158 0.564-203.64 640c-2.385 7.244-3.761 15.581-3.761 24.24 0 44.183 35.817 80 80 80 0 0 0-0 0.001-0l576-0c0 0 0.001 0 0.001 0 44.183 0 80-35.817 80-80 0-8.659-1.376-16.996-3.92-24.806l0.16 0.566zM717 624h-96.52l71.52-78.64zM439.32 208h145.32l73.68 231.64-167.56 184.36h-183.8zM245.88 816l30.52-96h471.16l30.52 96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["metronome-bold"]},"attrs":[{}],"properties":{"order":28988,"id":496,"name":"metronome-bold","prevSize":16,"code":60399},"setIdx":3,"setId":3,"iconIdx":751},{"icon":{"paths":["M512 688c114.82-0.137 207.863-93.18 208-207.987l0-0.013v-224c0-114.875-93.125-208-208-208s-208 93.125-208 208v0 224c0.137 114.82 93.18 207.863 207.987 208l0.013 0zM400 256c0-61.856 50.144-112 112-112s112 50.144 112 112v0 224c0 61.856-50.144 112-112 112s-112-50.144-112-112v0zM560 844.88v83.12c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-83.12c-181.426-24.8-319.756-178.649-320-364.854l-0-0.026c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 150.221 121.779 272 272 272s272-121.779 272-272v0c0-26.51 21.49-48 48-48s48 21.49 48 48v0c-0.244 186.231-138.574 340.080-318.084 364.665l-1.916 0.215z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microphone-bold"]},"attrs":[{}],"properties":{"order":28989,"id":495,"name":"microphone-bold","prevSize":16,"code":60400},"setIdx":3,"setId":3,"iconIdx":752},{"icon":{"paths":["M227.52 127.72c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 147.52 162.28v125.44c-0 0.055-0 0.119-0 0.184 0 114.875 93.125 208 208 208 29.039 0 56.689-5.951 81.796-16.7l-1.355 0.516 45.040 49.56c-36.099 19.18-78.93 30.442-124.391 30.442-0.383 0-0.766-0.001-1.148-0.002l0.059 0c-150.157-0.159-271.841-121.843-272-271.985l-0-0.015c0-26.51-21.49-48-48-48s-48 21.49-48 48v0c0.244 186.231 138.574 340.080 318.084 364.665l1.916 0.215v83.12c0 26.51 21.49 48 48 48s48-21.49 48-48v0-83.080c53.937-7.056 102.545-25.010 145.208-51.608l-1.528 0.888 92.8 102.080c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM512 592c-61.856 0-112-50.144-112-112v0-20l119.6 131.56c-2.52 0.44-5.040 0.44-7.6 0.44zM362.68 181.080c-9.309-8.775-15.105-21.189-15.105-34.956 0-12.815 5.022-24.456 13.204-33.065l-0.019 0.020c38.008-40.19 91.703-65.205 151.24-65.205 114.875 0 208 93.125 208 208 0 0.044-0 0.088-0 0.132l0-0.007v194.16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-194.16c-0.004-61.853-50.146-111.994-112-111.994-32.060 0-60.974 13.471-81.391 35.061l-0.049 0.053c-8.772 9.286-21.171 15.066-34.919 15.066-12.774 0-24.383-4.99-32.983-13.127l0.022 0.021zM764 582.32c12.651-30.192 20-65.279 20-102.083 0-0.083-0-0.167-0-0.25l0 0.013c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 0.174 0 0.38 0 0.585 0 49.696-9.907 97.077-27.853 140.278l0.892-2.424c-7.704 16.831-24.4 28.314-43.777 28.314-26.51 0-48-21.49-48-48 0-5.853 1.047-11.46 2.965-16.646l-0.108 0.332z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microphone-slash-bold"]},"attrs":[{}],"properties":{"order":28990,"id":494,"name":"microphone-slash-bold","prevSize":16,"code":60401},"setIdx":3,"setId":3,"iconIdx":753},{"icon":{"paths":["M672 48c-0.094-0-0.206-0-0.318-0-167.674 0-303.6 135.926-303.6 303.6 0 11.88 0.682 23.601 2.010 35.126l-0.132-1.406-274.32 374.080c-9.777 13.065-15.655 29.542-15.655 47.392 0 22.145 9.047 42.176 23.647 56.6l0.008 0.008 57.16 57.16c14.432 14.608 34.463 23.655 56.608 23.655 17.85 0 34.326-5.878 47.6-15.804l-0.208 0.149 374.080-274.32c9.799 1.12 21.156 1.76 32.661 1.76 167.895 0 304-136.105 304-304 0-167.733-135.844-303.739-303.517-304l-0.025-0zM880 352c0 0.065 0 0.142 0 0.219 0 40.312-11.543 77.928-31.505 109.722l0.504-0.861-286.040-286.080c31.014-19.38 68.685-30.872 109.040-30.872 114.83 0 207.927 93.052 208 207.865l0 0.007zM218.88 842.84l-37.72-37.72 224.76-306.52c28.327 50.52 68.96 91.153 117.943 118.686l1.537 0.794zM464 352c-0-0.075-0-0.164-0-0.253 0-40.3 11.543-77.905 31.504-109.687l-0.504 0.86 286.040 286.040c-31.014 19.38-68.685 30.872-109.040 30.872-114.816 0-207.904-93.029-208-207.823l-0-0.009z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microphone-stage-bold"]},"attrs":[{}],"properties":{"order":28991,"id":493,"name":"microphone-stage-bold","prevSize":16,"code":60402},"setIdx":3,"setId":3,"iconIdx":754},{"icon":{"paths":["M800 80h-512c-44.183 0-80 35.817-80 80v0 64h-64c-44.183 0-80 35.817-80 80v0 416c0 44.183 35.817 80 80 80v0h64v64c0 44.183 35.817 80 80 80v0h512c44.183 0 80-35.817 80-80v0-704c0-44.183-35.817-80-80-80v0zM672 432h112v160h-112zM784 336h-112v-32c0-44.183-35.817-80-80-80v0-48h192zM304 176h192v48h-192zM160 320h416v384h-416zM304 800h192v48h-192zM592 848v-48c44.183 0 80-35.817 80-80v0-32h112v160zM257.28 644.88c-10.591-8.866-17.278-22.092-17.278-36.88 0-11.721 4.201-22.46 11.179-30.795l-0.061 0.075 54.4-65.28-54.4-65.28c-7.067-8.307-11.366-19.159-11.366-31.015 0-26.51 21.49-48 48-48 14.923 0 28.256 6.81 37.060 17.493l0.066 0.082 43.12 51.72 43.12-51.72c8.861-10.419 21.981-16.985 36.634-16.985 26.51 0 48 21.49 48 48 0 11.586-4.105 22.214-10.94 30.507l0.066-0.082-54.4 65.28 54.4 65.28c7.067 8.307 11.366 19.159 11.366 31.015 0 26.51-21.49 48-48 48-14.923 0-28.256-6.81-37.060-17.493l-0.066-0.082-43.12-51.72-43.12 51.72c-8.866 10.591-22.092 17.278-36.88 17.278-11.721 0-22.46-4.201-30.795-11.179l0.075 0.061z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-excel-logo-bold"]},"attrs":[{}],"properties":{"order":28992,"id":492,"name":"microsoft-excel-logo-bold","prevSize":16,"code":60403},"setIdx":3,"setId":3,"iconIdx":755},{"icon":{"paths":["M352 368c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0zM352 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM864 400h-16v-240c0-44.183-35.817-80-80-80v0h-320c-44.183 0-80 35.817-80 80v0 64h-224c-44.183 0-80 35.817-80 80v0 416c0 44.183 35.817 80 80 80v0h128v64c0 44.183 35.817 80 80 80v0h512c44.183 0 80-35.817 80-80v0-384c0-44.183-35.817-80-80-80v0zM686.2 672l161.8-125.84v251.68zM464 176h288v323.2l-112 87.12v-282.32c0-44.183-35.817-80-80-80v0h-96zM160 320h384v384h-384zM368 800h192c32.461-0.025 60.395-19.38 72.917-47.175l0.203-0.505 122.88 95.68h-388z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-outlook-logo-bold"]},"attrs":[{}],"properties":{"order":28993,"id":491,"name":"microsoft-outlook-logo-bold","prevSize":16,"code":60404},"setIdx":3,"setId":3,"iconIdx":756},{"icon":{"paths":["M384 368h-64c-26.51 0-48 21.49-48 48v0 192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h16c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM384 496h-16v-32h16c8.837 0 16 7.163 16 16s-7.163 16-16 16v0zM544 80c-0.273-0.001-0.596-0.001-0.919-0.001-127.467 0-241.978 55.468-320.714 143.583l-0.367 0.418h-78c-44.183 0-80 35.817-80 80v0 416c0 44.183 35.817 80 80 80v0h78c79.446 88.549 194.244 144 321.994 144 238.587 0 432-193.413 432-432 0-238.585-193.41-431.997-431.994-432l-0-0zM544 176c168.54 0.232 308.023 124.343 332.292 286.15l0.228 1.85h-204.52v-160c0-44.183-35.817-80-80-80v0h-221.28c49.268-30.148 108.9-48.001 172.701-48.001 0.204 0 0.407 0 0.611 0.001l-0.032-0zM160 320h416v384h-416zM544 848c-0.172 0-0.375 0.001-0.579 0.001-63.801 0-123.433-17.853-174.171-48.835l1.471 0.835h221.28c44.183 0 80-35.817 80-80v0-160h204.52c-24.497 163.657-163.98 287.768-332.495 288l-0.025 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-powerpoint-logo-bold"]},"attrs":[{}],"properties":{"order":28994,"id":490,"name":"microsoft-powerpoint-logo-bold","prevSize":16,"code":60405},"setIdx":3,"setId":3,"iconIdx":757},{"icon":{"paths":["M464 416c0 26.51-21.49 48-48 48v0h-16v144c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-144h-16c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c26.51 0 48 21.49 48 48v0zM960 370.96v237.040c0 0.054 0 0.118 0 0.182 0 94.388-74.302 171.423-167.607 175.803l-0.393 0.015c-43.722 95.206-138.244 160.131-247.93 160.131-103.417 0-193.354-57.715-239.358-142.693l-0.712-1.438h-160c-44.183 0-80-35.817-80-80v0-416c0-44.183 35.817-80 80-80v0h224c0.060-97.157 78.835-175.894 176-175.894 60.563 0 113.981 30.59 145.647 77.161l0.393 0.613c18.141-8.857 39.471-14.036 62.011-14.036 79.529 0 144 64.471 144 144 0 17.264-3.038 33.819-8.609 49.158l0.318-1.002h5.28c36.963 0.045 66.914 29.997 66.96 66.956l0 0.004zM720 220.36c0 1.2 0 2.4 0 3.64 0 0.049 0 0.107 0 0.166 0 29.126-7.053 56.605-19.543 80.823l0.463-0.988h51.080c0.045 0 0.099 0 0.152 0 26.51 0 48-21.49 48-48s-21.49-48-48-48c-12.387 0-23.679 4.692-32.194 12.397l0.041-0.037zM464 224h96c23.591 0.012 44.785 10.27 59.373 26.564l0.067 0.076c2.872-7.933 4.541-17.089 4.56-26.631l0-0.009c0-44.183-35.817-80-80-80s-80 35.817-80 80v0zM160 704h384v-384h-384zM720 672v-272h-80v320c0 44.183-35.817 80-80 80v0h-136.56c31.416 29.592 73.865 47.777 120.56 47.777 97.123 0 175.873-78.67 176-175.764l0-0.012zM864 400h-48v272c0 3.16 0 6.28-0.24 9.4 28.613-12.605 48.229-40.71 48.24-73.399l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-teams-logo-bold"]},"attrs":[{}],"properties":{"order":28995,"id":489,"name":"microsoft-teams-logo-bold","prevSize":16,"code":60406},"setIdx":3,"setId":3,"iconIdx":758},{"icon":{"paths":["M800 80h-512c-44.183 0-80 35.817-80 80v0 64h-64c-44.183 0-80 35.817-80 80v0 416c0 44.183 35.817 80 80 80v0h64v64c0 44.183 35.817 80 80 80v0h512c44.183 0 80-35.817 80-80v0-704c0-44.183-35.817-80-80-80v0zM672 432h112v160h-112zM304 176h480v160h-112v-32c0-44.183-35.817-80-80-80v0h-288zM160 320h416v384h-416zM304 848v-48h288c44.183 0 80-35.817 80-80v0-32h112v160zM257.44 619.64l-48-192c-1.041-3.731-1.64-8.014-1.64-12.438 0-26.51 21.49-48 48-48 22.665 0 41.66 15.708 46.694 36.832l0.066 0.326 16.52 66.12 6-12c8.061-15.844 24.245-26.509 42.92-26.509s34.859 10.665 42.794 26.237l0.126 0.272 6 12 16.52-66.12c5.672-20.645 24.274-35.562 46.36-35.562 26.51 0 48 21.49 48 48 0 3.845-0.452 7.585-1.306 11.168l0.066-0.326-48 192c-4.978 19.307-21.195 33.731-41.101 35.98l-0.219 0.020c-1.551 0.207-3.368 0.337-5.21 0.36l-0.030 0c-18.677-0.002-34.862-10.672-42.794-26.248l-0.126-0.272-21.080-42.16-21.080 42.16c-8.062 15.841-24.244 26.503-42.917 26.503-22.37 0-41.165-15.302-46.49-36.010l-0.073-0.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-word-logo-bold"]},"attrs":[{}],"properties":{"order":28996,"id":488,"name":"microsoft-word-logo-bold","prevSize":16,"code":60407},"setIdx":3,"setId":3,"iconIdx":759},{"icon":{"paths":["M912 512c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["minus-bold"]},"attrs":[{}],"properties":{"order":28997,"id":487,"name":"minus-bold","prevSize":16,"code":60408},"setIdx":3,"setId":3,"iconIdx":760},{"icon":{"paths":["M720 512c0 26.51-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h320c26.51 0 48 21.49 48 48v0zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026zM848 512c0-185.568-150.432-336-336-336s-336 150.432-336 336c0 185.568 150.432 336 336 336v0c185.485-0.205 335.795-150.515 336-335.98l0-0.020z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["minus-circle-bold"]},"attrs":[{}],"properties":{"order":28998,"id":486,"name":"minus-circle-bold","prevSize":16,"code":60409},"setIdx":3,"setId":3,"iconIdx":761},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM304 512c0-26.51 21.49-48 48-48v0h320c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["minus-square-bold"]},"attrs":[{}],"properties":{"order":28999,"id":485,"name":"minus-square-bold","prevSize":16,"code":60410},"setIdx":3,"setId":3,"iconIdx":762},{"icon":{"paths":["M960 208h-896c-26.51 0-48 21.49-48 48v0 512c0 26.51 21.49 48 48 48v0h896c26.51 0 48-21.49 48-48v0-512c0-26.51-21.49-48-48-48v0zM724.84 720h-425.68c-19.93-94.251-92.908-167.23-185.586-186.881l-1.574-0.279v-41.68c94.251-19.93 167.23-92.908 186.881-185.586l0.279-1.574h425.68c19.93 94.251 92.908 167.23 185.586 186.881l1.574 0.279v41.68c-94.251 19.93-167.23 92.908-186.881 185.586l-0.279 1.574zM912 391.76c-41.038-14.946-72.814-46.722-87.438-86.753l-0.322-1.007h87.76zM199.76 304c-14.946 41.038-46.722 72.814-86.753 87.438l-1.007 0.322v-87.76zM112 632.24c41.038 14.946 72.814 46.722 87.438 86.753l0.322 1.007h-87.76zM824.24 720c14.946-41.038 46.722-72.814 86.753-87.438l1.007-0.322v87.76zM512 352c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM512 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["money-bold"]},"attrs":[{}],"properties":{"order":29000,"id":484,"name":"money-bold","prevSize":16,"code":60411},"setIdx":3,"setId":3,"iconIdx":763},{"icon":{"paths":["M832 144h-640c-61.856 0-112 50.144-112 112v0 448c0 61.856 50.144 112 112 112v0h640c61.856 0 112-50.144 112-112v0-448c0-61.856-50.144-112-112-112v0zM848 704c0 8.837-7.163 16-16 16v0h-640c-8.837 0-16-7.163-16-16v0-448c0-8.837 7.163-16 16-16v0h640c8.837 0 16 7.163 16 16v0zM688 912c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["monitor-bold"]},"attrs":[{}],"properties":{"order":29001,"id":483,"name":"monitor-bold","prevSize":16,"code":60412},"setIdx":3,"setId":3,"iconIdx":764},{"icon":{"paths":["M672 480c-0.003 16.203-8.033 30.529-20.329 39.219l-0.151 0.101-160 112c-7.67 5.426-17.216 8.673-27.52 8.673-26.507 0-47.996-21.486-48-47.992l-0-0v-224c0.004-26.506 21.493-47.993 48-47.993 10.304 0 19.85 3.247 27.671 8.773l-0.151-0.101 160 112c12.447 8.791 20.477 23.117 20.48 39.32l0 0zM944 256v448c0 61.856-50.144 112-112 112v0h-640c-61.856 0-112-50.144-112-112v0-448c0-61.856 50.144-112 112-112v0h640c61.856 0 112 50.144 112 112v0zM848 256c0-8.837-7.163-16-16-16v0h-640c-8.837 0-16 7.163-16 16v0 448c0 8.837 7.163 16 16 16v0h640c8.837 0 16-7.163 16-16v0zM640 864h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["monitor-play-bold"]},"attrs":[{}],"properties":{"order":29002,"id":482,"name":"monitor-play-bold","prevSize":16,"code":60413},"setIdx":3,"setId":3,"iconIdx":765},{"icon":{"paths":["M945.48 557.6c-8.69-8.707-20.704-14.094-33.976-14.094-5.004 0-9.828 0.766-14.364 2.186l0.34-0.092c-29.082 9.105-62.522 14.35-97.187 14.35-185.722 0-336.28-150.558-336.28-336.28 0-34.71 5.259-68.192 15.023-99.693l-0.636 2.383c1.348-4.225 2.125-9.084 2.125-14.125 0-26.51-21.49-48-48-48-5.041 0-9.901 0.777-14.466 2.218l0.34-0.093c-89.905 28.195-164.984 82.020-218.859 152.849l-0.781 1.071c-54.179 71.398-86.791 161.75-86.791 259.72 0 238.587 193.413 432 432 432 0.011 0 0.021-0 0.032-0l-0.001 0c0.373 0.001 0.815 0.002 1.257 0.002 97.554 0 187.491-32.61 259.506-87.525l-1.043 0.763c71.856-54.705 125.63-129.825 152.924-216.676l0.836-3.084c1.311-4.168 2.066-8.962 2.066-13.932 0-13.258-5.376-25.261-14.066-33.948l-0-0zM745.96 748.56c-55.546 42.175-125.85 67.563-202.083 67.563-185.568 0-336-150.432-336-336 0-76.233 25.388-146.536 68.169-202.916l-0.606 0.834c25.755-33.836 56.808-62.098 92.19-84.043l1.45-0.837q-1.080 15.36-1.080 30.84c0.273 238.477 193.523 431.727 431.974 432l0.026 0q15.48 0 30.84-1.080c-22.771 36.84-51.035 67.895-84.049 93.033l-0.831 0.607z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["moon-bold"]},"attrs":[{}],"properties":{"order":29003,"id":481,"name":"moon-bold","prevSize":16,"code":60414},"setIdx":3,"setId":3,"iconIdx":766},{"icon":{"paths":["M976 384c0 26.51-21.49 48-48 48v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 48h48c26.51 0 48 21.49 48 48v0zM576 240h16v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-16v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM879.24 601.52c7.228 8.355 11.632 19.326 11.632 31.326 0 5.867-1.053 11.489-2.98 16.686l0.108-0.332c-57.758 154.427-204.063 262.381-375.581 262.381-220.914 0-400-179.086-400-400 0-171.518 107.953-317.823 259.621-374.674l2.76-0.907c4.898-1.846 10.561-2.915 16.473-2.915 26.51 0 48 21.49 48 48 0 3.296-0.332 6.514-0.965 9.624l0.052-0.309c-4.045 19.693-6.36 42.327-6.36 65.502 0 0.035 0 0.069 0 0.104l-0-0.006c0.205 185.485 150.515 335.795 335.98 336l0.020 0c23.169-0.004 45.795-2.319 67.663-6.727l-2.183 0.367c2.794-0.578 6.005-0.908 9.293-0.908 14.563 0 27.611 6.485 36.413 16.725l0.053 0.063zM760 688c-232.264-4.675-419.325-191.736-423.993-423.558l-0.007-0.442c-77.607 55.805-127.553 145.846-127.553 247.553 0 167.895 136.105 304 304 304 101.707 0 191.748-49.946 246.934-126.649l0.619-0.904z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["moon-stars-bold"]},"attrs":[{}],"properties":{"order":29004,"id":480,"name":"moon-stars-bold","prevSize":16,"code":60415},"setIdx":3,"setId":3,"iconIdx":767},{"icon":{"paths":["M848 496c-4.88 0-9.72 0.24-14.48 0.64l-132.56-353.48c-7.019-18.359-24.489-31.16-44.949-31.16-0.004 0-0.008 0-0.012 0l-127.999-0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h94.72l120.92 322.4c-26.447 19.661-46.946 45.937-59.217 76.409l-0.423 1.191h-116.8l-90.24-240.84c-7.019-18.359-24.489-31.16-44.949-31.16-0.004 0-0.008 0-0.012 0l-319.999-0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v11.68c-76.639 41.187-127.889 120.756-128 212.305l-0 0.015c0 26.51 21.49 48 48 48v0h18.96c15.718 82.409 87.203 143.857 173.040 143.857s157.322-61.449 172.865-142.756l0.175-1.101h261.92c15.659 82.478 87.178 144 173.066 144 97.202 0 176-78.798 176-176s-78.798-176-176-176c-0.009 0-0.019 0-0.028 0l0.001-0zM192 520.2c18.803-6.788 32-24.48 32-45.255 0-0.009-0-0.018-0-0.027l0 0.001v-42.92h174.72l66 176h-360.48c14.821-41.125 46.643-72.961 86.757-87.483l1.003-0.317zM240 752c-32.591-0.017-60.623-19.521-73.078-47.491l-0.202-0.509h146.56c-12.657 28.479-40.689 47.983-73.278 48l-0.002 0zM848 752c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["moped-bold"]},"attrs":[{}],"properties":{"order":29005,"id":479,"name":"moped-bold","prevSize":16,"code":60416},"setIdx":3,"setId":3,"iconIdx":768},{"icon":{"paths":["M832 144h-150.72c-21.667-74.392-89.233-127.831-169.28-127.831s-147.613 53.439-168.969 126.587l-0.311 1.244h-150.72c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h150.72c7.449 25.868 19.839 48.265 36.186 67.14l-0.186-0.22c-83.392 47.528-138.709 135.843-138.72 237.078l-0 0.002v256c0 44.183 35.817 80 80 80v0h64c0 70.692 57.308 128 128 128s128-57.308 128-128v0h64c44.183 0 80-35.817 80-80v0-256c-0.045-101.267-55.424-189.589-137.54-236.377l-1.34-0.703c16.161-18.655 28.551-41.052 35.692-65.68l0.308-1.24h150.88c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM544 880c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM688 784h-48v-128c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 128h-48v-240c0-97.202 78.798-176 176-176s176 78.798 176 176v0zM432 192c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0c-44.183 0-80-35.817-80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["moped-front-bold"]},"attrs":[{}],"properties":{"order":29006,"id":478,"name":"moped-front-bold","prevSize":16,"code":60417},"setIdx":3,"setId":3,"iconIdx":769},{"icon":{"paths":["M880 496c-0.145-0.001-0.316-0.001-0.487-0.001-11.282 0-22.223 1.46-32.644 4.2l0.892-0.199c-5.16-166.16-117.4-249.28-200-310.32-47.040-34.76-87.76-64.84-87.76-93.68 0-26.51-21.49-48-48-48s-48 21.49-48 48v0c0 28.84-40.72 58.92-88 93.8-82.52 61.040-194.76 144-200 310.32-9.603-2.582-20.628-4.065-32-4.065-70.673 0-127.968 57.276-128 127.942l-0 0.003v208c0 26.51 21.49 48 48 48v0h896c26.51 0 48-21.49 48-48v0-208c0-70.692-57.308-128-128-128v0zM176 784h-64v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM433.24 266.96c28-20.56 56-41.44 78.76-65.080 22.72 23.64 50.96 44.52 78.76 65.080 68.44 50.64 138.84 102.8 156.84 197.040h-471.2c18-94.24 88.4-146.4 156.84-197.040zM752 784h-96v-112c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 112h-96v-112c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 112h-96v-224h480zM912 784h-64v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mosque-bold"]},"attrs":[{}],"properties":{"order":29007,"id":477,"name":"mosque-bold","prevSize":16,"code":60418},"setIdx":3,"setId":3,"iconIdx":770},{"icon":{"paths":["M832 448c-2.28 0-4.52 0-6.76 0l-14-47.2c6.84-0.6 13.76-0.96 20.76-0.96 26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-49.48l-32.48-109.64c-6.126-19.948-24.385-34.2-45.973-34.2-0.023 0-0.047 0-0.070 0l0.004-0h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h92l14.24 48h-74.24c-77.76 0-141.28 18.48-183.68 53.48-8.143 6.57-18.617 10.546-30.020 10.546-7.338 0-14.292-1.647-20.511-4.591l0.292 0.124c-52.52-24-228.76-100-246.6-107.56l-21.080-8.96s-16.8-7.040-26.4-7.040c-0.002-0-0.005-0-0.008-0-26.51 0-48 21.49-48 48 0 19.858 12.059 36.9 29.254 44.201l0.314 0.119c6.88 2.92 174.68 74 272.8 118.64 17.575 8.16 38.148 12.92 59.832 12.92 0.059 0 0.118-0 0.177-0l-0.009 0c0.142 0.001 0.311 0.001 0.479 0.001 34.511 0 66.17-12.215 90.887-32.558l-0.247 0.197c22.96-18.92 62.32-29.92 111.56-31.36-51.124 50.027-86.317 116.148-97.374 190.157l-0.226 1.843h-121.52c-22.078-83.47-96.922-144-185.903-144-106.039 0-192 85.961-192 192s85.961 192 192 192c88.981 0 163.825-60.53 185.601-142.66l0.302-1.34h166.080c26.51 0 48-21.49 48-48v0c0.031-91.23 50.96-170.557 125.931-211.132l1.269-0.628 14 47.2c-56.005 34.21-92.82 95.006-92.82 164.4 0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192-0.134 0-0.267 0-0.401 0l0.021-0zM192 688h83.080c-16.908 28.897-47.792 48-83.138 48-53.019 0-96-42.981-96-96s42.981-96 96-96c35.346 0 66.231 19.103 82.893 47.547l0.245 0.453h-83.080c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM832 736c-52.97-0.065-95.886-43.021-95.886-96 0-25.586 10.010-48.835 26.327-66.043l-0.040 0.043 23.56 79.64c6.074 20.031 24.374 34.36 46.021 34.36 0.007 0 0.013-0 0.020-0l-0.001 0c4.864-0.010 9.557-0.725 13.988-2.049l-0.348 0.089c20.042-6.067 34.382-24.373 34.382-46.028 0-4.867-0.724-9.565-2.071-13.992l0.089 0.34-23.64-79.68c42.479 10.509 73.475 48.295 73.475 93.32 0 52.976-42.91 95.929-95.869 96l-0.007 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["motorcycle-bold"]},"attrs":[{}],"properties":{"order":29008,"id":476,"name":"motorcycle-bold","prevSize":16,"code":60419},"setIdx":3,"setId":3,"iconIdx":771},{"icon":{"paths":["M656 336c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM656 176c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM1017.28 775.52l-218.24-368.32c-14.048-23.62-39.441-39.201-68.472-39.201-0.129 0-0.259 0-0.388 0.001l0.020-0c-0.111-0.001-0.243-0.001-0.374-0.001-29.018 0-54.397 15.582-68.225 38.836l-0.201 0.365-74.8 126.2-149.68-254c-14.169-23.733-39.717-39.379-68.92-39.379s-54.751 15.647-68.718 39.014l-0.202 0.365-292.44 496.24c-4.173 6.97-6.641 15.377-6.641 24.36 0 26.51 21.49 48 48 48 0 0 0.001-0 0.001-0l928 0c26.506-0.005 47.992-21.493 47.992-48 0-9.032-2.495-17.482-6.833-24.697l0.121 0.217zM368 351.48l66.28 112.52h-132.56zM132 752l113.12-192h245.76l54.32 92.24v0.28l58.8 99.48zM715.44 752l-73.2-124 88-148.4 161.52 272.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mountains-bold"]},"attrs":[{}],"properties":{"order":29009,"id":475,"name":"mountains-bold","prevSize":16,"code":60420},"setIdx":3,"setId":3,"iconIdx":772},{"icon":{"paths":["M576 48h-128c-150.157 0.159-271.841 121.843-272 271.985l-0 0.015v384c0.159 150.157 121.843 271.841 271.985 272l128.015 0c150.157-0.159 271.841-121.843 272-271.985l0-0.015v-384c-0.159-150.157-121.843-271.841-271.985-272l-0.015-0zM752 320v80h-192v-256h16c97.156 0.114 175.886 78.844 176 175.989l0 0.011zM448 144h16v256h-192v-80c0.114-97.156 78.844-175.886 175.989-176l0.011-0zM576 880h-128c-97.156-0.114-175.886-78.844-176-175.989l-0-0.011v-208h480v208c-0.114 97.156-78.844 175.886-175.989 176l-0.011 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mouse-bold"]},"attrs":[{}],"properties":{"order":29010,"id":474,"name":"mouse-bold","prevSize":16,"code":60421},"setIdx":3,"setId":3,"iconIdx":773},{"icon":{"paths":["M576 48h-128c-150.157 0.159-271.841 121.843-272 271.985l-0 0.015v384c0.159 150.157 121.843 271.841 271.985 272l128.015 0c150.157-0.159 271.841-121.843 272-271.985l0-0.015v-384c-0.159-150.157-121.843-271.841-271.985-272l-0.015-0zM752 704c-0.114 97.156-78.844 175.886-175.989 176l-128.011 0c-97.156-0.114-175.886-78.844-176-175.989l-0-0.011v-384c0.114-97.156 78.844-175.886 175.989-176l128.011-0c97.156 0.114 175.886 78.844 176 175.989l0 0.011zM560 256v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mouse-simple-bold"]},"attrs":[{}],"properties":{"order":29011,"id":473,"name":"mouse-simple-bold","prevSize":16,"code":60422},"setIdx":3,"setId":3,"iconIdx":774},{"icon":{"paths":["M845.8 210.040l-320-96c-4.13-1.286-8.879-2.027-13.8-2.027-26.505 0-47.992 21.483-48 47.986l-0 0.001v400.88c-31.683-20.526-70.416-32.729-112-32.729-114.875 0-208 93.125-208 208s93.125 208 208 208c114.875 0 208-93.125 208-208 0-0.053-0-0.106-0-0.159l0 0.008v-319.48l258.2 77.44c4.13 1.286 8.879 2.027 13.8 2.027 26.505 0 47.992-21.483 48-47.986l0-0.001v-192c-0.006-21.583-14.256-39.836-33.86-45.87l-0.34-0.090zM352 848c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM784 383.48l-224-67.2v-91.76l224 67.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-note-bold"]},"attrs":[{}],"properties":{"order":29012,"id":472,"name":"music-note-bold","prevSize":16,"code":60423},"setIdx":3,"setId":3,"iconIdx":775},{"icon":{"paths":["M861.52 90.16c-8.055-6.33-18.342-10.152-29.522-10.152-4.133 0-8.144 0.522-11.971 1.505l0.333-0.072-512 128c-21.047 5.391-36.356 24.187-36.36 46.56l-0 0v413.4c-18.848-8.441-40.85-13.358-64-13.358-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160 0-0.015-0-0.030-0-0.045l0 0.002v-330.52l416-104v160c-18.848-8.441-40.85-13.358-64-13.358-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160 0-0.043-0-0.086-0-0.129l0 0.007v-560c-0.003-15.327-7.19-28.976-18.376-37.762l-0.104-0.078zM208 880c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM368 386.52v-93.040l416-104v93.040zM720 752c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-notes-bold"]},"attrs":[{}],"properties":{"order":29013,"id":471,"name":"music-notes-bold","prevSize":16,"code":60424},"setIdx":3,"setId":3,"iconIdx":776},{"icon":{"paths":["M845.8 210.040l-320-96c-4.13-1.286-8.879-2.027-13.8-2.027-26.505 0-47.992 21.483-48 47.986l-0 0.001v400.88c-31.683-20.526-70.416-32.729-112-32.729-114.875 0-208 93.125-208 208s93.125 208 208 208c114.875 0 208-93.125 208-208 0-0.053-0-0.106-0-0.159l0 0.008v-511.48l258.2 77.44c4.13 1.285 8.879 2.025 13.8 2.025 26.524 0 48.025-21.502 48.025-48.025 0-21.602-14.263-39.873-33.885-45.91l-0.34-0.090zM352 848c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-note-simple-bold"]},"attrs":[{}],"properties":{"order":29014,"id":470,"name":"music-note-simple-bold","prevSize":16,"code":60425},"setIdx":3,"setId":3,"iconIdx":777},{"icon":{"paths":["M944 224c0 26.51-21.49 48-48 48v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 48h48c26.51 0 48 21.49 48 48v0zM880 496v192c0 0.013 0 0.028 0 0.042 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160 23.15 0 45.152 4.917 65.018 13.762l-1.018-0.405v-45.4c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM784 688c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0zM368 485.48v330.52c0 0.013 0 0.028 0 0.042 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160 23.15 0 45.152 4.917 65.018 13.762l-1.018-0.405v-413.4c0.004-22.373 15.313-41.169 36.027-46.488l0.333-0.072 208-52c3.257-0.788 6.997-1.24 10.842-1.24 26.51 0 48 21.49 48 48 0 22.086-14.917 40.688-35.225 46.281l-0.337 0.079-171.64 42.92v93.040l212.36-53.080c3.257-0.788 6.997-1.24 10.842-1.24 26.51 0 48 21.49 48 48 0 22.086-14.917 40.688-35.225 46.281l-0.337 0.079zM272 816c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-notes-plus-bold"]},"attrs":[{}],"properties":{"order":29015,"id":469,"name":"music-notes-plus-bold","prevSize":16,"code":60426},"setIdx":3,"setId":3,"iconIdx":778},{"icon":{"paths":["M861.52 90.16c-8.055-6.33-18.342-10.152-29.522-10.152-4.133 0-8.144 0.522-11.971 1.505l0.333-0.072-512 128c-21.047 5.391-36.356 24.187-36.36 46.56l-0 0v413.4c-18.848-8.441-40.85-13.358-64-13.358-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160 0-0.015-0-0.030-0-0.045l0 0.002v-522.52l416-104v352c-18.848-8.441-40.85-13.358-64-13.358-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160 0-0.043-0-0.086-0-0.129l0 0.007v-560c-0.003-15.327-7.19-28.976-18.376-37.762l-0.104-0.078zM208 880c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM720 752c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-notes-simple-bold"]},"attrs":[{}],"properties":{"order":29016,"id":468,"name":"music-notes-simple-bold","prevSize":16,"code":60427},"setIdx":3,"setId":3,"iconIdx":779},{"icon":{"paths":["M922.8 377.84l-704.56-261.36c-7.795-2.786-16.788-4.397-26.157-4.397-44.183 0-80 35.817-80 80 0 9.369 1.611 18.362 4.57 26.717l-0.173-0.56 0.36 1 261 703.56c11.35 31.262 40.793 53.192 75.359 53.2l1.401 0c35.228-0.631 64.848-23.937 74.926-55.913l0.154-0.567 91.72-298.12 298.12-91.72c33.103-10.299 56.72-40.66 56.72-76.538 0-34.664-22.046-64.178-52.882-75.287l-0.558-0.175zM585.080 532c-25.461 7.966-45.114 27.619-52.927 52.513l-0.153 0.567-80 261.12-232.8-627 627 232.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["navigation-arrow-bold"]},"attrs":[{}],"properties":{"order":29017,"id":467,"name":"navigation-arrow-bold","prevSize":16,"code":60428},"setIdx":3,"setId":3,"iconIdx":780},{"icon":{"paths":["M860.44 163.56c-31.849-31.843-75.844-51.538-124.44-51.538s-92.591 19.695-124.44 51.539l-96 96c-6.826 6.785-11.601 15.626-13.319 25.516l-0.041 0.284c-28.6 166.64-280.96 449.44-376 544.56v0c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083v-0c95-94.92 377.96-347.52 544.72-376 10.165-1.791 18.998-6.56 25.8-13.36l96-96c31.843-31.849 51.538-75.844 51.538-124.44s-19.695-92.591-51.539-124.44l0 0zM792.44 344.56l-85.68 85.72c-59.4 13.24-129.6 45.64-209.88 96.72 51.080-80.28 83.48-150.48 96.72-209.88l85.72-85.68c14.568-15.068 34.963-24.423 57.543-24.423 44.183 0 80 35.817 80 80 0 22.58-9.355 42.976-24.401 57.521l-0.022 0.022z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["needle-bold"]},"attrs":[{}],"properties":{"order":29018,"id":466,"name":"needle-bold","prevSize":16,"code":60429},"setIdx":3,"setId":3,"iconIdx":781},{"icon":{"paths":["M368 432c0-26.51 21.49-48 48-48v0h288c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-288c-26.51 0-48-21.49-48-48v0zM416 640h288c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-288c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM944 256v480c0 61.856-50.144 112-112 112v0h-688c-70.692 0-128-57.308-128-128v0-368c0-26.51 21.49-48 48-48s48 21.49 48 48v0 368c0 17.673 14.327 32 32 32s32-14.327 32-32v0-464c0-44.183 35.817-80 80-80v0h608c44.183 0 80 35.817 80 80v0zM848 272h-576v448c0 0.074 0 0.162 0 0.25 0 11.281-1.459 22.221-4.2 32.642l0.199-0.892h564c8.837 0 16-7.163 16-16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["newspaper-bold"]},"attrs":[{}],"properties":{"order":29019,"id":465,"name":"newspaper-bold","prevSize":16,"code":60430},"setIdx":3,"setId":3,"iconIdx":782},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 640c0.003 26.507 21.492 47.994 48 47.994 7.83 0 15.222-1.875 21.752-5.2l-0.272 0.126 106.52-53.24 106.52 53.24c6.258 3.199 13.65 5.074 21.48 5.074s15.222-1.875 21.752-5.2l-0.272 0.126 106.52-53.24 106.52 53.24c6.258 3.199 13.65 5.074 21.48 5.074s15.222-1.875 21.752-5.2l-0.272 0.126 106.52-53.24 106.52 53.24c6.258 3.199 13.65 5.074 21.48 5.074 26.508 0 47.997-21.487 48-47.994l0-0v-640c0-44.183-35.817-80-80-80v0zM848 786.32l-58.52-29.24c-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126-106.52 53.24-106.52-53.24c-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126-106.52 53.24-106.52-53.24c-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126-58.52 29.24v-546.32h672zM544 432c0-26.51 21.49-48 48-48v0h144c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-144c-26.51 0-48-21.49-48-48v0zM544 592c0-26.51 21.49-48 48-48v0h144c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-144c-26.51 0-48-21.49-48-48v0zM288 688h160c26.51 0 48-21.49 48-48v0-256c0-26.51-21.49-48-48-48v0h-160c-26.51 0-48 21.49-48 48v0 256c0 26.51 21.49 48 48 48v0zM336 432h64v160h-64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["newspaper-clipping-bold"]},"attrs":[{}],"properties":{"order":29020,"id":464,"name":"newspaper-clipping-bold","prevSize":16,"code":60431},"setIdx":3,"setId":3,"iconIdx":783},{"icon":{"paths":["M865.96 545.96l-320 320c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l320-320c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-0 0zM801.96 125.96c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-608 608c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l608-608c8.698-8.688 14.078-20.696 14.078-33.96s-5.38-25.272-14.077-33.96l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notches-bold"]},"attrs":[{}],"properties":{"order":29021,"id":463,"name":"notches-bold","prevSize":16,"code":60432},"setIdx":3,"setId":3,"iconIdx":784},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h434.76c0.064 0 0.139 0 0.215 0 22.023 0 41.952-8.961 56.341-23.436l0.004-0.004 205.24-205.24c14.479-14.393 23.44-34.322 23.44-56.345 0-0.076-0-0.151-0-0.227l0 0.012v-434.76c0-44.183-35.817-80-80-80v0zM208 208h608v368h-192c-26.51 0-48 21.49-48 48v0 192h-368zM672 764v-92h92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["note-blank-bold"]},"attrs":[{}],"properties":{"order":29022,"id":462,"name":"note-blank-bold","prevSize":16,"code":60433},"setIdx":3,"setId":3,"iconIdx":785},{"icon":{"paths":["M336 432c0-26.51 21.49-48 48-48v0h256c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48v0zM464 544h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM912 192v434.76c0 0.064 0 0.139 0 0.215 0 22.023-8.961 41.952-23.436 56.341l-0.004 0.004-205.24 205.24c-14.393 14.479-34.322 23.44-56.345 23.44-0.076 0-0.151-0-0.227-0l0.012 0h-434.76c-44.183 0-80-35.817-80-80v0-640c0-44.183 35.817-80 80-80v0h640c44.183 0 80 35.817 80 80v0zM208 816h368v-192c0-26.51 21.49-48 48-48v0h192v-368h-608zM764 672h-92v92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["note-bold"]},"attrs":[{}],"properties":{"order":29023,"id":461,"name":"note-bold","prevSize":16,"code":60434},"setIdx":3,"setId":3,"iconIdx":786},{"icon":{"paths":["M432 432c0-26.51 21.49-48 48-48v0h224c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-224c-26.51 0-48-21.49-48-48v0zM704 544h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM912 192v640c0 44.183-35.817 80-80 80v0h-640c-44.183 0-80-35.817-80-80v0-640c0-44.183 35.817-80 80-80v0h640c44.183 0 80 35.817 80 80v0zM208 816h64v-608h-64zM816 208h-448v608h448z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notebook-bold"]},"attrs":[{}],"properties":{"order":29024,"id":460,"name":"notebook-bold","prevSize":16,"code":60435},"setIdx":3,"setId":3,"iconIdx":787},{"icon":{"paths":["M688 496c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0zM640 608h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM880 192v608c0 79.529-64.471 144-144 144v0h-448c-79.529 0-144-64.471-144-144v0-608c0-44.183 35.817-80 80-80v0h64v-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h80v-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h80v-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h64c44.183 0 80 35.817 80 80v0zM784 208h-48v16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-80v16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-80v16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-48v592c0 26.51 21.49 48 48 48v0h448c26.51 0 48-21.49 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notepad-bold"]},"attrs":[{}],"properties":{"order":29025,"id":459,"name":"notepad-bold","prevSize":16,"code":60436},"setIdx":3,"setId":3,"iconIdx":788},{"icon":{"paths":["M929.96 222.040l-128-128c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-384 384c-8.627 8.676-13.96 20.636-13.96 33.842 0 0.041 0 0.083 0 0.124l-0-0.006v128c0 26.51 21.49 48 48 48v0h128c0.011 0 0.024 0 0.038 0 13.245 0 25.238-5.365 33.923-14.040l-0 0 384-384c8.698-8.688 14.078-20.696 14.078-33.96s-5.38-25.272-14.077-33.96l-0-0zM768 196l60 60-44 44-60-60zM492 592h-60v-60l224-224 60 60zM912 530.28v301.72c0 44.183-35.817 80-80 80v0h-640c-44.183 0-80-35.817-80-80v0-640c0-44.183 35.817-80 80-80v0h301.72c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-285.72v608h608v-285.72c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["note-pencil-bold"]},"attrs":[{}],"properties":{"order":29026,"id":458,"name":"note-pencil-bold","prevSize":16,"code":60437},"setIdx":3,"setId":3,"iconIdx":789},{"icon":{"paths":["M880 528v304c0 44.183-35.817 80-80 80v0h-608c-44.183 0-80-35.817-80-80v0-608c0-44.183 35.817-80 80-80v0h304c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-288v576h576v-288c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM944 240c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM848 240c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.346 28.654 64 64 64v0c35.346 0 64-28.654 64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notification-bold"]},"attrs":[{}],"properties":{"order":29027,"id":457,"name":"notification-bold","prevSize":16,"code":60438},"setIdx":3,"setId":3,"iconIdx":790},{"icon":{"paths":["M864 144h-160c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h32v405.12l-261.96-476.24c-8.326-14.934-24.021-24.87-42.039-24.88l-272.001-0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h32v544h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-32v-405.12l261.96 476.24c8.326 14.934 24.021 24.87 42.039 24.88l192.001 0c26.51 0 48-21.49 48-48v0-592h32c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM321.2 240h82.4l299.2 544h-82.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notion-logo-bold"]},"attrs":[{}],"properties":{"order":29028,"id":456,"name":"notion-logo-bold","prevSize":16,"code":60439},"setIdx":3,"setId":3,"iconIdx":791},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM622.4 492.36c20.9-24.826 33.6-57.157 33.6-92.455 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 35.297 12.7 67.628 33.779 92.673l-0.179-0.218c-30.584 29.195-49.6 70.282-49.6 115.809 0 88.366 71.634 160 160 160s160-71.634 160-160c0-45.528-19.016-86.614-49.538-115.75l-0.062-0.059zM464 400c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM512 672c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-eight-bold"]},"attrs":[{}],"properties":{"order":29029,"id":455,"name":"number-circle-eight-bold","prevSize":16,"code":60440},"setIdx":3,"setId":3,"iconIdx":792},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM488.68 368l-10.84 64.92c5.442-0.582 11.76-0.917 18.155-0.92l0.005-0c88.366 0 160 71.634 160 160s-71.634 160-160 160v0c-0.704 0.011-1.535 0.018-2.367 0.018-43.716 0-83.288-17.741-111.911-46.415l-0.002-0.002c-8.484-8.651-13.721-20.514-13.721-33.6 0-26.51 21.491-48.001 48.001-48.001 13.424 0 25.561 5.511 34.272 14.393l0.008 0.008c11.189 10.913 26.501 17.644 43.384 17.644 0.821 0 1.639-0.016 2.453-0.048l-0.117 0.004c35.346 0 64-28.654 64-64s-28.654-64-64-64v0c-0.697-0.028-1.514-0.044-2.336-0.044-16.884 0-32.195 6.731-43.397 17.656l0.013-0.013c-8.722 8.914-20.875 14.44-34.318 14.44-26.51 0-48-21.49-48-48 0-2.84 0.247-5.623 0.72-8.328l-0.042 0.287 32-192c3.967-22.847 23.645-40 47.329-40 0.011 0 0.022 0 0.033 0l159.998-0c26.51 0 48 21.49 48 48s-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-five-bold"]},"attrs":[{}],"properties":{"order":29030,"id":454,"name":"number-circle-five-bold","prevSize":16,"code":60441},"setIdx":3,"setId":3,"iconIdx":793},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM688 576c0 26.51-21.49 48-48 48v0h-16v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-80h-144c-0.007 0-0.016 0-0.025 0-26.51 0-48-21.49-48-48 0-5.735 1.006-11.236 2.851-16.334l-0.106 0.334 96-272c6.79-18.816 24.492-32.024 45.28-32.024 26.523 0 48.024 21.501 48.024 48.024 0 5.735-1.005 11.236-2.849 16.334l0.106-0.334-73.28 208h76v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v0 64h16c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-four-bold"]},"attrs":[{}],"properties":{"order":29031,"id":453,"name":"number-circle-four-bold","prevSize":16,"code":60442},"setIdx":3,"setId":3,"iconIdx":794},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM592 293.44c-22.948-13.476-50.543-21.434-79.997-21.434-88.366 0-160 71.634-160 160 0 81.229 60.531 148.32 138.947 158.627l0.81 0.087-52.96 88.68c-4.647 7.26-7.407 16.116-7.407 25.616 0 26.51 21.49 48 48 48 17.841 0 33.409-9.734 41.683-24.181l0.124-0.235 129.36-216.6c13.476-22.948 21.435-50.544 21.435-79.999 0-58.908-31.835-110.381-79.24-138.153l-0.755-0.409zM567.44 464v0c-11.272 19.262-31.861 31.995-55.423 31.995-35.346 0-64-28.654-64-64s28.654-64 64-64c11.775 0 22.808 3.18 32.285 8.728l-0.302-0.164c19.241 11.277 31.957 31.854 31.957 55.401 0 11.798-3.192 22.85-8.76 32.34l0.163-0.301z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-nine-bold"]},"attrs":[{}],"properties":{"order":29032,"id":452,"name":"number-circle-nine-bold","prevSize":16,"code":60443},"setIdx":3,"setId":3,"iconIdx":795},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM576 320v384c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-294.32l-21.36 14.32c-7.487 5.049-16.712 8.059-26.64 8.059-26.542 0-48.059-21.517-48.059-48.059 0-16.614 8.431-31.26 21.248-39.891l0.171-0.109 96-64c7.485-5.056 16.71-8.071 26.64-8.071 26.51 0 48 21.49 48 48 0 0.025-0 0.050-0 0.075l0-0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-one-bold"]},"attrs":[{}],"properties":{"order":29033,"id":451,"name":"number-circle-one-bold","prevSize":16,"code":60444},"setIdx":3,"setId":3,"iconIdx":796},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM647.32 324.48c5.444 7.678 8.702 17.24 8.702 27.562 0 5.899-1.064 11.549-3.011 16.769l0.108-0.332-128 352c-6.9 18.596-24.491 31.608-45.12 31.608-26.514 0-48.008-21.494-48.008-48.008 0-5.885 1.059-11.522 2.996-16.732l-0.108 0.332 104.6-287.68h-123.48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h192c16.203 0.003 30.529 8.033 39.219 20.329l0.101 0.151z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-seven-bold"]},"attrs":[{}],"properties":{"order":29034,"id":450,"name":"number-circle-seven-bold","prevSize":16,"code":60445},"setIdx":3,"setId":3,"iconIdx":797},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM532.24 433.32l52.96-88.72c4.647-7.26 7.407-16.116 7.407-25.616 0-26.51-21.49-48-48-48-17.841 0-33.409 9.734-41.683 24.181l-0.124 0.235-128.96 216c-13.693 23.092-21.785 50.902-21.785 80.602 0 88.366 71.634 160 160 160s160-71.634 160-160c0-81.25-60.562-148.354-139.006-158.635l-0.809-0.087zM512 656c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-six-bold"]},"attrs":[{}],"properties":{"order":29035,"id":449,"name":"number-circle-six-bold","prevSize":16,"code":60446},"setIdx":3,"setId":3,"iconIdx":798},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM656 608c0 0.005 0 0.011 0 0.017 0 88.366-71.634 160-160 160-44.754 0-85.216-18.375-114.254-47.991l-0.026-0.026c-8.954-8.728-14.507-20.907-14.507-34.384 0-26.51 21.49-48 48-48 13.824 0 26.284 5.844 35.042 15.197l0.025 0.027c11.621 11.829 27.787 19.16 45.666 19.16 35.346 0 64-28.654 64-64 0-35.327-28.623-63.969-63.943-64l-0.003-0c-26.506-0.004-47.993-21.493-47.993-48 0-10.304 3.247-19.85 8.773-27.671l-0.101 0.151 59.32-84.48h-100c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h192c26.506 0.004 47.993 21.493 47.993 48 0 10.304-3.247 19.85-8.773 27.671l0.101-0.151-73.36 104.8c49.293 27.891 82.024 79.961 82.040 139.678l0 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-three-bold"]},"attrs":[{}],"properties":{"order":29036,"id":448,"name":"number-circle-three-bold","prevSize":16,"code":60447},"setIdx":3,"setId":3,"iconIdx":799},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM627 502.68l-115 153.32h96c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48 0-10.86 3.607-20.878 9.687-28.921l-0.087 0.121 172.68-230.24c6.037-7.94 9.672-17.994 9.672-28.896 0-26.51-21.49-48-48-48-20.75 0-38.426 13.167-45.126 31.602l-0.106 0.334c-6.789 18.805-24.483 32.005-45.26 32.005-26.512 0-48.005-21.493-48.005-48.005 0-5.735 1.006-11.236 2.851-16.334l-0.106 0.334c5.331-14.779 12.364-27.576 21.062-39.041l-0.262 0.361c26.56-34.975 68.17-57.328 115-57.328 79.534 0 144.008 64.475 144.008 144.008 0 32.703-10.901 62.86-29.268 87.036l0.259-0.356z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-two-bold"]},"attrs":[{}],"properties":{"order":29037,"id":447,"name":"number-circle-two-bold","prevSize":16,"code":60448},"setIdx":3,"setId":3,"iconIdx":800},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM512 272c-113.040 0-192 98.68-192 240s78.96 240 192 240 192-98.68 192-240-78.96-240-192-240zM512 656c-93.32 0-96-129.28-96-144s2.68-144 96-144 96 129.28 96 144-2.68 144-96 144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-zero-bold"]},"attrs":[{}],"properties":{"order":29038,"id":446,"name":"number-circle-zero-bold","prevSize":16,"code":60449},"setIdx":3,"setId":3,"iconIdx":801},{"icon":{"paths":["M649.76 475.64c43.17-38.292 70.24-93.905 70.24-155.84 0-114.875-93.125-208-208-208s-208 93.125-208 208c0 61.935 27.070 117.548 70.024 155.653l0.216 0.188c-62.155 43.971-102.24 115.567-102.24 196.525 0 132.548 107.452 240 240 240s240-107.452 240-240c0-80.958-40.085-152.554-101.491-196.022l-0.749-0.503zM400 320c0-61.856 50.144-112 112-112s112 50.144 112 112c0 61.856-50.144 112-112 112v0c-61.856 0-112-50.144-112-112v0zM512 816c-79.529 0-144-64.471-144-144s64.471-144 144-144c79.529 0 144 64.471 144 144v0c0 79.529-64.471 144-144 144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-eight-bold"]},"attrs":[{}],"properties":{"order":29039,"id":445,"name":"number-eight-bold","prevSize":16,"code":60450},"setIdx":3,"setId":3,"iconIdx":802},{"icon":{"paths":["M720 640c-0.003 132.546-107.454 239.995-240 239.995-61.577 0-117.737-23.19-160.224-61.312l0.224 0.198c-10.324-8.857-16.824-21.918-16.824-36.497 0-26.51 21.49-48 48-48 12.708 0 24.263 4.938 32.849 13.001l-0.026-0.024c25.354 22.739 59.039 36.642 95.971 36.642 79.529 0 144-64.471 144-144s-64.471-144-144-144c-35.645 0-68.265 12.951-93.411 34.404l0.2-0.167c-8.318 7.104-19.197 11.427-31.087 11.427-26.51 0-48-21.49-48-48 0-3.322 0.337-6.565 0.98-9.696l-0.053 0.31 60.32-301.68c4.543-22.165 23.887-38.6 47.071-38.6 0.003 0 0.007 0 0.010 0l256-0c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-216.64l-33.44 167.16c17.437-4.532 37.455-7.134 58.080-7.134 132.539 0 239.985 107.437 240 239.972l0 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-five-bold"]},"attrs":[{}],"properties":{"order":29040,"id":444,"name":"number-five-bold","prevSize":16,"code":60451},"setIdx":3,"setId":3,"iconIdx":803},{"icon":{"paths":["M752 608c0 26.51-21.49 48-48 48v0h-48v176c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-176h-272c-26.486-0.031-47.945-21.51-47.945-48 0-5.735 1.006-11.236 2.851-16.334l-0.106 0.334 160-448c6.158-19.896 24.392-34.099 45.943-34.099 26.51 0 48 21.49 48 48 0 6.525-1.302 12.746-3.66 18.417l0.117-0.318-137.2 384h204v-176c0-26.51 21.49-48 48-48s48 21.49 48 48v0 176h48c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-four-bold"]},"attrs":[{}],"properties":{"order":29041,"id":443,"name":"number-four-bold","prevSize":16,"code":60452},"setIdx":3,"setId":3,"iconIdx":804},{"icon":{"paths":["M752 384c0-132.548-107.452-240-240-240s-240 107.452-240 240c0 132.548 107.452 240 240 240v0c11.033-0.018 21.87-0.788 32.482-2.261l-1.242 0.141-105.080 186.56c-3.886 6.779-6.177 14.902-6.177 23.56 0 26.519 21.498 48.017 48.017 48.017 17.861 0 33.444-9.752 41.716-24.222l0.124-0.235 198.16-352c20.117-34.208 32-75.353 32-119.273 0-0.101-0-0.202-0-0.303l0 0.015zM368 384c0-79.529 64.471-144 144-144s144 64.471 144 144c0 79.529-64.471 144-144 144v0c-79.529 0-144-64.471-144-144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-nine-bold"]},"attrs":[{}],"properties":{"order":29042,"id":442,"name":"number-nine-bold","prevSize":16,"code":60453},"setIdx":3,"setId":3,"iconIdx":805},{"icon":{"paths":["M592 192v640c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-555.24l-87.32 52.4c-6.869 4.020-15.126 6.394-23.936 6.394-26.51 0-48-21.49-48-48 0-17.089 8.93-32.092 22.379-40.598l0.197-0.116 160-96c7.045-4.291 15.566-6.831 24.68-6.831 26.506 0 47.995 21.485 48 47.99l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-one-bold"]},"attrs":[{}],"properties":{"order":29043,"id":441,"name":"number-one-bold","prevSize":16,"code":60454},"setIdx":3,"setId":3,"iconIdx":806},{"icon":{"paths":["M717.96 205.8l-192 640c-6.124 19.944-24.377 34.194-45.959 34.2l-0.001 0c-0.018 0-0.040 0-0.062 0-4.901 0-9.628-0.746-14.073-2.13l0.335 0.090c-19.864-6.178-34.037-24.396-34.037-45.924 0-4.935 0.745-9.695 2.128-14.176l-0.090 0.34 173.28-578.2h-255.48c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h320c26.504 0.008 47.987 21.495 47.987 48 0 4.921-0.741 9.67-2.117 14.14l0.090-0.34z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-seven-bold"]},"attrs":[{}],"properties":{"order":29044,"id":440,"name":"number-seven-bold","prevSize":16,"code":60455},"setIdx":3,"setId":3,"iconIdx":807},{"icon":{"paths":["M512 400c-11.033 0.018-21.87 0.788-32.482 2.261l1.242-0.141 105.080-186.56c3.886-6.779 6.177-14.902 6.177-23.56 0-26.519-21.498-48.017-48.017-48.017-17.861 0-33.444 9.752-41.716 24.222l-0.124 0.235-198.16 352.080c-20.029 34.298-31.855 75.508-31.855 119.48 0 132.548 107.452 240 240 240s240-107.452 240-240c0-132.548-107.452-240-240-240-0.051 0-0.103 0-0.154 0l0.008-0zM512 784c-79.529 0-144-64.471-144-144s64.471-144 144-144c79.529 0 144 64.471 144 144v0c0 79.529-64.471 144-144 144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-six-bold"]},"attrs":[{}],"properties":{"order":29045,"id":439,"name":"number-six-bold","prevSize":16,"code":60456},"setIdx":3,"setId":3,"iconIdx":808},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM352 608c-0 0.050-0 0.11-0 0.169 0 88.366 71.634 160 160 160s160-71.634 160-160c0-45.528-19.015-86.614-49.538-115.75l-0.062-0.059c20.9-24.826 33.6-57.157 33.6-92.455 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 35.297 12.7 67.628 33.779 92.673l-0.179-0.218c-30.581 29.113-49.6 70.128-49.6 115.587 0 0.019 0 0.037 0 0.056l-0-0.003zM512 672c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM464 400c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-eight-bold"]},"attrs":[{}],"properties":{"order":29046,"id":438,"name":"number-square-eight-bold","prevSize":16,"code":60457},"setIdx":3,"setId":3,"iconIdx":809},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM368.64 504l32-192c3.967-22.847 23.645-40 47.329-40 0.011 0 0.022 0 0.033 0l159.998-0c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-119.32l-10.84 64.92c5.442-0.582 11.76-0.917 18.155-0.92l0.005-0c88.366 0 160 71.634 160 160s-71.634 160-160 160v0c-0.704 0.011-1.535 0.018-2.367 0.018-43.716 0-83.288-17.741-111.911-46.415l-0.002-0.002c-8.484-8.651-13.721-20.514-13.721-33.6 0-26.51 21.491-48.001 48.001-48.001 13.424 0 25.561 5.511 34.272 14.393l0.008 0.008c11.189 10.913 26.501 17.644 43.384 17.644 0.821 0 1.639-0.016 2.453-0.048l-0.117 0.004c35.346 0 64-28.654 64-64s-28.654-64-64-64v0c-0.697-0.028-1.514-0.044-2.336-0.044-16.884 0-32.195 6.731-43.397 17.656l0.013-0.013c-8.722 8.914-20.875 14.44-34.318 14.44-26.51 0-48-21.49-48-48 0-2.84 0.247-5.623 0.72-8.328l-0.042 0.287z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-five-bold"]},"attrs":[{}],"properties":{"order":29047,"id":437,"name":"number-square-five-bold","prevSize":16,"code":60458},"setIdx":3,"setId":3,"iconIdx":810},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM344.8 603.72c-5.517-7.713-8.821-17.336-8.821-27.731 0-5.731 1.004-11.228 2.847-16.323l-0.106 0.334 96-272c6.79-18.816 24.492-32.024 45.28-32.024 26.523 0 48.024 21.501 48.024 48.024 0 5.735-1.005 11.236-2.849 16.334l0.106-0.334-73.28 208h76v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v0 64h16c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-16v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-80h-144c-0.004 0-0.009 0-0.013 0-16.119 0-30.383-7.946-39.088-20.134l-0.099-0.146z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-four-bold"]},"attrs":[{}],"properties":{"order":29048,"id":436,"name":"number-square-four-bold","prevSize":16,"code":60459},"setIdx":3,"setId":3,"iconIdx":811},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM432 570.56c17.21 10.082 37.415 17.154 58.967 19.917l0.793 0.083-52.96 88.84c-4.647 7.26-7.407 16.116-7.407 25.616 0 26.51 21.49 48 48 48 17.841 0 33.409-9.734 41.683-24.181l0.124-0.235 129.36-216.6c13.478-22.95 21.439-50.548 21.439-80.005 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 58.911 31.838 110.386 79.246 138.156l0.755 0.409zM456.56 400c11.273-19.272 31.869-32.012 55.44-32.012 35.353 0 64.012 28.659 64.012 64.012 0 11.782-3.183 22.82-8.736 32.302l0.164-0.302c-11.449 18.443-31.59 30.541-54.557 30.541-35.346 0-64-28.654-64-64 0-11.194 2.874-21.717 7.924-30.871l-0.167 0.33z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-nine-bold"]},"attrs":[{}],"properties":{"order":29049,"id":435,"name":"number-square-nine-bold","prevSize":16,"code":60460},"setIdx":3,"setId":3,"iconIdx":812},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM392 410.64c-5.063-7.489-8.082-16.72-8.082-26.656 0-16.615 8.442-31.258 21.27-39.874l0.172-0.109 96-64c7.485-5.056 16.71-8.071 26.64-8.071 26.51 0 48 21.49 48 48 0 0.025-0 0.050-0 0.075l0-0.004v384c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-294.32l-21.36 14.32c-7.489 5.063-16.72 8.082-26.656 8.082-16.615 0-31.258-8.442-39.874-21.27l-0.109-0.172z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-one-bold"]},"attrs":[{}],"properties":{"order":29050,"id":434,"name":"number-square-one-bold","prevSize":16,"code":60461},"setIdx":3,"setId":3,"iconIdx":813},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM368 352c0-26.51 21.49-48 48-48v0h192c0.003-0 0.006-0 0.009-0 26.51 0 48 21.49 48 48 0 5.885-1.059 11.522-2.997 16.732l0.108-0.332-128 352c-6.9 18.596-24.491 31.608-45.12 31.608-26.514 0-48.008-21.494-48.008-48.008 0-5.885 1.059-11.522 2.996-16.732l-0.108 0.332 104.6-287.6h-123.48c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-seven-bold"]},"attrs":[{}],"properties":{"order":29051,"id":433,"name":"number-square-seven-bold","prevSize":16,"code":60462},"setIdx":3,"setId":3,"iconIdx":814},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM512 752c88.25-0.153 159.732-71.728 159.732-160 0-81.135-60.391-148.165-138.674-158.591l-0.817-0.089 52.96-88.72c4.647-7.26 7.407-16.116 7.407-25.616 0-26.51-21.49-48-48-48-17.841 0-33.409 9.734-41.683 24.181l-0.124 0.235-128.96 216c-13.692 23.092-21.784 50.901-21.784 80.6 0 88.346 71.603 159.968 159.941 160l0.003 0zM512 528c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-six-bold"]},"attrs":[{}],"properties":{"order":29052,"id":432,"name":"number-square-six-bold","prevSize":16,"code":60463},"setIdx":3,"setId":3,"iconIdx":815},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM368 320c0-26.51 21.49-48 48-48v0h192c26.506 0.004 47.993 21.493 47.993 48 0 10.304-3.247 19.85-8.773 27.671l0.101-0.151-73.36 104.8c49.334 27.89 82.093 79.995 82.093 139.752 0 88.366-71.634 160-160 160-44.781 0-85.264-18.396-114.306-48.044l-0.027-0.027c-8.954-8.728-14.507-20.907-14.507-34.384 0-26.51 21.49-48 48-48 13.824 0 26.284 5.844 35.042 15.197l0.025 0.027c11.621 11.829 27.787 19.16 45.666 19.16 35.346 0 64-28.654 64-64 0-35.327-28.623-63.969-63.943-64l-0.003-0c-26.506-0.004-47.993-21.493-47.993-48 0-10.304 3.247-19.85 8.773-27.671l-0.101 0.151 59.32-84.48h-100c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-three-bold"]},"attrs":[{}],"properties":{"order":29053,"id":431,"name":"number-square-three-bold","prevSize":16,"code":60464},"setIdx":3,"setId":3,"iconIdx":816},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM550.28 444.96c6.061-7.95 9.711-18.022 9.711-28.947 0-15.61-7.452-29.48-18.992-38.246l-0.119-0.086c-7.937-6.029-17.983-9.658-28.877-9.658-15.605 0-29.47 7.446-38.237 18.979l-0.086 0.118c-2.846 3.692-5.201 7.956-6.857 12.554l-0.103 0.326c-6.789 18.805-24.483 32.005-45.26 32.005-26.512 0-48.005-21.493-48.005-48.005 0-5.735 1.006-11.236 2.851-16.334l-0.106 0.334c5.341-14.778 12.374-27.574 21.064-39.044l-0.264 0.364c26.56-34.975 68.17-57.328 115-57.328 79.534 0 144.008 64.475 144.008 144.008 0 32.703-10.901 62.86-29.268 87.036l0.259-0.356-115 153.32h96c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48 0-10.86 3.607-20.878 9.687-28.921l-0.087 0.121z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-two-bold"]},"attrs":[{}],"properties":{"order":29054,"id":430,"name":"number-square-two-bold","prevSize":16,"code":60465},"setIdx":3,"setId":3,"iconIdx":817},{"icon":{"paths":["M512 752c113.040 0 192-98.68 192-240s-78.96-240-192-240-192 98.68-192 240 78.96 240 192 240zM512 368c93.32 0 96 129.28 96 144s-2.68 144-96 144-96-129.28-96-144 2.68-144 96-144zM832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-zero-bold"]},"attrs":[{}],"properties":{"order":29055,"id":429,"name":"number-square-zero-bold","prevSize":16,"code":60466},"setIdx":3,"setId":3,"iconIdx":818},{"icon":{"paths":["M720 640c-0.003 132.546-107.454 239.995-240 239.995-61.577 0-117.737-23.19-160.224-61.312l0.224 0.198c-10.324-8.857-16.824-21.918-16.824-36.497 0-26.51 21.49-48 48-48 12.708 0 24.263 4.938 32.849 13.001l-0.026-0.024c25.353 22.738 59.037 36.64 95.968 36.64 79.529 0 144-64.471 144-144 0-79.518-64.453-143.982-143.966-144l-0.002-0c-26.51 0-48-21.49-48-48 0-10.86 3.607-20.878 9.687-28.921l-0.087 0.121 134.4-179.2h-224c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h320c26.51 0 48 21.49 48 48 0 10.86-3.607 20.878-9.687 28.921l0.087-0.121-145.92 194.56c91.568 35.272 155.386 122.486 155.52 224.623l0 0.017z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-three-bold"]},"attrs":[{}],"properties":{"order":29056,"id":428,"name":"number-three-bold","prevSize":16,"code":60467},"setIdx":3,"setId":3,"iconIdx":819},{"icon":{"paths":["M720 832c0 26.51-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48 0-10.86 3.607-20.878 9.687-28.921l-0.087 0.121 287.8-383.68c14.194-18.571 22.744-42.115 22.744-67.656 0-61.856-50.144-112-112-112-45.734 0-85.065 27.411-102.461 66.7l-0.283 0.715c-7.608 17.086-24.438 28.783-44 28.783-26.522 0-48.023-21.5-48.023-48.023 0-6.96 1.481-13.574 4.144-19.545l-0.122 0.305c7.087-16.018 15.288-29.813 24.898-42.48l-0.378 0.52c38.362-50.529 98.47-82.825 166.12-82.825 114.878 0 208.005 93.127 208.005 208.005 0 47.227-15.739 90.779-42.259 125.694l0.375-0.514-230.16 306.8h224c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-two-bold"]},"attrs":[{}],"properties":{"order":29057,"id":427,"name":"number-two-bold","prevSize":16,"code":60468},"setIdx":3,"setId":3,"iconIdx":820},{"icon":{"paths":["M746.48 244.2c-55.040-86.48-136-132-234.48-132s-179.44 45.52-234.48 132c-44.84 70.44-69.52 165.56-69.52 267.8s24.68 197.32 69.52 267.76c55.040 86.52 136.12 132.24 234.48 132.24s179.44-45.72 234.48-132.24c44.84-70.44 69.52-165.52 69.52-267.76s-24.68-197.36-69.52-267.8zM665.48 728.2c-37.040 58.28-88.68 87.8-153.48 87.8s-116.44-29.52-153.48-87.76c-35.16-55.24-54.52-132.040-54.52-216.24s19.36-161 54.52-216.24c37.040-58.24 88.68-87.76 153.48-87.76s116.44 29.52 153.48 87.76c35.16 55.24 54.52 132.24 54.52 216.24s-19.36 161-54.52 216.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-zero-bold"]},"attrs":[{}],"properties":{"order":29058,"id":426,"name":"number-zero-bold","prevSize":16,"code":60469},"setIdx":3,"setId":3,"iconIdx":821},{"icon":{"paths":["M304 512c0 114.875 93.125 208 208 208s208-93.125 208-208c0-114.875-93.125-208-208-208v0c-114.829 0.114-207.886 93.171-208 207.989l-0 0.011zM624 512c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM902.4 250.56l-352-192.68c-11.078-6.211-24.312-9.869-38.4-9.869s-27.322 3.658-38.803 10.076l0.403-0.207-352 192.68c-24.976 13.863-41.6 40.081-41.6 70.181 0 0.007 0 0.013 0 0.020l-0-0.001v382.48c-0 0.005-0 0.012-0 0.019 0 30.101 16.624 56.318 41.192 69.973l0.408 0.208 352 192.68c11.076 6.218 24.311 9.88 38.4 9.88s27.324-3.662 38.802-10.087l-0.402 0.207 352-192.68c24.976-13.863 41.6-40.081 41.6-70.181 0-0.007-0-0.013-0-0.020l0 0.001v-382.48c0-0.005 0-0.012 0-0.019 0-30.101-16.624-56.318-41.192-69.973l-0.408-0.208zM848 693.76l-336 184-336-184v-363.52l336-184 336 184z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["nut-bold"]},"attrs":[{}],"properties":{"order":29059,"id":425,"name":"nut-bold","prevSize":16,"code":60470},"setIdx":3,"setId":3,"iconIdx":822},{"icon":{"paths":["M768 592c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM752 432c-0.026 0-0.057 0-0.088 0-7.334 0-14.279-1.667-20.476-4.643l0.284 0.123-258.72-120.72c-122.461 18.267-217.393 116.006-231.206 238.318l-0.114 1.242 263.72-140.68c6.542-3.56 14.327-5.653 22.6-5.653 26.51 0 48 21.49 48 48 0 0.005-0 0.009-0 0.014l0-0.001v392.44c78.945-19.383 143.038-71.385 178.29-140.545l0.71-1.535c7.978-16.089 24.291-26.955 43.141-26.955 26.51 0 48 21.49 48 48 0 8.128-2.020 15.785-5.587 22.495l0.126-0.26c-57.979 114.015-170.875 192.727-302.899 201.462l-1.101 0.058c-2.6 0.515-5.598 0.819-8.663 0.84l-0.017 0c-1.4 0-2.72 0-4-0.2-4 0-8 0.2-12 0.2-203.22-0.028-367.951-164.776-367.951-368 0-61.957 15.311-120.338 42.357-171.566l-0.965 2.006c-44.347-28.934-73.248-78.312-73.248-134.44 0-88.298 71.525-159.891 159.798-160l0.010-0c0.026-0 0.057-0 0.088-0 7.334 0 14.279 1.667 20.476 4.643l-0.284-0.123 468.96 218.8c31.117-4.701 54.696-31.257 54.696-63.32 0-35.324-28.617-63.963-63.932-64l-0.004-0c-26.51 0-48-21.49-48-48s21.49-48 48-48v0c88.366 0 160 71.634 160 160s-71.634 160-160 160v0zM320 768.48v-155.16l-69.56 37.12c13.527 46.403 37.606 86.161 69.555 118.035l0.005 0.005zM480 528l-64 34.12v268.32c18.594 7.288 40.229 12.772 62.72 15.475l1.28 0.125zM346 247.52l-83.24-38.84c-31.117 4.701-54.694 31.257-54.694 63.32 0 23.716 12.9 44.419 32.065 55.475l0.309 0.165c29.588-32.291 64.519-59.1 103.494-79.154l2.066-0.966z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ny-times-logo-bold"]},"attrs":[{}],"properties":{"order":29060,"id":424,"name":"ny-times-logo-bold","prevSize":16,"code":60471},"setIdx":3,"setId":3,"iconIdx":823},{"icon":{"paths":["M920.56 309.64l-206.2-206.2c-14.387-14.479-34.311-23.44-56.328-23.44-0.081 0-0.163 0-0.244 0l0.013-0h-291.6c-0.069-0-0.15-0-0.232-0-22.017 0-41.942 8.962-56.324 23.436l-0.004 0.004-206.2 206.2c-14.479 14.387-23.44 34.311-23.44 56.328 0 0.081 0 0.163 0 0.244l-0-0.013v291.6c-0 0.069-0 0.15-0 0.232 0 22.017 8.962 41.942 23.436 56.324l0.004 0.004 206.2 206.2c14.387 14.479 34.311 23.44 56.328 23.44 0.081 0 0.163-0 0.244-0l-0.013 0h291.6c0.069 0 0.15 0 0.232 0 22.017 0 41.942-8.962 56.324-23.436l0.004-0.004 206.2-206.2c14.479-14.387 23.44-34.311 23.44-56.328 0-0.081-0-0.163-0-0.244l0 0.013v-291.6c0-0.069 0-0.15 0-0.232 0-22.017-8.962-41.942-23.436-56.324l-0.004-0.004zM848 651.16l-196.84 196.84h-278.32l-196.84-196.84v-278.32l196.84-196.84h278.32l196.84 196.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["octagon-bold"]},"attrs":[{}],"properties":{"order":29061,"id":423,"name":"octagon-bold","prevSize":16,"code":60472},"setIdx":3,"setId":3,"iconIdx":824},{"icon":{"paths":["M1008 512c0 26.51-21.49 48-48 48v0h-53.6c-22.594 92.373-104.596 159.869-202.385 160l-0.015 0h-144v64h80c79.529 0 144 64.471 144 144v0c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0-26.51-21.49-48-48-48v0h-80v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-80c-26.51 0-48 21.49-48 48v0c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0-79.529 64.471-144 144-144v0h80v-64h-144c-97.804-0.131-179.806-67.627-202.104-158.572l-0.296-1.428h-53.6c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h96c26.51 0 48 21.49 48 48v0c0 61.856 50.144 112 112 112v0h384c61.856 0 112-50.144 112-112v0c0-26.51 21.49-48 48-48v0h96c26.51 0 48 21.49 48 48v0zM291.28 532c-11.968-13.901-19.256-32.129-19.256-52.059 0-4.214 0.326-8.352 0.954-12.39l-0.058 0.449 54.28-352c5.876-38.693 38.908-68.001 78.785-68.001 0.132 0 0.264 0 0.395 0.001l-0.020-0h211.28c0.111-0.001 0.243-0.001 0.375-0.001 39.877 0 72.909 29.308 78.73 67.559l0.055 0.442 54.28 352c0.576 3.607 0.905 7.765 0.905 12 0 44.178-35.809 79.992-79.984 80l-320.001 0c-24.252-0.023-45.975-10.835-60.631-27.894l-0.089-0.106zM370.68 464h282.64l-49.32-320h-184z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["office-chair-bold"]},"attrs":[{}],"properties":{"order":29062,"id":422,"name":"office-chair-bold","prevSize":16,"code":60473},"setIdx":3,"setId":3,"iconIdx":825},{"icon":{"paths":["M944 736c0 26.51-21.49 48-48 48v0h-252.24c-0.068 0-0.149 0-0.23 0-31.073 0-57.985-17.813-71.082-43.784l-0.209-0.456-201.92-403.76h-242.32c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h252.24c0.068-0 0.149-0 0.23-0 31.073 0 57.985 17.813 71.082 43.784l0.209 0.456 201.92 403.76h242.32c26.51 0 48 21.49 48 48v0zM608 336h288c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-288c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["option-bold"]},"attrs":[{}],"properties":{"order":29063,"id":421,"name":"option-bold","prevSize":16,"code":60474},"setIdx":3,"setId":3,"iconIdx":826},{"icon":{"paths":["M976 304h-928c-26.51 0-48 21.49-48 48v0 16c0 282.77 229.23 512 512 512s512-229.23 512-512v0-16c0-26.51-21.49-48-48-48v0zM258.080 400h170.76l-90.16 156.2c-43.187-39.785-72.561-93.983-80.464-154.918l-0.136-1.282zM512 448l91.76 158.92c-27.219 10.81-58.758 17.079-91.76 17.079s-64.541-6.268-93.489-17.68l1.729 0.601zM685.32 556.2l-90.16-156.2h170.76c-8.039 62.217-37.413 116.415-80.422 156.038l-0.178 0.162zM512 784c-218.387-0.283-397.382-168.56-414.704-382.522l-0.096-1.478h64.28c17.052 180.029 167.469 319.755 350.52 319.755s333.467-139.726 350.412-318.341l0.108-1.414h64.28c-17.419 215.441-196.413 383.718-414.772 384l-0.028 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["orange-slice-bold"]},"attrs":[{}],"properties":{"order":29064,"id":420,"name":"orange-slice-bold","prevSize":16,"code":60475},"setIdx":3,"setId":3,"iconIdx":827},{"icon":{"paths":["M902.4 250.56l-352-192.68c-11.078-6.211-24.312-9.869-38.4-9.869s-27.322 3.658-38.803 10.076l0.403-0.207-352 192.68c-24.976 13.863-41.6 40.081-41.6 70.181 0 0.007 0 0.013 0 0.020l-0-0.001v382.48c-0 0.005-0 0.012-0 0.019 0 30.101 16.624 56.318 41.192 69.973l0.408 0.208 352 192.68c11.076 6.218 24.311 9.88 38.4 9.88s27.324-3.662 38.802-10.087l-0.402 0.207 352-192.68c24.976-13.863 41.6-40.081 41.6-70.181 0-0.007-0-0.013-0-0.020l0 0.001v-382.48c0-0.005 0-0.012 0-0.019 0-30.101-16.624-56.318-41.192-69.973l-0.408-0.208zM512 146.28l288 157.72-85.72 46.92-288-157.68zM512 461.6l-288-157.6 102.24-56 288 157.64zM176 387.16l288 157.6v306.68l-288-157.68zM560 851.44v-306.68l96-52.52v115.76c0 26.51 21.49 48 48 48s48-21.49 48-48v0-168.32l96-52.52v306.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["package-bold"]},"attrs":[{}],"properties":{"order":29065,"id":419,"name":"package-bold","prevSize":16,"code":60476},"setIdx":3,"setId":3,"iconIdx":828},{"icon":{"paths":["M944 128c0-26.51-21.49-48-48-48v0c-179.12 0-360 194.16-463.6 328-19.206-5.163-41.257-8.129-64-8.129-141.385 0-256 114.615-256 256 0 0.045 0 0.091 0 0.136l-0-0.007c0 48-12.4 90.84-36.92 127.040-10.558 15.949-23.107 29.541-37.512 40.881l-0.368 0.279c-13.109 8.603-21.646 23.234-21.646 39.858 0 4.872 0.733 9.573 2.095 13.998l-0.089-0.337c6.199 20.003 24.535 34.281 46.206 34.281 0.096 0 0.193-0 0.289-0.001l-0.015 0h304c141.251-0.177 255.689-114.724 255.689-256 0-22.743-2.966-44.794-8.532-65.787l0.403 1.786c133.96-103.8 328-284.8 328-464zM838.48 185.56c-16 51.68-52.6 109.96-107.68 171.64-12 13.56-24.64 26.8-37.4 39.56-19.734-24.627-41.39-46.295-65.186-65.408l-0.814-0.632c12.76-12.76 25.96-25.28 39.52-37.4 61.68-55.12 119.92-91.6 171.56-107.76zM368.28 816h-200.28c25.534-44.981 40.583-98.806 40.583-156.146 0-1.355-0.008-2.709-0.025-4.060l0.002 0.205c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160v0zM521 450.72c12.48-15.72 26.2-32.36 40.92-49.4 23.131 17.752 43.18 37.813 60.356 60.194l0.564 0.766c-17.040 14.72-33.68 28.44-49.4 40.92-15.079-20.091-32.364-37.389-51.781-52.005l-0.659-0.475z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-brush-bold"]},"attrs":[{}],"properties":{"order":29066,"id":418,"name":"paint-brush-bold","prevSize":16,"code":60477},"setIdx":3,"setId":3,"iconIdx":829},{"icon":{"paths":["M864 80h-576c-97.156 0.114-175.886 78.844-176 175.989l-0 0.011v288c0 61.856 50.144 112 112 112v0h158.56l-14.56 172c0 1.32 0 2.68 0 4 0 79.529 64.471 144 144 144s144-64.471 144-144v0c0-1.32 0-2.68 0-4l-14.4-172h158.4c61.856 0 112-50.144 112-112v0-416c0-26.51-21.49-48-48-48v0zM288 176h352v96c0 26.51 21.49 48 48 48s48-21.49 48-48v0-96h80v208h-608v-128c0-44.183 35.817-80 80-80v0zM800 560h-176c-44.173 0.012-79.978 35.825-79.978 80 0 3.383 0.21 6.718 0.618 9.991l-0.040-0.391 15.36 184c0 26.51-21.49 48-48 48s-48-21.49-48-48v0l15.36-184c0.368-2.882 0.578-6.217 0.578-9.6 0-44.147-35.759-79.942-79.893-80l-0.005-0h-176c-8.837 0-16-7.163-16-16v0-64h608v64c0 8.837-7.163 16-16 16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-brush-broad-bold"]},"attrs":[{}],"properties":{"order":29067,"id":417,"name":"paint-brush-broad-bold","prevSize":16,"code":60478},"setIdx":3,"setId":3,"iconIdx":830},{"icon":{"paths":["M933.88 90.12c-26.059-26.057-62.057-42.173-101.82-42.173s-75.761 16.116-101.82 42.173l0-0c-0.64 0.6-1.2 1.24-1.8 1.88l-208.44 232-24.88-24.84c-20.268-20.27-48.27-32.808-79.2-32.808s-58.932 12.538-79.2 32.808l-306.64 306.88c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 320 320c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 306.8-306.8c20.27-20.268 32.808-48.27 32.808-79.2s-12.538-58.932-32.808-79.2l-0-0-24.88-24.84 232-208.32c0.64-0.6 1.28-1.16 1.88-1.8 26.093-26.064 42.233-62.087 42.233-101.88s-16.141-75.815-42.232-101.879l-0.001-0.001zM384 892l-44-44 78.040-78.080c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-78.040 78.080-28-28 78.040-78.080c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-78.040 78.080-44-44 156-156 252 252zM866.76 225.12l-243.6 218.6c-16.301 14.704-26.502 35.901-26.502 59.481 0 22.067 8.934 42.047 23.383 56.52l-0.001-0.001 36.8 36.8c2.899 2.896 4.693 6.899 4.693 11.32s-1.793 8.424-4.692 11.32l-0 0-48.84 48.84-252-252 48.8-48.8c2.896-2.899 6.899-4.693 11.32-4.693s8.424 1.793 11.32 4.692l0 0 36.56 36.8c14.472 14.448 34.452 23.382 56.519 23.382 23.58 0 44.776-10.201 59.418-26.431l0.063-0.071 218.6-243.6c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-brush-household-bold"]},"attrs":[{}],"properties":{"order":29068,"id":416,"name":"paint-brush-household-bold","prevSize":16,"code":60479},"setIdx":3,"setId":3,"iconIdx":831},{"icon":{"paths":["M926 650.52c-8.139-6.56-18.606-10.53-30-10.53s-21.861 3.97-30.092 10.602l0.092-0.072c-10 8.040-98 81.48-98 181.48 0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-100-88-173.44-98-181.48zM896 864c-17.673 0-32-14.327-32-32v0c0-27.2 15.64-54.56 32-75.32 16.28 20.68 32 48 32 75.32 0 17.673-14.327 32-32 32v0zM929.96 460l-429.96-429.96c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-151 151.12-87.080-87.12c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l0 0 87.2 87-164.32 164.32c-20.27 20.268-32.808 48.27-32.808 79.2s12.538 58.932 32.808 79.2l339.44 339.44c20.268 20.27 48.27 32.808 79.2 32.808s58.932-12.538 79.2-32.808l383.32-383.2c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001zM478.76 843.32c-2.896 2.899-6.899 4.693-11.32 4.693s-8.424-1.793-11.32-4.692l-0-0-339.44-339.32c-2.899-2.896-4.693-6.899-4.693-11.32s1.793-8.424 4.692-11.32l0-0 164.32-164.44 85.080 85.040c-8.848 18.132-14.021 39.452-14.021 61.979 0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144-22.528 0-43.847 5.173-62.835 14.396l0.856-0.375-85.16-84.92 117.16-117.040 361.92 361.92zM496 416c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-bucket-bold"]},"attrs":[{}],"properties":{"order":29069,"id":415,"name":"paint-bucket-bold","prevSize":16,"code":60480},"setIdx":3,"setId":3,"iconIdx":832},{"icon":{"paths":["M928 336h-64v-80c0-44.183-35.817-80-80-80v0h-576c-44.183 0-80 35.817-80 80v0 80h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h64v80c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-80h48v172l-390 111.2c-33.656 9.977-57.82 40.542-58 76.779l-0 0.021v136c0 26.51 21.49 48 48 48s48-21.49 48-48v0-123.8l390-111.4c33.656-9.977 57.82-40.542 58-76.779l0-0.021v-200c0-44.183-35.817-80-80-80v0zM768 496h-544v-224h544z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-roller-bold"]},"attrs":[{}],"properties":{"order":29070,"id":414,"name":"paint-roller-bold","prevSize":16,"code":60481},"setIdx":3,"setId":3,"iconIdx":833},{"icon":{"paths":["M814.28 204c-77.846-76.619-184.739-123.926-302.68-123.926-238.366 0-431.6 193.234-431.6 431.6 0 0.115 0 0.229 0 0.344l-0-0.018c0 178.88 110.4 329 288 391.76 14.293 5.218 30.794 8.235 48 8.235 79.527 0 143.997-64.468 144-143.995l0-0c0-26.51 21.49-48 48-48v0h184.84c0.2 0.001 0.436 0.002 0.672 0.002 68.022 0 124.963-47.44 139.542-111.039l0.186-0.962c6.848-28.89 10.774-62.061 10.774-96.148 0-1.228-0.005-2.455-0.015-3.681l0.001 0.188c-0.856-119.381-50.351-227.036-129.627-304.27l-0.093-0.090zM839.64 586.68c-4.94 21.449-23.872 37.201-46.482 37.201-0.112 0-0.223-0-0.335-0.001l0.017 0h-184.84c-79.529 0-144 64.471-144 144v0c-0.031 26.486-21.51 47.945-48 47.945-5.735 0-11.236-1.006-16.334-2.851l0.334 0.106c-66.6-23.52-122.6-63.040-161.92-114.24-38.747-50.494-62.092-114.576-62.092-184.11 0-0.96 0.004-1.919 0.013-2.876l-0.001 0.147c-0-0.005-0-0.012-0-0.018 0-184.344 148.455-334.014 332.333-335.98l0.187-0.002h3.48c184.261 0.774 333.615 149.132 335.998 332.934l0.002 0.226c0.007 0.838 0.012 1.829 0.012 2.821 0 26.539-3.051 52.366-8.821 77.148l0.449-2.288zM576 304c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM400 400c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM400 624c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM752 400c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["palette-bold"]},"attrs":[{}],"properties":{"order":29071,"id":413,"name":"palette-bold","prevSize":16,"code":60482},"setIdx":3,"setId":3,"iconIdx":834},{"icon":{"paths":["M911.4 854.080l-88-704c-5.104-39.708-38.697-70.080-79.383-70.080-0.006 0-0.012 0-0.018 0l-463.999-0c-0.005-0-0.011-0-0.017-0-40.686 0-74.278 30.372-79.341 69.68l-0.042 0.4-88 704c-0.393 2.979-0.617 6.423-0.617 9.92 0 44.183 35.817 80 80 80 0.006 0 0.012-0 0.018-0l162.759 0c0.073 0 0.16 0 0.246 0 37.030 0 68.166-25.234 77.15-59.445l0.124-0.556 79.72-308 79.64 307.76c9.114 34.901 40.359 60.24 77.521 60.24 0.028 0 0.055-0 0.083-0l162.756 0c0.005 0 0.011 0 0.017 0 44.183 0 80-35.817 80-80 0-3.497-0.224-6.941-0.659-10.32l0.042 0.4zM760 416.92c-29.13-17.074-49.634-46.171-54.764-80.302l-0.076-0.618h44.72zM729.88 176l8 64h-451.76l8-64zM274.12 336h44.72c-5.189 34.744-25.699 63.836-54.311 80.594l-0.529 0.286zM342.4 848h-132.28l40.56-324.44c89.697-19.459 157.121-94.667 164.592-186.82l0.048-0.74h48.68v41.88zM681.64 848l-121.64-470.12v-41.88h48.68c7.524 92.882 74.948 168.077 163.265 187.269l1.375 0.251 40.56 324.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pants-bold"]},"attrs":[{}],"properties":{"order":29072,"id":412,"name":"pants-bold","prevSize":16,"code":60483},"setIdx":3,"setId":3,"iconIdx":835},{"icon":{"paths":["M849.92 545.96l-328.24 328c-43.435 43.42-103.431 70.274-169.7 70.274-132.567 0-240.034-107.467-240.034-240.034 0-66.299 26.879-126.319 70.334-169.759l0.001-0.001 392.64-391.56c28.955-28.94 68.947-46.838 113.12-46.838 88.376 0 160.018 71.643 160.018 160.018 0 44.203-17.923 84.219-46.898 113.179l-0.001 0.001-0.68 0.64-383.2 368.88c-8.616 8.297-20.351 13.407-33.28 13.407-26.514 0-48.007-21.494-48.007-48.007 0-13.585 5.643-25.852 14.712-34.585l0.015-0.015 382.84-368.48c11.5-11.569 18.608-27.514 18.608-45.12 0-35.35-28.657-64.008-64.008-64.008-17.745 0-33.803 7.221-45.397 18.884l-0.003 0.003-392.64 391.44c-26.051 26.061-42.164 62.059-42.164 101.82 0 79.542 64.482 144.024 144.024 144.024 39.781 0 75.795-16.128 101.86-42.203l0-0 328.24-328c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paperclip-bold"]},"attrs":[{}],"properties":{"order":29073,"id":411,"name":"paperclip-bold","prevSize":16,"code":60484},"setIdx":3,"setId":3,"iconIdx":836},{"icon":{"paths":["M1008 512c-0.159 132.484-107.516 239.841-239.984 240l-592.016 0c-88.366 0-160-71.634-160-160s71.634-160 160-160v0h560c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-560c-35.346 0-64 28.654-64 64s28.654 64 64 64v0h592c79.529 0 144-64.471 144-144s-64.471-144-144-144v0h-448c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h448c132.484 0.159 239.841 107.516 240 239.984l0 0.016z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paperclip-horizontal-bold"]},"attrs":[{}],"properties":{"order":29074,"id":410,"name":"paperclip-horizontal-bold","prevSize":16,"code":60485},"setIdx":3,"setId":3,"iconIdx":837},{"icon":{"paths":["M965.68 792.8l-0.24-0.36-384.24-671.76c-14.005-24.432-39.931-40.627-69.64-40.627s-55.635 16.194-69.434 40.237l-0.206 0.39-383.6 672.12c-6.427 11.261-10.216 24.747-10.216 39.117 0 44.183 35.817 80 80 80 9.54 0 18.69-1.67 27.173-4.733l-0.557 0.176 356.8-122.44 357.8 122.44c8.002 2.926 17.24 4.625 26.873 4.64l0.007 0c44.072-0.146 79.742-35.907 79.742-80 0-14.404-3.807-27.919-10.469-39.594l0.207 0.393zM560 700v-220c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 219.72l-300.96 103.28 348.52-610.76 349.36 610.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paper-plane-bold"]},"attrs":[{}],"properties":{"order":29075,"id":409,"name":"paper-plane-bold","prevSize":16,"code":60486},"setIdx":3,"setId":3,"iconIdx":838},{"icon":{"paths":["M903.44 441.92l-672.24-383.6c-11.257-6.421-24.736-10.206-39.1-10.206-44.183 0-80 35.817-80 80 0 9.521 1.663 18.654 4.715 27.124l-0.176-0.558 122.44 356.84-122.44 357.8c-2.902 7.944-4.58 17.116-4.58 26.68 0 44.162 35.783 79.966 79.937 80l0.003 0c14.424-0.031 27.947-3.855 39.635-10.528l-0.395 0.208 0.36-0.24 672-384.28c24.413-14.009 40.591-39.925 40.591-69.62s-16.179-55.611-40.202-69.414l-0.389-0.206zM220.96 860.92l103.040-300.92h220c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-219.72l-103.28-300.96 610.76 348.52z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paper-plane-right-bold"]},"attrs":[{}],"properties":{"order":29076,"id":408,"name":"paper-plane-right-bold","prevSize":16,"code":60487},"setIdx":3,"setId":3,"iconIdx":839},{"icon":{"paths":["M920.56 103.44c-14.478-14.482-34.482-23.44-56.577-23.44-7.727 0-15.199 1.096-22.268 3.14l0.565-0.14-0.88 0.28-767.64 232.72c-33.619 9.975-57.722 40.59-57.722 76.836 0 31.728 18.47 59.142 45.244 72.076l0.478 0.208 337.28 160 160 337.28c12.923 27.251 40.21 45.76 71.82 45.76 0.063 0 0.127-0 0.19-0l-0.010 0c2.28 0 4.6 0 6.92-0.28 33.533-2.753 60.967-26.002 69.902-57.080l0.138-0.56 232.72-767.64c0.104-0.245 0.2-0.538 0.272-0.841l0.008-0.039c1.904-6.504 3-13.975 3-21.703 0-22.096-8.958-42.099-23.44-56.577l-0-0zM628 883.68l-134.88-284.76 181-181c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-181 181-284.8-134.92 699.68-212z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paper-plane-tilt-bold"]},"attrs":[{}],"properties":{"order":29077,"id":407,"name":"paper-plane-tilt-bold","prevSize":16,"code":60488},"setIdx":3,"setId":3,"iconIdx":840},{"icon":{"paths":["M944 480c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0c-238.477 0.273-431.727 193.523-432 431.974l-0 0.026c0.021 13.883 5.933 26.381 15.369 35.132l0.031 0.028 0.88 0.8c0.68 0.6 1.4 1.24 2.16 1.8l0.76 0.64 364.8 273.6v56h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-16v-56l364.8-273.6c11.711-8.85 19.2-22.75 19.2-38.4v0zM844.6 432h-126.080c-7.16-117.080-40-202.12-75.72-261.44 106.862 46.203 184.004 143.128 201.569 259.58l0.231 1.86zM401.68 432c10.92-156.96 74.32-239.56 110.32-274.48 36 34.92 99.4 117.52 110.32 274.48zM381.2 170.56c-36 59.32-68.56 144.36-75.72 261.44h-126.080c17.796-118.312 94.938-215.237 199.619-260.598l2.181-0.842zM272 528h192v144zM560 528h192l-192 144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["parachute-bold"]},"attrs":[{}],"properties":{"order":29078,"id":406,"name":"parachute-bold","prevSize":16,"code":60489},"setIdx":3,"setId":3,"iconIdx":841},{"icon":{"paths":["M832 144h-448c-150.221 0-272 121.779-272 272s121.779 272 272 272v0h144v144c0 26.51 21.49 48 48 48s48-21.49 48-48v0-592h64v592c0 26.51 21.49 48 48 48s48-21.49 48-48v0-592h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM528 592h-144c-97.202 0-176-78.798-176-176s78.798-176 176-176v0h144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paragraph-bold"]},"attrs":[{}],"properties":{"order":29079,"id":405,"name":"paragraph-bold","prevSize":16,"code":60490},"setIdx":3,"setId":3,"iconIdx":842},{"icon":{"paths":["M995.12 180.56c-14.401-22.132-39.018-36.56-67.004-36.56-0.041 0-0.081 0-0.122 0l0.006-0h-572.76c-0.003-0-0.007-0-0.011-0-32.285 0-60.103 19.124-72.744 46.662l-0.205 0.498-259.2 576c-4.454 9.651-7.051 20.942-7.051 32.84 0 44.173 35.801 79.984 79.97 80l572.762 0c0.003 0 0.007 0 0.011 0 32.285 0 60.103-19.124 72.744-46.662l0.205-0.498 259.2-576c4.48-9.648 7.093-20.943 7.093-32.847 0-16.153-4.811-31.182-13.079-43.732l0.185 0.299zM658.4 784h-537.6l244.8-544h537.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["parallelogram-bold"]},"attrs":[{}],"properties":{"order":29080,"id":404,"name":"parallelogram-bold","prevSize":16,"code":60491},"setIdx":3,"setId":3,"iconIdx":843},{"icon":{"paths":["M928 752h-112v-64h80c26.507-0.004 47.993-21.493 47.993-48 0-4.134-0.523-8.146-1.505-11.973l0.072 0.333-128-512c-5.402-21.035-24.195-36.331-46.56-36.331s-41.158 15.296-46.487 35.998l-0.073 0.333-128 512c-0.91 3.495-1.433 7.506-1.433 11.64 0 26.507 21.486 47.996 47.992 48l80 0v64h-256v-48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0-48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-336c-26.51 0-48 21.49-48 48s21.49 48 48 48v0 48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0 48h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h832c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM768 325.92l66.52 266.080h-133.040zM224 560h144v48h-144zM224 704h144v48h-144zM464 400c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM464 240c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["park-bold"]},"attrs":[{}],"properties":{"order":29081,"id":403,"name":"park-bold","prevSize":16,"code":60492},"setIdx":3,"setId":3,"iconIdx":844},{"icon":{"paths":["M192 224v576c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-576c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM522.92 426.8l-58.92 19.12v-61.92c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 61.92l-58.92-19.12c-4.744-1.723-10.22-2.72-15.928-2.72-26.51 0-48 21.49-48 48 0 21.621 14.295 39.903 33.948 45.911l0.34 0.089 58.88 19.16-36.4 50.080c-5.73 7.811-9.17 17.614-9.17 28.22 0 26.515 21.495 48.010 48.010 48.010 15.909 0 30.010-7.738 38.746-19.655l0.094-0.135 36.4-50.080 36.4 50.080c8.83 12.052 22.931 19.79 38.84 19.79 26.515 0 48.010-21.495 48.010-48.010 0-10.606-3.439-20.409-9.264-28.354l0.094 0.134-36.4-50.080 58.88-19.16c19.994-6.097 34.288-24.379 34.288-46 0-26.51-21.49-48-48-48-5.709 0-11.184 0.997-16.263 2.825l0.335-0.105zM967.4 457.6c-6.453-19.404-24.444-33.15-45.645-33.15-5.303 0-10.405 0.86-15.174 2.448l0.339-0.098-58.92 19.12v-61.92c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 61.92l-58.92-19.12c-4.744-1.723-10.22-2.72-15.928-2.72-26.51 0-48 21.49-48 48 0 21.621 14.295 39.903 33.948 45.911l0.34 0.089 58.88 19.16-36.4 50.080c-5.73 7.811-9.17 17.614-9.17 28.22 0 26.515 21.495 48.010 48.010 48.010 15.909 0 30.010-7.738 38.746-19.655l0.094-0.135 36.4-50.080 36.4 50.080c8.83 12.052 22.931 19.79 38.84 19.79 26.515 0 48.010-21.495 48.010-48.010 0-10.606-3.439-20.409-9.264-28.354l0.094 0.134-36.4-50.080 58.88-19.16c19.423-6.442 33.186-24.442 33.186-45.657 0-5.298-0.858-10.396-2.444-15.162l0.098 0.339z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["password-bold"]},"attrs":[{}],"properties":{"order":29082,"id":402,"name":"password-bold","prevSize":16,"code":60493},"setIdx":3,"setId":3,"iconIdx":845},{"icon":{"paths":["M800 656c-62.294 0.090-115.325 39.644-135.441 94.996l-0.319 1.004h-376.24c-61.856 0-112-50.144-112-112s50.144-112 112-112v0h384c97.202 0 176-78.798 176-176s-78.798-176-176-176v0h-384c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h384c44.183 0 80 35.817 80 80s-35.817 80-80 80v0h-384c-114.875 0-208 93.125-208 208s93.125 208 208 208v0h376.24c20.365 56.408 73.441 96 135.765 96 79.529 0 144-64.471 144-144s-64.471-144-144-144c-0.002 0-0.003 0-0.005 0l0-0zM800 848c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["path-bold"]},"attrs":[{}],"properties":{"order":29083,"id":401,"name":"path-bold","prevSize":16,"code":60494},"setIdx":3,"setId":3,"iconIdx":846},{"icon":{"paths":["M680 144c-0.041-0-0.090-0-0.139-0-77.222 0-147.507 29.699-200.057 78.299l0.196-0.179c-1.052-43.367-36.456-78.12-79.978-78.12-0.008 0-0.016 0-0.023 0l-143.999-0c-44.183 0-80 35.817-80 80v0 608c0 44.183 35.817 80 80 80v0h144c44.183 0 80-35.817 80-80v0-174c52.516 48.355 122.911 78 200.23 78 163.476 0 296-132.524 296-296s-132.524-296-296-296c-0.081 0-0.162 0-0.242 0l0.013-0zM384 816h-112v-576h112zM680 640c-110.457 0-200-89.543-200-200s89.543-200 200-200c110.457 0 200 89.543 200 200v0c-0.136 110.402-89.598 199.863-199.987 200l-0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["patreon-logo-bold"]},"attrs":[{}],"properties":{"order":29084,"id":400,"name":"patreon-logo-bold","prevSize":16,"code":60495},"setIdx":3,"setId":3,"iconIdx":847},{"icon":{"paths":["M800 112h-160c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h160c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM784 816h-128v-608h128zM384 112h-160c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h160c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM368 816h-128v-608h128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pause-bold"]},"attrs":[{}],"properties":{"order":29085,"id":399,"name":"pause-bold","prevSize":16,"code":60496},"setIdx":3,"setId":3,"iconIdx":848},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM464 384v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-256c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM656 384v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-256c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pause-circle-bold"]},"attrs":[{}],"properties":{"order":29086,"id":398,"name":"pause-circle-bold","prevSize":16,"code":60497},"setIdx":3,"setId":3,"iconIdx":849},{"icon":{"paths":["M944 432c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM272 432c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0zM368 336c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM656 336c53.019 0 96-42.981 96-96s-42.981-96-96-96c-53.019 0-96 42.981-96 96v0c0 53.019 42.981 96 96 96v0zM848 736c0 0.011 0 0.023 0 0.035 0 97.202-78.798 176-176 176-24.7 0-48.211-5.088-69.543-14.273l1.143 0.438c-27.076-11.459-58.56-18.119-91.6-18.119s-64.524 6.66-93.184 18.71l1.584-0.591c-20.221 8.778-43.773 13.885-68.518 13.885-97.202 0-176-78.798-176-176 0-66.461 36.838-124.318 91.209-154.266l0.909-0.459c28.733-16.161 50.113-42.529 59.416-74.074l0.224-0.886c23.991-80.604 97.429-138.377 184.36-138.377s160.369 57.773 184.012 137.018l0.348 1.359c9.531 32.429 30.91 58.795 59.013 74.635l0.627 0.325c55.209 30.422 91.992 88.235 92 154.639l0 0.001zM752 736c0-0.007 0-0.015 0-0.023 0-30.245-16.783-56.569-41.545-70.168l-0.415-0.209-0.4-0.24c-50.766-28.393-88.575-74.834-105.082-130.437l-0.398-1.563c-12.018-40.267-48.72-69.12-92.16-69.12s-80.142 28.853-91.985 68.44l-0.175 0.68c-16.854 57.248-54.675 103.766-104.366 131.626l-1.114 0.574-0.4 0.24c-24.996 13.858-41.635 40.086-41.635 70.201 0 44.069 35.632 79.815 79.657 79.999l0.018 0c0.066 0 0.144 0 0.221 0 11.192 0 21.84-2.325 31.49-6.518l-0.511 0.198h0.52c37.911-16.096 82.003-25.452 128.28-25.452s90.369 9.356 130.488 26.279l-2.208-0.827h0.52c9.138 3.995 19.787 6.32 30.979 6.32 0.078 0 0.156-0 0.233-0l-0.012 0c44.183 0 80-35.817 80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paw-print-bold"]},"attrs":[{}],"properties":{"order":29087,"id":397,"name":"paw-print-bold","prevSize":16,"code":60498},"setIdx":3,"setId":3,"iconIdx":850},{"icon":{"paths":["M893.080 364.32c-21.003-26.805-46.993-48.668-76.705-64.453l-1.295-0.627c-11.025-123.304-113.849-219.229-239.079-219.24l-240.001-0c-37.288 0.006-68.615 25.522-77.479 60.045l-0.121 0.555-144 576c-1.517 5.824-2.388 12.51-2.388 19.4 0 44.179 35.81 79.993 79.987 80l89.561 0-7.16 28.6c-1.517 5.824-2.388 12.51-2.388 19.4 0 44.179 35.81 79.993 79.987 80l126.001 0c37.288-0.006 68.615-25.522 77.479-60.045l0.121-0.555 32.92-131.4h115.48c132.538-0.014 239.976-107.46 239.976-240 0-55.93-19.131-107.391-51.207-148.197l0.391 0.517zM348.52 176h227.48c0.123-0 0.268-0.001 0.413-0.001 45.839 0 86.643 21.556 112.829 55.084l0.238 0.317c9.248 11.684 16.87 25.208 22.199 39.834l0.321 1.006c-2.64 0-5.24-0.24-8-0.24h-224c-37.288 0.006-68.615 25.522-77.479 60.045l-0.121 0.555-96.84 387.4h-93.040zM711.56 368.2c-20.33 56.291-73.299 95.8-135.496 95.8-0.023 0-0.045-0-0.068-0l-107.476 0 24-96h211.48c2.48 0 5.040 0 7.56 0.2zM843.56 546.92c-16.082 63.134-72.433 109.080-139.514 109.080-0.016 0-0.032-0-0.048-0l-127.997 0c-37.288 0.006-68.615 25.522-77.479 60.045l-0.121 0.555-32.84 131.4h-93.040l72-288h131.48c0.077 0 0.169 0 0.26 0 101.92 0 188.974-63.647 223.584-153.363l0.555-1.637c29.244 26.539 47.533 64.696 47.533 107.124 0 12.355-1.551 24.349-4.469 35.795l0.216-1z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paypal-logo-bold"]},"attrs":[{}],"properties":{"order":29088,"id":396,"name":"paypal-logo-bold","prevSize":16,"code":60499},"setIdx":3,"setId":3,"iconIdx":851},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM848 512c0 0.175 0.001 0.381 0.001 0.588 0 55.003-13.307 106.898-36.876 152.642l0.876-1.87-252-176.36v-307.52c163.657 24.497 287.768 163.98 288 332.495l0 0.025zM464 179.48v307.52l-252 176.36c-22.825-44.132-36.208-96.333-36.208-151.659 0-168.652 124.36-308.258 286.382-332.12l1.826-0.221zM267.32 741.92l196.68-137.72v240.32c-78.16-11.612-146.083-48.708-196.514-102.421l-0.166-0.179zM560 844.52v-240.32l196.68 137.72c-50.597 53.892-118.52 90.988-194.841 102.375l-1.839 0.225z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["peace-bold"]},"attrs":[{}],"properties":{"order":29089,"id":395,"name":"peace-bold","prevSize":16,"code":60500},"setIdx":3,"setId":3,"iconIdx":852},{"icon":{"paths":["M920.6 282.16l-178.76-178.72c-14.476-14.472-34.473-23.423-56.56-23.423s-42.084 8.951-56.56 23.423l-493.28 493.24c-14.479 14.393-23.44 34.322-23.44 56.345 0 0.076 0 0.151 0 0.227l-0-0.012v178.76c0 44.183 35.817 80 80 80v0h178.76c0.069 0 0.15 0 0.232 0 22.017 0 41.942-8.962 56.324-23.436l0.004-0.004 317.84-317.8 16.64 55.56-139.72 139.72c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l160-160c8.674-8.684 14.038-20.676 14.038-33.921 0-4.936-0.745-9.698-2.129-14.179l0.090 0.34-39.76-132.52 98.36-98.36c14.484-14.478 23.443-34.483 23.443-56.58 0-22.137-8.991-42.174-23.521-56.658l-0.002-0.002zM260 608l284-284 156 156-284 284zM208 692l124 124h-124zM768 412l-156-156 73.36-73.36 156 156z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pen-bold"]},"attrs":[{}],"properties":{"order":29090,"id":394,"name":"pen-bold","prevSize":16,"code":60501},"setIdx":3,"setId":3,"iconIdx":853},{"icon":{"paths":["M920.56 282.16l-178.72-178.76c-14.478-14.484-34.483-23.443-56.58-23.443s-42.102 8.959-56.58 23.443l-493.24 493.28c-14.479 14.387-23.44 34.311-23.44 56.328 0 0.081 0 0.163 0 0.244l-0-0.013v178.76c0 44.183 35.817 80 80 80v0h178.76c0.064 0 0.139 0 0.215 0 22.023 0 41.952-8.961 56.341-23.436l0.004-0.004 493.24-493.28c14.472-14.476 23.423-34.473 23.423-56.56s-8.951-42.084-23.423-56.56l0 0zM372 720l284-284 44 44-284 284zM304 652l-44-44 284-284 44 44zM208 692l124 124h-124zM768 412l-156-156 73.36-73.36 156 156z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-bold"]},"attrs":[{}],"properties":{"order":29091,"id":393,"name":"pencil-bold","prevSize":16,"code":60502},"setIdx":3,"setId":3,"iconIdx":854},{"icon":{"paths":["M817.48 206.4c-78.245-78.296-186.367-126.727-305.8-126.727-238.764 0-432.32 193.556-432.32 432.32s193.556 432.32 432.32 432.32c238.761 0 432.316-193.552 432.32-432.313l-0 0c-0.003-119.332-48.349-227.371-126.522-305.602l0.002 0.002zM368 800c0-26.51 21.49-48 48-48s48 21.49 48 48v0 44.44c-35.812-5.229-68.139-15.341-98.003-29.752l2.003 0.872zM560 800c0-26.51 21.49-48 48-48s48 21.49 48 48v0 15.56c-27.861 13.539-60.188 23.651-94.177 28.659l-1.823 0.221zM424.56 592h174.88l30.28 65.68c-6.496-1.040-13.985-1.633-21.613-1.633-37.008 0-70.751 13.98-96.236 36.947l0.129-0.114c-25.351-22.833-59.079-36.799-96.069-36.799-7.641 0-15.144 0.596-22.463 1.744l0.812-0.105zM468.88 496l43.12-93.52 43.12 93.52zM752 747.16v-43.16c-0.032-7.258-1.65-14.131-4.525-20.299l0.125 0.299-192-416c-7.786-16.619-24.373-27.924-43.6-27.924s-35.814 11.305-43.476 27.63l-0.124 0.294-192 416c-2.75 5.869-4.368 12.742-4.4 19.989l-0 0.011v43.080c-59.363-60.552-96-143.573-96-235.151 0-185.568 150.432-336 336-336s336 150.432 336 336c0 91.578-36.637 174.599-96.054 235.206l0.054-0.055z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-circle-bold"]},"attrs":[{}],"properties":{"order":29092,"id":392,"name":"pencil-circle-bold","prevSize":16,"code":60503},"setIdx":3,"setId":3,"iconIdx":855},{"icon":{"paths":["M920.6 282.16l-178.76-178.72c-14.476-14.472-34.473-23.423-56.56-23.423s-42.084 8.951-56.56 23.423l-493.28 493.24c-14.479 14.393-23.44 34.322-23.44 56.345 0 0.076 0 0.151 0 0.227l-0-0.012v178.76c0 44.183 35.817 80 80 80v0h672c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-364l420.6-420.68c14.484-14.478 23.443-34.483 23.443-56.58s-8.959-42.102-23.443-56.58l-0-0zM544 324l44 44-284 284-44-44zM208 816v-124l124 124zM416 764l-44-44 284-284 44 44zM768 412l-156-156 73.36-73.36 156 156z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-line-bold"]},"attrs":[{}],"properties":{"order":29093,"id":391,"name":"pencil-line-bold","prevSize":16,"code":60504},"setIdx":3,"setId":3,"iconIdx":856},{"icon":{"paths":["M920.56 282.16l-178.72-178.76c-14.478-14.484-34.483-23.443-56.58-23.443s-42.102 8.959-56.58 23.443l-493.24 493.28c-14.479 14.387-23.44 34.311-23.44 56.328 0 0.081 0 0.163 0 0.244l-0-0.013v178.76c0 44.183 35.817 80 80 80v0h178.76c0.064 0 0.139 0 0.215 0 22.023 0 41.952-8.961 56.341-23.436l0.004-0.004 493.24-493.28c14.472-14.476 23.423-34.473 23.423-56.56s-8.951-42.084-23.423-56.56l0 0zM364 816h-156v-156l336-336 156 156zM768 412l-156-156 73.36-73.36 156 156z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-simple-bold"]},"attrs":[{}],"properties":{"order":29094,"id":390,"name":"pencil-simple-bold","prevSize":16,"code":60505},"setIdx":3,"setId":3,"iconIdx":857},{"icon":{"paths":["M920.6 282.16l-178.76-178.72c-14.476-14.472-34.473-23.423-56.56-23.423s-42.084 8.951-56.56 23.423l-493.28 493.24c-14.479 14.393-23.44 34.322-23.44 56.345 0 0.076 0 0.151 0 0.227l-0-0.012v178.76c0 44.183 35.817 80 80 80v0h672c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-364l420.6-420.68c14.484-14.478 23.443-34.483 23.443-56.58s-8.959-42.102-23.443-56.58l-0-0zM364 816h-156v-156l336-336 156 156zM768 412l-156-156 73.36-73.36 156 156z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-simple-line-bold"]},"attrs":[{}],"properties":{"order":29095,"id":389,"name":"pencil-simple-line-bold","prevSize":16,"code":60506},"setIdx":3,"setId":3,"iconIdx":858},{"icon":{"paths":["M227.52 127.72c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 182.56 200.8-203.6 203.6c-14.479 14.393-23.44 34.322-23.44 56.345 0 0.076 0 0.151 0 0.227l-0-0.012v178.76c0 44.183 35.817 80 80 80v0h178.76c0.069 0 0.15 0 0.232 0 22.017 0 41.942-8.962 56.324-23.436l0.004-0.004 189.72-189.68 179.48 197.4c8.834 9.925 21.644 16.146 35.907 16.146 26.51 0 48-21.49 48-48 0-12.651-4.894-24.159-12.893-32.734l0.026 0.028zM364 816h-156v-156l195.68-195.68 148.72 163.56zM920.6 282.16l-178.76-178.72c-14.476-14.472-34.473-23.423-56.56-23.423s-42.084 8.951-56.56 23.423l-144 144c-8.574 8.667-13.87 20.591-13.87 33.751 0 26.51 21.49 48 48 48 8.865 0 17.169-2.403 24.295-6.594l-0.225 0.122 157.080 157.28-2.16 2.12c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l154.68-154.68c14.544-14.488 23.543-34.533 23.543-56.68 0-22.107-8.967-42.12-23.462-56.599l-0.001-0.001zM768 412l-156-156 73.36-73.36 156 156z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-simple-slash-bold"]},"attrs":[{}],"properties":{"order":29096,"id":388,"name":"pencil-simple-slash-bold","prevSize":16,"code":60507},"setIdx":3,"setId":3,"iconIdx":859},{"icon":{"paths":["M227.52 127.72c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 182.56 200.8-203.6 203.6c-14.479 14.393-23.44 34.322-23.44 56.345 0 0.076 0 0.151 0 0.227l-0-0.012v178.76c0 44.183 35.817 80 80 80v0h178.76c0.069 0 0.15 0 0.232 0 22.017 0 41.942-8.962 56.324-23.436l0.004-0.004 189.72-189.68 179.48 197.4c8.834 9.925 21.644 16.146 35.907 16.146 26.51 0 48-21.49 48-48 0-12.651-4.894-24.159-12.893-32.734l0.026 0.028zM445.72 510.44l-173.72 173.56-44-44 176-175.8zM208 756l60 60h-60zM384 796l-44-44 170.48-170.48 42.040 46.24zM920.6 282.16l-178.76-178.72c-14.476-14.472-34.473-23.423-56.56-23.423s-42.084 8.951-56.56 23.423l-144 144c-8.574 8.667-13.87 20.591-13.87 33.751 0 26.51 21.49 48 48 48 8.865 0 17.169-2.403 24.295-6.594l-0.225 0.122 45.4 45.28c-7.254 8.362-11.674 19.352-11.674 31.375 0 26.51 21.49 48 48 48 12.013 0 22.995-4.413 31.414-11.706l-0.060 0.051 44 44.28-2.16 2.12c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l154.68-154.68c14.544-14.488 23.543-34.533 23.543-56.68 0-22.107-8.967-42.12-23.462-56.599l-0.001-0.001zM768 412l-156-156 73.36-73.36 156 156z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-slash-bold"]},"attrs":[{}],"properties":{"order":29097,"id":387,"name":"pencil-slash-bold","prevSize":16,"code":60508},"setIdx":3,"setId":3,"iconIdx":860},{"icon":{"paths":["M976 402.72c0-0.064 0-0.139 0-0.215 0-22.023-8.961-41.952-23.436-56.341l-0.004-0.004-274.72-274.76c-14.478-14.484-34.483-23.443-56.58-23.443s-42.102 8.959-56.58 23.443l-111.28 111.28-228.96 85.88c-26.502 10.13-45.954 33.208-50.773 61.285l-0.067 0.475-92.96 557.68c-0.427 2.405-0.671 5.174-0.671 8 0 26.51 21.49 48 48 48 0.011 0 0.022-0 0.033-0l-0.002 0c0.065 0 0.141 0 0.218 0 2.749 0 5.443-0.233 8.064-0.68l-0.281 0.040 557.8-93c28.519-4.935 51.57-24.348 61.574-50.251l0.186-0.549 85.84-229 111.28-111.28c14.407-14.375 23.321-34.251 23.321-56.209 0-0.123-0-0.247-0.001-0.37l0 0.019zM668.8 757.2l-400.8 66.8 132-132c16.44 7.607 35.68 12.044 55.956 12.044 75.111 0 136-60.889 136-136s-60.889-136-136-136c-75.111 0-136 60.889-136 136 0 20.276 4.437 39.515 12.393 56.801l-0.349-0.845-132 132 66.8-400.8 201.2-75.44 276.2 276.24zM416 568c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0zM800 476l-252-252 73.36-73.36 252 252z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pen-nib-bold"]},"attrs":[{}],"properties":{"order":29098,"id":386,"name":"pen-nib-bold","prevSize":16,"code":60509},"setIdx":3,"setId":3,"iconIdx":861},{"icon":{"paths":["M903.68 488.44c-0.4-0.76-0.76-1.48-1.2-2.24l-118.48-210.8v-147.4c0-44.183-35.817-80-80-80v0h-384c-44.183 0-80 35.817-80 80v0 147.48l-118.48 210.72c-0.393 0.63-0.794 1.378-1.148 2.152l-0.052 0.128c-5.255 10.332-8.334 22.531-8.334 35.45 0 17.849 5.878 34.325 15.803 47.599l-0.149-0.208c0.36 0.52 0.72 1 1.12 1.48l345.76 433.16c8.87 11.035 22.367 18.038 37.5 18.038s28.63-7.003 37.427-17.944l0.073-0.093 345.72-433.16c0.4-0.48 0.76-0.96 1.12-1.48 9.776-13.074 15.653-29.558 15.653-47.415 0-12.923-3.078-25.128-8.541-35.92l0.209 0.455zM688 144v96h-352v-96zM512 576c-22.091 0-40-17.909-40-40s17.909-40 40-40c22.091 0 40 17.909 40 40v0c0 22.091-17.909 40-40 40v0zM560 838.96v-175.72c51.865-19.963 88-69.385 88-127.248 0-75.111-60.889-136-136-136s-136 60.889-136 136c0 57.863 36.135 107.285 87.070 126.932l0.93 0.315v175.68l-252.68-316.56 104.68-186.36h392l104.76 186.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pen-nib-straight-bold"]},"attrs":[{}],"properties":{"order":29099,"id":385,"name":"pen-nib-straight-bold","prevSize":16,"code":60510},"setIdx":3,"setId":3,"iconIdx":862},{"icon":{"paths":["M972 359.32c-10.651-32.366-40.607-55.32-75.923-55.32-0.027 0-0.054 0-0.081 0l-232.596-0-75.2-231.8c-10.405-32.754-40.545-56.070-76.131-56.070-35.512 0-65.601 23.22-75.912 55.306l-0.157 0.564-75.4 232h-232.6c-44.181 0.002-79.996 35.818-79.996 80 0 26.605 12.987 50.176 32.967 64.721l0.229 0.159 188.4 135.56-72.28 222.8c-2.486 7.387-3.92 15.893-3.92 24.735 0 44.183 35.817 80 80 80 17.611 0 33.893-5.691 47.107-15.333l-0.227 0.158 191.72-137.96 191.56 137.8c13.015 9.547 29.349 15.277 47.021 15.277 44.183 0 80-35.817 80-80 0-8.82-1.427-17.307-4.064-25.242l0.163 0.565-72.28-222.8 188.6-135.68c20.054-14.716 32.927-38.197 32.927-64.685 0-8.849-1.437-17.363-4.090-25.32l0.163 0.565zM512 148.44l50.48 155.56h-100.96zM177.68 400h151.76l-28.72 88.52zM303.72 790.4l47.72-147.12 78.36 56.4zM382.56 547.4l48-147.4h163.28l48 147.4-129.84 93.16zM594.2 699.68l78.36-56.4 47.72 147.12zM723.28 488.52l-28.72-88.52h151.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pentagram-bold"]},"attrs":[{}],"properties":{"order":29100,"id":384,"name":"pentagram-bold","prevSize":16,"code":60511},"setIdx":3,"setId":3,"iconIdx":863},{"icon":{"paths":["M682.24 147.28c-20.591-76.092-88.968-131.17-170.227-131.28l-0.013-0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c28.854 0.044 54.122 15.357 68.161 38.29l0.199 0.35c-122.351 28.368-212.178 136.348-212.36 265.34l-0 0.020c0 86.96-23.32 160.56-69.28 218.76-48.88 61.88-124.72 108.32-225.36 137.96-33.561 10.012-57.61 40.599-57.61 76.803 0 39.381 28.455 72.116 65.927 78.766l0.483 0.071c54.88 9.951 118.042 15.642 182.534 15.642 0.656 0 1.313-0.001 1.969-0.002l-0.102 0c166.44 0 352-37.52 480.84-145.52 109.24-91.6 164.6-220.28 164.6-382.48v0c-0.182-135.248-98.888-247.388-228.187-268.508l-1.573-0.212zM640 240c71.735 0.019 133.438 42.951 160.835 104.52l0.445 1.12-33.28 16.68-106.52-53.28c-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126-106.52 53.28-33.28-16.68c27.842-62.689 89.545-105.622 161.278-105.64l0.002-0zM685.72 724.92c-69.6 58.36-169.32 97.88-288.4 114.32-39.553 5.515-85.25 8.663-131.683 8.663-35.627 0-70.82-1.854-105.49-5.469l4.332 0.366c186.72-74.040 289.12-210.16 298.72-397.56l27.32 13.68c6.262 3.179 13.653 5.041 21.48 5.041s15.218-1.862 21.756-5.168l-0.276 0.127 106.52-53.28 106.52 53.28c6.262 3.179 13.653 5.041 21.48 5.041s15.218-1.862 21.756-5.168l-0.276 0.127 25.72-12.88c-6.24 118.24-49.68 211.96-129.48 278.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pepper-bold"]},"attrs":[{}],"properties":{"order":29101,"id":383,"name":"pepper-bold","prevSize":16,"code":60512},"setIdx":3,"setId":3,"iconIdx":864},{"icon":{"paths":["M833.96 257.88l-576 576c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l576-576c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0zM190.88 417.080c-28.92-28.949-46.806-68.926-46.806-113.080 0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160-0.026 0-0.052-0-0.078-0l0.004 0c-0.116 0-0.253 0-0.391 0-44.065 0-83.94-17.939-112.721-46.912l-0.009-0.009zM240 304c-0 0.009-0 0.019-0 0.030 0 35.346 28.654 64 64 64s64-28.654 64-64c0-35.346-28.654-64-64-64-17.666 0-33.66 7.157-45.24 18.731l0-0c-11.588 11.504-18.76 27.441-18.76 45.054 0 0.065 0 0.131 0 0.196l-0-0.010zM880 720c-0.003 88.363-71.637 159.994-160 159.994-88.366 0-160-71.634-160-160s71.634-160 160-160c44.174 0 84.167 17.902 113.12 46.846l-0-0c28.958 28.78 46.881 68.633 46.881 112.673 0 0.171-0 0.342-0.001 0.513l0-0.027zM784 720c0-0.067 0-0.147 0-0.226 0-17.613-7.173-33.55-18.757-45.050l-0.004-0.004c-11.58-11.573-27.574-18.73-45.24-18.73-35.346 0-64 28.654-64 64s28.654 64 64 64c35.343 0 63.994-28.648 64-63.989l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["percent-bold"]},"attrs":[{}],"properties":{"order":29102,"id":382,"name":"percent-bold","prevSize":16,"code":60513},"setIdx":3,"setId":3,"iconIdx":865},{"icon":{"paths":["M941.6 347.4c-9.052-43.329-46.933-75.409-92.307-75.409-0.455 0-0.909 0.003-1.362 0.010l0.069-0.001h-245.64c32.829-26.612 53.64-66.936 53.64-112.121 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 45.185 20.811 85.509 53.372 111.91l0.268 0.211h-245.64c-52.917 0.135-95.762 43.064-95.762 96 0 38.421 22.571 71.57 55.176 86.912l0.586 0.248 0.76 0.36 190.52 84-80.24 304.48c-4.42 10.639-6.987 22.997-6.987 35.955 0 38.291 22.418 71.346 54.846 86.756l0.582 0.249c11.851 5.706 25.768 9.040 40.464 9.040 0.020 0 0.039-0 0.059-0l-0.003 0c0.050 0 0.109 0 0.169 0 37.406 0 69.816-21.394 85.66-52.613l0.252-0.547 89.92-155.2 90.040 155.2c16.067 31.852 48.521 53.317 85.989 53.317 53.019 0 96-42.981 96-96 0-13.034-2.598-25.461-7.303-36.793l0.234 0.636-80-304.6 191.28-84.36c33.195-15.053 55.868-47.903 55.868-86.048 0-7.66-0.914-15.106-2.639-22.235l0.132 0.643zM512 112c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM620.64 468c-17.001 7.636-28.626 24.418-28.626 43.916 0 4.295 0.564 8.458 1.622 12.419l-0.076-0.335 91.48 348c0.832 3.092 1.828 5.751 3.043 8.285l-0.123-0.285c-0.6-1.28-1.28-2.56-2-3.8l-132.44-228.2c-8.465-14.401-23.881-23.915-41.52-23.915s-33.055 9.514-41.398 23.69l-0.122 0.225-132.44 228.2c-0.72 1.24-1.4 2.52-2 3.8 1.092-2.249 2.088-4.908 2.842-7.667l0.078-0.333 91.48-347.68c0.982-3.626 1.546-7.789 1.546-12.084 0-19.498-11.625-36.28-28.323-43.794l-0.303-0.122-227.36-100.32h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-arms-spread-bold"]},"attrs":[{}],"properties":{"order":29103,"id":381,"name":"person-arms-spread-bold","prevSize":16,"code":60514},"setIdx":3,"setId":3,"iconIdx":866},{"icon":{"paths":["M885.16 525.36l-180.48-204.6c-25.306-28.655-61.587-47.113-102.199-48.751l-0.281-0.009c32.922-26.612 53.8-66.992 53.8-112.25 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 45.257 20.878 85.638 53.528 112.037l0.272 0.213c-40.893 1.647-77.174 20.105-102.346 48.605l-0.134 0.155-180.48 204.6c-16.652 17.242-26.913 40.75-26.913 66.655 0 53.019 42.981 96 96 96 25.447 0 48.582-9.901 65.762-26.062l-0.050 0.046 26.92-21.56-53.6 203.56c-4.473 10.696-7.071 23.125-7.071 36.161 0 53.019 42.981 96 96 96 37.501 0 69.979-21.502 85.779-52.85l0.252-0.551 90.080-155.16 90.080 155.16c11.041 21.99 29.692 38.797 52.42 47.187l0.66 0.213c9.776 3.675 21.075 5.803 32.871 5.803 53.019 0 96-42.981 96-96 0-12.961-2.568-25.321-7.224-36.601l0.233 0.638-53.6-203.56 26.92 21.56c17.13 16.114 40.265 26.015 65.713 26.015 53.019 0 96-42.981 96-96 0-25.905-10.261-49.414-26.94-66.683l0.027 0.028zM512 112c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM812 588.48l-142.080-113.96c-8.144-6.572-18.619-10.549-30.024-10.549-26.51 0-48 21.49-48 48 0 4.348 0.578 8.56 1.661 12.565l-0.077-0.336 91.6 347.8c0.841 3.099 1.837 5.757 3.046 8.294l-0.126-0.294c-0.71-1.623-1.378-2.936-2.11-4.208l0.11 0.208-132.48-228c-8.465-14.401-23.881-23.915-41.52-23.915s-33.055 9.514-41.398 23.69l-0.122 0.225-132.48 228c-0.622 1.064-1.29 2.377-1.892 3.727l-0.108 0.273c1.057-2.223 2.053-4.881 2.83-7.629l0.090-0.371 91.48-347.68c1.006-3.669 1.584-7.882 1.584-12.229 0-26.51-21.49-48-48-48-11.405 0-21.88 3.977-30.116 10.621l0.092-0.072-141.96 113.84c-1.468 1.141-2.772 2.28-4.009 3.488l0.009-0.008c0.72-0.68 1.4-1.44 2.080-2.16l181.24-205.56c8.838-9.98 21.683-16.24 35.99-16.24 0.003 0 0.007 0 0.010 0l169.359-0c0.003-0 0.006-0 0.010-0 14.307 0 27.152 6.26 35.946 16.19l0.044 0.050 181.28 205.56c0.68 0.72 1.36 1.48 2.080 2.16-1.237-1.198-2.554-2.337-3.933-3.4l-0.107-0.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-bold"]},"attrs":[{}],"properties":{"order":29104,"id":380,"name":"person-bold","prevSize":16,"code":60515},"setIdx":3,"setId":3,"iconIdx":867},{"icon":{"paths":["M672 336c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM672 176c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM808 544c-92.784 0-168 75.216-168 168s75.216 168 168 168c92.784 0 168-75.216 168-168v0c0-92.784-75.216-168-168-168v0zM808 784c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM216 544c-92.784 0-168 75.216-168 168s75.216 168 168 168c92.784 0 168-75.216 168-168v0c0-92.784-75.216-168-168-168v0zM216 784c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM752 512h-144c-0.011 0-0.024 0-0.038 0-13.245 0-25.238-5.365-33.923-14.040l-94.040-93.96-60 60 126.080 126.040c8.604 8.672 13.92 20.616 13.92 33.802 0 0.056-0 0.111-0 0.167l0-0.009v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-172l-145.96-146.040c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 128-128c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 113.96 114.040h124c26.51 0 48 21.49 48 48s-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-bike-bold"]},"attrs":[{}],"properties":{"order":29105,"id":379,"name":"person-simple-bike-bold","prevSize":16,"code":60516},"setIdx":3,"setId":3,"iconIdx":868},{"icon":{"paths":["M512 336c79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144v0c0 79.529 64.471 144 144 144v0zM512 144c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM937.16 552.68c-8.538 14.070-23.775 23.327-41.173 23.327-9.125 0-17.655-2.546-24.919-6.967l0.212 0.12c-1.28-0.76-129.48-75.68-311.28-87.52v108l244 274.36c7.552 8.466 12.166 19.694 12.166 32 0 26.602-21.565 48.166-48.166 48.166-14.296 0-27.137-6.228-35.958-16.119l-0.042-0.048-220-247.64-220 247.64c-8.863 9.938-21.704 16.166-36 16.166-26.602 0-48.166-21.565-48.166-48.166 0-12.306 4.615-23.534 12.208-32.048l-0.042 0.048 244-274.36v-108c-182.88 11.8-309.92 86.72-311.28 87.56-7.050 4.298-15.578 6.842-24.7 6.842-26.511 0-48.002-21.491-48.002-48.002 0-17.389 9.246-32.618 23.090-41.040l0.212-0.12c7-4.24 174.080-102.88 408.68-102.88s401.68 98.64 408.68 102.84c14.060 8.54 23.309 23.771 23.309 41.163 0 9.113-2.539 17.633-6.949 24.89l0.12-0.213z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-bold"]},"attrs":[{}],"properties":{"order":29106,"id":378,"name":"person-simple-bold","prevSize":16,"code":60517},"setIdx":3,"setId":3,"iconIdx":869},{"icon":{"paths":["M608 368c79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144v0c0 79.529 64.471 144 144 144v0zM608 176c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM912 549.6c0 0.002 0 0.003 0 0.005 0 19.257-11.339 35.865-27.705 43.511l-0.295 0.124c-25.539 9.336-55.023 14.854-85.761 15.119l-0.119 0.001c-56 0-137-15.28-239.080-76-13.684 33.238-27.452 60.853-42.894 87.374l1.814-3.374c94.52 34.96 234.040 118.84 234.040 311.64 0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0-74.76-27.8-132.24-85.040-175.76-36.64-28-78.2-44-109.72-53.36-3.24 4-6.56 8-10 11.8-80 91.48-179.28 139.040-289 139.040-13.736-0.001-27.305-0.712-40.673-2.101l1.673 0.141c-24.541-2.334-43.584-22.842-43.584-47.796 0-26.51 21.49-48 48-48 1.812 0 3.601 0.1 5.361 0.296l-0.217-0.020c209.2 20.88 309.92-183.68 343.16-271-136.76-71.4-221-6.12-221.92-5.24-7.928 6.007-17.957 9.623-28.83 9.623-26.51 0-48-21.49-48-48 0-14.582 6.502-27.646 16.766-36.449l0.064-0.054c6.28-5.12 157.96-123.36 376.96 25.36 172.4 117.24 272.4 79.68 274 79.040 5.6-2.478 12.132-3.921 19-3.921 26.482 0 47.955 21.445 48 47.916l0 0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-run-bold"]},"attrs":[{}],"properties":{"order":29107,"id":377,"name":"person-simple-run-bold","prevSize":16,"code":60518},"setIdx":3,"setId":3,"iconIdx":870},{"icon":{"paths":["M512 368c79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144v0c0 79.529 64.471 144 144 144v0zM512 176c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM176 384c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0c-44.183 0-80-35.817-80-80v0zM912 454.4c0 0.048 0 0.105 0 0.162 0 26.51-21.49 48-48 48-11.412 0-21.894-3.983-30.132-10.634l0.091 0.071s-84-61.92-213.36 1.12c-1.36 19-4 43.76-8.52 72l122.64 102.2c10.575 8.866 17.251 22.082 17.251 36.858 0 5.416-0.897 10.623-2.551 15.48l0.1-0.338-64 192c-6.196 19.835-24.399 33.981-45.907 33.981-26.51 0-48-21.49-48-48 0-5.863 1.051-11.48 2.975-16.673l-0.108 0.332 53.52-160.96-61.76-51.44c-7.837 23.14-15.574 41.955-24.296 60.21l1.416-3.29c-58.56 124-157.36 207.72-293.68 248.6-3.994 1.219-8.586 1.921-13.341 1.921-0.119 0-0.238-0-0.357-0.001l0.018 0c-0.026 0-0.058 0-0.089 0-26.51 0-48-21.49-48-48 0-21.621 14.295-39.903 33.949-45.911l0.34-0.089c151.36-45.4 243.080-154.84 273.64-325.76-96 54.16-172.44 68-225.84 68-30.878-0.199-60.414-5.679-87.836-15.579l1.836 0.579c-16.195-7.941-27.148-24.309-27.148-43.234 0-26.51 21.49-48 48-48 6.498 0 12.694 1.291 18.346 3.631l-0.318-0.117c1.72 0.68 101.68 38.12 274-79.040 218.84-148.72 377.040-25.52 377.040-25.52 11.036 8.851 18.049 22.323 18.080 37.435l0 0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-throw-bold"]},"attrs":[{}],"properties":{"order":29108,"id":376,"name":"person-simple-throw-bold","prevSize":16,"code":60519},"setIdx":3,"setId":3,"iconIdx":871},{"icon":{"paths":["M608 336c79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144v0c0 79.529 64.471 144 144 144v0zM608 144c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM880 592c0 26.51-21.49 48-48 48v0c-148 0-221.080-73.88-280-133.2-6.84-6.88-13.44-13.6-20-20l-34.52 79.4 138.52 98.72c12.173 8.818 20 22.989 20 38.987 0 0.033-0 0.065-0 0.098l0-0.005v224c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-199.32l-101.48-72.48-126.52 290.92c-7.306 17.763-24.476 30.042-44.514 30.042-26.51 0-48-21.49-48-48 0-7.378 1.664-14.367 4.638-20.612l-0.124 0.29 200.24-460.52q-42.56 3-100 33.6c-45.273 25.195-84.383 53.341-119.877 85.415l0.557-0.495c-8.566 8.057-20.135 13.008-32.86 13.008-26.514 0-48.008-21.494-48.008-48.008 0-13.789 5.814-26.221 15.123-34.977l0.025-0.023c10.44-9.8 257.44-238.68 416.36-100.72 15.76 13.68 30.56 28.64 44.88 43.12 53.28 53.88 103.56 104.76 211.56 104.76 26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-walk-bold"]},"attrs":[{}],"properties":{"order":29109,"id":375,"name":"person-simple-walk-bold","prevSize":16,"code":60520},"setIdx":3,"setId":3,"iconIdx":872},{"icon":{"paths":["M960 464h-48v-272c-0.016-44.171-35.827-79.972-80-79.972-5.062 0-10.014 0.47-14.816 1.369l0.496-0.077-640 116.36c-37.591 7.023-65.666 39.571-65.68 78.678l-0 0.002v155.64h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v155.64c0.014 39.109 28.089 71.657 65.184 78.603l0.496 0.077 640 116.36c4.306 0.822 9.258 1.292 14.32 1.292 44.173 0 79.984-35.801 80-79.971l0-0.002v-272h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM208 321.72l608-110.52v252.8h-608zM816 812.8l-608-110.52v-142.28h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["perspective-bold"]},"attrs":[{}],"properties":{"order":29110,"id":374,"name":"perspective-bold","prevSize":16,"code":60521},"setIdx":3,"setId":3,"iconIdx":873},{"icon":{"paths":["M896 619.2l-189.080-84.76c-9.307-4.119-20.162-6.517-31.576-6.517-16.566 0-31.952 5.050-44.703 13.695l0.28-0.179c-1.701 1.144-3.162 2.249-4.559 3.425l0.079-0.065-89.24 76c-52-28.2-105.72-81.48-133.96-132.84l76.24-90.64c1.144-1.356 2.262-2.857 3.29-4.422l0.11-0.178c8.204-12.356 13.089-27.533 13.089-43.851 0-11.371-2.373-22.189-6.65-31.984l0.201 0.515c-0.108-0.198-0.216-0.435-0.307-0.681l-0.013-0.039-84.4-188.68c-12.736-28.489-40.827-47.982-73.47-47.982-3.401 0-6.753 0.212-10.042 0.622l0.393-0.040c-118.949 16.071-209.68 116.953-209.68 239.026 0 0.131 0 0.263 0 0.394l-0-0.020c0 326.44 265.56 592 592 592 0.111 0 0.242 0 0.374 0 122.073 0 222.955-90.731 238.889-208.436l0.138-1.244c0.371-2.897 0.582-6.249 0.582-9.65 0-32.644-19.493-60.734-47.474-73.267l-0.508-0.204zM704 816c-273.796-0.341-495.659-222.204-496-495.967l-0-0.033c-0-0.119-0.001-0.26-0.001-0.401 0-69.099 48.281-126.922 112.949-141.574l0.972-0.185 75.28 168-76.64 91.28c-1.156 1.369-2.288 2.882-3.329 4.46l-0.111 0.18c-8.187 12.347-13.062 27.509-13.062 43.809 0 12.639 2.931 24.594 8.151 35.221l-0.209-0.471c37.68 77.12 115.32 154.24 193.24 192 10.031 4.867 21.818 7.712 34.27 7.712 16.587 0 31.995-5.048 44.772-13.692l-0.282 0.18c1.672-1.134 3.12-2.251 4.497-3.448l89.663-76.232 168 75.24c-14.837 65.639-72.659 113.921-141.759 113.921-0.141 0-0.282-0-0.423-0.001l0.022 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-bold"]},"attrs":[{}],"properties":{"order":29111,"id":373,"name":"phone-bold","prevSize":16,"code":60522},"setIdx":3,"setId":3,"iconIdx":874},{"icon":{"paths":["M593.64 147.6c5.664-20.658 24.272-35.587 46.367-35.587 4.407 0 8.676 0.594 12.73 1.706l-0.337-0.079c126.544 33.75 224.21 131.416 257.387 255.441l0.573 2.519c1.204 4.002 1.897 8.601 1.897 13.361 0 26.51-21.49 48-48 48-22.449 0-41.298-15.411-46.546-36.23l-0.071-0.331c-24.886-93.213-96.827-165.154-188.183-189.617l-1.857-0.423c-20.658-5.664-35.587-24.272-35.587-46.367 0-4.407 0.594-8.676 1.706-12.73l-0.079 0.337zM943.4 702.32c-16.071 118.949-116.953 209.68-239.026 209.68-0.131 0-0.263-0-0.394-0l0.020 0c-326.44 0-592-265.56-592-592-0-0.111-0-0.242-0-0.374 0-122.073 90.731-222.955 208.436-238.889l1.244-0.138c2.904-0.373 6.265-0.586 9.674-0.586 32.638 0 60.722 19.496 73.242 47.477l0.203 0.509 84.44 188.52c0.104 0.285 0.212 0.522 0.335 0.75l-0.015-0.030c4.077 9.28 6.449 20.097 6.449 31.469 0 16.318-4.886 31.495-13.274 44.148l0.185-0.296c-1.12 1.739-2.239 3.239-3.45 4.66l0.050-0.060-76.24 90.84c28.24 51.36 82 104.64 133.96 132.84l89.24-76c1.318-1.111 2.779-2.215 4.296-3.242l0.184-0.118c12.456-8.461 27.826-13.508 44.375-13.508 11.434 0 22.306 2.41 32.134 6.749l-0.509-0.201 0.72 0.32 188.32 84.36c28.489 12.736 47.982 40.827 47.982 73.47 0 3.401-0.212 6.753-0.622 10.042l0.040-0.393zM846.16 702.080l-168-75.24-89.72 76.28c-1.32 1.149-2.768 2.266-4.279 3.296l-0.161 0.104c-12.434 8.349-27.741 13.325-44.21 13.325-12.561 0-24.446-2.895-35.024-8.054l0.474 0.209c-77.92-37.6-155.56-114.72-193.24-192-5.011-10.157-7.942-22.111-7.942-34.751 0-16.3 4.875-31.462 13.247-44.107l-0.185 0.297c1.132-1.736 2.264-3.236 3.487-4.656l-0.047 0.056 76.64-90.88-75.28-168c-65.639 14.837-113.92 72.659-113.92 141.759 0 0.099 0 0.198 0 0.297l-0-0.015c0.341 273.796 222.204 495.659 495.967 496l0.033 0c0.119 0 0.26 0.001 0.401 0.001 69.099 0 126.922-48.281 141.574-112.949l0.185-0.972zM582.52 357.88c39.92 12.856 70.744 43.68 83.347 82.694l0.253 0.906c6.312 19.629 24.404 33.587 45.758 33.6l0.002 0c5.157-0.006 10.123-0.81 14.786-2.295l-0.346 0.095c19.597-6.34 33.52-24.426 33.52-45.764 0-5.082-0.79-9.979-2.253-14.576l0.093 0.34c-22.494-69.897-76.464-123.866-144.775-145.918l-1.585-0.442c-4.556-1.581-9.806-2.494-15.27-2.494-26.51 0-48 21.49-48 48 0 21.687 14.383 40.015 34.13 45.966l0.34 0.088z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-call-bold"]},"attrs":[{}],"properties":{"order":29112,"id":372,"name":"phone-call-bold","prevSize":16,"code":60523},"setIdx":3,"setId":3,"iconIdx":875},{"icon":{"paths":["M937.56 349.16c-230.68-230.88-620.44-230.88-851.12 0-85.8 85.88-94.080 212.52-20 308 14.777 18.806 37.522 30.774 63.062 30.774 10.29 0 20.126-1.943 29.162-5.481l-0.544 0.188 197.28-70.12c24.838-10.187 43.138-31.804 48.512-58.125l0.088-0.515 21.76-108.96c25.746-8.298 55.366-13.081 86.103-13.081 30.308 0 59.53 4.651 86.991 13.277l-2.054-0.556 23.2 109.92c5.664 26.552 23.894 47.885 48.026 57.767l0.534 0.193 1.8 0.68 195.76 69.48c8.483 3.344 18.309 5.282 28.587 5.282 25.535 0 48.275-11.963 62.922-30.59l0.13-0.172c73.88-95.44 65.6-222.080-20.2-307.96zM888.64 588.76l-176.64-62.76-23.040-110c-5.939-27.746-25.633-49.825-51.441-59.026l-0.559-0.174c-37.286-13.199-80.287-20.826-125.068-20.826-45.386 0-88.942 7.834-129.39 22.223l2.698-0.837c-26.296 9.555-45.863 31.773-51.51 59.082l-0.090 0.518-21.6 109.16-176.64 62.64c-36.64-55.4-29.64-123.080 18.92-171.68 96.96-97.080 227.36-145.56 357.72-145.56s260.76 48.48 357.72 145.56c48.56 48.6 55.56 116.32 18.92 171.68zM912 800c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-disconnect-bold"]},"attrs":[{}],"properties":{"order":29113,"id":371,"name":"phone-disconnect-bold","prevSize":16,"code":60524},"setIdx":3,"setId":3,"iconIdx":876},{"icon":{"paths":["M896 619.2l-189.080-84.72c-9.321-4.145-20.195-6.559-31.633-6.559-16.547 0-31.915 5.052-44.644 13.697l0.278-0.178c-1.701 1.144-3.162 2.249-4.559 3.425l0.079-0.065-89.24 76c-52-28.2-105.72-81.48-133.96-132.84l76.24-90.64c1.144-1.356 2.262-2.857 3.29-4.422l0.11-0.178c8.204-12.356 13.089-27.533 13.089-43.851 0-11.371-2.373-22.189-6.65-31.984l0.201 0.515c-0.108-0.198-0.216-0.435-0.307-0.681l-0.013-0.039-84.4-188.68c-12.736-28.489-40.827-47.982-73.47-47.982-3.401 0-6.753 0.212-10.042 0.622l0.393-0.040c-118.949 16.071-209.68 116.953-209.68 239.026 0 0.131 0 0.263 0 0.394l-0-0.020c0 326.44 265.56 592 592 592 0.111 0 0.242 0 0.374 0 122.073 0 222.955-90.731 238.889-208.436l0.138-1.244c0.371-2.897 0.582-6.249 0.582-9.65 0-32.644-19.493-60.734-47.474-73.267l-0.508-0.204zM704 816c-273.796-0.341-495.659-222.204-496-495.967l-0-0.033c-0-0.119-0.001-0.26-0.001-0.401 0-69.099 48.281-126.922 112.949-141.574l0.972-0.185 75.28 168-76.64 91.28c-1.156 1.369-2.288 2.882-3.329 4.46l-0.111 0.18c-8.187 12.347-13.062 27.509-13.062 43.809 0 12.639 2.931 24.594 8.151 35.221l-0.209-0.471c37.68 77.12 115.32 154.24 193.24 192 10.031 4.867 21.818 7.712 34.27 7.712 16.587 0 31.995-5.048 44.772-13.692l-0.282 0.18c1.672-1.134 3.12-2.251 4.497-3.448l89.663-76.232 168 75.24c-14.837 65.639-72.659 113.921-141.759 113.921-0.141 0-0.282-0-0.423-0.001l0.022 0zM592 384v-160c0-26.51 21.49-48 48-48s48 21.49 48 48v0 44l110.080-110.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-110.080 110.080h44c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-160c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-incoming-bold"]},"attrs":[{}],"properties":{"order":29114,"id":370,"name":"phone-incoming-bold","prevSize":16,"code":60525},"setIdx":3,"setId":3,"iconIdx":877},{"icon":{"paths":["M606.080 417.92c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 109.92-109.92h-44c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0 160c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-44l-110.040 110.040c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001zM943.4 702.32c-16.071 118.949-116.953 209.68-239.026 209.68-0.131 0-0.263-0-0.394-0l0.020 0c-326.44 0-592-265.56-592-592-0-0.111-0-0.242-0-0.374 0-122.073 90.731-222.955 208.436-238.889l1.244-0.138c2.904-0.373 6.265-0.586 9.674-0.586 32.638 0 60.722 19.496 73.242 47.477l0.203 0.509 84.44 188.52c0.104 0.285 0.212 0.522 0.335 0.75l-0.015-0.030c4.077 9.28 6.449 20.097 6.449 31.469 0 16.318-4.886 31.495-13.274 44.148l0.185-0.296c-1.12 1.739-2.239 3.239-3.45 4.66l0.050-0.060-76.24 90.84c28.24 51.36 82 104.64 133.96 132.84l89.24-76c1.318-1.111 2.779-2.215 4.296-3.242l0.184-0.118c12.456-8.461 27.826-13.508 44.375-13.508 11.434 0 22.306 2.41 32.134 6.749l-0.509-0.201 0.72 0.32 188.32 84.36c28.489 12.736 47.982 40.827 47.982 73.47 0 3.401-0.212 6.753-0.622 10.042l0.040-0.393zM846.16 702.080l-168-75.24-89.72 76.28c-1.32 1.149-2.768 2.266-4.279 3.296l-0.161 0.104c-12.434 8.349-27.741 13.325-44.21 13.325-12.561 0-24.446-2.895-35.024-8.054l0.474 0.209c-77.92-37.6-155.56-114.72-193.24-192-5.011-10.157-7.942-22.111-7.942-34.751 0-16.3 4.875-31.462 13.247-44.107l-0.185 0.297c1.132-1.736 2.264-3.236 3.487-4.656l-0.047 0.056 76.64-90.84-75.28-168c-65.639 14.837-113.92 72.659-113.92 141.759 0 0.085 0 0.17 0 0.255l-0-0.013c0.341 273.796 222.204 495.659 495.967 496l0.033 0c0.119 0 0.26 0.001 0.401 0.001 69.099 0 126.922-48.281 141.574-112.949l0.185-0.972z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-outgoing-bold"]},"attrs":[{}],"properties":{"order":29115,"id":369,"name":"phone-outgoing-bold","prevSize":16,"code":60526},"setIdx":3,"setId":3,"iconIdx":878},{"icon":{"paths":["M896 619.2l-189.080-84.72c-9.321-4.145-20.195-6.559-31.633-6.559-16.547 0-31.915 5.052-44.644 13.697l0.278-0.178c-1.701 1.144-3.162 2.249-4.559 3.425l0.079-0.065-89.24 76c-52-28.2-105.72-81.48-133.96-132.84l76.24-90.64c1.161-1.361 2.28-2.861 3.299-4.434l0.101-0.166c8.204-12.356 13.089-27.533 13.089-43.851 0-11.371-2.373-22.189-6.65-31.984l0.201 0.515c-0.108-0.198-0.216-0.435-0.307-0.681l-0.013-0.039-84.4-188.68c-12.724-28.49-40.808-47.986-73.446-47.986-3.41 0-6.77 0.213-10.068 0.626l0.393-0.040c-118.949 16.071-209.68 116.953-209.68 239.026 0 0.131 0 0.263 0 0.394l-0-0.020c0 326.44 265.56 592 592 592 0.111 0 0.242 0 0.374 0 122.073 0 222.955-90.731 238.889-208.436l0.138-1.244c0.371-2.897 0.582-6.249 0.582-9.65 0-32.644-19.493-60.734-47.474-73.267l-0.508-0.204zM704 816c-273.796-0.341-495.659-222.204-496-495.967l-0-0.033c-0-0.126-0.001-0.276-0.001-0.426 0-69.084 48.286-126.89 112.95-141.51l0.971-0.185 75.28 168-76.64 91.2c-1.176 1.364-2.308 2.864-3.34 4.437l-0.1 0.163c-8.2 12.355-13.084 27.529-13.084 43.843 0 12.657 2.939 24.628 8.173 35.267l-0.209-0.47c37.68 77.12 115.32 154.24 193.24 192 10.031 4.867 21.818 7.712 34.27 7.712 16.587 0 31.995-5.048 44.772-13.692l-0.282 0.18c1.672-1.134 3.12-2.251 4.497-3.448l89.663-76.232 168 75.24c-14.837 65.639-72.659 113.921-141.759 113.921-0.141 0-0.282-0-0.423-0.001l0.022 0zM560 288c0-26.51 21.49-48 48-48v0h80v-80c0-26.51 21.49-48 48-48s48 21.49 48 48v0 80h80c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-80v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-80h-80c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-plus-bold"]},"attrs":[{}],"properties":{"order":29116,"id":368,"name":"phone-plus-bold","prevSize":16,"code":60527},"setIdx":3,"setId":3,"iconIdx":879},{"icon":{"paths":["M227.6 127.72c-8.854-10.251-21.869-16.699-36.39-16.699-26.51 0-48 21.49-48 48 0 12.919 5.104 24.646 13.405 33.275l-0.015-0.015 95.4 105.16c-64.032 30.382-118.81 69.263-165.738 116.018l0.018-0.018c-85.8 85.84-94.080 212.4-20 308 14.78 18.682 37.45 30.561 62.895 30.561 0.121 0 0.243-0 0.364-0.001l-0.019 0c0.012 0 0.025 0 0.039 0 10.228 0 20.003-1.938 28.979-5.466l-0.538 0.186 197.4-70.080c24.864-10.151 43.18-31.785 48.514-58.128l0.086-0.512 21.76-108.88c4.88-1.52 9.88-2.88 14.88-4l355.64 391.32c8.854 10.251 21.869 16.699 36.39 16.699 26.51 0 48-21.49 48-48 0-12.919-5.104-24.646-13.405-33.275l0.015 0.015zM333.6 481.16l-21.6 109.12-176.64 62.6c-36.64-55.36-29.64-123.040 18.92-171.6 46.040-46.1 101.279-83.002 162.729-107.718l3.271-1.162 50.68 55.6c-19.069 11.607-32.747 30.46-37.272 52.644l-0.088 0.516zM957.6 721.16c-11.065 14.172-26.579 24.416-44.419 28.652l-0.541 0.108c-3.29 0.805-7.068 1.266-10.953 1.266-26.51 0-48-21.49-48-48 0-20.457 12.798-37.926 30.824-44.836l0.329-0.111c40.84-56.28 35-126.84-15.16-177-90.6-90.64-213.68-142.2-346.040-145.24-26.278-0.305-47.463-21.679-47.463-48 0-26.511 21.492-48.003 48.003-48.003 0.19 0 0.38 0.001 0.569 0.003l-0.029-0h1.080c157.32 3.48 303.56 65 411.76 173.24 85.8 86 94.080 212.56 20.080 307.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-slash-bold"]},"attrs":[{}],"properties":{"order":29117,"id":367,"name":"phone-slash-bold","prevSize":16,"code":60528},"setIdx":3,"setId":3,"iconIdx":880},{"icon":{"paths":["M606.080 350.040l61.92-62.040-61.92-62.080c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 61.92 62.080 62.080-62.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-62.080 62.080 62.080 62.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-62.080-62.040-62.040 62.040c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l0-0zM943.4 702.32c-16.071 118.949-116.953 209.68-239.026 209.68-0.131 0-0.263-0-0.394-0l0.020 0c-326.44 0-592-265.56-592-592-0-0.111-0-0.242-0-0.374 0-122.073 90.731-222.955 208.436-238.889l1.244-0.138c2.897-0.371 6.249-0.582 9.65-0.582 32.644 0 60.734 19.493 73.267 47.474l0.204 0.508 84.44 188.52c0.104 0.285 0.212 0.522 0.335 0.75l-0.015-0.030c4.077 9.28 6.449 20.097 6.449 31.469 0 16.318-4.886 31.495-13.274 44.148l0.185-0.296c-1.138 1.743-2.256 3.244-3.458 4.671l0.058-0.071-76.24 90.84c28.24 51.36 82 104.64 133.96 132.84l89.24-76c1.318-1.111 2.779-2.215 4.296-3.242l0.184-0.118c12.471-8.466 27.858-13.517 44.424-13.517 11.415 0 22.269 2.398 32.088 6.717l-0.511-0.201 0.72 0.32 188.32 84.4c28.489 12.736 47.982 40.827 47.982 73.47 0 3.401-0.212 6.753-0.622 10.042l0.040-0.393zM846.16 702.080l-168-75.24-89.72 76.28c-1.32 1.149-2.768 2.266-4.279 3.296l-0.161 0.104c-12.434 8.349-27.741 13.325-44.21 13.325-12.561 0-24.446-2.895-35.024-8.054l0.474 0.209c-77.92-37.6-155.56-114.72-193.24-192-5.011-10.157-7.942-22.111-7.942-34.751 0-16.3 4.875-31.462 13.247-44.107l-0.185 0.297c1.152-1.758 2.284-3.271 3.499-4.712l-0.059 0.072 76.64-90.84-75.28-168c-65.639 14.837-113.92 72.659-113.92 141.759 0 0.099 0 0.198 0 0.297l-0-0.015c0.341 273.796 222.204 495.659 495.967 496l0.033 0c0.119 0 0.26 0.001 0.401 0.001 69.099 0 126.922-48.281 141.574-112.949l0.185-0.972z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-x-bold"]},"attrs":[{}],"properties":{"order":29118,"id":366,"name":"phone-x-bold","prevSize":16,"code":60529},"setIdx":3,"setId":3,"iconIdx":881},{"icon":{"paths":["M880 384c-0.182-167.821-136.179-303.818-303.983-304l-320.017-0c-26.51 0-48 21.49-48 48v0 512c0.205 185.485 150.515 335.795 335.98 336l0.020 0c26.51 0 48-21.49 48-48v0-240.44c160.779-8.921 287.802-141.375 288-303.54l0-0.020zM304 311.24l157.92 280.76h-157.92zM496 456.76l-157.92-280.76h157.92zM308.88 688h187.12v187.16c-94.235-19.944-167.196-92.919-186.841-185.587l-0.279-1.573zM592 591.32v-414.64c107.413 8.968 191.195 98.36 191.195 207.32s-83.781 198.352-190.437 207.269l-0.758 0.051z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phosphor-logo-bold"]},"attrs":[{}],"properties":{"order":29119,"id":365,"name":"phosphor-logo-bold","prevSize":16,"code":60530},"setIdx":3,"setId":3,"iconIdx":882},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM368 528v-320h96v320zM576 624v192h-128v-192zM656 528h-96v-320h96zM208 208h64v368c0 26.51 21.49 48 48 48v0h32v192h-144zM816 816h-144v-192h32c26.51 0 48-21.49 48-48v0-368h64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["piano-keys-bold"]},"attrs":[{}],"properties":{"order":29120,"id":364,"name":"piano-keys-bold","prevSize":16,"code":60531},"setIdx":3,"setId":3,"iconIdx":883},{"icon":{"paths":["M944 688c0 88.366-71.634 160-160 160s-160-71.634-160-160v0-384h-224v496c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-496h-16c-79.529 0-144 64.471-144 144v0c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0.159-132.484 107.516-239.841 239.984-240l608.016-0c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-176v384c0 35.346 28.654 64 64 64s64-28.654 64-64v0c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pi-bold"]},"attrs":[{}],"properties":{"order":29121,"id":363,"name":"pi-bold","prevSize":16,"code":60532},"setIdx":3,"setId":3,"iconIdx":884},{"icon":{"paths":["M864 176h-704c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM176 272h672v192h-272c-44.183 0-80 35.817-80 80v0 208h-320zM592 752v-192h256v192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["picture-in-picture-bold"]},"attrs":[{}],"properties":{"order":29122,"id":362,"name":"picture-in-picture-bold","prevSize":16,"code":60533},"setIdx":3,"setId":3,"iconIdx":885},{"icon":{"paths":["M800 480c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM624 256h-160c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM1024 448v128c0 0.005 0 0.010 0 0.015 0 61.209-49.101 110.95-110.063 111.984l-0.097 0.001-61.040 170.92c-11.385 31.204-40.805 53.080-75.335 53.080-0.009 0-0.018-0-0.027-0l-50.879 0c-0.008 0-0.016 0-0.025 0-34.529 0-63.95-21.876-75.157-52.524l-0.178-0.556-4-10.92h-206.52l-4 10.92c-11.374 31.175-40.748 53.038-75.235 53.080l-50.885 0c-0.008 0-0.016 0-0.025 0-34.529 0-63.95-21.876-75.157-52.524l-0.178-0.556-49.2-137.8c-40.615-46.553-69.811-104.093-82.605-167.573l-0.395-2.347c-4.385 7.061-6.988 15.625-7 24.797l-0 0.003c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0.098-63.121 40.714-116.729 97.226-136.216l1.014-0.304c21.327-184.939 176.888-327.233 365.735-327.48l0.025-0h416c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-40c37.787 34.49 68.18 76.378 88.992 123.448l0.928 2.352 1.68 4c52.792 9.72 92.279 55.331 92.4 110.187l0 0.013zM928 448c0-8.837-7.163-16-16-16v0h-14.64c-21.382-0.001-39.498-13.982-45.706-33.3l-0.094-0.34c-35.798-111.262-138.391-190.36-259.459-190.36-0.036 0-0.071 0-0.107 0l-127.994-0c-0.006-0-0.013-0-0.020-0-150.221 0-272 121.779-272 272 0 70.938 27.156 135.533 71.639 183.957l-0.179-0.197c4.193 4.54 7.526 9.946 9.695 15.91l0.105 0.33 48.6 136h28.32l11.48-32c6.782-18.785 24.448-31.976 45.197-32l274.323-0c20.752 0.024 38.418 13.215 45.094 31.666l0.106 0.334 11.48 32h28.32l68.64-192c6.782-18.785 24.448-31.976 45.197-32l32.003-0c8.837 0 16-7.163 16-16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["piggy-bank-bold"]},"attrs":[{}],"properties":{"order":29123,"id":361,"name":"piggy-bank-bold","prevSize":16,"code":60534},"setIdx":3,"setId":3,"iconIdx":886},{"icon":{"paths":["M877.040 147.080c-41.461-41.455-98.736-67.095-162-67.095s-120.539 25.64-162 67.096l-405.96 405.96c-41.459 41.459-67.103 98.735-67.103 162 0 126.53 102.573 229.103 229.103 229.103 63.265 0 120.541-25.643 162-67.103h-0l405.96-406.080c41.371-41.477 66.953-98.721 66.953-161.94s-25.582-120.463-66.958-161.945l0.005 0.005zM403.12 809.040c-24.381 26.33-59.131 42.758-97.718 42.758-73.476 0-133.040-59.564-133.040-133.040 0-38.587 16.428-73.337 42.671-97.638l0.087-0.079 168.88-169.040 188 188zM809.12 403.080l-169.12 168.92-188-188 169.080-169.040c23.641-21.893 55.393-35.322 90.282-35.322 73.476 0 133.040 59.564 133.040 133.040 0 34.889-13.43 66.641-35.402 90.369l0.079-0.087zM770.040 302.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-96 96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l96-96c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pill-bold"]},"attrs":[{}],"properties":{"order":29124,"id":360,"name":"pill-bold","prevSize":16,"code":60535},"setIdx":3,"setId":3,"iconIdx":887},{"icon":{"paths":["M880 448c0 94.4-33.16 180.92-93.4 243.52-56.52 58.76-133.28 92.48-210.6 92.48-61.8 0-107.12-16.72-139.56-37.24l-37.72 160.24c-4.979 21.61-24.053 37.478-46.833 37.478-26.51 0-48-21.49-48-48 0-4.075 0.508-8.032 1.464-11.81l-0.071 0.332 128-544c4.979-21.61 24.053-37.478 46.833-37.478 26.51 0 48 21.49 48 48 0 4.075-0.508 8.032-1.464 11.81l0.071-0.332-65.8 279.72c13.96 16.72 47.72 45.28 115.080 45.28 102.24 0 208-89.8 208-240-0.080-150.161-121.828-271.859-272-271.859-150.221 0-272 121.779-272 272 0 50.017 13.5 96.88 37.055 137.146l-0.695-1.286c3.577 6.555 5.68 14.357 5.68 22.651 0 26.51-21.49 48-48 48-17.12 0-32.147-8.963-40.644-22.452l-0.117-0.199c-30.982-52.773-49.28-116.23-49.28-183.961 0-203.241 164.759-368 368-368 203.227 0 367.978 164.737 368 367.959l0 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pinterest-logo-bold"]},"attrs":[{}],"properties":{"order":29125,"id":359,"name":"pinterest-logo-bold","prevSize":16,"code":60536},"setIdx":3,"setId":3,"iconIdx":888},{"icon":{"paths":["M929.96 862.080l-176-176c93.441-39.548 157.807-130.467 157.807-236.419 0-31.428-5.663-61.532-16.025-89.35l0.577 1.769c-6.907-18.578-24.487-31.575-45.102-31.575-5.891 0-11.535 1.061-16.749 3.003l0.332-0.108-142.44 52c8.369-24.213 13.202-52.117 13.202-81.15 0-141.385-114.615-256-256-256-31.286 0-61.261 5.612-88.974 15.885l1.772-0.575c-18.578 6.907-31.575 24.487-31.575 45.102 0 5.891 1.061 11.535 3.003 16.749l-0.108-0.332 52 142.44c-24.276-8.416-52.255-13.276-81.369-13.276-141.385 0-256 114.615-256 256 0 31.388 5.649 61.457 15.986 89.246l-0.577-1.77c6.907 18.578 24.487 31.575 45.102 31.575 5.891 0 11.535-1.061 16.749-3.003l-0.332 0.108 142.44-52c-8.508 24.389-13.422 52.503-13.422 81.765 0 141.252 114.508 255.76 255.76 255.76 31.534 0 61.736-5.707 89.627-16.145l-1.765 0.579c18.578-6.907 31.575-24.487 31.575-45.102 0-5.891-1.061-11.535-3.003-16.749l0.108 0.332-51.8-142.36c18.427 6.439 39.795 10.935 61.955 12.589l0.845 0.051 224.68 224.68c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0zM517.52 159.12c55.019 26.096 92.386 81.19 92.386 145.012 0 51.577-24.404 97.453-62.295 126.713l-0.371 0.275-104.44-286.92c2.114-0.1 4.593-0.158 7.084-0.158 24.561 0 47.823 5.56 68.596 15.491l-0.96-0.413zM144.2 517.28c-0.107-2.191-0.169-4.759-0.169-7.341 0-88.366 71.634-160 160-160 51.681 0 97.639 24.503 126.89 62.525l0.278 0.377zM442.56 800.96c-55.019-26.096-92.386-81.19-92.386-145.012 0-51.577 24.404-97.453 62.295-126.713l0.371-0.275 104.44 287.040c-2.040 0.093-4.431 0.147-6.834 0.147-24.657 0-48.005-5.601-68.843-15.6l0.957 0.414zM588.36 594.92c-23.916-11.26-43.857-27.422-59.205-47.31l-0.275-0.37 287.12-104.44c0.098 2.094 0.154 4.549 0.154 7.016 0 88.366-71.634 160-160 160-24.567 0-47.841-5.537-68.642-15.431l0.968 0.415z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pinwheel-bold"]},"attrs":[{}],"properties":{"order":29126,"id":358,"name":"pinwheel-bold","prevSize":16,"code":60537},"setIdx":3,"setId":3,"iconIdx":889},{"icon":{"paths":["M973.72 248.2c-5.213-21.119-18.3-38.537-35.892-49.322l-0.348-0.198c-121.312-74.532-268.241-118.679-425.48-118.679s-304.167 44.147-429.065 120.723l3.585-2.044c-23.204 14.281-38.443 39.541-38.443 68.359 0 15.365 4.332 29.719 11.841 41.906l-0.198-0.346 384 629.040c14.273 23.242 39.554 38.51 68.4 38.51s54.127-15.267 68.202-38.163l0.198-0.347 384-629.040c7.256-11.742 11.556-25.977 11.556-41.216 0-6.813-0.859-13.424-2.475-19.733l0.119 0.549zM348 596.72l-79.48-130.24c5.842-1.559 12.551-2.462 19.469-2.48l0.011-0c44.109 0.097 79.829 35.877 79.829 80 0 20.238-7.515 38.72-19.906 52.809l0.077-0.089zM604 714.52c-7.677-12.061-12.236-26.758-12.236-42.52 0-44.183 35.817-80 80-80 0.083 0 0.166 0 0.248 0l-0.013-0c2.24 0 4.48 0 6.68 0.28zM731.12 506.2c-17.7-6.56-38.147-10.355-59.479-10.355-97.202 0-176 78.798-176 176 0 50.718 21.453 96.426 55.78 128.544l0.099 0.092-39.52 64.96-112.92-185.040c39.661-32.523 64.769-81.527 64.769-136.395 0-86.563-62.492-158.53-144.823-173.247l-1.066-0.158c57.635-21.901 124.278-34.582 193.884-34.582 102.314 0 198.229 27.399 280.807 75.261l-2.691-1.439zM840 328c-94.103-55.197-207.245-87.795-328-87.795s-233.897 32.598-331.105 89.473l3.105-1.679-33.8-55.44c103.844-60.714 228.635-96.562 361.8-96.562s257.956 35.848 365.251 98.421l-3.451-1.859z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pizza-bold"]},"attrs":[{}],"properties":{"order":29127,"id":357,"name":"pizza-bold","prevSize":16,"code":60538},"setIdx":3,"setId":3,"iconIdx":890},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 748l-540-540h540zM208 276l540 540h-540z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["placeholder-bold"]},"attrs":[{}],"properties":{"order":29128,"id":356,"name":"placeholder-bold","prevSize":16,"code":60539},"setIdx":3,"setId":3,"iconIdx":891},{"icon":{"paths":["M994.36 234.68c-25.24-43.48-92-84.24-264.64-38.84-60.894-42.498-136.46-67.904-217.96-67.904-211.945 0-383.76 171.815-383.76 383.76 0 0.107 0 0.213 0 0.32l-0-0.016q0 14.4 1.040 28.56c-126.8 126.88-124.64 205.040-99.28 248.76 23.84 41.12 71.44 58.68 132.96 58.68 39.16 0 84-7.12 131.8-19.64 60.844 42.397 136.323 67.738 217.72 67.738 211.945 0 383.76-171.815 383.76-383.76 0-0.119-0-0.238-0-0.357l0 0.019c0-9.64-0.36-19.16-1.080-28.64 57.24-57.52 95.44-112.84 108-160 11.28-41.68 1.56-71.36-8.56-88.68zM512 224c136.291 0.19 250.413 94.877 280.372 222.045l0.388 1.955c-56.76 50.92-132.76 106.36-225.080 159.44-86.96 49.96-174.2 89.44-252.36 114.6-56.046-52.673-90.954-127.28-90.954-210.040 0-158.929 128.733-287.791 287.614-288l0.020-0zM112.76 741.16c-2.44-4.28-0.68-32.88 42.68-86.84 14.53 35.797 32.671 66.7 54.579 94.495l-0.619-0.815c-68.92 10.44-94-2.36-96.64-6.84zM512 800c-0.014 0-0.030 0-0.046 0-32.26 0-63.275-5.329-92.213-15.155l2.019 0.595c76.382-31.264 140.063-63.031 201.123-98.788l-7.443 4.028c68.315-39.206 126.549-78.435 181.81-121.315l-3.53 2.635c-28.843 131.127-143.964 227.828-281.701 228l-0.019 0zM910.28 298.6c-5.12 19.12-19.24 43.48-41.56 71.2-14.53-35.843-32.686-66.787-54.619-94.615l0.619 0.815c63.32-9.48 92.68 0 96.6 6.84 0.68 1.16 1.52 6.28-1.040 15.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["planet-bold"]},"attrs":[{}],"properties":{"order":29129,"id":355,"name":"planet-bold","prevSize":16,"code":60540},"setIdx":3,"setId":3,"iconIdx":892},{"icon":{"paths":["M1006.48 158.6c-1.481-24.278-20.802-43.599-44.945-45.073l-0.135-0.007c-213.12-12.56-384.8 53.48-459.36 176.56-48.56 80-50.24 176.68-5.84 269.2-18.146 22.955-33.317 49.401-44.265 77.94l-0.695 2.060-38.8-38.8c28.76-67.080 25.72-136.44-9.6-194.76-55.92-92.28-183.28-141.72-340.64-132.6-24.278 1.481-43.599 20.802-45.073 44.945l-0.007 0.135c-9.12 157.36 40.32 284.72 132.68 340.64 29.505 18.259 65.283 29.080 103.589 29.080 0.144 0 0.289-0 0.433-0l-0.022 0c32.913-0.278 64.087-7.422 92.256-20.064l-1.456 0.584 87.4 87.56v108c0 26.51 21.49 48 48 48s48-21.49 48-48v0-117.96c-0-0.141-0.001-0.309-0.001-0.476 0-44.729 14.22-86.138 38.386-119.95l-0.425 0.626c37.546 18.277 81.611 29.195 128.168 29.758l0.192 0.002c0.183 0 0.399 0.001 0.615 0.001 49.909 0 96.529-14.080 136.106-38.484l-1.121 0.643c123.080-74.76 189.12-246.48 176.56-459.56zM199.52 576.72c-52.76-32-84.72-109.84-87.32-208.52 98.68 2.6 176.56 34.6 208.52 87.32 9.67 15.495 15.404 34.312 15.404 54.468 0 4.771-0.321 9.468-0.943 14.068l0.059-0.536-45.32-45.48c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l45.36 45.36c-3.866 0.504-8.338 0.792-12.876 0.792-20.303 0-39.262-5.758-55.331-15.731l0.448 0.259zM780.2 536c-42.64 25.8-92 30.68-143.24 15.040l149-148.96c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-149 148.96c-15.48-51.040-10.6-100.6 15.040-143.040 51.080-84.36 172-132.28 328-132 0.56 156-47.44 276.72-131.8 328z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plant-bold"]},"attrs":[{}],"properties":{"order":29130,"id":354,"name":"plant-bold","prevSize":16,"code":60541},"setIdx":3,"setId":3,"iconIdx":893},{"icon":{"paths":["M937.96 444.28l-576.32-352.52c-11.86-7.342-26.243-11.692-41.642-11.692-43.976 0-79.665 35.483-79.998 79.381l-0 0.032v705.040c0.333 43.929 36.022 79.412 79.998 79.412 15.399 0 29.782-4.351 41.986-11.89l-0.344 0.198 576.32-352.52c22.973-14.157 38.057-39.177 38.057-67.72s-15.084-53.563-37.715-67.524l-0.342-0.196zM336 835.4v-646.8l528.64 323.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["play-bold"]},"attrs":[{}],"properties":{"order":29131,"id":353,"name":"play-bold","prevSize":16,"code":60542},"setIdx":3,"setId":3,"iconIdx":894},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM672 512c-0.003 16.203-8.033 30.529-20.329 39.219l-0.151 0.101-160 112c-7.67 5.426-17.216 8.673-27.52 8.673-26.507 0-47.996-21.486-48-47.992l-0-0v-224c0.004-26.506 21.493-47.993 48-47.993 10.304 0 19.85 3.247 27.671 8.773l-0.151-0.101 160 112c12.447 8.791 20.477 23.117 20.48 39.32l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["play-circle-bold"]},"attrs":[{}],"properties":{"order":29132,"id":352,"name":"play-circle-bold","prevSize":16,"code":60543},"setIdx":3,"setId":3,"iconIdx":895},{"icon":{"paths":["M112 256c0-26.51 21.49-48 48-48v0h704c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48v0zM160 560h464c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-464c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM432 720h-272c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h272c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM1005.96 509.8c-6.178 19.864-24.396 34.037-45.924 34.037-4.935 0-9.695-0.745-14.176-2.128l0.34 0.090-98.2-29.28v255.48c0 0.001 0 0.003 0 0.005 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144 17.206 0 33.707 3.018 49.003 8.552l-1.003-0.317v-184.24c0.008-26.504 21.495-47.987 48-47.987 4.921 0 9.67 0.741 14.14 2.117l-0.34-0.090 160 48c19.94 6.131 34.184 24.386 34.184 45.969 0 4.918-0.74 9.664-2.114 14.131l0.090-0.34zM752 768c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["playlist-bold"]},"attrs":[{}],"properties":{"order":29133,"id":351,"name":"playlist-bold","prevSize":16,"code":60544},"setIdx":3,"setId":3,"iconIdx":896},{"icon":{"paths":["M752 256v512c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-512c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM896 208c-26.51 0-48 21.49-48 48v0 512c0 26.51 21.49 48 48 48s48-21.49 48-48v0-512c0-26.51-21.49-48-48-48v0zM592 512c0 0.050 0 0.109 0 0.169 0 27.936-14.529 52.478-36.443 66.482l-0.317 0.189-352.72 224.64c-12.13 7.858-26.96 12.53-42.88 12.53-43.903 0-79.509-35.525-79.64-79.397l-0-0.012v-449.2c0.131-43.885 35.737-79.41 79.64-79.41 15.921 0 30.75 4.672 43.192 12.719l-0.312-0.189 352.72 224.64c22.231 14.194 36.76 38.736 36.76 66.671 0 0.059-0 0.119-0 0.178l0-0.009zM481.52 512l-305.52-194.52v389.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["play-pause-bold"]},"attrs":[{}],"properties":{"order":29134,"id":350,"name":"play-pause-bold","prevSize":16,"code":60545},"setIdx":3,"setId":3,"iconIdx":897},{"icon":{"paths":["M961.96 254.040c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-125.96 125.96-124-124 126.080-126.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-126.080 126.040-94.040-93.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l0 0 14.040 13.96-200.44 200.56c-31.855 31.851-51.558 75.854-51.558 124.46s19.703 92.609 51.558 124.46l51.52 51.52-185.040 185.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l185.040-185.040 51.52 51.52c31.851 31.855 75.854 51.558 124.46 51.558s92.609-19.703 124.46-51.558l200.48-200.52 14.040 14.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-94.040-94.080 126.080-126.040c8.662-8.682 14.018-20.666 14.018-33.9 0-13.294-5.404-25.326-14.136-34.018l-0.002-0.002zM579.56 728.56c-14.478 14.484-34.483 23.443-56.58 23.443s-42.102-8.959-56.58-23.443l-170.96-170.96c-14.484-14.478-23.443-34.483-23.443-56.58s8.959-42.102 23.443-56.58l200.56-200.44 284 284z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plug-bold"]},"attrs":[{}],"properties":{"order":29135,"id":349,"name":"plug-bold","prevSize":16,"code":60546},"setIdx":3,"setId":3,"iconIdx":898},{"icon":{"paths":["M896 192h-176v-128c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 128h-224v-128c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 128h-173.8c-32.6 0-50.2 24.72-50.2 48 0 26.51 21.49 48 48 48v0h48v368c0.114 97.156 78.844 175.886 175.989 176l112.011 0v128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128h112c97.156-0.114 175.886-78.844 176-175.989l0-0.011v-368h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM752 656c0 44.183-35.817 80-80 80v0h-320c-44.183 0-80-35.817-80-80v0-368h480zM408.56 539.32c-5.331-7.624-8.519-17.090-8.519-27.299 0-5.997 1.1-11.738 3.109-17.031l-0.11 0.33 48-128c7.019-18.365 24.494-31.17 44.96-31.17 26.515 0 48.010 21.495 48.010 48.010 0 6.050-1.119 11.838-3.161 17.169l0.111-0.329-23.68 63h58.72c0.003-0 0.007-0 0.011-0 26.51 0 48 21.49 48 48 0 6.050-1.119 11.838-3.162 17.169l0.111-0.329-48 128c-7.019 18.365-24.494 31.17-44.96 31.17-26.515 0-48.010-21.495-48.010-48.010 0-6.050 1.119-11.838 3.161-17.169l-0.111 0.329 23.68-63.16h-58.72c-16.281-0.009-30.665-8.123-39.337-20.525l-0.103-0.155z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plug-charging-bold"]},"attrs":[{}],"properties":{"order":29136,"id":348,"name":"plug-charging-bold","prevSize":16,"code":60547},"setIdx":3,"setId":3,"iconIdx":899},{"icon":{"paths":["M548 672l46.080-46.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-46.080 46.040-60-60 46.080-46.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-46.080 46.040-62.040-61.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 14.040 13.96-81.84 81.96c-26.057 26.059-42.173 62.057-42.173 101.82s16.116 75.761 42.173 101.82l-0-0 10.2 10.16-102.32 102.28c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l102.28-102.32 10.16 10.2c26.085 25.999 62.075 42.074 101.82 42.074s75.735-16.075 101.824-42.078l-0.004 0.004 81.88-81.92 14.040 14.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0zM378.16 801.96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-88.12-88.24c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l81.961-81.721 156 156zM962.16 61.96c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-102.4 102.4-10.16-10.2c-26.081-26.009-62.072-42.091-101.82-42.091s-75.739 16.082-101.823 42.094l0.003-0.003-81.96 81.84-14.040-14.080c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l320 320c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0-13.96-13.92 81.96-81.96c26.057-26.059 42.173-62.057 42.173-101.82s-16.116-75.761-42.173-101.82l0 0-10.2-10.16 102.32-102.28c8.662-8.682 14.018-20.666 14.018-33.9 0-13.294-5.404-25.326-14.136-34.018l-0.002-0.002zM802.16 377.96l-82.16 82.040-156-156 81.96-81.96c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 88.24 88.24c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plugs-bold"]},"attrs":[{}],"properties":{"order":29137,"id":347,"name":"plugs-bold","prevSize":16,"code":60548},"setIdx":3,"setId":3,"iconIdx":900},{"icon":{"paths":["M961.96 62.040c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-198.2 198.32-10.16-10.2c-26.081-26.009-62.072-42.091-101.82-42.091s-75.739 16.082-101.823 42.094l0.003-0.003-81.96 81.84-14.040-14.080c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 14.040 14.080-81.84 81.96c-26.057 26.059-42.173 62.057-42.173 101.82s16.116 75.761 42.173 101.82l-0-0 10.2 10.16-198.32 198.28c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l198.28-198.32 10.16 10.2c26.085 25.999 62.075 42.074 101.82 42.074s75.735-16.075 101.824-42.078l-0.004 0.004 81.88-81.92 14.040 14.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0-14.040-14.080 81.96-81.96c26.057-26.059 42.173-62.057 42.173-101.82s-16.116-75.761-42.173-101.82l0 0-10.2-10.16 198.32-198.28c8.662-8.682 14.018-20.666 14.018-33.9 0-13.294-5.404-25.326-14.136-34.018l-0.002-0.002zM474.16 706.040c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-88.12-88.32c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l81.961-81.721 156 156zM706.16 474.24v0l-82.16 81.76-156-156 81.96-81.96c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 88.24 88.24c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001zM82.48 368.84c6.55-19.235 24.457-32.824 45.538-32.824 5.431 0 10.652 0.902 15.52 2.565l-0.338-0.1 48 16c19.835 6.196 33.981 24.399 33.981 45.907 0 26.51-21.49 48-48 48-5.863 0-11.48-1.051-16.673-2.975l0.332 0.108-48-16c-19.228-6.554-32.812-24.458-32.812-45.534 0-5.418 0.898-10.626 2.552-15.484l-0.1 0.338zM338.48 143.2c-1.816-4.861-2.867-10.478-2.867-16.341 0-26.51 21.49-48 48-48 21.508 0 39.711 14.146 45.815 33.641l0.092 0.34 16 48c1.328 4.194 2.093 9.017 2.093 14.019 0 26.51-21.49 48-48 48-20.647 0-38.249-13.036-45.025-31.327l-0.108-0.332zM941.52 655.2c-6.561 19.216-24.458 32.788-45.526 32.788-5.436 0-10.66-0.904-15.532-2.569l0.338 0.1-48-16c-18.623-6.883-31.659-24.486-31.659-45.133 0-26.51 21.49-48 48-48 5.002 0 9.825 0.765 14.359 2.185l-0.34-0.092 48 16c19.235 6.55 32.824 24.457 32.824 45.538 0 5.431-0.902 10.652-2.565 15.52l0.1-0.338zM685.52 880.84c1.861 4.917 2.938 10.601 2.938 16.536 0 26.51-21.49 48-48 48-21.594 0-39.858-14.26-45.888-33.876l-0.090-0.34-16-48c-1.861-4.917-2.938-10.601-2.938-16.536 0-26.51 21.49-48 48-48 21.594 0 39.858 14.26 45.888 33.876l0.090 0.34z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plugs-connected-bold"]},"attrs":[{}],"properties":{"order":29138,"id":346,"name":"plugs-connected-bold","prevSize":16,"code":60549},"setIdx":3,"setId":3,"iconIdx":901},{"icon":{"paths":["M912 512c0 26.51-21.49 48-48 48v0h-304v304c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-304h-304c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h304v-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 304h304c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plus-bold"]},"attrs":[{}],"properties":{"order":29139,"id":345,"name":"plus-bold","prevSize":16,"code":60550},"setIdx":3,"setId":3,"iconIdx":902},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM720 512c0 26.51-21.49 48-48 48v0h-112v112c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-112h-112c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h112v-112c0-26.51 21.49-48 48-48s48 21.49 48 48v0 112h112c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plus-circle-bold"]},"attrs":[{}],"properties":{"order":29140,"id":344,"name":"plus-circle-bold","prevSize":16,"code":60551},"setIdx":3,"setId":3,"iconIdx":903},{"icon":{"paths":["M833.96 257.96l-576 576c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l576-576c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0zM240 448c0 26.51 21.49 48 48 48s48-21.49 48-48v0-112h112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-112v-112c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 112h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h112zM896 688h-320c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h320c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plus-minus-bold"]},"attrs":[{}],"properties":{"order":29141,"id":343,"name":"plus-minus-bold","prevSize":16,"code":60552},"setIdx":3,"setId":3,"iconIdx":904},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM304 512c0-26.51 21.49-48 48-48v0h112v-112c0-26.51 21.49-48 48-48s48 21.49 48 48v0 112h112c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-112v112c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-112h-112c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plus-square-bold"]},"attrs":[{}],"properties":{"order":29142,"id":342,"name":"plus-square-bold","prevSize":16,"code":60553},"setIdx":3,"setId":3,"iconIdx":905},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 656c-79.529 0-144-64.471-144-144s64.471-144 144-144c79.529 0 144 64.471 144 144v0c0 79.529-64.471 144-144 144v0zM644.24 312c-24.054-16.259-52.302-28.47-82.687-34.885l-1.553-0.275v-97.36c58.395 8.589 110.35 31.133 153.958 64.128l-0.838-0.608zM464 276.84c-31.938 6.69-60.186 18.901-85.086 35.698l0.846-0.538-68.88-69c42.77-32.386 94.724-54.931 151.297-63.299l1.823-0.221zM312 379.76c-16.259 24.054-28.47 52.302-34.885 82.687l-0.275 1.553h-97.36c8.596-58.394 31.14-110.347 64.128-153.959l-0.608 0.839zM276.84 560c6.69 31.938 18.901 60.186 35.698 85.086l-0.538-0.846-69 68.88c-32.38-42.773-54.924-94.726-63.298-151.296l-0.222-1.824zM379.76 712c24.054 16.259 52.302 28.47 82.687 34.885l1.553 0.275v97.36c-58.395-8.589-110.35-31.133-153.958-64.128l0.838 0.608zM560 747.16c31.938-6.69 60.186-18.901 85.086-35.698l-0.846 0.538 68.88 68.88c-42.763 32.429-94.715 55.013-151.293 63.417l-1.827 0.223zM712 644.24c16.259-24.054 28.47-52.302 34.885-82.687l0.275-1.553h97.36c-8.596 58.394-31.14 110.347-64.128 153.959l0.608-0.839zM747.16 464c-6.69-31.938-18.901-60.186-35.698-85.086l0.538 0.846 68.88-68.88c32.423 42.765 55.006 94.716 63.417 151.291l0.223 1.829z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["poker-chip-bold"]},"attrs":[{}],"properties":{"order":29143,"id":341,"name":"poker-chip-bold","prevSize":16,"code":60554},"setIdx":3,"setId":3,"iconIdx":906},{"icon":{"paths":["M976 448h-37.8l-120.36-187.28c-14.395-22.223-39.069-36.72-67.129-36.72-0.067 0-0.134 0-0.201 0l0.010-0h-477.040c-0.062-0-0.136-0-0.209-0-28.064 0-52.737 14.516-66.922 36.448l-0.189 0.312-120.36 187.24h-37.8c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v272c0 44.183 35.817 80 80 80v0h96c44.183 0 80-35.817 80-80v0-80h384v80c0 44.183 35.817 80 80 80v0h96c44.183 0 80-35.817 80-80v0-272h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM282.2 320h459.6l82.2 128h-624zM224 800h-64v-64h64zM800 800v-64h64v64zM864 640h-704v-96h704zM368 112c0-26.51 21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["police-car-bold"]},"attrs":[{}],"properties":{"order":29144,"id":340,"name":"police-car-bold","prevSize":16,"code":60555},"setIdx":3,"setId":3,"iconIdx":907},{"icon":{"paths":["M933.88 389.8c26.063-26.063 42.184-62.069 42.184-101.84 0-79.542-64.482-144.024-144.024-144.024-39.771 0-75.777 16.12-101.84 42.184l0-0c-5.926 5.951-11.342 12.42-16.17 19.331l-0.31 0.469-90.2-24.6c-5.735-74.794-67.836-133.311-143.603-133.311-39.732 0-75.705 16.091-101.759 42.112l0.001-0.001c-26.038 26.085-42.139 62.097-42.139 101.868 0 19.875 4.021 38.811 11.294 56.039l-0.355-0.947-118.2 106.4c-19.869-10.972-43.557-17.429-68.752-17.429-39.772 0-75.787 16.088-101.891 42.112l0.004-0.004c-26.103 26.066-42.251 62.096-42.251 101.898 0 79.529 64.471 144 144 144 30.319 0 58.45-9.37 81.654-25.373l-0.483 0.315 261.12 191.48c-3.89 12.439-6.13 26.742-6.13 41.568 0 79.529 64.471 144 144 144s144-64.471 144-144c0-45.144-20.774-85.436-53.284-111.839l-0.266-0.209 101.52-288c0.054 0 0.118 0 0.182 0 39.729 0 75.691-16.129 101.695-42.197l0.003-0.003zM558.92 713.040l-261.12-191.48c3.859-12.426 6.082-26.713 6.082-41.519 0-19.897-4.014-38.857-11.278-56.114l0.356 0.952 118.24-106.44c19.883 11.027 43.601 17.518 68.835 17.518 39.755 0 75.748-16.11 101.805-42.158l-0 0c5.941-5.996 11.36-12.532 16.169-19.521l0.311-0.479 90.2 24.6c2.644 35.821 18.069 67.605 41.679 91.199l0.001 0.001c3.552 3.586 7.268 6.985 11.146 10.196l0.254 0.204-101.6 288c-30.286 0.014-58.382 9.375-81.564 25.355l0.484-0.315zM866 254c8.651 8.68 14 20.657 14 33.882 0 26.51-21.49 48-48 48s-48-21.49-48-48c0-13.226 5.349-25.202 14.001-33.884l-0.001 0.001c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001zM446 158c8.68-8.651 20.657-14 33.882-14 26.51 0 48 21.49 48 48s-21.49 48-48 48c-13.226 0-25.202-5.349-33.884-14.001l0.001 0.001c-8.71-8.69-14.098-20.706-14.098-33.98 0-13.294 5.404-25.326 14.136-34.018l0.002-0.002zM126 514c-8.651-8.68-14-20.657-14-33.882 0-26.51 21.49-48 48-48s48 21.49 48 48c0 13.226-5.349 25.202-14.001 33.884l0.001-0.001c-8.69 8.71-20.706 14.098-33.98 14.098-13.294 0-25.326-5.404-34.018-14.136l-0.002-0.002zM674 866c-8.68 8.651-20.657 14-33.882 14-26.51 0-48-21.49-48-48s21.49-48 48-48c13.226 0 25.202 5.349 33.884 14.001l-0.001-0.001c8.71 8.69 14.098 20.706 14.098 33.98 0 13.294-5.404 25.326-14.136 34.018l-0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["polygon-bold"]},"attrs":[{}],"properties":{"order":29145,"id":339,"name":"polygon-bold","prevSize":16,"code":60556},"setIdx":3,"setId":3,"iconIdx":908},{"icon":{"paths":["M929.12 285.28c-7.386-7.059-17.051-11.789-27.783-12.98l-0.217-0.020c-27.113-75.287-97.919-128.147-181.071-128.147-14.056 0-27.759 1.51-40.955 4.378l1.266-0.231c-33.259-59.988-96.206-99.921-168.48-99.921s-135.221 39.934-167.98 98.94l-0.5 0.981c-11.93-2.636-25.633-4.147-39.689-4.147-83.152 0-153.958 52.859-180.649 126.809l-0.422 1.338c-24.103 2.786-42.642 23.078-42.642 47.7 0 3.909 0.467 7.71 1.349 11.348l-0.067-0.328 122.2 519.32c8.466 35.606 39.998 61.68 77.62 61.68 0.091 0 0.183-0 0.274-0l-0.014 0h461.28c0.077 0 0.168 0 0.26 0 37.622 0 69.155-26.075 77.511-61.138l0.109-0.542 122.2-519.32c0.809-3.299 1.273-7.087 1.273-10.983 0-13.655-5.702-25.979-14.855-34.719l-0.019-0.018zM304 240c0.093-0 0.204-0.001 0.314-0.001 16.33 0 31.694 4.132 45.105 11.408l-0.499-0.248c6.526 3.539 14.288 5.619 22.536 5.619 22.831 0 41.939-15.94 46.802-37.297l0.062-0.322c9.933-43.252 48.096-75.022 93.68-75.022s83.747 31.771 93.555 74.376l0.125 0.646c4.925 21.68 24.033 37.619 46.864 37.619 8.248 0 16.010-2.080 22.79-5.745l-0.254 0.126c12.912-7.028 28.276-11.161 44.606-11.161 0.11 0 0.221 0 0.331 0.001l-0.017-0c0.027-0 0.059-0 0.091-0 38.312 0 71.382 22.442 86.781 54.898l0.249 0.582-132.52 37.84-132.88-53.12c-8.796-3.644-19.011-5.759-29.72-5.759s-20.924 2.116-30.25 5.952l0.53-0.193-132.88 53.12-132.52-37.84c15.648-33.038 48.718-55.48 87.029-55.48 0.032 0 0.064 0 0.096 0l-0.005-0zM404.52 414.68l107.48-43 107.48 43-53.52 401.32h-108zM193.44 388.64l115.12 32.88 52.6 394.48h-67.16zM730 816h-67.16l52.6-394.48 115.12-32.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["popcorn-bold"]},"attrs":[{}],"properties":{"order":29146,"id":338,"name":"popcorn-bold","prevSize":16,"code":60557},"setIdx":3,"setId":3,"iconIdx":909},{"icon":{"paths":["M800 576h-284l84.96-85c28.215 12.919 61.175 20.578 95.891 20.879l0.109 0.001c0.14 0 0.306 0.001 0.472 0.001 39.759 0 76.897-11.222 108.419-30.672l-0.891 0.512c96-58.28 148-191.16 138.16-355.48-1.481-24.278-20.802-43.599-44.945-45.073l-0.135-0.007c-164.36-9.64-297.24 41.96-355.48 138.16-36.96 60.96-40 133.6-9.32 204l-53.24 52.68-44.56-44.52c19.76-51.56 16-104.48-11.040-149.44-44.4-73.040-143.92-112.44-266.44-105.2-24.295 1.461-43.637 20.789-45.113 44.945l-0.007 0.135c-7.2 122.56 32 222.16 105.28 266.44 23.903 14.818 52.896 23.6 83.941 23.6 0.021 0 0.042-0 0.063-0l-0.003 0c23.514-0.155 45.914-4.738 66.469-12.954l-1.229 0.434 44.64 44.56-32 32h-156c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h29.080l46.52 209.36c8.054 36.077 39.795 62.641 77.74 62.641 0.119 0 0.239-0 0.358-0.001l-0.018 0h268.68c0.11 0.001 0.241 0.001 0.372 0.001 37.938 0 69.67-26.567 77.609-62.111l0.099-0.53 46.52-209.36h29.040c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM624.4 269.040c34.8-57.48 116.76-91.040 223.6-93.040-1.92 106.76-35.48 188.72-93 223.56-37.72 22.84-81.8 21.92-128-2.48-24.56-46.24-25.44-90.32-2.6-128.040zM342.040 406c-20.92 10.12-48 16-74.16 0.28-33.88-20.52-55.24-69.92-59.2-133.6 63.72 4 113.080 25.28 133.6 59.16 15.76 26.080 9.72 53.24-0.24 74.16zM633.52 848h-243.040l-39.080-176h321.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["potted-plant-bold"]},"attrs":[{}],"properties":{"order":29147,"id":337,"name":"potted-plant-bold","prevSize":16,"code":60558},"setIdx":3,"setId":3,"iconIdx":910},{"icon":{"paths":["M464 512v-320c0-26.51 21.49-48 48-48s48 21.49 48 48v0 320c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM730.2 184c-7.158-4.474-15.853-7.127-25.167-7.127-26.51 0-48 21.49-48 48 0 16.328 8.153 30.752 20.61 39.423l0.157 0.104c87.84 57.080 138.2 147.6 138.2 247.6 0 167.895-136.105 304-304 304s-304-136.105-304-304v0c0-100 50.36-190.52 138.2-247.8 11.718-8.85 19.213-22.754 19.213-38.41 0-26.51-21.49-48-48-48-8.68 0-16.822 2.304-23.847 6.333l0.234-0.124c-115.56 75.12-181.8 194.76-181.8 328 0 220.914 179.086 400 400 400s400-179.086 400-400v0c0-133.24-66.24-252.88-181.8-328z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["power-bold"]},"attrs":[{}],"properties":{"order":29148,"id":336,"name":"power-bold","prevSize":16,"code":60559},"setIdx":3,"setId":3,"iconIdx":911},{"icon":{"paths":["M756 752l78.080-78.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-78.080 78.040-132.28-132c95.691-26.911 164.672-113.4 164.672-216 0-123.712-100.288-224-224-224-0.138 0-0.275 0-0.413 0l0.021-0h-208c-26.51 0-48 21.49-48 48v0 608c0 26.51 21.49 48 48 48s48-21.49 48-48v0-208h92l192 192-78.080 78.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l78.080-78.040 78.040 78.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0zM336 208h160c70.692 0 128 57.308 128 128s-57.308 128-128 128v0h-160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["prescription-bold"]},"attrs":[{}],"properties":{"order":29149,"id":335,"name":"prescription-bold","prevSize":16,"code":60560},"setIdx":3,"setId":3,"iconIdx":912},{"icon":{"paths":["M864 144h-304v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-304c-44.183 0-80 35.817-80 80v0 480c0 44.183 35.817 80 80 80v0h124l-65.6 82c-6.559 8.14-10.528 18.606-10.528 30 0 26.514 21.494 48.008 48.008 48.008 15.12 0 28.608-6.99 37.408-17.915l0.072-0.092 113.6-142h209.84l113.6 142c8.872 11.018 22.36 18.008 37.48 18.008 26.514 0 48.008-21.494 48.008-48.008 0-11.394-3.969-21.86-10.6-30.092l0.072 0.092-65.36-82h124c44.183 0 80-35.817 80-80v0-480c0-44.183-35.817-80-80-80v0zM848 688h-672v-448h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["presentation-bold"]},"attrs":[{}],"properties":{"order":29150,"id":334,"name":"presentation-bold","prevSize":16,"code":60561},"setIdx":3,"setId":3,"iconIdx":913},{"icon":{"paths":["M864 144h-304v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-304c-44.183 0-80 35.817-80 80v0 480c0 44.183 35.817 80 80 80v0h124l-65.6 82c-6.559 8.14-10.528 18.606-10.528 30 0 26.514 21.494 48.008 48.008 48.008 15.12 0 28.608-6.99 37.408-17.915l0.072-0.092 113.6-142h209.84l113.6 142c8.872 11.018 22.36 18.008 37.48 18.008 26.514 0 48.008-21.494 48.008-48.008 0-11.394-3.969-21.86-10.6-30.092l0.072 0.092-65.36-82h124c44.183 0 80-35.817 80-80v0-480c0-44.183-35.817-80-80-80v0zM848 688h-672v-448h672zM416 480v96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-96c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM512 368c26.51 0 48 21.49 48 48v0 160c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-160c0-26.51 21.49-48 48-48v0zM608 576v-224c0-26.51 21.49-48 48-48s48 21.49 48 48v0 224c0 26.51-21.49 48-48 48s-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["presentation-chart-bold"]},"attrs":[{}],"properties":{"order":29151,"id":333,"name":"presentation-chart-bold","prevSize":16,"code":60562},"setIdx":3,"setId":3,"iconIdx":914},{"icon":{"paths":["M858.68 272h-42.68v-112c0-26.51-21.49-48-48-48v0h-512c-26.51 0-48 21.49-48 48v0 112h-42.68c-64.68 0-117.32 50.24-117.32 112v320c0 26.51 21.49 48 48 48v0h112v112c0 26.51 21.49 48 48 48v0h512c26.51 0 48-21.49 48-48v0-112h112c26.51 0 48-21.49 48-48v0-320c0-61.76-52.64-112-117.32-112zM304 208h416v64h-416zM720 816h-416v-128h416zM880 656h-64v-16c0-26.51-21.49-48-48-48v0h-512c-26.51 0-48 21.49-48 48v0 16h-64v-272c0-8.68 9.76-16 21.32-16h693.36c11.56 0 21.32 7.32 21.32 16zM816 480c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["printer-bold"]},"attrs":[{}],"properties":{"order":29152,"id":332,"name":"printer-bold","prevSize":16,"code":60563},"setIdx":3,"setId":3,"iconIdx":915},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM848 512c0 0.095 0 0.207 0 0.32 0 75.729-25.173 145.579-67.608 201.638l0.608-0.837-470.12-470.12c55.364-41.734 125.31-66.841 201.12-66.841 185.512 0 335.909 150.341 336 335.832l0 0.009zM176 512c-0-0.095-0-0.207-0-0.32 0-75.729 25.173-145.579 67.608-201.638l-0.608 0.837 470.12 470.12c-55.364 41.734-125.31 66.841-201.12 66.841-185.512 0-335.909-150.341-336-335.832l-0-0.009z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["prohibit-bold"]},"attrs":[{}],"properties":{"order":29153,"id":331,"name":"prohibit-bold","prevSize":16,"code":60564},"setIdx":3,"setId":3,"iconIdx":916},{"icon":{"paths":["M673.96 606.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-256-256c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026zM848 512c0-185.568-150.432-336-336-336s-336 150.432-336 336c0 185.568 150.432 336 336 336v0c185.485-0.205 335.795-150.515 336-335.98l0-0.020z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["prohibit-inset-bold"]},"attrs":[{}],"properties":{"order":29154,"id":330,"name":"prohibit-inset-bold","prevSize":16,"code":60565},"setIdx":3,"setId":3,"iconIdx":917},{"icon":{"paths":["M944 288v-96c0-44.183-35.817-80-80-80v0h-704c-44.183 0-80 35.817-80 80v0 96c-0 0.005-0 0.011-0 0.016 0 38.519 27.223 70.68 63.479 78.292l0.521 0.092v289.6h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h336v92.88c-28.897 16.908-48 47.792-48 83.138 0 53.019 42.981 96 96 96s96-42.981 96-96c0-35.346-19.103-66.231-47.547-82.893l-0.453-0.245v-92.88h336c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-16v-289.6c36.777-7.704 64-39.865 64-78.384 0-0.006-0-0.011-0-0.017l0 0.001zM176 208h672v64h-672zM240 656v-288h544v288z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["projector-screen-bold"]},"attrs":[{}],"properties":{"order":29155,"id":329,"name":"projector-screen-bold","prevSize":16,"code":60566},"setIdx":3,"setId":3,"iconIdx":918},{"icon":{"paths":["M416 512v32c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-32c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM512 448c-26.51 0-48 21.49-48 48v0 48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48c0-26.51-21.49-48-48-48v0zM656 432c-26.51 0-48 21.49-48 48v0 64c0 26.51 21.49 48 48 48s48-21.49 48-48v0-64c0-26.51-21.49-48-48-48v0zM880 366.4v289.6h16c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-336v92.88c28.897 16.908 48 47.792 48 83.138 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-35.346 19.103-66.231 47.547-82.893l0.453-0.245v-92.88h-336c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h16v-289.6c-36.777-7.704-64-39.865-64-78.384 0-0.006 0-0.011 0-0.017l-0 0.001v-96c0-44.183 35.817-80 80-80v0h704c44.183 0 80 35.817 80 80v0 96c0 0.005 0 0.011 0 0.016 0 38.519-27.223 70.68-63.479 78.292l-0.521 0.092zM176 272h672v-64h-672zM784 656v-288h-544v288z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["projector-screen-chart-bold"]},"attrs":[{}],"properties":{"order":29156,"id":328,"name":"projector-screen-chart-bold","prevSize":16,"code":60567},"setIdx":3,"setId":3,"iconIdx":919},{"icon":{"paths":["M976 512c0 26.51-21.49 48-48 48v0h-98.32l-146.76 293.48c-8.058 15.848-24.243 26.518-42.92 26.52l-2.4 0c-19.392-1.012-35.655-13.388-42.328-30.553l-0.112-0.327-215.16-564.52-112.32 247.4c-7.77 16.661-24.378 28-43.635 28-0.016 0-0.032-0-0.048-0l-127.998 0c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h97.080l147.24-324c7.752-16.708 24.384-28.087 43.674-28.087 20.357 0 37.755 12.673 44.733 30.56l0.112 0.327 217.12 569.84 111.12-222.24c8.080-15.784 24.233-26.4 42.865-26.4 0.019 0 0.038 0 0.058 0l127.997-0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pulse-bold"]},"attrs":[{}],"properties":{"order":29157,"id":327,"name":"pulse-bold","prevSize":16,"code":60568},"setIdx":3,"setId":3,"iconIdx":920},{"icon":{"paths":["M952.6 314.16l-242.76-242.72c-14.48-14.496-34.493-23.463-56.6-23.463s-42.12 8.967-56.599 23.462l-0.001 0.001-207.84 208.56c-49.72-13.32-146.72-22.88-246.96 58-18.268 14.784-29.852 37.205-29.852 62.331 0 22.102 8.963 42.11 23.451 56.588l0.001 0.001 181.84 181.88-159.2 159.2c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l159.2-159.24 181.88 181.84c14.461 14.445 34.425 23.384 56.477 23.4l0.003 0c1.84 0 3.72 0 5.6-0.2 23.873-1.776 44.626-13.78 58.094-31.599l0.146-0.201c18.76-24.92 44-64.52 57.76-112s13.8-91.52 0.64-133.6l206.8-207.48c14.341-14.454 23.204-34.362 23.204-56.34 0-22.018-8.895-41.958-23.287-56.424l0.003 0.003zM655.56 589.32c-8.648 8.68-13.996 20.654-13.996 33.878 0 7.831 1.875 15.224 5.201 21.755l-0.126-0.272c13.72 27.44 27.6 84-25.12 162.6l-405.2-405.16c84.36-58.36 158.12-26.56 164-24 6.244 3.309 13.65 5.251 21.51 5.251 13.254 0 25.217-5.524 33.714-14.394l0.016-0.017 217.72-218.44 220 220z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["push-pin-bold"]},"attrs":[{}],"properties":{"order":29158,"id":326,"name":"push-pin-bold","prevSize":16,"code":60569},"setIdx":3,"setId":3,"iconIdx":921},{"icon":{"paths":["M864 656h-23.72l-79.080-448h6.8c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-512c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h6.8l-79.080 448h-23.72c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h304v208c0 26.51 21.49 48 48 48s48-21.49 48-48v0-208h304c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM360.28 208h303.44l79.080 448h-461.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["push-pin-simple-bold"]},"attrs":[{}],"properties":{"order":29159,"id":325,"name":"push-pin-simple-bold","prevSize":16,"code":60570},"setIdx":3,"setId":3,"iconIdx":922},{"icon":{"paths":["M867.52 831.72l-640-704c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 91.52 100.48-64.28 363.24h-23.72c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h304v208c0 26.51 21.49 48 48 48s48-21.49 48-48v0-208h105.32l131.16 144.28c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM281.2 656l48.28-273.44 248.56 273.44zM360.24 160c0-26.51 21.49-48 48-48v0h359.76c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-6.8l61.32 347.36c0.468 2.517 0.736 5.413 0.736 8.371 0 23.561-16.975 43.157-39.362 47.225l-0.293 0.044c-2.523 0.453-5.429 0.715-8.395 0.72l-0.005 0c-23.55-0.041-43.12-17.035-47.156-39.428l-0.044-0.292-64.28-364h-255.48c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["push-pin-simple-slash-bold"]},"attrs":[{}],"properties":{"order":29160,"id":324,"name":"push-pin-simple-slash-bold","prevSize":16,"code":60571},"setIdx":3,"setId":3,"iconIdx":923},{"icon":{"paths":["M227.52 127.72c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 83.52 91.72c-37.722 12.62-70.354 31.018-98.669 54.449l0.509-0.409c-18.268 14.784-29.852 37.205-29.852 62.331 0 22.102 8.963 42.11 23.451 56.588l0.001 0.001 181.84 181.88-159.2 159.2c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l159.2-159.24 181.88 181.84c14.457 14.421 34.405 23.344 56.437 23.36l0.003 0c1.88 0 3.76 0 5.64-0.2 23.873-1.776 44.626-13.78 58.094-31.599l0.146-0.201c13.675-17.949 26.363-38.212 37.139-59.603l1.021-2.237 70.88 77.96c8.834 9.925 21.644 16.146 35.907 16.146 26.51 0 48-21.49 48-48 0-12.651-4.894-24.159-12.893-32.734l0.026 0.028zM621.48 807.24l-405.16-405.16c31.68-22.080 64.92-33.6 99.32-34.76l338.040 372c-7.856 25.865-18.825 48.409-32.75 68.771l0.55-0.851zM952.6 427.24l-156 156.44c-8.694 8.718-20.717 14.113-34 14.113-26.517 0-48.013-21.496-48.013-48.013 0-13.233 5.354-25.216 14.014-33.901l144.759-145.199-220-220-131 131.32c-8.665 8.561-20.58 13.85-33.731 13.85-26.51 0-48-21.49-48-48 0-13.091 5.24-24.958 13.738-33.617l-0.007 0.007 142.28-142.76c14.48-14.496 34.493-23.463 56.6-23.463s42.12 8.967 56.599 23.462l0.001 0.001 242.76 242.72c14.472 14.476 23.423 34.473 23.423 56.56s-8.951 42.084-23.423 56.56l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["push-pin-slash-bold"]},"attrs":[{}],"properties":{"order":29161,"id":323,"name":"push-pin-slash-bold","prevSize":16,"code":60572},"setIdx":3,"setId":3,"iconIdx":924},{"icon":{"paths":["M889.64 620.64c-7.262-4.65-16.121-7.412-25.625-7.412-7.492 0-14.583 1.716-20.901 4.777l0.286-0.125c-8.055 3.928-17.525 6.225-27.532 6.225-35.346 0-64-28.654-64-64 0-1.444 0.048-2.877 0.142-4.297l-0.010 0.193c2.323-31.887 27.403-57.242 58.957-59.983l0.243-0.017c1.414-0.112 3.061-0.176 4.723-0.176 9.915 0 19.298 2.279 27.653 6.341l-0.376-0.165c6.081 2.991 13.236 4.741 20.8 4.741 26.489 0 47.966-21.457 48-47.938l0-0.003v-170.8c0-44.183-35.817-80-80-80v0h-128c-0.077-45.939-19.431-87.343-50.401-116.567l-0.079-0.073c-28.367-26.876-66.775-43.402-109.043-43.402-3.771 0-7.511 0.132-11.216 0.39l0.499-0.028c-79.759 5.4-143.217 68.39-149.326 147.452l-0.034 0.548c-0.4 3.96-0.4 7.68-0.4 11.68h-128c-44.183 0-80 35.817-80 80v0 112c-45.939 0.077-87.343 19.431-116.567 50.401l-0.073 0.079c-26.867 28.553-43.377 67.118-43.377 109.54 0 84.289 65.178 153.356 147.884 159.548l0.533 0.032c2.905 0.265 6.283 0.416 9.696 0.416 0.67 0 1.338-0.006 2.004-0.017l-0.1 0.001v112c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-170.76c0-0.006 0-0.014 0-0.022 0-16.999-8.837-31.935-22.168-40.463l-0.192-0.115zM816 816h-544v-154.76c0-0.002 0-0.003 0-0.005 0-26.51-21.49-48-48-48-7.486 0-14.572 1.714-20.886 4.77l0.286-0.125c-8.061 3.968-17.547 6.288-27.574 6.288-1.628 0-3.241-0.061-4.838-0.181l0.213 0.013c-31.722-2.743-56.761-27.975-59.186-59.539l-0.014-0.221c-0.090-1.272-0.141-2.756-0.141-4.252 0-35.346 28.654-64 64-64 9.964 0 19.395 2.277 27.804 6.339l-0.382-0.166c6.060 2.967 13.187 4.702 20.72 4.702 26.51 0 48-21.49 48-48 0-0.022-0-0.044-0-0.066l0 0.003v-154.8h170.8c26.495-0.020 47.965-21.503 47.965-48 0-7.486-1.714-14.572-4.77-20.886l0.125 0.286c-3.968-8.061-6.288-17.547-6.288-27.574 0-1.628 0.061-3.241 0.181-4.838l-0.013 0.213c2.726-31.729 27.968-56.778 59.541-59.187l0.219-0.013c1.278-0.091 2.77-0.143 4.274-0.143 35.346 0 64 28.654 64 64 0 9.949-2.27 19.367-6.32 27.766l0.166-0.383c-2.979 6.070-4.722 13.212-4.722 20.76 0 26.51 21.49 48 48 48 0.029 0 0.057-0 0.086-0l-0.004 0h170.76v96c-4 0-7.72 0-11.6 0.44-83.115 6.362-148.145 75.367-148.145 159.56 0 88.276 71.489 159.855 159.731 160l0.014 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["puzzle-piece-bold"]},"attrs":[{}],"properties":{"order":29162,"id":322,"name":"puzzle-piece-bold","prevSize":16,"code":60573},"setIdx":3,"setId":3,"iconIdx":925},{"icon":{"paths":["M400 144h-176c-44.183 0-80 35.817-80 80v0 176c0 44.183 35.817 80 80 80v0h176c44.183 0 80-35.817 80-80v0-176c0-44.183-35.817-80-80-80v0zM384 384h-144v-144h144zM400 544h-176c-44.183 0-80 35.817-80 80v0 176c0 44.183 35.817 80 80 80v0h176c44.183 0 80-35.817 80-80v0-176c0-44.183-35.817-80-80-80v0zM384 784h-144v-144h144zM800 144h-176c-44.183 0-80 35.817-80 80v0 176c0 44.183 35.817 80 80 80v0h176c44.183 0 80-35.817 80-80v0-176c0-44.183-35.817-80-80-80v0zM784 384h-144v-144h144zM544 688v-96c0-26.51 21.49-48 48-48s48 21.49 48 48v0 96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM880 656c0 26.51-21.49 48-48 48v0h-48v128c0 26.51-21.49 48-48 48v0h-144c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h96v-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h48c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["qr-code-bold"]},"attrs":[{}],"properties":{"order":29163,"id":321,"name":"qr-code-bold","prevSize":16,"code":60574},"setIdx":3,"setId":3,"iconIdx":926},{"icon":{"paths":["M576 720c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026zM848 512c0-185.568-150.432-336-336-336s-336 150.432-336 336c0 185.568 150.432 336 336 336v0c185.485-0.205 335.795-150.515 336-335.98l0-0.020zM512 256c-97.040 0-176 71.76-176 160v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16c0-35.28 36-64 80-64s80 28.72 80 64-36 64-80 64c-26.51 0-48 21.49-48 48v0 32c-0 0.034-0 0.075-0 0.116 0 26.51 21.49 48 48 48 22.923 0 42.093-16.069 46.861-37.557l0.059-0.319c74.32-18.72 129.080-80.76 129.080-154.24 0-88.24-78.96-160-176-160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["question-bold"]},"attrs":[{}],"properties":{"order":29164,"id":320,"name":"question-bold","prevSize":16,"code":60575},"setIdx":3,"setId":3,"iconIdx":927},{"icon":{"paths":["M112 256c0-26.51 21.49-48 48-48v0h704c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48v0zM528 464h-368c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h368c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM528 720h-368c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h368c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM1008 640c0 0.005 0 0.010 0 0.016 0 17.082-8.923 32.081-22.363 40.588l-0.197 0.116-256 160c-7.22 4.578-16.013 7.296-25.44 7.296-26.51 0-48-21.49-48-48 0-0.006 0-0.011 0-0.017l-0 0.001v-320c-0-0.005-0-0.010-0-0.016 0-26.51 21.49-48 48-48 9.427 0 18.22 2.718 25.637 7.412l-0.197-0.116 256 160c13.637 8.623 22.56 23.622 22.56 40.704 0 0.006-0 0.011-0 0.017l0-0.001zM869.44 640l-117.44-73.4v146.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["queue-bold"]},"attrs":[{}],"properties":{"order":29165,"id":319,"name":"queue-bold","prevSize":16,"code":60576},"setIdx":3,"setId":3,"iconIdx":928},{"icon":{"paths":["M400 208h-240c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h224v16c0 61.856-50.144 112-112 112v0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c114.82-0.137 207.863-93.18 208-207.987l0-0.013v-352c0-44.183-35.817-80-80-80v0zM384 528h-208v-224h208zM864 208h-240c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h224v16c0 61.856-50.144 112-112 112v0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c114.82-0.137 207.863-93.18 208-207.987l0-0.013v-352c0-44.183-35.817-80-80-80v0zM848 528h-208v-224h208z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["quotes-bold"]},"attrs":[{}],"properties":{"order":29166,"id":318,"name":"quotes-bold","prevSize":16,"code":60577},"setIdx":3,"setId":3,"iconIdx":929},{"icon":{"paths":["M976 288v96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-366.72l-180.32 480.84c-7.025 18.346-24.489 31.136-44.94 31.136s-37.915-12.79-44.829-30.807l-0.111-0.329-192-512c-2.019-5.105-3.19-11.019-3.19-17.206 0-26.51 21.49-48 48-48 20.582 0 38.139 12.955 44.961 31.155l0.109 0.331 147.040 392 147.080-392c7.028-18.333 24.481-31.114 44.919-31.12l448.001-0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radical-bold"]},"attrs":[{}],"properties":{"order":29167,"id":317,"name":"radical-bold","prevSize":16,"code":60578},"setIdx":3,"setId":3,"iconIdx":930},{"icon":{"paths":["M512 448c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM384 512c0-26.51-21.49-48-48-48v0h-158.12c12.914-88.307 58.606-164.067 124.099-215.905l0.701-0.535 78.84 136.44c8.348 14.873 24.018 24.758 41.998 24.758 26.51 0 48-21.49 48-48 0-9.146-2.558-17.695-6.998-24.969l0.12 0.211-88-152c-14.085-24.1-39.833-40.034-69.301-40.034-17.308 0-33.332 5.496-46.422 14.839l0.244-0.165c-100.778 71.7-168.914 183.638-180.91 311.886l-0.13 1.714c-0.203 2.15-0.319 4.65-0.319 7.177 0 21.047 8.039 40.216 21.214 54.604l-0.055-0.061c14.675 16.022 35.688 26.033 59.039 26.040l176.001 0c26.51 0 48-21.49 48-48v0zM943.68 472.24c-12.115-129.953-80.256-241.882-179.715-312.664l-1.325-0.896c-12.85-9.184-28.88-14.685-46.195-14.685-29.457 0-55.196 15.921-69.081 39.628l-0.204 0.378-87.8 152c-3.777 6.701-6.002 14.712-6.002 23.242 0 26.51 21.49 48 48 48 17.364 0 32.574-9.22 41.002-23.031l0.12-0.211 78.84-136.52c66.21 52.391 111.906 128.182 124.581 214.701l0.219 1.819h-158.12c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h176c23.279-0.067 44.209-10.066 58.786-25.98l0.054-0.060c13.12-14.328 21.159-33.497 21.159-54.543 0-2.527-0.116-5.026-0.343-7.494l0.024 0.317zM641.6 640.44c-8.455-14.454-23.902-24.009-41.58-24.009-26.515 0-48.009 21.495-48.009 48.009 0 8.836 2.387 17.115 6.552 24.227l-0.123-0.227 78.32 135.56c-36.947 15.135-79.828 23.92-124.76 23.92s-87.812-8.785-127.017-24.731l2.257 0.812 78.32-135.64c4.042-6.885 6.429-15.164 6.429-24 0-26.515-21.495-48.009-48.009-48.009-17.678 0-33.125 9.555-41.457 23.783l-0.123 0.227-87.28 151.2c-6.743 11.478-10.726 25.281-10.726 40.014 0 31.978 18.762 59.574 45.879 72.379l0.487 0.207c53.166 25.104 115.492 39.76 181.24 39.76s128.073-14.655 183.887-40.878l-2.647 1.118c27.604-13.013 46.366-40.608 46.366-72.586 0-14.733-3.983-28.536-10.93-40.391l0.204 0.377z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radioactive-bold"]},"attrs":[{}],"properties":{"order":29168,"id":316,"name":"radioactive-bold","prevSize":16,"code":60579},"setIdx":3,"setId":3,"iconIdx":931},{"icon":{"paths":["M640 720c79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144v0c0 79.529 64.471 144 144 144v0zM640 528c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM864 272h-408.96l326.76-98c19.963-6.127 34.225-24.398 34.225-46 0-26.524-21.502-48.025-48.025-48.025-4.921 0-9.67 0.74-14.14 2.115l0.34-0.090-640 192c-19.948 6.126-34.2 24.385-34.2 45.973 0 0.009 0 0.019 0 0.028l-0-0.001v480c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-448c0-44.183-35.817-80-80-80v0zM848 784h-672v-416h672zM240 496c0-26.51 21.49-48 48-48v0h96c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-96c-26.51 0-48-21.49-48-48v0zM240 656c0-26.51 21.49-48 48-48v0h96c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-96c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radio-bold"]},"attrs":[{}],"properties":{"order":29169,"id":315,"name":"radio-bold","prevSize":16,"code":60580},"setIdx":3,"setId":3,"iconIdx":932},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM512 256c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radio-button-bold"]},"attrs":[{}],"properties":{"order":29170,"id":314,"name":"radio-button-bold","prevSize":16,"code":60581},"setIdx":3,"setId":3,"iconIdx":933},{"icon":{"paths":["M1024 688v32c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-32c0-229.75-186.25-416-416-416s-416 186.25-416 416v0 32c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-32c0-282.77 229.23-512 512-512s512 229.23 512 512v0zM512 560c-79.529 0-144 64.471-144 144v0 16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16c0-79.529-64.471-144-144-144v0zM512 368c-185.485 0.205-335.795 150.515-336 335.98l-0 0.020v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16c0-132.548 107.452-240 240-240s240 107.452 240 240v0 16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16c-0.205-185.485-150.515-335.795-335.98-336l-0.020-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rainbow-bold"]},"attrs":[{}],"properties":{"order":29171,"id":313,"name":"rainbow-bold","prevSize":16,"code":60582},"setIdx":3,"setId":3,"iconIdx":934},{"icon":{"paths":["M816 432c-83.225 0.231-154.983 49.090-188.379 119.65l-0.541 1.27h-3.080c-79.4 0-144 66.2-144 147.56s64.6 147.52 144 147.52h192c114.875 0 208-93.125 208-208s-93.125-208-208-208v0zM816 752h-192c-26.48 0-48-23.12-48-51.56s21.52-51.56 48-51.56c0.052-0 0.114-0 0.175-0 6.085 0 11.882 1.235 17.153 3.469l-0.288-0.109c5.382 2.268 11.64 3.586 18.204 3.586 23.121 0 42.424-16.347 46.981-38.114l0.055-0.312c10.864-51.389 55.841-89.4 109.696-89.4 61.856 0 112 50.144 112 112 0 61.848-50.131 111.986-111.975 112l-0.001 0zM436.88 547.36c6.28 8.036 10.070 18.284 10.070 29.416 0 15.362-7.217 29.039-18.445 37.824l-0.105 0.079c-7.575 5.91-12.4 15.039-12.4 25.295 0 0.009 0 0.018 0 0.026l-0-0.001v64c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-64c-0-0.117-0.001-0.255-0.001-0.394 0-40.871 19.276-77.24 49.233-100.511l0.288-0.215c8.041-6.292 18.297-10.089 29.441-10.089 15.371 0 29.054 7.225 37.839 18.463l0.080 0.106zM546.64 475.36c-28.163-17.133-62.217-27.276-98.64-27.276-106.009 0-191.952 85.913-192 191.911l-0 0.005v64c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-64c-0-0.005-0-0.011-0-0.017 0-159.058 128.942-288 288-288 54.651 0 105.746 15.222 149.278 41.658l-1.278-0.721c14.056 8.542 23.302 23.771 23.302 41.16 0 26.511-21.491 48.002-48.002 48.002-9.122 0-17.65-2.545-24.912-6.962l0.212 0.12zM96 640v64c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-64c-0-0.006-0-0.013-0-0.020 0-247.424 200.576-448 448-448 112.699 0 215.678 41.614 294.411 110.314l-0.531-0.454c10.134 8.848 16.501 21.79 16.501 36.22 0 26.51-21.491 48.001-48.001 48.001-12.081 0-23.119-4.463-31.557-11.83l0.057 0.048c-61.44-53.609-142.343-86.296-230.88-86.296-194.404 0-352 157.596-352 352 0 0.006 0 0.012 0 0.017l-0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rainbow-cloud-bold"]},"attrs":[{}],"properties":{"order":29172,"id":312,"name":"rainbow-cloud-bold","prevSize":16,"code":60583},"setIdx":3,"setId":3,"iconIdx":935},{"icon":{"paths":["M845.92 141.28l-521-92c-4.19-0.778-9.011-1.223-13.936-1.223-39.272 0-71.934 28.297-78.71 65.615l-0.074 0.488-119 676c-0.769 4.167-1.21 8.961-1.21 13.859 0 39.267 28.29 71.926 65.601 78.708l0.489 0.074 521 92c4.229 0.789 9.095 1.24 14.066 1.24 0.005 0 0.010-0 0.015-0l-0.001 0c0.012 0 0.025 0 0.039 0 39.306 0 71.992-28.347 78.728-65.713l0.073-0.487 119-676c0.757-4.133 1.19-8.89 1.19-13.747 0-39.331-28.383-72.033-65.785-78.741l-0.485-0.072zM700 877.44l-489.48-86.44 113.48-644.44 489.48 86.44zM367.6 268c4.115-22.677 23.71-39.649 47.268-39.649 2.944 0 5.827 0.265 8.625 0.773l-0.293-0.044 268.8 47.48c23.196 3.656 40.725 23.504 40.725 47.445 0 26.51-21.49 48-48 48-0.255 0-0.509-0.002-0.763-0.006l0.038 0c-2.971-0.005-5.877-0.267-8.703-0.764l0.303 0.044-269.080-47.68c-22.677-4.115-39.649-23.71-39.649-47.268 0-2.944 0.265-5.827 0.773-8.625l-0.044 0.293zM340 425.56c4.112-22.68 23.708-39.656 47.269-39.656 2.958 0 5.854 0.268 8.664 0.78l-0.294-0.044 268.88 47.52c22.601 4.18 39.492 23.738 39.492 47.24 0 26.51-21.49 48-48 48-0.004 0-0.009-0-0.013-0l0.001 0c-2.97-0.003-5.876-0.265-8.701-0.764l0.301 0.044-268.84-47.52c-22.602-4.18-39.494-23.737-39.494-47.24 0-2.954 0.267-5.846 0.778-8.653l-0.044 0.293zM312 583.12c4.115-22.677 23.71-39.649 47.268-39.649 2.944 0 5.827 0.265 8.625 0.773l-0.293-0.044 134.56 23.8c22.71 4.086 39.717 23.697 39.717 47.28 0 26.509-21.489 47.999-47.997 48l-0 0c-0.008 0-0.016 0-0.025 0-2.961 0-5.857-0.277-8.664-0.805l0.289 0.045-134.44-23.72c-22.74-4.061-39.779-23.686-39.779-47.291 0-2.965 0.269-5.867 0.783-8.683l-0.045 0.294z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["read-cv-logo-bold"]},"attrs":[{}],"properties":{"order":29173,"id":311,"name":"read-cv-logo-bold","prevSize":16,"code":60584},"setIdx":3,"setId":3,"iconIdx":936},{"icon":{"paths":["M272 400c0-26.51 21.49-48 48-48v0h384c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48v0zM320 608h384c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-384c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM944 224v608c-0.003 26.507-21.492 47.994-48 47.994-7.83 0-15.222-1.875-21.752-5.2l0.272 0.126-106.52-53.24-106.52 53.24c-6.258 3.199-13.65 5.074-21.48 5.074s-15.222-1.875-21.752-5.2l0.272 0.126-106.52-53.24-106.52 53.24c-6.258 3.199-13.65 5.074-21.48 5.074s-15.222-1.875-21.752-5.2l0.272 0.126-106.52-53.24-106.52 53.24c-6.258 3.199-13.65 5.074-21.48 5.074-26.508 0-47.997-21.487-48-47.994l-0-0v-608c0-44.183 35.817-80 80-80v0h704c44.183 0 80 35.817 80 80v0zM848 240h-672v514.32l58.52-29.24c6.258-3.199 13.65-5.074 21.48-5.074s15.222 1.875 21.752 5.2l-0.272-0.126 106.52 53.24 106.52-53.24c6.258-3.199 13.65-5.074 21.48-5.074s15.222 1.875 21.752 5.2l-0.272-0.126 106.52 53.24 106.52-53.24c6.258-3.199 13.65-5.074 21.48-5.074s15.222 1.875 21.752 5.2l-0.272-0.126 58.52 29.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["receipt-bold"]},"attrs":[{}],"properties":{"order":29174,"id":310,"name":"receipt-bold","prevSize":16,"code":60585},"setIdx":3,"setId":3,"iconIdx":937},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 608c0.003 26.507 21.492 47.994 48 47.994 7.83 0 15.222-1.875 21.752-5.2l-0.272 0.126 106.52-53.24 106.52 53.24c6.258 3.199 13.65 5.074 21.48 5.074s15.222-1.875 21.752-5.2l-0.272 0.126 106.52-53.24 106.52 53.24c6.258 3.199 13.65 5.074 21.48 5.074s15.222-1.875 21.752-5.2l-0.272 0.126 106.52-53.24 106.52 53.24c6.258 3.199 13.65 5.074 21.48 5.074 26.508 0 47.997-21.487 48-47.994l0-0v-608c0-44.183-35.817-80-80-80v0zM848 754.32l-58.52-29.24c-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126-106.52 53.24-106.52-53.24c-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126-106.52 53.24-106.52-53.24c-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126-58.52 29.24v-514.32h672zM382.040 542.040l61.96-62.040-61.96-62.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 61.96 62.040 62.040-62.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-62.040 62.080 62.080 62.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-62.080-62.040-62.040 62.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["receipt-x-bold"]},"attrs":[{}],"properties":{"order":29175,"id":309,"name":"receipt-x-bold","prevSize":16,"code":60586},"setIdx":3,"setId":3,"iconIdx":938},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM512 240c-150.221 0-272 121.779-272 272s121.779 272 272 272c150.221 0 272-121.779 272-272v0c-0.159-150.157-121.843-271.841-271.985-272l-0.015-0zM512 688c-97.202 0-176-78.798-176-176s78.798-176 176-176c97.202 0 176 78.798 176 176v0c-0.114 97.156-78.844 175.886-175.989 176l-0.011 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["record-bold"]},"attrs":[{}],"properties":{"order":29176,"id":308,"name":"record-bold","prevSize":16,"code":60587},"setIdx":3,"setId":3,"iconIdx":939},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM848 784h-672v-544h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rectangle-bold"]},"attrs":[{}],"properties":{"order":29177,"id":307,"name":"rectangle-bold","prevSize":16,"code":60588},"setIdx":3,"setId":3,"iconIdx":940},{"icon":{"paths":["M400 832c0 26.51-21.49 48-48 48v0h-192c-61.824-0.043-111.925-50.17-111.925-112 0-20.619 5.572-39.936 15.291-56.529l-0.286 0.529 117.8-203.52-19.040 5.080c-4.002 1.204-8.601 1.897-13.361 1.897-26.51 0-48-21.49-48-48 0-22.449 15.411-41.298 36.23-46.546l0.331-0.071 131.080-35.080c3.72-1.035 7.992-1.63 12.403-1.63 22.082 0 40.681 14.911 46.278 35.213l0.079 0.337 35.16 131.080c1.277 4.117 2.013 8.849 2.013 13.754 0 26.51-21.49 48-48 48-22.562 0-41.488-15.566-46.625-36.545l-0.068-0.329-5.040-19.64-118 204c-1.348 2.295-2.144 5.055-2.144 8.001 0 8.775 7.064 15.9 15.815 15.999l0.009 0h192c26.51 0 48 21.49 48 48v0zM512 144c0.085-0.002 0.185-0.003 0.286-0.003 5.806 0 10.865 3.196 13.514 7.924l0.040 0.078 117.8 203.48-19-5.080c-4.184-1.321-8.996-2.082-13.985-2.082-26.51 0-48 21.49-48 48 0 22.732 15.802 41.773 37.020 46.738l0.325 0.064 131.080 35.16c3.72 1.035 7.992 1.63 12.403 1.63 22.082 0 40.681-14.911 46.278-35.213l0.079-0.337 34.96-131.16c1.041-3.731 1.639-8.016 1.639-12.44 0-26.531-21.508-48.039-48.039-48.039-22.107 0-40.726 14.933-46.321 35.261l-0.079 0.337-5.24 19.44-117.84-203.76c-19.743-33.641-55.735-55.871-96.92-55.871s-77.177 22.229-96.634 55.345l-0.286 0.526-92.64 160c-4.543 7.2-7.24 15.96-7.24 25.349 0 26.51 21.49 48 48 48 18.216 0 34.062-10.147 42.194-25.097l0.126-0.252 92.64-160c2.69-4.807 7.749-8.003 13.554-8.003 0.1 0 0.201 0.001 0.301 0.003l-0.015-0zM960.76 712l-92.56-160c-8.258-15.202-24.104-25.349-42.32-25.349-26.51 0-48 21.49-48 48 0 9.39 2.696 18.15 7.356 25.548l-0.117-0.199 92.56 160c1.348 2.295 2.144 5.054 2.144 8 0 8.831-7.154 15.991-15.983 16l-235.841 0 14.040-14.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-96 96c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 96 96c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-0-0-14.040-13.96h236c61.824-0.043 111.925-50.17 111.925-112 0-20.619-5.572-39.936-15.291-56.529l0.286 0.529z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["recycle-bold"]},"attrs":[{}],"properties":{"order":29178,"id":306,"name":"recycle-bold","prevSize":16,"code":60589},"setIdx":3,"setId":3,"iconIdx":941},{"icon":{"paths":["M1008 416c-0.043-79.496-64.498-143.924-144-143.924-32.23 0-61.986 10.588-85.981 28.476l0.381-0.272c-61.189-30.765-132.58-51.41-208.057-57.66l-2.103-0.14 15.2-91.24 62.68 10.44c14.031 36.731 48.978 62.345 89.907 62.345 53.019 0 96-42.981 96-96s-42.981-96-96-96c-29.767 0-56.37 13.548-73.979 34.815l-0.129 0.16-109.92-18.36c-2.413-0.43-5.19-0.676-8.025-0.676-23.696 0-43.382 17.171-47.294 39.749l-0.041 0.286-25.52 153.24c-81.2 5.24-159.12 25.56-225.52 59.040-23.511-17.378-53.073-27.816-85.072-27.816-79.529 0-144 64.471-144 144 0 38.155 14.839 72.844 39.062 98.611l-0.070-0.075c-4.774 18.312-7.517 39.335-7.52 60.998l-0 0.002c0 93.16 50.6 179.48 142.52 243.12 86.52 59.88 200.68 92.88 321.48 92.88s234.96-33 321.48-92.88c91.92-63.64 142.52-149.96 142.52-243.12-0.003-21.665-2.746-42.688-7.9-62.744l0.38 1.744c24.394-25.769 39.424-60.62 39.52-98.981l0-0.019zM888.36 457.36c-14.304 8.487-23.742 23.851-23.742 41.419 0 6.708 1.376 13.095 3.861 18.893l-0.119-0.313c7.241 17.337 11.506 37.472 11.64 58.587l0 0.053c0 60.72-36 119-101.16 164.2-70.64 48.88-165.4 75.8-266.84 75.8s-196-26.92-266.84-75.8c-65.16-45.2-101.16-103.48-101.16-164.2 0.062-21.108 4.229-41.226 11.744-59.621l-0.384 1.061c2.401-5.522 3.798-11.954 3.798-18.713 0-17.477-9.34-32.772-23.301-41.166l-0.217-0.121c-14.333-8.481-23.794-23.86-23.794-41.45 0-26.51 21.49-48 48-48 16.003 0 30.176 7.831 38.898 19.87l0.096 0.14c8.831 12.015 22.91 19.727 38.789 19.727 9.233 0 17.858-2.607 25.177-7.125l-0.207 0.119 0.88-0.52c68.28-41.48 156.52-64.2 248.52-64.2v0c92 0 180 22.76 248.36 64l0.88 0.52c7.161 4.48 15.862 7.136 25.182 7.136 15.849 0 29.904-7.681 38.645-19.525l0.093-0.131c8.72-12.167 22.815-20 38.74-20 0.035 0 0.070 0 0.105 0l-0.005-0c0-0 0.001-0 0.001-0 26.51 0 48 21.49 48 48 0 17.527-9.394 32.86-23.422 41.239l-0.219 0.121zM352 592c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM752 512c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0zM669.92 674.080c1.335 4.204 2.104 9.040 2.104 14.055 0 21.553-14.205 39.788-33.764 45.854l-0.34 0.091c-37.729 11.489-81.092 18.104-126 18.104s-88.272-6.615-129.169-18.923l3.169 0.819c-19.892-6.193-34.083-24.439-34.083-46 0-26.556 21.528-48.083 48.083-48.083 4.995 0 9.811 0.762 14.341 2.175l-0.341-0.092c29.353 8.82 63.083 13.897 98 13.897s68.647-5.077 100.494-14.533l-2.494 0.635c4.204-1.335 9.040-2.104 14.055-2.104 21.553 0 39.788 14.205 45.854 33.764l0.091 0.34z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["reddit-logo-bold"]},"attrs":[{}],"properties":{"order":29179,"id":305,"name":"reddit-logo-bold","prevSize":16,"code":60590},"setIdx":3,"setId":3,"iconIdx":942},{"icon":{"paths":["M80 512c0.182-167.821 136.179-303.818 303.983-304l396.017-0-14.080-14.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l96 96c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-96 96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0 14.080-13.96h-396c-114.82 0.137-207.863 93.18-208 207.987l-0 0.013c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM896 464c-26.51 0-48 21.49-48 48v0c-0.137 114.82-93.18 207.863-207.987 208l-396.013 0 14.080-14.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-96 96c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 96 96c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-0-0-14.080-13.96h396c167.821-0.182 303.818-136.179 304-303.983l0-0.017c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["repeat-bold"]},"attrs":[{}],"properties":{"order":29180,"id":304,"name":"repeat-bold","prevSize":16,"code":60591},"setIdx":3,"setId":3,"iconIdx":943},{"icon":{"paths":["M80 512c0.182-167.821 136.179-303.818 303.983-304l396.017-0-14.080-14.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l96 96c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-96 96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0 14.080-13.96h-396c-114.82 0.137-207.863 93.18-208 207.987l-0 0.013c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM896 464c-26.51 0-48 21.49-48 48v0c-0.137 114.82-93.18 207.863-207.987 208l-396.013 0 14.080-14.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-96 96c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 96 96c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-0-0-14.080-13.96h396c167.821-0.182 303.818-136.179 304-303.983l0-0.017c0-26.51-21.49-48-48-48v0zM544 656c26.51 0 48-21.49 48-48v0-192c0-0.004 0-0.009 0-0.014 0-26.51-21.49-48-48-48-7.814 0-15.193 1.867-21.713 5.18l0.273-0.126-64 32c-15.244 8.246-25.424 24.114-25.424 42.359 0 26.51 21.49 48 48 48 5.313 0 10.425-0.863 15.203-2.457l-0.339 0.098v114.96c0 26.51 21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["repeat-once-bold"]},"attrs":[{}],"properties":{"order":29181,"id":303,"name":"repeat-once-bold","prevSize":16,"code":60592},"setIdx":3,"setId":3,"iconIdx":944},{"icon":{"paths":["M902.8 217.84c-11.092-6.188-24.333-9.832-38.425-9.832-15.918 0-30.75 4.649-43.212 12.663l0.317-0.191-293.48 186.92v-120c-0.131-43.885-35.737-79.41-79.64-79.41-15.921 0-30.75 4.672-43.192 12.719l0.312-0.189-352.72 224.64c-22.23 14.267-36.749 38.858-36.749 66.84s14.519 52.573 36.434 66.651l0.315 0.189 352.72 224.68c12.13 7.858 26.96 12.53 42.88 12.53 43.903 0 79.509-35.525 79.64-79.397l0-0.012v-120l293.48 186.92c12.13 7.858 26.96 12.53 42.88 12.53 43.917 0 79.531-35.548 79.64-79.439l0-0.010v-449.28c-0.025-29.808-16.479-55.768-40.796-69.313l-0.404-0.207zM432 706.56l-305.48-194.56 305.48-194.56zM848 706.56l-305.48-194.56 305.48-194.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rewind-bold"]},"attrs":[{}],"properties":{"order":29182,"id":302,"name":"rewind-bold","prevSize":16,"code":60593},"setIdx":3,"setId":3,"iconIdx":945},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM720 400v224c-0 26.509-21.491 48-48 48-11.161 0-21.432-3.809-29.585-10.199l0.105 0.079-144-112c-0.88-0.68-1.68-1.44-2.52-2.2v76.32c-0 26.509-21.491 48-48 48-11.161 0-21.432-3.809-29.585-10.199l0.105 0.079-144-112c-11.316-8.866-18.519-22.532-18.519-37.88s7.204-29.014 18.415-37.801l0.105-0.079 144-112c8.048-6.31 18.319-10.12 29.48-10.12 26.509 0 48 21.49 48 47.999l0 0v76.32c0.84-0.76 1.64-1.52 2.52-2.2l144-112c8.048-6.31 18.319-10.12 29.48-10.12 26.509 0 48 21.49 48 47.999l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rewind-circle-bold"]},"attrs":[{}],"properties":{"order":29183,"id":301,"name":"rewind-circle-bold","prevSize":16,"code":60594},"setIdx":3,"setId":3,"iconIdx":946},{"icon":{"paths":["M951.52 809.84c-6.769 3.873-14.877 6.157-23.519 6.157-17.866 0-33.452-9.761-41.717-24.241l-0.124-0.236-274.16-487.52h-52v16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-52l-274.16 487.52c-8.328 14.948-24.039 24.893-42.072 24.893-26.51 0-48-21.49-48-48 0-8.809 2.373-17.064 6.515-24.16l-0.123 0.228 247.76-440.48h-205.92c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h832c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-205.92l247.76 440.48c3.873 6.769 6.157 14.877 6.157 23.519 0 17.866-9.761 33.452-24.241 41.717l-0.236 0.124zM512 432c-26.51 0-48 21.49-48 48v0 64c0 26.51 21.49 48 48 48s48-21.49 48-48v0-64c0-26.51-21.49-48-48-48v0zM512 656c-26.51 0-48 21.49-48 48v0 64c0 26.51 21.49 48 48 48s48-21.49 48-48v0-64c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["road-horizon-bold"]},"attrs":[{}],"properties":{"order":29184,"id":300,"name":"road-horizon-bold","prevSize":16,"code":60595},"setIdx":3,"setId":3,"iconIdx":947},{"icon":{"paths":["M800 176h-240v-112c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 112h-240c-79.529 0-144 64.471-144 144v0 448c0 79.529 64.471 144 144 144v0h576c79.529 0 144-64.471 144-144v0-448c0-79.529-64.471-144-144-144v0zM848 768c0 26.51-21.49 48-48 48v0h-576c-26.51 0-48-21.49-48-48v0-448c0-26.51 21.49-48 48-48v0h576c26.51 0 48 21.49 48 48v0zM656 512h-288c-70.692 0-128 57.308-128 128s57.308 128 128 128v0h288c70.692 0 128-57.308 128-128s-57.308-128-128-128v0zM544 608v64h-64v-64zM336 640c0-17.673 14.327-32 32-32v0h16v64h-16c-17.673 0-32-14.327-32-32v0zM656 672h-16v-64h16c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM272 400c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM624 400c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["robot-bold"]},"attrs":[{}],"properties":{"order":29185,"id":299,"name":"robot-bold","prevSize":16,"code":60596},"setIdx":3,"setId":3,"iconIdx":948},{"icon":{"paths":["M624 896c0 26.51-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c26.51 0 48 21.49 48 48v0zM512 464c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM910.12 626.8l-49.44 222.52c-6.116 27.241-25.558 48.867-50.964 57.947l-0.556 0.173c-7.962 2.889-17.152 4.56-26.733 4.56-0.010 0-0.019-0-0.029-0l0.002 0c-18.642-0.016-35.778-6.448-49.323-17.205l0.163 0.125-104.56-78.92h-233.36l-104.56 78.96c-13.386 10.618-30.523 17.036-49.159 17.040l-0.001 0c-9.595-0.011-18.792-1.695-27.322-4.777l0.562 0.177c-25.962-9.253-45.404-30.879-51.419-57.588l-0.101-0.532-49.44-222.48c-1.189-5.181-1.87-11.131-1.87-17.24 0-19.57 6.992-37.508 18.615-51.45l-0.105 0.129 111.32-133.6c4.674-53.636 16.96-103.129 35.828-149.23l-1.228 3.39c53.080-133 148-216.4 186.56-246.080 13.389-10.454 30.458-16.762 49-16.762s35.611 6.308 49.178 16.896l-0.178-0.133c38.4 29.68 133.48 113.080 186.56 246.080 17.64 42.712 29.927 92.205 34.464 143.92l0.136 1.92 111.32 133.6c11.518 13.813 18.51 31.75 18.51 51.32 0 6.109-0.681 12.059-1.972 17.777l0.102-0.538zM407.16 720h209.68c78.040-142.8 92-279.12 41.56-405.6-40.8-102.4-113.6-170.8-146.4-197.92-32.8 27.12-105.6 95.52-146.4 197.92-50.48 126.48-36.48 262.8 41.56 405.6zM316.96 754.88c-30.023-54.619-53.464-117.956-66.956-184.896l-0.724-4.304-40 48 42.32 190.56zM814.68 613.64l-40-48c-14.216 71.244-37.657 134.581-69.436 192.707l1.756-3.507 65.32 49.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rocket-bold"]},"attrs":[{}],"properties":{"order":29186,"id":298,"name":"rocket-bold","prevSize":16,"code":60597},"setIdx":3,"setId":3,"iconIdx":949},{"icon":{"paths":["M911.4 187.56c-2.546-40.334-34.626-72.414-74.729-74.948l-0.231-0.012c-52.52-3.080-186.6 1.68-297.92 112.96l-14.52 14.44h-226.56c-0.079-0-0.172-0-0.265-0-22.007 0-41.921 8.962-56.29 23.436l-0.005 0.005-137.4 137.32c-14.485 14.478-23.445 34.484-23.445 56.582 0 40.248 29.721 73.554 68.413 79.167l0.431 0.051 148.56 20.72 169.28 169.28 20.76 148.72c4.291 30.454 25.31 55.094 53.319 64.556l0.561 0.164c7.484 2.537 16.104 4.001 25.066 4.001 0.145 0 0.291-0 0.436-0.001l-0.022 0c22.045-0.015 41.991-8.988 56.396-23.476l0.004-0.004 137.36-137.4c14.455-14.383 23.4-34.291 23.4-56.289 0-0.095-0-0.191-0.001-0.286l0 0.015v-226.56l14.4-14.36c111.32-111.48 116.080-245.64 113-298.080zM304 336h124l-125 125.12-108.92-15.2zM606.4 293.48c52.395-52.816 125.004-85.513 205.25-85.513 1.529 0 3.056 0.012 4.58 0.036l-0.23-0.003c0.022 1.343 0.035 2.927 0.035 4.514 0 80.214-32.716 152.787-85.533 205.103l-0.023 0.022-218.48 218.36-124-124zM688 720l-109.96 109.96-15.2-108.92 125.16-125.040zM401.32 806.48c-34.64 48.12-104.68 105.52-241.32 105.52-26.51 0-48-21.49-48-48v0c0-136.6 57.4-206.64 105.56-241.32 7.443-4.976 16.597-7.941 26.443-7.941 26.51 0 48 21.49 48 48 0 15.314-7.172 28.954-18.34 37.743l-0.103 0.078c-24 17.24-51.56 50-61.68 111.48 61.48-10.12 94.24-37.76 111.48-61.68 8.716-13.066 23.396-21.557 40.059-21.557 26.51 0 48 21.49 48 48 0 11.195-3.833 21.495-10.257 29.66l0.078-0.103z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rocket-launch-bold"]},"attrs":[{}],"properties":{"order":29187,"id":297,"name":"rocket-launch-bold","prevSize":16,"code":60598},"setIdx":3,"setId":3,"iconIdx":950},{"icon":{"paths":["M832 544h-640c-44.183 0-80 35.817-80 80v0 144c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-144c0-44.183-35.817-80-80-80v0zM816 752h-608v-112h608zM832 176h-640c-44.183 0-80 35.817-80 80v0 144c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-144c0-44.183-35.817-80-80-80v0zM816 384h-608v-112h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rows-bold"]},"attrs":[{}],"properties":{"order":29188,"id":296,"name":"rows-bold","prevSize":16,"code":60599},"setIdx":3,"setId":3,"iconIdx":951},{"icon":{"paths":["M406.96 617.040c55.002 54.727 89.041 130.479 89.041 214.182 0 0.274-0 0.547-0.001 0.821l0-0.042c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0-114.875-93.125-208-208-208v0c-26.51 0-48-21.49-48-48s21.49-48 48-48v0c0.241-0.001 0.526-0.001 0.811-0.001 83.692 0 159.433 34.039 214.136 89.028l0.013 0.013zM192 336c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c220.914 0 400 179.086 400 400v0c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-273.933-222.067-496-496-496v0zM678.48 345.52c-123.804-124.482-295.201-201.523-484.592-201.523-0.663 0-1.327 0.001-1.99 0.003l0.102-0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c0.488-0.001 1.066-0.002 1.643-0.002 162.958 0 310.434 66.291 416.931 173.376l0.026 0.026c107.112 106.523 173.402 253.998 173.402 416.957 0 0.578-0.001 1.156-0.003 1.734l0-0.090c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0.002-0.56 0.003-1.224 0.003-1.888 0-189.39-77.040-360.787-201.492-484.562l-0.031-0.031zM208 752c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rss-bold"]},"attrs":[{}],"properties":{"order":29189,"id":295,"name":"rss-bold","prevSize":16,"code":60600},"setIdx":3,"setId":3,"iconIdx":952},{"icon":{"paths":["M880 800c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0-308.8-251.2-560-560-560-26.51 0-48-21.49-48-48s21.49-48 48-48v0c361.72 0 656 294.28 656 656zM224 432c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c150.157 0.159 271.841 121.843 272 271.985l0 0.015c0 26.51 21.49 48 48 48s48-21.49 48-48v0c-0.228-203.149-164.851-367.772-367.978-368l-0.022-0zM240 720c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rss-simple-bold"]},"attrs":[{}],"properties":{"order":29190,"id":294,"name":"rss-simple-bold","prevSize":16,"code":60601},"setIdx":3,"setId":3,"iconIdx":953},{"icon":{"paths":["M800 48c-26.51 0-48 21.49-48 48v0 48h-96v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-96v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-96v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 832c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h96v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h96v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h96v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-832c0-26.51-21.49-48-48-48v0zM272 240h480v544h-480zM512 720c17.392-0.003 32.622-9.256 41.040-23.107l0.12-0.213 96-160c4.291-7.045 6.831-15.566 6.831-24.68s-2.54-17.635-6.951-24.893l0.12 0.213-96-160c-8.541-14.058-23.771-23.305-41.16-23.305s-32.619 9.247-41.040 23.092l-0.12 0.212-96 160c-4.291 7.045-6.831 15.566-6.831 24.68s2.54 17.635 6.951 24.893l-0.12-0.213 96 160c8.538 14.064 23.768 23.317 41.16 23.32l0 0zM512 445.28l40 66.72-40 66.72-40-66.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rug-bold"]},"attrs":[{}],"properties":{"order":29191,"id":293,"name":"rug-bold","prevSize":16,"code":60602},"setIdx":3,"setId":3,"iconIdx":954},{"icon":{"paths":["M952.6 282.16l-210.76-210.72c-14.478-14.484-34.483-23.443-56.58-23.443s-42.102 8.959-56.58 23.443l-557.28 557.24c-14.484 14.478-23.443 34.483-23.443 56.58s8.959 42.102 23.443 56.58l210.76 210.72c14.478 14.484 34.483 23.443 56.58 23.443s42.102-8.959 56.58-23.443l557.28-557.24c14.484-14.478 23.443-34.483 23.443-56.58s-8.959-42.102-23.443-56.58l-0-0zM338.72 873.36l-188-188 105.28-105.36 94.080 94.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-94.080-94.080 60-60 94.040 94.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-94.040-94.080 60-60 94.080 94.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-94.080-94.080 105.4-105.36 188 188z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ruler-bold"]},"attrs":[{}],"properties":{"order":29192,"id":292,"name":"ruler-bold","prevSize":16,"code":60603},"setIdx":3,"setId":3,"iconIdx":955},{"icon":{"paths":["M972.56 526.16l-128-320c-7.283-17.812-24.478-30.133-44.551-30.133-3.675 0-7.253 0.413-10.691 1.195l0.322-0.062-229.64 50.84v-68c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 89.48l-250.4 55.68c-15.655 3.558-28.193 14.395-34.044 28.68l-0.116 0.32-128 319.68c-2.177 5.283-3.441 11.417-3.441 17.847 0 0.11 0 0.22 0.001 0.33l-0-0.017c0 48.52 24.8 89.72 69.8 116 30.583 17.421 67.158 27.778 106.134 28l0.066 0c39.042-0.222 75.617-10.579 107.289-28.569l-1.089 0.569c45-26.28 69.8-67.48 69.8-116-0.001-6.427-1.264-12.558-3.556-18.16l0.116 0.32-107.040-267.56 174.48-38.6v468h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h192c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-48v-489.48l161.68-36-94.24 235.6c-2.176 5.283-3.44 11.416-3.44 17.844 0 0.013 0 0.025 0 0.038l-0-0.002c0 48.52 24.8 89.72 69.8 116 30.527 17.636 67.149 28.042 106.2 28.042s75.673-10.406 107.242-28.596l-1.042 0.554c45-26.28 69.8-67.48 69.8-116-0.001-6.427-1.264-12.558-3.556-18.16l0.116 0.32zM224 720c-14.84 0-72-7.48-79.24-40.72l79.24-198.040 79.24 198.040c-7.24 33.24-64.4 40.72-79.24 40.72zM800 592c-14.84 0-72-7.48-79.24-40.72l79.24-198.040 79.24 198.040c-7.24 33.24-64.4 40.72-79.24 40.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scales-bold"]},"attrs":[{}],"properties":{"order":29193,"id":291,"name":"scales-bold","prevSize":16,"code":60604},"setIdx":3,"setId":3,"iconIdx":956},{"icon":{"paths":["M912 160v160c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-112h-112c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0zM320 816h-112v-112c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 160c0 26.51 21.49 48 48 48v0h160c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM864 656c-26.51 0-48 21.49-48 48v0 112h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c26.51 0 48-21.49 48-48v0-160c0-26.51-21.49-48-48-48v0zM160 368c26.51 0 48-21.49 48-48v0-112h112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-160c-26.51 0-48 21.49-48 48v0 160c0 26.51 21.49 48 48 48v0zM656 736h-288c-44.183 0-80-35.817-80-80v0-288c0-44.183 35.817-80 80-80v0h288c44.183 0 80 35.817 80 80v0 288c0 44.183-35.817 80-80 80v0zM640 384h-256v256h256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scan-bold"]},"attrs":[{}],"properties":{"order":29194,"id":290,"name":"scan-bold","prevSize":16,"code":60605},"setIdx":3,"setId":3,"iconIdx":957},{"icon":{"paths":["M955.12 735.16l-562-384.56c4.365-13.92 6.88-29.927 6.88-46.521 0-0.028-0-0.056-0-0.083l0 0.004c0-0.006 0-0.013 0-0.020 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 88.366 71.634 160 160 160 37.459 0 71.912-12.873 99.175-34.436l-0.335 0.256 120 82.24-120 82.24c-26.93-21.311-61.385-34.186-98.848-34.186-88.366 0-160 71.634-160 160s71.634 160 160 160c44.178 0 84.175-17.905 113.128-46.854l-0 0c28.958-28.792 46.881-68.656 46.881-112.707 0-0.188-0-0.375-0.001-0.562l0 0.029c0-0.035 0-0.077 0-0.119 0-16.594-2.515-32.601-7.184-47.66l0.304 1.139 150.88-103.2 356.88 244.24c7.587 5.254 16.987 8.393 27.12 8.393 26.517 0 48.013-21.496 48.013-48.013 0-16.384-8.206-30.851-20.733-39.515l-0.16-0.105zM285.24 765.32v0c-11.58 11.573-27.574 18.73-45.24 18.73-35.346 0-64-28.654-64-64s28.654-64 64-64c35.329 0 63.971 28.625 64 63.947l0 0.003c0 0.015 0 0.033 0 0.050 0 17.68-7.169 33.686-18.76 45.269l-0 0zM194.76 349.2c-11.591-11.583-18.76-27.589-18.76-45.27 0-35.346 28.654-64 64-64s64 28.654 64 64c0 17.68-7.169 33.686-18.76 45.269l-0 0c-11.58 11.573-27.574 18.73-45.24 18.73s-33.66-7.157-45.24-18.731l0 0zM646.040 442.16c-5.247-7.583-8.382-16.975-8.382-27.1 0-16.386 8.211-30.854 20.742-39.515l0.16-0.105 242.32-165.84c7.587-5.254 16.987-8.393 27.12-8.393 26.517 0 48.013 21.496 48.013 48.013 0 16.384-8.206 30.851-20.733 39.515l-0.16 0.105-242.36 165.84c-7.583 5.247-16.975 8.382-27.1 8.382-16.386 0-30.854-8.211-39.515-20.742l-0.105-0.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scissors-bold"]},"attrs":[{}],"properties":{"order":29195,"id":289,"name":"scissors-bold","prevSize":16,"code":60606},"setIdx":3,"setId":3,"iconIdx":958},{"icon":{"paths":["M848 528h-2.72l-53.52-160.44-74.24-222.72c-6.543-19.236-24.443-32.83-45.519-32.84l-128.001-0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h93.4l55.080 165.2-220 282.8h-139.68c-15.361-73.612-79.711-128.117-156.791-128.117-88.366 0-160 71.634-160 160s71.634 160 160 160c65.171 0 121.241-38.964 146.186-94.866l0.405-1.016h173.4c15.349-0 29.014-7.204 37.801-18.415l0.079-0.105 195.080-250.8 25.28 76c-40.068 29.435-65.785 76.374-65.785 129.319 0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160-0.16 0-0.32 0-0.48 0.001l0.025-0zM176 752c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM848 752c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scooter-bold"]},"attrs":[{}],"properties":{"order":29196,"id":288,"name":"scooter-bold","prevSize":16,"code":60607},"setIdx":3,"setId":3,"iconIdx":959},{"icon":{"paths":["M928 240v544c0 44.183-35.817 80-80 80v0h-160c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h144v-512h-640v16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-32c0-44.183 35.817-80 80-80v0h672c44.183 0 80 35.817 80 80v0zM144 704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c8.837 0 16 7.163 16 16v0c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-61.856-50.144-112-112-112v0zM144 544c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c97.156 0.114 175.886 78.844 176 175.989l0 0.011c0 26.51 21.49 48 48 48s48-21.49 48-48v0c-0.159-150.157-121.843-271.841-271.985-272l-0.015-0zM144 384c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c185.485 0.205 335.795 150.515 336 335.98l0 0.020c0 26.51 21.49 48 48 48s48-21.49 48-48v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["screencast-bold"]},"attrs":[{}],"properties":{"order":29197,"id":287,"name":"screencast-bold","prevSize":16,"code":60608},"setIdx":3,"setId":3,"iconIdx":960},{"icon":{"paths":["M995.6 608c-5.32-5.88-95-103.4-240.84-162.76-8.6-73.12-36.4-139.6-80.4-190.84-61.88-72.32-151.2-110.4-258.36-110.4-214.24 0-353.24 191.16-359.040 199.28-5.626 7.769-8.999 17.491-8.999 28 0 26.542 21.517 48.059 48.059 48.059 16.033 0 30.233-7.851 38.963-19.919l0.097-0.14c1.12-1.76 115.52-159.28 280.92-159.28 79.4 0 141.8 25.8 185.52 76.72 22.621 26.776 39.758 58.96 49.21 94.285l0.39 1.715c-36.133-8.087-77.632-12.72-120.213-12.72-0.164 0-0.328 0-0.493 0l0.026-0c-108 0-199.16 28.52-263.4 82.52-57.84 48.64-91.040 116.6-91.040 186.48 0 104.84 77.76 211 226.44 211 207.72 0 329.36-161.12 351.48-329.72 65.796 32.404 122.096 73.19 170.443 121.883l0.037 0.037c8.87 10.869 22.267 17.754 37.271 17.754 26.51 0 48-21.49 48-48 0-13.261-5.378-25.266-14.071-33.953l-0-0zM593.48 694.96c-33.12 40.64-93.12 89.040-191.040 89.040-90.12 0-130.44-57.76-130.44-115 0-83.32 80.88-173 258.44-173 46.549 0.127 91.473 6.868 133.95 19.333l-3.39-0.853c-4.040 67.28-28.16 132.16-67.52 180.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scribble-loop-bold"]},"attrs":[{}],"properties":{"order":29198,"id":286,"name":"scribble-loop-bold","prevSize":16,"code":60609},"setIdx":3,"setId":3,"iconIdx":961},{"icon":{"paths":["M368 368c0-26.51 21.49-48 48-48v0h240c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-240c-26.51 0-48-21.49-48-48v0zM416 576h240c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-240c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM944 768c0 79.529-64.471 144-144 144v0h-448c-79.529 0-144-64.471-144-144v0-512c0-26.51-21.49-48-48-48s-48 21.49-48 48v0c0 14.92 13.4 26.040 13.52 26.16l-0.72-0.56c12.479 8.789 20.531 23.136 20.531 39.363 0 26.51-21.49 48-48 48-11.435 0-21.936-3.999-30.182-10.674l0.090 0.071c-5.28-3.88-51.24-40.16-51.24-102.36 0-79.529 64.471-144 144-144v0h544c79.529 0 144 64.471 144 144v0 400h16c10.86 0 20.878 3.607 28.921 9.687l-0.121-0.087c5.24 3.92 51.2 40.2 51.2 102.4zM370.48 688.8c6.556-19.219 24.452-32.796 45.52-32.8l336-0v-400c0-26.51-21.49-48-48-48v0h-408.24c5.221 14.271 8.24 30.748 8.24 47.93 0 0.024-0 0.049-0 0.073l0-0.004v512c0 26.51 21.49 48 48 48s48-21.49 48-48v0c0-14.32-12.68-25.52-12.8-25.6-11.706-8.85-19.192-22.748-19.192-38.394 0-5.44 0.905-10.669 2.573-15.544l-0.1 0.338zM848 768c-0.153-5.968-1.982-11.479-5.032-16.116l0.072 0.116h-348c0.662 4.761 1.040 10.261 1.040 15.849 0 0.053-0 0.106-0 0.159l0-0.008c0 0.029 0 0.063 0 0.097 0 17.173-3.019 33.64-8.556 48.901l0.316-0.998h312.16c26.51 0 48-21.49 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scroll-bold"]},"attrs":[{}],"properties":{"order":29199,"id":285,"name":"scroll-bold","prevSize":16,"code":60610},"setIdx":3,"setId":3,"iconIdx":962},{"icon":{"paths":["M915 400.2c-14.080-14.68-28.6-29.84-33.36-41.32-4.24-10.24-4.56-31.32-4.84-49.88-0.6-40-1.36-89.76-36.72-125.080s-85.080-36-125.080-36.72c-18.56-0.28-39.64-0.6-49.88-4.84-11.48-4.76-26.64-19.28-41.32-33.36-28.32-27.16-63.6-61-111.8-61s-83.48 33.84-111.8 61c-14.68 14.080-29.84 28.6-41.32 33.36-10.24 4.24-31.32 4.56-49.88 4.84-40 0.8-89.76 1.36-125 36.8s-36 85-36.8 125c-0.28 18.56-0.6 39.64-4.84 49.88-4.76 11.48-19.28 26.64-33.36 41.32-27.16 28.32-61 63.8-61 111.8s33.84 83.48 61 112c14.080 14.68 28.6 29.84 33.36 41.32 4.24 10.24 4.56 31.32 4.84 49.88 0.6 40 1.36 89.76 36.72 125.080s85.080 36 125.080 36.72c18.56 0.28 39.64 0.6 49.88 4.84 11.48 4.76 26.64 19.28 41.32 33.36 28.32 26.96 63.8 60.8 111.8 60.8s83.48-33.84 111.8-61c14.68-14.080 29.84-28.6 41.32-33.36 10.24-4.24 31.32-4.56 49.88-4.84 40-0.6 89.76-1.36 125.080-36.72s36-85.080 36.72-125.080c0.28-18.56 0.6-39.64 4.84-49.88 4.76-11.48 19.28-26.64 33.36-41.32 27.16-28.32 61-63.6 61-111.8s-33.84-83.48-61-111.8zM845.72 557.36c-19.28 20-41.12 42.88-52.8 71.040-11.24 27.2-11.68 56.64-12 85.16-0.32 21.44-0.76 50.84-8.6 58.64s-37.2 8.28-58.64 8.6c-28.52 0.44-57.96 0.88-85.16 12-28 11.64-50.96 33.48-71.040 52.76-14.36 13.8-35.88 34.44-45.48 34.44s-31.12-20.64-45.36-34.28c-20-19.28-42.88-41.12-71.040-52.8-27.2-11.24-56.64-11.68-85.16-12-21.44-0.32-50.84-0.76-58.64-8.6s-8.28-37.2-8.6-58.64c-0.44-28.52-0.88-57.96-12-85.16-11.68-28-33.52-50.92-52.8-71.040-13.76-14.36-34.4-35.88-34.4-45.48s20.64-31.12 34.28-45.36c19.28-20 41.12-42.88 52.8-71.040 11.24-27.2 11.68-56.64 12-85.16 0.44-21.44 0.92-50.84 8.92-58.44s37.2-8.28 58.64-8.6c28.52-0.44 57.96-0.88 85.16-12 28-11.64 50.96-33.48 71.040-52.76 14.040-14 35.56-34.64 45.16-34.64s31.12 20.64 45.36 34.28c20 19.28 42.88 41.12 71.040 52.8 27.2 11.24 56.64 11.68 85.16 12 21.44 0.32 50.84 0.76 58.64 8.6s8.28 37.2 8.6 58.64c0.44 28.52 0.88 57.96 12 85.16 11.68 28 33.52 50.92 52.8 71.040 13.64 14.24 34.28 35.76 34.28 45.36s-20.52 31.24-34.16 45.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["seal-bold"]},"attrs":[{}],"properties":{"order":29200,"id":284,"name":"seal-bold","prevSize":16,"code":60611},"setIdx":3,"setId":3,"iconIdx":963},{"icon":{"paths":["M915 400.2c-14.080-14.68-28.6-29.84-33.36-41.32-4.24-10.24-4.56-31.32-4.84-49.88-0.6-40-1.36-89.76-36.72-125.080s-85.080-36-125.080-36.72c-18.56-0.28-39.64-0.6-49.88-4.84-11.48-4.76-26.64-19.28-41.32-33.36-28.32-27.16-63.6-61-111.8-61s-83.48 33.84-111.8 61c-14.68 14.080-29.84 28.6-41.32 33.36-10.24 4.24-31.32 4.56-49.88 4.84-40 0.8-89.76 1.36-125 36.8s-36 85-36.8 125c-0.28 18.56-0.6 39.64-4.84 49.88-4.76 11.48-19.28 26.64-33.36 41.32-27.16 28.32-61 63.8-61 111.8s33.84 83.48 61 112c14.080 14.68 28.6 29.84 33.36 41.32 4.24 10.24 4.56 31.32 4.84 49.88 0.6 40 1.36 89.76 36.72 125.080s85.080 36 125.080 36.72c18.56 0.28 39.64 0.6 49.88 4.84 11.48 4.76 26.64 19.28 41.32 33.36 28.32 26.96 63.8 60.8 111.8 60.8s83.48-33.84 111.8-61c14.68-14.080 29.84-28.6 41.32-33.36 10.24-4.24 31.32-4.56 49.88-4.84 40-0.6 89.76-1.36 125.080-36.72s36-85.080 36.72-125.080c0.28-18.56 0.6-39.64 4.84-49.88 4.76-11.48 19.28-26.64 33.36-41.32 27.16-28.32 61-63.6 61-111.8s-33.84-83.48-61-111.8zM845.72 557.36c-19.28 20-41.12 42.88-52.76 71.040-11.28 27.2-11.72 56.64-12 85.16-0.32 21.44-0.76 50.84-8.6 58.64s-37.2 8.28-58.64 8.6c-28.52 0.44-57.96 0.88-85.16 12-28 11.64-50.92 33.48-71.040 52.76-14.4 13.8-35.92 34.44-45.52 34.44s-31.12-20.64-45.36-34.28c-20-19.28-42.88-41.12-71.040-52.76-27.2-11.28-56.64-11.72-85.16-12-21.44-0.32-50.84-0.76-58.64-8.6s-8.28-37.2-8.6-58.64c-0.44-28.52-0.88-57.96-12-85.16-11.64-28-33.48-50.92-52.76-71.040-13.8-14.4-34.44-35.92-34.44-45.52s20.64-31.12 34.28-45.36c19.28-20 41.12-42.88 52.76-71.040 11.28-27.2 11.72-56.64 12-85.16 0.48-21.44 0.96-50.84 8.96-58.44s37.2-8.28 58.64-8.6c28.52-0.44 57.96-0.88 85.16-12 28-11.64 50.92-33.48 71.040-52.76 14.040-14 35.56-34.64 45.16-34.64s31.12 20.64 45.36 34.28c20 19.28 42.88 41.12 71.040 52.76 27.2 11.28 56.64 11.72 85.16 12 21.44 0.32 50.84 0.76 58.64 8.6s8.28 37.2 8.6 58.64c0.44 28.52 0.88 57.96 12 85.16 11.64 28 33.48 50.92 52.76 71.040 13.64 14.24 34.28 35.76 34.28 45.36s-20.48 31.28-34.12 45.52zM705.96 382.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-224 224c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-96-96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 62.040 61.96 190.040-190.080c8.682-8.662 20.666-14.018 33.9-14.018 13.294 0 25.326 5.404 34.018 14.136l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["seal-check-bold"]},"attrs":[{}],"properties":{"order":29201,"id":283,"name":"seal-check-bold","prevSize":16,"code":60612},"setIdx":3,"setId":3,"iconIdx":964},{"icon":{"paths":["M915 400.2c-14.080-14.68-28.6-29.84-33.36-41.32-4.24-10.24-4.56-31.32-4.84-49.88-0.6-40-1.36-89.76-36.72-125.080s-85.080-36-125.080-36.72c-18.56-0.28-39.64-0.6-49.88-4.84-11.48-4.76-26.64-19.28-41.32-33.36-28.32-27.16-63.6-61-111.8-61s-83.48 33.84-111.8 61c-14.68 14.080-29.84 28.6-41.32 33.36-10.24 4.24-31.32 4.56-49.88 4.84-40 0.8-89.76 1.36-125 36.8s-36 85-36.8 125c-0.28 18.56-0.6 39.64-4.84 49.88-4.76 11.48-19.28 26.64-33.36 41.32-27.16 28.32-61 63.8-61 111.8s33.84 83.48 61 112c14.080 14.68 28.6 29.84 33.36 41.32 4.24 10.24 4.56 31.32 4.84 49.88 0.6 40 1.36 89.76 36.72 125.080s85.080 36 125.080 36.72c18.56 0.28 39.64 0.6 49.88 4.84 11.48 4.76 26.64 19.28 41.32 33.36 28.32 26.96 63.8 60.8 111.8 60.8s83.48-33.84 111.8-61c14.68-14.080 29.84-28.6 41.32-33.36 10.24-4.24 31.32-4.56 49.88-4.84 40-0.6 89.76-1.36 125.080-36.72s36-85.080 36.72-125.080c0.28-18.56 0.6-39.64 4.84-49.88 4.76-11.48 19.28-26.64 33.36-41.32 27.16-28.32 61-63.6 61-111.8s-33.84-83.48-61-111.8zM845.72 557.36c-19.28 20-41.12 42.88-52.76 71.040-11.28 27.2-11.72 56.64-12 85.16-0.32 21.44-0.76 50.84-8.6 58.64s-37.2 8.28-58.64 8.6c-28.52 0.44-57.96 0.88-85.16 12-28 11.64-50.92 33.48-71.040 52.76-14.4 13.8-35.92 34.44-45.52 34.44s-31.12-20.64-45.36-34.28c-20-19.28-42.88-41.12-71.040-52.76-27.2-11.28-56.64-11.72-85.16-12-21.44-0.32-50.84-0.76-58.64-8.6s-8.28-37.2-8.6-58.64c-0.44-28.52-0.88-57.96-12-85.16-11.64-28-33.48-50.92-52.76-71.040-13.8-14.4-34.44-35.92-34.44-45.52s20.64-31.12 34.28-45.36c19.28-20 41.12-42.88 52.76-71.040 11.28-27.2 11.72-56.64 12-85.16 0.48-21.44 0.96-50.84 8.96-58.44s37.2-8.28 58.64-8.6c28.52-0.44 57.96-0.88 85.16-12 28-11.64 50.92-33.48 71.040-52.76 14.040-14 35.56-34.64 45.16-34.64s31.12 20.64 45.36 34.28c20 19.28 42.88 41.12 71.040 52.76 27.2 11.28 56.64 11.72 85.16 12 21.44 0.32 50.84 0.76 58.64 8.6s8.28 37.2 8.6 58.64c0.44 28.52 0.88 57.96 12 85.16 11.64 28 33.48 50.92 52.76 71.040 13.64 14.24 34.28 35.76 34.28 45.36s-20.48 31.28-34.12 45.52zM576 720c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM688 432c0 73.48-54.76 135.52-129.080 154.24-4.827 21.807-23.997 37.876-46.92 37.876-26.51 0-48-21.49-48-48 0-0.041 0-0.081 0-0.122l-0 0.006v-32c0-26.51 21.49-48 48-48v0c44 0 80-28.72 80-64s-36-64-80-64-80 28.72-80 64v16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16c0-88.24 78.96-160 176-160s176 71.76 176 160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["seal-question-bold"]},"attrs":[{}],"properties":{"order":29202,"id":282,"name":"seal-question-bold","prevSize":16,"code":60613},"setIdx":3,"setId":3,"iconIdx":965},{"icon":{"paths":["M915 400.2c-14.080-14.68-28.6-29.84-33.36-41.32-4.24-10.24-4.56-31.32-4.84-49.88-0.6-40-1.36-89.76-36.72-125.080s-85.080-36-125.080-36.72c-18.56-0.28-39.64-0.6-49.88-4.84-11.48-4.76-26.64-19.28-41.32-33.36-28.32-27.16-63.6-61-111.8-61s-83.48 33.84-111.8 61c-14.68 14.080-29.84 28.6-41.32 33.36-10.24 4.24-31.32 4.56-49.88 4.84-40 0.8-89.76 1.36-125 36.8s-36 85-36.8 125c-0.28 18.56-0.6 39.64-4.84 49.88-4.76 11.48-19.28 26.64-33.36 41.32-27.16 28.32-61 63.8-61 111.8s33.84 83.48 61 112c14.080 14.68 28.6 29.84 33.36 41.32 4.24 10.24 4.56 31.32 4.84 49.88 0.6 40 1.36 89.76 36.72 125.080s85.080 36 125.080 36.72c18.56 0.28 39.64 0.6 49.88 4.84 11.48 4.76 26.64 19.28 41.32 33.36 28.32 26.96 63.8 60.8 111.8 60.8s83.48-33.84 111.8-61c14.68-14.080 29.84-28.6 41.32-33.36 10.24-4.24 31.32-4.56 49.88-4.84 40-0.6 89.76-1.36 125.080-36.72s36-85.080 36.72-125.080c0.28-18.56 0.6-39.64 4.84-49.88 4.76-11.48 19.28-26.64 33.36-41.32 27.16-28.32 61-63.6 61-111.8s-33.84-83.48-61-111.8zM845.72 557.36c-19.28 20-41.12 42.88-52.76 71.040-11.28 27.2-11.72 56.64-12 85.16-0.32 21.44-0.76 50.84-8.6 58.64s-37.2 8.28-58.64 8.6c-28.52 0.44-57.96 0.88-85.16 12-28 11.64-50.92 33.48-71.040 52.76-14.4 13.8-35.92 34.44-45.52 34.44s-31.12-20.64-45.36-34.28c-20-19.28-42.88-41.12-71.040-52.76-27.2-11.28-56.64-11.72-85.16-12-21.44-0.32-50.84-0.76-58.64-8.6s-8.28-37.2-8.6-58.64c-0.44-28.52-0.88-57.96-12-85.16-11.64-28-33.48-50.92-52.76-71.040-13.8-14.4-34.44-35.92-34.44-45.52s20.64-31.12 34.28-45.36c19.28-20 41.12-42.88 52.76-71.040 11.28-27.2 11.72-56.64 12-85.16 0.48-21.44 0.96-50.84 8.96-58.44s37.2-8.28 58.64-8.6c28.52-0.44 57.96-0.88 85.16-12 28-11.64 50.92-33.48 71.040-52.76 14.040-14 35.56-34.64 45.16-34.64s31.12 20.64 45.36 34.28c20 19.28 42.88 41.12 71.040 52.76 27.2 11.28 56.64 11.72 85.16 12 21.44 0.32 50.84 0.76 58.64 8.6s8.28 37.2 8.6 58.64c0.44 28.52 0.88 57.96 12 85.16 11.64 28 33.48 50.92 52.76 71.040 13.64 14.24 34.28 35.76 34.28 45.36s-20.48 31.28-34.12 45.52zM464 528v-208c0-26.51 21.49-48 48-48s48 21.49 48 48v0 208c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM576 688c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["seal-warning-bold"]},"attrs":[{}],"properties":{"order":29203,"id":281,"name":"seal-warning-bold","prevSize":16,"code":60614},"setIdx":3,"setId":3,"iconIdx":966},{"icon":{"paths":["M400 160c0-26.51 21.49-48 48-48v0h128c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48v0zM576 816h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM832 112h-96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-96c0-44.183-35.817-80-80-80v0zM864 400c-26.51 0-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128c0-26.51-21.49-48-48-48v0zM864 688c-26.51 0-48 21.49-48 48v0 80h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h96c44.183 0 80-35.817 80-80v0-96c0-26.51-21.49-48-48-48v0zM160 624c26.51 0 48-21.49 48-48v0-128c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48v0zM288 816h-80v-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 96c0 44.183 35.817 80 80 80v0h96c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM160 336c26.51 0 48-21.49 48-48v0-80h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-96c-44.183 0-80 35.817-80 80v0 96c0 26.51 21.49 48 48 48v0zM320 272h384c26.51 0 48 21.49 48 48v0 384c0 26.51-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48v0-384c0-26.51 21.49-48 48-48v0zM368 656h288v-288h-288z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-all-bold"]},"attrs":[{}],"properties":{"order":29204,"id":280,"name":"selection-all-bold","prevSize":16,"code":60615},"setIdx":3,"setId":3,"iconIdx":967},{"icon":{"paths":["M624 320h-432c-44.183 0-80 35.817-80 80v0 432c0 44.183 35.817 80 80 80v0h432c44.183 0 80-35.817 80-80v0-432c0-44.183-35.817-80-80-80v0zM608 816h-400v-400h400zM528 160c0-26.51 21.49-48 48-48v0h64c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-64c-26.51 0-48-21.49-48-48v0zM912 192v32c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-16c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h32c44.183 0 80 35.817 80 80v0zM912 384v64c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-64c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM912 608v32c0 44.183-35.817 80-80 80v0h-32c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h16v-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM304 224v-32c0-44.183 35.817-80 80-80v0h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-16v16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-background-bold"]},"attrs":[{}],"properties":{"order":29205,"id":279,"name":"selection-background-bold","prevSize":16,"code":60616},"setIdx":3,"setId":3,"iconIdx":968},{"icon":{"paths":["M624 160c0 26.51-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c26.51 0 48 21.49 48 48v0zM576 816h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM832 112h-96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-96c0-44.183-35.817-80-80-80v0zM864 400c-26.51 0-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128c0-26.51-21.49-48-48-48v0zM864 688c-26.51 0-48 21.49-48 48v0 80h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h96c44.183 0 80-35.817 80-80v0-96c0-26.51-21.49-48-48-48v0zM160 624c26.51 0 48-21.49 48-48v0-128c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48v0zM288 816h-80v-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 96c0 44.183 35.817 80 80 80v0h96c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM288 112h-96c-44.183 0-80 35.817-80 80v0 96c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-bold"]},"attrs":[{}],"properties":{"order":29206,"id":278,"name":"selection-bold","prevSize":16,"code":60617},"setIdx":3,"setId":3,"iconIdx":969},{"icon":{"paths":["M272 864c0 26.51-21.49 48-48 48v0h-32c-44.183 0-80-35.817-80-80v0-32c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h16c26.51 0 48 21.49 48 48v0zM448 816h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h64c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM160 688c26.51 0 48-21.49 48-48v0-64c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 64c0 26.51 21.49 48 48 48v0zM672 752c-26.51 0-48 21.49-48 48v0 16h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h32c44.183 0 80-35.817 80-80v0-32c0-26.51-21.49-48-48-48v0zM672 464c26.51 0 48-21.49 48-48v0-32c0-44.183-35.817-80-80-80v0h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v16c0 26.51 21.49 48 48 48v0zM224 304h-32c-44.183 0-80 35.817-80 80v0 32c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM832 112h-432c-44.183 0-80 35.817-80 80v0 160c-0.021 0.359-0.033 0.778-0.033 1.2s0.012 0.841 0.036 1.258l-0.003-0.058c1.314 25.457 22.274 45.6 47.94 45.6 0.021 0 0.042-0 0.063-0l-0.003 0h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-32v-96h400v400h-96v-32c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 80c0 26.51 21.49 48 48 48v0h160c44.183 0 80-35.817 80-80v0-432c0-44.183-35.817-80-80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-foreground-bold"]},"attrs":[{}],"properties":{"order":29207,"id":277,"name":"selection-foreground-bold","prevSize":16,"code":60618},"setIdx":3,"setId":3,"iconIdx":970},{"icon":{"paths":["M624 864c0 26.51-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c26.51 0 48 21.49 48 48v0zM160 624c26.51 0 48-21.49 48-48v0-128c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48v0zM288 816h-80v-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 96c0 44.183 35.817 80 80 80v0h96c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM912 192v640c0 44.183-35.817 80-80 80v0h-96c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h12l-540-540v12c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-96c0-44.183 35.817-80 80-80v0h640c44.183 0 80 35.817 80 80v0zM816 208h-540l540 540z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-inverse-bold"]},"attrs":[{}],"properties":{"order":29208,"id":276,"name":"selection-inverse-bold","prevSize":16,"code":60619},"setIdx":3,"setId":3,"iconIdx":971},{"icon":{"paths":["M624 160c0 26.51-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h128c26.51 0 48 21.49 48 48v0zM576 816h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM816 208v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-96c0-44.183-35.817-80-80-80v0h-96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM864 400c-26.51 0-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128c0-26.51-21.49-48-48-48v0zM160 624c26.51 0 48-21.49 48-48v0-128c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48v0zM288 816h-80v-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 96c0 44.183 35.817 80 80 80v0h96c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM288 112h-96c-44.183 0-80 35.817-80 80v0 96c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h80c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM960 816h-48v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-plus-bold"]},"attrs":[{}],"properties":{"order":29209,"id":275,"name":"selection-plus-bold","prevSize":16,"code":60620},"setIdx":3,"setId":3,"iconIdx":972},{"icon":{"paths":["M400 160c0-26.51 21.49-48 48-48v0h128c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48v0zM576 816h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM832 112h-96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h80v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-96c0-44.183-35.817-80-80-80v0zM864 400c-26.51 0-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128c0-26.51-21.49-48-48-48v0zM160 624c26.51 0 48-21.49 48-48v0-128c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48v0zM288 816h-80v-80c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 96c0 44.183 35.817 80 80 80v0h96c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM227.52 127.72c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 640 704c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-slash-bold"]},"attrs":[{}],"properties":{"order":29210,"id":274,"name":"selection-slash-bold","prevSize":16,"code":60621},"setIdx":3,"setId":3,"iconIdx":973},{"icon":{"paths":["M285.96 242.2c-6.097-19.994-24.379-34.289-46-34.289s-39.903 14.295-45.911 33.949l-0.089 0.34-144 480c-1.286 4.13-2.027 8.879-2.027 13.8 0 26.51 21.49 48 48 48 0.023 0 0.047-0 0.070-0l-0.004 0h288c26.504-0.008 47.987-21.495 47.987-48 0-4.921-0.741-9.67-2.117-14.14l0.090 0.34zM160.52 688l79.48-264.96 79.48 264.96zM848 296c0-119.294-96.706-216-216-216s-216 96.706-216 216c0 119.294 96.706 216 216 216v0c119.239-0.137 215.864-96.762 216-215.987l0-0.013zM512 296c0-66.274 53.726-120 120-120s120 53.726 120 120c0 66.274-53.726 120-120 120v0c-66.274 0-120-53.726-120-120v0zM896 576h-352c-26.51 0-48 21.49-48 48v0 208c0 26.51 21.49 48 48 48v0h352c26.51 0 48-21.49 48-48v0-208c0-26.51-21.49-48-48-48v0zM848 784h-256v-112h256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shapes-bold"]},"attrs":[{}],"properties":{"order":29211,"id":273,"name":"shapes-bold","prevSize":16,"code":60622},"setIdx":3,"setId":3,"iconIdx":974},{"icon":{"paths":["M929.96 449.96l-192 192c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l110.040-109.96h-120c-0.032-0-0.071-0-0.109-0-155.717 0-286.693 105.927-324.802 249.655l-0.529 2.345c-5.52 20.87-24.232 36.004-46.48 36.004-26.512 0-48.004-21.492-48.004-48.004 0-4.264 0.556-8.399 1.6-12.335l-0.076 0.335c49.585-187.794 217.934-324 418.096-324 0.107 0 0.214 0 0.32 0l119.983-0-109.96-110.080c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l192 192c8.71 8.69 14.098 20.706 14.098 33.98 0 13.314-5.421 25.362-14.175 34.057l-0.003 0.003zM768 816h-592v-464c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 480c0 44.183 35.817 80 80 80v0h608c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["share-bold"]},"attrs":[{}],"properties":{"order":29212,"id":272,"name":"share-bold","prevSize":16,"code":60623},"setIdx":3,"setId":3,"iconIdx":975},{"icon":{"paths":["M961.96 414.080l-320-320c-8.688-8.698-20.696-14.078-33.96-14.078-26.509 0-47.999 21.489-48 47.998l-0 0v146.96c-103.040 12.48-214.64 63.56-307 141.88-116.64 98.96-189.28 226.76-204.56 360-0.27 2.209-0.425 4.767-0.425 7.36 0 35.346 28.654 64 64 64 18.386 0 34.96-7.753 46.634-20.167l0.031-0.033c41.84-44.56 188-182.96 401.32-201.68v141.68c0.024 26.492 21.505 47.958 48 47.958 13.244 0 25.236-5.364 33.921-14.038l-0 0 320-320c8.686-8.686 14.058-20.686 14.058-33.94 0-13.234-5.356-25.218-14.019-33.901l0.001 0.001zM656 652v-76c0-26.51-21.49-48-48-48v0c-196 0-346.28 86.24-439.16 160.44 28.52-72.64 78.52-140.88 146.28-198.36 90.080-76.44 199.56-122.080 292.88-122.080 26.51 0 48-21.49 48-48v0-76l204 204z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["share-fat-bold"]},"attrs":[{}],"properties":{"order":29213,"id":271,"name":"share-fat-bold","prevSize":16,"code":60624},"setIdx":3,"setId":3,"iconIdx":976},{"icon":{"paths":["M704 624c-0.083-0-0.181-0-0.28-0-44.617 0-85.336 16.685-116.26 44.157l0.179-0.156-163.24-104.8c4.821-15.319 7.599-32.935 7.599-51.2s-2.778-35.881-7.934-52.449l0.335 1.249 163.24-104.8c30.71 27.092 71.291 43.629 115.735 43.629 96.827 0 175.32-78.493 175.32-175.32s-78.493-175.32-175.32-175.32c-96.827 0-175.32 78.493-175.32 175.32 0 18.199 2.773 35.749 7.919 52.253l-0.334-1.242-163.28 104.68c-30.882-27.391-71.762-44.12-116.549-44.12-97.202 0-176 78.798-176 176s78.798 176 176 176c44.787 0 85.667-16.729 116.732-44.279l-0.183 0.159 163.24 105.040c-4.829 15.318-7.612 32.934-7.612 51.2 0 97.202 78.798 176 176 176s176-78.798 176-176c0-97.198-78.791-175.993-175.987-176l-0.001-0zM704 144c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80v0c0-44.183 35.817-80 80-80v0zM256 592c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM704 880c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["share-network-bold"]},"attrs":[{}],"properties":{"order":29214,"id":270,"name":"share-network-bold","prevSize":16,"code":60625},"setIdx":3,"setId":3,"iconIdx":977},{"icon":{"paths":["M832 144h-640c-44.183 0-80 35.817-80 80v0 235.2c0 369.44 312.4 492 375.040 512.72 7.446 2.586 16.029 4.079 24.96 4.079s17.514-1.493 25.511-4.244l-0.551 0.165c62.64-20.8 375.040-143.28 375.040-512.72v-235.2c0-44.183-35.817-80-80-80v0zM816 459.2c0 294.24-242.12 398.12-304 420-61.88-21.68-304-125.56-304-419.8v-219.4h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-bold"]},"attrs":[{}],"properties":{"order":29215,"id":269,"name":"shield-bold","prevSize":16,"code":60626},"setIdx":3,"setId":3,"iconIdx":978},{"icon":{"paths":["M832 144h-640c-44.183 0-80 35.817-80 80v0 235.2c0 369.44 312.4 492 375.040 512.72 7.446 2.586 16.029 4.079 24.96 4.079s17.514-1.493 25.511-4.244l-0.551 0.165c62.64-20.8 375.040-143.28 375.040-512.72v-235.2c0-44.183-35.817-80-80-80v0zM816 459.2c0 294.24-242.12 398.12-304 420-61.88-21.68-304-125.56-304-419.8v-219.4h608zM318.040 577.96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l0 0 61.96 62.040 190.040-190.040c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-224 224c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-check-bold"]},"attrs":[{}],"properties":{"order":29216,"id":268,"name":"shield-check-bold","prevSize":16,"code":60627},"setIdx":3,"setId":3,"iconIdx":979},{"icon":{"paths":["M832 144h-640c-44.183 0-80 35.817-80 80v0 235.080c0 369.48 312.4 492 375 512.72 6.717 2.308 14.468 3.753 22.521 3.997l0.119 0.003c0.8 0 1.56 0 2.36 0s1.56 0 2.32 0c8.175-0.258 15.924-1.702 23.204-4.166l-0.564 0.166c62.64-20.68 375.040-143.16 375.040-512.64v-235.16c0-44.183-35.817-80-80-80v0zM816 459.16c0 1.64 0 3.24 0 4.84h-256v-224h256zM208 240h256v224h-256c0-1.6 0-3.2 0-4.84zM218.36 560h245.64v298.88c-78.68-38.040-208.32-125.4-245.64-298.88zM560 858.88v-298.88h245.64c-37.32 173.48-166.96 260.84-245.64 298.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-checkered-bold"]},"attrs":[{}],"properties":{"order":29217,"id":267,"name":"shield-checkered-bold","prevSize":16,"code":60628},"setIdx":3,"setId":3,"iconIdx":980},{"icon":{"paths":["M832 144h-640c-44.183 0-80 35.817-80 80v0 235.2c0 369.44 312.4 492 375.040 512.72 7.446 2.586 16.029 4.079 24.96 4.079s17.514-1.493 25.511-4.244l-0.551 0.165c62.64-20.8 375.040-143.28 375.040-512.72v-235.2c0-44.183-35.817-80-80-80v0zM208 240h608v219.2c0.013 1.261 0.020 2.751 0.020 4.243 0 54.622-9.683 106.982-27.425 155.457l1.005-3.141-250.080-175.080c-7.67-5.426-17.216-8.673-27.52-8.673s-19.85 3.247-27.671 8.773l0.151-0.101-250.080 175.080c-16.737-45.335-26.42-97.695-26.42-152.317 0-1.492 0.007-2.982 0.022-4.471l-0.002 0.228zM512 879c-40.28-14.12-157.040-63.16-233.56-176.88l233.56-163.52 233.56 163.52c-76.52 113.88-193.28 162.76-233.56 176.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-chevron-bold"]},"attrs":[{}],"properties":{"order":29218,"id":266,"name":"shield-chevron-bold","prevSize":16,"code":60629},"setIdx":3,"setId":3,"iconIdx":981},{"icon":{"paths":["M832 144h-640c-44.183 0-80 35.817-80 80v0 235.2c0 369.44 312.4 492 375 512.72 7.452 2.586 16.042 4.079 24.98 4.079s17.528-1.493 25.532-4.244l-0.552 0.165c62.64-20.8 375.040-143.28 375.040-512.72v-235.2c0-44.183-35.817-80-80-80v0zM816 459.2c0 294.2-242.080 398.080-304 420-61.88-21.68-304-125.56-304-419.8v-219.4h608zM336 512c0-26.51 21.49-48 48-48v0h80v-80c0-26.51 21.49-48 48-48s48 21.49 48 48v0 80h80c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-80v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-80h-80c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-plus-bold"]},"attrs":[{}],"properties":{"order":29219,"id":265,"name":"shield-plus-bold","prevSize":16,"code":60630},"setIdx":3,"setId":3,"iconIdx":982},{"icon":{"paths":["M912 224v235.2c0.009 1.206 0.015 2.631 0.015 4.058 0 65.623-11.392 128.584-32.305 187.016l1.21-3.874c-6.833 18.719-24.484 31.842-45.2 31.842-26.511 0-48.002-21.491-48.002-48.002 0-5.795 1.027-11.35 2.909-16.493l-0.107 0.333c16.158-44.921 25.498-96.753 25.498-150.768 0-1.446-0.007-2.891-0.020-4.334l0.002 0.221v-219.2h-378.68c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h394.68c44.183 0 80 35.817 80 80v0zM867.52 831.72c7.746 8.495 12.49 19.843 12.49 32.3 0 26.515-21.495 48.010-48.010 48.010-14.058 0-26.706-6.043-35.486-15.672l-0.034-0.038-46.96-51.68c-59.299 54.857-130.116 98.238-208.316 126.044l-4.244 1.316c-7.452 2.586-16.042 4.079-24.98 4.079s-17.528-1.493-25.532-4.244l0.552 0.165c-62.6-20.88-375-143.36-375-512.8v-235.2c0-26.083 12.482-49.25 31.799-63.854l0.201-0.146c-0-0.021-0-0.046-0-0.071 0-26.51 21.49-48 48-48 14.039 0 26.669 6.027 35.447 15.634l0.033 0.037zM684.96 773.64l-476.96-524.68v210.24c0 294.24 242.12 398.12 304 420 67.065-24.653 124.621-60.526 173.265-105.841l-0.305 0.281z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-slash-bold"]},"attrs":[{}],"properties":{"order":29220,"id":264,"name":"shield-slash-bold","prevSize":16,"code":60631},"setIdx":3,"setId":3,"iconIdx":983},{"icon":{"paths":["M307.44 462.2c7.268-17.844 24.479-30.193 44.575-30.193 6.421 0 12.548 1.261 18.146 3.548l-0.321-0.116 94.16 37.68v-89.12c0-26.51 21.49-48 48-48s48 21.49 48 48v0 89.12l94.16-37.68c5.185-2.089 11.197-3.301 17.492-3.301 26.51 0 48 21.49 48 48 0 19.951-12.172 37.059-29.495 44.303l-0.317 0.118-101.84 40.76 58.4 77.88c5.993 7.922 9.6 17.94 9.6 28.8 0 26.51-21.49 48-48 48-15.65 0-29.55-7.489-38.313-19.079l-0.087-0.121-57.6-76.8-57.6 76.8c-8.85 11.711-22.75 19.2-38.4 19.2-26.51 0-48-21.49-48-48 0-10.86 3.607-20.878 9.687-28.921l-0.087 0.121 58.4-77.88-101.84-40.76c-17.818-7.28-30.144-24.478-30.144-44.555 0-6.413 1.258-12.533 3.54-18.125l-0.116 0.321zM912 224v235.2c0 369.44-312.4 492-375.040 512.72-7.452 2.586-16.042 4.079-24.98 4.079s-17.528-1.493-25.532-4.244l0.552 0.165c-62.6-20.8-375-143.28-375-512.72v-235.2c0-44.183 35.817-80 80-80v0h640c44.183 0 80 35.817 80 80v0zM816 240h-608v219.2c0 294.24 242.12 398.12 304 420 61.92-21.72 304-125.6 304-419.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-star-bold"]},"attrs":[{}],"properties":{"order":29221,"id":263,"name":"shield-star-bold","prevSize":16,"code":60632},"setIdx":3,"setId":3,"iconIdx":984},{"icon":{"paths":["M832 144h-640c-44.183 0-80 35.817-80 80v0 235.2c0 369.44 312.4 492 375 512.72 7.452 2.586 16.042 4.079 24.98 4.079s17.528-1.493 25.532-4.244l-0.552 0.165c62.64-20.8 375.040-143.28 375.040-512.72v-235.2c0-44.183-35.817-80-80-80v0zM816 459.2c0 294.2-242.080 398.080-304 420-61.88-21.68-304-125.56-304-419.8v-219.4h608zM464 528v-144c0-26.51 21.49-48 48-48s48 21.49 48 48v0 144c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM448 688c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-warning-bold"]},"attrs":[{}],"properties":{"order":29222,"id":262,"name":"shield-warning-bold","prevSize":16,"code":60633},"setIdx":3,"setId":3,"iconIdx":985},{"icon":{"paths":["M800 176h-92l-50.040-49.96c-8.443-8.439-20.014-13.749-32.825-14.039l-0.055-0.001h-225.080c-1.16 0-2.24 0-3.32 0-12.024 0.835-22.707 5.979-30.642 13.882l0.002-0.002-50.040 50.12h-92c-44.183 0-80 35.817-80 80v0 608c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-608c0-44.183-35.817-80-80-80v0zM384 244l5.92-5.92 61.76 105.92-67.68 65.92zM512 256.84l-28.44-48.84h56.88zM640 244v166.040l-67.68-66.040 61.76-105.88zM240 272h48v176c-0 0.007-0 0.016-0 0.024 0 44.183 35.817 80 80 80 21.968 0 41.868-8.855 56.326-23.19l-0.006 0.006 39.68-38.84v382h-224zM784 848h-224v-382l39.68 38.76c14.452 14.329 34.352 23.184 56.32 23.184 44.163 0 79.968-35.785 80-79.941l0-0.003v-176h48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shirt-folded-bold"]},"attrs":[{}],"properties":{"order":29223,"id":261,"name":"shirt-folded-bold","prevSize":16,"code":60634},"setIdx":3,"setId":3,"iconIdx":986},{"icon":{"paths":["M972.72 275.48c-8.551-26.127-31.661-45.107-59.508-47.463l-0.252-0.017-139.32-12-54.32-126.36c-10.854-24.705-35.109-41.646-63.32-41.646s-52.466 16.941-63.146 41.204l-0.174 0.442-54.28 126.64-139.36 11.72c-35.436 2.898-63.097 32.371-63.097 68.305 0 20.831 9.295 39.49 23.964 52.057l0.093 0.078 105.2 89.84-31.48 133.44c-1.113 4.634-1.752 9.955-1.752 15.425 0 37.997 30.803 68.8 68.8 68.8 13.005 0 25.167-3.608 35.539-9.878l-0.308 0.173 120-71.28 120 71.28c10.089 6.141 22.289 9.776 35.338 9.776 37.975 0 68.76-30.785 68.76-68.76 0-5.51-0.648-10.868-1.872-16.003l0.094 0.468-31.48-133.44 105.16-89.84c14.737-12.601 24.019-31.213 24.019-51.992 0-7.493-1.207-14.705-3.437-21.451l0.138 0.482zM771.64 376c-14.783 12.589-24.098 31.218-24.098 52.022 0 5.671 0.692 11.18 1.996 16.447l-0.098-0.469 20.56 87.16-78.72-46.76c-10.078-6.107-22.257-9.721-35.28-9.721s-25.202 3.614-35.588 9.894l0.308-0.173-78.72 46.64 20.56-87.040c1.221-4.82 1.922-10.354 1.922-16.051 0-20.786-9.327-39.395-24.024-51.868l-0.098-0.081-68-57.96 90.16-7.6c25.825-2.167 47.412-18.329 57.307-40.8l0.173-0.44 36-83.64 36 83.6c10.028 22.998 31.642 39.241 57.266 41.423l0.254 0.017 90.16 7.6zM129.96 737.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l208-208c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-0 0zM401.96 753.96l-208 208c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l208-208c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0zM689.96 685.96c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-208 208c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l208-208c8.688-8.698 20.696-14.078 33.96-14.078 13.304 0 25.344 5.413 34.038 14.156l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shooting-star-bold"]},"attrs":[{}],"properties":{"order":29224,"id":260,"name":"shooting-star-bold","prevSize":16,"code":60635},"setIdx":3,"setId":3,"iconIdx":987},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM848 784h-672v-544h672zM304 352c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 61.856 50.144 112 112 112s112-50.144 112-112v0c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 114.875-93.125 208-208 208s-208-93.125-208-208v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shopping-bag-bold"]},"attrs":[{}],"properties":{"order":29225,"id":259,"name":"shopping-bag-bold","prevSize":16,"code":60636},"setIdx":3,"setId":3,"iconIdx":988},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM848 240v64h-672v-64zM176 784v-384h672v384zM720 496c0 114.875-93.125 208-208 208s-208-93.125-208-208v0c0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 61.856 50.144 112 112 112s112-50.144 112-112v0c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shopping-bag-open-bold"]},"attrs":[{}],"properties":{"order":29226,"id":258,"name":"shopping-bag-open-bold","prevSize":16,"code":60637},"setIdx":3,"setId":3,"iconIdx":989},{"icon":{"paths":["M900.84 225.24c-8.864-10.566-22.073-17.237-36.84-17.24l-632-0-17.080-94.32c-7.025-37.6-39.587-65.68-78.708-65.68-0.004 0-0.008 0-0.013 0l-72.199-0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h58.84l99.64 548c2.899 15.445 8.58 29.17 16.541 41.262l-0.261-0.422c-19.080 22.221-30.695 51.335-30.695 83.161 0 70.692 57.308 128 128 128s128-57.308 128-128c0-11.372-1.483-22.398-4.266-32.894l0.201 0.893h136c-2.582 9.603-4.065 20.628-4.065 32 0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.67-57.271-127.963-127.932-128l-387.324-0c-7.811-0.009-14.31-5.614-15.704-13.021l-0.016-0.099-9.28-50.88h444.72c0 0 0 0 0 0 54.786 0 100.385-39.337 110.092-91.307l0.108-0.693 48.64-267.44c0.487-2.568 0.766-5.523 0.766-8.542 0-11.747-4.22-22.509-11.227-30.852l0.060 0.074zM368 816c0 17.673-14.327 32-32 32s-32-14.327-32-32c0-17.673 14.327-32 32-32v0c17.673 0 32 14.327 32 32v0zM720 848c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0zM768 514.88c-1.403 7.466-7.839 13.051-15.593 13.12l-0.007 0h-462.16l-40.72-224h556.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shopping-cart-bold"]},"attrs":[{}],"properties":{"order":29227,"id":257,"name":"shopping-cart-bold","prevSize":16,"code":60638},"setIdx":3,"setId":3,"iconIdx":990},{"icon":{"paths":["M400 864c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0zM736 784c-44.183 0-80 35.817-80 80s35.817 80 80 80c44.183 0 80-35.817 80-80v0c0-44.183-35.817-80-80-80v0zM941.88 302.12l-109.16 354.8c-14.338 46.15-56.658 79.081-106.668 79.081-0.145 0-0.29-0-0.434-0.001l0.022 0h-393.92c-50.85-0.17-93.743-34.045-107.517-80.444l-0.203-0.796-136.76-478.76h-39.24c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h51.28c36.321 0.116 66.957 24.322 76.776 57.472l0.144 0.568 29.16 101.96h690.64c0.001-0 0.002-0 0.004-0 26.51 0 48 21.49 48 48 0 5.039-0.776 9.897-2.216 14.46l0.093-0.34zM831 336h-598.24l83.56 292.4c1.977 6.752 8.114 11.6 15.383 11.6 0.006 0 0.012-0 0.018-0l393.919 0c0.010 0 0.021 0 0.032 0 7.152 0 13.208-4.693 15.257-11.167l0.031-0.113z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shopping-cart-simple-bold"]},"attrs":[{}],"properties":{"order":29228,"id":256,"name":"shopping-cart-simple-bold","prevSize":16,"code":60639},"setIdx":3,"setId":3,"iconIdx":991},{"icon":{"paths":["M272 944c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM336 752c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM80 752c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM208 752c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM1024 160c0 26.51-21.49 48-48 48v0h-92l-103.24 103.16-85.8 502.16c-6.629 38.060-39.415 66.628-78.875 66.628-22.090 0-42.089-8.953-56.565-23.428l-392-392c-14.502-14.481-23.474-34.498-23.474-56.611 0-39.532 28.674-72.368 66.359-78.842l0.475-0.067 502-85.76 107.8-107.8c14.393-14.479 34.322-23.44 56.345-23.44 0.076 0 0.151 0 0.227 0l-0.012-0h98.76c26.51 0 48 21.49 48 48v0zM677.28 346.72l-420 71.76 348.28 348.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shower-bold"]},"attrs":[{}],"properties":{"order":29229,"id":255,"name":"shower-bold","prevSize":16,"code":60640},"setIdx":3,"setId":3,"iconIdx":992},{"icon":{"paths":["M976 240c0-70.692-57.308-128-128-128v0h-336c-8.837 0-16-7.163-16-16v0c0-26.51-21.49-48-48-48s-48 21.49-48 48v0c0 61.856 50.144 112 112 112v0h336c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-460.4c-185.88 0-338.24 149.6-339.6 333.48-0.006 0.749-0.009 1.634-0.009 2.52 0 185.568 150.432 336 336 336 0.003 0 0.007-0 0.010-0l224 0c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-112v-64h176c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c156.641-0.202 285.545-118.687 302.199-270.921l0.121-1.359c39.447-22.297 65.647-63.945 65.68-111.715l0-0.005zM387.6 368h12.4v169.36c-20.22 8.363-37.199 21.002-50.433 36.873l-0.167 0.207-176-80c42.529-75.931 122.466-126.416 214.197-126.44l0.003-0zM144 606.16c0-6.44 0.44-12.84 1-19.16l175.48 79.76c0.528 6.419 1.463 12.276 2.802 17.978l-0.162-0.818-117.88 84.080c-37.999-42.033-61.252-98.025-61.252-159.448 0-0.841 0.004-1.681 0.013-2.52l-0.001 0.128zM384 848c-0.104 0-0.227 0-0.35 0-34.951 0-68.151-7.496-98.081-20.968l1.51 0.608 90.64-64.72c6.39 4.266 13.718 8.195 21.421 11.403l0.859 0.317v73.36zM608 528h-112v-160h314.4c-22.581 92.381-104.591 159.884-202.387 160l-0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shrimp-bold"]},"attrs":[{}],"properties":{"order":29230,"id":254,"name":"shrimp-bold","prevSize":16,"code":60641},"setIdx":3,"setId":3,"iconIdx":993},{"icon":{"paths":["M961.96 702.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-96 96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l14.040-14.040h-123.52c-0.002 0-0.005 0-0.008 0-26.745 0-50.424-13.124-64.95-33.283l-0.162-0.237-296.080-414.48h-199.28c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h207.52c26.733 0.023 50.402 13.122 64.958 33.245l0.162 0.235 296 414.52h115.36l-14.080-14.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0zM441.6 610.56c-7.747-5.59-17.432-8.941-27.9-8.941-16.042 0-30.247 7.87-38.963 19.96l-0.097 0.142-47.36 66.28h-199.28c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h207.52c0.002 0 0.005 0 0.008 0 26.745 0 50.424-13.124 64.95-33.283l0.162-0.237 52-72.96c5.615-7.758 8.982-17.464 8.982-27.957 0-16.008-7.836-30.186-19.882-38.906l-0.14-0.096zM582.4 413.44c7.747 5.59 17.432 8.941 27.9 8.941 16.042 0 30.247-7.87 38.963-19.96l0.097-0.142 47.36-66.28h115.28l-14.080 14.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l96-96c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001-96-96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 14.080 13.96h-123.52c-26.733 0.023-50.402 13.122-64.958 33.245l-0.162 0.235-52 73c-5.615 7.758-8.982 17.464-8.982 27.957 0 16.008 7.836 30.186 19.882 38.906l0.14 0.096z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shuffle-angular-bold"]},"attrs":[{}],"properties":{"order":29231,"id":253,"name":"shuffle-angular-bold","prevSize":16,"code":60642},"setIdx":3,"setId":3,"iconIdx":994},{"icon":{"paths":["M961.96 702.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-96 96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l14.040-14.040h-8.36c-101.584-0.116-191.508-49.927-246.785-126.426l-0.615-0.894-166.72-233.56c-38.235-52.965-99.769-87.053-169.269-87.12l-92.251-0c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h92.24c101.584 0.116 191.508 49.927 246.785 126.426l0.615 0.894 166.84 233.56c38.235 52.965 99.769 87.053 169.269 87.12l8.251 0-14.080-14.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0zM579.48 411.56c8.395 7.371 19.472 11.868 31.599 11.868 14.377 0 27.277-6.321 36.074-16.334l0.046-0.054c38.323-43.641 94.234-71.040 156.544-71.040 0.006 0 0.011 0 0.017 0l8.239-0-14.080 14.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l96-96c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001-96-96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 14.080 13.96h-8.36c-91.095 0.045-172.815 40.151-228.502 103.653l-0.298 0.347c-7.292 8.373-11.737 19.392-11.737 31.449 0 14.372 6.316 27.268 16.324 36.065l0.054 0.046zM444.52 612.44c-8.395-7.371-19.472-11.868-31.599-11.868-14.377 0-27.277 6.321-36.074 16.334l-0.046 0.054c-38.323 43.641-94.234 71.040-156.544 71.040-0.006 0-0.011-0-0.017-0l-92.239 0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h92.24c91.095-0.045 172.815-40.151 228.502-103.653l0.298-0.347c7.323-8.382 11.789-19.424 11.789-31.509 0-14.34-6.288-27.211-16.257-36.006l-0.052-0.045z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shuffle-bold"]},"attrs":[{}],"properties":{"order":29232,"id":252,"name":"shuffle-bold","prevSize":16,"code":60643},"setIdx":3,"setId":3,"iconIdx":995},{"icon":{"paths":["M880 192v160c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-44l-124.92 124.8c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l124.92-124.8h-44c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0zM832 624c-26.51 0-48 21.49-48 48v0 44l-558.040-557.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l558.040 557.96h-44c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160c26.51 0 48-21.49 48-48v0-160c0-26.51-21.49-48-48-48v0zM364.92 591.2l-206.88 206.84c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l206.84-206.88c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shuffle-simple-bold"]},"attrs":[{}],"properties":{"order":29233,"id":251,"name":"shuffle-simple-bold","prevSize":16,"code":60644},"setIdx":3,"setId":3,"iconIdx":996},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM176 400h128v64h-128zM304 240v64h-128v-64zM176 560h128v224h-128zM848 784h-448v-544h448z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sidebar-bold"]},"attrs":[{}],"properties":{"order":29234,"id":250,"name":"sidebar-bold","prevSize":16,"code":60645},"setIdx":3,"setId":3,"iconIdx":997},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM176 240h128v544h-128zM848 784h-448v-544h448z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sidebar-simple-bold"]},"attrs":[{}],"properties":{"order":29235,"id":249,"name":"sidebar-simple-bold","prevSize":16,"code":60646},"setIdx":3,"setId":3,"iconIdx":998},{"icon":{"paths":["M720 288v-48h-364l193.6 242c6.56 8.139 10.53 18.606 10.53 30s-3.97 21.861-10.602 30.092l0.072-0.092-193.6 242h364v-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 96c0 26.51-21.49 48-48 48v0h-512c-0.003 0-0.006 0-0.010 0-26.51 0-48-21.49-48-48 0-11.394 3.97-21.861 10.602-30.092l-0.072 0.092 232-290-232-290c-6.56-8.139-10.53-18.606-10.53-30 0-26.51 21.49-48 48-48 0.004 0 0.007 0 0.011 0l511.999-0c26.51 0 48 21.49 48 48v0 96c0 26.51-21.49 48-48 48s-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sigma-bold"]},"attrs":[{}],"properties":{"order":29236,"id":248,"name":"sigma-bold","prevSize":16,"code":60647},"setIdx":3,"setId":3,"iconIdx":999},{"icon":{"paths":["M928 656h-646.6c8.8-17.68 17.64-35.76 26.36-54.12 0.96-1.96 1.88-4 2.8-5.84 54.24-6.4 115.12-45.040 182.080-115.6 21.32 48.24 56.28 99.48 110.6 109.76 21 4 53.96 3.16 91.6-23.24 13.574-9.756 25.466-20.353 36.16-32.062l0.16-0.178c33.32 30.48 92.32 57.28 196.84 57.28 26.51 0 48-21.49 48-48s-21.49-48-48-48v0c-130.64 0-143.24-46.44-144-50.4-1.351-25.425-22.296-45.529-47.936-45.529-19.843 0-36.874 12.041-44.185 29.215l-0.119 0.314c-37.48 55.72-62.4 68-70.64 66.4-19.64-3.72-49.8-62.8-62.080-121.56-4.649-22.033-23.929-38.333-47.017-38.333-17.516 0-32.84 9.382-41.222 23.394l-0.121 0.219c-40 49.52-74.24 83.72-102.72 106 85.24-212.76 68.6-290.080 45.88-330.28-20-35.48-56-55.12-101.44-55.32h-1.28c-72 0.52-129.72 66.64-154.92 177.080-13.8 60.52-16 127.52-5.84 183.76 10.56 58.76 33.32 102.68 66.44 128.88-14.28 29.52-28.8 58.52-43 86.16h-77.8c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h26.72c-38.72 70.68-67.36 118.4-68 119.24-4.314 7.060-6.868 15.603-6.868 24.742 0 17.374 9.231 32.593 23.056 41.018l0.212 0.12c7.009 4.321 15.504 6.881 24.596 6.881 0.1 0 0.2-0 0.299-0.001l-0.015 0c0.012 0 0.025 0 0.039 0 17.363 0 32.573-9.219 41.001-23.029l0.12-0.211c2.48-4.2 43.72-72.76 94.84-168.76h696c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM784 448c0-0.72 0-1.44 0-2.16 0.029 0.324 0.046 0.7 0.046 1.080s-0.017 0.756-0.049 1.128l0.003-0.048zM249.76 278.44c13.32-58.44 40-102.44 62.24-102.44 14.68 0 17 4 18.4 6.56 5.72 10.16 26.2 68.36-69.68 291.2-7.242-14.406-12.788-31.119-15.772-48.704l-0.148-1.056c-3.046-18.065-4.787-38.876-4.787-60.094 0-30.309 3.553-59.789 10.264-88.045l-0.517 2.579z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["signature-bold"]},"attrs":[{}],"properties":{"order":29237,"id":247,"name":"signature-bold","prevSize":16,"code":60648},"setIdx":3,"setId":3,"iconIdx":1000},{"icon":{"paths":["M577.96 545.96l-160 160c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0 78.040-77.96h-332c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h332l-77.96-78.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l160 160c8.698 8.688 14.078 20.696 14.078 33.96 0 13.304-5.413 25.344-14.156 34.038l-0.002 0.002zM768 112h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h208v608h-208c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sign-in-bold"]},"attrs":[{}],"properties":{"order":29238,"id":246,"name":"sign-in-bold","prevSize":16,"code":60649},"setIdx":3,"setId":3,"iconIdx":1001},{"icon":{"paths":["M464 864c0 26.51-21.49 48-48 48v0h-224c-44.183 0-80-35.817-80-80v0-640c0-44.183 35.817-80 80-80v0h224c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-208v608h208c26.51 0 48 21.49 48 48v0zM897.96 478.040l-160-160c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 78.040 77.96h-332c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h332l-78.080 78.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l160-160c8.733-8.694 14.138-20.726 14.138-34.020 0-13.274-5.388-25.29-14.097-33.979l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sign-out-bold"]},"attrs":[{}],"properties":{"order":29239,"id":245,"name":"sign-out-bold","prevSize":16,"code":60650},"setIdx":3,"setId":3,"iconIdx":1002},{"icon":{"paths":["M995.68 416l-144-160c-8.806-9.815-21.521-15.97-35.675-16l-0.005-0h-256v-112c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 112h-304c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h304v240c0 26.51 21.49 48 48 48s48-21.49 48-48v0-240h256c14.159-0.030 26.874-6.185 35.64-15.955l0.040-0.045 144-160c7.585-8.453 12.223-19.685 12.223-32s-4.638-23.547-12.262-32.045l0.040 0.045zM794.64 560h-618.64v-224h618.64l100.8 112z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["signpost-bold"]},"attrs":[{}],"properties":{"order":29240,"id":244,"name":"signpost-bold","prevSize":16,"code":60651},"setIdx":3,"setId":3,"iconIdx":1003},{"icon":{"paths":["M865.96 318.040l-224-224c-8.684-8.675-20.677-14.040-33.922-14.040-0.013 0-0.027 0-0.040 0l-383.998-0c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-512c0-0.011 0-0.024 0-0.038 0-13.245-5.365-25.238-14.040-33.923l0 0zM784 848h-544v-672h348l196 196zM352 448c-26.51 0-48 21.49-48 48v0 256c0 26.51 21.49 48 48 48v0h320c26.51 0 48-21.49 48-48v0-256c0-26.51-21.49-48-48-48v0zM400 544h64v160h-64zM624 704h-64v-160h64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sim-card-bold"]},"attrs":[{}],"properties":{"order":29241,"id":243,"name":"sim-card-bold","prevSize":16,"code":60652},"setIdx":3,"setId":3,"iconIdx":1004},{"icon":{"paths":["M464 80v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v0 32c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM800 224c0.011 0 0.024 0 0.038 0 13.245 0 25.238-5.365 33.923-14.040l-0 0 32-32c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-32 32c-8.746 8.696-14.158 20.736-14.158 34.040 0 26.51 21.49 48 48 48 0.070 0 0.14-0 0.209-0l-0.011 0zM190.040 209.96c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-32-32c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0zM944 704v96c0 44.183-35.817 80-80 80v0h-704c-44.183 0-80-35.817-80-80v0-96c-0-0.005-0-0.011-0-0.016 0-38.519 27.223-70.68 63.479-78.292l0.521-0.092v-65.6c0-203.241 164.759-368 368-368v0h2.84c201.16 1.52 365.16 168.4 365.16 372v61.6c36.777 7.704 64 39.865 64 78.384 0 0.006-0 0.011-0 0.017l0-0.001zM240 560v64h544v-60c0-151.080-121.080-274.88-269.92-276h-2.080c-150.221 0-272 121.779-272 272v0zM848 720h-672v64h672zM545.6 453.12c35.010 11.239 62.041 38.27 73.059 72.487l0.221 0.793c6.315 19.644 24.427 33.61 45.8 33.61 26.515 0 48.010-21.495 48.010-48.010 0-5.142-0.808-10.095-2.305-14.74l0.095 0.34c-20.88-64.962-71.038-115.12-134.528-135.59l-1.472-0.41c-4.305-1.402-9.258-2.21-14.4-2.21-26.515 0-48.010 21.495-48.010 48.010 0 21.373 13.966 39.485 33.271 45.705l0.34 0.095z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["siren-bold"]},"attrs":[{}],"properties":{"order":29242,"id":242,"name":"siren-bold","prevSize":16,"code":60653},"setIdx":3,"setId":3,"iconIdx":1005},{"icon":{"paths":["M996 384.4l-224-256c-8.816-10.043-21.666-16.36-35.993-16.4l-0.007-0h-448c-14.334 0.040-27.184 6.357-35.953 16.346l-0.047 0.054-224 256c-7.374 8.396-11.873 19.475-11.873 31.605 0 12.675 4.913 24.203 12.938 32.783l-0.025-0.027 448 480c8.784 9.387 21.249 15.237 35.080 15.237s26.296-5.85 35.055-15.21l0.025-0.027 448-480c7.926-8.536 12.79-20.011 12.79-32.623 0-12.192-4.545-23.322-12.034-31.788l0.044 0.051zM854.2 368h-126.2l-120-160h106.2zM287.52 464l84.76 212-197.84-212zM633.12 464l-121.12 302.76-121.12-302.76zM416 368l96-128 96 128zM736.48 464h113.080l-197.84 212zM309.8 208h106.2l-120 160h-126.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sketch-logo-bold"]},"attrs":[{}],"properties":{"order":29243,"id":241,"name":"sketch-logo-bold","prevSize":16,"code":60654},"setIdx":3,"setId":3,"iconIdx":1006},{"icon":{"paths":["M807 122.080c-11.184-6.317-24.558-10.039-38.801-10.039-15.712 0-30.365 4.529-42.727 12.353l0.328-0.194-453.8 283.8v-248c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 704c0 26.51 21.49 48 48 48s48-21.49 48-48v0-248l453.8 284c11.989 7.554 26.571 12.036 42.201 12.036 44.027 0 79.747-35.565 79.999-79.532l0-0.024v-640.96c-0.031-29.735-16.394-55.641-40.6-69.234l-0.4-0.206zM752 802.92l-465.2-290.92 465.2-290.92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skip-back-bold"]},"attrs":[{}],"properties":{"order":29244,"id":240,"name":"skip-back-bold","prevSize":16,"code":60655},"setIdx":3,"setId":3,"iconIdx":1007},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM663.28 310c-6.709-3.788-14.731-6.020-23.274-6.020-9.43 0-18.225 2.719-25.643 7.416l0.197-0.116-182.56 114.12v-73.4c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 320c0 26.51 21.49 48 48 48s48-21.49 48-48v0-73.4l182.56 114.12c7.22 4.578 16.013 7.296 25.44 7.296 26.51 0 48-21.49 48-48 0-0.006-0-0.011-0-0.017l0 0.001v-320c0-0.007 0-0.015 0-0.023 0-17.964-9.868-33.623-24.48-41.852l-0.24-0.124zM592 585.4l-117.44-73.4 117.44-73.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skip-back-circle-bold"]},"attrs":[{}],"properties":{"order":29245,"id":239,"name":"skip-back-circle-bold","prevSize":16,"code":60656},"setIdx":3,"setId":3,"iconIdx":1008},{"icon":{"paths":["M800 112c-26.51 0-48 21.49-48 48v0 248l-453.8-284c-11.989-7.554-26.571-12.036-42.201-12.036-44.027 0-79.747 35.565-79.999 79.532l-0 0.024v640.96c0.252 43.992 35.972 79.556 79.999 79.556 15.63 0 30.213-4.482 42.533-12.231l-0.332 0.195 453.8-284v248c0 26.51 21.49 48 48 48s48-21.49 48-48v0-704c0-26.51-21.49-48-48-48v0zM272 802.92v-581.84l465.2 290.92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skip-forward-bold"]},"attrs":[{}],"properties":{"order":29246,"id":238,"name":"skip-forward-bold","prevSize":16,"code":60657},"setIdx":3,"setId":3,"iconIdx":1009},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM640 304c-26.51 0-48 21.49-48 48v0 73.4l-182.56-114.12c-7.22-4.578-16.013-7.296-25.44-7.296-26.51 0-48 21.49-48 48 0 0.006 0 0.011 0 0.017l-0-0.001v320c-0 0.005-0 0.010-0 0.016 0 26.51 21.49 48 48 48 9.427 0 18.22-2.718 25.637-7.412l-0.197 0.116 182.56-114.12v73.4c0 26.51 21.49 48 48 48s48-21.49 48-48v0-320c0-26.51-21.49-48-48-48v0zM432 585.4v-146.8l117.44 73.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skip-forward-circle-bold"]},"attrs":[{}],"properties":{"order":29247,"id":237,"name":"skip-forward-circle-bold","prevSize":16,"code":60658},"setIdx":3,"setId":3,"iconIdx":1010},{"icon":{"paths":["M464 528c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM656 432c-53.019 0-96 42.981-96 96s42.981 96 96 96c53.019 0 96-42.981 96-96v0c0-53.019-42.981-96-96-96v0zM944 464c0 119.4-52.2 231.12-144 310.080v89.92c0 44.183-35.817 80-80 80v0h-416c-44.183 0-80-35.817-80-80v0-89.92c-92-78.96-144-190.68-144-310.080 0-229.4 193.8-416 432-416s432 186.6 432 416zM848 464c0-176.44-150.72-320-336-320s-336 143.56-336 320c0 97.24 45.64 188 125.24 249.2 11.455 8.861 18.76 22.611 18.76 38.066 0 0.005-0 0.010-0 0.015l0-0.001v96.72h64v-80c0-26.51 21.49-48 48-48s48 21.49 48 48v0 80h64v-80c0-26.51 21.49-48 48-48s48 21.49 48 48v0 80h64v-96.72c0.009-15.446 7.311-29.184 18.65-37.958l0.11-0.082c79.6-61.24 125.24-152 125.24-249.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skull-bold"]},"attrs":[{}],"properties":{"order":29248,"id":236,"name":"skull-bold","prevSize":16,"code":60659},"setIdx":3,"setId":3,"iconIdx":1011},{"icon":{"paths":["M944 416c-0.003-79.527-64.473-143.995-144-143.995-17.206 0-33.707 3.018-49.003 8.552l1.003-0.317v-56.24c-0.075-79.473-64.517-143.869-144-143.869-36.946 0-70.642 13.914-96.134 36.787l0.134-0.119c-25.348-22.715-59.015-36.602-95.926-36.602-79.529 0-144 64.471-144 144 0 17.132 2.992 33.566 8.482 48.806l-0.316-1.004h-56.24c-79.473 0.075-143.869 64.517-143.869 144 0 36.946 13.914 70.642 36.787 96.134l-0.119-0.134c-22.715 25.348-36.602 59.015-36.602 95.926 0 79.529 64.471 144 144 144 17.132 0 33.566-2.992 48.806-8.482l-1.004 0.316v56.24c0.075 79.473 64.517 143.869 144 143.869 36.946 0 70.642-13.914 96.134-36.787l-0.134 0.119c25.348 22.715 59.015 36.602 95.926 36.602 79.529 0 144-64.471 144-144 0-17.132-2.992-33.566-8.482-48.806l0.316 1.004h56.24c79.473-0.075 143.869-64.517 143.869-144 0-36.946-13.914-70.642-36.787-96.134l0.119 0.134c22.831-25.28 36.8-58.944 36.8-95.871 0-0.045-0-0.091-0-0.136l0 0.007zM800 368c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-48v-48c0-26.51 21.49-48 48-48v0zM608 176c26.51 0 48 21.49 48 48v0 192c0 26.51-21.49 48-48 48v0h-48v-240c0-26.51 21.49-48 48-48v0zM368 224c0-26.51 21.49-48 48-48s48 21.49 48 48v0 48h-48c-26.51 0-48-21.49-48-48v0zM224 368h192c26.51 0 48 21.49 48 48v0 48h-240c-26.51 0-48-21.49-48-48s21.49-48 48-48v0zM224 656c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h48v48c0 26.51-21.49 48-48 48v0zM416 848c-26.51 0-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48v0h48v240c0 26.51-21.49 48-48 48v0zM656 800c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h48c26.51 0 48 21.49 48 48v0zM800 656h-192c-26.51 0-48-21.49-48-48v0-48h240c26.51 0 48 21.49 48 48s-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["slack-logo-bold"]},"attrs":[{}],"properties":{"order":29249,"id":235,"name":"slack-logo-bold","prevSize":16,"code":60660},"setIdx":3,"setId":3,"iconIdx":1012},{"icon":{"paths":["M272 408.24v-248.24c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 248.24c-56.401 20.369-95.987 73.442-95.987 135.76s39.586 115.391 94.985 135.443l1.003 0.317v184.24c0 26.51 21.49 48 48 48s48-21.49 48-48v0-184.24c56.401-20.369 95.987-73.442 95.987-135.76s-39.586-115.391-94.985-135.443l-1.003-0.317zM224 592c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 352c-0.090-62.294-39.644-115.325-94.996-135.441l-1.004-0.319v-56.24c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 56.24c-56.401 20.369-95.987 73.442-95.987 135.76s39.586 115.391 94.985 135.443l1.003 0.317v376.24c0 26.51 21.49 48 48 48s48-21.49 48-48v0-376.24c56.356-20.435 95.91-73.466 96-135.749l0-0.011zM512 400c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM944 672c-0.090-62.294-39.644-115.325-94.996-135.441l-1.004-0.319v-376.24c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 376.24c-56.401 20.369-95.987 73.442-95.987 135.76s39.586 115.391 94.985 135.443l1.003 0.317v56.24c0 26.51 21.49 48 48 48s48-21.49 48-48v0-56.24c56.356-20.435 95.91-73.466 96-135.749l0-0.011zM800 720c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sliders-bold"]},"attrs":[{}],"properties":{"order":29250,"id":234,"name":"sliders-bold","prevSize":16,"code":60661},"setIdx":3,"setId":3,"iconIdx":1013},{"icon":{"paths":["M160 368h120.24c20.369 56.401 73.442 95.987 135.76 95.987s115.391-39.586 135.443-94.985l0.317-1.003h312.24c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-312.24c-20.369-56.401-73.442-95.987-135.76-95.987s-115.391 39.586-135.443 94.985l-0.317 1.003h-120.24c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM416 272c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM864 656h-56.24c-20.369-56.401-73.442-95.987-135.76-95.987s-115.391 39.586-135.443 94.985l-0.317 1.003h-376.24c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h376.24c20.369 56.401 73.442 95.987 135.76 95.987s115.391-39.586 135.443-94.985l0.317-1.003h56.24c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM672 752c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sliders-horizontal-bold"]},"attrs":[{}],"properties":{"order":29251,"id":233,"name":"sliders-horizontal-bold","prevSize":16,"code":60662},"setIdx":3,"setId":3,"iconIdx":1014},{"icon":{"paths":["M736 176h-448c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h448c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM720 752h-416v-480h416zM976 224v576c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-576c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM144 224v576c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-576c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["slideshow-bold"]},"attrs":[{}],"properties":{"order":29252,"id":232,"name":"slideshow-bold","prevSize":16,"code":60663},"setIdx":3,"setId":3,"iconIdx":1015},{"icon":{"paths":["M368 624c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM656 496c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026zM848 512c0-185.568-150.432-336-336-336s-336 150.432-336 336c0 185.568 150.432 336 336 336v0c185.485-0.205 335.795-150.515 336-335.98l0-0.020zM341.36 408l144 96c7.485 5.056 16.71 8.071 26.64 8.071s19.155-3.015 26.81-8.18l-0.17 0.108 144-96c12.988-8.74 21.419-23.386 21.419-40 0-26.542-21.517-48.059-48.059-48.059-9.928 0-19.153 3.010-26.811 8.168l0.171-0.109-117.36 78.32-117.36-78.32c-7.487-5.049-16.712-8.059-26.64-8.059-26.542 0-48.059 21.517-48.059 48.059 0 16.614 8.431 31.26 21.248 39.891l0.171 0.109zM616 668.48c-29.745-17.868-65.638-28.436-104-28.436s-74.256 10.568-104.929 28.952l0.929-0.516c-15.425 8.192-25.751 24.156-25.751 42.532 0 26.51 21.49 48 48 48 9.556 0 18.461-2.793 25.941-7.607l-0.19 0.115c15.976-9.776 35.312-15.565 56-15.565s40.024 5.789 56.477 15.836l-0.477-0.271c7.29 4.699 16.194 7.492 25.751 7.492 26.51 0 48-21.49 48-48 0-18.376-10.326-34.34-25.492-42.406l-0.259-0.126z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-angry-bold"]},"attrs":[{}],"properties":{"order":29253,"id":231,"name":"smiley-angry-bold","prevSize":16,"code":60664},"setIdx":3,"setId":3,"iconIdx":1016},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM432 432c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM720 432c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-blank-bold"]},"attrs":[{}],"properties":{"order":29254,"id":230,"name":"smiley-blank-bold","prevSize":16,"code":60665},"setIdx":3,"setId":3,"iconIdx":1017},{"icon":{"paths":["M713.56 632c-44 76.24-117.56 120-201.56 120s-157.44-43.72-201.56-120c-3.777-6.701-6.002-14.712-6.002-23.242 0-26.51 21.49-48 48-48 17.364 0 32.574 9.22 41.002 23.031l0.12 0.211c15.56 26.92 51.64 72 118.44 72s102.88-45.12 118.44-72c8.348-14.873 24.018-24.758 41.998-24.758 26.51 0 48 21.49 48 48 0 9.146-2.558 17.695-6.998 24.969l0.12-0.211zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026zM848 512c0-185.568-150.432-336-336-336s-336 150.432-336 336c0 185.568 150.432 336 336 336v0c185.485-0.205 335.795-150.515 336-335.98l0-0.020zM368 496c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM656 368c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-bold"]},"attrs":[{}],"properties":{"order":29255,"id":229,"name":"smiley-bold","prevSize":16,"code":60666},"setIdx":3,"setId":3,"iconIdx":1018},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM720 640c0 26.51-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h320c26.51 0 48 21.49 48 48v0zM304 432c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM720 432c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-meh-bold"]},"attrs":[{}],"properties":{"order":29256,"id":228,"name":"smiley-meh-bold","prevSize":16,"code":60667},"setIdx":3,"setId":3,"iconIdx":1019},{"icon":{"paths":["M737.96 705.96c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-29.96-29.96-30.040 30.080c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-29.961-30.081-30.040 30.080c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-29.961-30.081-30.040 30.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l64-64c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 30.040 29.92 30.040-30.080c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l29.961 30.081 30.040-30.080c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 64 64c8.71 8.69 14.098 20.706 14.098 33.98 0 13.314-5.421 25.362-14.175 34.057l-0.003 0.003zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026zM848 512c0-185.568-150.432-336-336-336s-336 150.432-336 336c0 185.568 150.432 336 336 336v0c185.485-0.205 335.795-150.515 336-335.98l0-0.020zM368 496c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM656 496c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-nervous-bold"]},"attrs":[{}],"properties":{"order":29257,"id":227,"name":"smiley-nervous-bold","prevSize":16,"code":60668},"setIdx":3,"setId":3,"iconIdx":1020},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM304 432c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM720 432c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM706.96 660c5.13 7.523 8.191 16.813 8.191 26.818 0 26.51-21.49 48-48 48-15.481 0-29.25-7.329-38.028-18.706l-0.083-0.112c-26.45-36.582-68.997-60.109-117.040-60.109s-90.59 23.527-116.75 59.688l-0.29 0.421c-8.86 11.489-22.629 18.818-38.111 18.818-26.51 0-48-21.49-48-48 0-10.005 3.061-19.295 8.298-26.985l-0.107 0.167c44.090-60.885 114.953-100.034 194.96-100.034s150.87 39.149 194.479 99.336l0.481 0.698z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-sad-bold"]},"attrs":[{}],"properties":{"order":29258,"id":226,"name":"smiley-sad-bold","prevSize":16,"code":60669},"setIdx":3,"setId":3,"iconIdx":1021},{"icon":{"paths":["M512 80c-238.423 0.218-431.617 193.547-431.617 432 0 238.587 193.413 432 432 432 45.167 0 88.715-6.932 129.638-19.789l-3.061 0.829c7.853-2.432 14.574-6.569 20-12l254.28-254.28c5.424-5.431 9.56-12.15 11.908-19.659l0.092-0.341c11.993-37.824 18.903-81.325 18.903-126.44 0-238.702-193.456-432.219-432.134-432.32l-0.009-0zM836.48 599.64l-236.8 236.8c-26.141 7.315-56.159 11.52-87.16 11.52-185.28 0-335.48-150.2-335.48-335.48s150.2-335.48 335.48-335.48c185.28 0 335.48 150.2 335.48 335.48 0 31.001-4.205 61.019-12.075 89.517l0.555-2.357zM304 432c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM720 432c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM713.56 632c-44 76.24-117.56 120-201.56 120s-157.44-43.72-201.56-120c-3.777-6.701-6.002-14.712-6.002-23.242 0-26.51 21.49-48 48-48 17.364 0 32.574 9.22 41.002 23.031l0.12 0.211c15.56 26.92 51.64 72 118.44 72s102.88-45.12 118.44-72c8.348-14.873 24.018-24.758 41.998-24.758 26.51 0 48 21.49 48 48 0 9.146-2.558 17.695-6.998 24.969l0.12-0.211z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-sticker-bold"]},"attrs":[{}],"properties":{"order":29259,"id":225,"name":"smiley-sticker-bold","prevSize":16,"code":60670},"setIdx":3,"setId":3,"iconIdx":1022},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM304 432c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM752 432c0 26.51-21.49 48-48 48v0h-96c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h96c26.51 0 48 21.49 48 48v0zM713.56 632c-44 76.24-117.56 120-201.56 120s-157.44-43.72-201.56-120c-3.777-6.701-6.002-14.712-6.002-23.242 0-26.51 21.49-48 48-48 17.364 0 32.574 9.22 41.002 23.031l0.12 0.211c15.56 26.92 51.64 72 118.44 72s102.88-45.12 118.44-72c8.348-14.873 24.018-24.758 41.998-24.758 26.51 0 48 21.49 48 48 0 9.146-2.558 17.695-6.998 24.969l0.12-0.211z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-wink-bold"]},"attrs":[{}],"properties":{"order":29260,"id":224,"name":"smiley-wink-bold","prevSize":16,"code":60671},"setIdx":3,"setId":3,"iconIdx":1023},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM753.96 478.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-29.96-30.040-30.040 30.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0 30.040-30.080-30.080-30.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 30.080 30.040 30.040-30.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0-30.040 30.080zM465.96 546.040c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-29.96-30.040-30.040 30.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0 30.040-30.080-30.080-30.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 30.080 30.040 30.040-30.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0-30.040 30.080 30.080 30.040c8.662 8.682 14.018 20.666 14.018 33.9 0 13.294-5.404 25.326-14.136 34.018l-0.002 0.002zM576 720c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-x-eyes-bold"]},"attrs":[{}],"properties":{"order":29261,"id":223,"name":"smiley-x-eyes-bold","prevSize":16,"code":60672},"setIdx":3,"setId":3,"iconIdx":1024},{"icon":{"paths":["M1007 725.92c-3.419-16.51-15.035-29.689-30.31-35.255l-0.33-0.105c-5.68-2.16-103.44-40.72-157.4-172.92l62.72-25.080c18.294-7.051 31.038-24.489 31.038-44.903 0-26.51-21.49-48-48-48-6.745 0-13.166 1.391-18.99 3.903l0.312-0.12-53.4 21.36c-5.502-30.541-8.649-65.696-8.649-101.585 0-1.131 0.003-2.26 0.009-3.39l-0.001 0.174c0-150.221-121.779-272-272-272s-272 121.779-272 272v0c0.003 0.753 0.005 1.645 0.005 2.537 0 36.171-3.174 71.601-9.259 106.026l0.534-3.643-53.44-21.36c-5.512-2.392-11.933-3.783-18.678-3.783-26.51 0-48 21.49-48 48 0 20.414 12.744 37.852 30.71 44.792l0.328 0.111 62.72 25.080c-53.96 132.080-151.68 170.6-156.92 172.64-18.716 6.835-31.836 24.483-31.836 45.196 0 13.792 5.817 26.225 15.131 34.98l0.025 0.023c32.36 30.4 79.4 35.040 120.92 39.16 22.48 2.2 48 4.72 59.4 11 10.36 5.68 23.76 24 35.6 40.28 22.040 30.24 49.52 68 93.88 79.2 40.92 10.44 80.44-3 115.28-14.88 20-6.8 40.68-13.84 55.68-13.84s35.68 7.040 55.68 13.84c26.040 8.88 54.68 18.64 84.6 18.64 0.126 0 0.274 0.001 0.423 0.001 10.748 0 21.175-1.372 31.116-3.95l-0.859 0.189c44.36-11.36 72-48.96 93.88-79.2 12-16 25.24-34.6 35.6-40.28 11.4-6.28 36.92-8.8 59.4-11 41.52-4 88.56-8.76 120.92-39.16 9.334-8.778 15.147-21.208 15.147-34.996 0-3.429-0.359-6.773-1.043-9.998l0.056 0.314zM766.12 736.64c-29.080 16-49.16 43.52-66.88 68-13 17.8-29.2 40-40 42.8-13.2 3.4-37.28-4.8-60.56-12.72-26.12-8.92-55.72-19-86.6-19s-60.48 10.080-86.6 19c-23.28 8-47.36 16-60.56 12.72-10.96-2.8-27.16-25-40-42.8-17.72-24.28-37.8-52-66.88-68-23-12.68-49.76-17.36-76.64-20.4 10.799-9.756 20.758-19.703 30.203-30.124l0.317-0.356c34.56-38.28 73.16-96 98.080-177.6 0.008-0.036 0.013-0.077 0.013-0.12s-0.005-0.084-0.014-0.124l0.001 0.004c1.021-2.422 1.892-5.277 2.473-8.235l0.047-0.285c14.925-51.943 23.509-111.603 23.509-173.269 0-2.156-0.010-4.309-0.031-6.46l0.003 0.328c0-97.202 78.798-176 176-176s176 78.798 176 176v0c-0.015 1.648-0.024 3.597-0.024 5.548 0 61.922 8.655 121.822 24.821 178.557l-1.117-4.585c0.67 3.274 1.54 6.126 2.641 8.86l-0.121-0.34c-0.008 0.036-0.013 0.077-0.013 0.12s0.005 0.084 0.014 0.124l-0.001-0.004c24.92 81.76 63.52 139.32 98.080 177.6 9.762 10.777 19.721 20.724 30.155 30.155l0.365 0.325c-26.8 2.92-53.64 7.64-76.68 20.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["snapchat-logo-bold"]},"attrs":[{}],"properties":{"order":29262,"id":222,"name":"snapchat-logo-bold","prevSize":16,"code":60673},"setIdx":3,"setId":3,"iconIdx":1025},{"icon":{"paths":["M1023.2 651.72v-1.24c-7.256-69.784-54.399-126.933-117.963-148.672l-1.237-0.368-227.44-81.16c-21.412-7.285-38.385-22.772-47.475-42.621l-0.205-0.499-92.88-217.8c-12.878-28.137-40.788-47.332-73.181-47.332-9.779 0-19.149 1.749-27.814 4.952l0.556-0.18-302.88 110.12c-30.946 11.565-52.598 40.843-52.68 75.19l-0 0.010v465.88c0 44.183 35.817 80 80 80v0h784c44.183 0 80-35.817 80-80v0-99.76c0-5.56-0.28-11.040-0.8-16.52zM454.12 212.2l24 56-62.52 22.68c-19.093 6.63-32.554 24.466-32.554 45.447 0 26.51 21.49 48 48 48 6.243 0 12.207-1.192 17.679-3.36l-0.325 0.113 67.6-24.52 18.16 42.52-54.4 20c-18.324 7.036-31.095 24.489-31.095 44.925 0 26.276 21.113 47.621 47.3 47.995l0.035 0c0.019 0 0.041 0 0.063 0 5.866 0 11.481-1.071 16.661-3.028l-0.325 0.108 78.28-28.44c15.667 12.916 34.001 23.305 53.967 30.19l1.233 0.37 227.4 81.12c10.567 3.561 19.679 8.894 27.45 15.717l-0.090-0.077h-724.64v-294.64zM176 752v-48h752v48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sneaker-bold"]},"attrs":[{}],"properties":{"order":29263,"id":221,"name":"sneaker-bold","prevSize":16,"code":60674},"setIdx":3,"setId":3,"iconIdx":1026},{"icon":{"paths":["M848 592c-53.019 0-96-42.981-96-96v0-113.16c-0.293-41.839-32.435-76.080-73.374-79.698l-0.306-0.022c-88.52-7.12-146.040-63.12-150.080-145.92-1.031-20.656-9.745-39.097-23.32-52.68l-32.92-32.92c-14.437-14.566-34.451-23.584-56.57-23.584-21.438 0-40.898 8.471-55.215 22.248l0.026-0.024-0.88 0.88-256 256.44c-14.472 14.476-23.423 34.473-23.423 56.56s8.951 42.084 23.423 56.56l0.52 0.52 429.12 415.68c14.361 14.288 34.162 23.12 56.025 23.12 0.076 0 0.151-0 0.227-0l-0.012 0h354.76c44.183 0 80-35.817 80-80v0-32c0-97.202-78.798-176-176-176v0zM928 784h-332.24l-412.96-400 232.68-233.2 17.24 17.2c8.72 122.64 97.080 212.88 223.28 229.2v34.8h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h66.72c3.099 18.014 8.245 34.127 15.293 49.172l-0.493-1.172h-49.52c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h147.36c22.518 10.111 48.808 16 76.474 16 0.058 0 0.116-0 0.175-0l-0.009 0c44.183 0 80 35.817 80 80v0zM208 736h-96c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h96c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM416 832c0 26.51-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h192c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sneaker-move-bold"]},"attrs":[{}],"properties":{"order":29264,"id":220,"name":"sneaker-move-bold","prevSize":16,"code":60675},"setIdx":3,"setId":3,"iconIdx":1027},{"icon":{"paths":["M910.6 596.56c0.877 3.432 1.38 7.371 1.38 11.428 0 22.441-15.4 41.285-36.209 46.541l-0.332 0.071-82.68 20.32 21.6 80.64c1.041 3.731 1.64 8.016 1.64 12.44 0 26.51-21.49 48-48 48-22.085 0-40.687-14.916-46.281-35.223l-0.079-0.337-29.16-108.8-132.48-76.52v152.88l81.92 81.92c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-61.92-61.92-62.040 62.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l82.040-82.080v-152.88l-132.48 76.52-29.16 108.8c-5.673 20.644-24.275 35.56-46.36 35.56-26.51 0-48-21.49-48-48 0-4.424 0.599-8.709 1.719-12.777l-0.079 0.337 21.6-80.64-82.68-20.32c-21.757-4.866-37.775-24.011-37.775-46.898 0-26.51 21.49-48 48-48 4.503 0 8.861 0.62 12.993 1.779l-0.338-0.081 111.56 27.4 133-76.8-133-76.8-111.56 27.4c-3.426 0.889-7.359 1.4-11.411 1.4-0.010 0-0.021-0-0.031-0l0.002 0c-26.463-0.061-47.892-21.528-47.892-48 0-22.424 15.376-41.256 36.16-46.529l0.332-0.071 82.68-20.32-21.6-80.64c-1.041-3.731-1.64-8.016-1.64-12.44 0-26.51 21.49-48 48-48 22.085 0 40.687 14.916 46.281 35.223l0.079 0.337 29.16 108.8 132.44 76.48v-152.84l-81.92-82.080c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 61.92 62.080 62.040-62.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-82.040 82.080v152.96l132.48-76.48 29.16-108.8c5.673-20.644 24.275-35.56 46.36-35.56 26.51 0 48 21.49 48 48 0 4.424-0.599 8.709-1.719 12.777l0.079-0.337-21.6 80.64 82.68 20.32c20.882 5.51 36.028 24.228 36.028 46.483 0 26.323-21.188 47.696-47.439 47.997l-0.028 0c-0.021 0-0.045 0-0.069 0-4.052 0-7.985-0.511-11.738-1.471l0.327 0.071-111.56-27.4-132.96 76.8 133 76.8 111.56-27.4c3.432-0.877 7.371-1.38 11.428-1.38 22.441 0 41.285 15.4 46.541 36.209l0.071 0.332z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["snowflake-bold"]},"attrs":[{}],"properties":{"order":29265,"id":219,"name":"snowflake-bold","prevSize":16,"code":60676},"setIdx":3,"setId":3,"iconIdx":1028},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM816 369l-88 28.6-168-118.48v-99.64c113.808 17.062 207.724 88.978 255.124 187.5l0.876 2.020zM418 640l-57.16-170.68 151.16-106.6 151.16 106.6-57.16 170.68zM464 179.48v99.64l-168 118.48-88-28.6c48.276-100.542 142.192-172.458 254.145-189.291l1.855-0.229zM176 512c0.034-18.085 1.487-35.804 4.254-53.085l-0.254 1.925 86.28 28 64 190.96-52.84 72.44c-62.602-60.913-101.44-145.973-101.44-240.105 0-0.047 0-0.095 0-0.142l-0 0.007zM354.92 808.92l53.080-72.92h208l53 72.92c-45.499 24.612-99.6 39.078-157.080 39.078s-111.581-14.466-158.861-39.956l1.781 0.878zM746.56 752.24l-52.64-72.24 64-190.96 86.28-28c2.461 15.279 3.868 32.892 3.868 50.834 0 94.274-38.826 179.48-101.36 240.499l-0.068 0.066z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["soccer-ball-bold"]},"attrs":[{}],"properties":{"order":29266,"id":218,"name":"soccer-ball-bold","prevSize":16,"code":60677},"setIdx":3,"setId":3,"iconIdx":1029},{"icon":{"paths":["M512 512c0 26.51-21.49 48-48 48v0h-272c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h272c26.51 0 48 21.49 48 48v0zM192 304h528c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-528c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM400 720h-208c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h208c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM929.96 638.040c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-77.96 77.96v-268c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 268l-78.040-78.080c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l160 160c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 160-160c8.686-8.686 14.058-20.686 14.058-33.94s-5.372-25.254-14.058-33.94l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sort-ascending-bold"]},"attrs":[{}],"properties":{"order":29267,"id":217,"name":"sort-ascending-bold","prevSize":16,"code":60678},"setIdx":3,"setId":3,"iconIdx":1030},{"icon":{"paths":["M144 512c0-26.51 21.49-48 48-48v0h272c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-272c-26.51 0-48-21.49-48-48v0zM192 304h208c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-208c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM720 720h-528c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h528c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM929.96 318.040l-160-160c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-160 160c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l78.040-78.040v268c0 26.51 21.49 48 48 48s48-21.49 48-48v0-268l78.040 78.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sort-descending-bold"]},"attrs":[{}],"properties":{"order":29268,"id":216,"name":"sort-descending-bold","prevSize":16,"code":60679},"setIdx":3,"setId":3,"iconIdx":1031},{"icon":{"paths":["M128 480v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM240 336c-26.51 0-48 21.49-48 48v0 384c0 26.51 21.49 48 48 48s48-21.49 48-48v0-384c0-26.51-21.49-48-48-48v0zM400 176c-26.51 0-48 21.49-48 48v0 544c0 26.51 21.49 48 48 48s48-21.49 48-48v0-544c0-26.51-21.49-48-48-48v0zM889.36 413.32c-32.15-154.719-167.351-269.32-329.317-269.32-0.015 0-0.030 0-0.045 0l0.002-0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c0.246-0.001 0.537-0.001 0.828-0.001 123.822 0 225.663 94.115 237.89 214.712l0.083 1.009c2.198 21.221 17.936 38.208 38.334 42.269l0.306 0.051c52.039 10.338 90.722 55.631 90.722 109.96 0 61.856-50.144 112-112 112-0.057 0-0.114-0-0.17-0l0.009 0h-256c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c0.037 0 0.080 0 0.123 0 114.875 0 208-93.125 208-208 0-88.561-55.348-164.195-133.34-194.199l-1.423-0.481z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["soundcloud-logo-bold"]},"attrs":[{}],"properties":{"order":29269,"id":215,"name":"soundcloud-logo-bold","prevSize":16,"code":60680},"setIdx":3,"setId":3,"iconIdx":1032},{"icon":{"paths":["M533.48 53.080c-6.258-3.199-13.65-5.074-21.48-5.074s-15.222 1.875-21.752 5.2l0.272-0.126c-16.76 8.36-410.52 208.52-410.52 490.92-0 0.010-0 0.022-0 0.034 0 132.548 107.452 240 240 240 13.431 0 26.605-1.103 39.435-3.224l-1.395 0.19-21.12 105.6c-0.591 2.826-0.929 6.074-0.929 9.4 0 26.51 21.49 48 48 48 0.003 0 0.007-0 0.010-0l256 0c0.003 0 0.006 0 0.009 0 26.51 0 48-21.49 48-48 0-3.326-0.338-6.574-0.983-9.71l0.053 0.31-21.12-105.6c11.435 1.931 24.609 3.034 38.040 3.034 132.548 0 240-107.452 240-240 0-0.012-0-0.024-0-0.036l0 0.002c0-282.4-393.76-482.56-410.52-490.92zM704 688c-0.057 0-0.124 0-0.191 0-28.23 0-54.557-8.151-76.755-22.227l0.586 0.347c-7.232-4.598-16.043-7.328-25.491-7.328-26.51 0-48 21.49-48 48 0 3.329 0.339 6.58 0.984 9.718l-0.053-0.31 26.36 131.8h-138.88l26.36-131.8c0.592-2.828 0.931-6.079 0.931-9.408 0-26.51-21.49-48-48-48-9.448 0-18.259 2.73-25.687 7.444l0.196-0.116c-21.67 13.751-48.062 21.913-76.36 21.913-79.529 0-144-64.471-144-144 0-0.012 0-0.024 0-0.035l-0 0.002c0-113.16 94.28-215.8 173.36-281.96 47.726-39.718 100.92-76.616 157.224-108.681l5.416-2.839c61.72 34.891 114.915 71.79 164.427 112.965l-1.787-1.445c79.080 66.16 173.36 168.8 173.36 281.96 0 79.529-64.471 144-144 144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spade-bold"]},"attrs":[{}],"properties":{"order":29270,"id":214,"name":"spade-bold","prevSize":16,"code":60681},"setIdx":3,"setId":3,"iconIdx":1033},{"icon":{"paths":["M796 501.24l-199.56-73.52-73.68-199.72c-11.547-30.682-40.65-52.115-74.76-52.115s-63.213 21.433-74.578 51.566l-0.182 0.549-73.52 199.72-199.72 73.52c-30.682 11.547-52.115 40.65-52.115 74.76s21.433 63.213 51.566 74.578l0.549 0.182 199.56 73.52 73.68 199.72c11.547 30.682 40.65 52.115 74.76 52.115s63.213-21.433 74.578-51.566l0.182-0.549 73.52-199.56 199.72-73.68c30.682-11.547 52.115-40.65 52.115-74.76s-21.433-63.213-51.566-74.578l-0.549-0.182zM556 636.84c-21.951 8.235-38.965 25.249-47.019 46.652l-0.181 0.548-60.8 165.080-60.84-165.12c-8.236-21.927-25.233-38.924-46.612-46.979l-0.548-0.181-165.12-60.84 165.12-60.84c21.927-8.236 38.924-25.233 46.979-46.612l0.181-0.548 60.84-165.12 60.84 165.12c8.235 21.951 25.249 38.965 46.652 47.019l0.548 0.181 165.080 60.8zM560 160c0-26.51 21.49-48 48-48v0h48v-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 48h48c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-26.51 0-48-21.49-48-48v0zM1008 352c0 26.51-21.49 48-48 48v0h-16v16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16h-16c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h16v-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16h16c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sparkle-bold"]},"attrs":[{}],"properties":{"order":29271,"id":213,"name":"sparkle-bold","prevSize":16,"code":60682},"setIdx":3,"setId":3,"iconIdx":1034},{"icon":{"paths":["M768 80h-512c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h512c44.183 0 80-35.817 80-80v0-704c0-44.183-35.817-80-80-80v0zM752 848h-480v-672h480zM448 304c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM512 784c97.202 0 176-78.798 176-176s-78.798-176-176-176c-97.202 0-176 78.798-176 176v0c0.114 97.156 78.844 175.886 175.989 176l0.011 0zM512 528c44.183 0 80 35.817 80 80s-35.817 80-80 80c-44.183 0-80-35.817-80-80v0c0-44.183 35.817-80 80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-hifi-bold"]},"attrs":[{}],"properties":{"order":29272,"id":212,"name":"speaker-hifi-bold","prevSize":16,"code":60683},"setIdx":3,"setId":3,"iconIdx":1035},{"icon":{"paths":["M629.080 84.88c-6.155-3.077-13.408-4.878-21.082-4.878-11.16 0-21.43 3.809-29.582 10.197l0.105-0.079-275 213.88h-175.52c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h175.52l275 213.88c8.048 6.31 18.319 10.12 29.48 10.12 26.509 0 48-21.49 48-47.999l0-0v-768c-0.001-18.835-10.851-35.136-26.641-42.994l-0.279-0.126zM144 400h128v224h-128zM560 797.84l-192-149.32v-273.040l192-149.32zM848 512c0 0.008 0 0.017 0 0.027 0 44.723-16.681 85.551-44.162 116.599l0.162-0.186c-8.839 9.985-21.688 16.247-36 16.247-26.514 0-48.007-21.494-48.007-48.007 0-12.202 4.552-23.341 12.051-31.811l-0.044 0.051c12.388-14.020 19.952-32.557 19.952-52.86s-7.563-38.84-20.026-52.946l0.074 0.086c-6.908-8.257-11.103-18.989-11.103-30.702 0-26.51 21.49-48 48-48 13.843 0 26.317 5.86 35.077 15.234l0.025 0.028c27.3 30.81 43.978 71.575 44 116.236l0 0.004zM1008 512c0 0.059 0 0.129 0 0.199 0 86.143-32.468 164.703-85.834 224.11l0.273-0.31c-8.828 9.84-21.584 16.002-35.78 16.002-26.511 0-48.002-21.491-48.002-48.002 0-12.315 4.638-23.547 12.262-32.045l-0.040 0.045c37.925-42.263 61.115-98.423 61.115-160s-23.19-117.737-61.312-160.224l0.198 0.224c-8.039-8.561-12.977-20.116-12.977-32.824 0-26.51 21.49-48 48-48 14.579 0 27.64 6.5 36.443 16.76l0.054 0.064c53.116 59.104 85.6 137.681 85.6 223.846 0 0.054-0 0.109-0 0.163l0-0.009z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-high-bold"]},"attrs":[{}],"properties":{"order":29273,"id":211,"name":"speaker-high-bold","prevSize":16,"code":60684},"setIdx":3,"setId":3,"iconIdx":1036},{"icon":{"paths":["M629.080 84.88c-6.155-3.077-13.408-4.878-21.082-4.878-11.16 0-21.43 3.809-29.582 10.197l0.105-0.079-275 213.88h-175.52c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h175.52l275 213.88c8.048 6.31 18.319 10.12 29.48 10.12 26.509 0 48-21.49 48-47.999l0-0v-768c-0.001-18.835-10.851-35.136-26.641-42.994l-0.279-0.126zM144 400h128v224h-128zM560 797.84l-192-149.32v-273.040l192-149.32zM848 512c0 0.008 0 0.017 0 0.027 0 44.723-16.681 85.551-44.162 116.599l0.162-0.186c-8.839 9.985-21.688 16.247-36 16.247-26.514 0-48.007-21.494-48.007-48.007 0-12.202 4.552-23.341 12.051-31.811l-0.044 0.051c12.399-14.023 19.969-32.568 19.969-52.88s-7.57-38.857-20.043-52.965l0.074 0.085c-6.745-8.203-10.835-18.812-10.835-30.376 0-26.51 21.49-48 48-48 13.705 0 26.069 5.744 34.815 14.956l0.020 0.021c27.3 30.81 43.978 71.575 44 116.236l0 0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-low-bold"]},"attrs":[{}],"properties":{"order":29274,"id":210,"name":"speaker-low-bold","prevSize":16,"code":60685},"setIdx":3,"setId":3,"iconIdx":1037},{"icon":{"paths":["M629.080 84.88c-6.155-3.077-13.408-4.878-21.082-4.878-11.16 0-21.43 3.809-29.582 10.197l0.105-0.079-275 213.88h-175.52c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h175.52l275 213.88c8.048 6.31 18.319 10.12 29.48 10.12 26.509 0 48-21.49 48-47.999l0-0v-768c-0.001-18.835-10.851-35.136-26.641-42.994l-0.279-0.126zM144 400h128v224h-128zM560 797.84l-192-149.36v-272.96l192-149.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-none-bold"]},"attrs":[{}],"properties":{"order":29275,"id":209,"name":"speaker-none-bold","prevSize":16,"code":60686},"setIdx":3,"setId":3,"iconIdx":1038},{"icon":{"paths":["M629.080 84.88c-6.155-3.077-13.408-4.878-21.082-4.878-11.16 0-21.43 3.809-29.582 10.197l0.105-0.079-275 213.88h-175.52c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h175.52l275 213.88c8.048 6.31 18.319 10.12 29.48 10.12 26.509 0 48-21.49 48-47.999l0-0v-768c-0.001-18.835-10.851-35.136-26.641-42.994l-0.279-0.126zM560 797.88l-210.52-163.76c-8.048-6.31-18.319-10.12-29.48-10.12l-176-0v-224h176c11.161-0 21.432-3.81 29.585-10.199l-0.105 0.079 210.52-163.72zM816 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM960 352v320c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-320c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-high-bold"]},"attrs":[{}],"properties":{"order":29276,"id":208,"name":"speaker-simple-high-bold","prevSize":16,"code":60687},"setIdx":3,"setId":3,"iconIdx":1039},{"icon":{"paths":["M629.080 84.88c-6.155-3.077-13.408-4.878-21.082-4.878-11.16 0-21.43 3.809-29.582 10.197l0.105-0.079-275 213.88h-175.52c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h175.52l275 213.88c8.048 6.31 18.319 10.12 29.48 10.12 26.509 0 48-21.49 48-47.999l0-0v-768c-0.001-18.835-10.851-35.136-26.641-42.994l-0.279-0.126zM560 797.84l-210.52-163.72c-8.048-6.31-18.319-10.12-29.48-10.12l-176-0v-224h176c11.161-0 21.432-3.81 29.585-10.199l-0.105 0.079 210.52-163.72zM816 416v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-low-bold"]},"attrs":[{}],"properties":{"order":29277,"id":207,"name":"speaker-simple-low-bold","prevSize":16,"code":60688},"setIdx":3,"setId":3,"iconIdx":1040},{"icon":{"paths":["M629.080 84.88c-6.155-3.077-13.408-4.878-21.082-4.878-11.16 0-21.43 3.809-29.582 10.197l0.105-0.079-275 213.88h-175.52c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h175.52l275 213.88c8.048 6.31 18.319 10.12 29.48 10.12 26.509 0 48-21.49 48-47.999l0-0v-768c-0.001-18.835-10.851-35.136-26.641-42.994l-0.279-0.126zM560 797.84l-210.52-163.72c-8.048-6.31-18.319-10.12-29.48-10.12l-176-0v-224h176c11.161-0 21.432-3.81 29.585-10.199l-0.105 0.079 210.52-163.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-none-bold"]},"attrs":[{}],"properties":{"order":29278,"id":206,"name":"speaker-simple-none-bold","prevSize":16,"code":60689},"setIdx":3,"setId":3,"iconIdx":1041},{"icon":{"paths":["M960 352v320c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-320c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM867.52 831.72c7.973 8.546 12.867 20.055 12.867 32.706 0 26.51-21.49 48-48 48-14.263 0-27.073-6.221-35.865-16.098l-0.042-0.048-140.48-154.52v154.24c-0 26.509-21.491 48-48 48-11.161 0-21.432-3.809-29.585-10.199l0.105 0.079-275-213.88h-175.52c-44.183 0-80-35.817-80-80v0-256c0-44.183 35.817-80 80-80v0h130.040l-101.56-111.72c-7.973-8.546-12.867-20.055-12.867-32.706 0-26.51 21.49-48 48-48 14.263 0 27.073 6.221 35.865 16.098l0.042 0.048zM560 636l-214.68-236h-201.32v224h176c11.161 0 21.432 3.81 29.585 10.199l-0.105-0.079 210.52 163.72zM503.4 270l56.6-44v153.6c0 26.51 21.49 48 48 48s48-21.49 48-48v0-251.6c-0-26.509-21.491-48-48-48-11.161 0-21.432 3.809-29.585 10.199l0.105-0.079-134.040 104.28c-11.832 8.843-19.41 22.815-19.41 38.556 0 26.51 21.49 48 48 48 11.543 0 22.134-4.074 30.414-10.864l-0.084 0.067zM768 603.76c26.51 0 48-21.49 48-48v0-139.76c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 139.76c0 26.51 21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-slash-bold"]},"attrs":[{}],"properties":{"order":29279,"id":205,"name":"speaker-simple-slash-bold","prevSize":16,"code":60690},"setIdx":3,"setId":3,"iconIdx":1042},{"icon":{"paths":["M629.080 84.88c-6.155-3.077-13.408-4.878-21.082-4.878-11.16 0-21.43 3.809-29.582 10.197l0.105-0.079-275 213.88h-175.52c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h175.52l275 213.88c8.048 6.31 18.319 10.12 29.48 10.12 26.509 0 48-21.49 48-47.999l0-0v-768c-0.001-18.835-10.851-35.136-26.641-42.994l-0.279-0.126zM560 797.88l-210.52-163.76c-8.048-6.31-18.319-10.12-29.48-10.12l-176-0v-224h176c11.161-0 21.432-3.81 29.585-10.199l-0.105 0.079 210.52-163.72zM993.96 574.080c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-61.96-62.080-62.040 62.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l62.040-62.080-62.080-62.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l62.080 62.040 62.040-62.040c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-62.040 62.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-x-bold"]},"attrs":[{}],"properties":{"order":29280,"id":204,"name":"speaker-simple-x-bold","prevSize":16,"code":60691},"setIdx":3,"setId":3,"iconIdx":1043},{"icon":{"paths":["M227.52 127.72c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 101.56 111.72h-130.040c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h175.52l275 213.88c8.048 6.31 18.319 10.12 29.48 10.12 26.509 0 48-21.49 48-47.999l0-0v-154.24l140.48 154.52c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM144 400h128v224h-128zM560 797.84l-192-149.32v-223.56l192 211.040zM436 261.84c-6.301-8.044-10.104-18.308-10.104-29.461 0-15.36 7.214-29.034 18.439-37.82l0.105-0.079 134.040-104.28c8.055-6.329 18.341-10.151 29.52-10.151 26.492 0 47.972 21.462 48 47.948l0 0.003v251.76c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-153.6l-56.6 44c-8.052 6.322-18.333 10.139-29.505 10.139-15.357 0-29.030-7.212-37.816-18.434l-0.079-0.105zM732 459.24c-6.745-8.203-10.835-18.812-10.835-30.376 0-26.51 21.49-48 48-48 13.705 0 26.069 5.744 34.815 14.956l0.020 0.021c27.234 30.839 43.859 71.605 43.859 116.253 0 31.024-8.027 60.173-22.117 85.483l0.458-0.896c-8.61 13.707-23.648 22.685-40.782 22.685-26.51 0-48-21.49-48-48 0-7.597 1.765-14.782 4.907-21.167l-0.125 0.282c6.168-10.967 9.801-24.074 9.801-38.030 0-0.158-0-0.316-0.001-0.474l0 0.024c-0.020-20.302-7.599-38.83-20.073-52.925l0.073 0.085zM1008 512c-0.055 81.285-28.905 155.822-76.898 213.972l0.458-0.572c-8.871 10.971-22.329 17.927-37.412 17.927-26.51 0-48-21.49-48-48 0-11.816 4.269-22.635 11.35-30.998l-0.058 0.070c33.982-41.102 54.596-94.343 54.596-152.399 0-61.577-23.19-117.738-61.314-160.226l0.198 0.224c-8.039-8.561-12.977-20.116-12.977-32.824 0-26.51 21.49-48 48-48 14.579 0 27.64 6.5 36.443 16.76l0.054 0.064c53.092 59.098 85.56 137.658 85.56 223.801 0 0.070-0 0.14-0 0.21l0-0.011z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-slash-bold"]},"attrs":[{}],"properties":{"order":29281,"id":203,"name":"speaker-slash-bold","prevSize":16,"code":60692},"setIdx":3,"setId":3,"iconIdx":1044},{"icon":{"paths":["M629.080 84.88c-6.155-3.077-13.408-4.878-21.082-4.878-11.16 0-21.43 3.809-29.582 10.197l0.105-0.079-275 213.88h-175.52c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h175.52l275 213.88c8.048 6.31 18.319 10.12 29.48 10.12 26.509 0 48-21.49 48-47.999l0-0v-768c-0.001-18.835-10.851-35.136-26.641-42.994l-0.279-0.126zM144 400h128v224h-128zM560 797.88l-192-149.4v-272.96l192-149.36zM993.96 574.080c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-61.96-62.080-62.040 62.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l62.040-62.080-62.080-62.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l62.080 62.040 62.040-62.040c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-62.040 62.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-x-bold"]},"attrs":[{}],"properties":{"order":29282,"id":202,"name":"speaker-x-bold","prevSize":16,"code":60693},"setIdx":3,"setId":3,"iconIdx":1045},{"icon":{"paths":["M560 128v128c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-128c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM693 379c13.265-0.001 25.272-5.382 33.96-14.080l0-0 90.52-90.52c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l0-0-90.4 90.64c-8.698 8.688-14.078 20.696-14.078 33.96 0 26.509 21.489 47.999 47.998 48l0 0zM896 464h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM726.96 659.080c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l90.52 90.52c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0zM512 720c-26.51 0-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128c0-26.51-21.49-48-48-48v0zM297.040 659.080l-90.52 90.52c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l90.52-90.52c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-0 0zM304 512c0-26.51-21.49-48-48-48v0h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128c26.51 0 48-21.49 48-48v0zM274.4 206.52c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l0 0 90.64 90.4c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spinner-bold"]},"attrs":[{}],"properties":{"order":29283,"id":201,"name":"spinner-bold","prevSize":16,"code":60694},"setIdx":3,"setId":3,"iconIdx":1046},{"icon":{"paths":["M560 128v128c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-128c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM896 464h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM726.96 659.080c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l90.52 90.52c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0zM512 720c-26.51 0-48 21.49-48 48v0 128c0 26.51 21.49 48 48 48s48-21.49 48-48v0-128c0-26.51-21.49-48-48-48v0zM297.040 659.080l-90.52 90.52c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l90.52-90.52c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-0 0zM304 512c0-26.51-21.49-48-48-48v0h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h128c26.51 0 48-21.49 48-48v0zM274.4 206.52c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l0 0 90.64 90.4c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spinner-gap-bold"]},"attrs":[{}],"properties":{"order":29284,"id":200,"name":"spinner-gap-bold","prevSize":16,"code":60695},"setIdx":3,"setId":3,"iconIdx":1047},{"icon":{"paths":["M1000 552c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c-0.25-207.558-168.441-375.749-375.975-376l-0.025-0c-185.485 0.205-335.795 150.515-336 335.98l-0 0.020c0.205 163.394 132.606 295.795 295.981 296l0.019 0c141.321-0.159 255.841-114.679 256-255.985l0-0.015c-0.137-119.239-96.762-215.864-215.987-216l-0.013-0c-97.156 0.114-175.886 78.844-176 175.989l-0 0.011c0 75.111 60.889 136 136 136v0c53.019 0 96-42.981 96-96v0c0-30.928-25.072-56-56-56v0c-4.405 0.008-8.392 1.795-11.28 4.68l0-0c16.293 7.907 27.327 24.325 27.327 43.32 0 26.51-21.49 48-48 48-0.016 0-0.033-0-0.049-0l0.003 0c-44.183 0-80-35.817-80-80v0c0-61.856 50.144-112 112-112v0c83.947 0 152 68.053 152 152v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0c-128.066-0.159-231.841-103.934-232-231.984l-0-0.016c0.159-150.157 121.843-271.841 271.985-272l0.015-0c172.23 0.205 311.795 139.77 312 311.98l0 0.020c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0c-216.395-0.25-391.75-175.605-392-391.976l-0-0.024c0.273-238.477 193.523-431.727 431.974-432l0.026-0c260.559 0.296 471.704 211.441 472 471.972l0 0.028z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spiral-bold"]},"attrs":[{}],"properties":{"order":29285,"id":199,"name":"spiral-bold","prevSize":16,"code":60696},"setIdx":3,"setId":3,"iconIdx":1048},{"icon":{"paths":["M464 192v640c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-272h-156l46.080 46.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-128-128c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 128-128c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-0 0-46.080 45.96h156v-272c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM961.96 478.040l-128-128c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 46.040 45.96h-156v-272c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 640c0 26.51 21.49 48 48 48s48-21.49 48-48v0-272h156l-46.080 46.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l128-128c8.733-8.694 14.138-20.726 14.138-34.020 0-13.274-5.388-25.29-14.097-33.979l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["split-horizontal-bold"]},"attrs":[{}],"properties":{"order":29286,"id":198,"name":"split-horizontal-bold","prevSize":16,"code":60697},"setIdx":3,"setId":3,"iconIdx":1049},{"icon":{"paths":["M880 608c0 26.51-21.49 48-48 48v0h-272v156l46.040-46.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-128 128c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-128-128c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 45.96 46.080v-156h-272c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h640c26.51 0 48 21.49 48 48v0zM192 464h640c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-272v-156l46.040 46.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-128-128c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-128 128c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l0-0 45.96-46.080v156h-272c-26.51 0-48 21.49-48 48s21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["split-vertical-bold"]},"attrs":[{}],"properties":{"order":29287,"id":197,"name":"split-vertical-bold","prevSize":16,"code":60698},"setIdx":3,"setId":3,"iconIdx":1050},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM778.36 510.56c-8.252 15.222-24.108 25.385-42.339 25.385-8.282 0-16.074-2.098-22.874-5.79l0.253 0.126c-58.281-31.805-127.656-50.507-201.4-50.507s-143.12 18.703-203.643 51.624l2.243-1.116c-6.517 3.601-14.287 5.72-22.553 5.72-0.017 0-0.033-0-0.050-0l0.003 0c-26.505-0.006-47.99-21.494-47.99-48 0-18.216 10.147-34.063 25.098-42.194l0.252-0.126c71.358-38.955 156.304-61.862 246.6-61.862s175.243 22.908 249.344 63.229l-2.744-1.367c15.238 8.247 25.414 24.112 25.414 42.354 0 8.244-2.078 16.003-5.74 22.78l0.126-0.254zM714.36 654.56c-8.219 15.334-24.135 25.587-42.446 25.587-8.223 0-15.964-2.068-22.73-5.712l0.255 0.126c-39.786-21.643-87.127-34.368-137.44-34.368s-97.654 12.725-138.98 35.132l1.54-0.764c-6.348 3.311-13.864 5.253-21.834 5.253-26.51 0-48-21.49-48-48 0-17.962 9.866-33.619 24.474-41.849l0.24-0.124c52.849-28.737 115.732-45.632 182.56-45.632s129.71 16.895 184.608 46.647l-2.048-1.015c15.201 8.258 25.348 24.103 25.348 42.319 0 8.194-2.053 15.909-5.674 22.658l0.126-0.257z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spotify-logo-bold"]},"attrs":[{}],"properties":{"order":29288,"id":196,"name":"spotify-logo-bold","prevSize":16,"code":60699},"setIdx":3,"setId":3,"iconIdx":1051},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-bold"]},"attrs":[{}],"properties":{"order":29289,"id":195,"name":"square-bold","prevSize":16,"code":60700},"setIdx":3,"setId":3,"iconIdx":1052},{"icon":{"paths":["M800 144h-576c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM560 400h224v64h-224zM560 560h224v64h-224zM784 304h-224v-64h224zM240 240h224v544h-224zM560 784v-64h224v64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-half-bold"]},"attrs":[{}],"properties":{"order":29290,"id":194,"name":"square-half-bold","prevSize":16,"code":60701},"setIdx":3,"setId":3,"iconIdx":1053},{"icon":{"paths":["M800 144h-576c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM784 240v224h-544v-224zM464 560v224h-64v-224zM560 560h64v224h-64zM240 560h64v224h-64zM720 784v-224h64v224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-half-bottom-bold"]},"attrs":[{}],"properties":{"order":29291,"id":193,"name":"square-half-bottom-bold","prevSize":16,"code":60702},"setIdx":3,"setId":3,"iconIdx":1054},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM384 688h256c26.51 0 48-21.49 48-48v0-256c0-26.51-21.49-48-48-48v0h-256c-26.51 0-48 21.49-48 48v0 256c0 26.51 21.49 48 48 48v0zM432 432h160v160h-160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-logo-bold"]},"attrs":[{}],"properties":{"order":29292,"id":192,"name":"square-logo-bold","prevSize":16,"code":60703},"setIdx":3,"setId":3,"iconIdx":1055},{"icon":{"paths":["M400 144h-176c-44.183 0-80 35.817-80 80v0 176c0 44.183 35.817 80 80 80v0h176c44.183 0 80-35.817 80-80v0-176c0-44.183-35.817-80-80-80v0zM384 384h-144v-144h144zM800 144h-176c-44.183 0-80 35.817-80 80v0 176c0 44.183 35.817 80 80 80v0h176c44.183 0 80-35.817 80-80v0-176c0-44.183-35.817-80-80-80v0zM784 384h-144v-144h144zM400 544h-176c-44.183 0-80 35.817-80 80v0 176c0 44.183 35.817 80 80 80v0h176c44.183 0 80-35.817 80-80v0-176c0-44.183-35.817-80-80-80v0zM384 784h-144v-144h144zM800 544h-176c-44.183 0-80 35.817-80 80v0 176c0 44.183 35.817 80 80 80v0h176c44.183 0 80-35.817 80-80v0-176c0-44.183-35.817-80-80-80v0zM784 784h-144v-144h144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["squares-four-bold"]},"attrs":[{}],"properties":{"order":29293,"id":191,"name":"squares-four-bold","prevSize":16,"code":60704},"setIdx":3,"setId":3,"iconIdx":1056},{"icon":{"paths":["M800 144h-576c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM240 240h224v544h-224zM784 784h-224v-544h224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-split-horizontal-bold"]},"attrs":[{}],"properties":{"order":29294,"id":190,"name":"square-split-horizontal-bold","prevSize":16,"code":60705},"setIdx":3,"setId":3,"iconIdx":1057},{"icon":{"paths":["M800 144h-576c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM784 240v224h-544v-224zM240 784v-224h544v224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-split-vertical-bold"]},"attrs":[{}],"properties":{"order":29295,"id":189,"name":"square-split-vertical-bold","prevSize":16,"code":60706},"setIdx":3,"setId":3,"iconIdx":1058},{"icon":{"paths":["M937.44 680c4.039 6.882 6.425 15.157 6.425 23.989 0 17.618-9.492 33.019-23.641 41.369l-0.224 0.122-384 224c-6.932 4.115-15.282 6.547-24.2 6.547s-17.268-2.432-24.423-6.669l0.223 0.122-384-224c-14.355-8.479-23.833-23.873-23.833-41.48 0-26.517 21.496-48.013 48.013-48.013 8.909 0 17.252 2.427 24.403 6.655l-0.223-0.122 360 209.92 360.040-209.92c6.871-4.022 15.129-6.397 23.942-6.397 17.623 0 33.028 9.497 41.376 23.653l0.122 0.224zM872 470.52l-360 209.92-359.8-209.92c-6.568-3.595-14.39-5.71-22.706-5.71-26.51 0-48 21.49-48 48 0 17.060 8.9 32.041 22.31 40.554l0.196 0.116 384 224c6.932 4.115 15.282 6.547 24.2 6.547s17.268-2.432 24.423-6.669l-0.223 0.122 384-224c14.35-8.482 23.823-23.875 23.823-41.48 0-26.522-21.501-48.023-48.023-48.023-8.917 0-17.267 2.431-24.423 6.665l0.223-0.122zM80 320c0.034-17.639 9.577-33.041 23.774-41.357l0.226-0.123 384-224c6.938-4.092 15.287-6.509 24.2-6.509s17.262 2.417 24.426 6.632l-0.226-0.123 384 224c14.362 8.474 23.846 23.869 23.846 41.48s-9.484 33.006-23.623 41.358l-0.223 0.122-384 224c-6.932 4.115-15.282 6.547-24.2 6.547s-17.268-2.432-24.423-6.669l0.223 0.122-384-224c-14.424-8.439-23.966-23.841-24-41.475l-0-0.005zM223.28 320l288.72 168.44 288.72-168.44-288.72-168.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stack-bold"]},"attrs":[{}],"properties":{"order":29296,"id":188,"name":"stack-bold","prevSize":16,"code":60707},"setIdx":3,"setId":3,"iconIdx":1059},{"icon":{"paths":["M880 606.68v257.32c0 26.51-21.49 48-48 48v0h-640c-26.51 0-48-21.49-48-48v0-257.32c0-26.51 21.49-48 48-48s48 21.49 48 48v0 208.92h544v-208.92c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM352 735.24h320c26.038-0.774 46.851-22.066 46.851-48.22s-20.813-47.446-46.78-48.218l-0.071-0.002h-320c-26.038 0.774-46.851 22.066-46.851 48.22s20.813 47.446 46.78 48.218l0.071 0.002zM384.8 452l300.68 109.96c4.885 1.826 10.529 2.883 16.42 2.883 26.622 0 48.203-21.581 48.203-48.203 0-20.731-13.087-38.405-31.449-45.212l-0.334-0.108-300.68-109.92c-4.885-1.827-10.529-2.884-16.42-2.884-26.611 0-48.184 21.573-48.184 48.184 0 20.72 13.078 38.386 31.431 45.192l0.333 0.108zM512 197.16l245.16 206.56c8.279 6.977 19.063 11.217 30.838 11.217 14.723 0 27.898-6.629 36.703-17.065l0.059-0.072c7.008-8.334 11.266-19.184 11.266-31.028 0-14.797-6.646-28.043-17.116-36.913l-0.070-0.058-245.080-206.52c-8.279-6.979-19.065-11.22-30.842-11.22-14.743 0-27.934 6.647-36.739 17.107l-0.060 0.073c-6.985 8.332-11.228 19.169-11.228 30.996 0 14.767 6.613 27.989 17.039 36.867l0.068 0.057z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stack-overflow-logo-bold"]},"attrs":[{}],"properties":{"order":29297,"id":187,"name":"stack-overflow-logo-bold","prevSize":16,"code":60708},"setIdx":3,"setId":3,"iconIdx":1060},{"icon":{"paths":["M40.2 441.68l448 256c6.837 3.972 15.045 6.316 23.8 6.316s16.963-2.344 24.030-6.439l-0.23 0.123 448-256c14.557-8.428 24.193-23.929 24.193-41.68s-9.636-33.252-23.963-41.557l-0.23-0.123-448-256c-6.837-3.972-15.045-6.316-23.8-6.316s-16.963 2.344-24.030 6.439l0.23-0.123-448 256c-14.557 8.428-24.193 23.929-24.193 41.68s9.636 33.252 23.963 41.557l0.23 0.123zM512.2 199.28l351.040 200.72-351.24 200.72-351.24-200.72zM1001.88 568.2c3.971 6.836 6.315 15.044 6.315 23.799 0 17.752-9.637 33.254-23.965 41.558l-0.23 0.123-448 256c-6.837 3.972-15.045 6.316-23.8 6.316s-16.963-2.344-24.030-6.439l0.23 0.123-448-256c-14.843-8.356-24.705-24.010-24.705-41.968 0-26.51 21.49-48 48-48 8.96 0 17.347 2.455 24.525 6.73l-0.22-0.122 424 242.4 424-242.4c6.873-4.025 15.133-6.402 23.949-6.402 17.787 0 33.315 9.675 41.607 24.050l0.123 0.232z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stack-simple-bold"]},"attrs":[{}],"properties":{"order":29298,"id":186,"name":"stack-simple-bold","prevSize":16,"code":60709},"setIdx":3,"setId":3,"iconIdx":1061},{"icon":{"paths":["M800 80h-576c-44.183 0-80 35.817-80 80v0 704c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-704c0-44.183-35.817-80-80-80v0zM608 592h176v64h-320v-64zM656 496v-64h128v64zM784 176v160h-176c-26.51 0-48 21.49-48 48v0 112h-144c-26.51 0-48 21.49-48 48v0 112h-128v-480zM240 848v-96h544v96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stairs-bold"]},"attrs":[{}],"properties":{"order":29299,"id":185,"name":"stairs-bold","prevSize":16,"code":60710},"setIdx":3,"setId":3,"iconIdx":1062},{"icon":{"paths":["M912 896c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0zM912 576v128c0 44.183-35.817 80-80 80v0h-640c-44.183 0-80-35.817-80-80v0-128c0-44.183 35.817-80 80-80v0h205.92l-58.68-273.84c-2.030-9.065-3.194-19.477-3.194-30.16 0-79.513 64.445-143.974 143.951-144l64.003-0c79.526 0.004 143.994 64.473 143.994 144 0 10.683-1.163 21.095-3.37 31.115l0.176-0.955-58.72 273.84h205.92c44.183 0 80 35.817 80 80v0zM496 496h32l62.96-293.96c0.675-3.018 1.062-6.484 1.062-10.040 0-26.51-21.49-48-48-48-0.008 0-0.015 0-0.023 0l-63.999-0c-26.502 0.010-47.982 21.497-47.982 48 0 3.556 0.387 7.022 1.12 10.358l-0.059-0.318zM816 592h-608v96h608z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stamp-bold"]},"attrs":[{}],"properties":{"order":29300,"id":184,"name":"stamp-bold","prevSize":16,"code":60711},"setIdx":3,"setId":3,"iconIdx":1063},{"icon":{"paths":["M629.84 782.88c-99.31-51.386-166.014-153.343-166.014-270.88s66.704-219.494 164.321-270.082l1.693-0.798c15.648-8.124 26.153-24.205 26.153-42.74s-10.505-34.616-25.887-42.614l-0.266-0.126c-52.834-27.506-115.373-43.64-181.68-43.64-220.914 0-400 179.086-400 400s179.086 400 400 400c66.307 0 128.846-16.134 183.906-44.69l-2.226 1.050c15.648-8.124 26.153-24.205 26.153-42.74s-10.505-34.616-25.887-42.614l-0.266-0.126zM448 816c-167.895 0-304-136.105-304-304s136.105-304 304-304v0c0.080-0 0.174-0 0.269-0 19.088 0 37.772 1.732 55.903 5.047l-1.892-0.287c-82.555 73.699-134.282 180.429-134.282 299.24s51.728 225.541 133.891 298.896l0.392 0.344c-16.239 3.028-34.923 4.76-54.011 4.76-0.095 0-0.189-0-0.284-0l0.015 0zM995 468l-97.12-42-8.48-109.68c-1.967-24.882-22.642-44.327-47.859-44.327-14.865 0-28.152 6.757-36.957 17.368l-0.064 0.079-68 82.32-101.040-25c-3.452-0.887-7.414-1.397-11.495-1.397-26.51 0-48 21.49-48 48 0 8.965 2.458 17.357 6.737 24.537l-0.122-0.22 55.56 94.32-55.52 94.32c-4.157 6.96-6.615 15.351-6.615 24.317 0 26.51 21.49 48 48 48 4.081 0 8.044-0.509 11.827-1.468l-0.332 0.071 101.040-25 68 82.32c8.868 10.686 22.153 17.44 37.015 17.44 0.009 0 0.018-0 0.027-0l-0.001 0c0.018 0 0.040 0 0.062 0 5.15 0 10.11-0.819 14.754-2.335l-0.336 0.095c18.419-5.966 31.793-22.276 33.349-41.913l0.011-0.167 8.48-109.68 97.080-42c17.104-7.594 28.817-24.429 28.817-44s-11.713-36.406-28.511-43.879l-0.306-0.121zM833.24 521.4c-16.070 7.061-27.392 22.232-28.829 40.191l-0.011 0.169-1.56 20-11.48-13.76c-8.865-10.682-22.143-17.435-36.999-17.44l-0.001-0c-0.038-0-0.083-0-0.128-0-4.045 0-7.972 0.511-11.718 1.471l0.326-0.071-19.56 4.84 12-20.28c4.173-6.97 6.641-15.377 6.641-24.36s-2.468-17.39-6.762-24.579l0.121 0.219-12-20.28 19.56 4.84c3.463 0.893 7.438 1.406 11.533 1.406 14.847 0 28.119-6.74 36.924-17.328l0.063-0.078 11.48-13.92 1.56 20c1.448 18.128 12.77 33.299 28.532 40.239l0.308 0.121 21.6 9.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-and-crescent-bold"]},"attrs":[{}],"properties":{"order":29301,"id":183,"name":"star-and-crescent-bold","prevSize":16,"code":60712},"setIdx":3,"setId":3,"iconIdx":1064},{"icon":{"paths":["M972 384.2c-10.031-30.088-36.645-51.945-68.729-54.857l-0.311-0.023-228-19.72-89.2-212.56c-12.494-28.891-40.749-48.741-73.64-48.741s-61.146 19.849-73.44 48.223l-0.2 0.518-89.32 212.56-228 19.72c-41.25 3.518-73.399 37.868-73.399 79.727 0 24.15 10.701 45.8 27.619 60.468l0.1 0.085 173.28 151.2-52 224.96c-1.324 5.449-2.084 11.706-2.084 18.139 0 44.183 35.817 80 80 80 15.268 0 29.537-4.277 41.674-11.699l-0.351 0.199 196-119.040 196 119.040c11.776 7.205 26.028 11.471 41.277 11.471 44.183 0 80-35.817 80-80 0-6.423-0.757-12.67-2.187-18.656l0.11 0.545-52-224.96 173.28-151.2c16.907-14.747 27.53-36.328 27.53-60.39 0-8.943-1.468-17.544-4.175-25.574l0.165 0.564zM705 554.68c-16.883 14.745-27.49 36.311-27.49 60.355 0 6.443 0.762 12.708 2.2 18.711l-0.11-0.545 45.56 197.28-171.76-104.32c-11.793-7.292-26.092-11.613-41.4-11.613s-29.607 4.321-41.743 11.81l0.343-0.197-171.76 104.32 45.56-197.28c1.328-5.457 2.090-11.722 2.090-18.165 0-24.043-10.606-45.609-27.396-60.274l-0.094-0.080-152.36-132.92 200.56-17.36c30.177-2.66 55.316-21.784 66.563-48.239l0.197-0.521 78.040-185.96 78.040 185.96c11.444 26.976 36.583 46.1 66.457 48.738l0.303 0.022 200.56 17.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-bold"]},"attrs":[{}],"properties":{"order":29302,"id":182,"name":"star-bold","prevSize":16,"code":60713},"setIdx":3,"setId":3,"iconIdx":1065},{"icon":{"paths":["M923.44 437l-246.72-89.72-89.72-246.72c-11.469-30.912-40.709-52.541-75-52.541s-63.531 21.629-74.82 51.989l-0.18 0.552-89.72 246.72-246.72 89.72c-30.912 11.469-52.541 40.709-52.541 75s21.629 63.531 51.989 74.82l0.552 0.18 246.72 89.72 89.72 246.72c11.469 30.912 40.709 52.541 75 52.541s63.531-21.629 74.82-51.989l0.18-0.552 89.72-246.72 246.72-89.72c30.912-11.469 52.541-40.709 52.541-75s-21.629-63.531-51.989-74.82l-0.552-0.18zM636.84 589c-22.272 8.234-39.526 25.488-47.581 47.209l-0.179 0.551-77.080 212-77.080-212c-8.234-22.272-25.488-39.526-47.209-47.581l-0.551-0.179-212-77 212-77.080c22.272-8.234 39.526-25.488 47.581-47.209l0.179-0.551 77.080-212 77.080 212c8.234 22.272 25.488 39.526 47.209 47.581l0.551 0.179 212 77.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-four-bold"]},"attrs":[{}],"properties":{"order":29303,"id":181,"name":"star-four-bold","prevSize":16,"code":60714},"setIdx":3,"setId":3,"iconIdx":1066},{"icon":{"paths":["M948.52 469.6l-20.96 18.4c-8.4 7.388-19.489 11.896-31.631 11.896-26.51 0-48-21.49-48-48 0-11.383 3.962-21.841 10.583-30.069l-0.072 0.093c-24.394-2.511-43.258-22.953-43.258-47.8 0-26.531 21.508-48.038 48.038-48.038 1.683 0 3.347 0.087 4.985 0.256l-0.205-0.017 34.8 3c41.2 3.572 73.289 37.898 73.289 79.718 0 24.155-10.705 45.809-27.629 60.477l-0.1 0.085zM705 554.68c-16.883 14.745-27.49 36.311-27.49 60.355 0 6.443 0.762 12.708 2.2 18.711l-0.11-0.545 11.44 49.64c5.084 21.477 24.095 37.211 46.78 37.211 26.515 0 48.011-21.495 48.011-48.011 0-3.83-0.448-7.555-1.296-11.126l0.065 0.326-9.36-40.44 24.32-21.24c10.386-8.86 16.929-21.959 16.929-36.587 0-26.51-21.49-48-48-48-12.338 0-23.589 4.655-32.092 12.305l0.044-0.039zM617 821c-8.575 13.892-23.714 23.011-40.982 23.011-9.236 0-17.863-2.609-25.184-7.13l0.207 0.119-39.040-23.64-196 119.040c-11.776 7.205-26.028 11.471-41.277 11.471-44.183 0-80-35.817-80-80 0-6.423 0.757-12.67 2.187-18.656l-0.11 0.545 52-224.96-173.32-151.2c-17.024-14.753-27.729-36.407-27.729-60.562 0-41.82 32.090-76.146 72.989-79.697l0.3-0.021 228-19.72 89.2-212.56c12.494-28.891 40.749-48.741 73.64-48.741s61.146 19.849 73.44 48.223l0.2 0.518 89.2 212.56 33.32 2.88c23.507 3.367 41.377 23.367 41.377 47.541 0 26.51-21.49 48-48 48-0.498 0-0.995-0.008-1.49-0.023l0.072 0.002-43.080-3.72c-30.177-2.66-55.316-21.784-66.563-48.239l-0.197-0.521-30.16-71.52v446.2l40.92 24.84c13.941 8.565 23.098 23.731 23.098 41.035 0 9.214-2.596 17.822-7.097 25.132l0.119-0.208zM464 730.2v-446.2l-30.040 71.56c-11.422 27.009-36.567 46.165-66.456 48.818l-0.304 0.022-200.56 17.36 152.36 132.92c16.883 14.745 27.49 36.311 27.49 60.355 0 6.443-0.762 12.708-2.2 18.711l0.11-0.545-45.56 197.28zM821.56 821.24c-5.031-21.541-24.071-37.341-46.801-37.341-26.376 0-47.784 21.275-47.998 47.6l-0 0.020c-6.78-3.89-14.906-6.184-23.567-6.184-26.51 0-48 21.49-48 48 0 17.627 9.502 33.035 23.663 41.382l0.224 0.122 28.92 17.56c11.776 7.205 26.028 11.471 41.277 11.471 44.183 0 80-35.817 80-80 0-6.423-0.757-12.67-2.187-18.656l0.11 0.545z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-half-bold"]},"attrs":[{}],"properties":{"order":29304,"id":180,"name":"star-half-bold","prevSize":16,"code":60715},"setIdx":3,"setId":3,"iconIdx":1067},{"icon":{"paths":["M823.28 512l114.4-200c4.043-6.885 6.431-15.164 6.431-24 0-26.51-21.49-48-48-48-0.039 0-0.078 0-0.117 0l0.006-0h-228l-114.2-200c-8.454-14.449-23.896-24.001-41.57-24.001-0.081 0-0.162 0-0.243 0.001l0.012-0c-17.753 0.002-33.254 9.64-41.557 23.969l-0.123 0.231-114.32 199.8h-228c-0.033-0-0.072-0-0.111-0-26.51 0-48 21.49-48 48 0 8.837 2.388 17.116 6.553 24.227l-0.123-0.227 114.32 200-114.32 200c-4.043 6.885-6.431 15.164-6.431 24 0 26.51 21.49 48 48 48 0.039 0 0.078-0 0.117-0l-0.006 0h228l114.28 200c8.428 14.557 23.929 24.193 41.68 24.193s33.252-9.636 41.557-23.963l0.123-0.23 114.36-200h228c26.508-0.002 47.996-21.492 47.996-48 0-8.755-2.344-16.963-6.439-24.030l0.123 0.23zM813.28 336l-45.28 79.24-45.28-79.24zM712.72 512l-100.72 176h-200.4l-100.36-176 100.52-176h200.24zM512 160.72l45.32 79.28h-90.68zM210.72 336h90.44l-45.16 79.28zM210.72 687.68l45.28-78.96 45.16 79.28zM512 863.28l-45.36-79.28h90.68zM722.72 688l45.28-79.24 45.28 79.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-of-david-bold"]},"attrs":[{}],"properties":{"order":29305,"id":179,"name":"star-of-david-bold","prevSize":16,"code":60716},"setIdx":3,"setId":3,"iconIdx":1068},{"icon":{"paths":["M576 576c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026zM662.2 624h166.52c3.16-8.84 5.96-17.88 8.36-27.040-83.656-82.181-198.444-132.912-325.080-132.912s-241.424 50.731-325.148 132.979l0.068-0.067q3.6 13.76 8.36 27.040h166.52c34.091 0.094 63.176 21.422 74.734 51.451l0.186 0.549 64.24 171.72c3.68 0 7.32 0.28 11.040 0.28s7.28 0 10.88-0.28l64.4-172c11.849-30.448 40.9-51.649 74.911-51.72l0.009-0zM177.64 478.92c92.083-69.263 208.357-110.923 334.36-110.923s242.277 41.66 335.797 111.957l-1.437-1.034c-17.431-170.747-160.469-302.843-334.36-302.843s-316.929 132.096-334.242 301.416l-0.118 1.427zM389.96 824.96l-39.24-104.96h-102.32c36.747 46.202 84.464 82.156 139.286 104.154l2.274 0.806zM775.6 720h-102.32l-39.36 105c57.156-22.777 104.92-58.752 141.15-104.31l0.53-0.69z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["steering-wheel-bold"]},"attrs":[{}],"properties":{"order":29306,"id":178,"name":"steering-wheel-bold","prevSize":16,"code":60717},"setIdx":3,"setId":3,"iconIdx":1069},{"icon":{"paths":["M1008 224c0 26.51-21.49 48-48 48v0h-176v144c0 26.51-21.49 48-48 48v0h-176v144c0 26.51-21.49 48-48 48v0h-176v144c0 26.51-21.49 48-48 48v0h-224c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h176v-144c0-26.51 21.49-48 48-48v0h176v-144c0-26.51 21.49-48 48-48v0h176v-144c0-26.51 21.49-48 48-48v0h224c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["steps-bold"]},"attrs":[{}],"properties":{"order":29307,"id":177,"name":"steps-bold","prevSize":16,"code":60718},"setIdx":3,"setId":3,"iconIdx":1070},{"icon":{"paths":["M960 608c0-0.012 0-0.027 0-0.041 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 70.279 45.311 129.975 108.314 151.468l1.126 0.334c-11.315 50.812-56.007 88.235-109.44 88.24l-96 0c-61.856 0-112-50.144-112-112v0-148.4c126.92-23.12 224-136.36 224-270.92v-156.68c0-44.183-35.817-80-80-80v0h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v140.68c0 97.6-77.88 178.080-173.64 179.32-0.702 0.010-1.53 0.016-2.36 0.016-97.202 0-176-78.798-176-176 0-0.006 0-0.011 0-0.017l-0 0.001v-144h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-64c-44.183 0-80 35.817-80 80v0 160c0.006 133.252 95.829 244.12 222.327 267.464l1.673 0.256v148.28c0.137 114.82 93.18 207.863 207.987 208l96.013 0c105.964-0.131 193.377-79.388 206.334-181.852l0.106-1.028c66.21-20.65 113.454-81.354 113.56-153.107l0-0.013zM800 672c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stethoscope-bold"]},"attrs":[{}],"properties":{"order":29308,"id":176,"name":"stethoscope-bold","prevSize":16,"code":60719},"setIdx":3,"setId":3,"iconIdx":1071},{"icon":{"paths":["M672 112h-320c-132.484 0.159-239.841 107.516-240 239.984l-0 0.016v320c0.159 132.484 107.516 239.841 239.984 240l192.016 0c5.425-0 10.638-0.908 15.495-2.58l-0.335 0.1c110.52-36.84 313.52-240 350.36-350.36 1.572-4.522 2.48-9.735 2.48-15.16l0-0v-192c-0.159-132.484-107.516-239.841-239.984-240l-0.016-0zM208 672v-320c0-79.529 64.471-144 144-144v0h320c79.529 0 144 64.471 144 144v0 144h-80c-132.484 0.159-239.841 107.516-240 239.984l-0 0.016v80h-144c-79.529 0-144-64.471-144-144v0zM592 782.52v-46.52c0-79.529 64.471-144 144-144v0h46.52c-46.52 64.44-126.080 144-190.52 190.52z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sticker-bold"]},"attrs":[{}],"properties":{"order":29309,"id":175,"name":"sticker-bold","prevSize":16,"code":60720},"setIdx":3,"setId":3,"iconIdx":1072},{"icon":{"paths":["M816 256v-96c0-44.183-35.817-80-80-80v0h-448c-44.183 0-80 35.817-80 80v0 96c0 44.183 35.817 80 80 80v0h8l-87.4 552.52c-0.494 2.586-0.777 5.561-0.777 8.602 0 26.51 21.49 48 48 48 24.268 0 44.329-18.009 47.549-41.391l0.028-0.25 29-183.48h359.2l29 183.48c3.248 23.633 23.309 41.642 47.577 41.642 26.51 0 48-21.49 48-48 0-3.041-0.283-6.015-0.823-8.899l0.046 0.298-87.4-552.52h8c44.183 0 80-35.817 80-80v0zM304 176h416v64h-416zM676.44 624h-328.88l45.44-288h238z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stool-bold"]},"attrs":[{}],"properties":{"order":29310,"id":174,"name":"stool-bold","prevSize":16,"code":60721},"setIdx":3,"setId":3,"iconIdx":1073},{"icon":{"paths":["M802.92 144h-581.84c-42.543 0.068-77.012 34.537-77.080 77.073l-0 0.007v581.84c0.068 42.543 34.537 77.012 77.073 77.080l0.007 0h581.84c42.543-0.068 77.012-34.537 77.080-77.073l0-0.007v-581.84c-0.068-42.543-34.537-77.012-77.073-77.080l-0.007-0zM784 784h-544v-544h544z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stop-bold"]},"attrs":[{}],"properties":{"order":29311,"id":173,"name":"stop-bold","prevSize":16,"code":60722},"setIdx":3,"setId":3,"iconIdx":1074},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM640 432v160c0 26.51-21.49 48-48 48v0h-160c-26.51 0-48-21.49-48-48v0-160c0-26.51 21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stop-circle-bold"]},"attrs":[{}],"properties":{"order":29312,"id":172,"name":"stop-circle-bold","prevSize":16,"code":60723},"setIdx":3,"setId":3,"iconIdx":1075},{"icon":{"paths":["M944 384c0.001-0.094 0.001-0.206 0.001-0.317 0-4.586-0.643-9.021-1.844-13.221l0.083 0.339-57.44-200.76c-9.951-33.68-40.528-57.868-76.78-58.040l-0.020-0h-592c-36.272 0.172-66.849 24.36-76.656 57.472l-0.144 0.568-57.36 200.76c-1.168 3.944-1.84 8.475-1.84 13.163 0 0.013 0 0.026 0 0.039l-0-0.002v64c-0 0.009-0 0.019-0 0.029 0 54.484 24.791 103.177 63.708 135.416l0.292 0.235v248.32c0 44.183 35.817 80 80 80v0h576c44.183 0 80-35.817 80-80v0-248.32c39.209-32.474 64-81.168 64-135.651 0-0.010-0-0.020-0-0.030l0 0.001zM848 448c0 44.183-35.817 80-80 80s-80-35.817-80-80v0-16h160zM176 448v-16h160v16c0 44.183-35.817 80-80 80s-80-35.817-80-80v0zM432 432h160v16c0 44.183-35.817 80-80 80s-80-35.817-80-80v0zM228.2 208h567.8l36.56 128h-640.92zM784 816h-544v-192.76c5.28 0.48 10.6 0.76 16 0.76 0.017 0 0.036 0 0.056 0 50.412 0 95.857-21.262 127.858-55.308l0.085-0.092c32.106 34.141 77.57 55.405 128 55.405s95.894-21.263 127.915-55.314l0.085-0.091c32.086 34.138 77.532 55.4 127.944 55.4 0.020 0 0.040-0 0.059-0l-0.003 0c5.4 0 10.72-0.28 16-0.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["storefront-bold"]},"attrs":[{}],"properties":{"order":29313,"id":171,"name":"storefront-bold","prevSize":16,"code":60724},"setIdx":3,"setId":3,"iconIdx":1076},{"icon":{"paths":["M288 576c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM288 800c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM160 512c-0.011 0-0.024 0-0.038 0-26.51 0-48-21.49-48-48 0-13.264 5.38-25.272 14.077-33.96l0-0 45.96-46.040-45.96-46.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 45.96 46.040 46.040-45.96c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0-46.040 45.96 46.080 46.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-46.080-46.040-46.040 45.96c-8.684 8.675-20.677 14.040-33.922 14.040-0.013 0-0.027-0-0.040-0l0.002 0zM897.96 814.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-45.96-46.040-46.040 46.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l46.040-46.080-46.080-46.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l46.080 46.040 46.040-46.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-46.040 46.080zM724.36 443.56c-20.84 92-93.32 174.12-180.36 204.88-4.764 1.739-10.265 2.745-16 2.745-26.512 0-48.005-21.493-48.005-48.005 0-20.777 13.2-38.471 31.671-45.154l0.334-0.106c56.28-20 105.080-75.64 118.68-135.6 9.48-41.84 1.6-83.36-22.72-122.16v36c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-160.16c0-26.51 21.49-48 48-48v0h160c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-47.96c51.080 66.44 69.68 143.040 52.36 219.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["strategy-bold"]},"attrs":[{}],"properties":{"order":29314,"id":170,"name":"strategy-bold","prevSize":16,"code":60725},"setIdx":3,"setId":3,"iconIdx":1077},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM592 608c0-25.48-25.16-37.28-96-57.68-64.56-18.6-152.92-44-152.92-134.32 0-82.080 72.6-144 168.88-144 68.96 0 128.24 32.56 154.76 84.96 3.449 6.457 5.475 14.123 5.475 22.262 0 26.51-21.49 48-48 48-18.829 0-35.126-10.842-42.989-26.623l-0.126-0.278c-9.88-19.64-37.080-32.32-69.080-32.32-40.88 0-72.88 21.080-72.88 48 0 4.36 0 8.84 13.12 16.68 16.72 9.92 44 17.8 70.4 25.4 35 10.080 71.2 20.52 101.52 39.44 52.76 32.92 64 78.24 64 110.48 0 80.76-77.32 144-176 144-85.040 0-157.84-49.4-173.080-117.52-0.678-3.024-1.066-6.497-1.066-10.061 0-26.51 21.49-48 48-48 22.644 0 41.626 15.68 46.68 36.774l0.066 0.327c4.44 20.44 36.080 42.48 79.24 42.48 37.76 0 80-20.52 80-48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stripe-logo-bold"]},"attrs":[{}],"properties":{"order":29315,"id":169,"name":"stripe-logo-bold","prevSize":16,"code":60726},"setIdx":3,"setId":3,"iconIdx":1078},{"icon":{"paths":["M911.16 210.48l-384-128c-4.522-1.578-9.734-2.49-15.16-2.49s-10.638 0.912-15.493 2.59l0.333-0.1-384 128c-18.469 6.251-31.733 22.942-32.835 42.876l-0.005 0.124c-0.021 0.376-0.033 0.817-0.033 1.26s0.012 0.884 0.035 1.321l-0.003-0.061v320c0 26.51 21.49 48 48 48s48-21.49 48-48v0-253.4l94.84 31.6c-19.455 36.495-30.881 79.814-30.881 125.801 0 86.757 40.665 164.015 103.975 213.755l0.586 0.444c-66.45 33.248-120.767 82.127-159.569 141.995l-0.951 1.565c-5.12 7.518-8.175 16.8-8.175 26.795 0 26.51 21.49 48 48 48 16.997 0 31.931-8.835 40.46-22.163l0.115-0.192c57.080-87.84 147.6-138.2 247.6-138.2s190.52 50.36 247.8 138.2c8.644 13.52 23.578 22.355 40.575 22.355 26.51 0 48-21.49 48-48 0-9.995-3.055-19.277-8.282-26.962l0.107 0.167c-39.791-61.503-94.18-110.428-158.405-142.629l-2.315-1.051c63.896-50.184 104.561-127.442 104.561-214.199 0-45.987-11.426-89.305-31.594-127.271l0.713 1.47 158-52.68c19.207-6.566 32.771-24.459 32.771-45.52s-13.564-38.954-32.433-45.419l-0.338-0.101zM512 178.48l232.2 77.52-232.2 77.4-232-77.4zM688 480c0 0.010 0 0.021 0 0.033 0 97.202-78.798 176-176 176s-176-78.798-176-176c0-35.229 10.351-68.041 28.177-95.56l-0.417 0.687 133.080 44.36c4.522 1.573 9.735 2.481 15.16 2.481s10.638-0.908 15.494-2.581l-0.334 0.1 133.080-44.36c17.408 26.773 27.76 59.526 27.76 94.697 0 0.050-0 0.1-0 0.15l0-0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["student-bold"]},"attrs":[{}],"properties":{"order":29316,"id":168,"name":"student-bold","prevSize":16,"code":60727},"setIdx":3,"setId":3,"iconIdx":1079},{"icon":{"paths":["M896 176h-768c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h768c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM880 752h-736v-480h736zM192 512c0-26.51 21.49-48 48-48v0h64c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-64c-26.51 0-48-21.49-48-48v0zM416 512c0-26.51 21.49-48 48-48v0h320c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48v0zM192 656c0-26.51 21.49-48 48-48v0h320c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48v0zM832 656c0 26.51-21.49 48-48 48v0h-64c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h64c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["subtitles-bold"]},"attrs":[{}],"properties":{"order":29317,"id":167,"name":"subtitles-bold","prevSize":16,"code":60728},"setIdx":3,"setId":3,"iconIdx":1080},{"icon":{"paths":["M712 312c-34.128-152.212-168.105-264.25-328.25-264.25-185.568 0-336 150.432-336 336 0 160.145 112.037 294.122 262.006 327.826l2.244 0.424c34.128 152.212 168.105 264.25 328.25 264.25 185.568 0 336-150.432 336-336 0-160.145-112.037-294.122-262.006-327.826l-2.244-0.424zM880 640c-0.022 9.397-0.573 18.64-1.626 27.73l0.106-1.13-176-176c7.85-22.659 13.519-49.008 15.911-76.296l0.089-1.264c94.783 33.283 161.521 122.009 161.521 226.321 0 0.225-0 0.449-0.001 0.673l0-0.035zM144 384c0-132.548 107.452-240 240-240s240 107.452 240 240c0 132.548-107.452 240-240 240v0c-132.484-0.159-239.841-107.516-240-239.984l-0-0.016zM413.12 718.64c28.552-2.481 54.901-8.15 79.914-16.699l-2.354 0.699 176 176c-7.707 0.867-16.642 1.362-25.692 1.362-0.347 0-0.695-0.001-1.042-0.002l0.054 0c-0.182 0.001-0.398 0.001-0.614 0.001-104.253 0-192.937-66.662-225.751-159.685l-0.515-1.676zM767.24 843.36l-186.92-186.92c29.426-21.464 54.535-46.574 75.329-75.037l0.671-0.963 186.92 186.92c-19.637 30.908-45.092 56.363-75.021 75.417l-0.979 0.583z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["subtract-bold"]},"attrs":[{}],"properties":{"order":29318,"id":166,"name":"subtract-bold","prevSize":16,"code":60729},"setIdx":3,"setId":3,"iconIdx":1081},{"icon":{"paths":["M912 640v-256c0-26.51-21.49-48-48-48v0h-176v-176c0-26.51-21.49-48-48-48v0h-480c-26.51 0-48 21.49-48 48v0 480c0 26.51 21.49 48 48 48v0h176v176c0 26.51 21.49 48 48 48v0h480c26.51 0 48-21.49 48-48v0-224zM660 816l-128-128h88l128 128zM688 620v-88l128 128v88zM816 524l-92-92h92zM208 208h384v384h-384zM432 724l92 92h-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["subtract-square-bold"]},"attrs":[{}],"properties":{"order":29319,"id":165,"name":"subtract-square-bold","prevSize":16,"code":60730},"setIdx":3,"setId":3,"iconIdx":1082},{"icon":{"paths":["M864 192h-144v-32c0-61.856-50.144-112-112-112v0h-192c-61.856 0-112 50.144-112 112v0 32h-144c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM400 160c0-8.837 7.163-16 16-16v0h192c8.837 0 16 7.163 16 16v0 32h-224zM624 288v480h-224v-480zM176 288h128v480h-128zM848 768h-128v-480h128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["suitcase-bold"]},"attrs":[{}],"properties":{"order":29320,"id":164,"name":"suitcase-bold","prevSize":16,"code":60731},"setIdx":3,"setId":3,"iconIdx":1083},{"icon":{"paths":["M464 384v320c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-320c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM560 384v320c0 26.51 21.49 48 48 48s48-21.49 48-48v0-320c0-26.51-21.49-48-48-48s-48 21.49-48 48v0zM848 256v576c0 44.183-35.817 80-80 80v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-224v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-44.183 0-80-35.817-80-80v0-576c0-44.183 35.817-80 80-80v0h80v-64c0-61.856 50.144-112 112-112v0h128c61.856 0 112 50.144 112 112v0 64h80c44.183 0 80 35.817 80 80v0zM432 176h160v-64c0-8.837-7.163-16-16-16v0h-128c-8.837 0-16 7.163-16 16v0zM752 272h-480v544h480z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["suitcase-rolling-bold"]},"attrs":[{}],"properties":{"order":29321,"id":163,"name":"suitcase-rolling-bold","prevSize":16,"code":60732},"setIdx":3,"setId":3,"iconIdx":1084},{"icon":{"paths":["M864 192h-144v-32c0-61.856-50.144-112-112-112v0h-192c-61.856 0-112 50.144-112 112v0 32h-144c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-512c0-44.183-35.817-80-80-80v0zM400 160c0-8.837 7.163-16 16-16v0h192c8.837 0 16 7.163 16 16v0 32h-224zM848 288v256h-672v-256zM176 768v-128h672v128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["suitcase-simple-bold"]},"attrs":[{}],"properties":{"order":29322,"id":162,"name":"suitcase-simple-bold","prevSize":16,"code":60733},"setIdx":3,"setId":3,"iconIdx":1085},{"icon":{"paths":["M464 128v-64c0-26.51 21.49-48 48-48s48 21.49 48 48v0 64c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM784 512c0 150.221-121.779 272-272 272s-272-121.779-272-272c0-150.221 121.779-272 272-272v0c150.157 0.159 271.841 121.843 272 271.985l0 0.015zM688 512c0-97.202-78.798-176-176-176s-176 78.798-176 176c0 97.202 78.798 176 176 176v0c97.156-0.114 175.886-78.844 176-175.989l0-0.011zM206.040 273.96c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-48-48c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0zM206.040 749.96l-48 48c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l48-48c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-0 0zM784 288c0.011 0 0.024 0 0.038 0 13.245 0 25.238-5.365 33.923-14.040l-0 0 48-48c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-48 48c-8.746 8.696-14.158 20.736-14.158 34.040 0 26.51 21.49 48 48 48 0.070 0 0.14-0 0.209-0l-0.011 0zM817.96 750.040c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l48 48c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0zM176 512c0-26.51-21.49-48-48-48v0h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h64c26.51 0 48-21.49 48-48v0zM512 848c-26.51 0-48 21.49-48 48v0 64c0 26.51 21.49 48 48 48s48-21.49 48-48v0-64c0-26.51-21.49-48-48-48v0zM960 464h-64c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h64c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sun-bold"]},"attrs":[{}],"properties":{"order":29323,"id":161,"name":"sun-bold","prevSize":16,"code":60734},"setIdx":3,"setId":3,"iconIdx":1086},{"icon":{"paths":["M464 144v-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0 16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM784 512c0 150.221-121.779 272-272 272s-272-121.779-272-272c0-150.221 121.779-272 272-272v0c150.157 0.159 271.841 121.843 272 271.985l0 0.015zM688 512c0-97.202-78.798-176-176-176s-176 78.798-176 176c0 97.202 78.798 176 176 176v0c97.156-0.114 175.886-78.844 176-175.989l0-0.011zM206.040 273.96c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-16-16c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0zM206.040 749.96l-16 16c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l16-16c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-0 0zM784 288c0.011 0 0.024 0 0.038 0 13.245 0 25.238-5.365 33.923-14.040l-0 0 16-16c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-16 16c-8.746 8.696-14.158 20.736-14.158 34.040 0 26.51 21.49 48 48 48 0.070 0 0.14-0 0.209-0l-0.011 0zM817.96 750.040c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l16 16c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0zM192 512c0-26.51-21.49-48-48-48v0h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16c26.51 0 48-21.49 48-48v0zM512 832c-26.51 0-48 21.49-48 48v0 16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16c0-26.51-21.49-48-48-48v0zM896 464h-16c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sun-dim-bold"]},"attrs":[{}],"properties":{"order":29324,"id":160,"name":"sun-dim-bold","prevSize":16,"code":60735},"setIdx":3,"setId":3,"iconIdx":1087},{"icon":{"paths":["M800 144c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c26.51 0 48 21.49 48 48v0 208h-672v-208c0-26.51 21.49-48 48-48v0c26.51 0 48-21.49 48-48s-21.49-48-48-48v0c-79.529 0-144 64.471-144 144v0 368c0 106.039 85.961 192 192 192s192-85.961 192-192v0-64h96v64c0 106.039 85.961 192 192 192s192-85.961 192-192v0-368c0-79.529-64.471-144-144-144v0zM844.72 680.84l-88.72-88.84h92v64c-0.004 8.836-1.201 17.391-3.438 25.514l0.158-0.674zM176 656v-28l120.84 120.84c-7.45 2.076-16.006 3.269-24.84 3.269-53.019 0-96-42.981-96-96 0-0.038 0-0.077 0-0.115l-0 0.006zM368 656c-0.004 8.836-1.201 17.391-3.438 25.514l0.158-0.674-88.72-88.84h92zM656 656v-28l120.84 120.84c-7.45 2.076-16.006 3.269-24.84 3.269-53.019 0-96-42.981-96-96 0-0.038 0-0.077 0-0.115l-0 0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sunglasses-bold"]},"attrs":[{}],"properties":{"order":29325,"id":159,"name":"sunglasses-bold","prevSize":16,"code":60736},"setIdx":3,"setId":3,"iconIdx":1088},{"icon":{"paths":["M960 592h-144.44c0.28-5.32 0.44-10.64 0.44-16 0-167.895-136.105-304-304-304s-304 136.105-304 304v0c0 5.36 0 10.68 0.44 16h-144.44c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h896c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM304 576c0-114.875 93.125-208 208-208s208 93.125 208 208v0c0 5.36-0.28 10.68-0.68 16h-414.64c-0.4-5.32-0.68-10.64-0.68-16zM880 800c0 26.51-21.49 48-48 48v0h-640c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h640c26.51 0 48 21.49 48 48v0zM50.48 368.84c6.554-19.228 24.458-32.812 45.534-32.812 5.418 0 10.626 0.898 15.484 2.552l-0.338-0.1 48 16c19.506 6.394 33.345 24.435 33.345 45.708 0 26.51-21.49 48-48 48-5.61 0-10.996-0.963-16.001-2.731l0.336 0.104-48-16c-19.235-6.55-32.824-24.457-32.824-45.538 0-5.431 0.902-10.652 2.565-15.52l-0.1 0.338zM274.48 175.2c-1.816-4.861-2.867-10.478-2.867-16.341 0-26.51 21.49-48 48-48 21.508 0 39.711 14.146 45.815 33.641l0.092 0.34 16 48c1.816 4.861 2.867 10.478 2.867 16.341 0 26.51-21.49 48-48 48-21.508 0-39.711-14.146-45.815-33.641l-0.092-0.34zM834.48 415.2c-1.562-4.53-2.464-9.751-2.464-15.182 0-21.081 13.59-38.988 32.486-45.438l0.338-0.1 48-16c4.378-1.454 9.419-2.292 14.655-2.292 26.51 0 48 21.49 48 48 0 20.899-13.357 38.679-31.999 45.269l-0.336 0.104-48 16c-4.52 1.555-9.728 2.452-15.146 2.452-21.076 0-38.98-13.584-45.434-32.474l-0.1-0.338zM642.48 192.84l16-48c6.196-19.835 24.399-33.981 45.907-33.981 26.51 0 48 21.49 48 48 0 5.863-1.051 11.48-2.975 16.673l0.108-0.332-16 48c-6.196 19.835-24.399 33.981-45.907 33.981-26.51 0-48-21.49-48-48 0-5.863 1.051-11.48 2.975-16.673l-0.108 0.332z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sun-horizon-bold"]},"attrs":[{}],"properties":{"order":29326,"id":158,"name":"sun-horizon-bold","prevSize":16,"code":60737},"setIdx":3,"setId":3,"iconIdx":1089},{"icon":{"paths":["M912 192v416c0 44.183-35.817 80-80 80v0h-380.32c7.344 8.388 11.824 19.445 11.824 31.549 0 26.51-21.49 48-48 48-13.019 0-24.828-5.183-33.475-13.599l0.011 0.010-80-80c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001 80-80c8.697-8.752 20.742-14.17 34.052-14.17 26.51 0 48 21.49 48 48 0 12.414-4.713 23.728-12.447 32.249l0.036-0.040h364.32v-384h-416c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16c0-44.183 35.817-80 80-80v0h448c44.183 0 80 35.817 80 80v0zM672 768c-26.51 0-48 21.49-48 48v0h-416v-384h364.32c-7.344 8.388-11.824 19.445-11.824 31.549 0 26.51 21.49 48 48 48 13.019 0 24.828-5.183 33.475-13.599l-0.011 0.010 80-80c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001-80-80c-8.697-8.752-20.742-14.17-34.052-14.17-26.51 0-48 21.49-48 48 0 12.414 4.713 23.728 12.447 32.249l-0.036-0.040h-380.32c-44.183 0-80 35.817-80 80v0 416c0 44.183 35.817 80 80 80v0h448c44.183 0 80-35.817 80-80v0-16c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["swap-bold"]},"attrs":[{}],"properties":{"order":29327,"id":157,"name":"swap-bold","prevSize":16,"code":60738},"setIdx":3,"setId":3,"iconIdx":1090},{"icon":{"paths":["M939.16 597.28l-76.36-208.84c-11.568-30.853-40.813-52.415-75.094-52.415-9.768 0-19.127 1.751-27.78 4.955l0.554-0.18-245.24 88.88 43.56-248.96c0.784-4.205 1.232-9.042 1.232-13.985 0-39.175-28.158-71.773-65.339-78.66l-0.493-0.076-218.72-38.76c-4.163-0.77-8.953-1.211-13.846-1.211-39.249 0-71.877 28.35-78.523 65.689l-0.071 0.482-100 572.52c-1.867 10.056-2.936 21.626-2.936 33.446 0 93.841 67.322 171.958 156.304 188.688l1.192 0.186c10.43 1.883 22.434 2.96 34.69 2.96 0.039 0 0.077-0 0.116-0l591.594 0c44.183 0 80-35.817 80-80v0-207.24c-0.135-9.882-1.897-19.31-5.029-28.088l0.189 0.608zM364 736.72c-4.51 25.902-18.934 47.797-39.139 62.039l-0.301 0.201c-14.942 10.658-33.574 17.041-53.697 17.041-5.848 0-11.569-0.539-17.118-1.57l0.575 0.089c-44.927-8.593-78.42-47.573-78.42-94.377 0-5.974 0.546-11.821 1.59-17.493l-0.090 0.59 97.44-556.6 186.64 33.36-97.48 556.72zM458.56 753.24l37.56-214.56 281.96-102.16 65.2 178.36-384.92 139.48c0.12-0.36 0.24-0.72 0.28-1.12zM848 816h-277.92l277.92-100.72zM324.88 696.28l-5.6 32c-4.085 22.711-23.696 39.72-47.28 39.72l-0 0c-2.943-0.005-5.821-0.267-8.618-0.764l0.298 0.044c-22.711-4.086-39.719-23.697-39.719-47.28 0-2.926 0.262-5.79 0.763-8.572l-0.044 0.292 5.6-32c4.171-22.612 23.733-39.515 47.244-39.515 26.51 0 48 21.49 48 48 0 2.853-0.249 5.647-0.726 8.363l0.042-0.288z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["swatches-bold"]},"attrs":[{}],"properties":{"order":29328,"id":156,"name":"swatches-bold","prevSize":16,"code":60739},"setIdx":3,"setId":3,"iconIdx":1091},{"icon":{"paths":["M352 597.56c26.51 0 48-21.49 48-48v0-5.56h224v13.16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-429.16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 32h-224v-32c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 421.56c0 26.51 21.49 48 48 48v0zM400 448v-48h224v48zM624 256v48h-224v-48zM80 656c0-26.51 21.49-48 48-48v0c62.52 0 96 22.2 122.64 40 21.6 14.4 36 24 69.36 24s47.72-9.52 69.36-24c26.76-17.88 60-40 122.6-40s96 22.2 122.64 40c21.64 14.4 36 24 69.4 24s47.76-9.52 69.36-24c26.8-17.88 60-40 122.64-40 26.51 0 48 21.49 48 48s-21.49 48-48 48v0c-33.48 0-47.76 9.52-69.4 24-26.76 17.88-60 40-122.6 40s-96-22.2-122.64-40c-21.64-14.4-36-24-69.4-24s-47.72 9.52-69.36 24c-26.76 17.88-60 40-122.6 40s-96-22.2-122.64-40c-21.6-14.4-36-24-69.36-24-26.51 0-48-21.49-48-48v0zM944 832c0 26.51-21.49 48-48 48v0c-33.48 0-47.76 9.52-69.4 24-26.76 17.88-60 40-122.6 40s-96-22.2-122.64-40c-21.64-14.4-36-24-69.4-24s-47.72 9.52-69.36 24c-26.76 17.88-60 40-122.6 40s-96-22.2-122.64-40c-21.6-14.4-36-24-69.36-24-26.51 0-48-21.49-48-48s21.49-48 48-48v0c62.52 0 96 22.2 122.64 40 21.6 14.4 36 24 69.36 24s47.72-9.52 69.36-24c26.76-17.88 60-40 122.6-40s96 22.2 122.64 40c21.64 14.4 36 24 69.4 24s47.76-9.52 69.36-24c26.8-17.88 60-40 122.64-40 26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["swimming-pool-bold"]},"attrs":[{}],"properties":{"order":29329,"id":155,"name":"swimming-pool-bold","prevSize":16,"code":60740},"setIdx":3,"setId":3,"iconIdx":1092},{"icon":{"paths":["M864 112h-256c-0.001-0-0.003-0-0.005-0-15.438 0-29.173 7.288-37.954 18.611l-0.082 0.109-244.92 318.4-25.68-25.68c-14.478-14.484-34.483-23.443-56.58-23.443s-42.102 8.959-56.58 23.443l-66.76 66.76c-14.484 14.478-23.443 34.483-23.443 56.58s8.959 42.102 23.443 56.58l0 0 60.56 60.64-84.56 84.68c-14.472 14.476-23.423 34.473-23.423 56.56s8.951 42.084 23.423 56.56l66.76 66.76c14.476 14.472 34.473 23.423 56.56 23.423s42.084-8.951 56.56-23.423l-0 0 84.68-84.56 60.68 60.64c14.478 14.484 34.483 23.443 56.58 23.443s42.102-8.959 56.58-23.443l66.76-66.76c14.496-14.48 23.463-34.493 23.463-56.6s-8.967-42.12-23.462-56.599l-25.681-25.641 318.4-244.92c11.409-8.863 18.68-22.585 18.68-38.005 0-0.041-0-0.081-0-0.122l0 0.006v-256c0-26.51-21.49-48-48-48v0zM218.76 849.36l-44-44 73.24-73.36 44 44zM477.2 825.36l-278.6-278.56 44.2-44 278.6 278.6zM816 392.36l-309.56 238.12-22.44-22.48 190.040-190c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-190.040 190-22.52-22.52 238.16-309.48h184.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sword-bold"]},"attrs":[{}],"properties":{"order":29330,"id":154,"name":"sword-bold","prevSize":16,"code":60741},"setIdx":3,"setId":3,"iconIdx":1093},{"icon":{"paths":["M832 217.36v-89.36c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 89.36c-47.262 19.559-79.922 65.276-80 118.63l-0 0.010v107l-96-55v-100c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 100l-96 55v-107c-0.078-53.364-32.738-99.081-79.15-118.328l-0.85-0.312v-89.36c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 89.36c-47.262 19.559-79.922 65.276-80 118.63l-0 0.010v528c0 26.51 21.49 48 48 48v0h704c26.51 0 48-21.49 48-48v0-528c-0.078-53.364-32.738-99.081-79.15-118.328l-0.85-0.312zM512 640c-26.51 0-48 21.49-48 48v0 128h-96v-262.44l144-82.28 144 82.28v262.44h-96v-128c0-26.51-21.49-48-48-48v0zM208 336c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h-64zM752 336c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h-64zM208 496h64v320h-64zM752 816v-320h64v320z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["synagogue-bold"]},"attrs":[{}],"properties":{"order":29331,"id":153,"name":"synagogue-bold","prevSize":16,"code":60742},"setIdx":3,"setId":3,"iconIdx":1094},{"icon":{"paths":["M961.96 254.040l-192-192c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 62.040 61.96-92 92-126.040-125.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l0 0 14.040 13.96-324.56 324.68c-14.479 14.393-23.44 34.322-23.44 56.345 0 0.076 0 0.151 0 0.227l-0-0.012v190.76l-81.96 82.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l81.96-82.040h190.88c0.064 0 0.139 0 0.215 0 22.023 0 41.952-8.961 56.341-23.436l0.004-0.004 324.56-324.56 14.040 14.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-126.040-126.080 92-92 62.040 62.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-0-0zM396 784h-156v-156l56-56 70.040 70.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-70.040-70.080 44-44 70.040 70.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-70.040-70.080 84-84 156 156z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["syringe-bold"]},"attrs":[{}],"properties":{"order":29332,"id":152,"name":"syringe-bold","prevSize":16,"code":60743},"setIdx":3,"setId":3,"iconIdx":1095},{"icon":{"paths":["M896 176h-768c-26.51 0-48 21.49-48 48v0 544c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-544c0-26.51-21.49-48-48-48v0zM176 464h128v96h-128zM400 464h448v96h-448zM848 272v96h-672v-96zM176 656h128v96h-128zM400 752v-96h448v96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["table-bold"]},"attrs":[{}],"properties":{"order":29333,"id":151,"name":"table-bold","prevSize":16,"code":60744},"setIdx":3,"setId":3,"iconIdx":1096},{"icon":{"paths":["M1021.96 658.2v0-0.24c0.009-0.054 0.014-0.116 0.014-0.18s-0.005-0.126-0.015-0.187l0.001 0.007-89.16-296.6c-10.023-33.222-40.352-57.001-76.235-57.001-0.128 0-0.257 0-0.385 0.001l0.020-0h-40.2c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h28.28l67.2 224h-123.76l-78.92-263c-10.023-33.222-40.352-57.001-76.235-57.001-0.128 0-0.257 0-0.385 0.001l0.020-0h-40.2c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h28.28l67.2 224h-123.76l-78.92-263c-10.023-33.222-40.352-57.001-76.235-57.001-0.128 0-0.257 0-0.385 0.001l0.020-0h-240.2c-0.168-0.001-0.366-0.002-0.565-0.002-35.883 0-66.212 23.779-76.089 56.439l-0.146 0.563-89 296.6c-0.009 0.054-0.014 0.116-0.014 0.18s0.005 0.126 0.015 0.187l-0.001-0.007v0.24c-0.22 0.652-0.441 1.484-0.615 2.334l-0.025 0.146c-0.86 3.4-1.354 7.302-1.354 11.32 0 26.437 21.373 47.883 47.783 48l0.011 0h928c26.504-0.008 47.987-21.495 47.987-48 0-4.921-0.741-9.67-2.117-14.14l0.090 0.34zM179.72 400h216.56l67.2 224h-350.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tabs-bold"]},"attrs":[{}],"properties":{"order":29334,"id":150,"name":"tabs-bold","prevSize":16,"code":60745},"setIdx":3,"setId":3,"iconIdx":1097},{"icon":{"paths":["M984.6 532.72l-397.28-397.28c-14.387-14.479-34.311-23.44-56.328-23.44-0.081 0-0.163 0-0.244 0l0.013-0h-370.76c-26.51 0-48 21.49-48 48v0 370.76c-0 0.069-0 0.15-0 0.232 0 22.017 8.962 41.942 23.436 56.324l0.004 0.004 397.28 397.28c14.476 14.472 34.473 23.423 56.56 23.423s42.084-8.951 56.56-23.423l338.76-338.76c14.472-14.476 23.423-34.473 23.423-56.56s-8.951-42.084-23.423-56.56l0 0zM589.28 905.4l-381.28-381.4v-316h316l381.28 381.28zM400 336c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tag-bold"]},"attrs":[{}],"properties":{"order":29335,"id":149,"name":"tag-bold","prevSize":16,"code":60746},"setIdx":3,"setId":3,"iconIdx":1098},{"icon":{"paths":["M962.52 467.64l-170.52-256c-14.489-21.608-38.818-35.641-66.425-35.641-0.104 0-0.207 0-0.311 0.001l0.016-0h-629.28c-0.008-0-0.017-0-0.026-0-26.51 0-48 21.49-48 48 0 10.202 3.182 19.66 8.609 27.436l-0.103-0.156 180 260.72-180 260.72c-5.323 7.62-8.506 17.078-8.506 27.28 0 26.51 21.49 48 48 48 0.009 0 0.018-0 0.027-0l629.279 0c0.088 0 0.191 0.001 0.295 0.001 27.607 0 51.936-14.032 66.244-35.354l0.181-0.287 170.68-256c8.391-12.432 13.394-27.752 13.394-44.24 0-16.59-5.065-31.996-13.732-44.758l0.178 0.279zM716.72 752h-529.24l134.6-194.96c0.146-0.195 0.291-0.417 0.423-0.648l0.017-0.032c8.455-12.453 13.498-27.818 13.498-44.36s-5.044-31.907-13.677-44.639l0.179 0.279c-0.149-0.263-0.294-0.485-0.452-0.697l0.012 0.017-134.6-194.96h529.24l160 240z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tag-chevron-bold"]},"attrs":[{}],"properties":{"order":29336,"id":148,"name":"tag-chevron-bold","prevSize":16,"code":60747},"setIdx":3,"setId":3,"iconIdx":1099},{"icon":{"paths":["M1000 485.36l-182.56-273.72c-14.548-21.608-38.915-35.635-66.559-35.64l-590.881-0c-44.183 0-80 35.817-80 80v0 512c0 44.183 35.817 80 80 80v0h590.88c27.645-0.005 52.012-14.032 66.379-35.355l0.181-0.285 182.56-273.72c5.056-7.485 8.071-16.71 8.071-26.64s-3.015-19.155-8.18-26.81l0.108 0.17zM742.32 752h-566.32v-480h566.32l160 240z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tag-simple-bold"]},"attrs":[{}],"properties":{"order":29337,"id":147,"name":"tag-simple-bold","prevSize":16,"code":60748},"setIdx":3,"setId":3,"iconIdx":1100},{"icon":{"paths":["M917.040 361.6c17.191 44.785 27.148 96.594 27.148 150.728 0 238.587-193.413 432-432 432-119.392 0-227.472-48.433-305.663-126.723l-0.005-0.005c-78.478-78.227-127.034-186.43-127.034-305.974 0-238.587 193.413-432 432-432 102.615 0 196.873 35.778 270.981 95.539l-0.827-0.645 80.4-80.44c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-384 384c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l96-96c-18.158-8.877-39.512-14.068-62.078-14.068-79.529 0-144 64.471-144 144s64.471 144 144 144c69.382 0 127.303-49.069 140.954-114.396l0.164-0.936c4.575-22.128 23.903-38.525 47.060-38.525 26.513 0 48.005 21.493 48.005 48.005 0 3.355-0.344 6.63-0.999 9.791l0.054-0.311c-23.011 110.456-119.555 192.253-235.203 192.253-132.548 0-240-107.452-240-240s107.452-240 240-240c49.261 0 95.055 14.841 133.155 40.296l-0.873-0.549 68.92-68.68c-55.351-41.704-125.273-66.791-201.054-66.791-185.568 0-336 150.432-336 336s150.432 336 336 336c185.568 0 336-150.432 336-336 0-42.095-7.741-82.382-21.877-119.516l0.771 2.307c-1.972-5.050-3.115-10.897-3.115-17.011 0-26.51 21.49-48 48-48 20.629 0 38.219 13.014 45.007 31.279l0.108 0.332z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["target-bold"]},"attrs":[{}],"properties":{"order":29338,"id":146,"name":"target-bold","prevSize":16,"code":60749},"setIdx":3,"setId":3,"iconIdx":1101},{"icon":{"paths":["M976 448h-37.8l-120.36-187.28c-14.395-22.223-39.069-36.72-67.129-36.72-0.067 0-0.134 0-0.201 0l0.010-0h-78.040l-44-109.72c-12-29.704-40.599-50.28-74.003-50.28-0.055 0-0.11 0-0.165 0l0.009-0h-84.64c-0.082-0-0.179-0-0.276-0-33.405 0-62.003 20.577-73.813 49.747l-0.191 0.534-43.88 109.72h-78.040c-0.062-0-0.136-0-0.209-0-28.064 0-52.737 14.516-66.922 36.448l-0.189 0.312-120.36 187.24h-37.8c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v272c0 44.183 35.817 80 80 80v0h96c44.183 0 80-35.817 80-80v0-80h384v80c0 44.183 35.817 80 80 80v0h96c44.183 0 80-35.817 80-80v0-272h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM480.48 160h63.040l25.6 64h-114.24zM282.2 320h459.6l82.2 128h-624zM224 800h-64v-64h64zM800 800v-64h64v64zM864 640h-704v-96h704z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["taxi-bold"]},"attrs":[{}],"properties":{"order":29339,"id":145,"name":"taxi-bold","prevSize":16,"code":60750},"setIdx":3,"setId":3,"iconIdx":1102},{"icon":{"paths":["M957.96 92.64c-9.054-7.842-20.949-12.62-33.959-12.62-6.824 0-13.341 1.314-19.311 3.704l0.35-0.124-810.64 317.24c-27.407 10.887-46.431 37.177-46.431 67.911 0 35.308 25.109 64.752 58.445 71.451l0.466 0.078 197.12 38.68v221.040c-0 0.001-0 0.001-0 0.002 0 44.183 35.817 80 80 80 22.609 0 43.028-9.379 57.577-24.458l0.023-0.024 90.68-94.040 149.12 130.52c14.016 12.373 32.542 19.926 52.831 19.926 37.831 0 69.528-26.259 77.861-61.544l0.108-0.543 162.48-706.2c0.836-3.493 1.316-7.502 1.316-11.624 0-15.706-6.963-29.786-17.971-39.32l-0.065-0.055zM589.64 310.080l-248.76 178.28-137.72-27zM400 760.24v-114.84l60 52.6zM724.64 802.32l-295.52-259.080 425.24-304.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["telegram-logo-bold"]},"attrs":[{}],"properties":{"order":29340,"id":144,"name":"telegram-logo-bold","prevSize":16,"code":60751},"setIdx":3,"setId":3,"iconIdx":1103},{"icon":{"paths":["M864 240h-236l110.080-110.080c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-158.080 158.080-158.040-157.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l110.040 109.96h-236c-44.183 0-80 35.817-80 80v0 480c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-480c0-44.183-35.817-80-80-80v0zM176 336h336v448h-336zM848 784h-240v-448h240zM672 464c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM800 656c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["television-bold"]},"attrs":[{}],"properties":{"order":29341,"id":143,"name":"television-bold","prevSize":16,"code":60752},"setIdx":3,"setId":3,"iconIdx":1104},{"icon":{"paths":["M864 240h-236l110.080-110.080c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-158.080 158.080-158.040-157.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l110.040 109.96h-236c-44.183 0-80 35.817-80 80v0 480c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-480c0-44.183-35.817-80-80-80v0zM848 784h-672v-448h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["television-simple-bold"]},"attrs":[{}],"properties":{"order":29342,"id":142,"name":"television-simple-bold","prevSize":16,"code":60753},"setIdx":3,"setId":3,"iconIdx":1105},{"icon":{"paths":["M817.6 206.4c-78.164-78.099-186.111-126.4-305.34-126.4-238.587 0-432 193.413-432 432s193.413 432 432 432c119.229 0 227.177-48.301 305.343-126.403l-0.003 0.003c78.1-78.26 126.395-186.29 126.395-305.6s-48.295-227.34-126.402-305.607l0.007 0.007zM274.32 274.4c48.531-48.65 111.972-82.405 182.887-93.826l1.913-0.254c-23.633 143.504-135.376 255.247-276.926 278.614l-1.954 0.266c11.658-72.857 45.416-136.329 94.074-184.874l0.006-0.006zM178.96 556.28c99.966-12.146 187.685-57.058 253.782-123.502l0.018-0.018c66.462-66.115 111.374-153.834 123.315-251.734l0.205-2.066c150.572 20.367 268.394 138.189 288.568 287.028l0.192 1.732c-197.678 24.62-352.679 179.607-377.104 375.163l-0.216 2.117c-150.573-20.335-268.404-138.152-288.568-286.989l-0.192-1.731zM749.68 749.68c-48.539 48.636-111.977 82.388-182.884 93.825l-1.916 0.255c23.633-143.504 135.376-255.247 276.926-278.614l1.954-0.266c-11.675 72.828-45.43 136.269-94.073 184.793l-0.007 0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tennis-ball-bold"]},"attrs":[{}],"properties":{"order":29343,"id":141,"name":"tennis-ball-bold","prevSize":16,"code":60754},"setIdx":3,"setId":3,"iconIdx":1106},{"icon":{"paths":["M1020 780.52l-256-576c-7.659-16.943-24.412-28.52-43.87-28.52-0.046 0-0.092 0-0.138 0l0.007-0h-416c-19.082 0.020-35.555 11.172-43.275 27.311l-0.125 0.289c-0.151 0.248-0.311 0.55-0.455 0.86l-0.025 0.060-0.12 0.68-256 575.32c-2.61 5.73-4.131 12.428-4.131 19.48 0 26.51 21.49 48 48 48 0.046 0 0.092-0 0.138-0l-0.007 0h928c0.039 0 0.085 0 0.131 0 26.51 0 48-21.49 48-48 0-7.053-1.521-13.75-4.253-19.782l0.122 0.302zM256 450.2v301.8h-134.16zM352 752v-301.8l134.16 301.8zM591.2 752l-213.32-480h310.92l213.36 480z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tent-bold"]},"attrs":[{}],"properties":{"order":29344,"id":140,"name":"tent-bold","prevSize":16,"code":60755},"setIdx":3,"setId":3,"iconIdx":1107},{"icon":{"paths":["M480 548l-288 256c-8.466 7.552-19.694 12.166-32 12.166-26.602 0-48.166-21.565-48.166-48.166 0-14.296 6.228-27.137 16.119-35.958l0.048-0.042 247.64-220-247.64-220c-9.938-8.863-16.166-21.704-16.166-36 0-26.602 21.565-48.166 48.166-48.166 12.306 0 23.534 4.615 32.048 12.208l-0.048-0.042 288 256c9.987 8.838 16.251 21.688 16.251 36s-6.264 27.162-16.2 35.956l-0.051 0.044zM864 720h-384c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h384c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["terminal-bold"]},"attrs":[{}],"properties":{"order":29345,"id":139,"name":"terminal-bold","prevSize":16,"code":60756},"setIdx":3,"setId":3,"iconIdx":1108},{"icon":{"paths":["M290 602.52l113.16-90.52-113.16-90.52c-11.018-8.872-18.008-22.36-18.008-37.48 0-26.514 21.494-48.008 48.008-48.008 11.394 0 21.86 3.969 30.092 10.6l-0.092-0.072 160 128c11.020 8.87 18.013 22.359 18.013 37.48s-6.992 28.61-17.92 37.408l-0.093 0.072-160 128c-8.14 6.559-18.606 10.528-30 10.528-26.514 0-48.008-21.494-48.008-48.008 0-15.12 6.99-28.608 17.915-37.408l0.092-0.072zM576 688h128c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM944 224v576c0 44.183-35.817 80-80 80v0h-704c-44.183 0-80-35.817-80-80v0-576c0-44.183 35.817-80 80-80v0h704c44.183 0 80 35.817 80 80v0zM848 240h-672v544h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["terminal-window-bold"]},"attrs":[{}],"properties":{"order":29346,"id":138,"name":"terminal-window-bold","prevSize":16,"code":60757},"setIdx":3,"setId":3,"iconIdx":1109},{"icon":{"paths":["M961.96 334.040l-240-240c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-516.84 516.96c-35.317 35.317-57.161 84.108-57.161 138 0 107.785 87.377 195.161 195.161 195.161 53.892 0 102.683-21.844 138-57.161l444.8-445.040 85.24-28.44c19.249-6.542 32.851-24.456 32.851-45.547 0-13.251-5.369-25.248-14.051-33.933l0 0zM345.12 819c-17.588 16.227-41.181 26.178-67.098 26.178-54.72 0-99.080-44.36-99.080-99.080 0-25.917 9.951-49.509 26.24-67.166l-0.062 0.068 112.52-112.52c30.92-9.64 78.32-12 140.24 20 25.315 13.777 54.648 24.816 85.578 31.592l2.222 0.408zM816.8 354.48c-7.342 2.506-13.62 6.464-18.763 11.563l0.003-0.003-155.56 155.6c-30.92 9.64-78.32 12-140.24-20-25.303-13.773-54.623-24.812-85.538-31.591l-2.222-0.409 273.52-273.64 151.16 151.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["test-tube-bold"]},"attrs":[{}],"properties":{"order":29347,"id":137,"name":"test-tube-bold","prevSize":16,"code":60758},"setIdx":3,"setId":3,"iconIdx":1110},{"icon":{"paths":["M363.44 203.56c-7.856-16.432-24.346-27.58-43.44-27.58s-35.584 11.149-43.315 27.291l-0.125 0.289-256 544c-2.637 5.756-4.174 12.487-4.174 19.577 0 26.51 21.49 48 48 48 18.749 0 34.987-10.75 42.888-26.422l0.126-0.275 62.36-132.44h300.48l62.32 132.44c7.861 16.426 24.349 27.569 43.44 27.569 26.514 0 48.009-21.494 48.009-48.009 0-7.424-1.685-14.454-4.693-20.729l0.125 0.289zM214.96 560l105.040-223.28 105.080 223.28zM800 368c-55.4 0-99.080 15.44-129.8 45.92-9.763 8.821-15.872 21.528-15.872 35.662 0 26.51 21.49 48 48 48 14.034 0 26.662-6.023 35.439-15.626l0.033-0.037c12-12 33.040-18.080 62.2-18.080 37.36 0 68.76 20.64 77.48 48.4-22.568-10.261-48.941-16.242-76.711-16.242-0.27 0-0.54 0.001-0.81 0.002l0.042-0c-97.040 0-176 71.76-176 160s78.96 160 176 160c0.143 0 0.312 0.001 0.481 0.001 31.997 0 62.134-7.963 88.538-22.015l-1.019 0.495c8.724 13.015 23.375 21.467 40 21.467 26.491 0 47.97-21.46 48-47.944l0-0.003v-240c0-88.24-78.96-160-176-160zM800 720c-44 0-80-28.72-80-64s36-64 80-64 80 28.72 80 64-36 64-80 64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-aa-bold"]},"attrs":[{}],"properties":{"order":29348,"id":136,"name":"text-aa-bold","prevSize":16,"code":60759},"setIdx":3,"setId":3,"iconIdx":1111},{"icon":{"paths":["M112 256c0-26.51 21.49-48 48-48v0h704c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48v0zM256 368c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h512c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM864 528h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM768 688h-512c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h512c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-align-center-bold"]},"attrs":[{}],"properties":{"order":29349,"id":135,"name":"text-align-center-bold","prevSize":16,"code":60760},"setIdx":3,"setId":3,"iconIdx":1112},{"icon":{"paths":["M112 256c0-26.51 21.49-48 48-48v0h704c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48v0zM864 368h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM864 528h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM864 688h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-align-justify-bold"]},"attrs":[{}],"properties":{"order":29350,"id":134,"name":"text-align-justify-bold","prevSize":16,"code":60761},"setIdx":3,"setId":3,"iconIdx":1113},{"icon":{"paths":["M112 256c0-26.51 21.49-48 48-48v0h704c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48v0zM160 464h512c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-512c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM864 528h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM672 688h-512c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h512c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-align-left-bold"]},"attrs":[{}],"properties":{"order":29351,"id":133,"name":"text-align-left-bold","prevSize":16,"code":60762},"setIdx":3,"setId":3,"iconIdx":1114},{"icon":{"paths":["M112 256c0-26.51 21.49-48 48-48v0h704c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48v0zM864 368h-512c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h512c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM864 528h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM864 688h-512c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h512c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-align-right-bold"]},"attrs":[{}],"properties":{"order":29352,"id":132,"name":"text-align-right-bold","prevSize":16,"code":60763},"setIdx":3,"setId":3,"iconIdx":1115},{"icon":{"paths":["M235.56 715.44c6.013 2.914 13.079 4.618 20.542 4.618 19.108 0 35.609-11.166 43.333-27.328l0.125-0.289 62.2-132.44h300.48l62.32 132.44c7.861 16.426 24.349 27.569 43.44 27.569 26.514 0 48.009-21.494 48.009-48.009 0-7.424-1.685-14.454-4.693-20.729l0.125 0.289-256-544c-7.856-16.432-24.346-27.58-43.44-27.58s-35.584 11.149-43.315 27.291l-0.125 0.289-256 544c-2.885 5.987-4.571 13.019-4.571 20.444 0 19.090 11.145 35.578 27.283 43.311l0.289 0.125zM512 240.72l105.080 223.28h-210.16zM912 864c0 26.51-21.49 48-48 48v0h-704c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-a-underline-bold"]},"attrs":[{}],"properties":{"order":29353,"id":131,"name":"text-a-underline-bold","prevSize":16,"code":60764},"setIdx":3,"setId":3,"iconIdx":1116},{"icon":{"paths":["M708.32 457.84c27.147-32.869 43.612-75.431 43.612-121.84 0-106.015-85.923-191.961-191.928-192l-272.004-0c-26.51 0-48 21.49-48 48v0 608c0 26.51 21.49 48 48 48v0h320c114.837-0.050 207.912-93.156 207.912-208 0-78.034-42.971-146.031-106.541-181.62l-1.051-0.54zM336 240h224c53.019 0 96 42.981 96 96s-42.981 96-96 96v0h-224zM608 752h-272v-224h272c61.856 0 112 50.144 112 112s-50.144 112-112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-b-bold"]},"attrs":[{}],"properties":{"order":29354,"id":130,"name":"text-b-bold","prevSize":16,"code":60765},"setIdx":3,"setId":3,"iconIdx":1117},{"icon":{"paths":["M448 144c-26.51 0-48 21.49-48 48v0 48h-304c-44.183 0-80 35.817-80 80v0 384c0 44.183 35.817 80 80 80v0h304v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-640c0-26.51-21.49-48-48-48v0zM112 688v-352h288v352zM1008 320v384c0 44.183-35.817 80-80 80v0h-320c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h304v-352h-304c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h320c44.183 0 80 35.817 80 80v0zM352 448c0 26.51-21.49 48-48 48v0 80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-80c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h96c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["textbox-bold"]},"attrs":[{}],"properties":{"order":29355,"id":129,"name":"textbox-bold","prevSize":16,"code":60766},"setIdx":3,"setId":3,"iconIdx":1118},{"icon":{"paths":["M480 256c0 26.51-21.49 48-48 48v0h-272c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h272c26.51 0 48 21.49 48 48v0zM432 368h-272c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h272c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM432 528h-272c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h272c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM432 688h-272c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h272c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM592 304h272c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-272c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM864 368h-272c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h272c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM864 528h-272c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h272c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM864 688h-272c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h272c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-columns-bold"]},"attrs":[{}],"properties":{"order":29356,"id":128,"name":"text-columns-bold","prevSize":16,"code":60767},"setIdx":3,"setId":3,"iconIdx":1119},{"icon":{"paths":["M848 224v576c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-240h-480v240c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-576c0-26.51 21.49-48 48-48s48 21.49 48 48v0 240h480v-240c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-bold"]},"attrs":[{}],"properties":{"order":29357,"id":127,"name":"text-h-bold","prevSize":16,"code":60768},"setIdx":3,"setId":3,"iconIdx":1120},{"icon":{"paths":["M1008 720c0 88.366-71.634 160-160 160v0c-0.704 0.011-1.535 0.018-2.367 0.018-43.716 0-83.288-17.741-111.911-46.415l-0.002-0.002c-8.484-8.651-13.721-20.514-13.721-33.6 0-26.51 21.491-48.001 48.001-48.001 13.424 0 25.561 5.511 34.272 14.393l0.008 0.008c11.189 10.913 26.501 17.644 43.384 17.644 0.821 0 1.639-0.016 2.453-0.048l-0.117 0.004c35.346 0 64-28.654 64-64s-28.654-64-64-64v0c-0.697-0.028-1.514-0.044-2.336-0.044-16.884 0-32.195 6.731-43.397 17.656l0.013-0.013c-8.722 8.914-20.875 14.44-34.318 14.44-26.51 0-48-21.49-48-48 0-2.84 0.247-5.623 0.72-8.328l-0.042 0.287 32-192c3.967-22.847 23.645-40 47.329-40 0.011 0 0.022 0 0.033 0l159.998-0c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-119.32l-10.84 64.92c5.442-0.582 11.76-0.917 18.155-0.92l0.005-0c88.366 0 160 71.634 160 160v0zM576 176c-26.51 0-48 21.49-48 48v0 192h-320v-192c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 480c0 26.51 21.49 48 48 48s48-21.49 48-48v0-192h320v192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-480c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-five-bold"]},"attrs":[{}],"properties":{"order":29358,"id":126,"name":"text-h-five-bold","prevSize":16,"code":60769},"setIdx":3,"setId":3,"iconIdx":1121},{"icon":{"paths":["M1024 704c0 26.51-21.49 48-48 48v0 80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-80h-144c-26.5-0.013-47.977-21.498-47.977-48 0-5.423 0.899-10.636 2.557-15.498l-0.1 0.338 96-288c6.937-18.52 24.488-31.464 45.062-31.464 26.51 0 48 21.49 48 48 0 4.916-0.739 9.658-2.112 14.124l0.090-0.34-74.92 224.84h77.4v-80c0-26.51 21.49-48 48-48s48 21.49 48 48v0 80c26.51 0 48 21.49 48 48v0zM576 176c-26.51 0-48 21.49-48 48v0 192h-320v-192c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 480c0 26.51 21.49 48 48 48s48-21.49 48-48v0-192h320v192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-480c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-four-bold"]},"attrs":[{}],"properties":{"order":29359,"id":125,"name":"text-h-four-bold","prevSize":16,"code":60770},"setIdx":3,"setId":3,"iconIdx":1122},{"icon":{"paths":["M944 448v384c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-294.32l-21.36 14.32c-7.487 5.049-16.712 8.059-26.64 8.059-26.542 0-48.059-21.517-48.059-48.059 0-16.614 8.431-31.26 21.248-39.891l0.171-0.109 96-64c7.485-5.056 16.71-8.071 26.64-8.071 26.51 0 48 21.49 48 48 0 0.025-0 0.050-0 0.075l0-0.004zM576 176c-26.51 0-48 21.49-48 48v0 192h-320v-192c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 480c0 26.51 21.49 48 48 48s48-21.49 48-48v0-192h320v192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-480c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-one-bold"]},"attrs":[{}],"properties":{"order":29360,"id":124,"name":"text-h-one-bold","prevSize":16,"code":60771},"setIdx":3,"setId":3,"iconIdx":1123},{"icon":{"paths":["M868.24 561.32l52.96-88.72c4.647-7.26 7.407-16.116 7.407-25.616 0-26.51-21.49-48-48-48-17.841 0-33.409 9.734-41.683 24.181l-0.124 0.235-129 216c-0.36 0.6-0.68 1.24-1 1.88-13.025 22.642-20.708 49.787-20.708 78.726 0 88.366 71.634 160 160 160s160-71.634 160-160c0-81.263-60.581-148.376-139.044-158.64l-0.808-0.086zM848 784c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM624 224v480c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192h-320v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-480c0-26.51 21.49-48 48-48s48 21.49 48 48v0 192h320v-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-six-bold"]},"attrs":[{}],"properties":{"order":29361,"id":123,"name":"text-h-six-bold","prevSize":16,"code":60772},"setIdx":3,"setId":3,"iconIdx":1124},{"icon":{"paths":["M1008 720c0 0.005 0 0.011 0 0.017 0 88.366-71.634 160-160 160-44.754 0-85.216-18.375-114.254-47.991l-0.026-0.026c-8.954-8.728-14.507-20.907-14.507-34.384 0-26.51 21.49-48 48-48 13.824 0 26.284 5.844 35.042 15.197l0.025 0.027c11.621 11.829 27.787 19.16 45.666 19.16 35.346 0 64-28.654 64-64 0-35.327-28.623-63.969-63.943-64l-0.003-0c-26.506-0.004-47.993-21.493-47.993-48 0-10.304 3.247-19.85 8.773-27.671l-0.101 0.151 59.32-84.48h-100c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h192c26.506 0.004 47.993 21.493 47.993 48 0 10.304-3.247 19.85-8.773 27.671l0.101-0.151-73.36 104.8c49.293 27.891 82.024 79.961 82.040 139.678l0 0.002zM576 176c-26.51 0-48 21.49-48 48v0 192h-320v-192c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 480c0 26.51 21.49 48 48 48s48-21.49 48-48v0-192h320v192c0 26.51 21.49 48 48 48s48-21.49 48-48v0-480c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-three-bold"]},"attrs":[{}],"properties":{"order":29362,"id":122,"name":"text-h-three-bold","prevSize":16,"code":60773},"setIdx":3,"setId":3,"iconIdx":1125},{"icon":{"paths":["M624 224v480c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-192h-320v192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-480c0-26.51 21.49-48 48-48s48 21.49 48 48v0 192h320v-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM960 784h-96l114.96-153.32c18.102-23.816 28.999-53.968 28.999-86.665 0-79.529-64.471-144-144-144-62.318 0-115.389 39.585-135.442 94.982l-0.317 1.003c-1.739 4.764-2.745 10.265-2.745 16 0 26.512 21.493 48.005 48.005 48.005 20.777 0 38.471-13.2 45.154-31.671l0.106-0.334c1.744-4.924 4.087-9.188 7.002-12.991l-0.082 0.111c8.829-12.039 22.922-19.768 38.82-19.768 26.51 0 48 21.49 48 48 0 11.218-3.848 21.538-10.297 29.71l0.077-0.102-172.64 230.24c-5.993 7.922-9.6 17.94-9.6 28.8 0 26.51 21.49 48 48 48v0h192c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-two-bold"]},"attrs":[{}],"properties":{"order":29363,"id":121,"name":"text-h-two-bold","prevSize":16,"code":60774},"setIdx":3,"setId":3,"iconIdx":1126},{"icon":{"paths":["M912 512c0 26.51-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h384c26.51 0 48 21.49 48 48v0zM480 304h384c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-384c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM864 720h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM126.040 577.96c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 160-160c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001-160-160c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l125.96 126.040-125.96 126.040c-8.698 8.688-14.078 20.696-14.078 33.96s5.38 25.272 14.077 33.96l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-indent-bold"]},"attrs":[{}],"properties":{"order":29364,"id":120,"name":"text-indent-bold","prevSize":16,"code":60775},"setIdx":3,"setId":3,"iconIdx":1127},{"icon":{"paths":["M816 224c0 26.51-21.49 48-48 48v0h-125.4l-160 480h93.4c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h125.4l160-480h-93.4c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h320c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-italic-bold"]},"attrs":[{}],"properties":{"order":29365,"id":119,"name":"text-italic-bold","prevSize":16,"code":60776},"setIdx":3,"setId":3,"iconIdx":1128},{"icon":{"paths":["M912 512c0 26.51-21.49 48-48 48v0h-384c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h384c26.51 0 48 21.49 48 48v0zM480 304h384c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-384c-26.51 0-48 21.49-48 48s21.49 48 48 48v0zM864 720h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM288 592c0.011 0 0.024 0 0.038 0 26.51 0 48-21.49 48-48 0-13.264-5.38-25.272-14.077-33.96l-0-0-125.96-126.040 125.96-126.080c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-160 160c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 160 160c8.688 8.699 20.697 14.080 33.962 14.080 0.027 0 0.055-0 0.082-0l-0.004 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-outdent-bold"]},"attrs":[{}],"properties":{"order":29366,"id":118,"name":"text-outdent-bold","prevSize":16,"code":60777},"setIdx":3,"setId":3,"iconIdx":1129},{"icon":{"paths":["M912 512c0 26.51-21.49 48-48 48v0h-120.56c25.218 28.946 40.592 67.043 40.592 108.731 0 1.15-0.012 2.296-0.035 3.44l0.003-0.171c0 57.8-31.24 113.28-85.72 152.2-50.28 36-116.52 55.8-186.28 55.8s-136-19.8-186.28-55.8c-54.48-38.92-85.72-94.4-85.72-152.2 0-26.51 21.49-48 48-48s48 21.49 48 48v0c0 60.72 80.6 112 176 112s176-51.28 176-112c0-51.040-37.2-80.72-141.4-112h-386.6c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h704c26.51 0 48 21.49 48 48v0zM300.44 400c26.51 0 48-21.49 48-48v0c0-64 70.32-112 163.56-112 69.44 0 125.48 26.6 149.92 71.12 8.595 13.791 23.678 22.832 40.873 22.832 26.51 0 48-21.49 48-48 0-7.67-1.799-14.92-4.998-21.351l0.126 0.279c-41.4-75.68-128.92-120.88-233.92-120.88-148 0-259.56 89.4-259.56 208 0 26.51 21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-strikethrough-bold"]},"attrs":[{}],"properties":{"order":29367,"id":117,"name":"text-strikethrough-bold","prevSize":16,"code":60778},"setIdx":3,"setId":3,"iconIdx":1130},{"icon":{"paths":["M848 224v128c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-80h-192v480h80c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h80v-480h-192v80c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-128c0-26.51 21.49-48 48-48v0h576c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-t-bold"]},"attrs":[{}],"properties":{"order":29368,"id":116,"name":"text-t-bold","prevSize":16,"code":60779},"setIdx":3,"setId":3,"iconIdx":1131},{"icon":{"paths":["M816 896c0 26.51-21.49 48-48 48v0h-512c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h512c26.51 0 48 21.49 48 48v0zM512 784c150.157-0.159 271.841-121.843 272-271.985l0-0.015v-288c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 288c0 97.202-78.798 176-176 176s-176-78.798-176-176v0-288c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 288c0.159 150.157 121.843 271.841 271.985 272l0.015 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-underline-bold"]},"attrs":[{}],"properties":{"order":29369,"id":115,"name":"text-underline-bold","prevSize":16,"code":60780},"setIdx":3,"setId":3,"iconIdx":1132},{"icon":{"paths":["M848 208c-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128v0c0-70.692-57.308-128-128-128v0zM848 368c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0zM640 224c0-114.875-93.125-208-208-208s-208 93.125-208 208v0 378.76c-30.007 41.404-48 93.22-48 149.238 0 141.385 114.615 256 256 256s256-114.615 256-256c0-56.018-17.993-107.834-48.514-149.984l0.514 0.746zM432 912c-0.001 0-0.003 0-0.005 0-88.366 0-160-71.634-160-160 0-38.686 13.73-74.165 36.582-101.83l-0.217 0.27c7.23-8.352 11.636-19.321 11.64-31.319l0-0.001v-395.12c0-61.856 50.144-112 112-112s112 50.144 112 112v0 395.080c-0 0.014-0 0.030-0 0.046 0 11.7 4.186 22.422 11.142 30.751l-0.062-0.076c22.956 27.5 36.894 63.222 36.894 102.2 0 88.356-71.619 159.985-159.972 160l-0.001 0zM528 752c0 0.005 0 0.012 0 0.018 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-35.346 19.103-66.231 47.547-82.893l0.453-0.245v-300.88c0-26.51 21.49-48 48-48s48 21.49 48 48v0 300.88c28.892 16.905 47.993 47.781 48 83.119l0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thermometer-bold"]},"attrs":[{}],"properties":{"order":29370,"id":114,"name":"thermometer-bold","prevSize":16,"code":60781},"setIdx":3,"setId":3,"iconIdx":1133},{"icon":{"paths":["M984.56 326.080l-58.88 19.16 36.4 50.080c5.73 7.811 9.17 17.614 9.17 28.22 0 26.515-21.495 48.010-48.010 48.010-15.909 0-30.010-7.738-38.746-19.655l-0.094-0.135-36.4-50.080-36.4 50.080c-8.83 12.052-22.931 19.79-38.84 19.79-26.515 0-48.010-21.495-48.010-48.010 0-10.606 3.439-20.409 9.264-28.354l-0.094 0.134 36.4-50.080-58.88-19.16c-19.994-6.097-34.288-24.379-34.288-46 0-26.51 21.49-48 48-48 5.709 0 11.184 0.997 16.263 2.825l-0.335-0.105 58.92 19.12v-61.92c0-26.51 21.49-48 48-48s48 21.49 48 48v0 61.92l58.92-19.12c4.744-1.723 10.22-2.72 15.928-2.72 26.51 0 48 21.49 48 48 0 21.621-14.295 39.903-33.948 45.911l-0.34 0.089zM640 602.76c30.007 41.404 48 93.22 48 149.238 0 141.385-114.615 256-256 256s-256-114.615-256-256c0-56.018 17.993-107.834 48.514-149.984l-0.514 0.746v-378.76c0-114.875 93.125-208 208-208s208 93.125 208 208v0zM592 752c-0.008-38.981-13.955-74.703-37.127-102.455l0.207 0.255c-6.894-8.252-11.080-18.974-11.080-30.674 0-0.016 0-0.032 0-0.048l-0 0.002v-395.080c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 395.12c-0.004 11.999-4.41 22.968-11.691 31.381l0.051-0.061c-22.632 27.394-36.36 62.871-36.36 101.554 0 88.366 71.634 160 160 160 88.363 0 159.996-71.631 160-159.994l0-0zM480 668.88v-188.88c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 188.88c-28.897 16.908-48 47.792-48 83.138 0 53.019 42.981 96 96 96s96-42.981 96-96c0-35.346-19.103-66.231-47.547-82.893l-0.453-0.245z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thermometer-cold-bold"]},"attrs":[{}],"properties":{"order":29371,"id":113,"name":"thermometer-cold-bold","prevSize":16,"code":60782},"setIdx":3,"setId":3,"iconIdx":1134},{"icon":{"paths":["M696.48 331.24c-5.306-7.612-8.478-17.055-8.478-27.24 0-16.324 8.149-30.745 20.601-39.417l0.157-0.103c47.44-32.72 119.040-32.72 166.48 0 14.52 10 43 10 57.52 0 7.545-5.171 16.871-8.259 26.919-8.259 26.51 0 48 21.49 48 48 0 16.188-8.013 30.504-20.289 39.198l-0.15 0.101c-23.507 15.396-52.304 24.556-83.24 24.556s-59.733-9.16-83.826-24.916l0.586 0.36c-14.52-10-43-10-57.52 0-7.612 5.306-17.055 8.478-27.24 8.478-16.324 0-30.745-8.149-39.417-20.601l-0.103-0.157zM932.76 424.48c-14.52 10-43 10-57.52 0-47.44-32.72-119.040-32.72-166.48 0-12.794 8.753-21.081 23.279-21.081 39.741 0 26.51 21.49 48 48 48 10.322 0 19.883-3.258 27.711-8.802l-0.15 0.101c14.52-10 43-10 57.52 0 23.507 15.396 52.304 24.556 83.24 24.556s59.733-9.16 83.826-24.916l-0.586 0.36c12.426-8.795 20.439-23.111 20.439-39.299 0-26.51-21.49-48-48-48-10.048 0-19.374 3.087-27.083 8.365l0.164-0.106zM640 602.76c30.007 41.404 48 93.22 48 149.238 0 141.385-114.615 256-256 256s-256-114.615-256-256c0-56.018 17.993-107.834 48.514-149.984l-0.514 0.746v-378.76c0-114.875 93.125-208 208-208s208 93.125 208 208v0zM592 752c-0.008-38.981-13.955-74.703-37.127-102.455l0.207 0.255c-6.894-8.252-11.080-18.974-11.080-30.674 0-0.016 0-0.032 0-0.048l-0 0.002v-395.080c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 395.12c-0.004 11.999-4.41 22.968-11.691 31.381l0.051-0.061c-22.632 27.394-36.36 62.871-36.36 101.554 0 88.366 71.634 160 160 160 88.363 0 159.996-71.631 160-159.994l0-0zM480 668.88v-444.88c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 444.88c-28.897 16.908-48 47.792-48 83.138 0 53.019 42.981 96 96 96s96-42.981 96-96c0-35.346-19.103-66.231-47.547-82.893l-0.453-0.245z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thermometer-hot-bold"]},"attrs":[{}],"properties":{"order":29372,"id":112,"name":"thermometer-hot-bold","prevSize":16,"code":60783},"setIdx":3,"setId":3,"iconIdx":1135},{"icon":{"paths":["M720 602.76v-378.76c0-114.875-93.125-208-208-208s-208 93.125-208 208v0 378.76c-30.007 41.404-48 93.22-48 149.238 0 141.385 114.615 256 256 256s256-114.615 256-256c0-56.018-17.993-107.834-48.514-149.984l0.514 0.746zM512 912c-0.001 0-0.003 0-0.005 0-88.366 0-160-71.634-160-160 0-38.686 13.73-74.165 36.582-101.83l-0.217 0.27c7.23-8.352 11.636-19.321 11.64-31.319l0-0.001v-395.12c0-61.856 50.144-112 112-112s112 50.144 112 112v0 395.080c-0 0.014-0 0.030-0 0.046 0 11.7 4.186 22.422 11.142 30.751l-0.062-0.076c22.956 27.5 36.894 63.222 36.894 102.2 0 88.356-71.619 159.985-159.972 160l-0.001 0zM608 752c0 0.005 0 0.012 0 0.018 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-35.346 19.103-66.231 47.547-82.893l0.453-0.245v-300.88c0-26.51 21.49-48 48-48s48 21.49 48 48v0 300.88c28.892 16.905 47.993 47.781 48 83.119l0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thermometer-simple-bold"]},"attrs":[{}],"properties":{"order":29373,"id":111,"name":"thermometer-simple-bold","prevSize":16,"code":60784},"setIdx":3,"setId":3,"iconIdx":1136},{"icon":{"paths":["M975.12 626.12l-48-384c-7.142-55.589-54.164-98.111-111.119-98.12l-688.001-0c-44.183 0-80 35.817-80 80v0 352c0 44.183 35.817 80 80 80v0h162.32l146.76 293.48c8.058 15.848 24.243 26.518 42.92 26.52l0 0c97.156-0.114 175.886-78.844 176-175.989l0-0.011v-48h208c61.849-0.009 111.983-50.15 111.983-112 0-4.893-0.314-9.712-0.922-14.439l0.059 0.559zM272 560h-128v-320h128zM876 650.6c-2.945 3.319-7.222 5.4-11.985 5.4-0.005 0-0.011-0-0.016-0l-255.999 0c-26.51 0-48 21.49-48 48v0 96c-0.002 34.393-21.707 63.716-52.167 75.020l-0.553 0.18-139.28-278.52v-356.68h448c0.037-0 0.081-0 0.125-0 8.132 0 14.847 6.066 15.866 13.92l0.009 0.080 48 384c0.071 0.568 0.112 1.225 0.112 1.891 0 4.125-1.561 7.885-4.125 10.723l0.012-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thumbs-down-bold"]},"attrs":[{}],"properties":{"order":29374,"id":110,"name":"thumbs-down-bold","prevSize":16,"code":60785},"setIdx":3,"setId":3,"iconIdx":1137},{"icon":{"paths":["M948 309.88c-20.621-23.28-50.588-37.88-83.966-37.88-0.012 0-0.024 0-0.036 0l-207.998-0v-48c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0c-18.677 0.002-34.862 10.672-42.794 26.248l-0.126 0.272-146.76 293.48h-162.32c-44.183 0-80 35.817-80 80v0 352c0 44.183 35.817 80 80 80v0h688c56.956-0.009 103.978-42.531 111.061-97.561l0.059-0.559 48-384c0.554-4.183 0.87-9.020 0.87-13.931 0-28.455-10.611-54.431-28.093-74.188l0.103 0.119zM144 464h128v320h-128zM880 386l-48 384c-1.028 7.934-7.743 14-15.875 14-0.044 0-0.088-0-0.132-0.001l0.007 0h-448v-356.68l139.28-278.52c31.013 11.484 52.718 40.807 52.72 75.2l0 0v96c0 26.51 21.49 48 48 48v0h256c0.037-0 0.081-0 0.126-0 8.837 0 16 7.163 16 16 0 0.705-0.046 1.4-0.134 2.081l0.009-0.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thumbs-up-bold"]},"attrs":[{}],"properties":{"order":29375,"id":109,"name":"thumbs-up-bold","prevSize":16,"code":60786},"setIdx":3,"setId":3,"iconIdx":1138},{"icon":{"paths":["M912 433.6c36.769-7.702 63.988-39.851 64-78.359l0-0.001v-99.24c0-44.183-35.817-80-80-80v0h-768c-44.183 0-80 35.817-80 80v0 99.24c0.012 38.509 27.231 70.658 63.479 78.268l0.521 0.092c36.816 7.672 64.080 39.852 64.080 78.4s-27.264 70.728-63.56 78.309l-0.52 0.091c-36.769 7.702-63.988 39.851-64 78.359l-0 0.001v99.24c0 44.183 35.817 80 80 80v0h768c44.183 0 80-35.817 80-80v0-99.24c-0.012-38.509-27.231-70.658-63.479-78.268l-0.521-0.092c-36.816-7.672-64.080-39.852-64.080-78.4s27.264-70.728 63.56-78.309l0.52-0.091zM144 681.36c74.537-21.573 128.113-89.21 128.113-169.36s-53.576-147.787-126.869-169.051l-1.243-0.309v-70.64h192v480h-192zM880 681.36v70.64h-448v-480h448v70.64c-74.537 21.573-128.113 89.21-128.113 169.36s53.576 147.787 126.869 169.051l1.243 0.309z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ticket-bold"]},"attrs":[{}],"properties":{"order":29376,"id":108,"name":"ticket-bold","prevSize":16,"code":60787},"setIdx":3,"setId":3,"iconIdx":1139},{"icon":{"paths":["M1009.96 350.040l-152-152c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-117.96 117.96-126.040-125.96c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-125.96 125.96-118.040-117.96c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-152 152c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 152 152c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 118.040-118.040 92 92-125.96 126.040c-8.721 8.692-14.118 20.716-14.118 34s5.396 25.308 14.116 33.999l0.001 0.001 160 160c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 160-160c8.721-8.692 14.118-20.716 14.118-34s-5.396-25.308-14.116-33.999l-0.001-0.001-126.040-126.040 92-92 118.040 118.080c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001 152-152c8.71-8.69 14.098-20.706 14.098-33.98 0-13.314-5.421-25.362-14.175-34.057l-0.003-0.003zM200 468l-84-84 84-84 84 84zM512 796l-92-92 92-92 92 92zM512 476l-92-92 92-92 92 92zM824 468l-84-84 84-84 84 84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tidal-logo-bold"]},"attrs":[{}],"properties":{"order":29377,"id":107,"name":"tidal-logo-bold","prevSize":16,"code":60788},"setIdx":3,"setId":3,"iconIdx":1140},{"icon":{"paths":["M896 272c-97.156-0.114-175.886-78.844-176-175.989l-0-0.011c0-26.51-21.49-48-48-48v0h-160c-26.51 0-48 21.49-48 48v0 528c-0.024 35.328-28.669 63.958-64 63.958-35.346 0-64-28.654-64-64 0-25.391 14.786-47.328 36.217-57.672l0.383-0.166c16.333-7.892 27.4-24.331 27.4-43.355 0-0.002-0-0.004-0-0.005l0 0v-170.76c-0.011-26.501-21.497-47.981-48-47.981-2.969 0-5.874 0.269-8.694 0.785l0.294-0.045c-76.36 14.313-141.586 54.272-187.886 110.418l-0.434 0.542c-46.725 56.081-75.136 128.849-75.28 208.249l-0 0.031c0 176.731 143.269 320 320 320s320-143.269 320-320v0-133.32c51.516 23.576 111.752 37.321 175.197 37.321 0.282 0 0.564-0 0.847-0.001l-0.044 0c26.51 0 48-21.49 48-48v0-160c0-26.51-21.49-48-48-48v0zM848 428.6c-56.25-8.151-106.42-29.298-148.948-60.298l0.948 0.658c-7.767-5.634-17.489-9.013-28-9.013-26.51 0-48 21.49-48 48 0 0.019 0 0.037 0 0.056l-0-0.003v216c0 123.712-100.288 224-224 224s-224-100.288-224-224v0c0.32-89.805 51.739-167.526 126.684-205.633l1.316-0.607v78.24c-39.036 29.5-64 75.835-64 128 0 88.366 71.634 160 160 160s160-71.634 160-160v0-480h68.24c20.852 111.972 107.788 198.908 218.072 219.498l1.688 0.262z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tiktok-logo-bold"]},"attrs":[{}],"properties":{"order":29378,"id":106,"name":"tiktok-logo-bold","prevSize":16,"code":60789},"setIdx":3,"setId":3,"iconIdx":1141},{"icon":{"paths":["M512 176c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c-0.25-211.976-172.023-383.75-383.976-384l-0.024-0zM512 848c-159.058 0-288-128.942-288-288s128.942-288 288-288c159.058 0 288 128.942 288 288v0c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0zM657.96 398.040c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-112 112c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l112-112c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001zM368 64c0-26.51 21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["timer-bold"]},"attrs":[{}],"properties":{"order":29379,"id":105,"name":"timer-bold","prevSize":16,"code":60790},"setIdx":3,"setId":3,"iconIdx":1142},{"icon":{"paths":["M968.44 838.12l-399.44-624 79.44-124c4.789-7.348 7.637-16.341 7.637-26 0-26.552-21.525-48.077-48.077-48.077-16.894 0-31.752 8.713-40.327 21.891l-0.113 0.186-55.56 86.84-55.56-86.84c-8.668-13.394-23.534-22.132-40.44-22.132-26.516 0-48.012 21.496-48.012 48.012 0 9.61 2.823 18.561 7.686 26.067l-0.114-0.187 79.44 124-399.44 624c-4.846 7.372-7.729 16.409-7.729 26.12 0 26.51 21.49 48 48 48 0.059 0 0.119-0 0.178-0l-0.009 0h832c0.004 0 0.009 0 0.014 0 26.51 0 48-21.49 48-48 0-9.61-2.824-18.561-7.688-26.067l0.114 0.187zM384.68 816l127.32-198.96 127.32 198.96zM753.32 816l-200.88-313.88c-8.664-13.4-23.531-22.143-40.44-22.143s-31.775 8.743-40.326 21.955l-0.114 0.188-200.88 313.88h-86.96l328.28-512.96 328.28 512.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tipi-bold"]},"attrs":[{}],"properties":{"order":29380,"id":104,"name":"tipi-bold","prevSize":16,"code":60791},"setIdx":3,"setId":3,"iconIdx":1143},{"icon":{"paths":["M704 208h-384c-167.895 0-304 136.105-304 304s136.105 304 304 304v0h384c167.895 0 304-136.105 304-304s-136.105-304-304-304v0zM704 720h-384c-114.875 0-208-93.125-208-208s93.125-208 208-208v0h384c114.875 0 208 93.125 208 208s-93.125 208-208 208v0zM320 368c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0zM320 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toggle-left-bold"]},"attrs":[{}],"properties":{"order":29381,"id":103,"name":"toggle-left-bold","prevSize":16,"code":60792},"setIdx":3,"setId":3,"iconIdx":1144},{"icon":{"paths":["M704 208h-384c-167.895 0-304 136.105-304 304s136.105 304 304 304v0h384c167.895 0 304-136.105 304-304s-136.105-304-304-304v0zM704 720h-384c-114.875 0-208-93.125-208-208s93.125-208 208-208v0h384c114.875 0 208 93.125 208 208s-93.125 208-208 208v0zM704 368c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0zM704 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toggle-right-bold"]},"attrs":[{}],"properties":{"order":29382,"id":102,"name":"toggle-right-bold","prevSize":16,"code":60793},"setIdx":3,"setId":3,"iconIdx":1145},{"icon":{"paths":["M512 272c0 26.51-21.49 48-48 48v0h-64c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h64c26.51 0 48 21.49 48 48v0zM704.6 782.48l14.6 102.2c0.512 3.401 0.805 7.327 0.805 11.32 0 44.183-35.817 80-80 80-0.002 0-0.003-0-0.005-0l-256 0c-0.002 0-0.003 0-0.005 0-44.183 0-80-35.817-80-80 0-3.993 0.293-7.919 0.858-11.755l-0.053 0.435 14.6-102.2c-124.47-69.44-207.289-200.276-207.4-350.464l-0-0.016c0-26.51 21.49-48 48-48v0h48v-224c0-44.183 35.817-80 80-80v0h448c44.183 0 80 35.817 80 80v0 224h48c26.51 0 48 21.49 48 48v0c-0.111 150.204-82.93 281.040-205.371 349.439l-2.029 1.041zM304 384h416v-208h-416zM612.84 819.12c-30.259 8.18-65.001 12.88-100.84 12.88s-70.581-4.699-103.642-13.515l2.802 0.636-8.72 60.88h219.12zM812.2 480h-600.2c23.952 146.025 149.223 256.084 300.2 256.084s276.248-110.058 299.961-254.322l0.239-1.762z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toilet-bold"]},"attrs":[{}],"properties":{"order":29383,"id":101,"name":"toilet-bold","prevSize":16,"code":60794},"setIdx":3,"setId":3,"iconIdx":1146},{"icon":{"paths":["M320 480c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM976 480v352c0 44.183-35.817 80-80 80v0h-448c-44.183 0-80-35.817-80-80v0-38.44c-32 34.72-70.16 54.44-112 54.44-118.6 0-208-158.2-208-368s89.4-368 208-368h512c118.6 0 208 158.2 208 368zM368 480c0-77.040-15.24-151.68-41.8-204.8-21.040-42.080-47.28-67.2-70.2-67.2s-49.16 25.12-70.2 67.2c-26.56 53.12-41.8 127.76-41.8 204.8s15.24 151.68 41.8 204.8c21.040 42.080 47.28 67.2 70.2 67.2s49.16-25.12 70.2-67.2c26.56-53.12 41.8-127.76 41.8-204.8zM880 816v-288h-32c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h30c-4.92-59.4-18.8-114.84-39.8-156.8s-47.28-67.2-70.2-67.2h-369.040c34.44 56.44 57.4 134.24 63.44 224h33.6c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-32v288zM688 432h-32c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h32c26.51 0 48-21.49 48-48s-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toilet-paper-bold"]},"attrs":[{}],"properties":{"order":29384,"id":100,"name":"toilet-paper-bold","prevSize":16,"code":60795},"setIdx":3,"setId":3,"iconIdx":1147},{"icon":{"paths":["M896 256h-176v-32c0-61.856-50.144-112-112-112v0h-192c-61.856 0-112 50.144-112 112v0 32h-176c-44.183 0-80 35.817-80 80v0 432c0 44.183 35.817 80 80 80v0h768c44.183 0 80-35.817 80-80v0-432c0-44.183-35.817-80-80-80v0zM400 224c0-8.837 7.163-16 16-16v0h192c8.837 0 16 7.163 16 16v0 32h-224zM880 352v128h-96v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16h-352v-16c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 16h-96v-128zM144 752v-176h96v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h352v16c0 26.51 21.49 48 48 48s48-21.49 48-48v0-16h96v176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toolbox-bold"]},"attrs":[{}],"properties":{"order":29385,"id":99,"name":"toolbox-bold","prevSize":16,"code":60796},"setIdx":3,"setId":3,"iconIdx":1148},{"icon":{"paths":["M689.84 332.6l-48.6 19.4 48.6 19.4c17.836 7.277 30.177 24.487 30.177 44.58 0 26.519-21.498 48.017-48.017 48.017-6.427 0-12.558-1.263-18.161-3.553l0.321 0.116-142.16-56.84-142.16 56.88c-5.282 2.175-11.413 3.437-17.84 3.437-26.519 0-48.017-21.498-48.017-48.017 0-20.093 12.341-37.303 29.857-44.464l0.321-0.116 48.6-19.44-48.6-19.4c-17.836-7.277-30.177-24.487-30.177-44.58 0-26.519 21.498-48.017 48.017-48.017 6.427 0 12.558 1.263 18.161 3.553l-0.321-0.116 142.16 56.88 142.16-56.88c5.282-2.175 11.413-3.437 17.84-3.437 26.519 0 48.017 21.498 48.017 48.017 0 20.093-12.341 37.303-29.857 44.464l-0.321 0.116zM912 319c0.32 305.8-100.8 542.72-196 610.36-12.804 9.087-28.752 14.527-45.97 14.527-42.144 0-76.677-32.588-79.774-73.94l-0.016-0.267c-2.68-36.24-9.32-88-25.84-128.92-21.36-52.76-44.72-52.76-52.4-52.76-31.040 0-47.080 39.68-52.32 52.72-16.52 40.88-23.16 92.68-25.84 128.92-3.036 41.688-37.602 74.359-79.8 74.36l-0 0c-0.026 0-0.056 0-0.087 0-17.229 0-33.177-5.485-46.193-14.803l0.24 0.163c-95.2-67.64-196.32-304.56-196-610.36 0.568-132.118 107.801-239 239.998-239 0.001 0 0.001 0 0.002 0l320-0c0.001-0 0.001-0 0.002-0 132.197 0 239.43 106.882 239.998 238.946l0 0.054zM816 319c-0.567-79.098-64.819-143-143.997-143-0.001 0-0.002 0-0.004 0l-320-0c-0.001-0-0.002-0-0.003-0-79.22 0-143.498 63.97-143.997 143.072l-0 0.048c-0.24 244.36 71.32 438.080 133.2 510.64 23.76-205.76 116.080-237.76 170.8-237.76s147.040 32 170.8 237.72c61.88-72.48 133.44-266.2 133.2-510.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tooth-bold"]},"attrs":[{}],"properties":{"order":29386,"id":98,"name":"tooth-bold","prevSize":16,"code":60797},"setIdx":3,"setId":3,"iconIdx":1149},{"icon":{"paths":["M956 267c-14.778-16.565-36.171-26.957-59.992-27l-0.008-0h-176.68c-8.968-107.413-98.36-191.195-207.32-191.195s-198.352 83.781-207.269 190.437l-0.051 0.758h-176.36c-0.093-0-0.204-0.001-0.314-0.001-44.183 0-80 35.817-80 80 0 3.313 0.201 6.579 0.593 9.786l-0.038-0.385 57 480c4.977 39.973 38.741 70.6 79.659 70.6 0.036 0 0.071-0 0.107-0l-0.005 0h653.36c0.030 0 0.066 0 0.101 0 40.918 0 74.682-30.627 79.619-70.208l0.040-0.392 57-480c0.359-2.846 0.564-6.139 0.564-9.481 0-20.331-7.584-38.89-20.077-53.004l0.073 0.084zM512 144c56.206 0.006 102.74 41.413 110.765 95.387l0.075 0.613h-221.68c8.1-54.587 54.634-95.994 110.839-96l0.001-0zM824.76 784h-625.52l-53.24-448h158v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h224v80c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h158z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tote-bold"]},"attrs":[{}],"properties":{"order":29387,"id":97,"name":"tote-bold","prevSize":16,"code":60798},"setIdx":3,"setId":3,"iconIdx":1150},{"icon":{"paths":["M956 267c-14.778-16.565-36.171-26.957-59.992-27l-0.008-0h-176.68c-8.968-107.413-98.36-191.195-207.32-191.195s-198.352 83.781-207.269 190.437l-0.051 0.758h-176.36c-0.093-0-0.204-0.001-0.314-0.001-44.183 0-80 35.817-80 80 0 3.313 0.201 6.579 0.593 9.786l-0.038-0.385 57 480c4.977 39.973 38.741 70.6 79.659 70.6 0.036 0 0.071-0 0.107-0l-0.005 0h653.36c0.030 0 0.066 0 0.101 0 40.918 0 74.682-30.627 79.619-70.208l0.040-0.392 57-480c0.359-2.846 0.564-6.139 0.564-9.481 0-20.331-7.584-38.89-20.077-53.004l0.073 0.084zM512 144c56.206 0.006 102.74 41.413 110.765 95.387l0.075 0.613h-221.68c8.1-54.587 54.634-95.994 110.839-96l0.001-0zM824.76 784h-625.52l-53.24-448h732z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tote-simple-bold"]},"attrs":[{}],"properties":{"order":29388,"id":96,"name":"tote-simple-bold","prevSize":16,"code":60799},"setIdx":3,"setId":3,"iconIdx":1151},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM768 432v160c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-55.64l-32.76 28c-8.341 7.183-19.28 11.557-31.24 11.557s-22.899-4.374-31.303-11.61l0.063 0.053-32.76-28v55.64c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-112h-48v112c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-112h-16c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h208c11.96 0.001 22.899 4.376 31.303 11.613l-0.063-0.053 80.76 69.24 80.76-69.24c8.341-7.183 19.28-11.557 31.24-11.557 26.509 0 47.999 21.489 48 47.997l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trademark-bold"]},"attrs":[{}],"properties":{"order":29389,"id":95,"name":"trademark-bold","prevSize":16,"code":60800},"setIdx":3,"setId":3,"iconIdx":1152},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM626.8 565.68c37.101-26.402 61.010-69.249 61.010-117.68 0-79.462-64.363-143.892-143.799-144l-0.010-0h-128c-26.51 0-48 21.49-48 48v0 320c0 26.51 21.49 48 48 48s48-21.49 48-48v0-80h64.96l71.040 106.64c8.74 12.988 23.386 21.419 40 21.419 26.542 0 48.059-21.517 48.059-48.059 0-9.928-3.010-19.153-8.168-26.811l0.109 0.171zM464 400h80c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-80z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trademark-registered-bold"]},"attrs":[{}],"properties":{"order":29390,"id":94,"name":"trademark-registered-bold","prevSize":16,"code":60801},"setIdx":3,"setId":3,"iconIdx":1153},{"icon":{"paths":["M928 816h-61.88l-237.32-682.28c-11.204-31.541-40.792-53.72-75.56-53.72l-82.48 0c-34.768 0-64.356 22.179-75.386 53.161l-0.174 0.559-237.32 682.28h-61.88c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h832c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM393.080 432h237.84l55.64 160h-349.12zM482.12 176h59.76l55.64 160h-171.040zM304 688h416l44.52 128h-505z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["traffic-cone-bold"]},"attrs":[{}],"properties":{"order":29391,"id":93,"name":"traffic-cone-bold","prevSize":16,"code":60802},"setIdx":3,"setId":3,"iconIdx":1154},{"icon":{"paths":["M864 560h-48v-224h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-48v-80c0-44.183-35.817-80-80-80v0h-448c-44.183 0-80 35.817-80 80v0 80h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v224h-48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h48v208c0 44.183 35.817 80 80 80v0h448c44.183 0 80-35.817 80-80v0-208h48c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM720 848h-416v-672h416zM512 480c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 320c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM512 800c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM512 640c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["traffic-signal-bold"]},"attrs":[{}],"properties":{"order":29392,"id":92,"name":"traffic-signal-bold","prevSize":16,"code":60803},"setIdx":3,"setId":3,"iconIdx":1155},{"icon":{"paths":["M984 453.84l-413.84-413.84c-14.888-14.877-35.449-24.079-58.16-24.079s-43.272 9.201-58.16 24.079l-413.84 413.84c-14.877 14.888-24.079 35.449-24.079 58.16s9.201 43.272 24.079 58.16l413.84 413.84c14.888 14.877 35.449 24.079 58.16 24.079s43.272-9.201 58.16-24.079l413.84-413.84c14.877-14.888 24.079-35.449 24.079-58.16s-9.201-43.272-24.079-58.16l0 0zM512 906.28l-394.28-394.28 394.28-394.28 394.28 394.28zM542.040 417.96c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l96 96c8.721 8.692 14.118 20.716 14.118 34s-5.396 25.308-14.116 33.999l-0.001 0.001-96 96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l13.96-13.96h-108c-26.51 0-48 21.49-48 48v0 16c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-16c0-79.529 64.471-144 144-144v0h108z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["traffic-sign-bold"]},"attrs":[{}],"properties":{"order":29393,"id":91,"name":"traffic-sign-bold","prevSize":16,"code":60804},"setIdx":3,"setId":3,"iconIdx":1156},{"icon":{"paths":["M736 80h-448c-79.529 0-144 64.471-144 144v0 512c0 79.529 64.471 144 144 144v0 0l-38.4 51.2c-5.993 7.922-9.6 17.94-9.6 28.8 0 26.51 21.49 48 48 48 15.65 0 29.55-7.489 38.313-19.079l0.087-0.121 81.6-108.8h208l81.6 108.8c8.85 11.711 22.75 19.2 38.4 19.2 26.51 0 48-21.49 48-48 0-10.86-3.607-20.878-9.687-28.921l0.087 0.121-38.4-51.2c79.529 0 144-64.471 144-144v0-512c0-79.529-64.471-144-144-144v0zM240 464v-128h224v128zM560 336h224v128h-224zM288 176h448c26.51 0 48 21.49 48 48v0 16h-544v-16c0-26.51 21.49-48 48-48v0zM736 784h-448c-26.51 0-48-21.49-48-48v0-176h544v176c0 26.51-21.49 48-48 48v0zM416 672c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM736 672c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["train-bold"]},"attrs":[{}],"properties":{"order":29394,"id":90,"name":"train-bold","prevSize":16,"code":60805},"setIdx":3,"setId":3,"iconIdx":1157},{"icon":{"paths":["M910.32 467.36l-89.6-328.4c-9.558-34.244-40.472-58.949-77.159-58.96l-463.121-0c-36.688 0.011-67.602 24.716-77.026 58.397l-0.134 0.563-89.6 328.4c-1.067 3.791-1.68 8.144-1.68 12.64s0.613 8.849 1.76 12.98l-0.081-0.34 89.6 328.4c9.558 34.244 40.472 58.949 77.159 58.96l7.561 0-38.4 51.2c-5.993 7.922-9.6 17.94-9.6 28.8 0 26.51 21.49 48 48 48 15.65 0 29.55-7.489 38.313-19.079l0.087-0.121 81.6-108.8h208l81.6 108.8c8.85 11.711 22.75 19.2 38.4 19.2 26.51 0 48-21.49 48-48 0-10.86-3.607-20.878-9.687-28.921l0.087 0.121-38.4-51.2h7.56c36.688-0.011 67.602-24.716 77.026-58.397l0.134-0.563 89.6-328.4c1.067-3.791 1.68-8.144 1.68-12.64s-0.613-8.849-1.76-12.98l0.081 0.34zM292.68 176h438.64l72.68 266.12-292 53.080-292-53.080zM226.36 540.84l237.64 43.16v200h-171.32zM731.32 784h-171.32v-200l237.64-43.2zM336 352c0-26.51 21.49-48 48-48v0h256c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["train-regional-bold"]},"attrs":[{}],"properties":{"order":29395,"id":89,"name":"train-regional-bold","prevSize":16,"code":60806},"setIdx":3,"setId":3,"iconIdx":1158},{"icon":{"paths":["M736 80h-448c-79.529 0-144 64.471-144 144v0 512c0 79.529 64.471 144 144 144v0 0l-38.4 51.2c-5.993 7.922-9.6 17.94-9.6 28.8 0 26.51 21.49 48 48 48 15.65 0 29.55-7.489 38.313-19.079l0.087-0.121 81.6-108.8h208l81.6 108.8c8.85 11.711 22.75 19.2 38.4 19.2 26.51 0 48-21.49 48-48 0-10.86-3.607-20.878-9.687-28.921l0.087 0.121-38.4-51.2c79.529 0 144-64.471 144-144v0-512c0-79.529-64.471-144-144-144v0zM288 176h448c26.51 0 48 21.49 48 48v0 240h-544v-240c0-26.51 21.49-48 48-48v0zM736 784h-448c-26.51 0-48-21.49-48-48v0-176h544v176c0 26.51-21.49 48-48 48v0zM416 672c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM736 672c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["train-simple-bold"]},"attrs":[{}],"properties":{"order":29396,"id":88,"name":"train-simple-bold","prevSize":16,"code":60807},"setIdx":3,"setId":3,"iconIdx":1159},{"icon":{"paths":["M736 176h-176v-64h112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-320c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h112v64h-176c-79.529 0-144 64.471-144 144v0 416c0 79.529 64.471 144 144 144v0l-38.4 51.2c-5.993 7.922-9.6 17.94-9.6 28.8 0 26.51 21.49 48 48 48 15.65 0 29.55-7.489 38.313-19.079l0.087-0.121 81.6-108.8h208l81.6 108.8c8.85 11.711 22.75 19.2 38.4 19.2 26.51 0 48-21.49 48-48 0-10.86-3.607-20.878-9.687-28.921l0.087 0.121-38.4-51.2c79.529 0 144-64.471 144-144v0-416c0-79.529-64.471-144-144-144v0zM288 272h448c26.51 0 48 21.49 48 48v0 144h-544v-144c0-26.51 21.49-48 48-48v0zM736 784h-448c-26.51 0-48-21.49-48-48v0-176h544v176c0 26.51-21.49 48-48 48v0zM416 672c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM736 672c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tram-bold"]},"attrs":[{}],"properties":{"order":29397,"id":87,"name":"tram-bold","prevSize":16,"code":60808},"setIdx":3,"setId":3,"iconIdx":1160},{"icon":{"paths":["M970.92 842.52l-224-448c-8.061-15.844-24.245-26.509-42.92-26.509s-34.859 10.665-42.794 26.237l-0.126 0.272-82.080 164c-58.219-5.226-111.053-24.518-156.254-54.42l1.254 0.78c54.47-63.062 91.073-142.948 101.136-230.899l0.184-1.981h82.68c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-208v-48c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 48h-208c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h332.52c-9.653 65.43-36.973 123.2-76.902 169.857l0.382-0.457c-19.206-22.365-35.78-47.835-48.732-75.348l-0.868-2.052c-7.544-17.222-24.44-29.035-44.094-29.035-26.51 0-48 21.49-48 48 0 7.656 1.792 14.893 4.98 21.314l-0.126-0.28c17.959 38.584 39.634 71.819 65.302 101.507l-0.462-0.547c-51.735 34.492-115.33 55.040-183.725 55.040-0.097 0-0.193-0-0.29-0l0.015 0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c0.103 0 0.226 0 0.349 0 96.263 0 185.136-31.641 256.786-85.090l-1.135 0.81c51.078 37.95 112.346 65.254 178.911 77.36l2.649 0.4-96.52 193.040c-3.526 6.516-5.598 14.264-5.598 22.496 0 26.51 21.49 48 48 48 19.092 0 35.581-11.147 43.313-27.287l0.125-0.289 50.76-101.44h260.68l50.72 101.44c8.056 15.863 24.25 26.544 42.94 26.544 26.512 0 48.004-21.492 48.004-48.004 0-7.822-1.871-15.208-5.19-21.733l0.126 0.273zM621.64 688l82.36-164.68 82.32 164.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["translate-bold"]},"attrs":[{}],"properties":{"order":29398,"id":86,"name":"translate-bold","prevSize":16,"code":60809},"setIdx":3,"setId":3,"iconIdx":1161},{"icon":{"paths":["M864 192h-144v-48c0-61.856-50.144-112-112-112v0h-192c-61.856 0-112 50.144-112 112v0 48h-144c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v544c0 44.183 35.817 80 80 80v0h512c44.183 0 80-35.817 80-80v0-544h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM400 144c0-8.837 7.163-16 16-16v0h192c8.837 0 16 7.163 16 16v0 48h-224zM752 816h-480v-528h480zM464 416v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-256c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM656 416v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-256c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trash-bold"]},"attrs":[{}],"properties":{"order":29399,"id":85,"name":"trash-bold","prevSize":16,"code":60810},"setIdx":3,"setId":3,"iconIdx":1162},{"icon":{"paths":["M864 192h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h16v544c0 44.183 35.817 80 80 80v0h512c44.183 0 80-35.817 80-80v0-544h16c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM752 816h-480v-528h480zM304 80c0-26.51 21.49-48 48-48v0h320c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trash-simple-bold"]},"attrs":[{}],"properties":{"order":29400,"id":84,"name":"trash-simple-bold","prevSize":16,"code":60811},"setIdx":3,"setId":3,"iconIdx":1163},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 208v368h-98.76c-0.064-0-0.139-0-0.215-0-22.023 0-41.952 8.961-56.341 23.436l-0.004 0.004-72.68 72.56h-152l-72.68-72.56c-14.393-14.479-34.322-23.44-56.345-23.44-0.076 0-0.151 0-0.227 0l0.012-0h-98.76v-368zM208 816v-144h92l72.56 72.56c14.393 14.479 34.323 23.441 56.345 23.441 0.118 0 0.235-0 0.353-0.001l-0.018 0h165.52c0.064 0 0.139 0 0.215 0 22.023 0 41.952-8.961 56.341-23.436l0.004-0.004 72.68-72.56h92v144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tray-bold"]},"attrs":[{}],"properties":{"order":29401,"id":83,"name":"tray-bold","prevSize":16,"code":60812},"setIdx":3,"setId":3,"iconIdx":1164},{"icon":{"paths":["M804.72 238.52c-50.934-113.269-162.783-190.713-292.72-190.713s-241.786 77.445-291.906 188.694l-0.814 2.019c-101.774 50.505-170.641 153.455-171.28 272.554l-0 0.086c-0.44 164 132.4 300.6 296 304.76 2.444 0.071 5.32 0.111 8.205 0.111 40.256 0 78.68-7.841 113.829-22.079l-2.034 0.728v133.32c0 26.51 21.49 48 48 48s48-21.49 48-48v0-133.32c33.082 13.491 71.466 21.32 111.679 21.32 0.113 0 0.225-0 0.338-0l7.982 0c163.76-4 296.6-140.88 296-304.76-0.607-119.216-69.482-222.203-169.505-271.922l-1.775-0.798zM677.4 720c-1.71 0.051-3.721 0.080-5.739 0.080-41.491 0-80.117-12.264-112.452-33.365l0.792 0.485v-145.52l165.48-82.76c16.192-7.943 27.142-24.308 27.142-43.231 0-26.51-21.49-48-48-48-8.075 0-15.685 1.994-22.363 5.517l0.262-0.126-122.52 61.24v-82.32c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 178.32l-122.52-61.24c-6.096-3.009-13.272-4.769-20.858-4.769-26.51 0-48 21.49-48 48 0 18.434 10.392 34.441 25.637 42.483l0.262 0.126 165.48 82.76v49.52c-31.513 20.617-70.109 32.883-111.57 32.883-2.050 0-4.093-0.030-6.128-0.090l0.299 0.007c-112.585-2.944-202.728-94.912-202.728-207.933 0-83.396 49.080-155.33 119.932-188.49l1.276-0.536c18.193-8.521 32.353-23.134 40.081-41.159l0.199-0.521c34.733-81.468 114.139-137.537 206.64-137.537s171.907 56.069 206.085 136.075l0.555 1.462c7.927 18.546 22.086 33.159 39.791 41.473l0.489 0.207c72.128 33.697 121.208 105.63 121.208 189.027 0 113.021-90.143 204.989-202.456 207.928l-0.272 0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tree-bold"]},"attrs":[{}],"properties":{"order":29402,"id":82,"name":"tree-bold","prevSize":16,"code":60813},"setIdx":3,"setId":3,"iconIdx":1165},{"icon":{"paths":["M933.88 738.52l-163.72-210.52h61.84c0.001 0 0.003 0 0.005 0 26.51 0 48-21.49 48-48 0-11.072-3.749-21.269-10.046-29.389l0.082 0.109-320-416c-8.863-11.406-22.583-18.674-38-18.674s-29.137 7.269-37.919 18.566l-0.081 0.108-320 416c-6.216 8.011-9.965 18.208-9.965 29.28 0 26.483 21.447 47.957 47.921 48l0.004 0h61.84l-163.72 210.52c-6.31 8.048-10.12 18.319-10.12 29.48 0 26.509 21.49 48 47.999 48l336 0v144c0 26.51 21.49 48 48 48s48-21.49 48-48v0-144h336c26.509-0 48-21.491 48-48 0-11.161-3.809-21.432-10.199-29.585l0.079 0.105zM226.16 720l163.72-210.52c6.31-8.048 10.12-18.319 10.12-29.48 0-26.509-21.49-48-47.999-48l-62.52-0 222.52-289.28 222.52 289.28h-62.52c-26.509 0-48 21.491-48 48 0 11.161 3.809 21.432 10.199 29.585l-0.079-0.105 163.72 210.52z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tree-evergreen-bold"]},"attrs":[{}],"properties":{"order":29403,"id":81,"name":"tree-evergreen-bold","prevSize":16,"code":60814},"setIdx":3,"setId":3,"iconIdx":1166},{"icon":{"paths":["M962.76 201.88c-51.871-55.379-125.446-89.886-207.080-89.886s-155.209 34.506-206.935 89.729l-0.145 0.157c-13.265 13.933-25.328 29.263-35.868 45.663l-0.732 1.217c-11.272-17.617-23.335-32.947-36.719-47.006l0.119 0.126c-51.871-55.379-125.446-89.886-207.080-89.886s-155.209 34.506-206.935 89.729l-0.145 0.157c-8.2 8.595-13.245 20.262-13.245 33.108 0 19.582 11.726 36.425 28.539 43.891l0.306 0.121 187.16 81.48c-109.065 47.1-184.010 153.73-184.010 277.865 0 27.789 3.756 54.7 10.787 80.254l-0.497-2.119c5.713 20.586 24.286 35.445 46.329 35.445 10.98 0 21.098-3.686 29.185-9.889l-0.114 0.084 298.32-227.12v381c0 26.51 21.49 48 48 48s48-21.49 48-48v0-381l298.16 227.16c7.973 6.118 18.092 9.805 29.071 9.805 22.043 0 40.616-14.859 46.249-35.107l0.080-0.338c6.534-23.435 10.29-50.347 10.29-78.135 0-124.134-74.944-230.764-182.055-277.111l-1.955-0.753 187.32-81.48c17.119-7.587 28.845-24.43 28.845-44.012 0-12.845-5.046-24.512-13.263-33.126l0.018 0.019zM268.32 208c54.246 0.135 103.091 23.146 137.42 59.891l0.1 0.109c18.207 19.137 32.884 41.831 42.863 66.904l0.497 1.416-257.2-111.92c22.381-10.358 48.574-16.4 76.177-16.4 0.050 0 0.1 0 0.15 0l-0.008-0zM177.56 612.6c11.208-84.214 71.699-151.748 151.112-173.187l1.448-0.333c16.271-4.496 34.953-7.080 54.24-7.080l0-0c0.157-0 0.342-0.001 0.527-0.001 9.689 0 19.219 0.684 28.544 2.005l-1.071-0.124zM820 535.24c13.223 22.253 22.512 48.404 26.169 76.326l0.111 1.034-234.28-178.76c8.402-1.198 18.105-1.881 27.969-1.881 19.23 0 37.854 2.599 55.538 7.465l-1.466-0.344c54.113 14.609 98.422 49.207 125.433 95.19l0.527 0.97zM574.8 336.32c10.476-26.489 25.153-49.183 43.443-68.408l-0.083 0.088c34.429-36.854 83.274-59.865 137.495-60l0.025-0c0.042-0 0.093-0 0.143-0 27.604 0 53.796 6.042 77.328 16.875l-1.15-0.475z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tree-palm-bold"]},"attrs":[{}],"properties":{"order":29404,"id":80,"name":"tree-palm-bold","prevSize":16,"code":60815},"setIdx":3,"setId":3,"iconIdx":1167},{"icon":{"paths":["M672 464h192c44.183 0 80-35.817 80-80v0-192c0-44.183-35.817-80-80-80v0h-192c-44.183 0-80 35.817-80 80v0 48h-16c-79.529 0-144 64.471-144 144v0 80h-96v-16c0-44.183-35.817-80-80-80v0h-128c-44.183 0-80 35.817-80 80v0 128c0 44.183 35.817 80 80 80v0h128c44.183 0 80-35.817 80-80v0-16h96v80c0 79.529 64.471 144 144 144v0h16v48c0 44.183 35.817 80 80 80v0h192c44.183 0 80-35.817 80-80v0-192c0-44.183-35.817-80-80-80v0h-192c-44.183 0-80 35.817-80 80v0 48h-16c-26.51 0-48-21.49-48-48v0-256c0-26.51 21.49-48 48-48v0h16v48c0 44.183 35.817 80 80 80v0zM240 560h-96v-96h96zM688 656h160v160h-160zM688 208h160v160h-160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tree-structure-bold"]},"attrs":[{}],"properties":{"order":29405,"id":79,"name":"tree-structure-bold","prevSize":16,"code":60816},"setIdx":3,"setId":3,"iconIdx":1168},{"icon":{"paths":["M976 544v256c0 26.51-21.49 48-48 48v0h-256c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h140l-268-268-126.040 126.080c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-288-288c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l254.040 253.92 126.040-126.080c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 301.96 302.080v-140c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trend-down-bold"]},"attrs":[{}],"properties":{"order":29406,"id":78,"name":"trend-down-bold","prevSize":16,"code":60817},"setIdx":3,"setId":3,"iconIdx":1169},{"icon":{"paths":["M976 224v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-140l-302.040 302.080c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-125.96-126.080-254.040 253.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l288-288c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 126.040 126.040 268-268h-140c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h256c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trend-up-bold"]},"attrs":[{}],"properties":{"order":29407,"id":77,"name":"trend-up-bold","prevSize":16,"code":60818},"setIdx":3,"setId":3,"iconIdx":1170},{"icon":{"paths":["M961.040 744.4l-349.8-607.48c-20.318-34.297-57.136-56.932-99.24-56.932s-78.922 22.635-98.948 56.401l-0.292 0.531-349.8 607.48c-9.436 15.872-15.013 34.995-15.013 55.42s5.577 39.548 15.291 55.928l-0.279-0.508c19.925 34.168 56.4 56.765 98.152 56.765 0.382 0 0.764-0.002 1.146-0.006l-0.058 0h699.6c0.3 0.003 0.654 0.004 1.008 0.004 41.752 0 78.227-22.596 97.862-56.227l0.29-0.537c9.46-15.889 15.053-35.035 15.053-55.488 0-20.397-5.562-39.495-15.252-55.861l0.279 0.509zM877.84 807.2c-3.156 5.309-8.862 8.811-15.386 8.811-0.216 0-0.431-0.004-0.645-0.011l0.031 0.001h-699.64c-0.183 0.007-0.398 0.011-0.614 0.011-6.524 0-12.23-3.502-15.341-8.729l-0.045-0.082c-1.325-2.122-2.11-4.699-2.11-7.46s0.786-5.338 2.145-7.52l-0.035 0.060 349.8-607.48c3.431-5.297 9.312-8.753 16-8.753s12.569 3.456 15.955 8.679l0.045 0.074 349.8 607.48c1.337 2.13 2.131 4.718 2.131 7.493 0 2.747-0.778 5.313-2.126 7.488l0.035-0.061z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["triangle-bold"]},"attrs":[{}],"properties":{"order":29408,"id":76,"name":"triangle-bold","prevSize":16,"code":60819},"setIdx":3,"setId":3,"iconIdx":1171},{"icon":{"paths":["M928 240h-80v-16c0-44.183-35.817-80-80-80v0h-512c-44.183 0-80 35.817-80 80v0 16h-80c-44.183 0-80 35.817-80 80v0 64c0.114 97.156 78.844 175.886 175.989 176l3.091 0c42.217 116.524 143.703 201.911 267.071 220.373l1.849 0.227v67.4h-80c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-80v-67.56c123.76-18.040 226.12-104.8 268-220.44h4c97.156-0.114 175.886-78.844 176-175.989l0-0.011v-64c0-44.183-35.817-80-80-80v0zM112 384v-48h64v112c0 4.84 0 9.64 0.36 14.44-36.949-7.56-64.352-39.799-64.36-78.439l-0-0.001zM752 444.4c0 133.32-106.84 242.6-238.16 243.6-0.547 0.004-1.193 0.007-1.84 0.007-132.548 0-240-107.452-240-240 0-0.003 0-0.005 0-0.008l-0 0v-208h480zM912 384c-0 38.691-27.467 70.967-63.966 78.393l-0.514 0.087c0.32-6 0.48-12 0.48-18.080v-108.4h64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trophy-bold"]},"attrs":[{}],"properties":{"order":29409,"id":75,"name":"trophy-bold","prevSize":16,"code":60820},"setIdx":3,"setId":3,"iconIdx":1172},{"icon":{"paths":["M1004.56 462.16l-56-140c-12.018-29.638-40.577-50.161-73.929-50.161-0.109 0-0.219 0-0.328 0.001l0.017-0h-122.32v-16c0-26.51-21.49-48-48-48v0h-608c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h56.24c20.369 56.401 73.442 95.987 135.76 95.987s115.391-39.586 135.443-94.985l0.317-1.003h176.48c20.369 56.401 73.442 95.987 135.76 95.987s115.391-39.586 135.443-94.985l0.317-1.003h56.24c44.183 0 80-35.817 80-80v0-256c-0.577-6.586-1.795-12.651-3.605-18.455l0.165 0.615zM752 368h111.52l25.6 64h-137.12zM288 816c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 648.32c-25.484 17.297-44.896 41.848-55.437 70.671l-0.323 1.009h-176.48c-20.369-56.401-73.442-95.987-135.76-95.987s-115.391 39.586-135.443 94.985l-0.317 1.003h-40.24v-160h544zM656 464h-544v-160h544zM736 816c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM912 720h-40.24c-18.633-51.333-64.148-88.597-119.085-95.016l-0.675-0.064v-96.92h160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["truck-bold"]},"attrs":[{}],"properties":{"order":29410,"id":74,"name":"truck-bold","prevSize":16,"code":60821},"setIdx":3,"setId":3,"iconIdx":1173},{"icon":{"paths":["M984.68 231.6l-192.32-113c-6.918-4.148-15.264-6.6-24.182-6.6-0.062 0-0.125 0-0.187 0l0.010-0h-128c-26.51 0-48 21.49-48 48v0c0 44.183-35.817 80-80 80s-80-35.817-80-80v0c0-26.51-21.49-48-48-48v0h-128c-0.009-0-0.020-0-0.030-0-8.946 0-17.316 2.468-24.465 6.76l0.216-0.12-192.4 112.96c-23.728 14.344-39.346 40.003-39.346 69.31 0 12.763 2.962 24.835 8.237 35.564l-0.211-0.475 71.6 147.2c12.903 26.705 39.781 44.8 70.886 44.8 0.068 0 0.137-0 0.205-0l-0.011 0h57.32v304c0 44.183 35.817 80 80 80v0h448c44.183 0 80-35.817 80-80v0-304h57.28c0.036 0 0.078 0 0.121 0 31.071 0 57.93-18.038 70.674-44.214l0.205-0.466 71.72-147.32c5.064-10.255 8.026-22.327 8.026-35.090 0-29.307-15.618-54.966-38.986-69.108l-0.36-0.202zM161.48 432l-60.84-125.080 107.36-62.92v188zM720 816h-416v-608h38.68c21.573 74.537 89.21 128.113 169.36 128.113s147.787-53.576 169.051-126.869l0.309-1.243h38.6zM862.48 432h-46.48v-188l107.32 63.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["t-shirt-bold"]},"attrs":[{}],"properties":{"order":29411,"id":73,"name":"t-shirt-bold","prevSize":16,"code":60822},"setIdx":3,"setId":3,"iconIdx":1174},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h48v112c0.001 26.509 21.491 47.998 48 47.998 11.721 0 22.46-4.201 30.795-11.179l-0.075 0.061 178.64-148.88h163.040c19.55-0.021 37.458-7.030 51.366-18.663l-0.126 0.103 171.56-142.96c17.65-14.727 28.8-36.731 28.8-61.339 0-0.050-0-0.099-0-0.149l0 0.008v-433c0-44.183-35.817-80-80-80v0zM816 617.52l-161.36 134.48h-163.040c-19.55 0.021-37.458 7.030-51.366 18.663l0.126-0.103-104.36 86.96v-57.52c0-26.51-21.49-48-48-48v0h-80v-544h608zM624 544v-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0 192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM432 544v-192c0-26.51 21.49-48 48-48s48 21.49 48 48v0 192c0 26.51-21.49 48-48 48s-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["twitch-logo-bold"]},"attrs":[{}],"properties":{"order":29412,"id":72,"name":"twitch-logo-bold","prevSize":16,"code":60823},"setIdx":3,"setId":3,"iconIdx":1175},{"icon":{"paths":["M1004.36 269.64c-7.403-17.548-24.464-29.64-44.35-29.64-0.004 0-0.007 0-0.011 0l-112.719-0c-37.797-57.549-101.756-95.218-174.563-95.999l-0.117-0.001c-0.812-0.012-1.771-0.018-2.731-0.018-56.090 0-106.877 22.703-143.673 59.422l0.003-0.003c-38.4 37.682-62.201 90.126-62.201 148.128 0 0.166 0 0.332 0.001 0.498l-0-0.026v3.12c-147.32-46.28-265.52-163.6-266.8-164.92-8.699-8.765-20.752-14.19-34.072-14.19-24.999 0-45.535 19.111-47.794 43.521l-0.014 0.189c-25.24 280.68 98.6 431.16 168.24 492.48-57.96 59.12-139.56 90.52-140.36 90.84-18.409 6.993-31.255 24.489-31.255 44.984 0 9.919 3.009 19.136 8.163 26.787l-0.109-0.171c8 11.56 53.76 69.36 200 69.36 289 0 530.8-221.040 558.4-506.52l115.52-115.52c8.703-8.689 14.087-20.7 14.087-33.969 0-6.621-1.34-12.928-3.765-18.666l0.118 0.315zM798.080 382.080c-8.001 7.967-13.19 18.753-13.953 30.741l-0.007 0.139c-15.56 243.96-219.4 435.040-464.12 435.040-0.627 0.004-1.37 0.006-2.113 0.006-16.872 0-33.475-1.151-49.735-3.378l1.888 0.212c41.96-26.64 88.84-64.56 121.96-114.2 5.051-7.482 8.063-16.703 8.063-26.627 0-17.536-9.404-32.875-23.443-41.251l-0.22-0.121c-0.48-0.28-49.32-29.96-93.72-97.68s-69.040-148-73.84-239.12c68.64 51.76 175.16 117.32 295.16 137.52 2.405 0.427 5.174 0.671 8 0.671 26.51 0 48-21.49 48-48 0-0.011-0-0.022-0-0.033l0 0.002v-64c-0-0.076-0-0.166-0-0.257 0-31.342 12.874-59.676 33.621-80.005l0.019-0.018c19.596-19.602 46.671-31.727 76.578-31.727 0.43 0 0.859 0.003 1.287 0.007l-0.065-0.001c45.646 0.63 84.823 27.685 102.983 66.532l0.297 0.708c7.606 17.073 24.426 28.76 43.975 28.76 0.009 0 0.017-0 0.026-0l25.279 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["twitter-logo-bold"]},"attrs":[{}],"properties":{"order":29413,"id":71,"name":"twitter-logo-bold","prevSize":16,"code":60824},"setIdx":3,"setId":3,"iconIdx":1176},{"icon":{"paths":["M975.72 505.2c-21.441-239.242-220.971-425.343-463.966-425.343-121.994 0-233.033 46.906-316.065 123.667l0.311-0.284c-82.89 76.236-137.717 181.861-147.881 300.243l-0.119 1.717c-0.184 2.037-0.29 4.407-0.29 6.801 0 44.183 35.817 80 80 80 0.102 0 0.204-0 0.305-0.001l-0.016 0h336v208c0 79.529 64.471 144 144 144s144-64.471 144-144v0c0-26.51-21.49-48-48-48s-48 21.49-48 48v0c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-208h336c0.086 0 0.188 0.001 0.29 0.001 44.183 0 80-35.817 80-80 0-2.394-0.105-4.763-0.311-7.104l0.022 0.303zM401.64 496c10.68-157.32 72.32-254.040 110.36-299.48 38.080 45.56 99.68 142.24 110.36 299.48zM261.24 273.84c37.436-34.65 82.424-61.736 132.165-78.482l2.595-0.758c-40.8 66.4-82.44 165.72-90.56 301.4h-159.68c11.926-88.521 53.934-165.538 115.22-221.924l0.26-0.236zM718.56 496c-8-135.68-49.76-235-90.6-301.4 132.998 44.699 230.776 159.561 250.063 299.474l0.217 1.926z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["umbrella-bold"]},"attrs":[{}],"properties":{"order":29414,"id":70,"name":"umbrella-bold","prevSize":16,"code":60825},"setIdx":3,"setId":3,"iconIdx":1177},{"icon":{"paths":["M975.72 505.2c-21.441-239.242-220.971-425.343-463.966-425.343-121.994 0-233.033 46.906-316.065 123.667l0.311-0.284c-82.89 76.236-137.717 181.861-147.881 300.243l-0.119 1.717c-0.184 2.037-0.29 4.407-0.29 6.801 0 44.183 35.817 80 80 80 0.102 0 0.204-0 0.305-0.001l-0.016 0h336v208c0 79.529 64.471 144 144 144s144-64.471 144-144v0c0-26.51-21.49-48-48-48s-48 21.49-48 48v0c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-208h336c0.086 0 0.188 0.001 0.29 0.001 44.183 0 80-35.817 80-80 0-2.394-0.105-4.763-0.311-7.104l0.022 0.303zM145.76 496c25.396-181.681 179.761-319.992 366.43-319.992 96.796 0 184.905 37.19 250.82 98.060l-0.25-0.228c61.546 56.622 103.554 133.639 115.271 220.271l0.209 1.889z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["umbrella-simple-bold"]},"attrs":[{}],"properties":{"order":29415,"id":69,"name":"umbrella-simple-bold","prevSize":16,"code":60826},"setIdx":3,"setId":3,"iconIdx":1178},{"icon":{"paths":["M712 312c-34.128-152.212-168.105-264.25-328.25-264.25-185.568 0-336 150.432-336 336 0 160.145 112.037 294.122 262.006 327.826l2.244 0.424c34.128 152.212 168.105 264.25 328.25 264.25 185.568 0 336-150.432 336-336 0-160.145-112.037-294.122-262.006-327.826l-2.244-0.424zM880 640c-0.022 9.397-0.573 18.64-1.626 27.73l0.106-1.13-176-176c7.846-22.599 13.514-48.878 15.91-76.096l0.090-1.264c94.732 33.596 161.385 122.377 161.52 226.744l0 0.016zM584 516.24l-76.24-76.24c32.658-21.969 72.203-36.193 114.845-39.197l0.755-0.043c-3.108 43.366-17.369 82.863-39.9 116.331l0.54-0.851zM440 507.76l76.24 76.24c-32.658 21.969-72.203 36.193-114.845 39.197l-0.755 0.043c3.108-43.366 17.369-82.863 39.9-116.331l-0.54 0.851zM610.8 305.36c-28.481 2.485-54.76 8.153-79.704 16.698l2.344-0.698-176-176c7.706-0.867 16.639-1.362 25.688-1.362 0.307 0 0.613 0.001 0.919 0.002l-0.047-0c104.314 0.146 193.041 66.72 226.158 159.68l0.522 1.68zM256.76 180.64l186.92 186.92c-29.426 21.464-54.535 46.574-75.329 75.037l-0.671 0.963-187.040-186.8c19.657-30.965 45.155-56.462 75.139-75.537l0.981-0.583zM144 384c0.022-9.397 0.573-18.64 1.626-27.73l-0.106 1.13 176 176c-7.846 22.599-13.514 48.878-15.91 76.096l-0.090 1.264c-94.732-33.596-161.385-122.377-161.52-226.744l-0-0.016zM413.32 718.64c28.481-2.485 54.76-8.153 79.704-16.698l-2.344 0.698 176 176c-7.707 0.867-16.642 1.362-25.692 1.362-0.347 0-0.695-0.001-1.042-0.002l0.054 0c-104.314-0.146-193.041-66.72-226.158-159.68l-0.522-1.68zM767.24 843.36l-186.92-186.92c29.426-21.464 54.535-46.574 75.329-75.037l0.671-0.963 186.92 186.92c-19.637 30.908-45.092 56.363-75.021 75.417l-0.979 0.583z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["unite-bold"]},"attrs":[{}],"properties":{"order":29416,"id":68,"name":"unite-bold","prevSize":16,"code":60827},"setIdx":3,"setId":3,"iconIdx":1179},{"icon":{"paths":["M912 640v-256c0-26.51-21.49-48-48-48v0h-176v-176c0-26.51-21.49-48-48-48v0h-480c-26.51 0-48 21.49-48 48v0 480c0 26.51 21.49 48 48 48v0h176v176c0 26.51 21.49 48 48 48v0h480c26.51 0 48-21.49 48-48v0-224zM660 816l-452-452v-88l540 540zM276 208h88l452 452v88zM816 524l-92-92h92zM592 300l-92-92h92zM208 500l92 92h-92zM432 724l92 92h-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["unite-square-bold"]},"attrs":[{}],"properties":{"order":29417,"id":67,"name":"unite-square-bold","prevSize":16,"code":60828},"setIdx":3,"setId":3,"iconIdx":1180},{"icon":{"paths":["M752 736c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM896 464h-176c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160v224h-736v-224h160c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-176c-44.183 0-80 35.817-80 80v0 256c0 44.183 35.817 80 80 80v0h768c44.183 0 80-35.817 80-80v0-256c0-44.183-35.817-80-80-80v0zM353.96 321.96l110.040-109.96v300c0 26.51 21.49 48 48 48s48-21.49 48-48v0-300l110.040 110.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-192-192c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-192 192c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["upload-bold"]},"attrs":[{}],"properties":{"order":29418,"id":66,"name":"upload-bold","prevSize":16,"code":60829},"setIdx":3,"setId":3,"iconIdx":1181},{"icon":{"paths":["M912 608v224c0 44.183-35.817 80-80 80v0h-640c-44.183 0-80-35.817-80-80v0-224c0-26.51 21.49-48 48-48s48 21.49 48 48v0 208h608v-208c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM385.96 353.96l78.040-77.96v332c0 26.51 21.49 48 48 48s48-21.49 48-48v0-332l78.040 78.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l-160-160c-8.692-8.721-20.716-14.118-34-14.118s-25.308 5.396-33.999 14.116l-0.001 0.001-160 160c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["upload-simple-bold"]},"attrs":[{}],"properties":{"order":29419,"id":65,"name":"upload-simple-bold","prevSize":16,"code":60830},"setIdx":3,"setId":3,"iconIdx":1182},{"icon":{"paths":["M1004.8 473.6l-192-144c-7.922-5.993-17.94-9.6-28.8-9.6-26.51 0-48 21.49-48 48v-0 96h-432v-160h104.24c20.365 56.408 73.441 96 135.765 96 79.529 0 144-64.471 144-144s-64.471-144-144-144c-62.323 0-115.399 39.592-135.448 94.997l-0.317 1.003h-120.24c-44.183 0-80 35.817-80 80v0 176h-160c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h160v176c0 44.183 35.817 80 80 80v0h112v16c0 44.183 35.817 80 80 80v0h128c44.183 0 80-35.817 80-80v0-128c0-44.183-35.817-80-80-80v0h-128c-44.183 0-80 35.817-80 80v0 16h-96v-160h432v96c0 26.51 21.49 48 48 48 10.86 0 20.878-3.607 28.921-9.687l-0.121 0.087 192-144c11.711-8.85 19.2-22.75 19.2-38.4s-7.489-29.55-19.079-38.313l-0.121-0.087zM544 208c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM496 720h96v96h-96zM832 560v-96l64 48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["usb-bold"]},"attrs":[{}],"properties":{"order":29420,"id":64,"name":"usb-bold","prevSize":16,"code":60831},"setIdx":3,"setId":3,"iconIdx":1183},{"icon":{"paths":["M937.52 840c-55.331-95.867-139.184-169.974-239.849-211.718l-3.271-1.202c74.168-56.050 121.6-144.086 121.6-243.2 0-167.895-136.105-304-304-304s-304 136.105-304 304c0 99.114 47.432 187.15 120.835 242.646l0.765 0.554c-103.936 42.946-187.789 117.053-241.852 210.544l-1.268 2.376c-4.543 7.2-7.24 15.96-7.24 25.349 0 26.51 21.49 48 48 48 18.216 0 34.062-10.147 42.194-25.097l0.126-0.252c72.48-125.28 200.48-200 342.44-200s269.96 74.76 342.44 200c8.614 13.688 23.64 22.651 40.76 22.651 26.51 0 48-21.49 48-48 0-8.294-2.103-16.096-5.806-22.903l0.126 0.252zM304 384c0-114.875 93.125-208 208-208s208 93.125 208 208c0 114.875-93.125 208-208 208v0c-114.82-0.137-207.863-93.18-208-207.987l-0-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-bold"]},"attrs":[{}],"properties":{"order":29421,"id":63,"name":"user-bold","prevSize":16,"code":60832},"setIdx":3,"setId":3,"iconIdx":1184},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM318.28 786.28c44.167-59.897 114.456-98.322 193.72-98.322s149.553 38.425 193.256 97.664l0.464 0.658c-53.86 38.597-121.090 61.719-193.72 61.719s-139.86-23.122-194.731-62.406l1.011 0.688zM400 480c0-61.856 50.144-112 112-112s112 50.144 112 112c0 61.856-50.144 112-112 112v0c-61.856 0-112-50.144-112-112v0zM776 719.76c-30.982-39.165-69.724-70.768-114.058-92.807l-1.942-0.873c37.090-37.546 60-89.173 60-146.151 0-114.875-93.125-208-208-208s-208 93.125-208 208c0 56.978 22.91 108.605 60.020 146.171l-0.020-0.021c-46.276 22.912-85.018 54.515-115.467 92.983l-0.533 0.697c-45.002-56.644-72.2-129.196-72.2-208.1 0-185.568 150.432-336 336-336s336 150.432 336 336c0 78.904-27.198 151.456-72.73 208.791l0.53-0.691z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-circle-bold"]},"attrs":[{}],"properties":{"order":29422,"id":62,"name":"user-circle-bold","prevSize":16,"code":60833},"setIdx":3,"setId":3,"iconIdx":1185},{"icon":{"paths":["M678.28 184.44c6.453-19.404 24.444-33.15 45.645-33.15 5.303 0 10.405 0.86 15.174 2.448l-0.339-0.098 13.24 4.28v-13.92c0-26.51 21.49-48 48-48s48 21.49 48 48v0 13.92l13.24-4.28c4.671-1.667 10.059-2.63 15.672-2.63 26.51 0 48 21.49 48 48 0 21.512-14.151 39.718-33.652 45.819l-0.34 0.092-13.24 4.32 8 11.28c6.214 8.011 9.961 18.206 9.961 29.276 0 26.51-21.49 48-48 48-16.375 0-30.834-8.199-39.497-20.716l-0.104-0.16-8.040-11.24-8 11.24c-8.767 12.676-23.227 20.876-39.601 20.876-26.51 0-48-21.49-48-48 0-11.070 3.747-21.265 10.043-29.385l-0.082 0.11 8-11.28-13.24-4.32c-19.423-6.442-33.186-24.442-33.186-45.657 0-5.298 0.858-10.396 2.444-15.162l-0.098 0.339zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c0.027-0 0.060-0 0.093-0 25.398 0 50.289 2.168 74.5 6.329l-2.592-0.369c22.853 3.968 40.011 23.65 40.011 47.34 0 26.516-21.495 48.011-48.011 48.011-2.826 0-5.595-0.244-8.287-0.713l0.287 0.041c-16.829-2.952-36.207-4.64-55.979-4.64-0.007 0-0.015 0-0.022 0l0.001-0c-0.067-0-0.147-0-0.227-0-185.435 0-335.76 150.325-335.76 335.76 0 78.87 27.194 151.388 72.716 208.69l-0.529-0.69c30.982-39.165 69.724-70.768 114.058-92.807l1.942-0.873c-37.090-37.546-60-89.173-60-146.151 0-114.875 93.125-208 208-208s208 93.125 208 208c0 56.978-22.91 108.605-60.020 146.171l0.020-0.021c46.276 22.912 85.018 54.515 115.467 92.983l0.533 0.697c44.754-56.348 71.801-128.514 71.801-206.997 0-0.268-0-0.537-0.001-0.805l0 0.042c-0.003-19.781-1.69-39.166-4.927-58.021l0.287 2.021c-0.427-2.405-0.671-5.174-0.671-8 0-26.516 21.495-48.011 48.011-48.011 23.69 0 43.372 17.158 47.299 39.724l0.041 0.287c3.792 21.599 5.96 46.469 5.96 71.844 0 0.055-0 0.109-0 0.164l0-0.008zM512 592c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM512 848c0.071 0 0.156 0 0.24 0 72.551 0 139.702-23.124 194.483-62.404l-1.003 0.684c-44.167-59.897-114.456-98.322-193.72-98.322s-149.553 38.425-193.256 97.664l-0.464 0.658c53.778 38.596 120.928 61.72 193.48 61.72 0.084 0 0.169-0 0.253-0l-0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-circle-gear-bold"]},"attrs":[{}],"properties":{"order":29423,"id":61,"name":"user-circle-gear-bold","prevSize":16,"code":60834},"setIdx":3,"setId":3,"iconIdx":1186},{"icon":{"paths":["M656 224c0-26.51 21.49-48 48-48v0h192c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-192c-26.51 0-48-21.49-48-48v0zM938.040 440c3.796 21.499 5.967 46.253 5.967 71.513 0 238.322-193.198 431.52-431.52 431.52s-431.52-193.198-431.52-431.52c0-238.322 193.198-431.52 431.52-431.52 25.26 0 50.013 2.17 74.083 6.335l-2.57-0.368c22.853 3.968 40.011 23.65 40.011 47.34 0 26.516-21.495 48.011-48.011 48.011-2.826 0-5.595-0.244-8.287-0.713l0.287 0.041c-16.829-2.952-36.207-4.64-55.979-4.64-0.007 0-0.015 0-0.022 0l0.001-0c-0.067-0-0.147-0-0.227-0-185.435 0-335.76 150.325-335.76 335.76 0 78.87 27.194 151.388 72.716 208.69l-0.529-0.69c30.982-39.165 69.724-70.768 114.058-92.807l1.942-0.873c-37.090-37.546-60-89.173-60-146.151 0-114.875 93.125-208 208-208s208 93.125 208 208c0 56.978-22.91 108.605-60.020 146.171l0.020-0.021c46.284 22.898 85.029 54.503 115.467 92.982l0.533 0.698c44.753-56.324 71.801-128.467 71.801-206.928 0-0.293-0-0.585-0.001-0.877l0 0.045c-0.003-19.781-1.69-39.166-4.927-58.021l0.287 2.021c-0.427-2.405-0.671-5.174-0.671-8 0-26.516 21.495-48.011 48.011-48.011 23.69 0 43.372 17.158 47.299 39.724l0.041 0.287zM512 592c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM512 848c0.071 0 0.156 0 0.24 0 72.551 0 139.702-23.124 194.483-62.404l-1.003 0.684c-44.167-59.897-114.456-98.322-193.72-98.322s-149.553 38.425-193.256 97.664l-0.464 0.658c53.778 38.596 120.928 61.72 193.48 61.72 0.084 0 0.169-0 0.253-0l-0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-circle-minus-bold"]},"attrs":[{}],"properties":{"order":29424,"id":60,"name":"user-circle-minus-bold","prevSize":16,"code":60835},"setIdx":3,"setId":3,"iconIdx":1187},{"icon":{"paths":["M656 224c0-26.51 21.49-48 48-48v0h48v-48c0-26.51 21.49-48 48-48s48 21.49 48 48v0 48h48c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-48v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-48h-48c-26.51 0-48-21.49-48-48v0zM938.040 440c3.796 21.499 5.967 46.253 5.967 71.513 0 238.322-193.198 431.52-431.52 431.52s-431.52-193.198-431.52-431.52c0-238.322 193.198-431.52 431.52-431.52 25.26 0 50.013 2.17 74.083 6.335l-2.57-0.368c22.853 3.968 40.011 23.65 40.011 47.34 0 26.516-21.495 48.011-48.011 48.011-2.826 0-5.595-0.244-8.287-0.713l0.287 0.041c-16.829-2.952-36.207-4.64-55.979-4.64-0.007 0-0.015 0-0.022 0l0.001-0c-0.067-0-0.147-0-0.227-0-185.435 0-335.76 150.325-335.76 335.76 0 78.87 27.194 151.388 72.716 208.69l-0.529-0.69c30.982-39.165 69.724-70.768 114.058-92.807l1.942-0.873c-37.090-37.546-60-89.173-60-146.151 0-114.875 93.125-208 208-208s208 93.125 208 208c0 56.978-22.91 108.605-60.020 146.171l0.020-0.021c46.284 22.898 85.029 54.503 115.467 92.982l0.533 0.698c44.753-56.324 71.801-128.467 71.801-206.928 0-0.293-0-0.585-0.001-0.877l0 0.045c-0.003-19.781-1.69-39.166-4.927-58.021l0.287 2.021c-0.427-2.405-0.671-5.174-0.671-8 0-26.516 21.495-48.011 48.011-48.011 23.69 0 43.372 17.158 47.299 39.724l0.041 0.287zM512 592c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM512 848c0.071 0 0.156 0 0.24 0 72.551 0 139.702-23.124 194.483-62.404l-1.003 0.684c-44.167-59.897-114.456-98.322-193.72-98.322s-149.553 38.425-193.256 97.664l-0.464 0.658c53.778 38.596 120.928 61.72 193.48 61.72 0.084 0 0.169-0 0.253-0l-0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-circle-plus-bold"]},"attrs":[{}],"properties":{"order":29425,"id":59,"name":"user-circle-plus-bold","prevSize":16,"code":60836},"setIdx":3,"setId":3,"iconIdx":1188},{"icon":{"paths":["M912 192v112c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-96h-96c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h112c44.183 0 80 35.817 80 80v0zM864 672c-26.51 0-48 21.49-48 48v0 96h-96c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h112c44.183 0 80-35.817 80-80v0-112c0-26.51-21.49-48-48-48v0zM304 816h-96v-96c0-26.51-21.49-48-48-48s-48 21.49-48 48v0 112c0 44.183 35.817 80 80 80v0h112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM160 352c26.51 0 48-21.49 48-48v0-96h96c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-112c-44.183 0-80 35.817-80 80v0 112c0 26.51 21.49 48 48 48v0zM704 720c-0.009 0-0.019 0-0.030 0-15.632 0-29.519-7.472-38.283-19.040l-0.087-0.12c-35.399-46.874-91.018-76.853-153.64-76.853s-118.241 29.98-153.289 76.369l-0.351 0.484c-8.867 11.282-22.512 18.461-37.834 18.461-26.51 0-48-21.49-48-48 0-10.572 3.418-20.346 9.209-28.277l-0.095 0.136c25.491-33.85 57.426-61.415 94.151-81.245l1.529-0.755c-25.698-30.391-41.32-70.022-41.32-113.302 0-97.202 78.798-176 176-176s176 78.798 176 176c0 43.28-15.622 82.91-41.534 113.562l0.214-0.26c38.255 20.585 70.189 48.15 95.151 81.267l0.529 0.733c6.012 7.93 9.63 17.962 9.63 28.84 0 26.492-21.462 47.972-47.947 48l-0.003 0zM512 528c44.183 0 80-35.817 80-80s-35.817-80-80-80c-44.183 0-80 35.817-80 80v0c0 44.183 35.817 80 80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-focus-bold"]},"attrs":[{}],"properties":{"order":29426,"id":58,"name":"user-focus-bold","prevSize":16,"code":60837},"setIdx":3,"setId":3,"iconIdx":1189},{"icon":{"paths":["M610 626.12c67.244-53.209 110-134.815 110-226.407 0-159.058-128.942-288-288-288s-288 128.942-288 288c0 91.592 42.756 173.198 109.398 225.947l0.602 0.459c-77.843 32.275-143.197 81.014-194.109 142.195l-0.651 0.805c-6.997 8.286-11.249 19.086-11.249 30.88 0 26.515 21.494 48.009 48.009 48.009 14.721 0 27.895-6.626 36.701-17.058l0.059-0.071c77.4-92.12 183.68-142.88 299.24-142.88 148 0 244.48 77.68 299.24 142.88 8.865 10.503 22.039 17.129 36.76 17.129 26.515 0 48.009-21.494 48.009-48.009 0-11.794-4.253-22.594-11.308-30.951l0.059 0.071c-51.563-61.986-116.917-110.725-191.479-141.788l-3.281-1.212zM240 400c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192v0c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011zM970.92 564.92l-13.24 4.32 8 11.28c6.214 8.011 9.961 18.206 9.961 29.276 0 26.51-21.49 48-48 48-16.375 0-30.834-8.199-39.497-20.716l-0.104-0.16-8.040-11.28-8 11.28c-8.767 12.676-23.227 20.876-39.601 20.876-26.51 0-48-21.49-48-48 0-11.070 3.747-21.265 10.043-29.385l-0.082 0.11 8-11.28-13.24-4.32c-18.975-6.695-32.328-24.473-32.328-45.37 0-26.51 21.49-48 48-48 4.998 0 9.818 0.764 14.348 2.181l-0.34-0.092 13.24 4.28v-13.92c0-26.51 21.49-48 48-48s48 21.49 48 48v0 13.92l13.24-4.28c4.191-1.326 9.010-2.090 14.008-2.090 26.51 0 48 21.49 48 48 0 20.897-13.353 38.674-31.992 45.266l-0.336 0.104z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-gear-bold"]},"attrs":[{}],"properties":{"order":29427,"id":57,"name":"user-gear-bold","prevSize":16,"code":60838},"setIdx":3,"setId":3,"iconIdx":1190},{"icon":{"paths":["M608 320c0-26.51 21.49-48 48-48v0h320c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-320c-26.51 0-48-21.49-48-48v0zM976 464h-320c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h320c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM976 656h-224c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM622.48 756c0.968 3.601 1.524 7.736 1.524 12 0 26.512-21.492 48.004-48.004 48.004-22.248 0-40.96-15.134-46.404-35.669l-0.076-0.335c-22.88-88.92-112.96-156-209.52-156s-186.64 67.040-209.52 156c-5.52 20.87-24.232 36.004-46.48 36.004-26.512 0-48.004-21.492-48.004-48.004 0-4.264 0.556-8.399 1.6-12.335l-0.076 0.335c21.52-83.6 80.36-152.64 156.44-192-38.284-37.744-62-90.177-62-148.149 0-114.875 93.125-208 208-208s208 93.125 208 208c0 57.972-23.716 110.404-61.976 148.125l-0.024 0.024c76.16 39.4 135 108.44 156.52 192zM320 528c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-list-bold"]},"attrs":[{}],"properties":{"order":29428,"id":56,"name":"user-list-bold","prevSize":16,"code":60839},"setIdx":3,"setId":3,"iconIdx":1191},{"icon":{"paths":["M1024 544c0 26.51-21.49 48-48 48v0h-160c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h160c26.51 0 48 21.49 48 48v0zM804.76 769.12c6.997 8.286 11.249 19.086 11.249 30.88 0 26.515-21.494 48.009-48.009 48.009-14.721 0-27.895-6.626-36.701-17.058l-0.059-0.072c-54.76-65.2-151.24-142.88-299.24-142.88-115.56 0-221.84 50.72-299.24 142.88-8.865 10.503-22.039 17.129-36.76 17.129-26.515 0-48.009-21.494-48.009-48.009 0-11.794 4.253-22.594 11.308-30.951l-0.059 0.072c51.572-61.976 116.923-110.712 191.478-141.787l3.282-1.213c-67.244-53.209-110-134.815-110-226.407 0-159.058 128.942-288 288-288s288 128.942 288 288c0 91.592-42.756 173.198-109.398 225.947l-0.602 0.459c77.843 32.275 143.197 81.014 194.109 142.195l0.651 0.805zM432 592c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192v0c0.114 105.993 86.007 191.886 191.989 192l0.011 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-minus-bold"]},"attrs":[{}],"properties":{"order":29429,"id":55,"name":"user-minus-bold","prevSize":16,"code":60840},"setIdx":3,"setId":3,"iconIdx":1192},{"icon":{"paths":["M1024 544c0 26.51-21.49 48-48 48v0h-32v32c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-32h-32c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h32v-32c0-26.51 21.49-48 48-48s48 21.49 48 48v0 32h32c26.51 0 48 21.49 48 48v0zM804.76 769.12c6.997 8.286 11.249 19.086 11.249 30.88 0 26.515-21.494 48.009-48.009 48.009-14.721 0-27.895-6.626-36.701-17.058l-0.059-0.072c-54.76-65.2-151.24-142.88-299.24-142.88-115.56 0-221.84 50.72-299.24 142.88-8.865 10.503-22.039 17.129-36.76 17.129-26.515 0-48.009-21.494-48.009-48.009 0-11.794 4.253-22.594 11.308-30.951l-0.059 0.072c51.572-61.976 116.923-110.712 191.478-141.787l3.282-1.213c-67.244-53.209-110-134.815-110-226.407 0-159.058 128.942-288 288-288s288 128.942 288 288c0 91.592-42.756 173.198-109.398 225.947l-0.602 0.459c77.843 32.275 143.197 81.014 194.109 142.195l0.651 0.805zM432 592c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192v0c0.114 105.993 86.007 191.886 191.989 192l0.011 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-plus-bold"]},"attrs":[{}],"properties":{"order":29430,"id":54,"name":"user-plus-bold","prevSize":16,"code":60841},"setIdx":3,"setId":3,"iconIdx":1193},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM400 512c0-61.856 50.144-112 112-112s112 50.144 112 112c0 61.856-50.144 112-112 112v0c-61.856 0-112-50.144-112-112v0zM512 720c0.227-0.001 0.496-0.001 0.764-0.001 62.914 0 120.141 24.346 162.775 64.13l-0.14-0.129h-326.8c42.494-39.655 99.722-64.001 162.636-64.001 0.269 0 0.537 0 0.806 0.001l-0.041-0zM848 784h-49.76c-33.474-54.253-80.438-97.288-136.303-125.126l-1.937-0.874c37.090-37.546 60-89.173 60-146.151 0-114.875-93.125-208-208-208s-208 93.125-208 208c0 56.978 22.91 108.605 60.020 146.171l-0.020-0.021c-57.802 28.712-104.766 71.747-137.415 124.566l-0.825 1.434h-49.76v-544h672z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-rectangle-bold"]},"attrs":[{}],"properties":{"order":29431,"id":53,"name":"user-rectangle-bold","prevSize":16,"code":60842},"setIdx":3,"setId":3,"iconIdx":1194},{"icon":{"paths":["M500.72 627.76c55.974-47.272 91.28-117.497 91.28-195.968 0-141.385-114.615-256-256-256s-256 114.615-256 256c0 78.471 35.306 148.695 90.9 195.655l0.38 0.313c-64.080 29.425-117.242 72.981-157.192 126.915l-0.768 1.085c-5.812 7.846-9.303 17.715-9.303 28.4 0 26.511 21.491 48.003 48.003 48.003 15.826 0 29.864-7.659 38.608-19.472l0.092-0.13c55.95-75.792 144.938-124.407 245.28-124.407s189.33 48.615 244.694 123.576l0.586 0.83c8.839 11.953 22.884 19.619 38.72 19.619 26.52 0 48.019-21.499 48.019-48.019 0-10.684-3.489-20.554-9.391-28.53l0.092 0.13c-40.74-55.010-93.913-98.565-155.51-126.97l-2.49-1.030zM176 432c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160v0c-88.366 0-160-71.634-160-160v0zM1000.4 822.68c-7.85 5.822-17.728 9.32-28.423 9.32-15.825 0-29.861-7.658-38.605-19.47l-0.092-0.13c-56.077-75.64-144.987-124.188-245.246-124.4l-0.034-0c-26.51 0-48-21.49-48-48s21.49-48 48-48v0c88.285-0.107 159.812-71.7 159.812-160 0-88.366-71.634-160-160-160-21.326 0-41.678 4.172-60.283 11.745l1.070-0.385c-5.378 2.264-11.63 3.579-18.188 3.579-26.51 0-48-21.49-48-48 0-20.215 12.496-37.511 30.185-44.585l0.324-0.114c28.171-11.604 60.875-18.341 95.153-18.341 141.385 0 256 114.615 256 256 0 78.412-35.254 148.591-90.776 195.55l-0.377 0.311c64.080 29.425 117.242 72.981 157.192 126.915l0.768 1.085c5.721 7.806 9.155 17.601 9.155 28.197 0 15.84-7.673 29.888-19.504 38.63l-0.131 0.092z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["users-bold"]},"attrs":[{}],"properties":{"order":29432,"id":52,"name":"users-bold","prevSize":16,"code":60843},"setIdx":3,"setId":3,"iconIdx":1195},{"icon":{"paths":["M99.16 486.36c7.934 6.023 17.976 9.648 28.864 9.648 15.636 0 29.525-7.476 38.289-19.048l0.087-0.12c35.399-46.858 91.010-76.827 153.62-76.827s118.22 29.968 153.27 76.343l0.35 0.484c8.851 11.696 22.742 19.174 38.381 19.174 10.869 0 20.893-3.612 28.94-9.702l-0.12 0.087c3.627-2.77 6.762-5.918 9.432-9.438l0.088-0.122c35.399-46.858 91.010-76.827 153.62-76.827s118.22 29.968 153.27 76.343l0.35 0.484c8.833 11.986 22.894 19.675 38.752 19.675 26.51 0 48-21.49 48-48 0-11.088-3.759-21.297-10.073-29.424l0.081 0.109c-26.7-35.49-60.558-64.128-99.577-84.124l-1.623-0.756c19.269-26.106 30.84-58.919 30.84-94.434 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 35.515 11.571 68.327 31.149 94.873l-0.309-0.439c-23.977 12.161-44.632 26.455-63.086 43.139l0.246-0.219c-18.208-16.481-38.863-30.787-61.234-42.215l-1.606-0.745c19.269-26.106 30.84-58.919 30.84-94.434 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 35.515 11.571 68.327 31.149 94.873l-0.309-0.439c-40.642 20.752-74.5 49.39-100.67 84.145l-0.53 0.735c-6.011 7.929-9.629 17.961-9.629 28.838 0 15.627 7.468 29.51 19.029 38.275l0.12 0.087zM704 176c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM320 176c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM833.16 782.28c19.269-26.106 30.84-58.919 30.84-94.434 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 35.515 11.571 68.327 31.149 94.873l-0.309-0.439c-23.973 12.177-44.627 26.469-63.090 43.142l0.25-0.222c-18.213-16.451-38.867-30.743-61.227-42.172l-1.613-0.748c19.269-26.106 30.84-58.919 30.84-94.434 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 35.515 11.571 68.327 31.149 94.873l-0.309-0.439c-40.642 20.752-74.5 49.39-100.67 84.145l-0.53 0.735c-6.011 7.93-9.628 17.963-9.628 28.84 0 26.514 21.494 48.008 48.008 48.008 15.637 0 29.527-7.476 38.293-19.048l0.087-0.12c35.399-46.858 91.010-76.827 153.62-76.827s118.22 29.968 153.27 76.343l0.35 0.484c8.851 11.696 22.742 19.174 38.381 19.174 10.869 0 20.893-3.612 28.94-9.702l-0.12 0.087c3.627-2.77 6.762-5.918 9.432-9.438l0.088-0.122c35.399-46.858 91.010-76.827 153.62-76.827s118.22 29.968 153.27 76.343l0.35 0.484c8.833 11.986 22.894 19.675 38.752 19.675 26.51 0 48-21.49 48-48 0-11.088-3.759-21.297-10.073-29.424l0.081 0.109c-26.688-35.515-60.548-64.169-99.578-84.165l-1.622-0.755zM320 624c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM704 624c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["users-four-bold"]},"attrs":[{}],"properties":{"order":29433,"id":51,"name":"users-four-bold","prevSize":16,"code":60844},"setIdx":3,"setId":3,"iconIdx":1196},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 208v576.96c-33.138-69.552-87.394-124.569-154.371-157.805l-1.949-0.875c37.281-37.579 60.32-89.336 60.32-146.474 0-114.875-93.125-208-208-208s-208 93.125-208 208c0 57.138 23.039 108.895 60.334 146.488l-0.014-0.014c-68.926 34.111-123.182 89.128-155.452 156.663l-0.868 2.017v-576.96zM400 480c0-61.856 50.144-112 112-112s112 50.144 112 112c0 61.856-50.144 112-112 112v0c-61.856 0-112-50.144-112-112v0zM512 688c0.285-0.001 0.622-0.002 0.959-0.002 56.999 0 109.305 20.091 150.223 53.577l-0.422-0.335c25.074 20.43 45.678 45.273 60.847 73.472l0.633 1.288h-424.48c15.802-29.487 36.406-54.33 61.041-74.413l0.439-0.347c40.496-33.151 92.802-53.242 149.801-53.242 0.337 0 0.674 0.001 1.011 0.002l-0.052-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-square-bold"]},"attrs":[{}],"properties":{"order":29434,"id":50,"name":"user-square-bold","prevSize":16,"code":60845},"setIdx":3,"setId":3,"iconIdx":1197},{"icon":{"paths":["M657.52 724.4c38.57-37.788 62.48-90.412 62.48-148.62 0-114.875-93.125-208-208-208s-208 93.125-208 208c0 58.208 23.91 110.832 62.445 148.586l0.035 0.034c-50.388 27.151-91.134 66.472-119.227 114.141l-0.773 1.419c-3.777 6.701-6.002 14.712-6.002 23.242 0 26.51 21.49 48 48 48 17.364 0 32.574-9.22 41.002-23.031l0.12-0.211c37.59-62.702 105.19-104.020 182.44-104.020s144.85 41.318 181.905 103.060l0.535 0.961c8.348 14.873 24.018 24.758 41.998 24.758 26.51 0 48-21.49 48-48 0-9.146-2.558-17.695-6.998-24.969l0.12 0.211c-28.887-49.096-69.66-88.42-118.469-114.765l-1.611-0.795zM400 576c0-61.856 50.144-112 112-112s112 50.144 112 112c0 61.856-50.144 112-112 112v0c-61.856 0-112-50.144-112-112v0zM988.84 614.36c-7.931 6.014-17.965 9.634-28.845 9.634-15.647 0-29.545-7.487-38.308-19.073l-0.087-0.121c-33.32-44.36-79.4-78.36-117.32-86.56-21.796-4.836-37.853-24-37.853-46.915 0-20.239 12.526-37.553 30.249-44.611l0.324-0.114c30.054-11.965 50.909-40.809 50.909-74.523 0-44.183-35.817-80-80-80-29.99 0-56.125 16.502-69.822 40.92l-0.208 0.403c-8.157 15.542-24.182 25.961-42.641 25.961-26.51 0-48-21.49-48-48 0-8.984 2.468-17.391 6.763-24.581l-0.121 0.219c30.813-53.741 87.846-89.361 153.198-89.361 97.202 0 176 78.798 176 176 0 40.332-13.566 77.496-36.385 107.176l0.307-0.416c35.662 23.97 65.903 52.734 90.715 85.806l0.685 0.954c6.002 7.926 9.614 17.951 9.614 28.819 0 15.638-7.479 29.53-19.054 38.294l-0.12 0.087zM219.72 518.36c-37.92 8.2-84 42.2-117.32 86.6-8.86 11.679-22.748 19.144-38.38 19.144-26.534 0-48.044-21.51-48.044-48.044 0-10.902 3.631-20.957 9.751-29.019l-0.087 0.119c25.508-34.016 55.747-62.778 90.085-85.925l1.315-0.835c-22.512-29.265-36.078-66.429-36.078-106.761 0-97.202 78.798-176 176-176 65.352 0 122.386 35.619 152.744 88.503l0.453 0.857c4.174 6.97 6.641 15.378 6.641 24.361 0 26.51-21.49 48-48 48-18.459 0-34.484-10.42-42.515-25.698l-0.126-0.263c-13.904-24.822-40.040-41.323-70.029-41.323-44.183 0-80 35.817-80 80 0 33.715 20.856 62.558 50.37 74.333l0.54 0.19c18.047 7.172 30.573 24.486 30.573 44.725 0 22.915-16.057 42.080-37.534 46.856l-0.319 0.060z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["users-three-bold"]},"attrs":[{}],"properties":{"order":29435,"id":49,"name":"users-three-bold","prevSize":16,"code":60846},"setIdx":3,"setId":3,"iconIdx":1198},{"icon":{"paths":["M1009.96 561.96l-80 80c-8.692 8.721-20.716 14.118-34 14.118s-25.308-5.396-33.999-14.116l-0.001-0.001-80-80c-8.609-8.673-13.93-20.621-13.93-33.811 0-26.51 21.49-48 48-48 11.946 0 22.873 4.364 31.273 11.585l-0.064-0.053c-11.096-176.555-157.005-315.547-335.377-315.547-105.75 0-200.090 48.854-261.681 125.224l-0.502 0.643c-8.867 10.618-22.11 17.325-36.919 17.325-26.51 0-48-21.49-48-48 0-11.092 3.762-21.305 10.080-29.433l-0.081 0.108c79.833-99.116 201.187-161.999 337.229-161.999 231.819 0 420.991 182.596 431.537 411.809l0.035 0.949c8.439-7.534 19.635-12.139 31.906-12.139 26.51 0 48 21.49 48 48 0 12.978-5.15 24.752-13.518 33.392l0.012-0.013zM849.24 781.96c-79.833 99.116-201.187 161.999-337.229 161.999-231.819 0-420.991-182.596-431.537-411.809l-0.035-0.949c-8.439 7.534-19.635 12.139-31.906 12.139-26.51 0-48-21.49-48-48 0-12.978 5.15-24.752 13.518-33.392l-0.012 0.013 80-80c8.692-8.721 20.716-14.118 34-14.118s25.308 5.396 33.999 14.116l0.001 0.001 80 80c8.609 8.673 13.93 20.621 13.93 33.811 0 26.51-21.49 48-48 48-11.946 0-22.873-4.364-31.273-11.585l0.064 0.053c4.394 71.494 30.628 136.12 72.042 188.119l-0.522-0.679c30.982-39.165 69.724-70.768 114.058-92.807l1.942-0.873c-37.090-37.546-60-89.173-60-146.151 0-114.875 93.125-208 208-208s208 93.125 208 208c0 56.978-22.91 108.605-60.020 146.171l0.020-0.021c46.193 23.022 84.844 54.727 115.178 93.285l0.542 0.715c8.793-9.465 21.308-15.369 35.202-15.369 26.51 0 48 21.49 48 48 0 11.094-3.763 21.308-10.083 29.437l0.081-0.108zM512 592c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM512 848c0.204 0 0.446 0.001 0.688 0.001 72.435 0 139.492-23.031 194.245-62.169l-1.014 0.689c-44.156-60.046-114.532-98.579-193.908-98.579-79.271 0-149.566 38.432-193.269 97.681l-0.464 0.659c53.778 38.596 120.928 61.72 193.48 61.72 0.084 0 0.169-0 0.253-0l-0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-switch-bold"]},"attrs":[{}],"properties":{"order":29436,"id":48,"name":"user-switch-bold","prevSize":16,"code":60847},"setIdx":3,"setId":3,"iconIdx":1199},{"icon":{"paths":["M1012.44 448.72l-182.28-212.36c-14.727-17.393-36.577-28.36-60.989-28.36-0.046 0-0.092 0-0.138 0l0.007-0h-641.040c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h56.24c20.369 56.401 73.442 95.987 135.76 95.987s115.391-39.586 135.443-94.985l0.317-1.003h160.48c20.369 56.401 73.442 95.987 135.76 95.987s115.391-39.586 135.443-94.985l0.317-1.003h56.24c44.183 0 80-35.817 80-80v0-256c-0.009-11.972-4.382-22.921-11.614-31.344l0.054 0.064zM871.56 432h-167.56v-128h57.68zM416 432v-128h192v128zM320 304v128h-176v-128zM320 816c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM752 816c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM887.76 720c-20.369-56.401-73.442-95.987-135.76-95.987s-115.391 39.586-135.443 94.985l-0.317 1.003h-160.48c-20.369-56.401-73.442-95.987-135.76-95.987s-115.391 39.586-135.443 94.985l-0.317 1.003h-40.24v-192h784v192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["van-bold"]},"attrs":[{}],"properties":{"order":29437,"id":47,"name":"van-bold","prevSize":16,"code":60848},"setIdx":3,"setId":3,"iconIdx":1200},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 544c0 44.183 35.817 80 80 80v0h48v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h416v48c0 26.51 21.49 48 48 48s48-21.49 48-48v0-48h48c44.183 0 80-35.817 80-80v0-544c0-44.183-35.817-80-80-80v0zM176 752v-512h672v224h-86.72c-21.611-74.479-89.219-128-169.328-128-97.202 0-176 78.798-176 176s78.798 176 176 176c80.109 0 147.717-53.521 169.018-126.756l0.31-1.244h86.72v192zM672 512c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["vault-bold"]},"attrs":[{}],"properties":{"order":29438,"id":46,"name":"vault-bold","prevSize":16,"code":60849},"setIdx":3,"setId":3,"iconIdx":1201},{"icon":{"paths":["M656 112h-288c-61.856 0-112 50.144-112 112v0 576c0 61.856 50.144 112 112 112v0h288c61.856 0 112-50.144 112-112v0-576c0-61.856-50.144-112-112-112v0zM672 800c0 8.837-7.163 16-16 16v0h-288c-8.837 0-16-7.163-16-16v0-576c0-8.837 7.163-16 16-16v0h288c8.837 0 16 7.163 16 16v0zM928 400v224c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM192 400v224c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["vibrate-bold"]},"attrs":[{}],"properties":{"order":29439,"id":45,"name":"vibrate-bold","prevSize":16,"code":60850},"setIdx":3,"setId":3,"iconIdx":1202},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 416c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-416c0-44.183-35.817-80-80-80v0zM848 624h-672v-384h672zM944 832c0 26.51-21.49 48-48 48v0h-768c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h768c26.51 0 48 21.49 48 48v0zM416 512v-160c-0-0.005-0-0.010-0-0.016 0-26.51 21.49-48 48-48 9.427 0 18.22 2.718 25.637 7.412l-0.197-0.116 128 80c13.651 8.621 22.586 23.627 22.586 40.72s-8.935 32.099-22.388 40.603l-0.197 0.117-128 80c-7.22 4.578-16.013 7.296-25.44 7.296-26.51 0-48-21.49-48-48 0-0.006 0-0.011 0-0.017l-0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["video-bold"]},"attrs":[{}],"properties":{"order":29440,"id":44,"name":"video-bold","prevSize":16,"code":60851},"setIdx":3,"setId":3,"iconIdx":1203},{"icon":{"paths":["M997.8 277.24c-6.329-3.287-13.819-5.216-21.76-5.216-10.633 0-20.458 3.457-28.413 9.309l0.133-0.093-99.76 72.48v-65.72c0-44.183-35.817-80-80-80v0h-640c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-65.72l99.76 72.56c7.814 5.74 17.625 9.186 28.24 9.186 26.51 0 48-21.49 48-48 0-0.009-0-0.018-0-0.028l0 0.001v-384c-0.002-18.552-10.528-34.645-25.933-42.634l-0.267-0.126zM752 720h-608v-416h608zM928 609.72l-80-58.16v-79.12l80-58.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["video-camera-bold"]},"attrs":[{}],"properties":{"order":29441,"id":43,"name":"video-camera-bold","prevSize":16,"code":60852},"setIdx":3,"setId":3,"iconIdx":1204},{"icon":{"paths":["M997.8 277.24c-6.329-3.287-13.819-5.216-21.76-5.216-10.633 0-20.458 3.457-28.413 9.309l0.133-0.093-99.76 72.48v-65.72c0-44.183-35.817-80-80-80v0h-272.48c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h256.48v272c0.007 15.036 6.926 28.454 17.752 37.25l0.088 0.070c0.6 0.52 1.24 1 1.92 1.52l176 128c7.814 5.74 17.625 9.186 28.24 9.186 26.51 0 48-21.49 48-48 0-0.009-0-0.018-0-0.028l0 0.001v-384c-0.002-18.552-10.528-34.645-25.933-42.634l-0.267-0.126zM928 609.72l-80-58.16v-79.12l80-58.16zM227.52 127.72c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 14.28 15.72h-42.76c-44.183 0-80 35.817-80 80v0 448c0 44.183 35.817 80 80 80v0h595.48l73 80.28c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM144 720v-416h114.040l378.2 416z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["video-camera-slash-bold"]},"attrs":[{}],"properties":{"order":29442,"id":42,"name":"video-camera-slash-bold","prevSize":16,"code":60853},"setIdx":3,"setId":3,"iconIdx":1205},{"icon":{"paths":["M864 144h-704c-44.183 0-80 35.817-80 80v0 576c0 44.183 35.817 80 80 80v0h704c44.183 0 80-35.817 80-80v0-576c0-44.183-35.817-80-80-80v0zM848 784h-672v-544h672zM325.72 664.2c50.28 36 116.52 55.8 186.28 55.8s136-19.8 186.28-55.8c54.48-38.92 85.72-94.4 85.72-152.2s-31.24-113.28-85.72-152c-50.28-36-116.52-56-186.28-56s-136 20-186.28 56c-54.48 38.72-85.72 94.2-85.72 152s31.24 113.28 85.72 152.2zM512 400c95.4 0 176 51.28 176 112s-80.6 112-176 112-176-51.28-176-112 80.6-112 176-112z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["vignette-bold"]},"attrs":[{}],"properties":{"order":29443,"id":41,"name":"vignette-bold","prevSize":16,"code":60854},"setIdx":3,"setId":3,"iconIdx":1206},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM512 352c-88.366 0-160 71.634-160 160v0c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0.159-141.321 114.679-255.841 255.985-256l0.015-0c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM768 512c-0.159 141.321-114.679 255.841-255.985 256l-0.015 0c-26.51 0-48-21.49-48-48s21.49-48 48-48v0c88.366 0 160-71.634 160-160v0c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM512 592c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["vinyl-record-bold"]},"attrs":[{}],"properties":{"order":29444,"id":40,"name":"vinyl-record-bold","prevSize":16,"code":60855},"setIdx":3,"setId":3,"iconIdx":1207},{"icon":{"paths":["M492.48 402.080l-104 256c-7.326 17.718-24.474 29.958-44.48 29.958s-37.154-12.24-44.363-29.639l-0.117-0.318-104-256c-1.935-5.006-3.056-10.799-3.056-16.854 0-26.51 21.49-48 48-48 19.585 0 36.431 11.73 43.895 28.548l0.121 0.306 59.52 146.4 59.52-146.56c7.585-17.124 24.431-28.854 44.016-28.854 26.51 0 48 21.49 48 48 0 6.055-1.121 11.848-3.167 17.182l0.111-0.329zM1024 512c-0.205 185.485-150.515 335.795-335.98 336l-352.020 0c-185.568 0-336-150.432-336-336s150.432-336 336-336v0h352c185.485 0.205 335.795 150.515 336 335.98l0 0.020zM928 512c-0.159-132.484-107.516-239.841-239.984-240l-352.016-0c-132.548 0-240 107.452-240 240s107.452 240 240 240v0h352c132.484-0.159 239.841-107.516 240-239.984l0-0.016zM760 556.96l33.84 59.24c3.996 6.863 6.356 15.106 6.356 23.9 0 26.573-21.542 48.116-48.116 48.116-17.78 0-33.307-9.644-41.637-23.985l-0.123-0.23-41.040-72h-29.28v48c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-256c0-26.51 21.49-48 48-48v0h80c0.003-0 0.006-0 0.009-0 70.692 0 128 57.308 128 128 0 36.582-15.346 69.579-39.951 92.906l-0.057 0.054zM640 496h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["virtual-reality-bold"]},"attrs":[{}],"properties":{"order":29445,"id":39,"name":"virtual-reality-bold","prevSize":16,"code":60856},"setIdx":3,"setId":3,"iconIdx":1208},{"icon":{"paths":["M432 512c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM672 432c-44.183 0-80 35.817-80 80s35.817 80 80 80c44.183 0 80-35.817 80-80v0c0-44.183-35.817-80-80-80v0zM512 592c-44.183 0-80 35.817-80 80s35.817 80 80 80c44.183 0 80-35.817 80-80v0c0-44.183-35.817-80-80-80v0zM1008 512c0 26.51-21.49 48-48 48v0h-50.88c-9.403 76.063-38.965 143.867-83.113 199.589l0.633-0.829 39.32 39.28c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l0 0-39.28-39.32c-54.877 43.473-122.653 73.006-196.737 82.203l-1.943 0.197v50.88c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-50.88c-76.063-9.403-143.867-38.965-199.589-83.113l0.829 0.633-39.28 39.32c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0 39.32-39.28c-43.473-54.877-73.006-122.653-82.203-196.737l-0.197-1.943h-50.88c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h50.88c9.403-76.063 38.965-143.867 83.113-199.589l-0.633 0.829-39.32-39.28c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l-0-0 39.28 39.32c54.877-43.473 122.653-73.006 196.737-82.203l1.943-0.197v-50.88c0-26.51 21.49-48 48-48s48 21.49 48 48v0 50.88c76.063 9.403 143.867 38.965 199.589 83.113l-0.829-0.633 39.28-39.32c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0-39.32 39.28c43.473 54.877 73.006 122.653 82.203 196.737l0.197 1.943h50.88c26.51 0 48 21.49 48 48v0zM816 512c0-167.895-136.105-304-304-304s-304 136.105-304 304c0 167.895 136.105 304 304 304v0c167.821-0.182 303.818-136.179 304-303.983l0-0.017z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["virus-bold"]},"attrs":[{}],"properties":{"order":29446,"id":38,"name":"virus-bold","prevSize":16,"code":60857},"setIdx":3,"setId":3,"iconIdx":1209},{"icon":{"paths":["M784 272c-132.548 0-240 107.452-240 240 0 54.3 18.033 104.389 48.437 144.604l-0.437-0.604h-160c29.967-39.611 48-89.7 48-144 0-132.548-107.452-240-240-240s-240 107.452-240 240c0 132.548 107.452 240 240 240v0h544c132.548 0 240-107.452 240-240s-107.452-240-240-240v0zM96 512c0-79.529 64.471-144 144-144s144 64.471 144 144c0 79.529-64.471 144-144 144v0c-79.529 0-144-64.471-144-144v0zM784 656c-79.529 0-144-64.471-144-144s64.471-144 144-144c79.529 0 144 64.471 144 144v0c0 79.529-64.471 144-144 144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["voicemail-bold"]},"attrs":[{}],"properties":{"order":29447,"id":37,"name":"voicemail-bold","prevSize":16,"code":60858},"setIdx":3,"setId":3,"iconIdx":1210},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM387.32 200c20.602-8.602 44.695-15.559 69.73-19.732l1.95-0.268c106.442 53.751 179.59 159.636 186.006 283.179l0.034 0.821h-105.32zM539.72 560h304.8c-3.959 26.998-10.509 51.255-19.543 74.265l0.783-2.265c-52.25 35.064-116.564 55.962-185.758 55.962-55.832 0-108.487-13.607-154.828-37.685l1.867 0.882zM844.52 464h-103.36c-2.935-73.626-23.952-141.762-58.696-200.856l1.096 2.016c-14.225-24.441-29.284-45.552-46.056-65.154l0.496 0.594c109.313 45.258 188.512 143.345 206.291 261.545l0.229 1.855zM304.28 248.2l51.72 89.36c-59.421 37.839-107.736 88.035-142.3 147.241l-1.1 2.039c-12.010 20.408-23.179 44.163-32.16 68.967l-0.96 3.033c-2.14-14.217-3.362-30.623-3.362-47.314 0-106.575 49.826-201.512 127.455-262.788l0.707-0.538zM251.16 723.48c-0.402-6.154-0.631-13.341-0.631-20.582 0-117.723 60.542-221.306 152.19-281.311l1.281-0.787 52.56 91.2-152.28 264c-19.792-15.74-37.215-32.973-52.633-51.903l-0.487-0.617zM387.16 823.92l51.68-89.48c58.063 31.218 127.052 49.561 200.326 49.561 0.293 0 0.587-0 0.88-0.001l-0.046 0c27.707-0.007 54.803-2.598 81.069-7.544l-2.709 0.424c-56.279 44.375-128.214 71.176-206.409 71.176-44.9 0-87.736-8.837-126.864-24.865l2.233 0.81z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["volleyball-bold"]},"attrs":[{}],"properties":{"order":29448,"id":36,"name":"volleyball-bold","prevSize":16,"code":60859},"setIdx":3,"setId":3,"iconIdx":1211},{"icon":{"paths":["M896 176h-768c-26.51 0-48 21.49-48 48v0 576c0 26.51 21.49 48 48 48v0h768c26.51 0 48-21.49 48-48v0-576c0-26.51-21.49-48-48-48v0zM368 560v-96h288v96zM176 560v-96h96v96zM752 464h96v96h-96zM848 368h-288v-96h288zM464 272v96h-288v-96zM176 656h288v96h-288zM560 752v-96h288v96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wall-bold"]},"attrs":[{}],"properties":{"order":29449,"id":35,"name":"wall-bold","prevSize":16,"code":60860},"setIdx":3,"setId":3,"iconIdx":1212},{"icon":{"paths":["M784 560c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM944 432v320c0 70.692-57.308 128-128 128v0h-576c-70.692 0-128-57.308-128-128v0-476.32c-0.034-1.096-0.053-2.386-0.053-3.68 0-70.692 57.308-128 128-128 0.019 0 0.037 0 0.056 0l527.997-0c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-528c-0.005-0-0.011-0-0.017-0-17.673 0-32 14.327-32 32 0 0.366 0.006 0.73 0.018 1.093l-0.001-0.053v0.32c1.406 17.212 15.722 30.648 33.176 30.648 0.262 0 0.523-0.003 0.783-0.009l-0.039 0.001h574.080c70.692 0 128 57.308 128 128v0zM848 432c0-17.673-14.327-32-32-32v0h-574.080c-0.017 0-0.037 0-0.057 0-12.035 0-23.702-1.576-34.805-4.533l0.942 0.213v356.32c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wallet-bold"]},"attrs":[{}],"properties":{"order":29450,"id":34,"name":"wallet-bold","prevSize":16,"code":60861},"setIdx":3,"setId":3,"iconIdx":1213},{"icon":{"paths":["M960 720h-16v-475.48l26.040-5.56c22.253-4.471 38.78-23.858 38.78-47.106 0-26.51-21.49-48-48-48-3.823 0-7.541 0.447-11.106 1.291l0.326-0.065-896 192c-21.807 4.827-37.876 23.997-37.876 46.92 0 26.452 21.397 47.907 47.827 48l0.009 0c0.028 0 0.061 0 0.094 0 3.55 0 7.012-0.379 10.347-1.098l-0.321 0.058 5.92-1.28v290.32h-16.040c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h896c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM176 409.080l672-144v454.92h-80v-240c0-26.51-21.49-48-48-48v0h-416c-26.51 0-48 21.49-48 48v0 240h-80zM672 576h-320v-48h320zM352 672h320v48h-320z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warehouse-bold"]},"attrs":[{}],"properties":{"order":29451,"id":33,"name":"warehouse-bold","prevSize":16,"code":60862},"setIdx":3,"setId":3,"iconIdx":1214},{"icon":{"paths":["M961.040 744.4l-349.8-607.48c-20.318-34.297-57.136-56.932-99.24-56.932s-78.922 22.635-98.948 56.401l-0.292 0.531-349.8 607.48c-9.436 15.872-15.013 34.995-15.013 55.42s5.577 39.548 15.291 55.928l-0.279-0.508c19.925 34.168 56.4 56.765 98.152 56.765 0.382 0 0.764-0.002 1.146-0.006l-0.058 0h699.6c0.3 0.003 0.654 0.004 1.008 0.004 41.752 0 78.227-22.596 97.862-56.227l0.29-0.537c9.46-15.889 15.053-35.035 15.053-55.488 0-20.397-5.562-39.495-15.252-55.861l0.279 0.509zM877.84 807.2c-3.156 5.309-8.862 8.811-15.386 8.811-0.216 0-0.431-0.004-0.645-0.011l0.031 0.001h-699.64c-0.183 0.007-0.398 0.011-0.614 0.011-6.524 0-12.23-3.502-15.341-8.729l-0.045-0.082c-1.325-2.122-2.11-4.699-2.11-7.46s0.786-5.338 2.145-7.52l-0.035 0.060 349.8-607.48c3.455-5.26 9.327-8.685 16-8.685s12.545 3.425 15.956 8.613l0.044 0.072 349.76 607.48c1.35 2.137 2.151 4.737 2.151 7.525 0 2.734-0.77 5.288-2.106 7.457l0.035-0.062zM464 544v-128c0-26.51 21.49-48 48-48s48 21.49 48 48v0 128c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM576 704c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warning-bold"]},"attrs":[{}],"properties":{"order":29452,"id":32,"name":"warning-bold","prevSize":16,"code":60863},"setIdx":3,"setId":3,"iconIdx":1215},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM512 848c-185.568 0-336-150.432-336-336s150.432-336 336-336c185.568 0 336 150.432 336 336v0c-0.205 185.485-150.515 335.795-335.98 336l-0.020 0zM464 528v-208c0-26.51 21.49-48 48-48s48 21.49 48 48v0 208c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM576 688c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warning-circle-bold"]},"attrs":[{}],"properties":{"order":29453,"id":31,"name":"warning-circle-bold","prevSize":16,"code":60864},"setIdx":3,"setId":3,"iconIdx":1216},{"icon":{"paths":["M512 272c26.51 0 48 21.49 48 48v0 208c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-208c0-26.51 21.49-48 48-48v0zM512 624c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM976 512c0 0.052 0 0.113 0 0.175 0 21.983-8.929 41.88-23.358 56.263l-0.002 0.002-384 384.24c-14.462 14.389-34.402 23.283-56.42 23.283s-41.958-8.895-56.423-23.287l0.003 0.003-384-384.24c-14.401-14.464-23.303-34.412-23.303-56.44s8.903-41.976 23.306-56.443l-0.003 0.003 384.2-384.24c14.462-14.389 34.402-23.283 56.42-23.283s41.958 8.895 56.423 23.287l-0.003-0.003 384.24 384.24c14.17 14.34 22.922 34.061 22.922 55.825 0 0.216-0.001 0.432-0.003 0.648l0-0.033zM873.28 512l-361.28-361.32-361.28 361.32 361.28 361.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warning-diamond-bold"]},"attrs":[{}],"properties":{"order":29454,"id":30,"name":"warning-diamond-bold","prevSize":16,"code":60865},"setIdx":3,"setId":3,"iconIdx":1217},{"icon":{"paths":["M464 528v-208c0-26.51 21.49-48 48-48s48 21.49 48 48v0 208c0 26.51-21.49 48-48 48s-48-21.49-48-48v0zM944 366.2v291.6c0 0.064 0 0.139 0 0.215 0 22.023-8.961 41.952-23.436 56.341l-0.004 0.004-206.2 206.2c-14.387 14.479-34.311 23.44-56.328 23.44-0.081 0-0.163-0-0.244-0l0.013 0h-291.6c-0.069 0-0.15 0-0.232 0-22.017 0-41.942-8.962-56.324-23.436l-0.004-0.004-206.2-206.2c-14.479-14.393-23.44-34.322-23.44-56.345 0-0.076 0-0.151 0-0.227l-0 0.012v-291.6c-0-0.064-0-0.139-0-0.215 0-22.023 8.961-41.952 23.436-56.341l0.004-0.004 206.2-206.2c14.387-14.479 34.311-23.44 56.328-23.44 0.081 0 0.163 0 0.244 0l-0.013-0h291.6c0.069-0 0.15-0 0.232-0 22.017 0 41.942 8.962 56.324 23.436l0.004 0.004 206.2 206.2c14.479 14.393 23.44 34.322 23.44 56.345 0 0.076-0 0.151-0 0.227l0-0.012zM848 372.84l-196.84-196.84h-278.32l-196.84 196.84v278.32l196.84 196.84h278.32l196.84-196.84zM512 624c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warning-octagon-bold"]},"attrs":[{}],"properties":{"order":29455,"id":29,"name":"warning-octagon-bold","prevSize":16,"code":60866},"setIdx":3,"setId":3,"iconIdx":1218},{"icon":{"paths":["M832 512c-0.004-96.939-43.192-183.79-111.376-242.364l-0.424-0.356-28.2-155.56c-7.009-37.619-39.58-65.72-78.715-65.72-0.002 0-0.003 0-0.005 0l-202.56-0c-0.001-0-0.003-0-0.005-0-39.135 0-71.707 28.101-78.638 65.225l-0.077 0.495-28 155.56c-68.615 58.926-111.808 145.779-111.808 242.72s43.193 183.794 111.383 242.363l0.425 0.357 28 155.56c7.009 37.619 39.58 65.72 78.715 65.72 0.002 0 0.003-0 0.005-0l202.56 0c0.001 0 0.003 0 0.005 0 39.135 0 71.707-28.101 78.638-65.225l0.077-0.495 28.2-155.56c68.608-58.93 111.796-145.781 111.8-242.719l0-0.001zM424 144h176l11.6 64c-29.712-10.093-63.935-15.919-99.52-15.919s-69.809 5.826-101.77 16.576l2.25-0.657zM600 880h-176l-11.6-64c29.712 10.093 63.935 15.919 99.52 15.919s69.809-5.826 101.77-16.576l-2.25 0.657zM512 736c-123.712 0-224-100.288-224-224s100.288-224 224-224c123.712 0 224 100.288 224 224v0c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0zM672 512c0 26.51-21.49 48-48 48v0h-112c-26.51 0-48-21.49-48-48v0-112c0-26.51 21.49-48 48-48s48 21.49 48 48v0 64h64c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["watch-bold"]},"attrs":[{}],"properties":{"order":29456,"id":28,"name":"watch-bold","prevSize":16,"code":60867},"setIdx":3,"setId":3,"iconIdx":1219},{"icon":{"paths":["M240 384v256c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-256c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM352 80c-26.51 0-48 21.49-48 48v0 768c0 26.51 21.49 48 48 48s48-21.49 48-48v0-768c0-26.51-21.49-48-48-48v0zM512 208c-26.51 0-48 21.49-48 48v0 512c0 26.51 21.49 48 48 48s48-21.49 48-48v0-512c0-26.51-21.49-48-48-48v0zM672 336c-26.51 0-48 21.49-48 48v0 256c0 26.51 21.49 48 48 48s48-21.49 48-48v0-256c0-26.51-21.49-48-48-48v0zM832 272c-26.51 0-48 21.49-48 48v0 384c0 26.51 21.49 48 48 48s48-21.49 48-48v0-384c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["waveform-bold"]},"attrs":[{}],"properties":{"order":29457,"id":27,"name":"waveform-bold","prevSize":16,"code":60868},"setIdx":3,"setId":3,"iconIdx":1220},{"icon":{"paths":["M953.16 552.88l-416 256c-7.156 4.471-15.849 7.122-25.16 7.122-26.51 0-48-21.49-48-48 0-0.001 0-0.002 0-0.003l-0 0v-426.12l-342.84 211c-7.156 4.471-15.849 7.122-25.16 7.122-26.511 0-48.002-21.491-48.002-48.002 0-17.199 9.046-32.286 22.639-40.762l0.203-0.118 416-256c7.156-4.471 15.849-7.122 25.16-7.122 26.51 0 48 21.49 48 48 0 0.001-0 0.002-0 0.003l0-0v426.12l342.84-211c7.156-4.471 15.849-7.122 25.16-7.122 26.511 0 48.002 21.491 48.002 48.002 0 17.199-9.046 32.286-22.639 40.762l-0.203 0.118z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wave-sawtooth-bold"]},"attrs":[{}],"properties":{"order":29458,"id":26,"name":"wave-sawtooth-bold","prevSize":16,"code":60869},"setIdx":3,"setId":3,"iconIdx":1221},{"icon":{"paths":["M112 288c-0-0.011-0-0.024-0-0.038 0-13.245 5.365-25.238 14.040-33.923l-0 0c17.383-16.068 37.307-29.752 59.026-40.321l1.454-0.639c47.268-23.405 102.923-37.098 161.776-37.098 1.302 0 2.603 0.007 3.902 0.020l-0.198-0.002c78.52 0 136 38.28 186.64 72 45 30 84 56 133.36 56 104.4 0 156.32-48.28 158.48-50.32 8.412-8.453 20.055-13.684 32.92-13.684 0.211 0 0.422 0.001 0.632 0.004l-0.032-0c0.011-0 0.024-0 0.038-0 26.51 0 48 21.49 48 48 0 13.264-5.38 25.272-14.077 33.96l-0 0c-17.383 16.068-37.307 29.752-59.026 40.321l-1.454 0.639c-47.268 23.405-102.923 37.098-161.776 37.098-1.302 0-2.603-0.007-3.902-0.020l0.198 0.002c-78.52 0-136-38.28-186.64-72-45-30-84-56-133.36-56-104.4 0-156 48-158.040 49.96-8.688 8.698-20.696 14.078-33.96 14.078-26.51 0-48-21.49-48-48 0-0.013 0-0.027 0-0.040l-0 0.002zM864 688c-0.178-0.002-0.389-0.004-0.6-0.004-12.865 0-24.508 5.231-32.918 13.682l-0.002 0.002c-2.16 2.040-54.080 50.32-158.48 50.32-49.48 0-88.36-25.92-133.36-56-50.68-33.8-108-72-186.64-72-1.101-0.012-2.401-0.018-3.704-0.018-58.853 0-114.509 13.694-163.953 38.068l2.177-0.97c-23.173 11.208-43.097 24.892-60.644 41.11l0.164-0.15c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l-0 0c1.96-2.040 53.56-50.040 157.96-50.040 49.48 0 88.36 25.92 133.36 56 50.68 33.8 108 72 186.64 72 1.101 0.012 2.401 0.018 3.704 0.018 58.853 0 114.509-13.694 163.953-38.068l-2.177 0.97c23.173-11.208 43.097-24.892 60.644-41.11l-0.164 0.15c8.698-8.688 14.078-20.696 14.078-33.96 0-26.51-21.49-48-48-48-0.013 0-0.027 0-0.040 0l0.002-0zM864 464c-0.178-0.002-0.389-0.004-0.6-0.004-12.865 0-24.508 5.231-32.918 13.682l-0.002 0.002c-2.16 2.040-54.080 50.32-158.48 50.32-49.48 0-88.36-25.92-133.36-56-50.68-33.8-108-72-186.64-72-1.101-0.012-2.401-0.018-3.704-0.018-58.853 0-114.509 13.694-163.953 38.068l2.177-0.97c-23.173 11.208-43.097 24.892-60.644 41.11l0.164-0.15c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l-0 0c1.96-2.040 53.56-50.040 157.96-50.040 49.48 0 88.36 25.92 133.36 56 50.68 33.8 108 72 186.64 72 1.101 0.012 2.401 0.018 3.704 0.018 58.853 0 114.509-13.694 163.953-38.068l-2.177 0.97c23.173-11.208 43.097-24.892 60.644-41.11l-0.164 0.15c8.698-8.688 14.078-20.696 14.078-33.96 0-26.51-21.49-48-48-48-0.013 0-0.027 0-0.040 0l0.002-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["waves-bold"]},"attrs":[{}],"properties":{"order":29459,"id":25,"name":"waves-bold","prevSize":16,"code":60870},"setIdx":3,"setId":3,"iconIdx":1222},{"icon":{"paths":["M971.44 532.4c-92 196-172 283.6-259.28 283.6-110.56 0-175.2-137.76-243.6-283.6-28.56-61.28-58.44-124.4-88.88-169.48-26.12-38.56-49.56-58.92-67.68-58.92-15.28 0-72.96 16.48-172.36 228.4-7.853 16.448-24.353 27.61-43.46 27.61-26.515 0-48.010-21.495-48.010-48.010 0-7.408 1.678-14.424 4.674-20.689l-0.125 0.289c92-196 172-283.6 259.28-283.6 110.56 0 175.2 137.76 243.6 283.6 28.76 61.28 58.44 124.6 88.88 169.48 26.12 38.56 49.56 58.92 68 58.92 15.28 0 72.96-16.48 172.36-228.4 7.853-16.448 24.353-27.61 43.46-27.61 26.515 0 48.010 21.495 48.010 48.010 0 7.408-1.678 14.424-4.674 20.689l0.125-0.289z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wave-sine-bold"]},"attrs":[{}],"properties":{"order":29460,"id":24,"name":"wave-sine-bold","prevSize":16,"code":60871},"setIdx":3,"setId":3,"iconIdx":1223},{"icon":{"paths":["M976 512v224c0 26.51-21.49 48-48 48v0h-416c-26.51 0-48-21.49-48-48v0-400h-320v176c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-224c0-26.51 21.49-48 48-48v0h416c26.51 0 48 21.49 48 48v0 400h320v-176c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wave-square-bold"]},"attrs":[{}],"properties":{"order":29461,"id":23,"name":"wave-square-bold","prevSize":16,"code":60872},"setIdx":3,"setId":3,"iconIdx":1224},{"icon":{"paths":["M966.92 540l-208 288c-8.823 12.119-22.962 19.907-38.92 19.907s-30.097-7.787-38.825-19.769l-0.095-0.137-377.080-522-169.080 234c-8.691 13.237-23.467 21.857-40.256 21.857-26.51 0-48-21.49-48-48 0-11.33 3.925-21.742 10.49-29.953l-0.074 0.096 208-288c8.823-12.119 22.962-19.907 38.92-19.907s30.097 7.787 38.825 19.769l0.095 0.137 377.080 522 169.080-234c8.691-13.237 23.467-21.857 40.256-21.857 26.51 0 48 21.49 48 48 0 11.33-3.925 21.742-10.49 29.953l0.074-0.096z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wave-triangle-bold"]},"attrs":[{}],"properties":{"order":29462,"id":22,"name":"wave-triangle-bold","prevSize":16,"code":60873},"setIdx":3,"setId":3,"iconIdx":1225},{"icon":{"paths":["M672 416c0-88.366-71.634-160-160-160s-160 71.634-160 160c0 88.366 71.634 160 160 160v0c88.366 0 160-71.634 160-160v0zM448 416c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM896 784h-336v-35.48c163.771-24.303 288-163.921 288-332.554 0-185.568-150.432-336-336-336s-336 150.432-336 336c0 168.633 124.229 308.251 286.162 332.329l1.838 0.225v35.48h-336c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h768c26.51 0 48-21.49 48-48s-21.49-48-48-48v0zM272 416c0-132.548 107.452-240 240-240s240 107.452 240 240c0 132.548-107.452 240-240 240v0c-132.484-0.159-239.841-107.516-240-239.984l-0-0.016z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["webcam-bold"]},"attrs":[{}],"properties":{"order":29463,"id":21,"name":"webcam-bold","prevSize":16,"code":60874},"setIdx":3,"setId":3,"iconIdx":1226},{"icon":{"paths":["M867.52 831.72l-640-704c-8.834-9.925-21.644-16.146-35.907-16.146-26.51 0-48 21.49-48 48 0 12.651 4.894 24.159 12.893 32.734l-0.026-0.028 59.24 65.16c-25.028 45.874-39.746 100.479-39.746 158.523 0 168.642 124.242 308.266 286.188 332.333l1.838 0.224v35.48h-336c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h653.68l14.8 16.28c8.788 9.421 21.275 15.294 35.133 15.294 26.51 0 48-21.49 48-48 0-12.247-4.586-23.422-12.135-31.902l0.042 0.048zM272 416c-0-0.082-0-0.179-0-0.276 0-29.009 5.161-56.814 14.614-82.544l-0.534 1.66 51.64 56.8c-1.078 7.319-1.694 15.768-1.694 24.36 0 97.193 78.783 175.985 175.972 176l0.002 0c2.56 0 5.12 0 7.68-0.2l51.6 56.76c-17.792 4.724-38.219 7.436-59.28 7.436-132.547 0-239.998-107.45-240-239.996l-0-0zM560 784v-35.48c30.529-4.486 58.035-12.355 83.888-23.355l-2.208 0.835 52.72 58zM355.56 169.4c-2.403-5.524-3.801-11.959-3.801-18.72 0-19.749 11.927-36.712 28.97-44.080l0.311-0.12c38.681-16.834 83.743-26.628 131.091-26.628 185.568 0 336 150.432 336 336 0 58.596-14.999 113.689-41.368 161.648l0.877-1.74c-8.287 15.097-24.077 25.16-42.218 25.16-0.008 0-0.016-0-0.024-0l0.001 0c-0.027 0-0.058 0-0.090 0-8.328 0-16.153-2.149-22.952-5.923l0.242 0.123c-15.085-8.291-25.139-24.074-25.139-42.206 0-8.367 2.141-16.234 5.904-23.083l-0.125 0.249c18.217-33.020 28.936-72.381 28.936-114.245 0-132.548-107.452-240-240-240-33.843 0-66.050 7.005-95.25 19.644l1.554-0.599c-5.524 2.403-11.959 3.801-18.72 3.801-19.749 0-36.712-11.927-44.080-28.97l-0.12-0.311zM688 414.56c0.001 0.119 0.002 0.26 0.002 0.402 0 26.37-21.264 47.773-47.58 47.998l-0.021 0h-0.4c-0 0-0.001 0-0.001 0-26.383 0-47.795-21.286-47.999-47.621l-0-0.019c-0.346-41.005-31.489-74.629-71.409-78.89l-0.351-0.030c-24.899-1.948-44.365-22.632-44.365-47.862 0-26.51 21.49-48 48-48 2.131 0 4.23 0.139 6.287 0.408l-0.242-0.026c88.76 9.198 157.466 83.3 158.080 173.578l0 0.062z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["webcam-slash-bold"]},"attrs":[{}],"properties":{"order":29464,"id":20,"name":"webcam-slash-bold","prevSize":16,"code":60875},"setIdx":3,"setId":3,"iconIdx":1227},{"icon":{"paths":["M458.36 752c-22.515 92.386-104.554 159.892-202.36 159.892-114.837 0-207.938-93.063-208-207.886l-0-0.006c-0.001-0.178-0.001-0.39-0.001-0.601 0-46.883 15.65-90.111 42.010-124.745l-0.369 0.506c8.803-12.338 23.069-20.287 39.192-20.287 26.51 0 48 21.49 48 48 0 11.361-3.947 21.8-10.545 30.021l0.073-0.094c-13.958 18.356-22.361 41.597-22.361 66.8 0 0.14 0 0.281 0.001 0.421l-0-0.022c0 61.856 50.144 112 112 112s112-50.144 112-112v0c0-26.51 21.49-48 48-48v0h352c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM230.84 744.88c7.157 4.471 15.849 7.123 25.161 7.123 17.199 0 32.286-9.046 40.761-22.64l0.118-0.203 172-279.76c4.471-7.157 7.123-15.849 7.123-25.161 0-17.199-9.046-32.286-22.64-40.761l-0.203-0.118c-32.166-20.056-53.253-55.244-53.253-95.356 0-61.856 50.144-112 112-112 45.619 0 84.867 27.274 102.33 66.405l0.284 0.711c7.518 17.282 24.445 29.147 44.143 29.147 26.51 0 48-21.49 48-48 0-7.063-1.526-13.77-4.265-19.809l0.122 0.301c-32.988-73.915-105.839-124.501-190.504-124.501-114.875 0-208 93.125-208 208 0 57.389 23.242 109.35 60.826 146.983l-0.002-0.002-149.88 243.6c-4.444 7.14-7.079 15.807-7.079 25.089 0 17.247 9.097 32.37 22.754 40.832l0.205 0.118zM768 496c-0.024-0-0.052-0-0.080-0-23.289 0-45.683 3.836-66.583 10.91l1.463-0.43-149.92-243.68c-8.594-13.796-23.681-22.842-40.88-22.842-26.511 0-48.002 21.491-48.002 48.002 0 9.311 2.651 18.004 7.24 25.363l-0.118-0.203 172 279.72c8.591 13.807 23.684 22.861 40.89 22.861 9.324 0 18.026-2.658 25.392-7.258l-0.202 0.118c16.676-10.396 36.923-16.56 58.61-16.56 61.856 0 112 50.144 112 112 0 61.789-50.036 111.892-111.8 112l-0.010 0c-26.51 0-48 21.49-48 48s21.49 48 48 48v0c114.875 0 208-93.125 208-208s-93.125-208-208-208v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["webhooks-logo-bold"]},"attrs":[{}],"properties":{"order":29465,"id":19,"name":"webhooks-logo-bold","prevSize":16,"code":60876},"setIdx":3,"setId":3,"iconIdx":1228},{"icon":{"paths":["M944.24 750.76c20.092-41.816 31.831-90.912 31.831-142.749 0-168.189-123.576-307.516-284.884-332.137l-1.867-0.234c-54.718-115.803-170.56-194.491-304.78-194.491-185.596 0-336.051 150.455-336.051 336.051 0 51.376 11.529 100.058 32.14 143.603l-0.87-2.043-28.96 101.44c-1.762 5.932-2.776 12.748-2.776 19.8 0 39.756 32.222 71.986 71.975 72l0.001 0c0.068 0 0.148 0 0.228 0 7.044 0 13.85-1.023 20.276-2.929l-0.504 0.128 101.4-28.96c27.189 13.113 58.738 22.917 91.89 27.784l1.79 0.216c54.436 116.508 170.633 195.787 305.346 195.787 51.801 0 100.863-11.722 144.68-32.658l-2.026 0.872 101.44 28.96c5.922 1.756 12.726 2.766 19.766 2.766 39.765 0 72-32.235 72-72 0-7.040-1.010-13.844-2.894-20.275l0.128 0.509zM269.12 626.76c-6.636-3.687-14.553-5.857-22.978-5.857-4.71 0-9.261 0.678-13.562 1.943l0.339-0.086-77.96 22.28 22.28-77.96c1.179-3.961 1.857-8.513 1.857-13.222 0-8.424-2.17-16.342-5.982-23.224l0.125 0.246c-18.539-33.255-29.454-72.951-29.454-115.197 0-132.548 107.452-240 240-240 80.767 0 152.217 39.897 195.714 101.057l0.499 0.739c-158.001 29.436-276.023 166.237-276.023 330.604 0 12.313 0.662 24.471 1.953 36.44l-0.13-1.484c-14.277-4.989-26.385-10.47-37.915-16.869l1.235 0.629zM846.76 759.040l22.28 77.96-77.96-22.28c-3.961-1.179-8.513-1.857-13.222-1.857-8.424 0-16.342 2.17-23.224 5.982l0.246-0.125c-33.151 18.396-72.699 29.224-114.776 29.224-132.548 0-240-107.452-240-240s107.452-240 240-240c132.548 0 240 107.452 240 240 0 42.077-10.828 81.624-29.85 116.009l0.625-1.233c-3.755 6.685-5.966 14.672-5.966 23.176 0 4.696 0.674 9.234 1.931 13.523l-0.085-0.339zM608 576c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM800 576c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wechat-logo-bold"]},"attrs":[{}],"properties":{"order":29466,"id":18,"name":"wechat-logo-bold","prevSize":16,"code":60877},"setIdx":3,"setId":3,"iconIdx":1229},{"icon":{"paths":["M749.2 636.24c-13.773 66.399-71.718 115.612-141.184 115.76l-0.016 0c-185.485-0.205-335.795-150.515-336-335.98l-0-0.020c0.148-69.482 49.361-127.427 114.824-141.037l0.936-0.163c2.801-0.581 6.021-0.913 9.318-0.913 18.677 0 34.862 10.667 42.796 26.241l0.126 0.272 45.92 92c3.177 6.239 5.039 13.607 5.039 21.409 0 9.909-3.003 19.117-8.148 26.763l0.109-0.172-34.080 51.12c17.897 36.741 46.899 65.743 82.586 83.175l1.054 0.465 51.12-34.080c7.475-5.036 16.682-8.039 26.591-8.039 7.802 0 15.17 1.861 21.682 5.165l-0.274-0.126 92 45.92c15.846 8.060 26.513 24.245 26.513 42.922 0 3.297-0.332 6.516-0.966 9.627l0.052-0.309zM944 512c0 0.027 0 0.060 0 0.092 0 238.587-193.413 432-432 432-71.89 0-139.679-17.56-199.311-48.626l2.391 1.134-129.72 43.4c-7.621 2.656-16.406 4.19-25.55 4.19-44.183 0-80-35.817-80-80 0-9.143 1.534-17.928 4.358-26.112l-0.169 0.562 43.24-129.72c-29.774-57.115-47.24-124.731-47.24-196.427 0-238.587 193.413-432 432-432 238.414 0 431.719 193.132 432 431.48l0 0.027zM848 512c-0.073-185.513-150.477-335.872-336-335.872-185.568 0-336 150.432-336 336 0 61.901 16.739 119.893 45.938 169.695l-0.858-1.583c4.064 6.898 6.464 15.198 6.464 24.058 0 5.431-0.902 10.652-2.565 15.52l0.1-0.338-39.72 119.16 119.16-39.72c4.534-1.562 9.759-2.469 15.195-2.48l0.005-0c8.842 0.016 17.119 2.421 24.225 6.602l-0.225-0.122c48.259 28.401 106.31 45.177 168.28 45.177 185.568 0 336-150.432 336-336 0-0.034-0-0.068-0-0.102l0 0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["whatsapp-logo-bold"]},"attrs":[{}],"properties":{"order":29467,"id":17,"name":"whatsapp-logo-bold","prevSize":16,"code":60878},"setIdx":3,"setId":3,"iconIdx":1230},{"icon":{"paths":["M1020.56 750.16c-7.277-17.825-24.479-30.158-44.561-30.158-6.426 0-12.558 1.263-18.16 3.554l0.32-0.116-39 15.6-108.24-216.52c-8.058-15.848-24.243-26.518-42.92-26.52l-304-0v-64h208c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-208v-8.24c56.408-20.365 96-73.441 96-135.765 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 62.323 39.592 115.399 94.997 135.448l1.003 0.317v19c-130.102 36.365-223.945 153.858-223.945 293.27 0 167.895 136.105 304 304 304 133.935 0 247.64-86.614 288.158-206.886l0.627-2.144c1.524-4.478 2.404-9.636 2.404-15 0-26.512-21.492-48.004-48.004-48.004-21.148 0-39.102 13.675-45.501 32.665l-0.099 0.338c-28.166 83.733-105.952 142.972-197.574 142.972-114.875 0-208-93.125-208-208 0-85.978 52.166-159.772 126.574-191.458l1.36-0.515v96c0 26.51 21.49 48 48 48v0h322.32l114.72 229.48c8.059 15.848 24.246 26.517 42.924 26.517 6.425 0 12.555-1.262 18.156-3.553l-0.32 0.116 80-32c17.844-7.268 30.193-24.479 30.193-44.575 0-6.421-1.261-12.548-3.548-18.146l0.116 0.321zM416 144c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wheelchair-bold"]},"attrs":[{}],"properties":{"order":29468,"id":16,"name":"wheelchair-bold","prevSize":16,"code":60879},"setIdx":3,"setId":3,"iconIdx":1231},{"icon":{"paths":["M704 336c79.529 0 144-64.471 144-144s-64.471-144-144-144c-79.529 0-144 64.471-144 144v0c0 79.529 64.471 144 144 144v0zM704 144c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM821.12 529.56c6.794 8.22 10.915 18.866 10.915 30.474 0 3.372-0.348 6.662-1.009 9.837l0.054-0.312-64 320c-4.606 22.086-23.913 38.44-47.038 38.44-0.015 0-0.029-0-0.044-0l0.002 0c-0.041 0-0.089 0-0.138 0-3.292 0-6.506-0.335-9.609-0.973l0.307 0.053c-22.17-4.539-38.611-23.886-38.611-47.073 0-3.329 0.339-6.579 0.984-9.717l-0.053 0.31 52.56-262.6h-229.44c-0.009 0-0.020 0-0.031 0-26.51 0-48-21.49-48-48 0-8.837 2.388-17.115 6.553-24.227l-0.123 0.227 71.68-124.8c-36.985-17.227-80.292-27.277-125.946-27.277-73.762 0-141.396 26.236-194.080 69.885l0.506-0.408c-8.020 6.237-18.233 10-29.325 10-26.51 0-48-21.49-48-48 0-14.291 6.245-27.123 16.156-35.916l0.050-0.043c68.598-56.925 157.552-91.467 254.573-91.467 81.141 0 156.639 24.16 219.692 65.678l-1.506-0.931c13.165 8.702 21.731 23.437 21.731 40.174 0 8.766-2.35 16.983-6.454 24.056l0.123-0.23-54.64 95.28h205.040c0.002-0 0.004-0 0.007-0 14.917 0 28.244 6.804 37.048 17.478l0.066 0.082zM655.24 707.64c-10.535 132.661-120.783 236.323-255.243 236.323-141.385 0-256-114.615-256-256 0-127.506 93.218-233.24 215.221-252.77l1.462-0.193c2.2-0.357 4.736-0.561 7.32-0.561 26.51 0 48.001 21.491 48.001 48.001 0 23.927-17.506 43.765-40.408 47.404l-0.273 0.036c-77.114 12.373-135.319 78.432-135.319 158.085 0 88.366 71.634 160 160 160 84.003 0 152.886-64.736 159.483-147.042l0.036-0.563c1.742-25.084 22.517-44.772 47.891-44.772 26.51 0 48 21.49 48 48 0 1.426-0.062 2.838-0.184 4.233l0.013-0.181z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wheelchair-motion-bold"]},"attrs":[{}],"properties":{"order":29469,"id":15,"name":"wheelchair-motion-bold","prevSize":16,"code":60880},"setIdx":3,"setId":3,"iconIdx":1232},{"icon":{"paths":["M576 816c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM958.44 335.64c-120.468-99.385-276.415-159.659-446.44-159.659s-325.972 60.274-447.641 160.62l1.201-0.961c-10.745 8.87-17.542 22.191-17.542 37.1 0 26.511 21.491 48.002 48.002 48.002 11.602 0 22.243-4.116 30.541-10.968l-0.081 0.065c104.033-85.812 238.699-137.853 385.52-137.853s281.487 52.041 386.558 138.684l-1.038-0.831c8.217 6.786 18.858 10.902 30.46 10.902 26.511 0 48.002-21.491 48.002-48.002 0-14.909-6.797-28.23-17.461-37.035l-0.081-0.065zM829.8 478.56c-86.437-68.909-197.254-110.569-317.8-110.569s-231.363 41.659-318.837 111.367l1.037-0.798c-10.748 8.869-17.546 22.192-17.546 37.102 0 26.51 21.49 48 48 48 11.013 0 21.159-3.709 29.259-9.945l-0.113 0.083c70.228-55.983 160.262-89.827 258.2-89.827s187.972 33.844 259.043 90.476l-0.843-0.649c7.987 6.153 18.133 9.862 29.146 9.862 26.51 0 48-21.49 48-48 0-14.91-6.798-28.233-17.465-37.037l-0.082-0.065zM700.28 621.2c-52.107-38.247-117.513-61.204-188.28-61.204s-136.173 22.957-189.176 61.831l0.896-0.627c-12.019 8.833-19.732 22.916-19.732 38.8 0 26.517 21.496 48.012 48.012 48.012 10.632 0 20.457-3.456 28.413-9.306l-0.133 0.093c36.453-26.759 82.211-42.821 131.72-42.821s95.267 16.062 132.346 43.259l-0.626-0.438c7.823 5.756 17.648 9.212 28.28 9.212 26.517 0 48.012-21.496 48.012-48.012 0-15.884-7.714-29.967-19.599-38.707l-0.133-0.093z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-high-bold"]},"attrs":[{}],"properties":{"order":29470,"id":14,"name":"wifi-high-bold","prevSize":16,"code":60881},"setIdx":3,"setId":3,"iconIdx":1233},{"icon":{"paths":["M576 816c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM700.24 621.2c-52.090-38.258-117.483-61.223-188.24-61.223s-136.15 22.965-189.133 61.848l0.893-0.625c-12.023 8.83-19.741 22.914-19.741 38.8 0 26.51 21.491 48.001 48.001 48.001 10.624 0 20.442-3.451 28.393-9.294l-0.133 0.094c36.453-26.759 82.211-42.821 131.72-42.821s95.267 16.062 132.346 43.259l-0.626-0.438c7.818 5.749 17.636 9.201 28.26 9.201 26.51 0 48.001-21.491 48.001-48.001 0-15.886-7.717-29.97-19.607-38.706l-0.133-0.094z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-low-bold"]},"attrs":[{}],"properties":{"order":29471,"id":13,"name":"wifi-low-bold","prevSize":16,"code":60882},"setIdx":3,"setId":3,"iconIdx":1234},{"icon":{"paths":["M576 816c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM829.8 478.56c-86.437-68.909-197.254-110.569-317.8-110.569s-231.363 41.659-318.837 111.367l1.037-0.798c-10.748 8.869-17.546 22.192-17.546 37.102 0 26.51 21.49 48 48 48 11.013 0 21.159-3.709 29.259-9.945l-0.113 0.083c70.228-55.983 160.262-89.827 258.2-89.827s187.972 33.844 259.043 90.476l-0.843-0.649c7.987 6.153 18.133 9.862 29.146 9.862 26.51 0 48-21.49 48-48 0-14.91-6.798-28.233-17.465-37.037l-0.082-0.065zM700.28 621.2c-52.107-38.247-117.513-61.204-188.28-61.204s-136.173 22.957-189.176 61.831l0.896-0.627c-12.019 8.833-19.732 22.916-19.732 38.8 0 26.517 21.496 48.012 48.012 48.012 10.632 0 20.457-3.456 28.413-9.306l-0.133 0.093c36.453-26.759 82.211-42.821 131.72-42.821s95.267 16.062 132.346 43.259l-0.626-0.438c7.823 5.756 17.648 9.212 28.28 9.212 26.517 0 48.012-21.496 48.012-48.012 0-15.884-7.714-29.967-19.599-38.707l-0.133-0.093z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-medium-bold"]},"attrs":[{}],"properties":{"order":29472,"id":12,"name":"wifi-medium-bold","prevSize":16,"code":60883},"setIdx":3,"setId":3,"iconIdx":1235},{"icon":{"paths":["M576 816c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-none-bold"]},"attrs":[{}],"properties":{"order":29473,"id":11,"name":"wifi-none-bold","prevSize":16,"code":60884},"setIdx":3,"setId":3,"iconIdx":1236},{"icon":{"paths":["M867.52 831.72c7.973 8.546 12.867 20.055 12.867 32.706 0 26.51-21.49 48-48 48-14.263 0-27.073-6.221-35.865-16.098l-0.042-0.048-205.36-225.88c-23.48-9.119-50.657-14.402-79.068-14.402-49.524 0-95.297 16.054-132.401 43.242l0.629-0.44c-7.823 5.756-17.648 9.212-28.28 9.212-26.517 0-48.012-21.496-48.012-48.012 0-15.884 7.714-29.967 19.599-38.707l0.133-0.093c46.627-34.381 104.232-56.459 166.757-60.433l0.923-0.047-77.36-85.12c-61.514 15.25-115.238 42.317-161.084 78.85l0.844-0.65c-7.987 6.153-18.133 9.862-29.146 9.862-26.51 0-48-21.49-48-48 0-14.91 6.798-28.233 17.465-37.037l0.082-0.065c42.354-33.756 91.471-61.437 144.658-80.594l3.582-1.126-69.24-76c-56.091 24.248-104.449 54.135-147.736 89.936l1.016-0.816c-8.22 6.778-18.86 10.889-30.46 10.889-26.537 0-48.049-21.512-48.049-48.049 0-14.937 6.816-28.282 17.507-37.094l0.082-0.066c40.696-33.634 86.662-63.458 135.878-87.686l4.122-1.834-49.080-53.84c-7.973-8.546-12.867-20.055-12.867-32.706 0-26.51 21.49-48 48-48 14.263 0 27.073 6.221 35.865 16.098l0.042 0.048zM512 752c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM770.2 553.8c7.987 6.153 18.133 9.862 29.146 9.862 26.51 0 48-21.49 48-48 0-14.91-6.798-28.233-17.465-37.037l-0.082-0.065c-42.747-34.211-92.409-62.135-146.241-81.257l-3.559-1.103c-4.492-1.534-9.666-2.42-15.048-2.42-26.51 0-48 21.49-48 48 0 20.613 12.993 38.191 31.236 44.991l0.332 0.108c46.615 16.454 86.952 39.141 122.508 67.559l-0.828-0.639zM958.44 335.64c-120.517-99.285-276.433-159.529-446.416-159.64l-0.024-0c-15.76 0-31.72 0.52-47.44 1.56-25.164 1.718-44.925 22.551-44.925 48 0 26.568 21.537 48.105 48.105 48.105 1.119 0 2.229-0.038 3.329-0.113l-0.149 0.008c13.6-0.92 27.44-1.36 41.080-1.36 146.808 0.081 281.452 52.101 386.566 138.676l-1.046-0.836c8.217 6.786 18.858 10.902 30.46 10.902 26.511 0 48.002-21.491 48.002-48.002 0-14.909-6.797-28.23-17.461-37.035l-0.081-0.065z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-slash-bold"]},"attrs":[{}],"properties":{"order":29474,"id":10,"name":"wifi-slash-bold","prevSize":16,"code":60885},"setIdx":3,"setId":3,"iconIdx":1237},{"icon":{"paths":["M576 816c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM868 320l62.080-62.040c8.701-8.701 14.083-20.722 14.083-34 0-26.556-21.528-48.083-48.083-48.083-13.278 0-25.299 5.382-34 14.083l-62.080 62.040-62.040-61.96c-8.701-8.701-20.722-14.083-34-14.083-26.556 0-48.083 21.528-48.083 48.083 0 13.278 5.382 25.299 14.083 34l-0-0 62.040 61.96-61.96 62.040c-8.701 8.701-14.083 20.722-14.083 34 0 26.556 21.528 48.083 48.083 48.083 13.278 0 25.299-5.382 34-14.083l-0 0 61.96-62.040 62.040 62.080c8.701 8.701 20.722 14.083 34 14.083 26.556 0 48.083-21.528 48.083-48.083 0-13.278-5.382-25.299-14.083-34l0 0zM700.4 621.2c-52.094-38.267-117.494-61.237-188.26-61.237s-136.167 22.971-189.153 61.862l0.893-0.625c-12.023 8.83-19.741 22.914-19.741 38.8 0 26.51 21.491 48.001 48.001 48.001 10.624 0 20.442-3.451 28.393-9.294l-0.133 0.094c36.457-26.768 82.222-42.836 131.74-42.836s95.283 16.068 132.366 43.273l-0.626-0.438c7.818 5.749 17.636 9.201 28.26 9.201 26.51 0 48.001-21.491 48.001-48.001 0-15.886-7.717-29.97-19.607-38.706l-0.133-0.094zM526.84 272h1.2c0.166 0.002 0.363 0.003 0.56 0.003 26.511 0 48.003-21.492 48.003-48.003 0-26.315-21.174-47.684-47.413-48l-0.030-0c-5.72 0-11.44 0-17.16 0-170.011 0.090-325.932 60.338-447.65 160.608l1.21-0.968c-10.745 8.87-17.542 22.191-17.542 37.1 0 26.511 21.491 48.002 48.002 48.002 11.602 0 22.243-4.116 30.541-10.968l-0.081 0.065c104.068-85.739 238.712-137.759 385.502-137.84l0.018-0c4.96 0 9.92 0 14.84 0zM526.36 464c0.489 0.018 1.063 0.028 1.64 0.028 26.525 0 48.028-21.503 48.028-48.028 0-25.948-20.578-47.091-46.305-47.998l-0.083-0.002c-5.64 0-11.76 0-17.64 0-0.558-0.002-1.217-0.003-1.877-0.003-119.936 0-230.138 41.675-316.915 111.333l0.992-0.77c-10.748 8.869-17.546 22.192-17.546 37.102 0 26.51 21.49 48 48 48 11.013 0 21.159-3.709 29.259-9.945l-0.113 0.083c69.684-55.954 159.199-89.803 256.621-89.803 0.555 0 1.11 0.001 1.665 0.003l-0.086-0c4.8 0 9.64 0 14.36 0.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-x-bold"]},"attrs":[{}],"properties":{"order":29475,"id":9,"name":"wifi-x-bold","prevSize":16,"code":60886},"setIdx":3,"setId":3,"iconIdx":1238},{"icon":{"paths":["M96 416c-26.51 0-48-21.49-48-48s21.49-48 48-48v0h384c26.51 0 48-21.49 48-48s-21.49-48-48-48v0c-16.087 0.483-30.517 7.196-41.036 17.796l-0.004 0.004c-8.499 7.769-19.862 12.528-32.338 12.528-26.51 0-48-21.49-48-48 0-12.376 4.684-23.657 12.375-32.17l-0.037 0.042c27.946-28.009 66.384-45.541 108.915-46.198l0.125-0.002c79.529 0 144 64.471 144 144s-64.471 144-144 144v0zM832 272c-42.715 0.615-81.216 18.155-109.197 46.197l-0.003 0.003c-7.654 8.47-12.338 19.752-12.338 32.128 0 26.51 21.49 48 48 48 12.475 0 23.839-4.759 32.374-12.561l-0.037 0.033c10.56-10.64 25.055-17.361 41.118-17.798l0.082-0.002c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-704c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h704c79.529 0 144-64.471 144-144s-64.471-144-144-144v0zM608 608h-448c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h448c26.51 0 48 21.49 48 48s-21.49 48-48 48v0c-16.098-0.489-30.54-7.2-41.077-17.797l-0.003-0.003c-8.821-9.763-21.528-15.872-35.662-15.872-26.51 0-48 21.49-48 48 0 14.034 6.023 26.662 15.626 35.439l0.037 0.033c27.956 28.018 66.409 45.552 108.957 46.199l0.123 0.001c79.529 0 144-64.471 144-144s-64.471-144-144-144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wind-bold"]},"attrs":[{}],"properties":{"order":29476,"id":8,"name":"wind-bold","prevSize":16,"code":60887},"setIdx":3,"setId":3,"iconIdx":1239},{"icon":{"paths":["M430.76 207.52c-8.27-6.95-19.034-11.172-30.785-11.172-3.031 0-5.997 0.281-8.872 0.818l0.297-0.046-240 43.64c-22.556 4.218-39.4 23.754-39.4 47.223 0 0.006 0 0.012 0 0.018l-0-0.001v144c0 26.51 21.49 48 48 48v0h240c26.51 0 48-21.49 48-48v0-187.64c-0.003-14.767-6.674-27.976-17.166-36.779l-0.074-0.061zM352 384h-144v-56l144-26.16zM894.76 123.16c-8.27-6.95-19.034-11.172-30.785-11.172-3.031 0-5.997 0.281-8.872 0.818l0.297-0.046-304 55.24c-22.556 4.218-39.4 23.754-39.4 47.223 0 0.020 0 0.040 0 0.060l-0-0.003v216.72c0 26.51 21.49 48 48 48v0h304c26.51 0 48-21.49 48-48v0-272c-0.003-14.767-6.674-27.976-17.166-36.779l-0.074-0.061zM816 384h-208v-128.68l208-37.8zM400 544h-240c-26.51 0-48 21.49-48 48v0 144c-0 0.005-0 0.011-0 0.017 0 23.47 16.844 43.005 39.102 47.177l0.298 0.046 240 43.64c2.586 0.494 5.56 0.777 8.6 0.777 26.51 0 48-21.49 48-48 0-0.006-0-0.012-0-0.018l0 0.001v-187.64c0-26.51-21.49-48-48-48v0zM352 722.12l-144-26.12v-56h144zM864 544h-304c-26.51 0-48 21.49-48 48v0 216.72c-0 0.017-0 0.037-0 0.057 0 23.47 16.844 43.005 39.102 47.177l0.298 0.046 304 55.28c2.586 0.494 5.56 0.777 8.6 0.777 26.51 0 48-21.49 48-48 0-0.020-0-0.040-0-0.060l0 0.003v-272c0-26.51-21.49-48-48-48v0zM816 806.48l-208-37.8v-128.68h208z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["windows-logo-bold"]},"attrs":[{}],"properties":{"order":29477,"id":7,"name":"windows-logo-bold","prevSize":16,"code":60888},"setIdx":3,"setId":3,"iconIdx":1240},{"icon":{"paths":["M836.68 378.16l-87.12-295.72c-6.044-20.057-24.342-34.419-45.997-34.44l-383.123-0c-21.658 0.021-39.956 14.382-45.912 34.1l-0.088 0.34-87.12 295.72c-7.266 23.274-11.452 50.033-11.452 77.771 0 77.706 32.851 147.74 85.422 196.971l0.15 0.139c53.892 50.636 123.462 85.158 200.682 95.553l1.878 0.207v131.2h-112c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h320c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-112v-131.2c79.113-10.593 148.698-45.117 202.792-95.939l-0.192 0.179c52.703-49.367 85.541-119.389 85.541-197.080 0-27.748-4.189-54.518-11.969-79.711l0.508 1.911zM356.32 144h311.36l73.52 249.64c-43.52 11.2-112.2 12-207.52-36.48-90.96-46.040-166-57.16-224.72-52.28zM512 656c-0.094 0-0.205 0-0.317 0-71.526 0-136.555-27.812-184.864-73.212l0.141 0.132c-33.843-31.853-54.918-76.943-54.918-126.955 0-17.319 2.527-34.048 7.234-49.838l-0.315 1.233c73.76-21.32 154.56 6.64 211.48 35.48 46.2 23.4 120.72 53.12 201.040 53.12 0.242 0.001 0.528 0.001 0.815 0.001 19.932 0 39.405-1.966 58.235-5.715l-1.89 0.314c-7.525 36.729-25.815 68.34-51.383 92.27l-0.097 0.090c-48.168 45.268-113.197 73.080-184.723 73.080-0.154 0-0.307-0-0.461-0l0.024 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wine-bold"]},"attrs":[{}],"properties":{"order":29478,"id":6,"name":"wine-bold","prevSize":16,"code":60889},"setIdx":3,"setId":3,"iconIdx":1241},{"icon":{"paths":["M921.88 270c-7.316-17.739-24.475-29.997-44.496-29.997-12.574 0-24.018 4.835-32.576 12.746l0.032-0.029-155.12 143.28-50.72-10.88-11-50.84 143.16-155.12c7.882-8.526 12.717-19.97 12.717-32.544 0-20.021-12.258-37.179-29.678-44.379l-0.319-0.117c-33.736-14.038-72.924-22.191-114.016-22.191-167.895 0-304 136.105-304 304 0 40.053 7.746 78.297 21.822 113.316l-0.726-2.045-232.28 200.8c-0.88 0.76-1.76 1.56-2.56 2.4-25.566 25.973-41.351 61.639-41.351 100.991 0 79.529 64.471 144 144 144 39.352 0 75.018-15.785 101.010-41.369l-0.019 0.018c0.84-0.8 1.64-1.68 2.4-2.56l200.64-232.28c33.011 13.383 71.302 21.149 111.406 21.149 167.895 0 304-136.105 304-304 0-41.218-8.203-80.521-23.066-116.364l0.74 2.015zM640 592c-0.003 0-0.006 0-0.009 0-36.876 0-71.516-9.578-101.566-26.382l1.055 0.542c-6.684-3.753-14.67-5.964-23.172-5.964-14.477 0-27.457 6.409-36.258 16.545l-0.050 0.059-223.16 258.2c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0 258.36-223c10.196-8.851 16.606-21.832 16.606-36.31 0-8.533-2.227-16.547-6.131-23.491l0.125 0.241c-16.273-28.97-25.858-63.585-25.858-100.44 0-114.875 93.125-208 208-208 0.020 0 0.041 0 0.061 0l3.557-0-102.88 111.48c-7.877 8.524-12.707 19.965-12.707 32.534 0 3.566 0.389 7.041 1.126 10.385l-0.059-0.318 22.64 105.4c4.072 18.474 18.366 32.768 36.521 36.781l0.319 0.059 105.4 22.64c3.026 0.679 6.501 1.067 10.066 1.067 12.569 0 24.009-4.831 32.566-12.737l-0.032 0.029 111.48-102.84c0 1.2 0 2.36 0 3.56-0.159 114.803-93.194 207.824-207.987 207.96l-0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wrench-bold"]},"attrs":[{}],"properties":{"order":29479,"id":5,"name":"wrench-bold","prevSize":16,"code":60890},"setIdx":3,"setId":3,"iconIdx":1242},{"icon":{"paths":["M833.96 766.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-253.96-254.040-254.040 253.96c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l254.040-253.96-253.96-254.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l253.96 254.040 254.040-254.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-254.040 254.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["x-bold"]},"attrs":[{}],"properties":{"order":29480,"id":4,"name":"x-bold","prevSize":16,"code":60891},"setIdx":3,"setId":3,"iconIdx":1243},{"icon":{"paths":["M673.96 417.96l-93.96 94.040 94.080 94.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-94.080-94.040-94.040 94.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l94.040-94.080-93.96-94.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l93.96 94.040 94.040-94.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l0-0zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026zM848 512c0-185.568-150.432-336-336-336s-336 150.432-336 336c0 185.568 150.432 336 336 336v0c185.485-0.205 335.795-150.515 336-335.98l0-0.020z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["x-circle-bold"]},"attrs":[{}],"properties":{"order":29481,"id":3,"name":"x-circle-bold","prevSize":16,"code":60892},"setIdx":3,"setId":3,"iconIdx":1244},{"icon":{"paths":["M832 112h-640c-44.183 0-80 35.817-80 80v0 640c0 44.183 35.817 80 80 80v0h640c44.183 0 80-35.817 80-80v0-640c0-44.183-35.817-80-80-80v0zM816 816h-608v-608h608zM350.040 606.040l93.96-94.040-93.96-94.040c-8.701-8.701-14.083-20.722-14.083-34 0-26.556 21.528-48.083 48.083-48.083 13.278 0 25.299 5.382 34 14.083l93.96 94.040 94.040-94.080c8.701-8.701 20.722-14.083 34-14.083 26.556 0 48.083 21.528 48.083 48.083 0 13.278-5.382 25.299-14.083 34l-94.040 94.080 94.080 94.040c8.701 8.701 14.083 20.722 14.083 34 0 26.556-21.528 48.083-48.083 48.083-13.278 0-25.299-5.382-34-14.083l-94.080-94.040-94.040 94.080c-8.701 8.701-20.722 14.083-34 14.083-26.556 0-48.083-21.528-48.083-48.083 0-13.278 5.382-25.299 14.083-34l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["x-square-bold"]},"attrs":[{}],"properties":{"order":29482,"id":2,"name":"x-square-bold","prevSize":16,"code":60893},"setIdx":3,"setId":3,"iconIdx":1245},{"icon":{"paths":["M512 80c-238.587 0-432 193.413-432 432s193.413 432 432 432c238.587 0 432-193.413 432-432v0c-0.273-238.477-193.523-431.727-431.974-432l-0.026-0zM176 512c0.205-185.485 150.515-335.795 335.98-336l0.020-0c79.529 0 144 64.471 144 144s-64.471 144-144 144v0c-0.002-0-0.005-0-0.008-0-132.548 0-240 107.452-240 240 0 16.848 1.736 33.29 5.039 49.157l-0.271-1.557c-62.197-60.86-100.76-145.656-100.76-239.459 0-0.050 0-0.099 0-0.149l-0 0.008zM512 848c-79.529 0-144-64.471-144-144s64.471-144 144-144v0c0.002 0 0.005 0 0.008 0 132.548 0 240-107.452 240-240 0-16.848-1.736-33.29-5.039-49.157l0.271 1.557c62.22 60.992 100.789 145.912 100.789 239.84 0 185.435-150.325 335.76-335.76 335.76-0.095 0-0.189-0-0.284-0l0.015 0zM576 704c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM448 320c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["yin-yang-bold"]},"attrs":[{}],"properties":{"order":29483,"id":1,"name":"yin-yang-bold","prevSize":16,"code":60894},"setIdx":3,"setId":3,"iconIdx":1246},{"icon":{"paths":["M681.96 471.64l-224-144c-7.337-4.782-16.316-7.626-25.96-7.626-26.505 0-47.992 21.482-48 47.985l-0 0.001v288c0.008 26.504 21.495 47.986 48 47.986 9.644 0 18.623-2.844 26.146-7.739l-0.186 0.113 224-144c13.329-8.676 22.018-23.503 22.018-40.36s-8.689-31.684-21.833-40.247l-0.185-0.113zM480 568v-112l87.24 56zM952.84 274c-9.259-35.241-34.324-63.214-66.964-76.293l-0.756-0.267c-139.52-53.8-359.96-53.44-373.12-53.44s-233.6-0.36-373.12 53.52c-33.395 13.346-58.46 41.318-67.545 75.778l-0.175 0.782c-10.56 40.8-23.16 115.2-23.16 237.92s12.6 197.12 23.16 237.92c9.259 35.241 34.324 63.214 66.964 76.293l0.756 0.267c133.96 51.72 342.56 53.52 370.6 53.52h5.040c28 0 236.64-1.8 370.6-53.52 33.395-13.346 58.46-41.318 67.545-75.778l0.175-0.782c10.56-40.8 23.16-115.2 23.16-237.92s-12.6-197.12-23.16-237.92zM860 725.84c-1.213 5.036-4.684 9.073-9.256 11.040l-0.104 0.040c-119.52 46.12-321.56 47.080-337.36 47.080h-1.56c-2.12 0-214.56 0.68-338.24-47.080-4.725-1.978-8.242-6.022-9.457-10.97l-0.023-0.11c-7.52-28.96-20-95.28-20-213.84s12.6-184.88 20-213.84c1.213-5.036 4.684-9.073 9.256-11.040l0.104-0.040c123.8-47.76 336.2-47.080 338.32-47.080h0.6c2.16 0 214.56-0.68 338.24 47.080 4.725 1.978 8.242 6.022 9.457 10.97l0.023 0.11c7.52 28.96 20 95.28 20 213.84s-12.6 184.88-20 213.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["youtube-logo-bold"]},"attrs":[{}],"properties":{"order":29484,"id":0,"name":"youtube-logo-bold","prevSize":16,"code":60895},"setIdx":3,"setId":3,"iconIdx":1247}],"height":1024,"metadata":{"name":"Phosphor-Bold","url":"https://phosphoricons.com","designer":"Helena Zhang & Tobias Fried","designerURL":"https://phosphoricons.com","license":"MIT","licenseURL":"https://github.com/phosphor-icons/homepage/blob/master/LICENSE"},"preferences":{"showGlyphs":true,"showCodes":true,"showQuickUse":false,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"ph-bold.ph-","metadata":{"fontFamily":"Phosphor-Bold","majorVersion":2,"minorVersion":0,"fontURL":"https://phosphoricons.com","copyright":"2023","designer":"Helena Zhang & Tobias Fried","designerURL":"https://phosphoricons.com","license":"MIT","licenseURL":"https://github.com/phosphor-icons/homepage/blob/master/LICENSE"},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"noie8":true,"ie7":false,"addZero":true,"showSelector":true,"showMetrics":false,"showMetadata":false,"showVersion":true,"includeMetadata":true,"selector":"class","classSelector":".ph-bold","postfix":"","flutter":true,"autoHost":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"name":"icomoon","classSelector":".icon","height":32,"columns":16,"margin":16},"historySize":50,"gridSize":16,"showGrid":true,"showLiga":false,"quickUsageToken":{"Phosphor20":"YjY4NWJkN2JlNzBhMTQwNWYzNWI5NzNiMzE4MTFiNzAjMSMxNjc2MjcwNzg1IyMjNDRjODM2MThmYTM1"}}} \ No newline at end of file diff --git a/public/phicons/bold/style.css b/public/phicons/bold/style.css deleted file mode 100644 index 465a8b32..00000000 --- a/public/phicons/bold/style.css +++ /dev/null @@ -1,3769 +0,0 @@ -@font-face { - font-family: "Phosphor-Bold"; - src: url("./Phosphor-Bold.woff") format("woff"), - url("./Phosphor-Bold.ttf") format("truetype"), - url("./Phosphor-Bold.svg#Phosphor-Bold") format("svg"); - font-weight: normal; - font-style: normal; - font-display: block; -} - -.ph-bold { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: "Phosphor-Bold" !important; - speak: never; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.ph-bold.ph-address-book:before { - content: "\e900"; -} -.ph-bold.ph-airplane:before { - content: "\e901"; -} -.ph-bold.ph-airplane-in-flight:before { - content: "\e902"; -} -.ph-bold.ph-airplane-landing:before { - content: "\e903"; -} -.ph-bold.ph-airplane-takeoff:before { - content: "\e904"; -} -.ph-bold.ph-airplane-tilt:before { - content: "\e905"; -} -.ph-bold.ph-airplay:before { - content: "\e906"; -} -.ph-bold.ph-air-traffic-control:before { - content: "\e907"; -} -.ph-bold.ph-alarm:before { - content: "\e908"; -} -.ph-bold.ph-alien:before { - content: "\e909"; -} -.ph-bold.ph-align-bottom:before { - content: "\e90a"; -} -.ph-bold.ph-align-bottom-simple:before { - content: "\e90b"; -} -.ph-bold.ph-align-center-horizontal:before { - content: "\e90c"; -} -.ph-bold.ph-align-center-horizontal-simple:before { - content: "\e90d"; -} -.ph-bold.ph-align-center-vertical:before { - content: "\e90e"; -} -.ph-bold.ph-align-center-vertical-simple:before { - content: "\e90f"; -} -.ph-bold.ph-align-left:before { - content: "\e910"; -} -.ph-bold.ph-align-left-simple:before { - content: "\e911"; -} -.ph-bold.ph-align-right:before { - content: "\e912"; -} -.ph-bold.ph-align-right-simple:before { - content: "\e913"; -} -.ph-bold.ph-align-top:before { - content: "\e914"; -} -.ph-bold.ph-align-top-simple:before { - content: "\e915"; -} -.ph-bold.ph-amazon-logo:before { - content: "\e916"; -} -.ph-bold.ph-anchor:before { - content: "\e917"; -} -.ph-bold.ph-anchor-simple:before { - content: "\e918"; -} -.ph-bold.ph-android-logo:before { - content: "\e919"; -} -.ph-bold.ph-angular-logo:before { - content: "\e91a"; -} -.ph-bold.ph-aperture:before { - content: "\e91b"; -} -.ph-bold.ph-apple-logo:before { - content: "\e91c"; -} -.ph-bold.ph-apple-podcasts-logo:before { - content: "\e91d"; -} -.ph-bold.ph-app-store-logo:before { - content: "\e91e"; -} -.ph-bold.ph-app-window:before { - content: "\e91f"; -} -.ph-bold.ph-archive:before { - content: "\e920"; -} -.ph-bold.ph-archive-box:before { - content: "\e921"; -} -.ph-bold.ph-archive-tray:before { - content: "\e922"; -} -.ph-bold.ph-armchair:before { - content: "\e923"; -} -.ph-bold.ph-arrow-arc-left:before { - content: "\e924"; -} -.ph-bold.ph-arrow-arc-right:before { - content: "\e925"; -} -.ph-bold.ph-arrow-bend-double-up-left:before { - content: "\e926"; -} -.ph-bold.ph-arrow-bend-double-up-right:before { - content: "\e927"; -} -.ph-bold.ph-arrow-bend-down-left:before { - content: "\e928"; -} -.ph-bold.ph-arrow-bend-down-right:before { - content: "\e929"; -} -.ph-bold.ph-arrow-bend-left-down:before { - content: "\e92a"; -} -.ph-bold.ph-arrow-bend-left-up:before { - content: "\e92b"; -} -.ph-bold.ph-arrow-bend-right-down:before { - content: "\e92c"; -} -.ph-bold.ph-arrow-bend-right-up:before { - content: "\e92d"; -} -.ph-bold.ph-arrow-bend-up-left:before { - content: "\e92e"; -} -.ph-bold.ph-arrow-bend-up-right:before { - content: "\e92f"; -} -.ph-bold.ph-arrow-circle-down:before { - content: "\e930"; -} -.ph-bold.ph-arrow-circle-down-left:before { - content: "\e931"; -} -.ph-bold.ph-arrow-circle-down-right:before { - content: "\e932"; -} -.ph-bold.ph-arrow-circle-left:before { - content: "\e933"; -} -.ph-bold.ph-arrow-circle-right:before { - content: "\e934"; -} -.ph-bold.ph-arrow-circle-up:before { - content: "\e935"; -} -.ph-bold.ph-arrow-circle-up-left:before { - content: "\e936"; -} -.ph-bold.ph-arrow-circle-up-right:before { - content: "\e937"; -} -.ph-bold.ph-arrow-clockwise:before { - content: "\e938"; -} -.ph-bold.ph-arrow-counter-clockwise:before { - content: "\e939"; -} -.ph-bold.ph-arrow-down:before { - content: "\e93a"; -} -.ph-bold.ph-arrow-down-left:before { - content: "\e93b"; -} -.ph-bold.ph-arrow-down-right:before { - content: "\e93c"; -} -.ph-bold.ph-arrow-elbow-down-left:before { - content: "\e93d"; -} -.ph-bold.ph-arrow-elbow-down-right:before { - content: "\e93e"; -} -.ph-bold.ph-arrow-elbow-left:before { - content: "\e93f"; -} -.ph-bold.ph-arrow-elbow-left-down:before { - content: "\e940"; -} -.ph-bold.ph-arrow-elbow-left-up:before { - content: "\e941"; -} -.ph-bold.ph-arrow-elbow-right:before { - content: "\e942"; -} -.ph-bold.ph-arrow-elbow-right-down:before { - content: "\e943"; -} -.ph-bold.ph-arrow-elbow-right-up:before { - content: "\e944"; -} -.ph-bold.ph-arrow-elbow-up-left:before { - content: "\e945"; -} -.ph-bold.ph-arrow-elbow-up-right:before { - content: "\e946"; -} -.ph-bold.ph-arrow-fat-down:before { - content: "\e947"; -} -.ph-bold.ph-arrow-fat-left:before { - content: "\e948"; -} -.ph-bold.ph-arrow-fat-line-down:before { - content: "\e949"; -} -.ph-bold.ph-arrow-fat-line-left:before { - content: "\e94a"; -} -.ph-bold.ph-arrow-fat-line-right:before { - content: "\e94b"; -} -.ph-bold.ph-arrow-fat-lines-down:before { - content: "\e94c"; -} -.ph-bold.ph-arrow-fat-lines-left:before { - content: "\e94d"; -} -.ph-bold.ph-arrow-fat-lines-right:before { - content: "\e94e"; -} -.ph-bold.ph-arrow-fat-lines-up:before { - content: "\e94f"; -} -.ph-bold.ph-arrow-fat-line-up:before { - content: "\e950"; -} -.ph-bold.ph-arrow-fat-right:before { - content: "\e951"; -} -.ph-bold.ph-arrow-fat-up:before { - content: "\e952"; -} -.ph-bold.ph-arrow-left:before { - content: "\e953"; -} -.ph-bold.ph-arrow-line-down:before { - content: "\e954"; -} -.ph-bold.ph-arrow-line-down-left:before { - content: "\e955"; -} -.ph-bold.ph-arrow-line-down-right:before { - content: "\e956"; -} -.ph-bold.ph-arrow-line-left:before { - content: "\e957"; -} -.ph-bold.ph-arrow-line-right:before { - content: "\e958"; -} -.ph-bold.ph-arrow-line-up:before { - content: "\e959"; -} -.ph-bold.ph-arrow-line-up-left:before { - content: "\e95a"; -} -.ph-bold.ph-arrow-line-up-right:before { - content: "\e95b"; -} -.ph-bold.ph-arrow-right:before { - content: "\e95c"; -} -.ph-bold.ph-arrows-clockwise:before { - content: "\e95d"; -} -.ph-bold.ph-arrows-counter-clockwise:before { - content: "\e95e"; -} -.ph-bold.ph-arrows-down-up:before { - content: "\e95f"; -} -.ph-bold.ph-arrows-horizontal:before { - content: "\e960"; -} -.ph-bold.ph-arrows-in:before { - content: "\e961"; -} -.ph-bold.ph-arrows-in-cardinal:before { - content: "\e962"; -} -.ph-bold.ph-arrows-in-line-horizontal:before { - content: "\e963"; -} -.ph-bold.ph-arrows-in-line-vertical:before { - content: "\e964"; -} -.ph-bold.ph-arrows-in-simple:before { - content: "\e965"; -} -.ph-bold.ph-arrows-left-right:before { - content: "\e966"; -} -.ph-bold.ph-arrows-merge:before { - content: "\e967"; -} -.ph-bold.ph-arrows-out:before { - content: "\e968"; -} -.ph-bold.ph-arrows-out-cardinal:before { - content: "\e969"; -} -.ph-bold.ph-arrows-out-line-horizontal:before { - content: "\e96a"; -} -.ph-bold.ph-arrows-out-line-vertical:before { - content: "\e96b"; -} -.ph-bold.ph-arrows-out-simple:before { - content: "\e96c"; -} -.ph-bold.ph-arrow-square-down:before { - content: "\e96d"; -} -.ph-bold.ph-arrow-square-down-left:before { - content: "\e96e"; -} -.ph-bold.ph-arrow-square-down-right:before { - content: "\e96f"; -} -.ph-bold.ph-arrow-square-in:before { - content: "\e970"; -} -.ph-bold.ph-arrow-square-left:before { - content: "\e971"; -} -.ph-bold.ph-arrow-square-out:before { - content: "\e972"; -} -.ph-bold.ph-arrow-square-right:before { - content: "\e973"; -} -.ph-bold.ph-arrow-square-up:before { - content: "\e974"; -} -.ph-bold.ph-arrow-square-up-left:before { - content: "\e975"; -} -.ph-bold.ph-arrow-square-up-right:before { - content: "\e976"; -} -.ph-bold.ph-arrows-split:before { - content: "\e977"; -} -.ph-bold.ph-arrows-vertical:before { - content: "\e978"; -} -.ph-bold.ph-arrow-u-down-left:before { - content: "\e979"; -} -.ph-bold.ph-arrow-u-down-right:before { - content: "\e97a"; -} -.ph-bold.ph-arrow-u-left-down:before { - content: "\e97b"; -} -.ph-bold.ph-arrow-u-left-up:before { - content: "\e97c"; -} -.ph-bold.ph-arrow-up:before { - content: "\e97d"; -} -.ph-bold.ph-arrow-up-left:before { - content: "\e97e"; -} -.ph-bold.ph-arrow-up-right:before { - content: "\e97f"; -} -.ph-bold.ph-arrow-u-right-down:before { - content: "\e980"; -} -.ph-bold.ph-arrow-u-right-up:before { - content: "\e981"; -} -.ph-bold.ph-arrow-u-up-left:before { - content: "\e982"; -} -.ph-bold.ph-arrow-u-up-right:before { - content: "\e983"; -} -.ph-bold.ph-article:before { - content: "\e984"; -} -.ph-bold.ph-article-medium:before { - content: "\e985"; -} -.ph-bold.ph-article-ny-times:before { - content: "\e986"; -} -.ph-bold.ph-asterisk:before { - content: "\e987"; -} -.ph-bold.ph-asterisk-simple:before { - content: "\e988"; -} -.ph-bold.ph-at:before { - content: "\e989"; -} -.ph-bold.ph-atom:before { - content: "\e98a"; -} -.ph-bold.ph-baby:before { - content: "\e98b"; -} -.ph-bold.ph-backpack:before { - content: "\e98c"; -} -.ph-bold.ph-backspace:before { - content: "\e98d"; -} -.ph-bold.ph-bag:before { - content: "\e98e"; -} -.ph-bold.ph-bag-simple:before { - content: "\e98f"; -} -.ph-bold.ph-balloon:before { - content: "\e990"; -} -.ph-bold.ph-bandaids:before { - content: "\e991"; -} -.ph-bold.ph-bank:before { - content: "\e992"; -} -.ph-bold.ph-barbell:before { - content: "\e993"; -} -.ph-bold.ph-barcode:before { - content: "\e994"; -} -.ph-bold.ph-barricade:before { - content: "\e995"; -} -.ph-bold.ph-baseball:before { - content: "\e996"; -} -.ph-bold.ph-baseball-cap:before { - content: "\e997"; -} -.ph-bold.ph-basketball:before { - content: "\e998"; -} -.ph-bold.ph-basket:before { - content: "\e999"; -} -.ph-bold.ph-bathtub:before { - content: "\e99a"; -} -.ph-bold.ph-battery-charging:before { - content: "\e99b"; -} -.ph-bold.ph-battery-charging-vertical:before { - content: "\e99c"; -} -.ph-bold.ph-battery-empty:before { - content: "\e99d"; -} -.ph-bold.ph-battery-full:before { - content: "\e99e"; -} -.ph-bold.ph-battery-high:before { - content: "\e99f"; -} -.ph-bold.ph-battery-low:before { - content: "\e9a0"; -} -.ph-bold.ph-battery-medium:before { - content: "\e9a1"; -} -.ph-bold.ph-battery-plus:before { - content: "\e9a2"; -} -.ph-bold.ph-battery-plus-vertical:before { - content: "\e9a3"; -} -.ph-bold.ph-battery-vertical-empty:before { - content: "\e9a4"; -} -.ph-bold.ph-battery-vertical-full:before { - content: "\e9a5"; -} -.ph-bold.ph-battery-vertical-high:before { - content: "\e9a6"; -} -.ph-bold.ph-battery-vertical-low:before { - content: "\e9a7"; -} -.ph-bold.ph-battery-vertical-medium:before { - content: "\e9a8"; -} -.ph-bold.ph-battery-warning:before { - content: "\e9a9"; -} -.ph-bold.ph-battery-warning-vertical:before { - content: "\e9aa"; -} -.ph-bold.ph-bed:before { - content: "\e9ab"; -} -.ph-bold.ph-beer-bottle:before { - content: "\e9ac"; -} -.ph-bold.ph-beer-stein:before { - content: "\e9ad"; -} -.ph-bold.ph-behance-logo:before { - content: "\e9ae"; -} -.ph-bold.ph-bell:before { - content: "\e9af"; -} -.ph-bold.ph-bell-ringing:before { - content: "\e9b0"; -} -.ph-bold.ph-bell-simple:before { - content: "\e9b1"; -} -.ph-bold.ph-bell-simple-ringing:before { - content: "\e9b2"; -} -.ph-bold.ph-bell-simple-slash:before { - content: "\e9b3"; -} -.ph-bold.ph-bell-simple-z:before { - content: "\e9b4"; -} -.ph-bold.ph-bell-slash:before { - content: "\e9b5"; -} -.ph-bold.ph-bell-z:before { - content: "\e9b6"; -} -.ph-bold.ph-bezier-curve:before { - content: "\e9b7"; -} -.ph-bold.ph-bicycle:before { - content: "\e9b8"; -} -.ph-bold.ph-binoculars:before { - content: "\e9b9"; -} -.ph-bold.ph-bird:before { - content: "\e9ba"; -} -.ph-bold.ph-bluetooth:before { - content: "\e9bb"; -} -.ph-bold.ph-bluetooth-connected:before { - content: "\e9bc"; -} -.ph-bold.ph-bluetooth-slash:before { - content: "\e9bd"; -} -.ph-bold.ph-bluetooth-x:before { - content: "\e9be"; -} -.ph-bold.ph-boat:before { - content: "\e9bf"; -} -.ph-bold.ph-bone:before { - content: "\e9c0"; -} -.ph-bold.ph-book:before { - content: "\e9c1"; -} -.ph-bold.ph-book-bookmark:before { - content: "\e9c2"; -} -.ph-bold.ph-bookmark:before { - content: "\e9c3"; -} -.ph-bold.ph-bookmarks:before { - content: "\e9c4"; -} -.ph-bold.ph-bookmark-simple:before { - content: "\e9c5"; -} -.ph-bold.ph-bookmarks-simple:before { - content: "\e9c6"; -} -.ph-bold.ph-book-open:before { - content: "\e9c7"; -} -.ph-bold.ph-book-open-text:before { - content: "\e9c8"; -} -.ph-bold.ph-books:before { - content: "\e9c9"; -} -.ph-bold.ph-boot:before { - content: "\e9ca"; -} -.ph-bold.ph-bounding-box:before { - content: "\e9cb"; -} -.ph-bold.ph-bowl-food:before { - content: "\e9cc"; -} -.ph-bold.ph-brackets-angle:before { - content: "\e9cd"; -} -.ph-bold.ph-brackets-curly:before { - content: "\e9ce"; -} -.ph-bold.ph-brackets-round:before { - content: "\e9cf"; -} -.ph-bold.ph-brackets-square:before { - content: "\e9d0"; -} -.ph-bold.ph-brain:before { - content: "\e9d1"; -} -.ph-bold.ph-brandy:before { - content: "\e9d2"; -} -.ph-bold.ph-bridge:before { - content: "\e9d3"; -} -.ph-bold.ph-briefcase:before { - content: "\e9d4"; -} -.ph-bold.ph-briefcase-metal:before { - content: "\e9d5"; -} -.ph-bold.ph-broadcast:before { - content: "\e9d6"; -} -.ph-bold.ph-broom:before { - content: "\e9d7"; -} -.ph-bold.ph-browser:before { - content: "\e9d8"; -} -.ph-bold.ph-browsers:before { - content: "\e9d9"; -} -.ph-bold.ph-bug-beetle:before { - content: "\e9da"; -} -.ph-bold.ph-bug:before { - content: "\e9db"; -} -.ph-bold.ph-bug-droid:before { - content: "\e9dc"; -} -.ph-bold.ph-buildings:before { - content: "\e9dd"; -} -.ph-bold.ph-bus:before { - content: "\e9de"; -} -.ph-bold.ph-butterfly:before { - content: "\e9df"; -} -.ph-bold.ph-cactus:before { - content: "\e9e0"; -} -.ph-bold.ph-cake:before { - content: "\e9e1"; -} -.ph-bold.ph-calculator:before { - content: "\e9e2"; -} -.ph-bold.ph-calendar-blank:before { - content: "\e9e3"; -} -.ph-bold.ph-calendar:before { - content: "\e9e4"; -} -.ph-bold.ph-calendar-check:before { - content: "\e9e5"; -} -.ph-bold.ph-calendar-plus:before { - content: "\e9e6"; -} -.ph-bold.ph-calendar-x:before { - content: "\e9e7"; -} -.ph-bold.ph-call-bell:before { - content: "\e9e8"; -} -.ph-bold.ph-camera:before { - content: "\e9e9"; -} -.ph-bold.ph-camera-plus:before { - content: "\e9ea"; -} -.ph-bold.ph-camera-rotate:before { - content: "\e9eb"; -} -.ph-bold.ph-camera-slash:before { - content: "\e9ec"; -} -.ph-bold.ph-campfire:before { - content: "\e9ed"; -} -.ph-bold.ph-car:before { - content: "\e9ee"; -} -.ph-bold.ph-cardholder:before { - content: "\e9ef"; -} -.ph-bold.ph-cards:before { - content: "\e9f0"; -} -.ph-bold.ph-caret-circle-double-down:before { - content: "\e9f1"; -} -.ph-bold.ph-caret-circle-double-left:before { - content: "\e9f2"; -} -.ph-bold.ph-caret-circle-double-right:before { - content: "\e9f3"; -} -.ph-bold.ph-caret-circle-double-up:before { - content: "\e9f4"; -} -.ph-bold.ph-caret-circle-down:before { - content: "\e9f5"; -} -.ph-bold.ph-caret-circle-left:before { - content: "\e9f6"; -} -.ph-bold.ph-caret-circle-right:before { - content: "\e9f7"; -} -.ph-bold.ph-caret-circle-up:before { - content: "\e9f8"; -} -.ph-bold.ph-caret-circle-up-down:before { - content: "\e9f9"; -} -.ph-bold.ph-caret-double-down:before { - content: "\e9fa"; -} -.ph-bold.ph-caret-double-left:before { - content: "\e9fb"; -} -.ph-bold.ph-caret-double-right:before { - content: "\e9fc"; -} -.ph-bold.ph-caret-double-up:before { - content: "\e9fd"; -} -.ph-bold.ph-caret-down:before { - content: "\e9fe"; -} -.ph-bold.ph-caret-left:before { - content: "\e9ff"; -} -.ph-bold.ph-caret-right:before { - content: "\ea00"; -} -.ph-bold.ph-caret-up:before { - content: "\ea01"; -} -.ph-bold.ph-caret-up-down:before { - content: "\ea02"; -} -.ph-bold.ph-car-profile:before { - content: "\ea03"; -} -.ph-bold.ph-carrot:before { - content: "\ea04"; -} -.ph-bold.ph-car-simple:before { - content: "\ea05"; -} -.ph-bold.ph-cassette-tape:before { - content: "\ea06"; -} -.ph-bold.ph-castle-turret:before { - content: "\ea07"; -} -.ph-bold.ph-cat:before { - content: "\ea08"; -} -.ph-bold.ph-cell-signal-full:before { - content: "\ea09"; -} -.ph-bold.ph-cell-signal-high:before { - content: "\ea0a"; -} -.ph-bold.ph-cell-signal-low:before { - content: "\ea0b"; -} -.ph-bold.ph-cell-signal-medium:before { - content: "\ea0c"; -} -.ph-bold.ph-cell-signal-none:before { - content: "\ea0d"; -} -.ph-bold.ph-cell-signal-slash:before { - content: "\ea0e"; -} -.ph-bold.ph-cell-signal-x:before { - content: "\ea0f"; -} -.ph-bold.ph-certificate:before { - content: "\ea10"; -} -.ph-bold.ph-chair:before { - content: "\ea11"; -} -.ph-bold.ph-chalkboard:before { - content: "\ea12"; -} -.ph-bold.ph-chalkboard-simple:before { - content: "\ea13"; -} -.ph-bold.ph-chalkboard-teacher:before { - content: "\ea14"; -} -.ph-bold.ph-champagne:before { - content: "\ea15"; -} -.ph-bold.ph-charging-station:before { - content: "\ea16"; -} -.ph-bold.ph-chart-bar:before { - content: "\ea17"; -} -.ph-bold.ph-chart-bar-horizontal:before { - content: "\ea18"; -} -.ph-bold.ph-chart-donut:before { - content: "\ea19"; -} -.ph-bold.ph-chart-line:before { - content: "\ea1a"; -} -.ph-bold.ph-chart-line-down:before { - content: "\ea1b"; -} -.ph-bold.ph-chart-line-up:before { - content: "\ea1c"; -} -.ph-bold.ph-chart-pie:before { - content: "\ea1d"; -} -.ph-bold.ph-chart-pie-slice:before { - content: "\ea1e"; -} -.ph-bold.ph-chart-polar:before { - content: "\ea1f"; -} -.ph-bold.ph-chart-scatter:before { - content: "\ea20"; -} -.ph-bold.ph-chat:before { - content: "\ea21"; -} -.ph-bold.ph-chat-centered:before { - content: "\ea22"; -} -.ph-bold.ph-chat-centered-dots:before { - content: "\ea23"; -} -.ph-bold.ph-chat-centered-text:before { - content: "\ea24"; -} -.ph-bold.ph-chat-circle:before { - content: "\ea25"; -} -.ph-bold.ph-chat-circle-dots:before { - content: "\ea26"; -} -.ph-bold.ph-chat-circle-text:before { - content: "\ea27"; -} -.ph-bold.ph-chat-dots:before { - content: "\ea28"; -} -.ph-bold.ph-chats:before { - content: "\ea29"; -} -.ph-bold.ph-chats-circle:before { - content: "\ea2a"; -} -.ph-bold.ph-chats-teardrop:before { - content: "\ea2b"; -} -.ph-bold.ph-chat-teardrop:before { - content: "\ea2c"; -} -.ph-bold.ph-chat-teardrop-dots:before { - content: "\ea2d"; -} -.ph-bold.ph-chat-teardrop-text:before { - content: "\ea2e"; -} -.ph-bold.ph-chat-text:before { - content: "\ea2f"; -} -.ph-bold.ph-check:before { - content: "\ea30"; -} -.ph-bold.ph-check-circle:before { - content: "\ea31"; -} -.ph-bold.ph-check-fat:before { - content: "\ea32"; -} -.ph-bold.ph-checks:before { - content: "\ea33"; -} -.ph-bold.ph-check-square:before { - content: "\ea34"; -} -.ph-bold.ph-check-square-offset:before { - content: "\ea35"; -} -.ph-bold.ph-church:before { - content: "\ea36"; -} -.ph-bold.ph-circle:before { - content: "\ea37"; -} -.ph-bold.ph-circle-dashed:before { - content: "\ea38"; -} -.ph-bold.ph-circle-half:before { - content: "\ea39"; -} -.ph-bold.ph-circle-half-tilt:before { - content: "\ea3a"; -} -.ph-bold.ph-circle-notch:before { - content: "\ea3b"; -} -.ph-bold.ph-circles-four:before { - content: "\ea3c"; -} -.ph-bold.ph-circles-three:before { - content: "\ea3d"; -} -.ph-bold.ph-circles-three-plus:before { - content: "\ea3e"; -} -.ph-bold.ph-circuitry:before { - content: "\ea3f"; -} -.ph-bold.ph-clipboard:before { - content: "\ea40"; -} -.ph-bold.ph-clipboard-text:before { - content: "\ea41"; -} -.ph-bold.ph-clock-afternoon:before { - content: "\ea42"; -} -.ph-bold.ph-clock:before { - content: "\ea43"; -} -.ph-bold.ph-clock-clockwise:before { - content: "\ea44"; -} -.ph-bold.ph-clock-countdown:before { - content: "\ea45"; -} -.ph-bold.ph-clock-counter-clockwise:before { - content: "\ea46"; -} -.ph-bold.ph-closed-captioning:before { - content: "\ea47"; -} -.ph-bold.ph-cloud-arrow-down:before { - content: "\ea48"; -} -.ph-bold.ph-cloud-arrow-up:before { - content: "\ea49"; -} -.ph-bold.ph-cloud:before { - content: "\ea4a"; -} -.ph-bold.ph-cloud-check:before { - content: "\ea4b"; -} -.ph-bold.ph-cloud-fog:before { - content: "\ea4c"; -} -.ph-bold.ph-cloud-lightning:before { - content: "\ea4d"; -} -.ph-bold.ph-cloud-moon:before { - content: "\ea4e"; -} -.ph-bold.ph-cloud-rain:before { - content: "\ea4f"; -} -.ph-bold.ph-cloud-slash:before { - content: "\ea50"; -} -.ph-bold.ph-cloud-snow:before { - content: "\ea51"; -} -.ph-bold.ph-cloud-sun:before { - content: "\ea52"; -} -.ph-bold.ph-cloud-warning:before { - content: "\ea53"; -} -.ph-bold.ph-cloud-x:before { - content: "\ea54"; -} -.ph-bold.ph-club:before { - content: "\ea55"; -} -.ph-bold.ph-coat-hanger:before { - content: "\ea56"; -} -.ph-bold.ph-coda-logo:before { - content: "\ea57"; -} -.ph-bold.ph-code-block:before { - content: "\ea58"; -} -.ph-bold.ph-code:before { - content: "\ea59"; -} -.ph-bold.ph-codepen-logo:before { - content: "\ea5a"; -} -.ph-bold.ph-codesandbox-logo:before { - content: "\ea5b"; -} -.ph-bold.ph-code-simple:before { - content: "\ea5c"; -} -.ph-bold.ph-coffee:before { - content: "\ea5d"; -} -.ph-bold.ph-coin:before { - content: "\ea5e"; -} -.ph-bold.ph-coins:before { - content: "\ea5f"; -} -.ph-bold.ph-coin-vertical:before { - content: "\ea60"; -} -.ph-bold.ph-columns:before { - content: "\ea61"; -} -.ph-bold.ph-command:before { - content: "\ea62"; -} -.ph-bold.ph-compass:before { - content: "\ea63"; -} -.ph-bold.ph-compass-tool:before { - content: "\ea64"; -} -.ph-bold.ph-computer-tower:before { - content: "\ea65"; -} -.ph-bold.ph-confetti:before { - content: "\ea66"; -} -.ph-bold.ph-contactless-payment:before { - content: "\ea67"; -} -.ph-bold.ph-control:before { - content: "\ea68"; -} -.ph-bold.ph-cookie:before { - content: "\ea69"; -} -.ph-bold.ph-cooking-pot:before { - content: "\ea6a"; -} -.ph-bold.ph-copy:before { - content: "\ea6b"; -} -.ph-bold.ph-copyleft:before { - content: "\ea6c"; -} -.ph-bold.ph-copyright:before { - content: "\ea6d"; -} -.ph-bold.ph-copy-simple:before { - content: "\ea6e"; -} -.ph-bold.ph-corners-in:before { - content: "\ea6f"; -} -.ph-bold.ph-corners-out:before { - content: "\ea70"; -} -.ph-bold.ph-couch:before { - content: "\ea71"; -} -.ph-bold.ph-cpu:before { - content: "\ea72"; -} -.ph-bold.ph-credit-card:before { - content: "\ea73"; -} -.ph-bold.ph-crop:before { - content: "\ea74"; -} -.ph-bold.ph-cross:before { - content: "\ea75"; -} -.ph-bold.ph-crosshair:before { - content: "\ea76"; -} -.ph-bold.ph-crosshair-simple:before { - content: "\ea77"; -} -.ph-bold.ph-crown:before { - content: "\ea78"; -} -.ph-bold.ph-crown-simple:before { - content: "\ea79"; -} -.ph-bold.ph-cube:before { - content: "\ea7a"; -} -.ph-bold.ph-cube-focus:before { - content: "\ea7b"; -} -.ph-bold.ph-cube-transparent:before { - content: "\ea7c"; -} -.ph-bold.ph-currency-btc:before { - content: "\ea7d"; -} -.ph-bold.ph-currency-circle-dollar:before { - content: "\ea7e"; -} -.ph-bold.ph-currency-cny:before { - content: "\ea7f"; -} -.ph-bold.ph-currency-dollar:before { - content: "\ea80"; -} -.ph-bold.ph-currency-dollar-simple:before { - content: "\ea81"; -} -.ph-bold.ph-currency-eth:before { - content: "\ea82"; -} -.ph-bold.ph-currency-eur:before { - content: "\ea83"; -} -.ph-bold.ph-currency-gbp:before { - content: "\ea84"; -} -.ph-bold.ph-currency-inr:before { - content: "\ea85"; -} -.ph-bold.ph-currency-jpy:before { - content: "\ea86"; -} -.ph-bold.ph-currency-krw:before { - content: "\ea87"; -} -.ph-bold.ph-currency-kzt:before { - content: "\ea88"; -} -.ph-bold.ph-currency-ngn:before { - content: "\ea89"; -} -.ph-bold.ph-currency-rub:before { - content: "\ea8a"; -} -.ph-bold.ph-cursor:before { - content: "\ea8b"; -} -.ph-bold.ph-cursor-click:before { - content: "\ea8c"; -} -.ph-bold.ph-cursor-text:before { - content: "\ea8d"; -} -.ph-bold.ph-cylinder:before { - content: "\ea8e"; -} -.ph-bold.ph-database:before { - content: "\ea8f"; -} -.ph-bold.ph-desktop:before { - content: "\ea90"; -} -.ph-bold.ph-desktop-tower:before { - content: "\ea91"; -} -.ph-bold.ph-detective:before { - content: "\ea92"; -} -.ph-bold.ph-device-mobile:before { - content: "\ea93"; -} -.ph-bold.ph-device-mobile-camera:before { - content: "\ea94"; -} -.ph-bold.ph-device-mobile-speaker:before { - content: "\ea95"; -} -.ph-bold.ph-devices:before { - content: "\ea96"; -} -.ph-bold.ph-device-tablet:before { - content: "\ea97"; -} -.ph-bold.ph-device-tablet-camera:before { - content: "\ea98"; -} -.ph-bold.ph-device-tablet-speaker:before { - content: "\ea99"; -} -.ph-bold.ph-dev-to-logo:before { - content: "\ea9a"; -} -.ph-bold.ph-diamond:before { - content: "\ea9b"; -} -.ph-bold.ph-diamonds-four:before { - content: "\ea9c"; -} -.ph-bold.ph-dice-five:before { - content: "\ea9d"; -} -.ph-bold.ph-dice-four:before { - content: "\ea9e"; -} -.ph-bold.ph-dice-one:before { - content: "\ea9f"; -} -.ph-bold.ph-dice-six:before { - content: "\eaa0"; -} -.ph-bold.ph-dice-three:before { - content: "\eaa1"; -} -.ph-bold.ph-dice-two:before { - content: "\eaa2"; -} -.ph-bold.ph-disc:before { - content: "\eaa3"; -} -.ph-bold.ph-discord-logo:before { - content: "\eaa4"; -} -.ph-bold.ph-divide:before { - content: "\eaa5"; -} -.ph-bold.ph-dna:before { - content: "\eaa6"; -} -.ph-bold.ph-dog:before { - content: "\eaa7"; -} -.ph-bold.ph-door:before { - content: "\eaa8"; -} -.ph-bold.ph-door-open:before { - content: "\eaa9"; -} -.ph-bold.ph-dot:before { - content: "\eaaa"; -} -.ph-bold.ph-dot-outline:before { - content: "\eaab"; -} -.ph-bold.ph-dots-nine:before { - content: "\eaac"; -} -.ph-bold.ph-dots-six:before { - content: "\eaad"; -} -.ph-bold.ph-dots-six-vertical:before { - content: "\eaae"; -} -.ph-bold.ph-dots-three:before { - content: "\eaaf"; -} -.ph-bold.ph-dots-three-circle:before { - content: "\eab0"; -} -.ph-bold.ph-dots-three-circle-vertical:before { - content: "\eab1"; -} -.ph-bold.ph-dots-three-outline:before { - content: "\eab2"; -} -.ph-bold.ph-dots-three-outline-vertical:before { - content: "\eab3"; -} -.ph-bold.ph-dots-three-vertical:before { - content: "\eab4"; -} -.ph-bold.ph-download:before { - content: "\eab5"; -} -.ph-bold.ph-download-simple:before { - content: "\eab6"; -} -.ph-bold.ph-dress:before { - content: "\eab7"; -} -.ph-bold.ph-dribbble-logo:before { - content: "\eab8"; -} -.ph-bold.ph-drop:before { - content: "\eab9"; -} -.ph-bold.ph-dropbox-logo:before { - content: "\eaba"; -} -.ph-bold.ph-drop-half:before { - content: "\eabb"; -} -.ph-bold.ph-drop-half-bottom:before { - content: "\eabc"; -} -.ph-bold.ph-ear:before { - content: "\eabd"; -} -.ph-bold.ph-ear-slash:before { - content: "\eabe"; -} -.ph-bold.ph-egg:before { - content: "\eabf"; -} -.ph-bold.ph-egg-crack:before { - content: "\eac0"; -} -.ph-bold.ph-eject:before { - content: "\eac1"; -} -.ph-bold.ph-eject-simple:before { - content: "\eac2"; -} -.ph-bold.ph-elevator:before { - content: "\eac3"; -} -.ph-bold.ph-engine:before { - content: "\eac4"; -} -.ph-bold.ph-envelope:before { - content: "\eac5"; -} -.ph-bold.ph-envelope-open:before { - content: "\eac6"; -} -.ph-bold.ph-envelope-simple:before { - content: "\eac7"; -} -.ph-bold.ph-envelope-simple-open:before { - content: "\eac8"; -} -.ph-bold.ph-equalizer:before { - content: "\eac9"; -} -.ph-bold.ph-equals:before { - content: "\eaca"; -} -.ph-bold.ph-eraser:before { - content: "\eacb"; -} -.ph-bold.ph-escalator-down:before { - content: "\eacc"; -} -.ph-bold.ph-escalator-up:before { - content: "\eacd"; -} -.ph-bold.ph-exam:before { - content: "\eace"; -} -.ph-bold.ph-exclude:before { - content: "\eacf"; -} -.ph-bold.ph-exclude-square:before { - content: "\ead0"; -} -.ph-bold.ph-export:before { - content: "\ead1"; -} -.ph-bold.ph-eye:before { - content: "\ead2"; -} -.ph-bold.ph-eye-closed:before { - content: "\ead3"; -} -.ph-bold.ph-eyedropper:before { - content: "\ead4"; -} -.ph-bold.ph-eyedropper-sample:before { - content: "\ead5"; -} -.ph-bold.ph-eyeglasses:before { - content: "\ead6"; -} -.ph-bold.ph-eye-slash:before { - content: "\ead7"; -} -.ph-bold.ph-facebook-logo:before { - content: "\ead8"; -} -.ph-bold.ph-face-mask:before { - content: "\ead9"; -} -.ph-bold.ph-factory:before { - content: "\eada"; -} -.ph-bold.ph-faders:before { - content: "\eadb"; -} -.ph-bold.ph-faders-horizontal:before { - content: "\eadc"; -} -.ph-bold.ph-fan:before { - content: "\eadd"; -} -.ph-bold.ph-fast-forward:before { - content: "\eade"; -} -.ph-bold.ph-fast-forward-circle:before { - content: "\eadf"; -} -.ph-bold.ph-feather:before { - content: "\eae0"; -} -.ph-bold.ph-figma-logo:before { - content: "\eae1"; -} -.ph-bold.ph-file-archive:before { - content: "\eae2"; -} -.ph-bold.ph-file-arrow-down:before { - content: "\eae3"; -} -.ph-bold.ph-file-arrow-up:before { - content: "\eae4"; -} -.ph-bold.ph-file-audio:before { - content: "\eae5"; -} -.ph-bold.ph-file:before { - content: "\eae6"; -} -.ph-bold.ph-file-cloud:before { - content: "\eae7"; -} -.ph-bold.ph-file-code:before { - content: "\eae8"; -} -.ph-bold.ph-file-css:before { - content: "\eae9"; -} -.ph-bold.ph-file-csv:before { - content: "\eaea"; -} -.ph-bold.ph-file-dashed:before, .ph-bold.ph-file-dotted:before { - content: "\eaeb"; -} -.ph-bold.ph-file-doc:before { - content: "\eaec"; -} -.ph-bold.ph-file-html:before { - content: "\eaed"; -} -.ph-bold.ph-file-image:before { - content: "\eaee"; -} -.ph-bold.ph-file-jpg:before { - content: "\eaef"; -} -.ph-bold.ph-file-js:before { - content: "\eaf0"; -} -.ph-bold.ph-file-jsx:before { - content: "\eaf1"; -} -.ph-bold.ph-file-lock:before { - content: "\eaf2"; -} -.ph-bold.ph-file-magnifying-glass:before, .ph-bold.ph-file-search:before { - content: "\eaf3"; -} -.ph-bold.ph-file-minus:before { - content: "\eaf4"; -} -.ph-bold.ph-file-pdf:before { - content: "\eaf5"; -} -.ph-bold.ph-file-plus:before { - content: "\eaf6"; -} -.ph-bold.ph-file-png:before { - content: "\eaf7"; -} -.ph-bold.ph-file-ppt:before { - content: "\eaf8"; -} -.ph-bold.ph-file-rs:before { - content: "\eaf9"; -} -.ph-bold.ph-files:before { - content: "\eafa"; -} -.ph-bold.ph-file-sql:before { - content: "\eafb"; -} -.ph-bold.ph-file-svg:before { - content: "\eafc"; -} -.ph-bold.ph-file-text:before { - content: "\eafd"; -} -.ph-bold.ph-file-ts:before { - content: "\eafe"; -} -.ph-bold.ph-file-tsx:before { - content: "\eaff"; -} -.ph-bold.ph-file-video:before { - content: "\eb00"; -} -.ph-bold.ph-file-vue:before { - content: "\eb01"; -} -.ph-bold.ph-file-x:before { - content: "\eb02"; -} -.ph-bold.ph-file-xls:before { - content: "\eb03"; -} -.ph-bold.ph-file-zip:before { - content: "\eb04"; -} -.ph-bold.ph-film-reel:before { - content: "\eb05"; -} -.ph-bold.ph-film-script:before { - content: "\eb06"; -} -.ph-bold.ph-film-slate:before { - content: "\eb07"; -} -.ph-bold.ph-film-strip:before { - content: "\eb08"; -} -.ph-bold.ph-fingerprint:before { - content: "\eb09"; -} -.ph-bold.ph-fingerprint-simple:before { - content: "\eb0a"; -} -.ph-bold.ph-finn-the-human:before { - content: "\eb0b"; -} -.ph-bold.ph-fire:before { - content: "\eb0c"; -} -.ph-bold.ph-fire-extinguisher:before { - content: "\eb0d"; -} -.ph-bold.ph-fire-simple:before { - content: "\eb0e"; -} -.ph-bold.ph-first-aid:before { - content: "\eb0f"; -} -.ph-bold.ph-first-aid-kit:before { - content: "\eb10"; -} -.ph-bold.ph-fish:before { - content: "\eb11"; -} -.ph-bold.ph-fish-simple:before { - content: "\eb12"; -} -.ph-bold.ph-flag-banner:before { - content: "\eb13"; -} -.ph-bold.ph-flag:before { - content: "\eb14"; -} -.ph-bold.ph-flag-checkered:before { - content: "\eb15"; -} -.ph-bold.ph-flag-pennant:before { - content: "\eb16"; -} -.ph-bold.ph-flame:before { - content: "\eb17"; -} -.ph-bold.ph-flashlight:before { - content: "\eb18"; -} -.ph-bold.ph-flask:before { - content: "\eb19"; -} -.ph-bold.ph-floppy-disk-back:before { - content: "\eb1a"; -} -.ph-bold.ph-floppy-disk:before { - content: "\eb1b"; -} -.ph-bold.ph-flow-arrow:before { - content: "\eb1c"; -} -.ph-bold.ph-flower:before { - content: "\eb1d"; -} -.ph-bold.ph-flower-lotus:before { - content: "\eb1e"; -} -.ph-bold.ph-flower-tulip:before { - content: "\eb1f"; -} -.ph-bold.ph-flying-saucer:before { - content: "\eb20"; -} -.ph-bold.ph-folder:before { - content: "\eb21"; -} -.ph-bold.ph-folder-dashed:before, .ph-bold.ph-folder-dotted:before { - content: "\eb22"; -} -.ph-bold.ph-folder-lock:before { - content: "\eb23"; -} -.ph-bold.ph-folder-minus:before { - content: "\eb24"; -} -.ph-bold.ph-folder-notch:before { - content: "\eb25"; -} -.ph-bold.ph-folder-notch-minus:before { - content: "\eb26"; -} -.ph-bold.ph-folder-notch-open:before { - content: "\eb27"; -} -.ph-bold.ph-folder-notch-plus:before { - content: "\eb28"; -} -.ph-bold.ph-folder-open:before { - content: "\eb29"; -} -.ph-bold.ph-folder-plus:before { - content: "\eb2a"; -} -.ph-bold.ph-folders:before { - content: "\eb2b"; -} -.ph-bold.ph-folder-simple:before { - content: "\eb2c"; -} -.ph-bold.ph-folder-simple-dashed:before, .ph-bold.ph-folder-simple-dotted:before { - content: "\eb2d"; -} -.ph-bold.ph-folder-simple-lock:before { - content: "\eb2e"; -} -.ph-bold.ph-folder-simple-minus:before { - content: "\eb2f"; -} -.ph-bold.ph-folder-simple-plus:before { - content: "\eb30"; -} -.ph-bold.ph-folder-simple-star:before { - content: "\eb31"; -} -.ph-bold.ph-folder-simple-user:before { - content: "\eb32"; -} -.ph-bold.ph-folder-star:before { - content: "\eb33"; -} -.ph-bold.ph-folder-user:before { - content: "\eb34"; -} -.ph-bold.ph-football:before { - content: "\eb35"; -} -.ph-bold.ph-footprints:before { - content: "\eb36"; -} -.ph-bold.ph-fork-knife:before { - content: "\eb37"; -} -.ph-bold.ph-frame-corners:before { - content: "\eb38"; -} -.ph-bold.ph-framer-logo:before { - content: "\eb39"; -} -.ph-bold.ph-function:before { - content: "\eb3a"; -} -.ph-bold.ph-funnel:before { - content: "\eb3b"; -} -.ph-bold.ph-funnel-simple:before { - content: "\eb3c"; -} -.ph-bold.ph-game-controller:before { - content: "\eb3d"; -} -.ph-bold.ph-garage:before { - content: "\eb3e"; -} -.ph-bold.ph-gas-can:before { - content: "\eb3f"; -} -.ph-bold.ph-gas-pump:before { - content: "\eb40"; -} -.ph-bold.ph-gauge:before { - content: "\eb41"; -} -.ph-bold.ph-gavel:before { - content: "\eb42"; -} -.ph-bold.ph-gear:before { - content: "\eb43"; -} -.ph-bold.ph-gear-fine:before { - content: "\eb44"; -} -.ph-bold.ph-gear-six:before { - content: "\eb45"; -} -.ph-bold.ph-gender-female:before { - content: "\eb46"; -} -.ph-bold.ph-gender-intersex:before { - content: "\eb47"; -} -.ph-bold.ph-gender-male:before { - content: "\eb48"; -} -.ph-bold.ph-gender-neuter:before { - content: "\eb49"; -} -.ph-bold.ph-gender-nonbinary:before { - content: "\eb4a"; -} -.ph-bold.ph-gender-transgender:before { - content: "\eb4b"; -} -.ph-bold.ph-ghost:before { - content: "\eb4c"; -} -.ph-bold.ph-gif:before { - content: "\eb4d"; -} -.ph-bold.ph-gift:before { - content: "\eb4e"; -} -.ph-bold.ph-git-branch:before { - content: "\eb4f"; -} -.ph-bold.ph-git-commit:before { - content: "\eb50"; -} -.ph-bold.ph-git-diff:before { - content: "\eb51"; -} -.ph-bold.ph-git-fork:before { - content: "\eb52"; -} -.ph-bold.ph-github-logo:before { - content: "\eb53"; -} -.ph-bold.ph-gitlab-logo:before { - content: "\eb54"; -} -.ph-bold.ph-gitlab-logo-simple:before { - content: "\eb55"; -} -.ph-bold.ph-git-merge:before { - content: "\eb56"; -} -.ph-bold.ph-git-pull-request:before { - content: "\eb57"; -} -.ph-bold.ph-globe:before { - content: "\eb58"; -} -.ph-bold.ph-globe-hemisphere-east:before { - content: "\eb59"; -} -.ph-bold.ph-globe-hemisphere-west:before { - content: "\eb5a"; -} -.ph-bold.ph-globe-simple:before { - content: "\eb5b"; -} -.ph-bold.ph-globe-stand:before { - content: "\eb5c"; -} -.ph-bold.ph-goggles:before { - content: "\eb5d"; -} -.ph-bold.ph-goodreads-logo:before { - content: "\eb5e"; -} -.ph-bold.ph-google-cardboard-logo:before { - content: "\eb5f"; -} -.ph-bold.ph-google-chrome-logo:before { - content: "\eb60"; -} -.ph-bold.ph-google-drive-logo:before { - content: "\eb61"; -} -.ph-bold.ph-google-logo:before { - content: "\eb62"; -} -.ph-bold.ph-google-photos-logo:before { - content: "\eb63"; -} -.ph-bold.ph-google-play-logo:before { - content: "\eb64"; -} -.ph-bold.ph-google-podcasts-logo:before { - content: "\eb65"; -} -.ph-bold.ph-gradient:before { - content: "\eb66"; -} -.ph-bold.ph-graduation-cap:before { - content: "\eb67"; -} -.ph-bold.ph-grains:before { - content: "\eb68"; -} -.ph-bold.ph-grains-slash:before { - content: "\eb69"; -} -.ph-bold.ph-graph:before { - content: "\eb6a"; -} -.ph-bold.ph-grid-four:before { - content: "\eb6b"; -} -.ph-bold.ph-grid-nine:before { - content: "\eb6c"; -} -.ph-bold.ph-guitar:before { - content: "\eb6d"; -} -.ph-bold.ph-hamburger:before { - content: "\eb6e"; -} -.ph-bold.ph-hammer:before { - content: "\eb6f"; -} -.ph-bold.ph-handbag:before { - content: "\eb70"; -} -.ph-bold.ph-handbag-simple:before { - content: "\eb71"; -} -.ph-bold.ph-hand:before { - content: "\eb72"; -} -.ph-bold.ph-hand-coins:before { - content: "\eb73"; -} -.ph-bold.ph-hand-eye:before { - content: "\eb74"; -} -.ph-bold.ph-hand-fist:before { - content: "\eb75"; -} -.ph-bold.ph-hand-grabbing:before { - content: "\eb76"; -} -.ph-bold.ph-hand-heart:before { - content: "\eb77"; -} -.ph-bold.ph-hand-palm:before { - content: "\eb78"; -} -.ph-bold.ph-hand-pointing:before { - content: "\eb79"; -} -.ph-bold.ph-hands-clapping:before { - content: "\eb7a"; -} -.ph-bold.ph-handshake:before { - content: "\eb7b"; -} -.ph-bold.ph-hand-soap:before { - content: "\eb7c"; -} -.ph-bold.ph-hands-praying:before { - content: "\eb7d"; -} -.ph-bold.ph-hand-swipe-left:before { - content: "\eb7e"; -} -.ph-bold.ph-hand-swipe-right:before { - content: "\eb7f"; -} -.ph-bold.ph-hand-tap:before { - content: "\eb80"; -} -.ph-bold.ph-hand-waving:before { - content: "\eb81"; -} -.ph-bold.ph-hard-drive:before { - content: "\eb82"; -} -.ph-bold.ph-hard-drives:before { - content: "\eb83"; -} -.ph-bold.ph-hash:before { - content: "\eb84"; -} -.ph-bold.ph-hash-straight:before { - content: "\eb85"; -} -.ph-bold.ph-headlights:before { - content: "\eb86"; -} -.ph-bold.ph-headphones:before { - content: "\eb87"; -} -.ph-bold.ph-headset:before { - content: "\eb88"; -} -.ph-bold.ph-heartbeat:before { - content: "\eb89"; -} -.ph-bold.ph-heart:before { - content: "\eb8a"; -} -.ph-bold.ph-heart-break:before { - content: "\eb8b"; -} -.ph-bold.ph-heart-half:before { - content: "\eb8c"; -} -.ph-bold.ph-heart-straight:before { - content: "\eb8d"; -} -.ph-bold.ph-heart-straight-break:before { - content: "\eb8e"; -} -.ph-bold.ph-hexagon:before { - content: "\eb8f"; -} -.ph-bold.ph-high-heel:before { - content: "\eb90"; -} -.ph-bold.ph-highlighter-circle:before { - content: "\eb91"; -} -.ph-bold.ph-hoodie:before { - content: "\eb92"; -} -.ph-bold.ph-horse:before { - content: "\eb93"; -} -.ph-bold.ph-hourglass:before { - content: "\eb94"; -} -.ph-bold.ph-hourglass-high:before { - content: "\eb95"; -} -.ph-bold.ph-hourglass-low:before { - content: "\eb96"; -} -.ph-bold.ph-hourglass-medium:before { - content: "\eb97"; -} -.ph-bold.ph-hourglass-simple:before { - content: "\eb98"; -} -.ph-bold.ph-hourglass-simple-high:before { - content: "\eb99"; -} -.ph-bold.ph-hourglass-simple-low:before { - content: "\eb9a"; -} -.ph-bold.ph-hourglass-simple-medium:before { - content: "\eb9b"; -} -.ph-bold.ph-house:before { - content: "\eb9c"; -} -.ph-bold.ph-house-line:before { - content: "\eb9d"; -} -.ph-bold.ph-house-simple:before { - content: "\eb9e"; -} -.ph-bold.ph-ice-cream:before { - content: "\eb9f"; -} -.ph-bold.ph-identification-badge:before { - content: "\eba0"; -} -.ph-bold.ph-identification-card:before { - content: "\eba1"; -} -.ph-bold.ph-image:before { - content: "\eba2"; -} -.ph-bold.ph-images:before { - content: "\eba3"; -} -.ph-bold.ph-image-square:before { - content: "\eba4"; -} -.ph-bold.ph-images-square:before { - content: "\eba5"; -} -.ph-bold.ph-infinity:before { - content: "\eba6"; -} -.ph-bold.ph-info:before { - content: "\eba7"; -} -.ph-bold.ph-instagram-logo:before { - content: "\eba8"; -} -.ph-bold.ph-intersect:before { - content: "\eba9"; -} -.ph-bold.ph-intersect-square:before { - content: "\ebaa"; -} -.ph-bold.ph-intersect-three:before { - content: "\ebab"; -} -.ph-bold.ph-jeep:before { - content: "\ebac"; -} -.ph-bold.ph-kanban:before { - content: "\ebad"; -} -.ph-bold.ph-keyboard:before { - content: "\ebae"; -} -.ph-bold.ph-key:before { - content: "\ebaf"; -} -.ph-bold.ph-keyhole:before { - content: "\ebb0"; -} -.ph-bold.ph-key-return:before { - content: "\ebb1"; -} -.ph-bold.ph-knife:before { - content: "\ebb2"; -} -.ph-bold.ph-ladder:before { - content: "\ebb3"; -} -.ph-bold.ph-ladder-simple:before { - content: "\ebb4"; -} -.ph-bold.ph-lamp:before { - content: "\ebb5"; -} -.ph-bold.ph-laptop:before { - content: "\ebb6"; -} -.ph-bold.ph-layout:before { - content: "\ebb7"; -} -.ph-bold.ph-leaf:before { - content: "\ebb8"; -} -.ph-bold.ph-lifebuoy:before { - content: "\ebb9"; -} -.ph-bold.ph-lightbulb:before { - content: "\ebba"; -} -.ph-bold.ph-lightbulb-filament:before { - content: "\ebbb"; -} -.ph-bold.ph-lighthouse:before { - content: "\ebbc"; -} -.ph-bold.ph-lightning-a:before { - content: "\ebbd"; -} -.ph-bold.ph-lightning:before { - content: "\ebbe"; -} -.ph-bold.ph-lightning-slash:before { - content: "\ebbf"; -} -.ph-bold.ph-line-segment:before { - content: "\ebc0"; -} -.ph-bold.ph-line-segments:before { - content: "\ebc1"; -} -.ph-bold.ph-link:before { - content: "\ebc2"; -} -.ph-bold.ph-link-break:before { - content: "\ebc3"; -} -.ph-bold.ph-linkedin-logo:before { - content: "\ebc4"; -} -.ph-bold.ph-link-simple:before { - content: "\ebc5"; -} -.ph-bold.ph-link-simple-break:before { - content: "\ebc6"; -} -.ph-bold.ph-link-simple-horizontal:before { - content: "\ebc7"; -} -.ph-bold.ph-link-simple-horizontal-break:before { - content: "\ebc8"; -} -.ph-bold.ph-linux-logo:before { - content: "\ebc9"; -} -.ph-bold.ph-list:before { - content: "\ebca"; -} -.ph-bold.ph-list-bullets:before { - content: "\ebcb"; -} -.ph-bold.ph-list-checks:before { - content: "\ebcc"; -} -.ph-bold.ph-list-dashes:before { - content: "\ebcd"; -} -.ph-bold.ph-list-magnifying-glass:before { - content: "\ebce"; -} -.ph-bold.ph-list-numbers:before { - content: "\ebcf"; -} -.ph-bold.ph-list-plus:before { - content: "\ebd0"; -} -.ph-bold.ph-lock:before { - content: "\ebd1"; -} -.ph-bold.ph-lockers:before { - content: "\ebd2"; -} -.ph-bold.ph-lock-key:before { - content: "\ebd3"; -} -.ph-bold.ph-lock-key-open:before { - content: "\ebd4"; -} -.ph-bold.ph-lock-laminated:before { - content: "\ebd5"; -} -.ph-bold.ph-lock-laminated-open:before { - content: "\ebd6"; -} -.ph-bold.ph-lock-open:before { - content: "\ebd7"; -} -.ph-bold.ph-lock-simple:before { - content: "\ebd8"; -} -.ph-bold.ph-lock-simple-open:before { - content: "\ebd9"; -} -.ph-bold.ph-magic-wand:before { - content: "\ebda"; -} -.ph-bold.ph-magnet:before { - content: "\ebdb"; -} -.ph-bold.ph-magnet-straight:before { - content: "\ebdc"; -} -.ph-bold.ph-magnifying-glass:before { - content: "\ebdd"; -} -.ph-bold.ph-magnifying-glass-minus:before { - content: "\ebde"; -} -.ph-bold.ph-magnifying-glass-plus:before { - content: "\ebdf"; -} -.ph-bold.ph-map-pin:before { - content: "\ebe0"; -} -.ph-bold.ph-map-pin-line:before { - content: "\ebe1"; -} -.ph-bold.ph-map-trifold:before { - content: "\ebe2"; -} -.ph-bold.ph-marker-circle:before { - content: "\ebe3"; -} -.ph-bold.ph-martini:before { - content: "\ebe4"; -} -.ph-bold.ph-mask-happy:before { - content: "\ebe5"; -} -.ph-bold.ph-mask-sad:before { - content: "\ebe6"; -} -.ph-bold.ph-math-operations:before { - content: "\ebe7"; -} -.ph-bold.ph-medal:before { - content: "\ebe8"; -} -.ph-bold.ph-medal-military:before { - content: "\ebe9"; -} -.ph-bold.ph-medium-logo:before { - content: "\ebea"; -} -.ph-bold.ph-megaphone:before { - content: "\ebeb"; -} -.ph-bold.ph-megaphone-simple:before { - content: "\ebec"; -} -.ph-bold.ph-messenger-logo:before { - content: "\ebed"; -} -.ph-bold.ph-meta-logo:before { - content: "\ebee"; -} -.ph-bold.ph-metronome:before { - content: "\ebef"; -} -.ph-bold.ph-microphone:before { - content: "\ebf0"; -} -.ph-bold.ph-microphone-slash:before { - content: "\ebf1"; -} -.ph-bold.ph-microphone-stage:before { - content: "\ebf2"; -} -.ph-bold.ph-microsoft-excel-logo:before { - content: "\ebf3"; -} -.ph-bold.ph-microsoft-outlook-logo:before { - content: "\ebf4"; -} -.ph-bold.ph-microsoft-powerpoint-logo:before { - content: "\ebf5"; -} -.ph-bold.ph-microsoft-teams-logo:before { - content: "\ebf6"; -} -.ph-bold.ph-microsoft-word-logo:before { - content: "\ebf7"; -} -.ph-bold.ph-minus:before { - content: "\ebf8"; -} -.ph-bold.ph-minus-circle:before { - content: "\ebf9"; -} -.ph-bold.ph-minus-square:before { - content: "\ebfa"; -} -.ph-bold.ph-money:before { - content: "\ebfb"; -} -.ph-bold.ph-monitor:before { - content: "\ebfc"; -} -.ph-bold.ph-monitor-play:before { - content: "\ebfd"; -} -.ph-bold.ph-moon:before { - content: "\ebfe"; -} -.ph-bold.ph-moon-stars:before { - content: "\ebff"; -} -.ph-bold.ph-moped:before { - content: "\ec00"; -} -.ph-bold.ph-moped-front:before { - content: "\ec01"; -} -.ph-bold.ph-mosque:before { - content: "\ec02"; -} -.ph-bold.ph-motorcycle:before { - content: "\ec03"; -} -.ph-bold.ph-mountains:before { - content: "\ec04"; -} -.ph-bold.ph-mouse:before { - content: "\ec05"; -} -.ph-bold.ph-mouse-simple:before { - content: "\ec06"; -} -.ph-bold.ph-music-note:before { - content: "\ec07"; -} -.ph-bold.ph-music-notes:before { - content: "\ec08"; -} -.ph-bold.ph-music-note-simple:before { - content: "\ec09"; -} -.ph-bold.ph-music-notes-plus:before { - content: "\ec0a"; -} -.ph-bold.ph-music-notes-simple:before { - content: "\ec0b"; -} -.ph-bold.ph-navigation-arrow:before { - content: "\ec0c"; -} -.ph-bold.ph-needle:before { - content: "\ec0d"; -} -.ph-bold.ph-newspaper:before { - content: "\ec0e"; -} -.ph-bold.ph-newspaper-clipping:before { - content: "\ec0f"; -} -.ph-bold.ph-notches:before { - content: "\ec10"; -} -.ph-bold.ph-note-blank:before { - content: "\ec11"; -} -.ph-bold.ph-note:before { - content: "\ec12"; -} -.ph-bold.ph-notebook:before { - content: "\ec13"; -} -.ph-bold.ph-notepad:before { - content: "\ec14"; -} -.ph-bold.ph-note-pencil:before { - content: "\ec15"; -} -.ph-bold.ph-notification:before { - content: "\ec16"; -} -.ph-bold.ph-notion-logo:before { - content: "\ec17"; -} -.ph-bold.ph-number-circle-eight:before { - content: "\ec18"; -} -.ph-bold.ph-number-circle-five:before { - content: "\ec19"; -} -.ph-bold.ph-number-circle-four:before { - content: "\ec1a"; -} -.ph-bold.ph-number-circle-nine:before { - content: "\ec1b"; -} -.ph-bold.ph-number-circle-one:before { - content: "\ec1c"; -} -.ph-bold.ph-number-circle-seven:before { - content: "\ec1d"; -} -.ph-bold.ph-number-circle-six:before { - content: "\ec1e"; -} -.ph-bold.ph-number-circle-three:before { - content: "\ec1f"; -} -.ph-bold.ph-number-circle-two:before { - content: "\ec20"; -} -.ph-bold.ph-number-circle-zero:before { - content: "\ec21"; -} -.ph-bold.ph-number-eight:before { - content: "\ec22"; -} -.ph-bold.ph-number-five:before { - content: "\ec23"; -} -.ph-bold.ph-number-four:before { - content: "\ec24"; -} -.ph-bold.ph-number-nine:before { - content: "\ec25"; -} -.ph-bold.ph-number-one:before { - content: "\ec26"; -} -.ph-bold.ph-number-seven:before { - content: "\ec27"; -} -.ph-bold.ph-number-six:before { - content: "\ec28"; -} -.ph-bold.ph-number-square-eight:before { - content: "\ec29"; -} -.ph-bold.ph-number-square-five:before { - content: "\ec2a"; -} -.ph-bold.ph-number-square-four:before { - content: "\ec2b"; -} -.ph-bold.ph-number-square-nine:before { - content: "\ec2c"; -} -.ph-bold.ph-number-square-one:before { - content: "\ec2d"; -} -.ph-bold.ph-number-square-seven:before { - content: "\ec2e"; -} -.ph-bold.ph-number-square-six:before { - content: "\ec2f"; -} -.ph-bold.ph-number-square-three:before { - content: "\ec30"; -} -.ph-bold.ph-number-square-two:before { - content: "\ec31"; -} -.ph-bold.ph-number-square-zero:before { - content: "\ec32"; -} -.ph-bold.ph-number-three:before { - content: "\ec33"; -} -.ph-bold.ph-number-two:before { - content: "\ec34"; -} -.ph-bold.ph-number-zero:before { - content: "\ec35"; -} -.ph-bold.ph-nut:before { - content: "\ec36"; -} -.ph-bold.ph-ny-times-logo:before { - content: "\ec37"; -} -.ph-bold.ph-octagon:before { - content: "\ec38"; -} -.ph-bold.ph-office-chair:before { - content: "\ec39"; -} -.ph-bold.ph-option:before { - content: "\ec3a"; -} -.ph-bold.ph-orange-slice:before { - content: "\ec3b"; -} -.ph-bold.ph-package:before { - content: "\ec3c"; -} -.ph-bold.ph-paint-brush:before { - content: "\ec3d"; -} -.ph-bold.ph-paint-brush-broad:before { - content: "\ec3e"; -} -.ph-bold.ph-paint-brush-household:before { - content: "\ec3f"; -} -.ph-bold.ph-paint-bucket:before { - content: "\ec40"; -} -.ph-bold.ph-paint-roller:before { - content: "\ec41"; -} -.ph-bold.ph-palette:before { - content: "\ec42"; -} -.ph-bold.ph-pants:before { - content: "\ec43"; -} -.ph-bold.ph-paperclip:before { - content: "\ec44"; -} -.ph-bold.ph-paperclip-horizontal:before { - content: "\ec45"; -} -.ph-bold.ph-paper-plane:before { - content: "\ec46"; -} -.ph-bold.ph-paper-plane-right:before { - content: "\ec47"; -} -.ph-bold.ph-paper-plane-tilt:before { - content: "\ec48"; -} -.ph-bold.ph-parachute:before { - content: "\ec49"; -} -.ph-bold.ph-paragraph:before { - content: "\ec4a"; -} -.ph-bold.ph-parallelogram:before { - content: "\ec4b"; -} -.ph-bold.ph-park:before { - content: "\ec4c"; -} -.ph-bold.ph-password:before { - content: "\ec4d"; -} -.ph-bold.ph-path:before { - content: "\ec4e"; -} -.ph-bold.ph-patreon-logo:before { - content: "\ec4f"; -} -.ph-bold.ph-pause:before { - content: "\ec50"; -} -.ph-bold.ph-pause-circle:before { - content: "\ec51"; -} -.ph-bold.ph-paw-print:before { - content: "\ec52"; -} -.ph-bold.ph-paypal-logo:before { - content: "\ec53"; -} -.ph-bold.ph-peace:before { - content: "\ec54"; -} -.ph-bold.ph-pen:before { - content: "\ec55"; -} -.ph-bold.ph-pencil:before { - content: "\ec56"; -} -.ph-bold.ph-pencil-circle:before { - content: "\ec57"; -} -.ph-bold.ph-pencil-line:before { - content: "\ec58"; -} -.ph-bold.ph-pencil-simple:before { - content: "\ec59"; -} -.ph-bold.ph-pencil-simple-line:before { - content: "\ec5a"; -} -.ph-bold.ph-pencil-simple-slash:before { - content: "\ec5b"; -} -.ph-bold.ph-pencil-slash:before { - content: "\ec5c"; -} -.ph-bold.ph-pen-nib:before { - content: "\ec5d"; -} -.ph-bold.ph-pen-nib-straight:before { - content: "\ec5e"; -} -.ph-bold.ph-pentagram:before { - content: "\ec5f"; -} -.ph-bold.ph-pepper:before { - content: "\ec60"; -} -.ph-bold.ph-percent:before { - content: "\ec61"; -} -.ph-bold.ph-person-arms-spread:before { - content: "\ec62"; -} -.ph-bold.ph-person:before { - content: "\ec63"; -} -.ph-bold.ph-person-simple-bike:before { - content: "\ec64"; -} -.ph-bold.ph-person-simple:before { - content: "\ec65"; -} -.ph-bold.ph-person-simple-run:before { - content: "\ec66"; -} -.ph-bold.ph-person-simple-throw:before { - content: "\ec67"; -} -.ph-bold.ph-person-simple-walk:before { - content: "\ec68"; -} -.ph-bold.ph-perspective:before { - content: "\ec69"; -} -.ph-bold.ph-phone:before { - content: "\ec6a"; -} -.ph-bold.ph-phone-call:before { - content: "\ec6b"; -} -.ph-bold.ph-phone-disconnect:before { - content: "\ec6c"; -} -.ph-bold.ph-phone-incoming:before { - content: "\ec6d"; -} -.ph-bold.ph-phone-outgoing:before { - content: "\ec6e"; -} -.ph-bold.ph-phone-plus:before { - content: "\ec6f"; -} -.ph-bold.ph-phone-slash:before { - content: "\ec70"; -} -.ph-bold.ph-phone-x:before { - content: "\ec71"; -} -.ph-bold.ph-phosphor-logo:before { - content: "\ec72"; -} -.ph-bold.ph-piano-keys:before { - content: "\ec73"; -} -.ph-bold.ph-pi:before { - content: "\ec74"; -} -.ph-bold.ph-picture-in-picture:before { - content: "\ec75"; -} -.ph-bold.ph-piggy-bank:before { - content: "\ec76"; -} -.ph-bold.ph-pill:before { - content: "\ec77"; -} -.ph-bold.ph-pinterest-logo:before { - content: "\ec78"; -} -.ph-bold.ph-pinwheel:before { - content: "\ec79"; -} -.ph-bold.ph-pizza:before { - content: "\ec7a"; -} -.ph-bold.ph-placeholder:before { - content: "\ec7b"; -} -.ph-bold.ph-planet:before { - content: "\ec7c"; -} -.ph-bold.ph-plant:before { - content: "\ec7d"; -} -.ph-bold.ph-play:before { - content: "\ec7e"; -} -.ph-bold.ph-play-circle:before { - content: "\ec7f"; -} -.ph-bold.ph-playlist:before { - content: "\ec80"; -} -.ph-bold.ph-play-pause:before { - content: "\ec81"; -} -.ph-bold.ph-plug:before { - content: "\ec82"; -} -.ph-bold.ph-plug-charging:before { - content: "\ec83"; -} -.ph-bold.ph-plugs:before { - content: "\ec84"; -} -.ph-bold.ph-plugs-connected:before { - content: "\ec85"; -} -.ph-bold.ph-plus:before { - content: "\ec86"; -} -.ph-bold.ph-plus-circle:before { - content: "\ec87"; -} -.ph-bold.ph-plus-minus:before { - content: "\ec88"; -} -.ph-bold.ph-plus-square:before { - content: "\ec89"; -} -.ph-bold.ph-poker-chip:before { - content: "\ec8a"; -} -.ph-bold.ph-police-car:before { - content: "\ec8b"; -} -.ph-bold.ph-polygon:before { - content: "\ec8c"; -} -.ph-bold.ph-popcorn:before { - content: "\ec8d"; -} -.ph-bold.ph-potted-plant:before { - content: "\ec8e"; -} -.ph-bold.ph-power:before { - content: "\ec8f"; -} -.ph-bold.ph-prescription:before { - content: "\ec90"; -} -.ph-bold.ph-presentation:before { - content: "\ec91"; -} -.ph-bold.ph-presentation-chart:before { - content: "\ec92"; -} -.ph-bold.ph-printer:before { - content: "\ec93"; -} -.ph-bold.ph-prohibit:before { - content: "\ec94"; -} -.ph-bold.ph-prohibit-inset:before { - content: "\ec95"; -} -.ph-bold.ph-projector-screen:before { - content: "\ec96"; -} -.ph-bold.ph-projector-screen-chart:before { - content: "\ec97"; -} -.ph-bold.ph-pulse:before, .ph-bold.ph-activity:before { - content: "\ec98"; -} -.ph-bold.ph-push-pin:before { - content: "\ec99"; -} -.ph-bold.ph-push-pin-simple:before { - content: "\ec9a"; -} -.ph-bold.ph-push-pin-simple-slash:before { - content: "\ec9b"; -} -.ph-bold.ph-push-pin-slash:before { - content: "\ec9c"; -} -.ph-bold.ph-puzzle-piece:before { - content: "\ec9d"; -} -.ph-bold.ph-qr-code:before { - content: "\ec9e"; -} -.ph-bold.ph-question:before { - content: "\ec9f"; -} -.ph-bold.ph-queue:before { - content: "\eca0"; -} -.ph-bold.ph-quotes:before { - content: "\eca1"; -} -.ph-bold.ph-radical:before { - content: "\eca2"; -} -.ph-bold.ph-radioactive:before { - content: "\eca3"; -} -.ph-bold.ph-radio:before { - content: "\eca4"; -} -.ph-bold.ph-radio-button:before { - content: "\eca5"; -} -.ph-bold.ph-rainbow:before { - content: "\eca6"; -} -.ph-bold.ph-rainbow-cloud:before { - content: "\eca7"; -} -.ph-bold.ph-read-cv-logo:before { - content: "\eca8"; -} -.ph-bold.ph-receipt:before { - content: "\eca9"; -} -.ph-bold.ph-receipt-x:before { - content: "\ecaa"; -} -.ph-bold.ph-record:before { - content: "\ecab"; -} -.ph-bold.ph-rectangle:before { - content: "\ecac"; -} -.ph-bold.ph-recycle:before { - content: "\ecad"; -} -.ph-bold.ph-reddit-logo:before { - content: "\ecae"; -} -.ph-bold.ph-repeat:before { - content: "\ecaf"; -} -.ph-bold.ph-repeat-once:before { - content: "\ecb0"; -} -.ph-bold.ph-rewind:before { - content: "\ecb1"; -} -.ph-bold.ph-rewind-circle:before { - content: "\ecb2"; -} -.ph-bold.ph-road-horizon:before { - content: "\ecb3"; -} -.ph-bold.ph-robot:before { - content: "\ecb4"; -} -.ph-bold.ph-rocket:before { - content: "\ecb5"; -} -.ph-bold.ph-rocket-launch:before { - content: "\ecb6"; -} -.ph-bold.ph-rows:before { - content: "\ecb7"; -} -.ph-bold.ph-rss:before { - content: "\ecb8"; -} -.ph-bold.ph-rss-simple:before { - content: "\ecb9"; -} -.ph-bold.ph-rug:before { - content: "\ecba"; -} -.ph-bold.ph-ruler:before { - content: "\ecbb"; -} -.ph-bold.ph-scales:before { - content: "\ecbc"; -} -.ph-bold.ph-scan:before { - content: "\ecbd"; -} -.ph-bold.ph-scissors:before { - content: "\ecbe"; -} -.ph-bold.ph-scooter:before { - content: "\ecbf"; -} -.ph-bold.ph-screencast:before { - content: "\ecc0"; -} -.ph-bold.ph-scribble-loop:before { - content: "\ecc1"; -} -.ph-bold.ph-scroll:before { - content: "\ecc2"; -} -.ph-bold.ph-seal:before, .ph-bold.ph-circle-wavy:before { - content: "\ecc3"; -} -.ph-bold.ph-seal-check:before, .ph-bold.ph-circle-wavy-check:before { - content: "\ecc4"; -} -.ph-bold.ph-seal-question:before, .ph-bold.ph-circle-wavy-question:before { - content: "\ecc5"; -} -.ph-bold.ph-seal-warning:before, .ph-bold.ph-circle-wavy-warning:before { - content: "\ecc6"; -} -.ph-bold.ph-selection-all:before { - content: "\ecc7"; -} -.ph-bold.ph-selection-background:before { - content: "\ecc8"; -} -.ph-bold.ph-selection:before { - content: "\ecc9"; -} -.ph-bold.ph-selection-foreground:before { - content: "\ecca"; -} -.ph-bold.ph-selection-inverse:before { - content: "\eccb"; -} -.ph-bold.ph-selection-plus:before { - content: "\eccc"; -} -.ph-bold.ph-selection-slash:before { - content: "\eccd"; -} -.ph-bold.ph-shapes:before { - content: "\ecce"; -} -.ph-bold.ph-share:before { - content: "\eccf"; -} -.ph-bold.ph-share-fat:before { - content: "\ecd0"; -} -.ph-bold.ph-share-network:before { - content: "\ecd1"; -} -.ph-bold.ph-shield:before { - content: "\ecd2"; -} -.ph-bold.ph-shield-check:before { - content: "\ecd3"; -} -.ph-bold.ph-shield-checkered:before { - content: "\ecd4"; -} -.ph-bold.ph-shield-chevron:before { - content: "\ecd5"; -} -.ph-bold.ph-shield-plus:before { - content: "\ecd6"; -} -.ph-bold.ph-shield-slash:before { - content: "\ecd7"; -} -.ph-bold.ph-shield-star:before { - content: "\ecd8"; -} -.ph-bold.ph-shield-warning:before { - content: "\ecd9"; -} -.ph-bold.ph-shirt-folded:before { - content: "\ecda"; -} -.ph-bold.ph-shooting-star:before { - content: "\ecdb"; -} -.ph-bold.ph-shopping-bag:before { - content: "\ecdc"; -} -.ph-bold.ph-shopping-bag-open:before { - content: "\ecdd"; -} -.ph-bold.ph-shopping-cart:before { - content: "\ecde"; -} -.ph-bold.ph-shopping-cart-simple:before { - content: "\ecdf"; -} -.ph-bold.ph-shower:before { - content: "\ece0"; -} -.ph-bold.ph-shrimp:before { - content: "\ece1"; -} -.ph-bold.ph-shuffle-angular:before { - content: "\ece2"; -} -.ph-bold.ph-shuffle:before { - content: "\ece3"; -} -.ph-bold.ph-shuffle-simple:before { - content: "\ece4"; -} -.ph-bold.ph-sidebar:before { - content: "\ece5"; -} -.ph-bold.ph-sidebar-simple:before { - content: "\ece6"; -} -.ph-bold.ph-sigma:before { - content: "\ece7"; -} -.ph-bold.ph-signature:before { - content: "\ece8"; -} -.ph-bold.ph-sign-in:before { - content: "\ece9"; -} -.ph-bold.ph-sign-out:before { - content: "\ecea"; -} -.ph-bold.ph-signpost:before { - content: "\eceb"; -} -.ph-bold.ph-sim-card:before { - content: "\ecec"; -} -.ph-bold.ph-siren:before { - content: "\eced"; -} -.ph-bold.ph-sketch-logo:before { - content: "\ecee"; -} -.ph-bold.ph-skip-back:before { - content: "\ecef"; -} -.ph-bold.ph-skip-back-circle:before { - content: "\ecf0"; -} -.ph-bold.ph-skip-forward:before { - content: "\ecf1"; -} -.ph-bold.ph-skip-forward-circle:before { - content: "\ecf2"; -} -.ph-bold.ph-skull:before { - content: "\ecf3"; -} -.ph-bold.ph-slack-logo:before { - content: "\ecf4"; -} -.ph-bold.ph-sliders:before { - content: "\ecf5"; -} -.ph-bold.ph-sliders-horizontal:before { - content: "\ecf6"; -} -.ph-bold.ph-slideshow:before { - content: "\ecf7"; -} -.ph-bold.ph-smiley-angry:before { - content: "\ecf8"; -} -.ph-bold.ph-smiley-blank:before { - content: "\ecf9"; -} -.ph-bold.ph-smiley:before { - content: "\ecfa"; -} -.ph-bold.ph-smiley-meh:before { - content: "\ecfb"; -} -.ph-bold.ph-smiley-nervous:before { - content: "\ecfc"; -} -.ph-bold.ph-smiley-sad:before { - content: "\ecfd"; -} -.ph-bold.ph-smiley-sticker:before { - content: "\ecfe"; -} -.ph-bold.ph-smiley-wink:before { - content: "\ecff"; -} -.ph-bold.ph-smiley-x-eyes:before { - content: "\ed00"; -} -.ph-bold.ph-snapchat-logo:before { - content: "\ed01"; -} -.ph-bold.ph-sneaker:before { - content: "\ed02"; -} -.ph-bold.ph-sneaker-move:before { - content: "\ed03"; -} -.ph-bold.ph-snowflake:before { - content: "\ed04"; -} -.ph-bold.ph-soccer-ball:before { - content: "\ed05"; -} -.ph-bold.ph-sort-ascending:before { - content: "\ed06"; -} -.ph-bold.ph-sort-descending:before { - content: "\ed07"; -} -.ph-bold.ph-soundcloud-logo:before { - content: "\ed08"; -} -.ph-bold.ph-spade:before { - content: "\ed09"; -} -.ph-bold.ph-sparkle:before { - content: "\ed0a"; -} -.ph-bold.ph-speaker-hifi:before { - content: "\ed0b"; -} -.ph-bold.ph-speaker-high:before { - content: "\ed0c"; -} -.ph-bold.ph-speaker-low:before { - content: "\ed0d"; -} -.ph-bold.ph-speaker-none:before { - content: "\ed0e"; -} -.ph-bold.ph-speaker-simple-high:before { - content: "\ed0f"; -} -.ph-bold.ph-speaker-simple-low:before { - content: "\ed10"; -} -.ph-bold.ph-speaker-simple-none:before { - content: "\ed11"; -} -.ph-bold.ph-speaker-simple-slash:before { - content: "\ed12"; -} -.ph-bold.ph-speaker-simple-x:before { - content: "\ed13"; -} -.ph-bold.ph-speaker-slash:before { - content: "\ed14"; -} -.ph-bold.ph-speaker-x:before { - content: "\ed15"; -} -.ph-bold.ph-spinner:before { - content: "\ed16"; -} -.ph-bold.ph-spinner-gap:before { - content: "\ed17"; -} -.ph-bold.ph-spiral:before { - content: "\ed18"; -} -.ph-bold.ph-split-horizontal:before { - content: "\ed19"; -} -.ph-bold.ph-split-vertical:before { - content: "\ed1a"; -} -.ph-bold.ph-spotify-logo:before { - content: "\ed1b"; -} -.ph-bold.ph-square:before { - content: "\ed1c"; -} -.ph-bold.ph-square-half:before { - content: "\ed1d"; -} -.ph-bold.ph-square-half-bottom:before { - content: "\ed1e"; -} -.ph-bold.ph-square-logo:before { - content: "\ed1f"; -} -.ph-bold.ph-squares-four:before { - content: "\ed20"; -} -.ph-bold.ph-square-split-horizontal:before { - content: "\ed21"; -} -.ph-bold.ph-square-split-vertical:before { - content: "\ed22"; -} -.ph-bold.ph-stack:before { - content: "\ed23"; -} -.ph-bold.ph-stack-overflow-logo:before { - content: "\ed24"; -} -.ph-bold.ph-stack-simple:before { - content: "\ed25"; -} -.ph-bold.ph-stairs:before { - content: "\ed26"; -} -.ph-bold.ph-stamp:before { - content: "\ed27"; -} -.ph-bold.ph-star-and-crescent:before { - content: "\ed28"; -} -.ph-bold.ph-star:before { - content: "\ed29"; -} -.ph-bold.ph-star-four:before { - content: "\ed2a"; -} -.ph-bold.ph-star-half:before { - content: "\ed2b"; -} -.ph-bold.ph-star-of-david:before { - content: "\ed2c"; -} -.ph-bold.ph-steering-wheel:before { - content: "\ed2d"; -} -.ph-bold.ph-steps:before { - content: "\ed2e"; -} -.ph-bold.ph-stethoscope:before { - content: "\ed2f"; -} -.ph-bold.ph-sticker:before { - content: "\ed30"; -} -.ph-bold.ph-stool:before { - content: "\ed31"; -} -.ph-bold.ph-stop:before { - content: "\ed32"; -} -.ph-bold.ph-stop-circle:before { - content: "\ed33"; -} -.ph-bold.ph-storefront:before { - content: "\ed34"; -} -.ph-bold.ph-strategy:before { - content: "\ed35"; -} -.ph-bold.ph-stripe-logo:before { - content: "\ed36"; -} -.ph-bold.ph-student:before { - content: "\ed37"; -} -.ph-bold.ph-subtitles:before { - content: "\ed38"; -} -.ph-bold.ph-subtract:before { - content: "\ed39"; -} -.ph-bold.ph-subtract-square:before { - content: "\ed3a"; -} -.ph-bold.ph-suitcase:before { - content: "\ed3b"; -} -.ph-bold.ph-suitcase-rolling:before { - content: "\ed3c"; -} -.ph-bold.ph-suitcase-simple:before { - content: "\ed3d"; -} -.ph-bold.ph-sun:before { - content: "\ed3e"; -} -.ph-bold.ph-sun-dim:before { - content: "\ed3f"; -} -.ph-bold.ph-sunglasses:before { - content: "\ed40"; -} -.ph-bold.ph-sun-horizon:before { - content: "\ed41"; -} -.ph-bold.ph-swap:before { - content: "\ed42"; -} -.ph-bold.ph-swatches:before { - content: "\ed43"; -} -.ph-bold.ph-swimming-pool:before { - content: "\ed44"; -} -.ph-bold.ph-sword:before { - content: "\ed45"; -} -.ph-bold.ph-synagogue:before { - content: "\ed46"; -} -.ph-bold.ph-syringe:before { - content: "\ed47"; -} -.ph-bold.ph-table:before { - content: "\ed48"; -} -.ph-bold.ph-tabs:before { - content: "\ed49"; -} -.ph-bold.ph-tag:before { - content: "\ed4a"; -} -.ph-bold.ph-tag-chevron:before { - content: "\ed4b"; -} -.ph-bold.ph-tag-simple:before { - content: "\ed4c"; -} -.ph-bold.ph-target:before { - content: "\ed4d"; -} -.ph-bold.ph-taxi:before { - content: "\ed4e"; -} -.ph-bold.ph-telegram-logo:before { - content: "\ed4f"; -} -.ph-bold.ph-television:before { - content: "\ed50"; -} -.ph-bold.ph-television-simple:before { - content: "\ed51"; -} -.ph-bold.ph-tennis-ball:before { - content: "\ed52"; -} -.ph-bold.ph-tent:before { - content: "\ed53"; -} -.ph-bold.ph-terminal:before { - content: "\ed54"; -} -.ph-bold.ph-terminal-window:before { - content: "\ed55"; -} -.ph-bold.ph-test-tube:before { - content: "\ed56"; -} -.ph-bold.ph-text-aa:before { - content: "\ed57"; -} -.ph-bold.ph-text-align-center:before { - content: "\ed58"; -} -.ph-bold.ph-text-align-justify:before { - content: "\ed59"; -} -.ph-bold.ph-text-align-left:before { - content: "\ed5a"; -} -.ph-bold.ph-text-align-right:before { - content: "\ed5b"; -} -.ph-bold.ph-text-a-underline:before { - content: "\ed5c"; -} -.ph-bold.ph-text-b:before, .ph-bold.ph-text-bolder:before { - content: "\ed5d"; -} -.ph-bold.ph-textbox:before { - content: "\ed5e"; -} -.ph-bold.ph-text-columns:before { - content: "\ed5f"; -} -.ph-bold.ph-text-h:before { - content: "\ed60"; -} -.ph-bold.ph-text-h-five:before { - content: "\ed61"; -} -.ph-bold.ph-text-h-four:before { - content: "\ed62"; -} -.ph-bold.ph-text-h-one:before { - content: "\ed63"; -} -.ph-bold.ph-text-h-six:before { - content: "\ed64"; -} -.ph-bold.ph-text-h-three:before { - content: "\ed65"; -} -.ph-bold.ph-text-h-two:before { - content: "\ed66"; -} -.ph-bold.ph-text-indent:before { - content: "\ed67"; -} -.ph-bold.ph-text-italic:before { - content: "\ed68"; -} -.ph-bold.ph-text-outdent:before { - content: "\ed69"; -} -.ph-bold.ph-text-strikethrough:before { - content: "\ed6a"; -} -.ph-bold.ph-text-t:before { - content: "\ed6b"; -} -.ph-bold.ph-text-underline:before { - content: "\ed6c"; -} -.ph-bold.ph-thermometer:before { - content: "\ed6d"; -} -.ph-bold.ph-thermometer-cold:before { - content: "\ed6e"; -} -.ph-bold.ph-thermometer-hot:before { - content: "\ed6f"; -} -.ph-bold.ph-thermometer-simple:before { - content: "\ed70"; -} -.ph-bold.ph-thumbs-down:before { - content: "\ed71"; -} -.ph-bold.ph-thumbs-up:before { - content: "\ed72"; -} -.ph-bold.ph-ticket:before { - content: "\ed73"; -} -.ph-bold.ph-tidal-logo:before { - content: "\ed74"; -} -.ph-bold.ph-tiktok-logo:before { - content: "\ed75"; -} -.ph-bold.ph-timer:before { - content: "\ed76"; -} -.ph-bold.ph-tipi:before { - content: "\ed77"; -} -.ph-bold.ph-toggle-left:before { - content: "\ed78"; -} -.ph-bold.ph-toggle-right:before { - content: "\ed79"; -} -.ph-bold.ph-toilet:before { - content: "\ed7a"; -} -.ph-bold.ph-toilet-paper:before { - content: "\ed7b"; -} -.ph-bold.ph-toolbox:before { - content: "\ed7c"; -} -.ph-bold.ph-tooth:before { - content: "\ed7d"; -} -.ph-bold.ph-tote:before { - content: "\ed7e"; -} -.ph-bold.ph-tote-simple:before { - content: "\ed7f"; -} -.ph-bold.ph-trademark:before { - content: "\ed80"; -} -.ph-bold.ph-trademark-registered:before { - content: "\ed81"; -} -.ph-bold.ph-traffic-cone:before { - content: "\ed82"; -} -.ph-bold.ph-traffic-signal:before { - content: "\ed83"; -} -.ph-bold.ph-traffic-sign:before { - content: "\ed84"; -} -.ph-bold.ph-train:before { - content: "\ed85"; -} -.ph-bold.ph-train-regional:before { - content: "\ed86"; -} -.ph-bold.ph-train-simple:before { - content: "\ed87"; -} -.ph-bold.ph-tram:before { - content: "\ed88"; -} -.ph-bold.ph-translate:before { - content: "\ed89"; -} -.ph-bold.ph-trash:before { - content: "\ed8a"; -} -.ph-bold.ph-trash-simple:before { - content: "\ed8b"; -} -.ph-bold.ph-tray:before { - content: "\ed8c"; -} -.ph-bold.ph-tree:before { - content: "\ed8d"; -} -.ph-bold.ph-tree-evergreen:before { - content: "\ed8e"; -} -.ph-bold.ph-tree-palm:before { - content: "\ed8f"; -} -.ph-bold.ph-tree-structure:before { - content: "\ed90"; -} -.ph-bold.ph-trend-down:before { - content: "\ed91"; -} -.ph-bold.ph-trend-up:before { - content: "\ed92"; -} -.ph-bold.ph-triangle:before { - content: "\ed93"; -} -.ph-bold.ph-trophy:before { - content: "\ed94"; -} -.ph-bold.ph-truck:before { - content: "\ed95"; -} -.ph-bold.ph-t-shirt:before { - content: "\ed96"; -} -.ph-bold.ph-twitch-logo:before { - content: "\ed97"; -} -.ph-bold.ph-twitter-logo:before { - content: "\ed98"; -} -.ph-bold.ph-umbrella:before { - content: "\ed99"; -} -.ph-bold.ph-umbrella-simple:before { - content: "\ed9a"; -} -.ph-bold.ph-unite:before { - content: "\ed9b"; -} -.ph-bold.ph-unite-square:before { - content: "\ed9c"; -} -.ph-bold.ph-upload:before { - content: "\ed9d"; -} -.ph-bold.ph-upload-simple:before { - content: "\ed9e"; -} -.ph-bold.ph-usb:before { - content: "\ed9f"; -} -.ph-bold.ph-user:before { - content: "\eda0"; -} -.ph-bold.ph-user-circle:before { - content: "\eda1"; -} -.ph-bold.ph-user-circle-gear:before { - content: "\eda2"; -} -.ph-bold.ph-user-circle-minus:before { - content: "\eda3"; -} -.ph-bold.ph-user-circle-plus:before { - content: "\eda4"; -} -.ph-bold.ph-user-focus:before { - content: "\eda5"; -} -.ph-bold.ph-user-gear:before { - content: "\eda6"; -} -.ph-bold.ph-user-list:before { - content: "\eda7"; -} -.ph-bold.ph-user-minus:before { - content: "\eda8"; -} -.ph-bold.ph-user-plus:before { - content: "\eda9"; -} -.ph-bold.ph-user-rectangle:before { - content: "\edaa"; -} -.ph-bold.ph-users:before { - content: "\edab"; -} -.ph-bold.ph-users-four:before { - content: "\edac"; -} -.ph-bold.ph-user-square:before { - content: "\edad"; -} -.ph-bold.ph-users-three:before { - content: "\edae"; -} -.ph-bold.ph-user-switch:before { - content: "\edaf"; -} -.ph-bold.ph-van:before { - content: "\edb0"; -} -.ph-bold.ph-vault:before { - content: "\edb1"; -} -.ph-bold.ph-vibrate:before { - content: "\edb2"; -} -.ph-bold.ph-video:before { - content: "\edb3"; -} -.ph-bold.ph-video-camera:before { - content: "\edb4"; -} -.ph-bold.ph-video-camera-slash:before { - content: "\edb5"; -} -.ph-bold.ph-vignette:before { - content: "\edb6"; -} -.ph-bold.ph-vinyl-record:before { - content: "\edb7"; -} -.ph-bold.ph-virtual-reality:before { - content: "\edb8"; -} -.ph-bold.ph-virus:before { - content: "\edb9"; -} -.ph-bold.ph-voicemail:before { - content: "\edba"; -} -.ph-bold.ph-volleyball:before { - content: "\edbb"; -} -.ph-bold.ph-wall:before { - content: "\edbc"; -} -.ph-bold.ph-wallet:before { - content: "\edbd"; -} -.ph-bold.ph-warehouse:before { - content: "\edbe"; -} -.ph-bold.ph-warning:before { - content: "\edbf"; -} -.ph-bold.ph-warning-circle:before { - content: "\edc0"; -} -.ph-bold.ph-warning-diamond:before { - content: "\edc1"; -} -.ph-bold.ph-warning-octagon:before { - content: "\edc2"; -} -.ph-bold.ph-watch:before { - content: "\edc3"; -} -.ph-bold.ph-waveform:before { - content: "\edc4"; -} -.ph-bold.ph-wave-sawtooth:before { - content: "\edc5"; -} -.ph-bold.ph-waves:before { - content: "\edc6"; -} -.ph-bold.ph-wave-sine:before { - content: "\edc7"; -} -.ph-bold.ph-wave-square:before { - content: "\edc8"; -} -.ph-bold.ph-wave-triangle:before { - content: "\edc9"; -} -.ph-bold.ph-webcam:before { - content: "\edca"; -} -.ph-bold.ph-webcam-slash:before { - content: "\edcb"; -} -.ph-bold.ph-webhooks-logo:before { - content: "\edcc"; -} -.ph-bold.ph-wechat-logo:before { - content: "\edcd"; -} -.ph-bold.ph-whatsapp-logo:before { - content: "\edce"; -} -.ph-bold.ph-wheelchair:before { - content: "\edcf"; -} -.ph-bold.ph-wheelchair-motion:before { - content: "\edd0"; -} -.ph-bold.ph-wifi-high:before { - content: "\edd1"; -} -.ph-bold.ph-wifi-low:before { - content: "\edd2"; -} -.ph-bold.ph-wifi-medium:before { - content: "\edd3"; -} -.ph-bold.ph-wifi-none:before { - content: "\edd4"; -} -.ph-bold.ph-wifi-slash:before { - content: "\edd5"; -} -.ph-bold.ph-wifi-x:before { - content: "\edd6"; -} -.ph-bold.ph-wind:before { - content: "\edd7"; -} -.ph-bold.ph-windows-logo:before { - content: "\edd8"; -} -.ph-bold.ph-wine:before { - content: "\edd9"; -} -.ph-bold.ph-wrench:before { - content: "\edda"; -} -.ph-bold.ph-x:before { - content: "\eddb"; -} -.ph-bold.ph-x-circle:before { - content: "\eddc"; -} -.ph-bold.ph-x-square:before { - content: "\eddd"; -} -.ph-bold.ph-yin-yang:before { - content: "\edde"; -} -.ph-bold.ph-youtube-logo:before { - content: "\eddf"; -} diff --git a/public/phicons/fill/Phosphor-Fill.svg b/public/phicons/fill/Phosphor-Fill.svg deleted file mode 100644 index 3d3c742b..00000000 --- a/public/phicons/fill/Phosphor-Fill.svg +++ /dev/null @@ -1,1280 +0,0 @@ - - - \ No newline at end of file diff --git a/public/phicons/fill/Phosphor-Fill.ttf b/public/phicons/fill/Phosphor-Fill.ttf deleted file mode 100644 index df54404b..00000000 Binary files a/public/phicons/fill/Phosphor-Fill.ttf and /dev/null differ diff --git a/public/phicons/fill/Phosphor-Fill.woff b/public/phicons/fill/Phosphor-Fill.woff deleted file mode 100644 index 9e6f8f94..00000000 Binary files a/public/phicons/fill/Phosphor-Fill.woff and /dev/null differ diff --git a/public/phicons/fill/selection.json b/public/phicons/fill/selection.json deleted file mode 100644 index 9facc6a1..00000000 --- a/public/phicons/fill/selection.json +++ /dev/null @@ -1 +0,0 @@ -{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M640 448c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM896 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-96h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-160h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-160h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-96c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0zM761.6 652.8c-28.241-37.584-65.16-67.174-107.866-86.075l-1.734-0.685c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109c-44.535 19.552-81.538 49.149-109.34 86.067l-0.5 0.693c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["address-book-fill"]},"attrs":[{}],"properties":{"order":29485,"id":1247,"name":"address-book-fill","prevSize":16,"code":59648},"setIdx":4,"setId":4,"iconIdx":0},{"icon":{"paths":["M960 544v128c0 17.673-14.327 32-32 32v0c-0.021 0-0.046 0-0.070 0-2.199 0-4.343-0.233-6.409-0.676l0.2 0.036-297.72-59.36v94.92l70.64 70.6c5.752 5.758 9.322 13.699 9.36 22.473l0 0.007v96c0 0.016 0 0.036 0 0.055 0 17.673-14.327 32-32 32-4.325 0-8.449-0.858-12.213-2.413l0.213 0.078-148-59.24-148 59.24c-3.551 1.477-7.675 2.335-12 2.335-17.673 0-32-14.327-32-32 0-0.019 0-0.039 0-0.058l-0 0.003v-96c-0-0.007-0-0.016-0-0.025 0-8.83 3.577-16.825 9.36-22.615l-0 0 70.64-70.6v-94.76l-297.72 59.36c-1.867 0.407-4.011 0.64-6.21 0.64-0.025 0-0.050-0-0.074-0l0.004 0c-17.673 0-32-14.327-32-32v0-128c-0-0.007-0-0.015-0-0.023 0-12.453 7.113-23.245 17.498-28.533l0.182-0.084 318.32-159.12v-180.24c0-61.856 50.144-112 112-112s112 50.144 112 112v0 180.24l318.32 159.12c10.567 5.373 17.68 16.164 17.68 28.617 0 0.008-0 0.016-0 0.024l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-fill"]},"attrs":[{}],"properties":{"order":29486,"id":1246,"name":"airplane-fill","prevSize":16,"code":59649},"setIdx":4,"setId":4,"iconIdx":1},{"icon":{"paths":["M896 864c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM832 384h-242.72l-182.64-182.64c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-31.999-0c-35.331 0.020-63.965 28.666-63.965 64 0 7.241 1.202 14.2 3.418 20.691l-0.134-0.451 36 107.76h-90.040l-86.64-86.64c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-31.999-0c-35.321 0.033-63.942 28.674-63.942 64 0 6.562 0.988 12.893 2.822 18.853l-0.12-0.453 56.28 187.56c20.048 66.467 80.724 114.042 152.511 114.042 0.256 0 0.512-0.001 0.768-0.002l-0.039 0h715.72c17.673 0 32-14.327 32-32v0-96c0-88.366-71.634-160-160-160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-in-flight-fill"]},"attrs":[{}],"properties":{"order":29487,"id":1245,"name":"airplane-in-flight-fill","prevSize":16,"code":59650},"setIdx":4,"setId":4,"iconIdx":2},{"icon":{"paths":["M992 864c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM896 768c17.673 0 32-14.327 32-32v0-142.72c-0.179-73.046-49.121-134.612-115.987-153.88l-1.133-0.28-243.36-68-90-214.52c-3.626-8.505-10.576-14.998-19.175-17.933l-0.225-0.067-21.88-7.28c-6.040-2.082-12.999-3.285-20.24-3.285-35.334 0-63.98 28.634-64 63.963l-0 0.002v117.56l-119.48-34.040-42.44-117.48c-3.403-9.221-10.666-16.313-19.775-19.413l-0.225-0.067-21.88-7.28c-6.028-2.074-12.974-3.271-20.2-3.271-35.343 0-63.995 28.649-64 63.991l-0 0v222.88c0.165 72.948 48.977 134.451 115.707 153.799l1.133 0.281 706.52 197.84c2.588 0.758 5.562 1.196 8.638 1.2l0.002 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-landing-fill"]},"attrs":[{}],"properties":{"order":29488,"id":1244,"name":"airplane-landing-fill","prevSize":16,"code":59651},"setIdx":4,"setId":4,"iconIdx":3},{"icon":{"paths":["M704 864c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM985.24 347.040l-75.040-96.16c-29.435-36.052-73.88-58.887-123.658-58.887-30.065 0-58.184 8.33-82.176 22.808l0.715-0.4-206.28 123.12-215.76-79.36c-3.322-1.277-7.164-2.017-11.18-2.017s-7.858 0.74-11.4 2.090l0.22-0.074-28.68 10.92-1.28 0.52c-22.985 10.049-38.755 32.588-38.755 58.811 0 18.594 7.93 35.337 20.592 47.030l0.043 0.040 87.4 84.76-80.68 48.8-113.040-38.16c-3.048-1.062-6.561-1.675-10.218-1.675-5.135 0-9.987 1.209-14.288 3.359l0.185-0.084-12 5.88c-22.516 10.242-37.889 32.541-37.889 58.431 0 18.254 7.642 34.724 19.902 46.383l0.027 0.025 144.48 141.56c28.397 26.884 66.822 43.43 109.11 43.48l0.010 0c29.881-0.050 57.838-8.247 81.78-22.487l-0.74 0.407 589.64-352c9.399-5.688 15.585-15.856 15.585-27.469 0-7.44-2.539-14.286-6.797-19.721l0.053 0.070z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-takeoff-fill"]},"attrs":[{}],"properties":{"order":29489,"id":1243,"name":"airplane-takeoff-fill","prevSize":16,"code":59652},"setIdx":4,"setId":4,"iconIdx":4},{"icon":{"paths":["M862.080 789.040c1.221 3.253 1.927 7.013 1.927 10.938 0 8.834-3.58 16.832-9.367 22.622l-96 96c-5.79 5.804-13.795 9.396-22.639 9.4l-0.001 0c-0.472 0.028-1.024 0.044-1.58 0.044s-1.108-0.016-1.656-0.048l0.076 0.003c-9.823-0.994-18.233-6.299-23.408-13.966l-0.072-0.114-176.28-264.48-85.080 84.92v97.64c-0.004 8.825-3.58 16.814-9.36 22.6l0-0s-56 56.24-63.52 63.52c-3.058 3.197-6.763 5.748-10.909 7.444l-0.211 0.076c-3.57 1.495-7.72 2.364-12.072 2.364-13.259 0-24.634-8.064-29.49-19.554l-0.079-0.21-59.040-147.64-147.32-58.92c-11.888-4.849-20.114-16.319-20.114-29.711 0-8.828 3.574-16.82 9.355-22.61l-0 0 64-64c5.79-5.784 13.785-9.36 22.615-9.36 0.051 0 0.102 0 0.153 0l-0.008-0h97.6l85.080-85.080-264.44-176.32c-8.652-5.819-14.268-15.573-14.268-26.638 0-8.844 3.588-16.85 9.387-22.642l0-0 96-96c5.79-5.788 13.788-9.367 22.622-9.367 3.925 0 7.685 0.707 11.159 1.999l-0.221-0.072 343.76 125 126.12-126.12c20.269-20.269 48.27-32.806 79.2-32.806 61.859 0 112.006 50.147 112.006 112.006 0 30.93-12.537 58.931-32.806 79.2l-126.12 126.12z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-tilt-fill"]},"attrs":[{}],"properties":{"order":29490,"id":1242,"name":"airplane-tilt-fill","prevSize":16,"code":59653},"setIdx":4,"setId":4,"iconIdx":5},{"icon":{"paths":["M728.28 843.16c4.796 5.563 7.716 12.86 7.716 20.84 0 17.672-14.325 31.998-31.996 32l-384 0c-17.672-0.002-31.996-14.328-31.996-32 0-7.98 2.921-15.277 7.751-20.882l-0.035 0.042 192-224c5.904-6.861 14.598-11.179 24.3-11.179s18.396 4.318 24.265 11.137l0.035 0.042zM832 160h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h49.040c4.797-0.049 9.082-2.202 11.982-5.579l0.018-0.021 185.92-216.88c17.711-20.57 43.784-33.514 72.88-33.514s55.169 12.944 72.774 33.389l0.106 0.125 186.080 216.88c2.918 3.398 7.203 5.551 11.991 5.6l0.009 0h49.2c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplay-fill"]},"attrs":[{}],"properties":{"order":29491,"id":1241,"name":"airplay-fill","prevSize":16,"code":59654},"setIdx":4,"setId":4,"iconIdx":6},{"icon":{"paths":["M916.44 251.28c-11.725-16.584-30.822-27.28-52.418-27.28-0.008 0-0.015 0-0.023 0l-319.999-0v-128h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v128h-320c-35.284 0.082-63.856 28.704-63.856 64 0 7.851 1.414 15.372 4.001 22.323l-0.144-0.442 104.76 288c9.187 24.737 32.563 42.056 59.992 42.12l0.008 0h494.52c27.437-0.064 50.813-17.383 59.856-41.678l0.144-0.442 104.76-288c2.47-6.541 3.899-14.103 3.899-21.998 0-13.7-4.305-26.394-11.635-36.805l0.135 0.203zM410.080 575.48c-1.713 0.331-3.684 0.52-5.698 0.52-0.022 0-0.043-0-0.065-0l0.003 0c-15.633-0.023-28.636-11.251-31.409-26.082l-0.031-0.198-40.88-224c-0.328-1.72-0.515-3.698-0.515-5.72 0-17.681 14.334-32.015 32.015-32.015 15.659 0 28.693 11.243 31.469 26.097l0.031 0.198 40.72 224c0.33 1.725 0.519 3.709 0.519 5.738 0 15.608-11.174 28.606-25.958 31.431l-0.2 0.032zM692 325.72l-40.76 224c-2.804 15.029-15.807 26.257-31.438 26.28l-0.002 0c-0.018 0-0.040 0-0.062 0-2.015 0-3.985-0.189-5.895-0.551l0.196 0.031c-15.041-2.809-26.275-15.834-26.275-31.484 0-2.021 0.187-3.998 0.545-5.914l-0.031 0.198 40.72-224c2.807-15.052 15.841-26.295 31.5-26.295 17.681 0 32.015 14.334 32.015 32.015 0 2.022-0.187 4-0.546 5.918l0.031-0.198zM640 720v176c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-176c0-8.837 7.163-16 16-16v0h224c8.837 0 16 7.163 16 16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["air-traffic-control-fill"]},"attrs":[{}],"properties":{"order":29492,"id":1240,"name":"air-traffic-control-fill","prevSize":16,"code":59655},"setIdx":4,"setId":4,"iconIdx":7},{"icon":{"paths":["M246.64 118.64l-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0zM950.64 201.36l-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h0l128 128c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64h-0zM896 512c0 212.077-171.923 384-384 384s-384-171.923-384-384c0-212.077 171.923-384 384-384v0c211.976 0.25 383.75 172.023 384 383.976l0 0.024zM768 512c0-17.673-14.327-32-32-32v0h-192v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h224c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["alarm-fill"]},"attrs":[{}],"properties":{"order":29493,"id":1239,"name":"alarm-fill","prevSize":16,"code":59656},"setIdx":4,"setId":4,"iconIdx":8},{"icon":{"paths":["M512 64c-211.976 0.25-383.75 172.023-384 383.976l-0 0.024c0 96 50.24 220.24 134.44 332 84.72 112.6 178 180 249.56 180s164.84-67.24 249.56-180c84.2-112 134.44-236 134.44-332-0.25-211.976-172.023-383.75-383.976-384l-0.024-0zM256 464c0-26.51 21.49-48 48-48v0c79.529 0 144 64.471 144 144v0c0 26.51-21.49 48-48 48v0c-79.529 0-144-64.471-144-144v0zM576 800h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM624 608c-26.51 0-48-21.49-48-48v0c0-79.529 64.471-144 144-144v0c26.51 0 48 21.49 48 48v0c0 79.529-64.471 144-144 144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["alien-fill"]},"attrs":[{}],"properties":{"order":29494,"id":1238,"name":"alien-fill","prevSize":16,"code":59657},"setIdx":4,"setId":4,"iconIdx":9},{"icon":{"paths":["M896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM608 768h160c35.346 0 64-28.654 64-64v0-384c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0zM256 768h160c35.346 0 64-28.654 64-64v0-544c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-bottom-fill"]},"attrs":[{}],"properties":{"order":29495,"id":1237,"name":"align-bottom-fill","prevSize":16,"code":59658},"setIdx":4,"setId":4,"iconIdx":10},{"icon":{"paths":["M832 928c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM384 832h256c35.346 0 64-28.654 64-64v0-608c0-35.346-28.654-64-64-64v0h-256c-35.346 0-64 28.654-64 64v0 608c0 35.346 28.654 64 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-bottom-simple-fill"]},"attrs":[{}],"properties":{"order":29496,"id":1236,"name":"align-bottom-simple-fill","prevSize":16,"code":59659},"setIdx":4,"setId":4,"iconIdx":11},{"icon":{"paths":["M896 608v160c0 35.346-28.654 64-64 64v0h-288v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-288c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h288v-64h-192c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h192v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h192c35.346 0 64 28.654 64 64v0 160c0 35.346-28.654 64-64 64v0h-192v64h288c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-center-horizontal-fill"]},"attrs":[{}],"properties":{"order":29497,"id":1235,"name":"align-center-horizontal-fill","prevSize":16,"code":59660},"setIdx":4,"setId":4,"iconIdx":12},{"icon":{"paths":["M896 384v256c0 35.346-28.654 64-64 64v0h-288v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-288c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h288v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h288c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-center-horizontal-simple-fill"]},"attrs":[{}],"properties":{"order":29498,"id":1234,"name":"align-center-horizontal-simple-fill","prevSize":16,"code":59661},"setIdx":4,"setId":4,"iconIdx":13},{"icon":{"paths":["M928 512c0 17.673-14.327 32-32 32v0h-64v192c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0-192h-64v288c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0-288h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-288c0-35.346 28.654-64 64-64v0h160c35.346 0 64 28.654 64 64v0 288h64v-192c0-35.346 28.654-64 64-64v0h160c35.346 0 64 28.654 64 64v0 192h64c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-center-vertical-fill"]},"attrs":[{}],"properties":{"order":29499,"id":1233,"name":"align-center-vertical-fill","prevSize":16,"code":59662},"setIdx":4,"setId":4,"iconIdx":14},{"icon":{"paths":["M864 512c0 17.673-14.327 32-32 32v0h-128v288c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-288h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-288c0-35.346 28.654-64 64-64v0h256c35.346 0 64 28.654 64 64v0 288h128c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-center-vertical-simple-fill"]},"attrs":[{}],"properties":{"order":29500,"id":1232,"name":"align-center-vertical-simple-fill","prevSize":16,"code":59663},"setIdx":4,"setId":4,"iconIdx":15},{"icon":{"paths":["M928 608v160c0 35.346-28.654 64-64 64v0h-544c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h544c35.346 0 64 28.654 64 64v0zM160 128c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0zM320 480h384c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0h-384c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-left-fill"]},"attrs":[{}],"properties":{"order":29501,"id":1231,"name":"align-left-fill","prevSize":16,"code":59664},"setIdx":4,"setId":4,"iconIdx":16},{"icon":{"paths":["M160 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 320h-608c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h608c35.346 0 64-28.654 64-64v0-256c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-left-simple-fill"]},"attrs":[{}],"properties":{"order":29502,"id":1230,"name":"align-left-simple-fill","prevSize":16,"code":59665},"setIdx":4,"setId":4,"iconIdx":17},{"icon":{"paths":["M896 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM704 192h-384c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h384c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM704 544h-544c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h544c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-right-fill"]},"attrs":[{}],"properties":{"order":29503,"id":1229,"name":"align-right-fill","prevSize":16,"code":59666},"setIdx":4,"setId":4,"iconIdx":18},{"icon":{"paths":["M928 224v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM736 320h-608c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h608c35.346 0 64-28.654 64-64v0-256c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-right-simple-fill"]},"attrs":[{}],"properties":{"order":29504,"id":1228,"name":"align-right-simple-fill","prevSize":16,"code":59667},"setIdx":4,"setId":4,"iconIdx":19},{"icon":{"paths":["M896 160c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM768 256h-160c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-384c0-35.346-28.654-64-64-64v0zM416 256h-160c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-544c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-top-fill"]},"attrs":[{}],"properties":{"order":29505,"id":1227,"name":"align-top-fill","prevSize":16,"code":59668},"setIdx":4,"setId":4,"iconIdx":20},{"icon":{"paths":["M832 128c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM640 224h-256c-35.346 0-64 28.654-64 64v0 608c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-608c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-top-simple-fill"]},"attrs":[{}],"properties":{"order":29506,"id":1226,"name":"align-top-simple-fill","prevSize":16,"code":59669},"setIdx":4,"setId":4,"iconIdx":21},{"icon":{"paths":["M608 544c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM608 416v0c-26.407-19.978-59.8-32-96-32-88.366 0-160 71.634-160 160s71.634 160 160 160c36.2 0 69.593-12.022 96.402-32.292l-0.402 0.292c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-0.012 0-0.027 0-0.041 0-88.366-71.634-160-160-160-56.809 0-106.703 29.607-135.094 74.233l-0.386 0.649c-2.903 4.723-4.623 10.445-4.623 16.567 0 17.673 14.327 32 32 32 11.158 0 20.981-5.71 26.708-14.368l0.074-0.119c17.261-27.194 47.213-44.98 81.32-44.98 53.019 0 96 42.981 96 96 0 0.021-0 0.042-0 0.063l0-0.003zM787.24 678.44c-5.289-4.013-11.981-6.429-19.238-6.429-10.411 0-19.66 4.971-25.504 12.67l-0.058 0.079c-53.099 70.295-136.519 115.253-230.44 115.253s-177.341-44.958-229.914-114.527l-0.526-0.726c-5.879-8.113-15.325-13.33-25.989-13.33-17.673 0-32 14.327-32 32 0 7.511 2.587 14.417 6.92 19.876l-0.051-0.066c64.902 85.848 166.82 140.747 281.56 140.747s216.658-54.899 280.919-139.862l0.641-0.884c4.013-5.289 6.429-11.981 6.429-19.238 0-10.411-4.971-19.66-12.67-25.504l-0.079-0.058z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["amazon-logo-fill"]},"attrs":[{}],"properties":{"order":29507,"id":1225,"name":"amazon-logo-fill","prevSize":16,"code":59670},"setIdx":4,"setId":4,"iconIdx":22},{"icon":{"paths":["M896 576c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0c-70.692 0-128 57.308-128 128v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-70.692-57.308-128-128-128v0c-123.657-0.137-223.863-100.343-224-223.987l-0-0.013c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 88.366 71.634 160 160 160v0c0.033-0 0.072-0 0.112-0 49.257 0 94.163 18.63 128.056 49.229l-0.168-0.149v-273.080h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-116.68c-46.649-14.229-80-56.885-80-107.331 0-61.856 50.144-112 112-112s112 50.144 112 112c0 50.446-33.351 93.102-79.207 107.123l-0.793 0.209v116.68h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128v273.080c33.725-30.45 78.631-49.080 127.888-49.080 0.039 0 0.078 0 0.118 0l-0.006-0c88.366 0 160-71.634 160-160v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["anchor-fill"]},"attrs":[{}],"properties":{"order":29508,"id":1224,"name":"anchor-fill","prevSize":16,"code":59671},"setIdx":4,"setId":4,"iconIdx":23},{"icon":{"paths":["M928 480c0 229.75-186.25 416-416 416s-416-186.25-416-416v0c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-62.56c16.147 169.034 149.521 302.394 317.136 318.41l1.424 0.11v-467.2c-46.649-14.229-80-56.885-80-107.331 0-61.856 50.144-112 112-112s112 50.144 112 112c0 50.446-33.351 93.102-79.207 107.123l-0.793 0.209v467.2c169.039-16.126 302.413-149.486 318.45-317.095l0.11-1.425h-62.56c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["anchor-simple-fill"]},"attrs":[{}],"properties":{"order":29509,"id":1223,"name":"anchor-simple-fill","prevSize":16,"code":59672},"setIdx":4,"setId":4,"iconIdx":24},{"icon":{"paths":["M828.24 354.68c-2.96-2.96-5.96-5.84-8.96-8.68l99.36-99.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-104 104c-71.428-50.819-160.442-81.245-256.562-81.245-96.584 0-185.992 30.72-258.988 82.922l1.35-0.917-104.52-104.76c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l100.24 100.24c-87.291 82.83-141.6 199.683-141.6 329.221 0 0.148 0 0.295 0 0.442l-0-0.023v91.48c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-96c0.001-0.368 0.002-0.804 0.002-1.24 0-123.59-50.383-235.413-131.73-316.049l-0.032-0.031zM368 672c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 672c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["android-logo-fill"]},"attrs":[{}],"properties":{"order":29510,"id":1222,"name":"android-logo-fill","prevSize":16,"code":59673},"setIdx":4,"setId":4,"iconIdx":25},{"icon":{"paths":["M512 417.88l52.28 94.12h-104.56zM927.72 292.24l-64 480c-1.466 10.735-8.074 19.659-17.218 24.316l-0.182 0.084-320 160c-4.172 2.133-9.1 3.383-14.32 3.383s-10.148-1.25-14.502-3.467l0.182 0.084-320-160c-9.326-4.741-15.934-13.665-17.381-24.234l-0.019-0.166-64-480c-0.178-1.27-0.28-2.736-0.28-4.227 0-13.227 8.025-24.579 19.471-29.454l0.209-0.079 384-160c3.637-1.574 7.871-2.49 12.32-2.49s8.683 0.916 12.526 2.569l-0.206-0.079 384 160c11.656 4.954 19.68 16.307 19.68 29.533 0 1.49-0.102 2.957-0.299 4.393l0.019-0.167zM700 624.48l-160-288c-5.565-9.917-16.013-16.508-28-16.508s-22.435 6.591-27.917 16.347l-0.083 0.161-160 288c-2.526 4.474-4.014 9.823-4.014 15.52 0 17.681 14.333 32.014 32.014 32.014 11.984 0 22.43-6.585 27.917-16.333l0.083-0.161 44-79.52h176l44 79.52c5.57 9.909 16.016 16.494 28 16.494 17.681 0 32.014-14.333 32.014-32.014 0-5.697-1.488-11.046-4.097-15.681l0.083 0.161z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["angular-logo-fill"]},"attrs":[{}],"properties":{"order":29511,"id":1221,"name":"angular-logo-fill","prevSize":16,"code":59674},"setIdx":4,"setId":4,"iconIdx":26},{"icon":{"paths":["M928 512c0-0.002 0-0.005 0-0.007 0-229.75-186.25-416-416-416-114.877 0-218.878 46.564-294.16 121.847l-0 0c-75.283 75.282-121.847 179.283-121.847 294.16 0 229.75 186.25 416 416 416 0.003 0 0.005-0 0.008-0l0.359 0c229.596-0.205 415.64-186.376 415.64-416l-0-0zM196.72 355.68l204.84 37.4-214.96 253.040c-16.682-39.62-26.375-85.676-26.375-133.996 0-56.979 13.479-110.81 37.421-158.479l-0.926 2.035zM837.4 377.84c16.683 39.626 26.377 85.688 26.377 134.015 0 56.987-13.479 110.825-37.423 158.501l0.926-2.036-204.84-37.4zM805.080 317.040l-134.88 158.96-111.68-312.88c79.744 10.703 149.541 46.9 202.387 99.987l0.013 0.013c16.066 16.093 30.6 33.726 43.357 52.656l0.803 1.264zM489.72 160.76l70.040 196-326.56-59.48c9.683-12.559 19.467-23.712 29.901-34.221l-0.021 0.021c58.455-58.729 137.635-96.785 225.641-102.27l0.999-0.050zM218.92 706.96l134.88-158.96 111.68 312.72c-103.35-14.145-191.066-71.37-245.762-152.662l-0.798-1.258zM534.28 863.2l-70.040-196 326.4 59.56c-60.356 78.219-151.806 129.905-255.511 136.429l-1.009 0.051z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["aperture-fill"]},"attrs":[{}],"properties":{"order":29512,"id":1220,"name":"aperture-fill","prevSize":16,"code":59675},"setIdx":4,"setId":4,"iconIdx":27},{"icon":{"paths":["M512.92 120c18.399-69.558 80.768-120 154.919-120 0.056 0 0.113 0 0.169 0l3.991-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-4c-0.003-0-0.005-0-0.008-0-44.491 0-81.912 30.265-92.801 71.33l-0.151 0.67c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223zM893.2 678.36c-2.484-5.586-6.317-10.189-11.096-13.531l-0.104-0.069c-67.88-46.64-82-126.2-82-184.76 0-70.68 53.88-132.24 86-162.68 6.166-5.845 10.002-14.095 10.002-23.24s-3.837-17.395-9.988-23.227l-0.014-0.013c-50.72-47.88-134.72-78.84-214-78.84-59.639 0.055-115.036 18.171-161.028 49.173l1.028-0.653c-44.755-30.38-99.97-48.502-159.418-48.502-79.551 0-151.523 32.452-203.399 84.839l-0.023 0.023c-52.724 53.794-85.263 127.543-85.263 208.891 0 2.753 0.037 5.497 0.111 8.232l-0.009-0.403c3.401 141.75 64.352 268.628 160.288 358.667l0.272 0.253c28.452 26.926 66.959 43.481 109.333 43.481 0.164 0 0.328-0 0.492-0.001l-0.025 0h350.72c0.090 0 0.196 0 0.302 0 45.771 0 87.035-19.296 116.101-50.198l0.077-0.082c26.772-28.748 50.405-61.024 69.982-95.884l1.298-2.516c28.080-51.32 24.48-59.32 20.36-68.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["apple-logo-fill"]},"attrs":[{}],"properties":{"order":29513,"id":1219,"name":"apple-logo-fill","prevSize":16,"code":59676},"setIdx":4,"setId":4,"iconIdx":28},{"icon":{"paths":["M512 576c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM575 576h-126c-0.063-0-0.137-0-0.212-0-25.866 0-48.889 12.172-63.653 31.101l-0.135 0.18c-10.474 13.24-16.801 30.179-16.801 48.596 0 6.966 0.905 13.721 2.605 20.153l-0.123-0.549 48.72 192c9.274 35.080 40.726 60.52 78.121 60.52 0.084 0 0.168-0 0.252-0l-0.013 0h28.48c0.13 0.001 0.285 0.001 0.439 0.001 37.395 0 68.847-25.441 77.994-59.958l0.127-0.563 48.72-192c1.576-5.883 2.481-12.638 2.481-19.604 0-18.417-6.328-35.356-16.927-48.761l0.126 0.165c-14.899-19.109-37.922-31.281-63.789-31.281-0.145 0-0.289 0-0.433 0.001l0.022-0zM728.96 568c-0.641 2.393-1.009 5.14-1.009 7.974 0 14.834 10.093 27.31 23.786 30.936l0.223 0.050c2.401 0.635 5.156 1 7.997 1 0.001 0 0.002-0 0.003-0l-0 0c14.82-0.011 27.282-10.096 30.91-23.777l0.050-0.223c5.767-21.532 9.080-46.253 9.080-71.747 0-159.058-128.942-288-288-288s-288 128.942-288 288c0 25.495 3.313 50.215 9.531 73.755l-0.451-2.008c3.51 14.151 16.1 24.474 31.102 24.474 17.673 0 32-14.327 32-32 0-3.015-0.417-5.933-1.197-8.699l0.054 0.225c-4.472-16.721-7.040-35.919-7.040-55.717 0-123.712 100.288-224 224-224s224 100.288 224 224c0 19.798-2.568 38.995-7.39 57.278l0.35-1.561zM512 96c-0.014-0-0.031-0-0.047-0-229.75 0-416 186.25-416 416 0 144.069 73.236 271.033 184.509 345.694l1.498 0.946c4.981 3.354 11.116 5.353 17.719 5.353 11.067 0 20.823-5.619 26.569-14.159l0.073-0.114c3.346-4.977 5.341-11.106 5.341-17.7 0-11.079-5.63-20.843-14.186-26.587l-0.115-0.073c-95.416-63.976-157.38-171.404-157.38-293.304 0-194.404 157.596-352 352-352s352 157.596 352 352c0 121.9-61.964 229.327-156.113 292.503l-1.267 0.801c-8.392 5.852-13.815 15.458-13.815 26.331 0 17.673 14.327 32 32 32 6.408 0 12.375-1.883 17.38-5.126l-0.125 0.076c112.771-75.607 186.007-202.571 186.007-346.64 0-229.75-186.25-416-416-416-0.017 0-0.033 0-0.050 0l0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["apple-podcasts-logo-fill"]},"attrs":[{}],"properties":{"order":29514,"id":1218,"name":"apple-podcasts-logo-fill","prevSize":16,"code":59677},"setIdx":4,"setId":4,"iconIdx":29},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM334.64 720.48l-19.2 32c-5.697 9.367-15.849 15.528-27.44 15.528-17.678 0-32.008-14.331-32.008-32.008 0-6.087 1.699-11.777 4.648-16.621l-0.080 0.141 19.2-32c5.697-9.367 15.849-15.528 27.44-15.528 17.678 0 32.008 14.331 32.008 32.008 0 6.087-1.699 11.777-4.648 16.621l0.080-0.141zM512 608h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h141.88l108.8-181.32-54.12-90.2c-2.87-4.703-4.568-10.393-4.568-16.48 0-17.678 14.331-32.008 32.008-32.008 11.591 0 21.743 6.161 27.36 15.387l0.080 0.141 36.56 60.96 36.56-60.96c5.697-9.367 15.849-15.528 27.44-15.528 17.678 0 32.008 14.331 32.008 32.008 0 6.087-1.699 11.777-4.648 16.621l0.080-0.141-162.92 271.52h71.48c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM800 608h-103.48l66.92 111.52c2.87 4.703 4.568 10.393 4.568 16.48 0 17.678-14.331 32.008-32.008 32.008-11.591 0-21.743-6.161-27.36-15.387l-0.080-0.141-153.6-256c-2.87-4.703-4.568-10.393-4.568-16.48 0-17.678 14.331-32.008 32.008-32.008 11.591 0 21.743 6.161 27.36 15.387l0.080 0.141 48.28 80.48h141.88c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["app-store-logo-fill"]},"attrs":[{}],"properties":{"order":29515,"id":1217,"name":"app-store-logo-fill","prevSize":16,"code":59678},"setIdx":4,"setId":4,"iconIdx":30},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM272 384c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM432 384c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["app-window-fill"]},"attrs":[{}],"properties":{"order":29516,"id":1216,"name":"app-window-fill","prevSize":16,"code":59679},"setIdx":4,"setId":4,"iconIdx":31},{"icon":{"paths":["M892.64 273.68l-64-128c-5.373-10.567-16.164-17.68-28.617-17.68-0.008 0-0.016 0-0.024 0l-575.999-0c-0.007-0-0.015-0-0.023-0-12.453 0-23.245 7.113-28.533 17.498l-0.084 0.182-64 128c-2.115 4.175-3.355 9.102-3.36 14.318l-0 0.002v544c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-544c-0.005-5.218-1.245-10.145-3.445-14.505l0.085 0.185zM662.64 630.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM211.76 256l32-64h536.48l32 64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["archive-box-fill"]},"attrs":[{}],"properties":{"order":29517,"id":1215,"name":"archive-box-fill","prevSize":16,"code":59680},"setIdx":4,"setId":4,"iconIdx":32},{"icon":{"paths":["M896 192h-768c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0 352c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-352c35.346 0 64-28.654 64-64v0-96c0-35.346-28.654-64-64-64v0zM608 576h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM896 352h-768v-96h768v96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["archive-fill"]},"attrs":[{}],"properties":{"order":29518,"id":1214,"name":"archive-fill","prevSize":16,"code":59681},"setIdx":4,"setId":4,"iconIdx":33},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM361.36 457.36c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0zM832 832h-640v-160h114.76l77.24 77.28c11.512 11.564 27.444 18.72 45.047 18.72 0.068 0 0.135-0 0.203-0l-0.011 0h165.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 77.24-77.24h114.76v160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["archive-tray-fill"]},"attrs":[{}],"properties":{"order":29519,"id":1213,"name":"archive-tray-fill","prevSize":16,"code":59682},"setIdx":4,"setId":4,"iconIdx":34},{"icon":{"paths":["M160 336.44v-48.44c0-88.366 71.634-160 160-160v0h384c88.366 0 160 71.634 160 160v0 48.44c-0.066 8.609-7.061 15.563-15.68 15.563-0.113 0-0.225-0.001-0.337-0.004l0.017 0c-85.835 0.13-157.278 61.589-172.864 142.896l-0.176 1.104h-325.92c-15.762-82.411-87.205-143.87-173.026-144l-0.014-0c-0.095 0.002-0.208 0.003-0.32 0.003-8.619 0-15.613-6.954-15.68-15.557l-0-0.006zM848 416c-61.856 0-112 50.144-112 112v0 144c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-112h-320v112c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-144c0-0.003 0-0.007 0-0.011 0-61.856-50.144-112-112-112s-112 50.144-112 112c0 56.211 41.41 102.75 95.387 110.776l0.613 0.075v161.16c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-161.16c54.553-8.135 95.922-54.657 95.922-110.84 0-61.829-50.1-111.956-111.918-112l-0.004-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["armchair-fill"]},"attrs":[{}],"properties":{"order":29520,"id":1212,"name":"armchair-fill","prevSize":16,"code":59683},"setIdx":4,"setId":4,"iconIdx":35},{"icon":{"paths":["M928 736c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0.082-194.343-157.646-351.857-352-351.857-93.874 0-179.166 36.747-242.274 96.642l0.154-0.145 104.76 104.72c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-255.999 0c-17.673 0-32-14.327-32-32v0-256c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 105.92 105.92c74.554-71.353 175.867-115.277 287.44-115.277 229.749 0 415.998 186.248 416 415.997l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-arc-left-fill"]},"attrs":[{}],"properties":{"order":29521,"id":1211,"name":"arrow-arc-left-fill","prevSize":16,"code":59684},"setIdx":4,"setId":4,"iconIdx":36},{"icon":{"paths":["M960 352v256c0 17.673-14.327 32-32 32v0h-256c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l104.76-104.72c-62.954-59.749-148.246-96.497-242.12-96.497-194.354 0-351.918 157.514-352 351.849l-0 0.008c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.002-229.749 186.251-415.997 416-415.997 111.573 0 212.886 43.924 287.593 115.422l-0.153-0.145 105.92-105.92c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-arc-right-fill"]},"attrs":[{}],"properties":{"order":29522,"id":1210,"name":"arrow-arc-right-fill","prevSize":16,"code":59685},"setIdx":4,"setId":4,"iconIdx":37},{"icon":{"paths":["M342.64 585.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-169.4 169.36zM544 385.2v-161.2c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-192 192c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-158.52c180.037 17.135 319.773 167.474 320 350.497l0 0.023c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.283-218.387-168.56-397.382-382.522-414.704l-1.478-0.096z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-double-up-left-fill"]},"attrs":[{}],"properties":{"order":29523,"id":1209,"name":"arrow-bend-double-up-left-fill","prevSize":16,"code":59686},"setIdx":4,"setId":4,"iconIdx":38},{"icon":{"paths":["M918.64 438.64l-192 192c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l169.4-169.36-169.4-169.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM726.64 393.36l-192-192c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v161.2c-215.441 17.419-383.718 196.413-384 414.772l-0 0.028c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.227-183.046 139.963-333.385 318.579-350.411l1.421-0.109v158.52c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-double-up-right-fill"]},"attrs":[{}],"properties":{"order":29524,"id":1208,"name":"arrow-bend-double-up-right-fill","prevSize":16,"code":59687},"setIdx":4,"setId":4,"iconIdx":39},{"icon":{"paths":["M928 224c-0.25 229.65-186.35 415.75-415.976 416l-160.024 0v160c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v160h160c194.313-0.228 351.772-157.687 352-351.978l0-0.022c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-down-left-fill"]},"attrs":[{}],"properties":{"order":29525,"id":1207,"name":"arrow-bend-down-left-fill","prevSize":16,"code":59688},"setIdx":4,"setId":4,"iconIdx":40},{"icon":{"paths":["M918.64 630.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-160h-160c-229.65-0.25-415.75-186.35-416-415.976l-0-0.024c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0.228 194.313 157.687 351.772 351.978 352l160.022 0v-160c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-down-right-fill"]},"attrs":[{}],"properties":{"order":29526,"id":1206,"name":"arrow-bend-down-right-fill","prevSize":16,"code":59689},"setIdx":4,"setId":4,"iconIdx":41},{"icon":{"paths":["M832 128c0 17.673-14.327 32-32 32v0c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022v160h160c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l159.999-0v-160c0.25-229.65 186.35-415.75 415.976-416l0.024-0c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-left-down-fill"]},"attrs":[{}],"properties":{"order":29527,"id":1205,"name":"arrow-bend-left-down-fill","prevSize":16,"code":59690},"setIdx":4,"setId":4,"iconIdx":42},{"icon":{"paths":["M832 896c0 17.673-14.327 32-32 32v0c-229.65-0.25-415.75-186.35-416-415.976l-0-0.024v-160h-160c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-159.999 0v160c0.228 194.313 157.687 351.772 351.978 352l0.022 0c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-left-up-fill"]},"attrs":[{}],"properties":{"order":29528,"id":1204,"name":"arrow-bend-left-up-fill","prevSize":16,"code":59691},"setIdx":4,"setId":4,"iconIdx":43},{"icon":{"paths":["M822.64 726.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l159.999-0v-160c-0.228-194.313-157.687-351.772-351.978-352l-0.022-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024v160h160c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-right-down-fill"]},"attrs":[{}],"properties":{"order":29529,"id":1203,"name":"arrow-bend-right-down-fill","prevSize":16,"code":59692},"setIdx":4,"setId":4,"iconIdx":44},{"icon":{"paths":["M829.56 332.24c-4.934 11.696-16.306 19.757-29.56 19.76l-160 0v160c-0.25 229.65-186.35 415.75-415.976 416l-0.024 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022v-160h-160c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.785 5.79 9.363 13.786 9.363 22.618 0 4.425-0.898 8.639-2.522 12.472l0.079-0.21z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-right-up-fill"]},"attrs":[{}],"properties":{"order":29530,"id":1202,"name":"arrow-bend-right-up-fill","prevSize":16,"code":59693},"setIdx":4,"setId":4,"iconIdx":45},{"icon":{"paths":["M928 800c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c-0.228-194.313-157.687-351.772-351.978-352l-160.022-0v160c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v160h160c229.65 0.25 415.75 186.35 416 415.976l0 0.024z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-up-left-fill"]},"attrs":[{}],"properties":{"order":29531,"id":1201,"name":"arrow-bend-up-left-fill","prevSize":16,"code":59694},"setIdx":4,"setId":4,"iconIdx":46},{"icon":{"paths":["M918.64 438.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-160h-160c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.25-229.65 186.35-415.75 415.976-416l160.024-0v-160c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-up-right-fill"]},"attrs":[{}],"properties":{"order":29532,"id":1200,"name":"arrow-bend-up-right-fill","prevSize":16,"code":59695},"setIdx":4,"setId":4,"iconIdx":47},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM662.64 566.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-down-fill"]},"attrs":[{}],"properties":{"order":29533,"id":1199,"name":"arrow-circle-down-fill","prevSize":16,"code":59696},"setIdx":4,"setId":4,"iconIdx":48},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM662.64 406.64l-201.4 201.36h114.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 114.76l201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-down-left-fill"]},"attrs":[{}],"properties":{"order":29534,"id":1198,"name":"arrow-circle-down-left-fill","prevSize":16,"code":59697},"setIdx":4,"setId":4,"iconIdx":49},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM672 640c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h114.76l-201.4-201.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l201.36 201.4v-114.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-down-right-fill"]},"attrs":[{}],"properties":{"order":29535,"id":1197,"name":"arrow-circle-down-right-fill","prevSize":16,"code":59698},"setIdx":4,"setId":4,"iconIdx":50},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM672 544h-242.76l73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36h242.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-left-fill"]},"attrs":[{}],"properties":{"order":29536,"id":1196,"name":"arrow-circle-left-fill","prevSize":16,"code":59699},"setIdx":4,"setId":4,"iconIdx":51},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM694.64 534.64l-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36h-242.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h242.76l-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-right-fill"]},"attrs":[{}],"properties":{"order":29537,"id":1195,"name":"arrow-circle-right-fill","prevSize":16,"code":59700},"setIdx":4,"setId":4,"iconIdx":52},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM662.64 502.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-73.36-73.4v242.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-242.76l-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-up-fill"]},"attrs":[{}],"properties":{"order":29538,"id":1194,"name":"arrow-circle-up-fill","prevSize":16,"code":59701},"setIdx":4,"setId":4,"iconIdx":53},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM662.64 662.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-201.36-201.4v114.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-114.76l201.4 201.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-up-left-fill"]},"attrs":[{}],"properties":{"order":29539,"id":1193,"name":"arrow-circle-up-left-fill","prevSize":16,"code":59702},"setIdx":4,"setId":4,"iconIdx":54},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM672 576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-114.76l-201.36 201.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l201.4-201.36h-114.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-up-right-fill"]},"attrs":[{}],"properties":{"order":29540,"id":1192,"name":"arrow-circle-up-right-fill","prevSize":16,"code":59703},"setIdx":4,"setId":4,"iconIdx":55},{"icon":{"paths":["M960 224v192c0 17.673-14.327 32-32 32v0h-192c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 68-68-42.2-38.6-1-0.96c-57.905-57.883-137.887-93.683-226.231-93.683-176.731 0-320 143.269-320 320s143.269 320 320 320c85.071 0 162.388-33.196 219.705-87.341l-0.154 0.144c5.723-5.422 13.472-8.756 22-8.756 17.682 0 32.016 14.334 32.016 32.016 0 9.154-3.842 17.411-10.002 23.246l-0.015 0.014c-68.264 64.744-160.728 104.561-262.491 104.561-0.348 0-0.695-0-1.043-0.001l0.054 0h-5.28c-209.803-2.965-378.741-173.736-378.741-383.964 0-212.077 171.923-384 384-384 105.786 0 201.582 42.776 271.032 111.975l-0.011-0.011 43.72 40 78.64-78.8c5.792-5.799 13.797-9.386 22.641-9.386 17.673 0 32 14.327 32 32 0 0.065-0 0.131-0.001 0.196l0-0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-clockwise-fill"]},"attrs":[{}],"properties":{"order":29541,"id":1191,"name":"arrow-clockwise-fill","prevSize":16,"code":59704},"setIdx":4,"setId":4,"iconIdx":56},{"icon":{"paths":["M896 512c0 0.010 0 0.022 0 0.035 0 210.263-168.993 381.055-378.566 383.962l-0.274 0.003h-5.16c-0.283 0.001-0.617 0.001-0.952 0.001-101.855 0-194.388-39.914-262.811-104.954l0.162 0.153c-6.174-5.849-10.016-14.106-10.016-23.26 0-17.682 14.334-32.016 32.016-32.016 8.528 0 16.277 3.334 22.015 8.77l-0.015-0.014c57.164 54.001 134.481 87.197 219.551 87.197 176.731 0 320-143.269 320-320s-143.269-320-320-320c-88.344 0-168.327 35.8-226.232 93.684l0.001-0.001c-0.327 0.353-0.666 0.68-1.024 0.986l-0.016 0.014-42.16 38.6 68 68c5.919 5.811 9.587 13.897 9.587 22.84 0 17.673-14.327 32-32 32-0.038 0-0.075-0-0.113-0l0.006 0h-192c-17.673 0-32-14.327-32-32v0-192c-0-0.055-0.001-0.12-0.001-0.186 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 78.6 78.8 43.76-40c69.437-69.175 165.224-111.943 271-111.943 212.057 0 383.968 171.89 384 383.94l0 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-counter-clockwise-fill"]},"attrs":[{}],"properties":{"order":29542,"id":1190,"name":"arrow-counter-clockwise-fill","prevSize":16,"code":59705},"setIdx":4,"setId":4,"iconIdx":57},{"icon":{"paths":["M822.64 598.64l-288 288c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-288-288c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l255.999-0v-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0 384h256c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-down-fill"]},"attrs":[{}],"properties":{"order":29543,"id":1189,"name":"arrow-down-fill","prevSize":16,"code":59706},"setIdx":4,"setId":4,"iconIdx":58},{"icon":{"paths":["M790.64 278.64l-281.4 281.36 185.4 185.36c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-415.999 0c-17.673 0-32-14.327-32-32v0-416c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 185.36 185.4 281.36-281.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-down-left-fill"]},"attrs":[{}],"properties":{"order":29544,"id":1188,"name":"arrow-down-left-fill","prevSize":16,"code":59707},"setIdx":4,"setId":4,"iconIdx":59},{"icon":{"paths":["M800 352v416c0 17.673-14.327 32-32 32v0h-416c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 185.4-185.36-281.4-281.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l281.36 281.4 185.36-185.4c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-down-right-fill"]},"attrs":[{}],"properties":{"order":29545,"id":1187,"name":"arrow-down-right-fill","prevSize":16,"code":59708},"setIdx":4,"setId":4,"iconIdx":60},{"icon":{"paths":["M800 128v576c0 17.673-14.327 32-32 32v0h-352v160c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v160h320v-544c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-down-left-fill"]},"attrs":[{}],"properties":{"order":29546,"id":1186,"name":"arrow-elbow-down-left-fill","prevSize":16,"code":59709},"setIdx":4,"setId":4,"iconIdx":61},{"icon":{"paths":["M854.64 726.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-160h-352c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32s32 14.327 32 32v0 544h320v-160c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-down-right-fill"]},"attrs":[{}],"properties":{"order":29547,"id":1185,"name":"arrow-elbow-down-right-fill","prevSize":16,"code":59710},"setIdx":4,"setId":4,"iconIdx":62},{"icon":{"paths":["M928 256c0 17.673-14.327 32-32 32v0h-544v320h160c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l159.999-0v-352c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-left-down-fill"]},"attrs":[{}],"properties":{"order":29548,"id":1184,"name":"arrow-elbow-left-down-fill","prevSize":16,"code":59711},"setIdx":4,"setId":4,"iconIdx":63},{"icon":{"paths":["M950.64 406.64l-384 384c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-281.36-281.4-121.36 121.4c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-288c0-17.673 14.327-32 32-32v0h288c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-121.4 121.36 258.76 258.76 361.36-361.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-left-fill"]},"attrs":[{}],"properties":{"order":29549,"id":1183,"name":"arrow-elbow-left-fill","prevSize":16,"code":59712},"setIdx":4,"setId":4,"iconIdx":64},{"icon":{"paths":["M928 768c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-352h-160c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-159.999 0v320h544c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-left-up-fill"]},"attrs":[{}],"properties":{"order":29550,"id":1182,"name":"arrow-elbow-left-up-fill","prevSize":16,"code":59713},"setIdx":4,"setId":4,"iconIdx":65},{"icon":{"paths":["M918.64 662.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l159.999-0v-320h-544c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0 352h160c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-right-down-fill"]},"attrs":[{}],"properties":{"order":29551,"id":1181,"name":"arrow-elbow-right-down-fill","prevSize":16,"code":59714},"setIdx":4,"setId":4,"iconIdx":66},{"icon":{"paths":["M960 320v288c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-121.36-121.4-281.36 281.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-384-384c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l361.36 361.4 258.76-258.76-121.4-121.36c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l287.999-0c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-right-fill"]},"attrs":[{}],"properties":{"order":29552,"id":1180,"name":"arrow-elbow-right-fill","prevSize":16,"code":59715},"setIdx":4,"setId":4,"iconIdx":67},{"icon":{"paths":["M925.56 396.24c-4.934 11.696-16.306 19.757-29.56 19.76l-160 0v352c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h544v-320h-160c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.785 5.79 9.363 13.786 9.363 22.618 0 4.425-0.898 8.639-2.522 12.472l0.079-0.21z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-right-up-fill"]},"attrs":[{}],"properties":{"order":29553,"id":1179,"name":"arrow-elbow-right-up-fill","prevSize":16,"code":59716},"setIdx":4,"setId":4,"iconIdx":68},{"icon":{"paths":["M800 320v576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-544h-320v160c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v160h352c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-up-left-fill"]},"attrs":[{}],"properties":{"order":29554,"id":1178,"name":"arrow-elbow-up-left-fill","prevSize":16,"code":59717},"setIdx":4,"setId":4,"iconIdx":69},{"icon":{"paths":["M854.64 342.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-160h-320v544c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h352v-160c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-up-right-fill"]},"attrs":[{}],"properties":{"order":29555,"id":1177,"name":"arrow-elbow-up-right-fill","prevSize":16,"code":59718},"setIdx":4,"setId":4,"iconIdx":70},{"icon":{"paths":["M918.64 566.64l-384 384c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-384-384c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l159.999-0v-320c0-35.346 28.654-64 64-64v0h320c35.346 0 64 28.654 64 64v0 320h160c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-down-fill"]},"attrs":[{}],"properties":{"order":29556,"id":1176,"name":"arrow-fat-down-fill","prevSize":16,"code":59719},"setIdx":4,"setId":4,"iconIdx":71},{"icon":{"paths":["M896 352v320c0 35.346-28.654 64-64 64v0h-320v160c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-384-384c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 384-384c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v160h320c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-left-fill"]},"attrs":[{}],"properties":{"order":29557,"id":1175,"name":"arrow-fat-left-fill","prevSize":16,"code":59720},"setIdx":4,"setId":4,"iconIdx":72},{"icon":{"paths":["M288 160c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM925.56 531.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 224h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 384-384c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-line-down-fill"]},"attrs":[{}],"properties":{"order":29558,"id":1174,"name":"arrow-fat-line-down-fill","prevSize":16,"code":59721},"setIdx":4,"setId":4,"iconIdx":73},{"icon":{"paths":["M768 320v384c0 17.673-14.327 32-32 32v0h-224v160c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-384-384c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 384-384c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v160h224c17.673 0 32 14.327 32 32v0zM864 288c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-line-left-fill"]},"attrs":[{}],"properties":{"order":29559,"id":1173,"name":"arrow-fat-line-left-fill","prevSize":16,"code":59722},"setIdx":4,"setId":4,"iconIdx":74},{"icon":{"paths":["M192 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM950.64 489.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-224c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h224v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-line-right-fill"]},"attrs":[{}],"properties":{"order":29560,"id":1172,"name":"arrow-fat-line-right-fill","prevSize":16,"code":59723},"setIdx":4,"setId":4,"iconIdx":75},{"icon":{"paths":["M288 160c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM925.56 531.76c-4.934-11.696-16.306-19.757-29.56-19.76l-160-0v-96c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 96h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 384 384c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 384-384c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21zM320 320h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-lines-down-fill"]},"attrs":[{}],"properties":{"order":29561,"id":1171,"name":"arrow-fat-lines-down-fill","prevSize":16,"code":59724},"setIdx":4,"setId":4,"iconIdx":76},{"icon":{"paths":["M640 320v384c0 17.673-14.327 32-32 32v0h-96v160c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-384-384c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 384-384c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v160h96c17.673 0 32 14.327 32 32v0zM736 288c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM864 288c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-lines-left-fill"]},"attrs":[{}],"properties":{"order":29562,"id":1170,"name":"arrow-fat-lines-left-fill","prevSize":16,"code":59725},"setIdx":4,"setId":4,"iconIdx":77},{"icon":{"paths":["M192 320v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM288 288c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM950.64 489.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v160h-96c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h96v160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 384-384c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-lines-right-fill"]},"attrs":[{}],"properties":{"order":29563,"id":1169,"name":"arrow-fat-lines-right-fill","prevSize":16,"code":59726},"setIdx":4,"setId":4,"iconIdx":78},{"icon":{"paths":["M736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM918.64 457.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v96c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-96h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM704 704h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-lines-up-fill"]},"attrs":[{}],"properties":{"order":29564,"id":1168,"name":"arrow-fat-lines-up-fill","prevSize":16,"code":59727},"setIdx":4,"setId":4,"iconIdx":79},{"icon":{"paths":["M736 864c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM918.64 457.36l-384-384c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-384 384c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0v224c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0-224h160c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-line-up-fill"]},"attrs":[{}],"properties":{"order":29565,"id":1167,"name":"arrow-fat-line-up-fill","prevSize":16,"code":59728},"setIdx":4,"setId":4,"iconIdx":80},{"icon":{"paths":["M950.64 534.64l-384 384c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-160h-320c-35.346 0-64-28.654-64-64v0-320c0-35.346 28.654-64 64-64v0h320v-160c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 384 384c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-right-fill"]},"attrs":[{}],"properties":{"order":29566,"id":1166,"name":"arrow-fat-right-fill","prevSize":16,"code":59729},"setIdx":4,"setId":4,"iconIdx":81},{"icon":{"paths":["M925.56 492.24c-4.934 11.696-16.306 19.757-29.56 19.76l-160 0v320c0 35.346-28.654 64-64 64v0h-320c-35.346 0-64-28.654-64-64v0-320h-160c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 384-384c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 384 384c5.785 5.79 9.363 13.786 9.363 22.618 0 4.425-0.898 8.639-2.522 12.472l0.079-0.21z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-up-fill"]},"attrs":[{}],"properties":{"order":29567,"id":1165,"name":"arrow-fat-up-fill","prevSize":16,"code":59730},"setIdx":4,"setId":4,"iconIdx":82},{"icon":{"paths":["M896 512c0 17.673-14.327 32-32 32v0h-384v256c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-288-288c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 288-288c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v256h384c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-left-fill"]},"attrs":[{}],"properties":{"order":29568,"id":1164,"name":"arrow-left-fill","prevSize":16,"code":59731},"setIdx":4,"setId":4,"iconIdx":83},{"icon":{"paths":["M201.36 470.64c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l255.999-0v-288c0-17.673 14.327-32 32-32s32 14.327 32 32v0 288h256c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-288 288c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM864 832h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-down-fill"]},"attrs":[{}],"properties":{"order":29569,"id":1163,"name":"arrow-line-down-fill","prevSize":16,"code":59732},"setIdx":4,"setId":4,"iconIdx":84},{"icon":{"paths":["M726.64 329.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-233.4 233.36 169.4 169.36c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-383.999 0c-17.673 0-32-14.327-32-32v0-384c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 169.36 169.4 233.36-233.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM864 128h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-down-left-fill"]},"attrs":[{}],"properties":{"order":29570,"id":1162,"name":"arrow-line-down-left-fill","prevSize":16,"code":59733},"setIdx":4,"setId":4,"iconIdx":85},{"icon":{"paths":["M896 160c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM780.24 386.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-169.36 169.4-233.36-233.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l233.4 233.36-169.4 169.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l383.999 0c17.673 0 32-14.327 32-32v0-384c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-down-right-fill"]},"attrs":[{}],"properties":{"order":29571,"id":1161,"name":"arrow-line-down-right-fill","prevSize":16,"code":59734},"setIdx":4,"setId":4,"iconIdx":86},{"icon":{"paths":["M192 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 480h-288v-256c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-288 288c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 288 288c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-256h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-left-fill"]},"attrs":[{}],"properties":{"order":29572,"id":1160,"name":"arrow-line-left-fill","prevSize":16,"code":59735},"setIdx":4,"setId":4,"iconIdx":87},{"icon":{"paths":["M896 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM470.64 201.36c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v256h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288v256c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 288-288c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-right-fill"]},"attrs":[{}],"properties":{"order":29573,"id":1159,"name":"arrow-line-right-fill","prevSize":16,"code":59736},"setIdx":4,"setId":4,"iconIdx":88},{"icon":{"paths":["M822.64 553.36c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-255.999 0v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288h-256c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 288-288c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM864 128h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-up-fill"]},"attrs":[{}],"properties":{"order":29574,"id":1158,"name":"arrow-line-up-fill","prevSize":16,"code":59737},"setIdx":4,"setId":4,"iconIdx":89},{"icon":{"paths":["M224 608v-384c0-17.673 14.327-32 32-32v0h384c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-169.4 169.36 233.4 233.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-233.36-233.4-169.36 169.4c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001zM864 832h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-up-left-fill"]},"attrs":[{}],"properties":{"order":29575,"id":1157,"name":"arrow-line-up-left-fill","prevSize":16,"code":59738},"setIdx":4,"setId":4,"iconIdx":90},{"icon":{"paths":["M297.36 694.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 233.4-233.36-169.4-169.36c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l383.999-0c17.673 0 32 14.327 32 32v0 384c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-169.36-169.4-233.36 233.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM864 832h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-up-right-fill"]},"attrs":[{}],"properties":{"order":29576,"id":1156,"name":"arrow-line-up-right-fill","prevSize":16,"code":59739},"setIdx":4,"setId":4,"iconIdx":91},{"icon":{"paths":["M886.64 534.64l-288 288c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-256h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384v-256c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 288 288c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-right-fill"]},"attrs":[{}],"properties":{"order":29577,"id":1155,"name":"arrow-right-fill","prevSize":16,"code":59740},"setIdx":4,"setId":4,"iconIdx":92},{"icon":{"paths":["M790.64 745.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0c-4.32 4.28-107.36 105.36-278.64 105.36-93.44 0-184.52-36.4-265.12-105.64l-64.24 64.28c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-192c0-17.673 14.327-32 32-32v0h192c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-82.32 82.32c52 43.64 127 87.040 219.68 87.040 145.080 0 232.52-85.76 233.36-86.64 5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM876.24 162.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-64.24 64.28c-80.6-69.24-171.68-105.64-265.12-105.64-171.28 0-274.32 101.080-278.64 105.36-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l-0 0c0.84-0.88 88.28-86.64 233.36-86.64 92.68 0 167.68 43.4 219.68 87.040l-82.32 82.32c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l191.999 0c17.673 0 32-14.327 32-32v0-192c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-clockwise-fill"]},"attrs":[{}],"properties":{"order":29578,"id":1154,"name":"arrows-clockwise-fill","prevSize":16,"code":59741},"setIdx":4,"setId":4,"iconIdx":93},{"icon":{"paths":["M896 640v192c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-64.24-64.28c-80.6 69.24-171.68 105.64-265.12 105.64-171.28 0-274.32-101.080-278.64-105.36-5.809-5.794-9.404-13.808-9.404-22.66 0-17.675 14.329-32.004 32.004-32.004 8.823 0 16.811 3.57 22.601 9.344l-0.001-0.001c1.44 1.4 90.080 86.68 233.44 86.68 92.68 0 167.68-43.4 219.68-87.040l-82.32-82.32c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l191.999-0c17.673 0 32 14.327 32 32v0zM381.56 396.24c1.545-3.623 2.443-7.838 2.443-12.262 0-8.832-3.578-16.828-9.363-22.618l-82.32-82.32c52-43.64 127-87.040 219.68-87.040 143.8 0 232.52 85.76 233.44 86.72 5.79 5.77 13.778 9.338 22.6 9.338 17.683 0 32.018-14.335 32.018-32.018 0-8.861-3.6-16.882-9.417-22.679l-0.001-0.001c-4.32-4.28-107.36-105.36-278.64-105.36-93.44 0-184.52 36.4-265.12 105.64l-64.24-64.28c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v192c0 17.673 14.327 32 32 32v0h192c13.254-0.003 24.626-8.064 29.481-19.55l0.079-0.21z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-counter-clockwise-fill"]},"attrs":[{}],"properties":{"order":29579,"id":1153,"name":"arrows-counter-clockwise-fill","prevSize":16,"code":59742},"setIdx":4,"setId":4,"iconIdx":94},{"icon":{"paths":["M477.56 691.76c1.545 3.623 2.443 7.838 2.443 12.262 0 8.832-3.578 16.828-9.363 22.618l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l95.999-0v-480c0-17.673 14.327-32 32-32s32 14.327 32 32v0 480h96c13.254 0.003 24.626 8.064 29.481 19.55l0.079 0.21zM854.64 297.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l95.999 0v480c0 17.673 14.327 32 32 32s32-14.327 32-32v0-480h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-down-up-fill"]},"attrs":[{}],"properties":{"order":29580,"id":1152,"name":"arrows-down-up-fill","prevSize":16,"code":59743},"setIdx":4,"setId":4,"iconIdx":95},{"icon":{"paths":["M950.64 534.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-96h-512v96c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v96h512v-96c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-horizontal-fill"]},"attrs":[{}],"properties":{"order":29581,"id":1151,"name":"arrows-horizontal-fill","prevSize":16,"code":59744},"setIdx":4,"setId":4,"iconIdx":96},{"icon":{"paths":["M406.64 534.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-96h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-96c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM489.36 406.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-95.999-0v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0zM534.64 617.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l95.999 0v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM928 480h-128v-96c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-cardinal-fill"]},"attrs":[{}],"properties":{"order":29582,"id":1150,"name":"arrows-in-cardinal-fill","prevSize":16,"code":59745},"setIdx":4,"setId":4,"iconIdx":97},{"icon":{"paths":["M576 416v-160c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l57.36 57.4 121.36-121.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-121.4 121.36 57.4 57.36c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-159.999 0c-17.673 0-32-14.327-32-32v0zM416 576h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l57.4 57.36-121.4 121.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 121.36-121.4 57.36 57.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160c0-17.673-14.327-32-32-32v0zM428.24 226.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-57.36 57.4-121.36-121.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l121.4 121.36-57.4 57.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0c17.673 0 32-14.327 32-32v0-160c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM733.24 688l57.4-57.36c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-159.999-0c-17.673 0-32 14.327-32 32v0 160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l57.36-57.4 121.36 121.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-fill"]},"attrs":[{}],"properties":{"order":29583,"id":1149,"name":"arrows-in-fill","prevSize":16,"code":59746},"setIdx":4,"setId":4,"iconIdx":98},{"icon":{"paths":["M406.64 489.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-96h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160v-96c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0zM960 480h-160v-96c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-96h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 128c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-line-horizontal-fill"]},"attrs":[{}],"properties":{"order":29584,"id":1148,"name":"arrows-in-line-horizontal-fill","prevSize":16,"code":59747},"setIdx":4,"setId":4,"iconIdx":99},{"icon":{"paths":["M361.36 278.64c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l95.999-0v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160h96c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM534.64 617.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l95.999 0v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0zM864 480h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-line-vertical-fill"]},"attrs":[{}],"properties":{"order":29585,"id":1147,"name":"arrows-in-line-vertical-fill","prevSize":16,"code":59748},"setIdx":4,"setId":4,"iconIdx":100},{"icon":{"paths":["M480 576v192c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-73.36-73.4-137.36 137.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 137.4-137.36-73.4-73.36c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l191.999-0c17.673 0 32 14.327 32 32v0zM854.64 169.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-137.36 137.4-73.36-73.4c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v192c0 17.673 14.327 32 32 32v0h192c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-73.4-73.36 137.4-137.36c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-simple-fill"]},"attrs":[{}],"properties":{"order":29586,"id":1146,"name":"arrows-in-simple-fill","prevSize":16,"code":59749},"setIdx":4,"setId":4,"iconIdx":101},{"icon":{"paths":["M169.36 342.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v96h480c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-480v96c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0zM854.64 681.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h480v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-left-right-fill"]},"attrs":[{}],"properties":{"order":29587,"id":1145,"name":"arrows-left-right-fill","prevSize":16,"code":59750},"setIdx":4,"setId":4,"iconIdx":102},{"icon":{"paths":["M768 160v256c0 0.007 0 0.016 0 0.025 0 8.83-3.577 16.825-9.36 22.615l0-0-214.64 214.6v114.76h96c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l95.999-0v-114.76l-214.64-214.6c-5.783-5.79-9.36-13.785-9.36-22.615 0-0.009 0-0.018 0-0.027l-0 0.001v-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l192 192 192-192v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-merge-fill"]},"attrs":[{}],"properties":{"order":29588,"id":1144,"name":"arrows-merge-fill","prevSize":16,"code":59751},"setIdx":4,"setId":4,"iconIdx":103},{"icon":{"paths":["M384 544h-128v96c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v96h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM384 256h96v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM950.64 489.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM640 768h-96v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-cardinal-fill"]},"attrs":[{}],"properties":{"order":29589,"id":1143,"name":"arrows-out-cardinal-fill","prevSize":16,"code":59752},"setIdx":4,"setId":4,"iconIdx":104},{"icon":{"paths":["M438.64 585.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-105.4 105.36 73.4 73.36c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-191.999 0c-17.673 0-32-14.327-32-32v0-192c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l73.36 73.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM333.24 288l73.4-73.36c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-191.999-0c-17.673 0-32 14.327-32 32v0 192c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l73.36-73.4 105.36 105.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM832 160h-192c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l73.4 73.36-105.4 105.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l105.36-105.4 73.36 73.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-192c0-17.673-14.327-32-32-32v0zM844.24 610.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-73.36 73.4-105.36-105.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l105.4 105.36-73.4 73.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l191.999 0c17.673 0 32-14.327 32-32v0-192c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-fill"]},"attrs":[{}],"properties":{"order":29590,"id":1142,"name":"arrows-out-fill","prevSize":16,"code":59753},"setIdx":4,"setId":4,"iconIdx":105},{"icon":{"paths":["M416 512c0 17.673-14.327 32-32 32v0h-160v96c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v96h160c17.673 0 32 14.327 32 32v0zM982.64 489.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM512 128c-17.673 0-32 14.327-32 32v0 704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-704c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-line-horizontal-fill"]},"attrs":[{}],"properties":{"order":29591,"id":1141,"name":"arrows-out-line-horizontal-fill","prevSize":16,"code":59754},"setIdx":4,"setId":4,"iconIdx":106},{"icon":{"paths":["M354.44 204.24c-1.545-3.623-2.443-7.838-2.443-12.262 0-8.832 3.578-16.828 9.363-22.618l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-95.999 0v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-96c-13.254-0.003-24.626-8.064-29.481-19.55l-0.079-0.21zM864 480h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 800h-96v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160h-96c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 128 128c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-line-vertical-fill"]},"attrs":[{}],"properties":{"order":29592,"id":1140,"name":"arrows-out-line-vertical-fill","prevSize":16,"code":59755},"setIdx":4,"setId":4,"iconIdx":107},{"icon":{"paths":["M470.64 553.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-137.4 137.36 73.4 73.36c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-191.999 0c-17.673 0-32-14.327-32-32v0-192c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l73.36 73.4 137.36-137.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM832 160h-192c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l73.4 73.36-137.4 137.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l137.36-137.4 73.36 73.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-192c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-simple-fill"]},"attrs":[{}],"properties":{"order":29593,"id":1139,"name":"arrows-out-simple-fill","prevSize":16,"code":59756},"setIdx":4,"setId":4,"iconIdx":108},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM662.64 566.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-down-fill"]},"attrs":[{}],"properties":{"order":29594,"id":1138,"name":"arrow-square-down-fill","prevSize":16,"code":59757},"setIdx":4,"setId":4,"iconIdx":109},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM662.64 406.64l-201.4 201.36h114.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 114.76l201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-down-left-fill"]},"attrs":[{}],"properties":{"order":29595,"id":1137,"name":"arrow-square-down-left-fill","prevSize":16,"code":59758},"setIdx":4,"setId":4,"iconIdx":110},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM672 640c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h114.76l-201.4-201.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l201.36 201.4v-114.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-down-right-fill"]},"attrs":[{}],"properties":{"order":29596,"id":1136,"name":"arrow-square-down-right-fill","prevSize":16,"code":59759},"setIdx":4,"setId":4,"iconIdx":111},{"icon":{"paths":["M512 544v256c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-105.36-105.4-169.36 169.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 169.4-169.36-105.4-105.36c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l255.999-0c17.673 0 32 14.327 32 32v0zM832 128h-512c-35.346 0-64 28.654-64 64v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h512v512h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-in-fill"]},"attrs":[{}],"properties":{"order":29597,"id":1135,"name":"arrow-square-in-fill","prevSize":16,"code":59760},"setIdx":4,"setId":4,"iconIdx":112},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM672 544h-242.76l73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36h242.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-left-fill"]},"attrs":[{}],"properties":{"order":29598,"id":1134,"name":"arrow-square-left-fill","prevSize":16,"code":59761},"setIdx":4,"setId":4,"iconIdx":113},{"icon":{"paths":["M768 544v288c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-288v512h512v-288c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 160c0-17.673-14.327-32-32-32v0h-256c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l105.4 105.36-169.4 169.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l169.36-169.4 105.36 105.4c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-out-fill"]},"attrs":[{}],"properties":{"order":29599,"id":1133,"name":"arrow-square-out-fill","prevSize":16,"code":59762},"setIdx":4,"setId":4,"iconIdx":114},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM694.64 534.64l-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36h-242.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h242.76l-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-right-fill"]},"attrs":[{}],"properties":{"order":29600,"id":1132,"name":"arrow-square-right-fill","prevSize":16,"code":59763},"setIdx":4,"setId":4,"iconIdx":115},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM662.64 502.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-73.36-73.4v242.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-242.76l-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-up-fill"]},"attrs":[{}],"properties":{"order":29601,"id":1131,"name":"arrow-square-up-fill","prevSize":16,"code":59764},"setIdx":4,"setId":4,"iconIdx":116},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM662.64 662.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-201.36-201.4v114.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-114.76l201.4 201.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-up-left-fill"]},"attrs":[{}],"properties":{"order":29602,"id":1130,"name":"arrow-square-up-left-fill","prevSize":16,"code":59765},"setIdx":4,"setId":4,"iconIdx":117},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM672 576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-114.76l-201.36 201.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l201.4-201.36h-114.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-up-right-fill"]},"attrs":[{}],"properties":{"order":29603,"id":1129,"name":"arrow-square-up-right-fill","prevSize":16,"code":59766},"setIdx":4,"setId":4,"iconIdx":118},{"icon":{"paths":["M918.64 758.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l95.999-0v-146.76l-224-224-224 224v146.76h96c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l95.999-0v-160c-0-0.007-0-0.016-0-0.025 0-8.83 3.577-16.825 9.36-22.615l-0 0 246.64-246.6v-178.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 178.76l246.64 246.6c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v160h96c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-split-fill"]},"attrs":[{}],"properties":{"order":29604,"id":1128,"name":"arrows-split-fill","prevSize":16,"code":59767},"setIdx":4,"setId":4,"iconIdx":119},{"icon":{"paths":["M669.56 787.76c1.545 3.623 2.443 7.838 2.443 12.262 0 8.832-3.578 16.828-9.363 22.618l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l95.999-0v-512h-96c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-95.999 0v512h96c13.254 0.003 24.626 8.064 29.481 19.55l0.079 0.21z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-vertical-fill"]},"attrs":[{}],"properties":{"order":29605,"id":1127,"name":"arrows-vertical-fill","prevSize":16,"code":59768},"setIdx":4,"setId":4,"iconIdx":120},{"icon":{"paths":["M928 448c-0.159 141.321-114.679 255.841-255.985 256l-320.015 0v160c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v160h320c106.039 0 192-85.961 192-192s-85.961-192-192-192v0h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c141.321 0.159 255.841 114.679 256 255.985l0 0.015z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-down-left-fill"]},"attrs":[{}],"properties":{"order":29606,"id":1126,"name":"arrow-u-down-left-fill","prevSize":16,"code":59769},"setIdx":4,"setId":4,"iconIdx":121},{"icon":{"paths":["M918.64 694.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-160h-320c-141.385 0-256-114.615-256-256s114.615-256 256-256v0h352c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-352c-106.039 0-192 85.961-192 192s85.961 192 192 192v0h320v-160c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-down-right-fill"]},"attrs":[{}],"properties":{"order":29607,"id":1125,"name":"arrow-u-down-right-fill","prevSize":16,"code":59770},"setIdx":4,"setId":4,"iconIdx":122},{"icon":{"paths":["M832 352v352c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-352c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 320h160c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l159.999-0v-320c0-141.385 114.615-256 256-256s256 114.615 256 256v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-left-down-fill"]},"attrs":[{}],"properties":{"order":29608,"id":1124,"name":"arrow-u-left-down-fill","prevSize":16,"code":59771},"setIdx":4,"setId":4,"iconIdx":123},{"icon":{"paths":["M832 320v352c0 141.385-114.615 256-256 256s-256-114.615-256-256v0-320h-160c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-159.999 0v320c0 106.039 85.961 192 192 192s192-85.961 192-192v0-352c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-left-up-fill"]},"attrs":[{}],"properties":{"order":29609,"id":1123,"name":"arrow-u-left-up-fill","prevSize":16,"code":59772},"setIdx":4,"setId":4,"iconIdx":124},{"icon":{"paths":["M829.56 460.24c-4.934 11.696-16.306 19.757-29.56 19.76l-256 0v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384h-256c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 288-288c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 288 288c5.785 5.79 9.363 13.786 9.363 22.618 0 4.425-0.898 8.639-2.522 12.472l0.079-0.21z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-up-fill"]},"attrs":[{}],"properties":{"order":29610,"id":1122,"name":"arrow-up-fill","prevSize":16,"code":59773},"setIdx":4,"setId":4,"iconIdx":125},{"icon":{"paths":["M790.64 790.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-281.36-281.4-185.36 185.4c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-416c0-17.673 14.327-32 32-32v0h416c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-185.4 185.36 281.4 281.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-up-left-fill"]},"attrs":[{}],"properties":{"order":29611,"id":1121,"name":"arrow-up-left-fill","prevSize":16,"code":59774},"setIdx":4,"setId":4,"iconIdx":126},{"icon":{"paths":["M800 256v416c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-185.36-185.4-281.36 281.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 281.4-281.36-185.4-185.36c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l415.999-0c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-up-right-fill"]},"attrs":[{}],"properties":{"order":29612,"id":1120,"name":"arrow-up-right-fill","prevSize":16,"code":59775},"setIdx":4,"setId":4,"iconIdx":127},{"icon":{"paths":["M886.64 726.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l159.999-0v-320c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 352c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-352c0-141.385 114.615-256 256-256s256 114.615 256 256v0 320h160c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-right-down-fill"]},"attrs":[{}],"properties":{"order":29613,"id":1119,"name":"arrow-u-right-down-fill","prevSize":16,"code":59776},"setIdx":4,"setId":4,"iconIdx":128},{"icon":{"paths":["M893.56 332.24c-4.934 11.696-16.306 19.757-29.56 19.76l-160 0v320c0 141.385-114.615 256-256 256s-256-114.615-256-256v0-352c0-17.673 14.327-32 32-32s32 14.327 32 32v0 352c0 106.039 85.961 192 192 192s192-85.961 192-192v0-320h-160c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.785 5.79 9.363 13.786 9.363 22.618 0 4.425-0.898 8.639-2.522 12.472l0.079-0.21z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-right-up-fill"]},"attrs":[{}],"properties":{"order":29614,"id":1118,"name":"arrow-u-right-up-fill","prevSize":16,"code":59777},"setIdx":4,"setId":4,"iconIdx":129},{"icon":{"paths":["M928 576c-0.159 141.321-114.679 255.841-255.985 256l-352.015 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c106.039 0 192-85.961 192-192s-85.961-192-192-192v0h-320v160c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-192-192c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v160h320c141.321 0.159 255.841 114.679 256 255.985l0 0.015z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-up-left-fill"]},"attrs":[{}],"properties":{"order":29615,"id":1117,"name":"arrow-u-up-left-fill","prevSize":16,"code":59778},"setIdx":4,"setId":4,"iconIdx":130},{"icon":{"paths":["M672 544v-160h-320c-106.039 0-192 85.961-192 192s85.961 192 192 192v0h352c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-352c-141.385 0-256-114.615-256-256s114.615-256 256-256v0h320v-160c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-192 192c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-up-right-fill"]},"attrs":[{}],"properties":{"order":29616,"id":1116,"name":"arrow-u-up-right-fill","prevSize":16,"code":59779},"setIdx":4,"setId":4,"iconIdx":131},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM704 672h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM704 544h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM704 416h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["article-fill"]},"attrs":[{}],"properties":{"order":29617,"id":1115,"name":"article-fill","prevSize":16,"code":59780},"setIdx":4,"setId":4,"iconIdx":132},{"icon":{"paths":["M224 576c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-256h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c0.010-0 0.022-0 0.034-0 11.355 0 21.329 5.914 27.009 14.831l0.077 0.129 132.88 212.68 132.88-212.6c5.746-9.087 15.738-15.034 27.119-15.040l64.001-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v256h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0-176.44l-100.88 161.4c-5.751 9.077-15.742 15.015-27.12 15.015s-21.369-5.938-27.043-14.884l-0.077-0.131-100.88-161.4v176.44c17.673 0 32 14.327 32 32v0zM960 480h-288c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM960 672h-672c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h672c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM960 288h-288c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["article-medium-fill"]},"attrs":[{}],"properties":{"order":29618,"id":1114,"name":"article-medium-fill","prevSize":16,"code":59781},"setIdx":4,"setId":4,"iconIdx":133},{"icon":{"paths":["M992 384v64c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM960 544h-320c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM960 736h-672c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h672c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM320 672c-123.657-0.137-223.863-100.343-224-223.987l-0-0.013c-0-0.050-0-0.109-0-0.168 0-30.225 6.041-59.039 16.982-85.3l-0.542 1.468c-29.243-20.495-48.126-54.043-48.126-92 0-61.745 49.965-111.821 111.669-112l0.017-0c0.020-0 0.044-0 0.068-0 5.686 0 11.025 1.483 15.653 4.083l-0.161-0.083 279.72 155.4c23.059-3.78 40.439-23.561 40.439-47.401 0-26.411-21.331-47.84-47.704-47.999l-0.015-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c61.856 0 112 50.144 112 112s-50.144 112-112 112v0c-0.020 0-0.044 0-0.068 0-5.686 0-11.025-1.483-15.653-4.083l0.161 0.083-160-88.84c-73.79 15.217-128.48 79.654-128.48 156.865 0 77.052 54.466 141.384 126.998 156.593l1.041 0.183v-156.8c0-17.673 14.327-32 32-32s32 14.327 32 32v0 156.76c55.557-11.676 99.864-50.856 118.566-102.324l0.354-1.116c4.674-12.25 16.326-20.793 29.974-20.793 17.673 0 32 14.327 32 32 0 3.633-0.605 7.124-1.721 10.379l0.067-0.225c-31.779 87.691-114.311 149.231-211.229 149.32l-0.011 0zM144.92 308.56c19.063-23.796 42.335-43.34 68.815-57.731l1.185-0.589-46.2-25.68c-23.264 3.594-40.866 23.475-40.866 47.467 0 14.599 6.517 27.675 16.801 36.479l0.065 0.055z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["article-ny-times-fill"]},"attrs":[{}],"properties":{"order":29619,"id":1113,"name":"article-ny-times-fill","prevSize":16,"code":59782},"setIdx":4,"setId":4,"iconIdx":134},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM768.48 628.56c9.367 5.697 15.528 15.849 15.528 27.44 0 17.678-14.331 32.008-32.008 32.008-6.087 0-11.777-1.699-16.621-4.648l0.141 0.080-191.52-114.92v207.48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-207.48l-191.52 114.92c-4.703 2.87-10.393 4.568-16.48 4.568-17.678 0-32.008-14.331-32.008-32.008 0-11.591 6.161-21.743 15.387-27.36l0.141-0.080 194.28-116.56-194.28-116.56c-9.367-5.697-15.528-15.849-15.528-27.44 0-17.678 14.331-32.008 32.008-32.008 6.087 0 11.777 1.699 16.621 4.648l-0.141-0.080 191.52 114.92v-207.48c0-17.673 14.327-32 32-32s32 14.327 32 32v0 207.48l191.52-114.92c4.703-2.87 10.393-4.568 16.48-4.568 17.678 0 32.008 14.331 32.008 32.008 0 11.591-6.161 21.743-15.387 27.36l-0.141 0.080-194.28 116.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["asterisk-fill"]},"attrs":[{}],"properties":{"order":29620,"id":1112,"name":"asterisk-fill","prevSize":16,"code":59783},"setIdx":4,"setId":4,"iconIdx":135},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM748.6 445.4l-184.6 79.080 132.52 159.040c4.61 5.507 7.409 12.667 7.409 20.48 0 17.678-14.331 32.009-32.009 32.009-9.865 0-18.687-4.463-24.559-11.479l-0.041-0.050-135.32-162.48-135.4 162.48c-5.913 7.067-14.735 11.529-24.6 11.529-17.678 0-32.009-14.331-32.009-32.009 0-7.813 2.799-14.973 7.45-20.53l-0.041 0.050 132.6-159.040-184.6-79.080c-11.967-4.812-20.262-16.322-20.262-29.77 0-17.673 14.327-32 32-32 4.885 0 9.515 1.095 13.657 3.052l-0.195-0.083 179.4 76.88v-183.48c0-17.673 14.327-32 32-32s32 14.327 32 32v0 183.48l179.4-76.88c3.947-1.875 8.577-2.97 13.462-2.97 17.673 0 32 14.327 32 32 0 13.448-8.295 24.958-20.047 29.693l-0.215 0.077z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["asterisk-simple-fill"]},"attrs":[{}],"properties":{"order":29621,"id":1111,"name":"asterisk-simple-fill","prevSize":16,"code":59784},"setIdx":4,"setId":4,"iconIdx":136},{"icon":{"paths":["M928 512c0 2.040 0 4 0 6.080-1.36 57.040-22.52 121.92-112 121.92-92.56 0-112-69.6-112-128v-160c0-0.021 0-0.046 0-0.070 0-17.673-14.327-32-32-32-0.746 0-1.486 0.026-2.219 0.076l0.099-0.005c-16.805 1.486-29.884 15.496-29.884 32.56 0 0.183 0.002 0.365 0.004 0.547l-0-0.027v16c-33.831-30.418-78.815-49.021-128.145-49.021-106.039 0-192 85.961-192 192s85.961 192 192 192c63.464 0 119.736-30.791 154.692-78.25l0.372-0.529c4.389 7.626 8.858 14.16 13.771 20.326l-0.251-0.326c21.48 26.72 62.4 58.72 135.56 58.72 0.216 0.001 0.472 0.001 0.728 0.001 12.769 0 25.283-1.092 37.454-3.187l-1.302 0.185c0.791-0.139 1.702-0.218 2.632-0.218 8.837 0 16 7.163 16 16 0 3.034-0.845 5.872-2.312 8.289l0.040-0.071c-73.936 122.459-206.3 203.079-357.494 203.079-2.85 0-5.694-0.029-8.53-0.086l0.424 0.007c-219.12-4.4-398.84-180.56-407.32-399.56-0.204-4.866-0.32-10.576-0.32-16.313 0-229.75 186.25-416 416-416 229.706 0 415.928 186.177 416 415.866l0 0.007zM384 512c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128v0c-70.692 0-128 57.308-128 128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["at-fill"]},"attrs":[{}],"properties":{"order":29622,"id":1110,"name":"at-fill","prevSize":16,"code":59785},"setIdx":4,"setId":4,"iconIdx":137},{"icon":{"paths":["M784.48 512c98.6-138.44 148.88-281.52 78.96-351.44s-213-19.64-351.44 78.96c-138.44-98.6-281.52-148.88-351.44-78.96s-19.64 213 78.96 351.44c-98.6 138.44-148.88 281.52-78.96 351.44v0c22.52 22.52 52.6 32.56 87.64 32.56 73.88 0 169.92-44.68 264-111.52 93.68 66.84 189.68 111.52 263.8 111.52 35.040 0 65.16-10.080 87.64-32.56v0c69.72-69.92 19.44-213-79.16-351.44zM818.2 205.8c30.56 30.56 9.92 129.6-74.080 253.12-27.834-34.319-55.551-65.052-84.766-94.286l0.006 0.006c-29.22-29.138-59.952-56.816-92.045-82.882l-2.235-1.758c123.52-84 222.56-104.76 253.12-74.2zM205.8 205.8c8.8-8.84 23.32-13.4 42.48-13.4 47.28 0 122.76 27.6 210.6 87.6-34.309 27.836-65.027 55.513-94.269 84.669l0.029-0.029c-29.156 29.217-56.834 59.949-82.889 92.053l-1.751 2.227c-84-123.52-104.76-222.56-74.2-253.12zM205.8 818.2c-30.56-30.56-9.8-129.6 74.2-253.12 27.834 34.319 55.551 65.052 84.766 94.286l-0.006-0.006c29.196 29.132 59.889 56.807 91.934 82.885l2.226 1.755c-123.52 84-222.56 104.76-253.12 74.2zM512 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM818.2 818.24c-30.56 30.6-129.6 9.92-253.12-74.080 34.315-27.868 65.046-55.583 94.299-84.779l-0.019 0.019c29.153-29.225 56.831-59.97 82.885-92.086l1.755-2.234c84 123.52 104.76 222.56 74.2 253.12z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["atom-fill"]},"attrs":[{}],"properties":{"order":29623,"id":1109,"name":"atom-fill","prevSize":16,"code":59786},"setIdx":4,"setId":4,"iconIdx":138},{"icon":{"paths":["M536.64 96.4c-0.25-0.014-0.542-0.022-0.837-0.022-5.586 0-10.504 2.863-13.366 7.202l-0.037 0.060c-41.2 62.28-42.4 119.52-42.4 120.36 0.072 17.619 14.371 31.874 32 31.874 2.381 0 4.7-0.26 6.933-0.753l-0.212 0.039c14.612-3.588 25.282-16.574 25.282-32.053 0-0.136-0.001-0.272-0.002-0.407l0 0.021c0.619-17.186 14.7-30.882 31.98-30.882 1.134 0 2.254 0.059 3.357 0.174l-0.138-0.012c16.294 1.946 28.805 15.684 28.805 32.343 0 0.203-0.002 0.405-0.006 0.608l0-0.030c-0.306 52.787-43.17 95.462-96 95.462-53.020 0-96.002-42.981-96.002-96.002 0-0.19 0.001-0.38 0.002-0.569l-0 0.029c0-2.52 0.36-43.12 21.76-96 0.726-1.761 1.147-3.806 1.147-5.949 0-8.837-7.163-16-16-16-1.243 0-2.453 0.142-3.615 0.41l0.108-0.021c-186.601 43.951-323.365 209.036-323.365 406.065 0 5.027 0.089 10.034 0.266 15.018l-0.020-0.723c7.72 220.24 188.64 397.36 409 400.96 1.895 0.031 4.131 0.049 6.371 0.049 229.75 0 416-186.25 416-416 0-220.959-172.269-401.683-389.825-415.19l-1.186-0.059zM320 511.64c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM641.080 730.72c-36.648 23.181-81.258 36.939-129.080 36.939s-92.432-13.758-130.085-37.531l1.005 0.593c-9.033-5.763-14.936-15.732-14.936-27.080 0-17.682 14.334-32.016 32.016-32.016 6.334 0 12.239 1.839 17.209 5.013l-0.129-0.077c26.967 16.984 59.767 27.061 94.92 27.061s67.953-10.077 95.668-27.5l-0.748 0.439c4.841-3.097 10.746-4.936 17.080-4.936 17.682 0 32.016 14.334 32.016 32.016 0 11.348-5.904 21.317-14.808 27.003l-0.129 0.077zM656 559.64c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["baby-fill"]},"attrs":[{}],"properties":{"order":29624,"id":1108,"name":"baby-fill","prevSize":16,"code":59787},"setIdx":4,"setId":4,"iconIdx":139},{"icon":{"paths":["M672 162.32v-34.32c0-53.019-42.981-96-96-96v0h-128c-53.019 0-96 42.981-96 96v0 34.32c-109.097 16.348-191.827 109.326-192 221.662l-0 0.018v480c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-480c-0.173-112.354-82.903-205.332-190.765-221.528l-1.235-0.152zM416 128c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 32h-192zM448 288h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM704 864h-384v-160h224v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96zM704 640h-384v-32c0-35.346 28.654-64 64-64v0h256c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["backpack-fill"]},"attrs":[{}],"properties":{"order":29625,"id":1107,"name":"backpack-fill","prevSize":16,"code":59788},"setIdx":4,"setId":4,"iconIdx":140},{"icon":{"paths":["M864 160h-589.88c-23.161 0.102-43.428 12.4-54.72 30.799l-0.16 0.281-182.68 304.44c-2.87 4.703-4.57 10.393-4.57 16.48s1.699 11.777 4.65 16.621l-0.080-0.141 182.68 304.44c11.447 18.685 31.717 30.986 54.866 31.080l0.014 0h589.88c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM662.64 585.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.4 73.4c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l73.4-73.36-73.4-73.36c-5.797-5.793-9.384-13.797-9.384-22.64 0-17.675 14.329-32.004 32.004-32.004 8.833 0 16.829 3.578 22.62 9.364l73.4 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["backspace-fill"]},"attrs":[{}],"properties":{"order":29626,"id":1106,"name":"backspace-fill","prevSize":16,"code":59789},"setIdx":4,"setId":4,"iconIdx":141},{"icon":{"paths":["M864 256h-160c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-160c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM384 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM704 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bag-fill"]},"attrs":[{}],"properties":{"order":29627,"id":1105,"name":"bag-fill","prevSize":16,"code":59790},"setIdx":4,"setId":4,"iconIdx":142},{"icon":{"paths":["M864 256h-160c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-160c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bag-simple-fill"]},"attrs":[{}],"properties":{"order":29628,"id":1104,"name":"bag-simple-fill","prevSize":16,"code":59791},"setIdx":4,"setId":4,"iconIdx":143},{"icon":{"paths":["M512 64c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022c0 93.72 37.6 197.68 100.52 278 48.32 61.64 106 104 167.64 124.36l-41.56 97.040c-1.634 3.715-2.585 8.047-2.585 12.6 0 17.668 14.318 31.991 31.984 32l192.001 0c17.667-0.009 31.985-14.332 31.985-32 0-4.553-0.951-8.885-2.665-12.806l0.080 0.206-41.4-97.040c61.6-20.28 119.32-62.72 167.64-124.36 62.76-80.32 100.36-184.28 100.36-278-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM709.28 415.56c-1.581 0.27-3.408 0.43-5.27 0.44l-0.010 0c-15.791-0.021-28.9-11.477-31.493-26.53l-0.027-0.19c-12.451-68.253-65.468-121.269-132.708-133.566l-1.012-0.154c-15.398-2.497-27.013-15.697-27.013-31.609 0-17.673 14.327-32 32-32 1.969 0 3.897 0.178 5.768 0.518l-0.196-0.030c95.090 17.324 168.956 91.189 186.067 184.872l0.213 1.408c0.278 1.585 0.437 3.41 0.437 5.272 0 15.821-11.482 28.961-26.568 31.541l-0.189 0.027z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["balloon-fill"]},"attrs":[{}],"properties":{"order":29629,"id":1103,"name":"balloon-fill","prevSize":16,"code":59792},"setIdx":4,"setId":4,"iconIdx":144},{"icon":{"paths":["M560 512c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48s48 21.49 48 48z","M738.28 512l110.84-110.88c30.136-29.135 48.846-69.926 48.846-115.086 0-88.366-71.634-160-160-160-45.16 0-85.951 18.71-115.043 48.801l-0.043 0.045-110.88 110.84-110.88-110.84c-29.135-30.136-69.926-48.846-115.086-48.846-88.366 0-160 71.634-160 160 0 45.16 18.71 85.951 48.801 115.043l0.045 0.043 110.84 110.88-110.84 110.88c-30.136 29.135-48.846 69.926-48.846 115.086 0 88.366 71.634 160 160 160 45.16 0 85.951-18.71 115.043-48.801l0.043-0.045 110.88-110.84 110.88 110.84c29.135 30.136 69.926 48.846 115.086 48.846 88.366 0 160-71.634 160-160 0-45.16-18.71-85.951-48.801-115.043l-0.045-0.043zM512 376.24l135.76 135.76-135.76 135.76-135.76-135.76zM668 220.24c17.393-17.423 41.438-28.202 68-28.202 53.064 0 96.082 43.017 96.082 96.082 0 26.502-10.73 50.499-28.083 67.881l0.001-0.001-110.88 110.88-135.88-135.88zM356 804c-17.403 17.403-41.444 28.167-68 28.167-53.111 0-96.167-43.055-96.167-96.167 0-26.556 10.764-50.597 28.167-68l110.88-110.88 135.76 135.76z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bandaids-fill"]},"attrs":[{},{}],"properties":{"order":29630,"id":1102,"name":"bandaids-fill","prevSize":16,"code":59793},"setIdx":4,"setId":4,"iconIdx":145},{"icon":{"paths":["M992 832c0 17.673-14.327 32-32 32v0h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h896c17.673 0 32 14.327 32 32v0zM65.2 392.72c-0.771-2.616-1.214-5.622-1.214-8.731 0-11.477 6.042-21.543 15.119-27.19l0.136-0.079 416-256c4.768-2.976 10.558-4.74 16.76-4.74s11.992 1.764 16.895 4.819l-0.135-0.079 416 256c9.223 5.724 15.273 15.795 15.273 27.28 0 17.673-14.327 32-32 32-0.012 0-0.023-0-0.035-0l-95.998 0v256h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-256h-96c-0.003 0-0.007 0-0.011 0-14.568 0-26.862-9.735-30.733-23.054l-0.056-0.226zM576 640c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0zM384 640c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bank-fill"]},"attrs":[{}],"properties":{"order":29631,"id":1101,"name":"bank-fill","prevSize":16,"code":59794},"setIdx":4,"setId":4,"iconIdx":146},{"icon":{"paths":["M800 256v512c0 35.346-28.654 64-64 64v0h-64c-35.346 0-64-28.654-64-64v0-224h-192v224c0 35.346-28.654 64-64 64v0h-64c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h64c35.346 0 64 28.654 64 64v0 224h192v-224c0-35.346 28.654-64 64-64v0h64c35.346 0 64 28.654 64 64v0zM144 288h-16c-35.346 0-64 28.654-64 64v0 128h-30.92c-0.144-0.002-0.313-0.004-0.483-0.004-17.072 0-31.091 13.075-32.588 29.758l-0.009 0.126c-0.045 0.634-0.070 1.374-0.070 2.12 0 17.673 14.327 32 32 32 0.025 0 0.049-0 0.074-0l-0.004 0h32v128c0 35.346 28.654 64 64 64v0h16c8.837 0 16-7.163 16-16v0-416c0-8.837-7.163-16-16-16v0zM1024 509.88c-1.507-16.808-15.525-29.882-32.597-29.882-0.142 0-0.283 0.001-0.425 0.003l0.021-0h-31v-128c0-35.346-28.654-64-64-64v0h-16c-8.837 0-16 7.163-16 16v0 416c0 8.837 7.163 16 16 16v0h16c35.346 0 64-28.654 64-64v0-128h32c0.021 0 0.046 0 0.070 0 17.673 0 32-14.327 32-32 0-0.746-0.026-1.486-0.076-2.219l0.005 0.099z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["barbell-fill"]},"attrs":[{}],"properties":{"order":29632,"id":1100,"name":"barbell-fill","prevSize":16,"code":59795},"setIdx":4,"setId":4,"iconIdx":147},{"icon":{"paths":["M896 160h-768c-17.673 0-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32v0h768c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM160 256c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM320 800h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM416 608c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM544 608c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 640c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32v0zM864 768c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM864 384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["barcode-fill"]},"attrs":[{}],"properties":{"order":29633,"id":1099,"name":"barcode-fill","prevSize":16,"code":59796},"setIdx":4,"setId":4,"iconIdx":148},{"icon":{"paths":["M896 256h-768c-35.346 0-64 28.654-64 64v0 288c0 35.346 28.654 64 64 64v0h96v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h448v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h96c35.346 0 64-28.654 64-64v0-288c0-35.346-28.654-64-64-64v0zM128 368l240 240h-240zM896 608h-240l-288-288h288l240 240v48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["barricade-fill"]},"attrs":[{}],"properties":{"order":29634,"id":1098,"name":"barricade-fill","prevSize":16,"code":59797},"setIdx":4,"setId":4,"iconIdx":149},{"icon":{"paths":["M512 96c-229.641 0.273-415.727 186.359-416 415.974l-0 0.026v224c0 53.019 42.981 96 96 96v0c21.333-0.037 41.034-6.994 56.986-18.747l-0.266 0.187c48.6-35.32 133.68-77.44 263.28-77.44s214.68 42.080 263.24 77.4c15.683 11.606 35.407 18.577 56.76 18.577 53.011 0 95.987-42.968 96-95.976l0-0.001v-224c-0.273-229.641-186.359-415.727-415.974-416l-0.026-0zM160 512c0.239-168.553 118.708-309.368 276.908-343.972l2.332-0.428c-60.847 86.483-102.123 190.914-115.188 303.939l-0.292 3.101c-62.318 18.414-116.653 43.236-166.536 74.503l2.776-1.623zM864 736c0.003 0.152 0.004 0.331 0.004 0.51 0 12.171-6.995 22.707-17.185 27.808l-0.179 0.081c-4.261 2.243-9.31 3.56-14.668 3.56-7.193 0-13.831-2.373-19.175-6.379l0.083 0.060c-56.24-40.84-154.080-89.64-300.88-89.64s-244.64 48.8-300.88 89.68c-5.261 3.946-11.899 6.32-19.092 6.32-5.357 0-10.407-1.316-14.843-3.644l0.176 0.084c-10.369-5.183-17.365-15.719-17.365-27.89 0-0.193 0.002-0.386 0.005-0.579l-0 0.029v-111.72c56.94-41.11 123.591-73.127 195.517-92.174l4.203-0.946c1.554-0.287 2.898-0.648 4.198-1.1l-0.198 0.060c44.538-11.512 95.667-18.12 148.34-18.12s103.802 6.608 152.604 19.042l-4.264-0.921c1.062 0.376 2.403 0.748 3.774 1.040l0.226 0.040c76.084 19.982 142.696 51.985 201.377 94.299l-1.777-1.219zM864 547.48c-47.106-29.644-101.441-54.466-159.060-71.675l-4.7-1.205c-13.364-116.112-54.639-220.528-116.899-309.13l1.419 2.13c160.532 35.032 279.001 175.847 279.24 344.373l0 0.027z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["baseball-cap-fill"]},"attrs":[{}],"properties":{"order":29635,"id":1097,"name":"baseball-cap-fill","prevSize":16,"code":59798},"setIdx":4,"setId":4,"iconIdx":150},{"icon":{"paths":["M837.4 253.12c-2.957-3.669-7.45-5.996-12.487-5.996-4.127 0-7.889 1.563-10.727 4.128l0.014-0.012c-13.495 12.329-25.801 25.395-37.075 39.33l-0.525 0.67c-6.058 7.748-15.406 12.682-25.906 12.682-6.739 0-13.003-2.032-18.213-5.517l0.119 0.075c-8.38-5.853-13.793-15.452-13.793-26.315 0-7.67 2.699-14.71 7.198-20.222l-0.046 0.058c13.068-16.26 26.59-30.809 41.078-44.336l0.242-0.224c3.201-2.936 5.201-7.137 5.201-11.806 0-5.075-2.363-9.598-6.048-12.529l-0.033-0.025c-69.502-54.305-158.124-87.077-254.4-87.077s-184.898 32.772-255.319 87.768l0.919-0.691c-3.718 2.956-6.081 7.479-6.081 12.554 0 4.669 2 8.87 5.189 11.795l0.012 0.011c14.482 13.517 27.792 27.79 40.066 42.937l0.614 0.783c4.636 5.605 7.448 12.865 7.448 20.783 0 8.664-3.367 16.541-8.864 22.394l0.016-0.017c-5.824 6.004-13.967 9.73-22.98 9.73-10.1 0-19.107-4.679-24.972-11.988l-0.049-0.063c-12.005-14.917-24.562-28.247-38.075-40.544l-0.285-0.256c-2.818-2.531-6.564-4.078-10.671-4.078-5.038 0-9.532 2.328-12.465 5.968l-0.024 0.031c-56.45 70.296-90.6 160.6-90.6 258.88s34.15 188.584 91.231 259.692l-0.63-0.812c2.957 3.669 7.45 5.996 12.487 5.996 4.127 0 7.889-1.563 10.727-4.128l-0.014 0.012c13.495-12.329 25.801-25.395 37.075-39.33l0.525-0.67c6.058-7.748 15.406-12.682 25.906-12.682 6.739 0 13.003 2.032 18.213 5.517l-0.119-0.075c8.424 5.848 13.87 15.472 13.87 26.368 0 7.646-2.682 14.666-7.156 20.17l0.046-0.059c-13.068 16.26-26.59 30.809-41.078 44.336l-0.242 0.224c-3.201 2.936-5.201 7.137-5.201 11.806 0 5.075 2.363 9.598 6.048 12.529l0.033 0.025c69.502 54.305 158.124 87.077 254.4 87.077s184.898-32.772 255.319-87.768l-0.919 0.691c3.718-2.956 6.081-7.479 6.081-12.554 0-4.669-2-8.87-5.189-11.795l-0.012-0.011c-14.73-13.751-28.252-28.3-40.694-43.756l-0.626-0.804c-4.382-5.429-7.033-12.413-7.033-20.017 0-10.881 5.43-20.493 13.729-26.274l0.104-0.069c5.091-3.41 11.355-5.442 18.094-5.442 10.5 0 19.848 4.934 25.852 12.61l0.054 0.072c11.799 14.605 24.105 27.671 37.326 39.753l0.274 0.247c2.824 2.553 6.586 4.116 10.713 4.116 5.037 0 9.53-2.327 12.463-5.965l0.024-0.031c56.45-70.296 90.6-160.6 90.6-258.88s-34.15-188.584-91.231-259.692l0.63 0.812zM326.84 353.2c2.454-0.66 5.272-1.038 8.178-1.038 14.305 0 26.465 9.179 30.913 21.969l0.070 0.23c6.845 18.788 12.868 41.336 16.987 64.543l0.373 2.537c0.432 1.972 0.68 4.237 0.68 6.56 0 17.673-14.327 32-32 32-0.014 0-0.028-0-0.042-0l0.002 0c-0.031 0-0.069 0-0.106 0-16.758 0-30.507-12.882-31.886-29.283l-0.008-0.117c-1.52-17.76-4.44-35.64-12.8-51.36-2.416-4.393-3.838-9.628-3.838-15.196 0-14.64 9.832-26.984 23.253-30.79l0.226-0.055zM383.36 582.36c-4.503 26.141-10.653 49.11-18.63 71.205l0.91-2.885c-4.529 12.529-16.321 21.321-30.166 21.321-5.297 0-10.293-1.287-14.693-3.565l0.178 0.084c-10.394-5.63-17.335-16.455-17.335-28.901 0-4.101 0.754-8.026 2.13-11.644l-0.075 0.225c5.884-16.152 11.009-35.481 14.459-55.385l0.301-2.095c2.615-15.266 15.75-26.738 31.564-26.738 3.265 0 6.415 0.489 9.382 1.397l-0.227-0.060c13.299 4.342 22.739 16.634 22.739 31.131 0 2.089-0.196 4.132-0.571 6.112l0.032-0.204zM703.040 668.52c-4.222 2.194-9.218 3.481-14.514 3.481-13.845 0-25.636-8.792-30.095-21.098l-0.071-0.223c-7.067-19.21-13.217-42.179-17.36-65.838l-0.36-2.482c-0.339-1.768-0.533-3.802-0.533-5.881 0-14.502 9.435-26.801 22.502-31.093l0.231-0.066c2.74-0.849 5.891-1.338 9.156-1.338 15.814 0 28.95 11.472 31.537 26.548l0.027 0.19c3.751 21.999 8.876 41.328 15.525 59.933l-0.765-2.453c1.301 3.393 2.055 7.318 2.055 11.419 0 12.446-6.94 23.271-17.162 28.815l-0.173 0.086zM716.68 399.24c-8.36 15.72-11.28 33.6-12.8 51.36-1.469 16.442-15.181 29.234-31.88 29.234-3.134 0-6.163-0.451-9.026-1.291l0.226 0.057c-13.493-4.21-23.116-16.591-23.116-31.22 0-2.043 0.188-4.042 0.547-5.982l-0.031 0.201c4.462-25.751 10.5-48.342 18.306-70.091l-0.906 2.891c4.49-13.041 16.655-22.243 30.969-22.243 2.911 0 5.733 0.381 8.419 1.095l-0.228-0.052c13.593 3.895 23.374 16.213 23.374 30.815 0 5.579-1.428 10.824-3.937 15.39l0.084-0.166z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["baseball-fill"]},"attrs":[{}],"properties":{"order":29636,"id":1096,"name":"baseball-fill","prevSize":16,"code":59799},"setIdx":4,"setId":4,"iconIdx":151},{"icon":{"paths":["M254.4 185.56c57.36-45.779 128.349-76.84 205.993-86.399l2.007-0.201c0.54-0.065 1.166-0.102 1.8-0.102 8.837 0 16 7.163 16 16 0 0.036-0 0.071-0 0.107l0-0.005v365.040h-97.4c-8.499-107.051-56.425-201.514-129.076-270.049l-0.204-0.191c-3.146-2.93-5.108-7.096-5.108-11.72 0-5.033 2.324-9.523 5.957-12.456l0.030-0.024zM184 256.28c-44.912 56.895-75.428 127.102-84.956 203.821l-0.204 2.019c-0.071 0.564-0.111 1.218-0.111 1.88 0 8.837 7.163 16 16 16 0.039 0 0.078-0 0.117-0l-0.006 0h203.68c-8.427-89.639-49.369-168.38-110.743-225.44l-0.217-0.2c-2.849-2.659-6.686-4.291-10.904-4.291-5.133 0-9.701 2.417-12.629 6.175l-0.027 0.036zM769.6 185.56c-57.36-45.779-128.349-76.84-205.993-86.399l-2.007-0.201c-0.54-0.065-1.166-0.102-1.8-0.102-8.837 0-16 7.163-16 16 0 0.036 0 0.071 0 0.107l-0-0.005v365.040h97.2c8.499-107.051 56.425-201.514 129.076-270.049l0.204-0.191c3.201-2.936 5.201-7.137 5.201-11.806 0-4.985-2.28-9.437-5.853-12.372l-0.028-0.022zM925.040 462.12c-9.695-78.727-40.171-148.937-85.71-206.722l0.67 0.882c-2.956-3.756-7.502-6.146-12.606-6.146-4.185 0-7.994 1.606-10.845 4.236l0.011-0.010c-61.636 57.244-102.619 135.986-110.972 224.23l-0.108 1.41h203.64c0.009 0 0.020 0 0.031 0 8.837 0 16-7.163 16-16 0-0.663-0.040-1.316-0.118-1.957l0.008 0.077zM98.96 561.88c9.695 78.727 40.171 148.937 85.71 206.722l-0.67-0.882c2.956 3.756 7.502 6.146 12.606 6.146 4.185 0 7.994-1.606 10.845-4.236l-0.011 0.010c61.636-57.244 102.619-135.986 110.972-224.23l0.108-1.41h-203.64c-0.009-0-0.020-0-0.031-0-8.837 0-16 7.163-16 16 0 0.663 0.040 1.316 0.118 1.957l-0.008-0.077zM840 767.72c44.912-56.895 75.428-127.102 84.956-203.821l0.204-2.019c0.071-0.564 0.111-1.218 0.111-1.88 0-8.837-7.163-16-16-16-0.039 0-0.078 0-0.117 0l0.006-0h-203.68c8.427 89.639 49.369 168.38 110.743 225.44l0.217 0.2c2.849 2.659 6.686 4.291 10.904 4.291 5.133 0 9.701-2.417 12.629-6.175l0.027-0.036zM254.4 838.44c57.36 45.779 128.349 76.84 205.993 86.399l2.007 0.201c0.54 0.065 1.166 0.102 1.8 0.102 8.837 0 16-7.163 16-16 0-0.036-0-0.071-0-0.107l0 0.005v-365.040h-97.4c-8.499 107.051-56.425 201.514-129.076 270.049l-0.204 0.191c-3.146 2.93-5.108 7.096-5.108 11.72 0 5.033 2.324 9.523 5.957 12.456l0.030 0.024zM641.2 544h-97.2v365.12c-0 0.030-0 0.066-0 0.102 0 8.837 7.163 16 16 16 0.634 0 1.26-0.037 1.875-0.109l-0.075 0.007c79.651-9.76 150.64-40.821 208.835-87.243l-0.835 0.643c3.664-2.957 5.988-7.447 5.988-12.48 0-4.624-1.962-8.79-5.098-11.711l-0.010-0.009c-72.947-68.72-120.946-163.215-129.386-268.863l-0.094-1.457z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["basketball-fill"]},"attrs":[{}],"properties":{"order":29637,"id":1095,"name":"basketball-fill","prevSize":16,"code":59800},"setIdx":4,"setId":4,"iconIdx":152},{"icon":{"paths":["M944 341.84c-11.758-13.38-28.892-21.793-47.992-21.84l-0.008-0h-145.48l-214.52-245.080c-5.892-6.658-14.458-10.834-24-10.834s-18.108 4.176-23.971 10.8l-0.029 0.034-214.52 245.080h-145.48c-35.346 0.001-63.999 28.654-63.999 64 0 2.976 0.203 5.905 0.596 8.773l-0.037-0.333 55.44 416.040c4.332 31.509 31.080 55.52 63.436 55.52 0.016 0 0.031-0 0.047-0l657.038 0c0.013 0 0.029 0 0.044 0 32.356 0 59.104-24.011 63.398-55.186l0.038-0.334 55.48-416c0.343-2.489 0.539-5.365 0.539-8.287 0-16.273-6.073-31.127-16.077-42.42l0.058 0.067zM326.4 736c-0.484 0.028-1.050 0.044-1.62 0.044s-1.136-0.016-1.698-0.048l0.078 0.003c-0.048 0-0.104 0-0.16 0-16.546 0-30.159-12.558-31.828-28.663l-0.012-0.137-22.4-224c-0.102-0.96-0.16-2.073-0.16-3.2 0-17.673 14.327-32 32-32 16.546 0 30.16 12.558 31.828 28.663l0.012 0.137 22.4 224c0.114 1.014 0.179 2.189 0.179 3.379 0 16.482-12.461 30.054-28.476 31.808l-0.143 0.013zM544 704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM358.52 320l153.48-175.4 153.48 175.4zM755.040 483.2l-22.4 224c-1.679 16.229-15.271 28.779-31.798 28.8l-0.002 0c-0.484 0.028-1.050 0.044-1.62 0.044s-1.136-0.016-1.698-0.048l0.078 0.003c-16.242-1.68-28.8-15.293-28.8-31.84 0-1.127 0.058-2.241 0.172-3.338l-0.012 0.137 22.4-224c1.68-16.242 15.294-28.8 31.84-28.8 17.673 0 32 14.327 32 32 0 1.127-0.058 2.24-0.172 3.337l0.012-0.137z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["basket-fill"]},"attrs":[{}],"properties":{"order":29638,"id":1094,"name":"basket-fill","prevSize":16,"code":59801},"setIdx":4,"setId":4,"iconIdx":153},{"icon":{"paths":["M928 384h-64c0-17.673-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32v0h-256v-176c0-26.51 21.49-48 48-48v0c0.060-0 0.132-0 0.203-0 23.438 0 43.091 16.204 48.367 38.021l0.069 0.34c3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-11.293-51.591-56.596-89.641-110.786-89.641-0.202 0-0.403 0.001-0.605 0.002l0.031-0c-61.856 0-112 50.144-112 112v0 176h-96c-35.346 0-64 28.654-64 64v0 128c0.137 123.657 100.343 223.863 223.987 224l0.013 0v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h384v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c123.657-0.137 223.863-100.343 224-223.987l0-0.013v-128c0-35.346-28.654-64-64-64v0zM800 576h-224v-160h224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bathtub-fill"]},"attrs":[{}],"properties":{"order":29639,"id":1093,"name":"bathtub-fill","prevSize":16,"code":59802},"setIdx":4,"setId":4,"iconIdx":154},{"icon":{"paths":["M1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 320v384c0 53.019-42.981 96-96 96v0h-672c-53.019 0-96-42.981-96-96v0-384c0-53.019 42.981-96 96-96v0h672c53.019 0 96 42.981 96 96v0zM555.24 495.16c-5.736-9.159-15.773-15.16-27.211-15.16-0.010 0-0.021 0-0.031 0l-76.238-0 40.88-81.68c2.131-4.172 3.38-9.1 3.38-14.32 0-17.684-14.336-32.020-32.020-32.020-12.465 0-23.266 7.122-28.556 17.519l-0.084 0.182-64 128c-2.133 4.172-3.383 9.1-3.383 14.32 0 17.673 14.327 32 32 32 0.008 0 0.016-0 0.024-0l76.239 0-40.88 81.68c-2.131 4.172-3.38 9.1-3.38 14.32 0 17.684 14.336 32.020 32.020 32.020 12.465 0 23.266-7.122 28.556-17.519l0.084-0.182 64-128c2.135-4.173 3.386-9.103 3.386-14.326 0-6.233-1.782-12.049-4.864-16.968l0.078 0.134z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-charging-fill"]},"attrs":[{}],"properties":{"order":29640,"id":1092,"name":"battery-charging-fill","prevSize":16,"code":59803},"setIdx":4,"setId":4,"iconIdx":155},{"icon":{"paths":["M704 128h-384c-53.019 0-96 42.981-96 96v0 672c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-672c0-53.019-42.981-96-96-96v0zM604.64 558.32l-64 128c-5.374 10.579-16.175 17.7-28.64 17.7-17.684 0-32.020-14.336-32.020-32.020 0-5.22 1.249-10.148 3.464-14.502l-0.084 0.182 40.88-81.68h-76.24c-0.007 0-0.015 0-0.023 0-17.673 0-32-14.327-32-32 0-5.22 1.25-10.148 3.467-14.502l-0.084 0.182 64-128c5.374-10.579 16.175-17.7 28.64-17.7 17.684 0 32.020 14.336 32.020 32.020 0 5.22-1.249 10.148-3.464 14.502l0.084-0.182-40.88 81.68h76.24c0.007-0 0.015-0 0.023-0 17.673 0 32 14.327 32 32 0 5.22-1.25 10.148-3.467 14.502l0.084-0.182zM352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-charging-vertical-fill"]},"attrs":[{}],"properties":{"order":29641,"id":1091,"name":"battery-charging-vertical-fill","prevSize":16,"code":59804},"setIdx":4,"setId":4,"iconIdx":156},{"icon":{"paths":["M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-empty-fill"]},"attrs":[{}],"properties":{"order":29642,"id":1090,"name":"battery-empty-fill","prevSize":16,"code":59805},"setIdx":4,"setId":4,"iconIdx":157},{"icon":{"paths":["M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM832 704c0 17.673-14.327 32-32 32v0h-672c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h672c17.673 0 32 14.327 32 32v0zM768 384v256c0 17.673-14.327 32-32 32v0h-544c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h544c17.673 0 32 14.327 32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-full-fill"]},"attrs":[{}],"properties":{"order":29643,"id":1089,"name":"battery-full-fill","prevSize":16,"code":59806},"setIdx":4,"setId":4,"iconIdx":158},{"icon":{"paths":["M608 384v256c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0zM896 320v384c0 53.019-42.981 96-96 96v0h-672c-53.019 0-96-42.981-96-96v0-384c0-53.019 42.981-96 96-96v0h672c53.019 0 96 42.981 96 96v0zM832 320c0-17.673-14.327-32-32-32v0h-672c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h672c17.673 0 32-14.327 32-32v0zM992 352c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-high-fill"]},"attrs":[{}],"properties":{"order":29644,"id":1088,"name":"battery-high-fill","prevSize":16,"code":59807},"setIdx":4,"setId":4,"iconIdx":159},{"icon":{"paths":["M288 384v256c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0zM896 320v384c0 53.019-42.981 96-96 96v0h-672c-53.019 0-96-42.981-96-96v0-384c0-53.019 42.981-96 96-96v0h672c53.019 0 96 42.981 96 96v0zM832 320c0-17.673-14.327-32-32-32v0h-672c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h672c17.673 0 32-14.327 32-32v0zM992 352c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-low-fill"]},"attrs":[{}],"properties":{"order":29645,"id":1087,"name":"battery-low-fill","prevSize":16,"code":59808},"setIdx":4,"setId":4,"iconIdx":160},{"icon":{"paths":["M448 384v256c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0zM896 320v384c0 53.019-42.981 96-96 96v0h-672c-53.019 0-96-42.981-96-96v0-384c0-53.019 42.981-96 96-96v0h672c53.019 0 96 42.981 96 96v0zM832 320c0-17.673-14.327-32-32-32v0h-672c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h672c17.673 0 32-14.327 32-32v0zM992 352c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-medium-fill"]},"attrs":[{}],"properties":{"order":29646,"id":1086,"name":"battery-medium-fill","prevSize":16,"code":59809},"setIdx":4,"setId":4,"iconIdx":161},{"icon":{"paths":["M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM576 544h-80v80c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-80h-80c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h80v-80c0-17.673 14.327-32 32-32s32 14.327 32 32v0 80h80c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-plus-fill"]},"attrs":[{}],"properties":{"order":29647,"id":1085,"name":"battery-plus-fill","prevSize":16,"code":59810},"setIdx":4,"setId":4,"iconIdx":162},{"icon":{"paths":["M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM656 560c0-17.673-14.327-32-32-32v0h-80v-80c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 80h-80c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h80v80c0 17.673 14.327 32 32 32s32-14.327 32-32v0-80h80c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-plus-vertical-fill"]},"attrs":[{}],"properties":{"order":29648,"id":1084,"name":"battery-plus-vertical-fill","prevSize":16,"code":59811},"setIdx":4,"setId":4,"iconIdx":163},{"icon":{"paths":["M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-empty-fill"]},"attrs":[{}],"properties":{"order":29649,"id":1083,"name":"battery-vertical-empty-fill","prevSize":16,"code":59812},"setIdx":4,"setId":4,"iconIdx":164},{"icon":{"paths":["M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM640 256h-256c-17.673 0-32 14.327-32 32v0 544c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-544c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-full-fill"]},"attrs":[{}],"properties":{"order":29650,"id":1082,"name":"battery-vertical-full-fill","prevSize":16,"code":59813},"setIdx":4,"setId":4,"iconIdx":165},{"icon":{"paths":["M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM640 416h-256c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-high-fill"]},"attrs":[{}],"properties":{"order":29651,"id":1081,"name":"battery-vertical-high-fill","prevSize":16,"code":59814},"setIdx":4,"setId":4,"iconIdx":166},{"icon":{"paths":["M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM640 736h-256c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-low-fill"]},"attrs":[{}],"properties":{"order":29652,"id":1080,"name":"battery-vertical-low-fill","prevSize":16,"code":59815},"setIdx":4,"setId":4,"iconIdx":167},{"icon":{"paths":["M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM736 224c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 672c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0zM640 576h-256c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-medium-fill"]},"attrs":[{}],"properties":{"order":29653,"id":1079,"name":"battery-vertical-medium-fill","prevSize":16,"code":59816},"setIdx":4,"setId":4,"iconIdx":168},{"icon":{"paths":["M800 224h-672c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h672c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM432 352c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM464 704c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM1024 384v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-warning-fill"]},"attrs":[{}],"properties":{"order":29654,"id":1078,"name":"battery-warning-fill","prevSize":16,"code":59817},"setIdx":4,"setId":4,"iconIdx":169},{"icon":{"paths":["M352 32c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 224v672c0 53.019-42.981 96-96 96v0h-384c-53.019 0-96-42.981-96-96v0-672c0-53.019 42.981-96 96-96v0h384c53.019 0 96 42.981 96 96v0zM480 544c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0zM560 688c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-warning-vertical-fill"]},"attrs":[{}],"properties":{"order":29655,"id":1077,"name":"battery-warning-vertical-fill","prevSize":16,"code":59818},"setIdx":4,"setId":4,"iconIdx":170},{"icon":{"paths":["M832 288h-736v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h832v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-88.366-71.634-160-160-160v0zM96 352h288v288h-288z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bed-fill"]},"attrs":[{}],"properties":{"order":29656,"id":1076,"name":"bed-fill","prevSize":16,"code":59819},"setIdx":4,"setId":4,"iconIdx":171},{"icon":{"paths":["M982.64 169.36l-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h0l5.92 5.88-220.68 165.52-152.88 30.6c-6.44 1.32-12.014 4.405-16.362 8.722l0.002-0.002-333.36 333.28c-17.371 17.372-28.115 41.371-28.115 67.88s10.744 50.508 28.116 67.88l165.6 165.6c17.372 17.371 41.371 28.115 67.88 28.115s50.508-10.744 67.88-28.116l333.28-333.24c4.325-4.34 7.412-9.917 8.685-16.154l0.035-0.206 30.6-152.88 165.52-220.68 5.88 5.92c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64h-0zM325.48 896c-0.025 0-0.055 0-0.085 0-8.799 0-16.762-3.578-22.514-9.359l-0.001-0.001-165.52-165.52c-5.786-5.79-9.365-13.787-9.365-22.62s3.579-16.83 9.365-22.62l22.64-22.64 210.76 210.76-22.76 22.64c-5.768 5.762-13.724 9.333-22.515 9.36l-0.005 0zM710.4 396.8c-2.755 3.633-4.768 7.983-5.726 12.717l-0.034 0.203-30.12 150.52-34.52 34.52-210.76-210.76 34.52-34.52 150.52-30.12c4.937-0.992 9.287-3.005 12.999-5.817l-0.079 0.057 233.8-175.36 24.76 24.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["beer-bottle-fill"]},"attrs":[{}],"properties":{"order":29657,"id":1075,"name":"beer-bottle-fill","prevSize":16,"code":59820},"setIdx":4,"setId":4,"iconIdx":172},{"icon":{"paths":["M864 352h-64v-64c0-88.366-71.634-160-160-160v0h-44.72c-47.64-40.8-112-64-179.28-64-141.16 0-256 100.48-256 224v544c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-32h64c53.019 0 96-42.981 96-96v0-256c0-53.019-42.981-96-96-96v0zM416 736c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM608 736c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM228 256c17.84-72.96 95.4-128 188-128 55.48 0 108.24 20 144.84 55.12 5.736 5.495 13.533 8.879 22.12 8.88l57.040 0c41.537 0.013 76.906 26.404 90.269 63.332l0.211 0.668zM896 704c0 17.673-14.327 32-32 32v0h-64v-320h64c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["beer-stein-fill"]},"attrs":[{}],"properties":{"order":29658,"id":1074,"name":"beer-stein-fill","prevSize":16,"code":59821},"setIdx":4,"setId":4,"iconIdx":173},{"icon":{"paths":["M368 480h-112v-96h112c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM384 544h-128v128h128c35.346 0 64-28.654 64-64s-28.654-64-64-64v0zM704 480c-41.537 0.013-76.906 26.404-90.269 63.332l-0.211 0.668h180.96c-13.574-37.596-48.943-63.987-90.478-64l-0.002-0zM960 224v576c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h768c35.346 0 64 28.654 64 64v0zM576 352c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0zM512 608c-0.022-44.004-22.245-82.812-56.075-105.834l-0.445-0.286c15.249-18.971 24.474-43.348 24.474-69.88 0-61.84-50.118-111.974-111.952-112l-144.003-0c-17.673 0-32 14.327-32 32v0 352c0 17.673 14.327 32 32 32v0h160c70.692 0 128-57.308 128-128v0zM864 576c-0.005-88.362-71.637-159.991-160-159.991-88.366 0-160 71.634-160 160s71.634 160 160 160c40.662 0 77.782-15.168 106.009-40.155l-0.169 0.147c6.655-5.894 10.829-14.459 10.829-24 0-17.678-14.331-32.009-32.009-32.009-8.138 0-15.566 3.037-21.214 8.038l0.034-0.029c-16.829 14.882-39.084 23.968-63.462 23.968-41.537 0-76.912-26.38-90.287-63.3l-0.212-0.668h218.48c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["behance-logo-fill"]},"attrs":[{}],"properties":{"order":29659,"id":1073,"name":"behance-logo-fill","prevSize":16,"code":59822},"setIdx":4,"setId":4,"iconIdx":174},{"icon":{"paths":["M887.2 703.76c-22.2-38.24-55.2-146.44-55.2-287.76 0-176.731-143.269-320-320-320s-320 143.269-320 320v0c0 141.36-33.040 249.52-55.24 287.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.33 28.627 63.974 63.951 64l163.243 0c15.422 73.536 79.735 127.964 156.76 127.964s141.338-54.428 156.577-126.922l0.183-1.042h163.24c35.309-0.049 63.914-28.684 63.914-64 0-11.88-3.237-23.003-8.876-32.537l0.163 0.297zM512 864c-41.537-0.013-76.906-26.404-90.269-63.332l-0.211-0.668h180.96c-13.574 37.596-48.943 63.987-90.478 64l-0.002 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-fill"]},"attrs":[{}],"properties":{"order":29660,"id":1072,"name":"bell-fill","prevSize":16,"code":59823},"setIdx":4,"setId":4,"iconIdx":175},{"icon":{"paths":["M896 284.4c-4.273 2.258-9.339 3.584-14.715 3.584-12.289 0-22.96-6.927-28.321-17.089l-0.084-0.175c-31.364-61.089-76.859-111.007-132.351-146.742l-1.489-0.898c-9.033-5.763-14.936-15.732-14.936-27.080 0-17.682 14.334-32.016 32.016-32.016 6.334 0 12.239 1.839 17.209 5.013l-0.129-0.077c66.416 42.971 119.546 101.188 155.31 169.89l1.17 2.47c2.258 4.273 3.584 9.339 3.584 14.715 0 12.289-6.927 22.96-17.089 28.321l-0.175 0.084zM142.84 288c12.29-0.005 22.959-6.938 28.316-17.105l0.084-0.175c31.364-61.089 76.859-111.007 132.351-146.742l1.489-0.898c9.033-5.763 14.936-15.732 14.936-27.080 0-17.682-14.334-32.016-32.016-32.016-6.334 0-12.239 1.839-17.209 5.013l0.129-0.077c-66.416 42.971-119.546 101.188-155.31 169.89l-1.17 2.47c-2.26 4.274-3.587 9.342-3.587 14.72 0 17.668 14.319 31.992 31.986 32l0.001 0zM887.24 703.76c5.477 9.237 8.714 20.36 8.714 32.24 0 35.33-28.627 63.974-63.951 64l-163.203 0c-15.344 73.633-79.704 128.16-156.8 128.16s-141.456-54.527-156.618-127.12l-0.182-1.040h-163.2c-35.292-0.072-63.874-28.698-63.874-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c36.040-62.2 55.16-150.64 55.16-255.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 105.080 19.12 193.52 55.24 255.76zM602.48 800h-180.96c13.601 37.561 48.963 63.916 90.48 63.916s76.88-26.355 90.268-63.248l0.212-0.668z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-ringing-fill"]},"attrs":[{}],"properties":{"order":29661,"id":1071,"name":"bell-ringing-fill","prevSize":16,"code":59824},"setIdx":4,"setId":4,"iconIdx":176},{"icon":{"paths":["M672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM887.24 703.76c-22.24-38.24-55.24-146.44-55.24-287.76 0-176.731-143.269-320-320-320s-320 143.269-320 320v0c0 141.36-33.040 249.52-55.24 287.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.33 28.627 63.974 63.951 64l640.003 0c35.309-0.049 63.914-28.684 63.914-64 0-11.88-3.237-23.003-8.876-32.537l0.163 0.297z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-simple-fill"]},"attrs":[{}],"properties":{"order":29662,"id":1070,"name":"bell-simple-fill","prevSize":16,"code":59825},"setIdx":4,"setId":4,"iconIdx":177},{"icon":{"paths":["M672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM909.56 241.28c-36.923-71.166-90.056-129.374-154.74-171.264l-1.74-1.056c-4.873-3.156-10.831-5.032-17.226-5.032-17.673 0-32 14.327-32 32 0 11.399 5.96 21.406 14.935 27.075l0.132 0.078c56.981 36.633 102.476 86.551 132.852 145.529l0.988 2.111c5.565 9.915 16.012 16.505 27.998 16.505 17.673 0 32-14.327 32-32 0-5.073-1.181-9.871-3.282-14.133l0.084 0.188zM142.84 288c12.29-0.005 22.959-6.938 28.316-17.105l0.084-0.175c31.364-61.089 76.859-111.007 132.351-146.742l1.489-0.898c9.106-5.746 15.066-15.753 15.066-27.152 0-17.673-14.327-32-32-32-6.396 0-12.353 1.876-17.352 5.108l0.125-0.076c-66.424 42.946-119.557 101.154-155.311 169.852l-1.169 2.468c-2.26 4.274-3.587 9.342-3.587 14.72 0 17.668 14.319 31.992 31.986 32l0.001 0zM832 448c0-176.731-143.269-320-320-320s-320 143.269-320 320v0c0 105.12-19.12 193.56-55.24 255.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.33 28.627 63.974 63.951 64l640.003 0c35.292-0.072 63.874-28.698 63.874-64 0-11.88-3.237-23.003-8.876-32.537l0.163 0.297c-36.040-62.24-55.16-150.68-55.16-255.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-simple-ringing-fill"]},"attrs":[{}],"properties":{"order":29663,"id":1069,"name":"bell-simple-ringing-fill","prevSize":16,"code":59826},"setIdx":4,"setId":4,"iconIdx":178},{"icon":{"paths":["M855.76 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-77.76-85.52h-538.64c-35.309-0.049-63.914-28.684-63.914-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c22.2-38.24 55.2-146.4 55.2-287.76-0-0.151-0-0.329-0-0.508 0-59.068 16.107-114.375 44.168-161.766l-0.808 1.474-66.96-73.68c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032zM640 864h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM874.040 675.52c-9.76-25.16-42.040-118.12-42.040-259.52 0-0.011 0-0.023 0-0.036 0-176.731-143.269-320-320-320-58.036 0-112.463 15.449-159.393 42.46l1.553-0.824c-9.792 5.597-16.285 15.978-16.285 27.875 0 8.282 3.146 15.829 8.308 21.511l-0.024-0.026 474.52 521.76c5.872 6.409 14.279 10.412 23.621 10.412 17.673 0 32-14.327 32-32 0-4.178-0.801-8.169-2.257-11.828l0.076 0.216z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-simple-slash-fill"]},"attrs":[{}],"properties":{"order":29664,"id":1068,"name":"bell-simple-slash-fill","prevSize":16,"code":59827},"setIdx":4,"setId":4,"iconIdx":179},{"icon":{"paths":["M672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM887.4 768c-11.077 19.249-31.53 32.002-54.963 32.002-0.154 0-0.307-0.001-0.461-0.002l0.024 0h-640c-35.309-0.049-63.914-28.684-63.914-64 0-11.88 3.237-23.003 8.876-32.537l-0.163 0.297c22.2-38.24 55.2-146.4 55.2-287.76 0-176.731 143.269-320 320-320s320 143.269 320 320v0c0 141.32 33.040 249.52 55.24 287.76 5.513 9.222 8.773 20.341 8.773 32.222 0 11.798-3.214 22.845-8.815 32.313l0.162-0.295zM608 576c0-17.673-14.327-32-32-32v0h-68l94.8-142.24c3.371-4.99 5.381-11.141 5.381-17.761 0-17.673-14.327-32-32-32-0.064 0-0.127 0-0.191 0.001l0.010-0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h68.2l-94.8 142.24c-3.371 4.99-5.381 11.14-5.381 17.76 0 17.666 14.316 31.989 31.98 32l128.001 0c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-simple-z-fill"]},"attrs":[{}],"properties":{"order":29665,"id":1067,"name":"bell-simple-z-fill","prevSize":16,"code":59828},"setIdx":4,"setId":4,"iconIdx":180},{"icon":{"paths":["M215.76 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 66.96 73.68c-27.254 45.918-43.36 101.224-43.36 160.292 0 0.179 0 0.357 0 0.535l-0-0.028c0 141.36-33.080 249.52-55.28 287.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.344 28.65 63.996 63.993 64l163.28 0c15.383 73.584 79.72 128.062 156.78 128.062s141.397-54.478 156.597-127.021l0.183-1.041h61.8l77.76 85.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 864c-0.003 0-0.007 0-0.010 0-41.549 0-76.933-26.395-90.298-63.331l-0.211-0.669h181c-13.574 37.596-48.943 63.987-90.478 64l-0.002 0zM861.16 714.36c-4.798 3.026-10.636 4.822-16.893 4.822-9.366 0-17.792-4.024-23.644-10.437l-0.023-0.025-474.28-521.76c-5.139-5.656-8.285-13.203-8.285-21.485 0-11.897 6.493-22.278 16.128-27.793l0.157-0.083c45.339-26.13 99.709-41.545 157.68-41.545 176.712 0 319.969 143.238 320 319.942l0 0.003c0 141.4 32 234.36 42.040 259.52 1.406 3.472 2.222 7.498 2.222 11.716 0 11.381-5.941 21.374-14.891 27.047l-0.131 0.077z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-slash-fill"]},"attrs":[{}],"properties":{"order":29666,"id":1066,"name":"bell-slash-fill","prevSize":16,"code":59829},"setIdx":4,"setId":4,"iconIdx":181},{"icon":{"paths":["M887.2 703.76c-22.2-38.24-55.2-146.44-55.2-287.76 0-176.731-143.269-320-320-320s-320 143.269-320 320v0c0 141.36-33.040 249.52-55.24 287.76-5.477 9.237-8.714 20.36-8.714 32.24 0 35.33 28.627 63.974 63.951 64l163.243 0c15.422 73.536 79.735 127.964 156.76 127.964s141.338-54.428 156.577-126.922l0.183-1.042h163.24c35.309-0.049 63.914-28.684 63.914-64 0-11.88-3.237-23.003-8.876-32.537l0.163 0.297zM512 864c-41.537-0.013-76.906-26.404-90.269-63.332l-0.211-0.668h180.96c-13.574 37.596-48.943 63.987-90.478 64l-0.002 0zM576 608h-128c-17.665-0.011-31.981-14.334-31.981-32 0-6.62 2.010-12.77 5.453-17.874l-0.072 0.114 94.8-142.24h-68.2c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.665 0.011 31.981 14.334 31.981 32 0 6.62-2.010 12.77-5.453 17.874l0.072-0.114-94.6 142.24h68c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-z-fill"]},"attrs":[{}],"properties":{"order":29667,"id":1065,"name":"bell-z-fill","prevSize":16,"code":59830},"setIdx":4,"setId":4,"iconIdx":182},{"icon":{"paths":["M884 577.6c-24.654-94.603-81.835-173.125-158.619-224.726l-1.381-0.874h236c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-324c-14.63-55.774-64.588-96.251-124-96.251s-109.37 40.477-123.801 95.359l-0.199 0.892h-324c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h236c-78.165 52.475-135.346 130.997-159.404 222.92l-0.596 2.68c-61.54 10.035-107.94 62.808-107.94 126.418 0 70.692 57.308 128 128 128 59.327 0 109.228-40.362 123.739-95.125l0.201-0.893h456c14.712 55.656 64.613 96.018 123.94 96.018 70.692 0 128-57.308 128-128 0-63.61-46.4-116.383-107.201-126.319l-0.739-0.1zM160 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM512 256c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM864 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bezier-curve-fill"]},"attrs":[{}],"properties":{"order":29668,"id":1064,"name":"bezier-curve-fill","prevSize":16,"code":59831},"setIdx":4,"setId":4,"iconIdx":183},{"icon":{"paths":["M217.84 658.84l111.48-152.84c33.692 34.558 54.473 81.842 54.473 133.979 0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192 31.292 0 60.836 7.486 86.938 20.764l-1.091-0.504-111.48 152.92c-4.266 5.387-6.844 12.282-6.844 19.778 0 17.673 14.327 32 32 32 10.993 0 20.692-5.544 26.453-13.988l0.071-0.11zM832 448c-0.025-0-0.054-0-0.084-0-24.307 0-47.554 4.535-68.943 12.804l1.306-0.444 95.36 163.64c3.362 4.985 5.366 11.127 5.366 17.737 0 17.673-14.327 32-32 32-12.476 0-23.284-7.139-28.562-17.555l-0.084-0.182-95.32-163.44c-42.305 35.463-69.014 88.333-69.014 147.44 0 106.039 85.961 192 192 192s192-85.961 192-192c0-106.039-85.961-192-192-192-0.009 0-0.018 0-0.027 0l0.001-0zM663.72 288h104.28c17.673 0 32 14.327 32 32v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019-42.981-96-96-96v0h-160c-17.642 0.041-31.927 14.352-31.927 32 0 5.891 1.592 11.41 4.369 16.151l-0.082-0.151 46.6 80h-229.92l-65.4-112c-5.624-9.612-15.886-15.972-27.636-16l-0.004-0h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h93.64l54.84 94.040-62.84 86.2c19.954 10.088 37.018 22.708 51.64 37.718l0.040 0.042 46.36-63.6 124.68 213.6c5.362 10.598 16.17 17.737 28.646 17.737 17.673 0 32-14.327 32-32 0-6.61-2.004-12.752-5.438-17.852l0.072 0.114-121.28-208h229.92l44.76 76.68c15.756-13.249 34.041-24.165 53.927-31.872l1.313-0.448z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bicycle-fill"]},"attrs":[{}],"properties":{"order":29669,"id":1063,"name":"bicycle-fill","prevSize":16,"code":59832},"setIdx":4,"setId":4,"iconIdx":184},{"icon":{"paths":["M948.88 607.6v-0.4c-0.080-0.342-0.176-0.635-0.294-0.917l0.014 0.037c-3.137-8.531-6.25-15.522-9.749-22.281l0.509 1.081-166.28-377.92c-1.689-3.786-3.937-7.021-6.68-9.76l-0-0c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-5.771 5.777-9.344 13.75-9.36 22.557l-0 0.003v100h-128v-100c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-2.743 2.739-4.991 5.974-6.599 9.557l-0.081 0.203-166.12 378c-2.99 5.678-6.103 12.669-8.8 19.863l-0.44 1.337c-0.096 0.225-0.191 0.505-0.269 0.792l-0.011 0.048s0 0.32 0 0.44c-6.692 18.714-10.559 40.303-10.559 62.795 0 106.039 85.961 192 192 192 81.884 0 151.795-51.259 179.397-123.439l0.442-1.316c7.348-19.437 11.603-41.907 11.603-65.371 0-0.347-0.001-0.695-0.003-1.042l0 0.053v-287.28h128v287.32c-0.002 0.294-0.003 0.641-0.003 0.989 0 23.464 4.254 45.934 12.033 66.682l-0.431-1.31c28.044 73.497 97.956 124.755 179.839 124.755 106.039 0 192-85.961 192-192 0-22.492-3.868-44.082-10.974-64.139l0.415 1.343zM376.28 715.6c-18.72 48.95-65.304 83.080-119.859 83.080-70.692 0-128-57.308-128-128 0-15.016 2.586-29.428 7.336-42.815l-0.277 0.895 7.24-16.52c21.89-40.987 64.383-68.405 113.28-68.405 70.582 0 127.82 57.128 128 127.668l0 0.017v0.48c-0.003 15.703-2.833 30.745-8.009 44.645l0.289-0.885zM812 792.28c-13.083 4.94-28.208 7.8-44 7.8-70.692 0-128-57.308-128-128 0-0.028 0-0.056 0-0.085l-0 0.004v-0.44c0.269-70.488 57.473-127.526 127.999-127.526 48.897 0 91.391 27.418 112.945 67.719l0.335 0.687 7.24 16.52c4.74 12.834 7.482 27.656 7.482 43.12 0 54.901-34.564 101.729-83.118 119.91l-0.883 0.29z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["binoculars-fill"]},"attrs":[{}],"properties":{"order":29670,"id":1062,"name":"binoculars-fill","prevSize":16,"code":59833},"setIdx":4,"setId":4,"iconIdx":185},{"icon":{"paths":["M945.76 293.36l-92.92-61.92c-31.679-98.018-122.126-167.666-228.84-167.666-132.548 0-240 107.452-240 240 0 0.080 0 0.159 0 0.239l-0-0.013v68.76l-377 471.24c-4.373 5.426-7.020 12.404-7.020 20 0 17.673 14.327 32 32 32 0.007 0 0.014-0 0.021-0l415.999 0c229.65-0.25 415.75-186.35 416-415.976l0-0.024v-78.88l81.76-54.48c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM440.6 564.48l-160 192c-5.913 7.067-14.735 11.529-24.6 11.529-17.678 0-32.009-14.331-32.009-32.009 0-7.813 2.799-14.973 7.45-20.53l-0.041 0.050 160-192c5.913-7.067 14.735-11.529 24.6-11.529 17.678 0 32.009 14.331 32.009 32.009 0 7.813-2.799 14.973-7.45 20.53l0.041-0.050zM656 320c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bird-fill"]},"attrs":[{}],"properties":{"order":29671,"id":1061,"name":"bird-fill","prevSize":16,"code":59834},"setIdx":4,"setId":4,"iconIdx":186},{"icon":{"paths":["M768 704c0 10.433-4.993 19.7-12.72 25.542l-0.080 0.058-256 192c-5.281 3.996-11.96 6.4-19.2 6.4h-0c-17.673 0-32-14.327-32-32v0-320l-204.8 153.6c-5.281 3.996-11.96 6.4-19.2 6.4-17.673 0-32-14.327-32-32 0-10.433 4.993-19.7 12.72-25.542l0.080-0.058 221.88-166.4-221.88-166.4c-7.807-5.9-12.8-15.167-12.8-25.6 0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 204.8 153.6v-320c0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 256 192c7.807 5.9 12.8 15.167 12.8 25.6s-4.993 19.7-12.72 25.542l-0.080 0.058-221.88 166.4 221.88 166.4c7.807 5.9 12.8 15.167 12.8 25.6v0zM256 512c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0zM784 464c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bluetooth-connected-fill"]},"attrs":[{}],"properties":{"order":29672,"id":1060,"name":"bluetooth-connected-fill","prevSize":16,"code":59835},"setIdx":4,"setId":4,"iconIdx":187},{"icon":{"paths":["M768 704c0 10.433-4.993 19.7-12.72 25.542l-0.080 0.058-256 192c-5.281 3.996-11.96 6.4-19.2 6.4h-0c-17.673 0-32-14.327-32-32v0-320l-204.8 153.6c-5.281 3.996-11.96 6.4-19.2 6.4-17.673 0-32-14.327-32-32 0-10.433 4.993-19.7 12.72-25.542l0.080-0.058 221.88-166.4-221.88-166.4c-7.807-5.9-12.8-15.167-12.8-25.6 0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 204.8 153.6v-320c0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 256 192c7.807 5.9 12.8 15.167 12.8 25.6s-4.993 19.7-12.72 25.542l-0.080 0.058-221.88 166.4 221.88 166.4c7.807 5.9 12.8 15.167 12.8 25.6v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bluetooth-fill"]},"attrs":[{}],"properties":{"order":29673,"id":1059,"name":"bluetooth-fill","prevSize":16,"code":59836},"setIdx":4,"setId":4,"iconIdx":188},{"icon":{"paths":["M853.52 887.68c-5.661 5.158-13.221 8.317-21.52 8.317-9.373 0-17.805-4.030-23.657-10.451l-0.023-0.025-105.8-116.4-203.32 152.48c-5.279 3.991-11.954 6.392-19.19 6.392-6.075 0-11.754-1.693-16.592-4.632l0.142 0.080c-9.411-5.987-15.564-16.361-15.564-28.173 0-0.192 0.002-0.384 0.005-0.576l-0 0.029v-318.72l-204.8 153.6c-5.28 3.993-11.957 6.396-19.194 6.396-10.343 0-19.54-4.907-25.39-12.52l-0.056-0.076c-3.833-5.33-6.13-11.988-6.13-19.183 0-10.828 5.203-20.441 13.244-26.476l0.085-0.061 245.92-184.44-283.36-311.72c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032 640 704c5.158 5.661 8.317 13.221 8.317 21.52 0 9.373-4.030 17.805-10.451 23.657l-0.025 0.023zM578.2 442.12c5.873 6.42 14.287 10.431 23.639 10.431 7.258 0 13.952-2.417 19.321-6.489l-0.080 0.058 133.4-100c5.52-4.033 9.699-9.607 11.93-16.086l0.070-0.234c0.973-2.925 1.534-6.291 1.534-9.789 0-10.439-4.999-19.711-12.733-25.552l-0.081-0.058-256-192c-5.291-4.019-11.989-6.438-19.251-6.438-7.937 0-15.2 2.89-20.793 7.675l0.044-0.037c-6.885 6.071-11.205 14.911-11.205 24.761 0 0.211 0.002 0.421 0.006 0.631l-0-0.031v157.56c0.012 8.285 3.17 15.829 8.343 21.505l-0.023-0.025z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bluetooth-slash-fill"]},"attrs":[{}],"properties":{"order":29674,"id":1058,"name":"bluetooth-slash-fill","prevSize":16,"code":59837},"setIdx":4,"setId":4,"iconIdx":189},{"icon":{"paths":["M768 704c0 10.433-4.993 19.7-12.72 25.542l-0.080 0.058-256 192c-5.281 3.996-11.96 6.4-19.2 6.4h-0c-0.026 0-0.057 0-0.087 0-6.043 0-11.69-1.696-16.49-4.639l0.138 0.079c-9.432-5.964-15.605-16.338-15.605-28.154 0-0.199 0.002-0.398 0.005-0.596l-0 0.030v-318.72l-204.92 153.6c-5.28 3.993-11.957 6.396-19.194 6.396-10.343 0-19.54-4.907-25.39-12.52l-0.056-0.076c-3.842-5.33-6.145-11.992-6.145-19.192 0-10.829 5.21-20.441 13.259-26.467l0.086-0.062 221.040-165.68-221.12-165.72c-8.186-6.028-13.438-15.628-13.438-26.455 0-6.393 1.831-12.359 4.998-17.401l-0.080 0.136c5.804-8.76 15.618-14.458 26.763-14.458 7.274 0 13.981 2.427 19.355 6.515l-0.079-0.057 204.96 153.44v-319.040c-0.003-0.164-0.005-0.356-0.005-0.55 0-9.888 4.37-18.756 11.285-24.777l0.040-0.034c5.549-4.749 12.811-7.638 20.749-7.638 7.263 0 13.96 2.419 19.33 6.496l-0.079-0.058 134.48 100.8c3.788 2.955 6.201 7.52 6.201 12.648 0 0.053-0 0.107-0.001 0.16l0-0.008v208c0 5.217-2.496 9.85-6.36 12.771l-0.040 0.029-100.24 75.2 222 166.4c7.715 5.905 12.64 15.117 12.64 25.479 0 0.042-0 0.085-0 0.127l0-0.007zM949.88 392.52l-72.4-72.52 72.44-72.44c6.168-5.978 9.997-14.338 9.997-23.593 0-8.423-3.171-16.105-8.384-21.917l0.027 0.031c-5.852-6.222-14.138-10.096-23.329-10.096-8.838 0-16.84 3.583-22.631 9.376l-73.4 73.4-72.48-72.44c-5.989-6.162-14.356-9.985-23.616-9.985-8.426 0-16.113 3.166-21.936 8.373l0.032-0.028c-6.222 5.852-10.096 14.138-10.096 23.329 0 8.838 3.583 16.84 9.376 22.631l73.44 73.36-72.6 72.52c-6.122 5.965-9.92 14.29-9.92 23.502 0 7.966 2.84 15.269 7.563 20.952l-0.043-0.054c5.901 6.806 14.561 11.086 24.22 11.086 8.833 0 16.83-3.579 22.621-9.366l73.44-73.4 73.4 73.4c5.792 5.8 13.798 9.387 22.642 9.387 9.669 0 18.336-4.288 24.204-11.067l0.034-0.040c4.66-5.628 7.487-12.92 7.487-20.874 0-9.221-3.8-17.555-9.92-23.519l-0.007-0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bluetooth-x-fill"]},"attrs":[{}],"properties":{"order":29675,"id":1057,"name":"bluetooth-x-fill","prevSize":16,"code":59838},"setIdx":4,"setId":4,"iconIdx":190},{"icon":{"paths":["M884.24 442.52l-52.24-17.44v-201.080c0-35.346-28.654-64-64-64v0h-224v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-224c-35.346 0-64 28.654-64 64v0 201.080l-52.24 17.44c-25.643 8.735-43.76 32.61-43.76 60.715 0 0.016 0 0.031 0 0.047l-0-0.003v137.12c-0 0.027-0 0.059-0 0.091 0 3.089 0.453 6.073 1.296 8.888l-0.056-0.219c62.88 220.36 344.48 296.24 400.28 309.2 4.351 1.042 9.345 1.64 14.48 1.64s10.129-0.598 14.919-1.727l-0.439 0.087c55.8-12.96 337.4-88.84 400.28-309.2 0.787-2.596 1.24-5.58 1.24-8.669 0-0.032-0-0.064-0-0.096l0 0.005v-137.12c0-0.013 0-0.029 0-0.045 0-28.106-18.117-51.98-43.309-60.582l-0.451-0.134zM544 672c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM768 403.72l-245.88-82.080c-3.020-1.041-6.5-1.642-10.12-1.642s-7.1 0.601-10.345 1.709l0.225-0.067-245.88 82.080v-179.72h512z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["boat-fill"]},"attrs":[{}],"properties":{"order":29676,"id":1056,"name":"boat-fill","prevSize":16,"code":59839},"setIdx":4,"setId":4,"iconIdx":191},{"icon":{"paths":["M924.48 430.88c-26.472 30.254-65.156 49.255-108.277 49.255-28.358 0-54.796-8.218-77.064-22.401l0.581 0.346c-0.059-0.023-0.128-0.037-0.2-0.037s-0.141 0.014-0.204 0.038l0.004-0.001-281.4 281.44s0 0 0 0.32c13.593 21.577 21.658 47.822 21.658 75.951 0 79.529-64.471 144-144 144-73.988 0-134.943-55.8-143.078-127.612l-0.061-0.659c-72.471-8.196-128.271-69.151-128.271-143.138 0-79.529 64.471-144 144-144 28.129 0 54.374 8.065 76.549 22.009l-0.598-0.351c0.059 0.023 0.128 0.037 0.2 0.037s0.141-0.014 0.204-0.038l-0.004 0.001 281.4-281.44s0 0 0-0.32c-13.593-21.577-21.658-47.822-21.658-75.951 0-79.529 64.471-144 144-144 73.988 0 134.943 55.8 143.078 127.612l0.061 0.659c72.776 7.885 128.925 68.99 128.925 143.209 0 36.509-13.587 69.846-35.98 95.228l0.135-0.156z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bone-fill"]},"attrs":[{}],"properties":{"order":29677,"id":1055,"name":"bone-fill","prevSize":16,"code":59840},"setIdx":4,"setId":4,"iconIdx":192},{"icon":{"paths":["M832 96h-544c-70.692 0-128 57.308-128 128v0 672c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c0-35.346 28.654-64 64-64v0h544c17.673 0 32-14.327 32-32v0-640c0-17.673-14.327-32-32-32v0zM736 480l-102.44-76.8c-2.641-1.998-5.98-3.2-9.6-3.2s-6.959 1.202-9.64 3.229l0.040-0.029-102.36 76.8v-320h224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["book-bookmark-fill"]},"attrs":[{}],"properties":{"order":29678,"id":1054,"name":"book-bookmark-fill","prevSize":16,"code":59841},"setIdx":4,"setId":4,"iconIdx":193},{"icon":{"paths":["M864 128v640c0 17.673-14.327 32-32 32v0h-544c-35.346 0-64 28.654-64 64v0h544c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-672c0-70.692 57.308-128 128-128v0h544c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["book-fill"]},"attrs":[{}],"properties":{"order":29679,"id":1053,"name":"book-fill","prevSize":16,"code":59842},"setIdx":4,"setId":4,"iconIdx":194},{"icon":{"paths":["M736 128h-448c-35.346 0-64 28.654-64 64v0 704c0.009 17.666 14.332 31.984 32 31.984 6.285 0 12.147-1.812 17.091-4.942l-0.131 0.078 239.040-149.4 239.080 149.4c4.804 3.037 10.652 4.839 16.92 4.839 17.659 0 31.977-14.304 32-31.957l0-0.002v-704c0-35.346-28.654-64-64-64v0zM528.92 708.88c-4.813-3.052-10.675-4.864-16.96-4.864s-12.146 1.812-17.091 4.942l0.131-0.078-207 129.4v-116.56l224-140 224 140v116.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bookmark-fill"]},"attrs":[{}],"properties":{"order":29680,"id":1052,"name":"bookmark-fill","prevSize":16,"code":59843},"setIdx":4,"setId":4,"iconIdx":195},{"icon":{"paths":["M768 96h-384c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 608c-0 0-0 0.001-0 0.001 0 17.673 14.327 32 32 32 6.979 0 13.435-2.234 18.695-6.026l-0.095 0.065 205.4-146.72 205.44 146.72c5.156 3.709 11.599 5.932 18.56 5.932 17.663 0 31.984-14.311 32-31.971l0-0.002v-157.24l77.4 55.28c5.165 3.727 11.621 5.961 18.6 5.961 17.673 0 32-14.327 32-32 0-0-0-0.001-0-0.001l0 0v-608c0-35.346-28.654-64-64-64v0zM768 705.84l-64-45.84v-372c0-35.346-28.654-64-64-64v0h-256v-64h384z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bookmarks-fill"]},"attrs":[{}],"properties":{"order":29681,"id":1051,"name":"bookmarks-fill","prevSize":16,"code":59844},"setIdx":4,"setId":4,"iconIdx":196},{"icon":{"paths":["M736 128h-448c-35.346 0-64 28.654-64 64v0 704c0.009 17.666 14.332 31.984 32 31.984 6.285 0 12.147-1.812 17.091-4.942l-0.131 0.078 239.040-149.4 239.080 149.4c4.804 3.037 10.652 4.839 16.92 4.839 17.659 0 31.977-14.304 32-31.957l0-0.002v-704c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bookmark-simple-fill"]},"attrs":[{}],"properties":{"order":29682,"id":1050,"name":"bookmark-simple-fill","prevSize":16,"code":59845},"setIdx":4,"setId":4,"iconIdx":197},{"icon":{"paths":["M640 224h-384c-35.346 0-64 28.654-64 64v0 608c-0 0-0 0.001-0 0.001 0 17.673 14.327 32 32 32 6.979 0 13.435-2.234 18.695-6.026l-0.095 0.065 205.4-146.72 205.44 146.72c5.156 3.709 11.599 5.932 18.56 5.932 17.663 0 31.984-14.311 32-31.971l0-0.002v-608c0-35.346-28.654-64-64-64v0z","M768 96h-416c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h416v608c0 17.673 14.327 32 32 32s32-14.327 32-32v0-608c0-35.346-28.654-64-64-64v0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bookmarks-simple-fill"]},"attrs":[{},{}],"properties":{"order":29683,"id":1049,"name":"bookmarks-simple-fill","prevSize":16,"code":59846},"setIdx":4,"setId":4,"iconIdx":198},{"icon":{"paths":["M960 256v512c0 35.346-28.654 64-64 64v0h-256c-53.019 0-96 42.981-96 96v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-53.019-42.981-96-96-96v0h-256c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h224c70.692 0 128 57.308 128 128v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352c0-70.692 57.308-128 128-128v0h224c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["book-open-fill"]},"attrs":[{}],"properties":{"order":29684,"id":1048,"name":"book-open-fill","prevSize":16,"code":59847},"setIdx":4,"setId":4,"iconIdx":199},{"icon":{"paths":["M896 192h-224c-70.692 0-128 57.308-128 128v0 352c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-352c0-70.692-57.308-128-128-128v0h-224c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h256c53.019 0 96 42.981 96 96v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019 42.981-96 96-96v0h256c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM832 672h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM832 544h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM832 416h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["book-open-text-fill"]},"attrs":[{}],"properties":{"order":29685,"id":1047,"name":"book-open-text-fill","prevSize":16,"code":59848},"setIdx":4,"setId":4,"iconIdx":200},{"icon":{"paths":["M926.6 778.2l-132.76-631.2c-6.255-29.306-31.927-50.966-62.659-50.966-4.725 0-9.331 0.512-13.765 1.484l0.424-0.078-187.24 40.24c-29.127 6.542-50.562 32.183-50.562 62.831 0 4.663 0.496 9.21 1.439 13.591l-0.076-0.423 132.76 631.2c6.18 29.313 31.78 51.016 62.469 51.12l0.011 0c4.792-0.007 9.459-0.531 13.951-1.52l-0.431 0.080 187.24-40.24c29.137-6.551 50.579-32.205 50.579-62.867 0-4.693-0.502-9.269-1.456-13.677l0.077 0.424zM544 200.6c0-0.24 0-0.36 0-0.36l187.2-40 13.32 63.48-187.2 40.28zM584 390.12l-13.4-63.6 187.28-40.24 13.36 63.6zM864 791.76l-187.2 40-13.32-63.48 187.2-40.28 13.32 63.4c0 0.24 0 0.36 0 0.36zM416 128h-192c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM224 192h192v64h-192zM416 832h-192v-64h192v64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["books-fill"]},"attrs":[{}],"properties":{"order":29686,"id":1046,"name":"books-fill","prevSize":16,"code":59849},"setIdx":4,"setId":4,"iconIdx":201},{"icon":{"paths":["M768 448h-318.92c-0.131 0.002-0.285 0.003-0.44 0.003-17.064 0-31.073-13.078-32.551-29.758l-0.009-0.125c-0.045-0.634-0.070-1.374-0.070-2.12 0-17.67 14.321-31.994 31.99-32l176-0c8.837 0 16-7.163 16-16v0-32c0-8.837-7.163-16-16-16v0h-174.92c-0.155 0.003-0.337 0.004-0.52 0.004-17.064 0-31.074-13.079-32.551-29.76l-0.009-0.124c-0.045-0.634-0.070-1.374-0.070-2.12 0-17.673 14.327-32 32-32 0.025 0 0.049 0 0.074 0l-0.004-0h176c8.837 0 16-7.163 16-16v0-16c0-35.346-28.654-64-64-64v0h-447.12c-0.176-0.003-0.384-0.005-0.593-0.005-7.437 0-14.299 2.466-19.81 6.626l0.083-0.060c-7.669 5.906-12.562 15.092-12.562 25.42 0 4.121 0.779 8.060 2.197 11.677l-0.075-0.217c44.24 115.36 35.040 334.84-0.88 459.72-0.787 2.643-1.24 5.679-1.24 8.822 0 0.006 0 0.013 0 0.019l-0-0.001v128c0 35.346 28.654 64 64 64v0h104.44c0.003 0 0.008 0 0.012 0 10.436 0 20.288-2.498 28.992-6.928l-0.363 0.168 50.48-25.24h64.88l50.48 25.24c8.34 4.262 18.193 6.76 28.628 6.76 0.004 0 0.008-0 0.012-0l112.879 0c0.003 0 0.008 0 0.012 0 10.436 0 20.288-2.498 28.992-6.928l-0.363 0.168 50.48-25.24h64.88l50.48 25.24c8.34 4.262 18.193 6.76 28.628 6.76 0.004 0 0.008-0 0.012-0l104.439 0c35.346 0 64-28.654 64-64v0-128c0-123.712-100.288-224-224-224v0zM928 800h-104.44l-50.48-25.24c-8.34-4.262-18.193-6.76-28.628-6.76-0.004 0-0.008 0-0.012 0l-64.879-0c-0.003-0-0.008-0-0.012-0-10.436 0-20.288 2.498-28.992 6.928l0.363-0.168-50.48 25.24h-112.88l-50.48-25.24c-8.34-4.262-18.193-6.76-28.628-6.76-0.004 0-0.008 0-0.012 0l-64.879-0c-0.003-0-0.008-0-0.012-0-10.436 0-20.288 2.498-28.992 6.928l0.363-0.168-50.48 25.24h-104.44v-96h768z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["boot-fill"]},"attrs":[{}],"properties":{"order":29687,"id":1045,"name":"boot-fill","prevSize":16,"code":59850},"setIdx":4,"setId":4,"iconIdx":202},{"icon":{"paths":["M832 384c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 32h-256v-32c0-35.346-28.654-64-64-64v0h-128c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h32v256h-32c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-32h256v32c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0h-32v-256zM736 640h-32c-35.346 0-64 28.654-64 64v0 32h-256v-32c0-35.346-28.654-64-64-64v0h-32v-256h32c35.346 0 64-28.654 64-64v0-32h256v32c0 35.346 28.654 64 64 64v0h32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bounding-box-fill"]},"attrs":[{}],"properties":{"order":29688,"id":1044,"name":"bounding-box-fill","prevSize":16,"code":59851},"setIdx":4,"setId":4,"iconIdx":203},{"icon":{"paths":["M896 416h-33.48c-17.052-180.029-167.469-319.755-350.52-319.755s-333.467 139.726-350.412 318.341l-0.108 1.414h-33.48c-17.673 0-32 14.327-32 32v0c0.304 159.522 90.048 298.012 221.744 368.025l2.256 1.095v14.88c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-14.88c133.952-71.108 223.696-209.598 224-369.078l0-0.042c0-17.673-14.327-32-32-32v0zM693.92 224.92q11 9 21.080 19c-86.166 30.913-155.148 91.911-195.677 170.044l-0.923 1.956h-118c41.023-112.618 147.047-191.638 271.565-191.92l0.035-0c7.32 0 14.64 0.36 21.92 0.92zM592.48 416c38.584-57.306 95.917-99.43 163.064-117.81l2.016-0.47c21.126 33.835 35.577 73.952 40.478 116.967l0.122 1.313zM512 160c27.051 0.018 53.219 3.77 78.025 10.768l-2.025-0.488c-123.184 31.295-219.081 124.221-254.050 243.221l-0.63 2.499h-107.48c16.786-144.601 138.457-255.819 286.141-256l0.019-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bowl-food-fill"]},"attrs":[{}],"properties":{"order":29689,"id":1043,"name":"bowl-food-fill","prevSize":16,"code":59852},"setIdx":4,"setId":4,"iconIdx":204},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM412 720c2.68 4.594 4.262 10.112 4.262 16 0 17.763-14.4 32.162-32.162 32.162-11.875 0-22.246-6.435-27.818-16.009l-0.082-0.153-128-224c-2.653-4.561-4.218-10.038-4.218-15.88s1.566-11.319 4.3-16.033l-0.082 0.153 128-224c5.631-9.759 16.011-16.223 27.9-16.223 17.73 0 32.103 14.373 32.103 32.103 0 5.841-1.56 11.317-4.285 16.035l0.083-0.155-119.16 208zM796 528l-128 224c-5.622 9.709-15.96 16.136-27.8 16.136-17.682 0-32.016-14.334-32.016-32.016 0-5.842 1.565-11.319 4.298-16.034l-0.082 0.154 118.96-208-119.16-208.24c-2.68-4.594-4.262-10.112-4.262-16 0-17.763 14.4-32.162 32.162-32.162 11.875 0 22.246 6.435 27.818 16.009l0.082 0.153 128 224c2.695 4.59 4.287 10.109 4.287 16s-1.592 11.41-4.369 16.151l0.082-0.151z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brackets-angle-fill"]},"attrs":[{}],"properties":{"order":29690,"id":1042,"name":"brackets-angle-fill","prevSize":16,"code":59853},"setIdx":4,"setId":4,"iconIdx":205},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM352 623.36c1.16 57.040 1.64 80.64 64 80.64 17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-125.080 0-126.88-89.72-128-143.36-1.16-57.040-1.64-80.64-64-80.64-17.673 0-32-14.327-32-32s14.327-32 32-32v0c62.36 0 62.84-23.6 64-80.64 1.12-53.64 2.92-143.36 128-143.36 17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-62.36 0-62.84 23.6-64 80.64-0.68 33.24-1.64 80.36-32 111.36 30.36 31 31.32 78.12 32 111.36zM800 544c-62.36 0-62.84 23.6-64 80.64-1.12 53.64-2.92 143.36-128 143.36-17.673 0-32-14.327-32-32s14.327-32 32-32v0c62.36 0 62.84-23.6 64-80.64 0.68-33.24 1.64-80.36 32-111.36-30.4-31-31.36-78.12-32-111.36-1.16-57.040-1.64-80.64-64-80.64-17.673 0-32-14.327-32-32s14.327-32 32-32v0c125.080 0 126.88 89.72 128 143.36 1.16 57.040 1.64 80.64 64 80.64 17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brackets-curly-fill"]},"attrs":[{}],"properties":{"order":29691,"id":1041,"name":"brackets-curly-fill","prevSize":16,"code":59854},"setIdx":4,"setId":4,"iconIdx":206},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM398.44 707.44c10.54 5.384 17.632 16.164 17.632 28.6 0 17.68-14.332 32.012-32.012 32.012-5.244 0-10.193-1.261-14.561-3.496l0.181 0.084c-87.585-49.734-145.709-142.377-145.709-248.595 0-1.422 0.010-2.842 0.031-4.259l-0.002 0.214c-0.018-1.203-0.029-2.623-0.029-4.045 0-106.219 58.124-198.862 144.301-247.858l1.408-0.737c4.182-2.145 9.124-3.403 14.36-3.403 17.675 0 32.003 14.328 32.003 32.003 0 12.439-7.096 23.22-17.462 28.516l-0.181 0.084c-4.92 2.56-110.4 58.48-110.4 195.44s105.92 193.12 110.44 195.44zM654.44 764.64c-4.172 2.131-9.1 3.38-14.32 3.38-17.684 0-32.020-14.336-32.020-32.020 0-12.465 7.122-23.266 17.519-28.556l0.182-0.084c4.4-2.24 110.32-58.080 110.32-195.36s-105.92-193.12-110.44-195.44c-10.54-5.384-17.632-16.164-17.632-28.6 0-17.68 14.332-32.012 32.012-32.012 5.244 0 10.193 1.261 14.561 3.496l-0.181-0.084c87.518 49.751 145.59 142.358 145.59 248.529 0 1.446-0.011 2.889-0.032 4.329l0.003-0.218c0.018 1.203 0.029 2.623 0.029 4.045 0 106.219-58.124 198.862-144.301 247.858l-1.408 0.737z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brackets-round-fill"]},"attrs":[{}],"properties":{"order":29692,"id":1040,"name":"brackets-round-fill","prevSize":16,"code":59855},"setIdx":4,"setId":4,"iconIdx":207},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM416 704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v384zM768 736c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-384h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brackets-square-fill"]},"attrs":[{}],"properties":{"order":29693,"id":1039,"name":"brackets-square-fill","prevSize":16,"code":59856},"setIdx":4,"setId":4,"iconIdx":208},{"icon":{"paths":["M848 304v-16c-0.121-97.11-78.873-175.787-176-175.787-48.1 0-91.694 19.296-123.463 50.569l0.023-0.022c-2.819 2.84-4.561 6.753-4.561 11.072 0 0.045 0 0.090 0.001 0.135l-0-0.007v354.88c0.024 8.818 7.178 15.957 16 15.957 3.276 0 6.322-0.985 8.859-2.674l-0.059 0.037c28.825-18.736 64.042-29.954 101.865-30.16l0.055-0c0.181-0.004 0.394-0.006 0.608-0.006 17.228 0 31.346 13.315 32.626 30.216l0.007 0.11c0.028 0.502 0.044 1.089 0.044 1.68 0 17.673-14.327 32-32 32-0.016 0-0.031-0-0.047-0l0.002 0c-70.692 0-128 57.308-128 128v0 135.52c-0 0.007-0 0.014-0 0.022 0 5.021 2.312 9.501 5.93 12.434l0.030 0.023c32.908 27.388 75.618 44.011 122.21 44.011 77.222 0 143.778-45.664 174.138-111.463l0.492-1.189c0.9-1.939 1.426-4.209 1.426-6.602 0-8.837-7.163-16-16-16-1.199 0-2.368 0.132-3.492 0.382l0.106-0.020c-18.267 4.371-39.24 6.879-60.799 6.88l-30.921 0c-0.12 0.002-0.261 0.002-0.403 0.002-17.072 0-31.090-13.074-32.588-29.757l-0.009-0.126c-0.045-0.634-0.070-1.374-0.070-2.12 0-17.673 14.327-32 32-32 0.025 0 0.049 0 0.074 0l-0.004-0h32c0.093 0 0.203 0 0.313 0 34.982 0 67.932-8.703 96.801-24.061l-1.115 0.541c67.027-35.445 111.921-104.719 111.921-184.48 0-86.004-52.197-159.816-126.64-191.486l-1.36-0.514zM800 448h-16c-79.529 0-144-64.471-144-144v0-16c0-17.673 14.327-32 32-32s32 14.327 32 32v0 16c0 44.183 35.817 80 80 80v0h16c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM352 112c-97.156 0.114-175.886 78.844-176 175.989l-0 0.011v16c-75.78 32.195-127.956 105.995-127.956 191.982 0 79.774 44.91 149.060 110.826 183.953l1.13 0.546c27.755 14.817 60.705 23.52 95.687 23.52 0.11 0 0.22-0 0.33-0l-0.017 0h30.92c0.144-0.002 0.313-0.004 0.483-0.004 17.072 0 31.091 13.075 32.588 29.758l0.009 0.126c0.045 0.634 0.070 1.374 0.070 2.12 0 17.673-14.327 32-32 32-0.025 0-0.049-0-0.074-0l0.004 0h-32c-0.033 0-0.073 0-0.113 0-21.536 0-42.483-2.522-62.561-7.287l1.834 0.367c-1.025-0.234-2.202-0.368-3.41-0.368-8.837 0-16 7.163-16 16 0 2.379 0.519 4.638 1.451 6.667l-0.041-0.1c30.852 67.020 97.431 112.71 174.682 112.71 46.585 0 89.289-16.615 122.51-44.242l-0.312 0.252c3.648-2.957 5.96-7.437 5.96-12.458 0-0.008-0-0.016-0-0.023l0 0.001v-135.52c0-70.692-57.308-128-128-128v0c-0.013 0-0.029 0-0.044 0-17.673 0-32-14.327-32-32 0-0.591 0.016-1.178 0.048-1.761l-0.004 0.081c1.285-17.011 15.404-30.326 32.632-30.326 0.228 0 0.455 0.002 0.682 0.007l-0.034-0.001c37.878 0.205 73.095 11.423 102.661 30.611l-0.741-0.451c2.478 1.653 5.524 2.637 8.8 2.637 8.822 0 15.976-7.139 16-15.955l0-0.002v-354.88c0-0.016 0-0.035 0-0.054 0-4.355-1.74-8.304-4.563-11.189l0.003 0.003c-31.674-31.351-75.26-50.72-123.37-50.72-0.025 0-0.050 0-0.074 0l0.004-0zM384 304c0 79.529-64.471 144-144 144v0h-16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h16c44.183 0 80-35.817 80-80v0-16c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brain-fill"]},"attrs":[{}],"properties":{"order":29694,"id":1038,"name":"brain-fill","prevSize":16,"code":59857},"setIdx":4,"setId":4,"iconIdx":209},{"icon":{"paths":["M896 352v0c0-0.153 0-0.335 0-0.517 0-77.725-23.182-150.036-63.009-210.396l0.888 1.433c-5.798-8.794-15.63-14.519-26.8-14.52l-590.16-0c-11.17 0.001-21.002 5.726-26.726 14.4l-0.074 0.12c-38.939 58.927-62.12 131.238-62.12 208.963 0 0.182 0 0.363 0 0.545l-0-0.028c0.251 200.712 154.26 365.375 350.55 382.538l1.45 0.102v129.36h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-129.36c197.741-17.266 351.749-181.928 352-382.615l0-0.025zM234.8 192h554.4c21.673 36.82 36.366 80.262 41.089 126.653l0.111 1.347h-636.8c4.834-47.738 19.527-91.18 42.012-129.497l-0.812 1.497z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brandy-fill"]},"attrs":[{}],"properties":{"order":29695,"id":1037,"name":"brandy-fill","prevSize":16,"code":59858},"setIdx":4,"setId":4,"iconIdx":210},{"icon":{"paths":["M928 640h-32v-158c6.52 3.24 13.16 6.28 20 9.040 3.413 1.355 7.368 2.14 11.506 2.14 17.673 0 32-14.327 32-32 0-13.16-7.944-24.465-19.298-29.38l-0.207-0.080c-82.76-33.87-140.001-113.78-140.001-207.060 0-0.232 0-0.464 0.001-0.696l-0 0.036c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 123.712-100.288 224-224 224s-224-100.288-224-224v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.001 0.196 0.001 0.428 0.001 0.66 0 93.28-57.241 173.19-138.514 206.52l-1.487 0.54c-11.562 4.995-19.506 16.3-19.506 29.46 0 17.673 14.327 32 32 32 4.138 0 8.093-0.785 11.723-2.215l-0.217 0.075c6.84-2.76 13.48-5.8 20-9.040v158h-29.6c-25.24 0-34.4 19.12-34.4 32 0 17.673 14.327 32 32 32v0h128v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h448v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 608c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.6c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM448 608c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-82.6c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 608c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-82.6c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 608c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.6c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 407.2v-1.84l1.64 2.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bridge-fill"]},"attrs":[{}],"properties":{"order":29696,"id":1036,"name":"bridge-fill","prevSize":16,"code":59859},"setIdx":4,"setId":4,"iconIdx":211},{"icon":{"paths":["M608 448c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM928 288v512c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h160v-32c0-53.019 42.981-96 96-96v0h192c53.019 0 96 42.981 96 96v0 32h160c35.346 0 64 28.654 64 64v0zM384 224h256v-32c0-17.673-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0zM864 454.44v-166.44h-704v166.44c101.637 56.377 222.877 89.56 351.868 89.56 0.047 0 0.093-0 0.14-0l-0.008 0c0.040 0 0.086 0 0.132 0 128.992 0 250.233-33.183 355.653-91.479l-3.784 1.919z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["briefcase-fill"]},"attrs":[{}],"properties":{"order":29697,"id":1035,"name":"briefcase-fill","prevSize":16,"code":59860},"setIdx":4,"setId":4,"iconIdx":212},{"icon":{"paths":["M112 448h800c8.837 0 16 7.163 16 16v0 160c0 8.837-7.163 16-16 16v0h-800c-8.837 0-16-7.163-16-16v0-160c0-8.837 7.163-16 16-16v0zM96 800c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-80c0-8.837-7.163-16-16-16v0h-800c-8.837 0-16 7.163-16 16v0zM928 288v80c0 8.837-7.163 16-16 16v0h-800c-8.837 0-16-7.163-16-16v0-80c0-35.346 28.654-64 64-64v0h160v-32c0-53.019 42.981-96 96-96v0h192c53.019 0 96 42.981 96 96v0 32h160c35.346 0 64 28.654 64 64v0zM640 192c0-17.673-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 32h256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["briefcase-metal-fill"]},"attrs":[{}],"properties":{"order":29698,"id":1034,"name":"briefcase-metal-fill","prevSize":16,"code":59861},"setIdx":4,"setId":4,"iconIdx":213},{"icon":{"paths":["M672 512c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM832 512c0-0.116 0-0.253 0-0.391 0-81.972-30.922-156.721-81.738-213.22l0.258 0.291c-5.9-6.779-14.542-11.039-24.179-11.039-17.673 0-32 14.327-32 32 0 8.393 3.232 16.032 8.518 21.74l-0.019-0.021c40.45 45.080 65.183 104.982 65.183 170.66s-24.733 125.58-65.394 170.899l0.211-0.239c-4.859 5.581-7.821 12.925-7.821 20.961 0 17.673 14.327 32 32 32 9.28 0 17.637-3.95 23.482-10.26l0.019-0.021c50.559-56.235 81.48-131.010 81.48-213.006 0-0.125-0-0.249-0-0.374l0 0.019zM321.16 341.36c5.268-5.687 8.499-13.326 8.499-21.719 0-17.673-14.327-32-32-32-9.637 0-18.28 4.26-24.146 11l-0.033 0.039c-50.618 56.332-81.574 131.221-81.574 213.34s30.956 157.008 81.835 213.635l-0.26-0.295c5.864 6.331 14.221 10.281 23.501 10.281 17.673 0 32-14.327 32-32 0-8.036-2.962-15.38-7.854-21l0.033 0.039c-40.49-45.063-65.251-104.97-65.251-170.66s24.761-125.597 65.46-170.896l-0.208 0.236zM954.28 325.36c-24.757-57.936-58.29-107.47-99.509-149.43l0.069 0.070c-5.855-6.248-14.158-10.141-23.371-10.141-17.673 0-32 14.327-32 32 0 8.994 3.71 17.121 9.683 22.934l0.007 0.007c73.579 74.925 118.998 177.718 118.998 291.12s-45.42 216.196-119.060 291.183l0.061-0.063c-5.692 5.781-9.207 13.72-9.207 22.48 0 17.699 14.348 32.047 32.047 32.047 8.939 0 17.023-3.66 22.836-9.563l0.004-0.004c84.832-86.578 137.184-205.26 137.184-336.168 0-67.407-13.881-131.573-38.94-189.794l1.196 3.122zM128.68 673.92c-20.762-47.783-32.839-103.44-32.839-161.919 0-113.402 45.42-216.196 119.060-291.183l-0.061 0.062c5.675-5.774 9.179-13.698 9.179-22.44 0-17.684-14.335-32.019-32.019-32.019-8.941 0-17.027 3.665-22.836 9.574l-0.004 0.005c-84.967 86.455-137.42 205.102-137.42 336s52.453 249.545 137.488 336.069l-0.068-0.069c5.855 6.248 14.158 10.141 23.371 10.141 17.673 0 32-14.327 32-32 0-8.994-3.71-17.121-9.683-22.934l-0.007-0.007c-35.636-36.263-64.687-79.135-85.128-126.588l-1.032-2.692z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["broadcast-fill"]},"attrs":[{}],"properties":{"order":29699,"id":1033,"name":"broadcast-fill","prevSize":16,"code":59862},"setIdx":4,"setId":4,"iconIdx":214},{"icon":{"paths":["M942 867.24c-90.24-44-142-138.32-142-259.2v-69.12c0-0.050 0-0.11 0-0.169 0-26.79-16.522-49.72-39.932-59.158l-0.428-0.153-99.64-39.44c-11.889-4.849-20.116-16.319-20.116-29.711 0-4.192 0.806-8.196 2.272-11.865l-0.076 0.216 85.28-212c5.431-12.707 8.589-27.491 8.589-43.014 0-47.846-30.002-88.685-72.22-104.73l-0.769-0.257c-11.514-4.352-24.825-6.871-38.725-6.871-47.15 0-87.529 28.99-104.284 70.119l-0.271 0.752c-0.008 0.072-0.012 0.155-0.012 0.24s0.004 0.168 0.013 0.25l-0.001-0.010-84.080 212.88c-4.83 11.929-16.321 20.191-29.741 20.191-4.226 0-8.261-0.819-11.954-2.307l0.215 0.077-101.68-41.4c-7.062-2.943-15.267-4.653-23.87-4.653-17.885 0-34.045 7.387-45.595 19.277l-0.015 0.015c-84.24 86.6-126.96 187.8-126.96 300.8-0.001 0.253-0.001 0.553-0.001 0.853 0 120.167 47.545 229.23 124.851 309.402l-0.13-0.135c5.836 6.093 14.038 9.88 23.124 9.88 0.055 0 0.11-0 0.164-0l-0.008 0h684c17.66-0.017 31.969-14.338 31.969-32 0-12.566-7.244-23.441-17.783-28.676l-0.186-0.084zM460.44 864c-46.361-44.523-80.433-101.51-96.833-165.575l-0.527-2.425c-3.844-13.671-16.2-23.526-30.858-23.526-17.673 0-32 14.327-32 32 0 2.671 0.327 5.266 0.944 7.746l-0.046-0.22c15.020 58.184 40.348 109.025 74.172 152.99l-0.732-0.99h-116.8c-60.658-67.366-97.761-156.986-97.761-255.271 0-0.256 0-0.513 0.001-0.769l-0 0.040c-0.007-0.798-0.011-1.742-0.011-2.686 0-51.652 11.397-100.643 31.814-144.593l-0.884 2.12 551.2 220.48c12 72 42.24 133.92 87.56 180.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["broom-fill"]},"attrs":[{}],"properties":{"order":29700,"id":1032,"name":"broom-fill","prevSize":16,"code":59863},"setIdx":4,"setId":4,"iconIdx":215},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 224v128h-704v-128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["browser-fill"]},"attrs":[{}],"properties":{"order":29701,"id":1031,"name":"browser-fill","prevSize":16,"code":59864},"setIdx":4,"setId":4,"iconIdx":216},{"icon":{"paths":["M864 160h-576c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM736 352v64h-576v-64zM864 672h-64v-320c0-35.346-28.654-64-64-64v0h-448v-64h576z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["browsers-fill"]},"attrs":[{}],"properties":{"order":29702,"id":1030,"name":"browsers-fill","prevSize":16,"code":59865},"setIdx":4,"setId":4,"iconIdx":217},{"icon":{"paths":["M896 448h-64v-64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM128 384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v-64zM832 608c0 10.8-0.56 21.48-1.6 32h65.6c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-78.72c-42.081 130.953-162.807 224.062-305.28 224.062s-263.199-93.109-304.65-221.797l-0.63-2.265h-78.72c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h65.6c-1.040-10.52-1.6-21.2-1.6-32v-32h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64h640v64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64zM544 544c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0zM279.36 196.6c-46.921 49.48-78.193 114.217-85.645 186.030l-0.115 1.37h636.8c-7.567-73.183-38.839-137.92-85.894-187.542l0.134 0.142 78-77.96c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-81.16 81.2c-51.236-36.627-115.156-58.564-184.2-58.564s-132.964 21.938-185.17 59.223l0.97-0.658-81.16-81.2c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bug-beetle-fill"]},"attrs":[{}],"properties":{"order":29703,"id":1029,"name":"bug-beetle-fill","prevSize":16,"code":59866},"setIdx":4,"setId":4,"iconIdx":218},{"icon":{"paths":["M767.32 173.92l55.32-55.28c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v0l-58.2 58.24c-57.281-42.235-129.259-67.595-207.16-67.595s-149.879 25.361-208.128 68.276l0.968-0.681-58.2-58.24c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l55.32 55.28c-59.853 62.815-96.68 148.040-96.68 241.866 0 0.075 0 0.151 0 0.226l-0-0.012v160c0 194.404 157.596 352 352 352s352-157.596 352-352v0-160c0-0.064 0-0.139 0-0.214 0-93.826-36.827-179.051-96.815-242.009l0.135 0.142zM512 128c158.985 0.182 287.818 129.015 288 287.983l0 0.017v32h-576v-32c0.182-158.985 129.015-287.818 287.983-288l0.017-0zM576 336c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM352 336c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bug-droid-fill"]},"attrs":[{}],"properties":{"order":29704,"id":1028,"name":"bug-droid-fill","prevSize":16,"code":59867},"setIdx":4,"setId":4,"iconIdx":219},{"icon":{"paths":["M672 368c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM400 320c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM864 576c0.001 0.295 0.001 0.645 0.001 0.995 0 32.367-4.38 63.71-12.581 93.47l0.579-2.465 88.96 38.88c11.145 5.166 18.736 16.257 18.736 29.121 0 17.566-14.154 31.826-31.679 31.998l-0.016 0c-0.022 0-0.047 0-0.073 0-4.606 0-8.982-0.987-12.927-2.76l0.199 0.080-85.68-37.32c-58.047 119.3-178.352 200.062-317.52 200.062s-259.473-80.763-316.603-197.977l-0.917-2.085-85.68 37.32c-3.746 1.693-8.121 2.68-12.727 2.68-0.026 0-0.051-0-0.077-0l0.004 0c-17.665-0.011-31.981-14.334-31.981-32 0-13.036 7.795-24.251 18.977-29.239l0.203-0.081 88.8-38.68c-7.621-27.295-12.001-58.638-12.001-91.005 0-0.35 0.001-0.7 0.002-1.049l-0 0.054v-32h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-32c-0.001-0.295-0.001-0.645-0.001-0.995 0-32.367 4.38-63.71 12.581-93.47l-0.579 2.465-88.8-38.68c-11.745-4.915-19.846-16.312-19.846-29.602 0-17.673 14.327-32 32-32 4.879 0 9.503 1.092 13.641 3.045l-0.195-0.083 85.68 37.32c58.047-119.3 178.352-200.062 317.52-200.062s259.473 80.763 316.603 197.977l0.917 2.085 85.68-37.44c3.593-1.517 7.77-2.398 12.154-2.398 17.673 0 32 14.327 32 32 0 12.794-7.508 23.834-18.359 28.955l-0.195 0.083-88.8 39c7.621 27.295 12.001 58.638 12.001 91.005 0 0.35-0.001 0.7-0.002 1.049l0-0.054v32h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96zM544 576c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0zM800 448c0-159.058-128.942-288-288-288s-288 128.942-288 288v0 32h576z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bug-fill"]},"attrs":[{}],"properties":{"order":29705,"id":1027,"name":"bug-fill","prevSize":16,"code":59868},"setIdx":4,"setId":4,"iconIdx":220},{"icon":{"paths":["M958.92 832h-62.92v-448c0-35.346-28.654-64-64-64v0h-176c-8.837 0-16 7.163-16 16v0 496h-64v-702.36c0.002-0.208 0.004-0.453 0.004-0.698 0-20.695-9.566-39.157-24.517-51.203l-0.126-0.099c-10.738-8.435-24.45-13.527-39.351-13.527-13.243 0-25.547 4.022-35.756 10.912l0.227-0.144-320 213.12c-17.272 11.643-28.48 31.132-28.48 53.238 0 0.043 0 0.085 0 0.128l-0-0.007v490.64h-62.92c-0.144-0.002-0.313-0.004-0.483-0.004-17.072 0-31.091 13.075-32.588 29.758l-0.009 0.126c-0.045 0.634-0.070 1.374-0.070 2.12 0 17.673 14.327 32 32 32 0.025 0 0.049-0 0.074-0l-0.004 0h896c0.021 0 0.046 0 0.070 0 17.673 0 32-14.327 32-32 0-0.746-0.026-1.486-0.076-2.219l0.005 0.099c-1.506-16.809-15.525-29.884-32.597-29.884-0.17 0-0.339 0.001-0.509 0.004l0.026-0zM304 736c0 0.021 0 0.046 0 0.070 0 17.673-14.327 32-32 32-0.746 0-1.486-0.026-2.219-0.076l0.099 0.005c-16.809-1.506-29.884-15.524-29.884-32.597 0-0.184 0.002-0.368 0.005-0.551l-0 0.028v-61.8c-0.002-0.133-0.003-0.29-0.003-0.447 0-17.080 13.071-31.107 29.756-32.624l0.127-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004zM304 512c0 0.021 0 0.046 0 0.070 0 17.673-14.327 32-32 32-0.746 0-1.486-0.026-2.219-0.076l0.099 0.005c-16.812-1.526-29.884-15.553-29.884-32.633 0-0.171 0.001-0.342 0.004-0.512l-0 0.026v-61.8c-0.002-0.133-0.003-0.29-0.003-0.447 0-17.080 13.071-31.107 29.756-32.624l0.127-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004zM464 736c0 0.021 0 0.046 0 0.070 0 17.673-14.327 32-32 32-0.746 0-1.486-0.026-2.219-0.076l0.099 0.005c-16.808-1.506-29.883-15.525-29.883-32.597 0-0.156 0.001-0.311 0.003-0.467l-0 0.024v-61.88c-0.002-0.121-0.003-0.264-0.003-0.407 0-17.080 13.071-31.107 29.755-32.624l0.127-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004zM464 512c0 0.021 0 0.046 0 0.070 0 17.673-14.327 32-32 32-0.746 0-1.486-0.026-2.219-0.076l0.099 0.005c-16.812-1.527-29.883-15.554-29.883-32.633 0-0.143 0.001-0.286 0.003-0.428l-0 0.022v-61.88c-0.002-0.121-0.003-0.264-0.003-0.407 0-17.080 13.071-31.107 29.755-32.624l0.127-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["buildings-fill"]},"attrs":[{}],"properties":{"order":29706,"id":1026,"name":"buildings-fill","prevSize":16,"code":59869},"setIdx":4,"setId":4,"iconIdx":221},{"icon":{"paths":["M992 320v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM64 288c-17.673 0-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0zM864 256v576c0 35.346-28.654 64-64 64v0h-96c-35.346 0-64-28.654-64-64v0-32h-256v32c0 35.346-28.654 64-64 64v0h-96c-35.346 0-64-28.654-64-64v0-576c0-70.692 57.308-128 128-128v0h448c70.692 0 128 57.308 128 128v0zM416 592c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0zM704 592c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0zM800 288h-576v160h576z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bus-fill"]},"attrs":[{}],"properties":{"order":29707,"id":1025,"name":"bus-fill","prevSize":16,"code":59870},"setIdx":4,"setId":4,"iconIdx":222},{"icon":{"paths":["M512 400.68c-10.594-19.493-21.194-36.020-32.831-51.734l0.831 1.174v-126.12c0-17.673 14.327-32 32-32s32 14.327 32 32v0 126.12c-10.806 14.54-21.406 31.067-30.868 48.308l-1.132 2.252zM930.8 201.92c-14.8-19.12-43.44-41.92-94.8-41.92-67.4 0-153.84 45.12-231.24 120.64-21.753 21.103-41.68 43.795-59.701 67.992l-1.059 1.488v369.88c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-369.88c-19.037-25.692-38.913-48.384-60.472-69.356l-0.128-0.124c-77.44-75.52-163.88-120.64-231.4-120.64-51.36 0-80 22.8-94.8 41.92-27.28 35.080-48.72 96.32-0.84 284.8 24.2 95.32 78.040 132 122.52 145.68-16.408 26.249-26.139 58.134-26.139 92.291 0 97.202 78.798 176 176 176 61.338 0 115.347-31.378 146.852-78.957l0.407-0.654c31.912 48.233 85.921 79.611 147.259 79.611 97.202 0 176-78.798 176-176 0-34.157-9.73-66.042-26.571-93.034l0.432 0.743c44.48-13.6 98.28-50.36 122.52-145.68 26.88-105.76 47.76-222.32-0.84-284.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["butterfly-fill"]},"attrs":[{}],"properties":{"order":29708,"id":1024,"name":"butterfly-fill","prevSize":16,"code":59871},"setIdx":4,"setId":4,"iconIdx":223},{"icon":{"paths":["M896 864c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192v-256h-16c-150.157-0.159-271.841-121.843-272-271.985l-0-0.015c0-61.856 50.144-112 112-112s112 50.144 112 112v0c0 26.51 21.49 48 48 48v0h16v-128c0-88.366 71.634-160 160-160s160 71.634 160 160v0 288h16c26.51 0 48-21.49 48-48v0c0-61.856 50.144-112 112-112s112 50.144 112 112v0c-0.159 150.157-121.843 271.841-271.985 272l-16.015 0v96h192c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cactus-fill"]},"attrs":[{}],"properties":{"order":29709,"id":1023,"name":"cactus-fill","prevSize":16,"code":59872},"setIdx":4,"setId":4,"iconIdx":224},{"icon":{"paths":["M832 352h-288v-36c55.621-14.799 95.942-64.683 96-123.994l0-0.006c0-112-105.76-183.64-110.24-186.64-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072c-4.48 3-110.24 74.64-110.24 186.64 0.058 59.317 40.379 109.201 95.104 123.797l0.896 0.203v36h-288c-53.019 0-96 42.981-96 96v0 93.32c0.035 36.511 12.043 70.211 32.308 97.392l-0.308-0.432v161.72c0 53.019 42.981 96 96 96v0h576c53.019 0 96-42.981 96-96v0-161.72c19.957-26.749 31.965-60.449 32-96.952l0-0.008v-93.32c0-53.019-42.981-96-96-96v0zM448 192c0-54.28 40-97.84 64-119.16 24 21.32 64 64.88 64 119.16 0 35.346-28.654 64-64 64s-64-28.654-64-64v0zM864 541.32c0 53-41.84 97.24-93.28 98.64-0.81 0.025-1.764 0.039-2.72 0.039-53.019 0-95.999-42.98-96-95.998l-0-0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 53.019-42.981 96-96 96s-96-42.981-96-96v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 0.011 0 0.025 0 0.039 0 53.019-42.981 96-96 96-0.956 0-1.91-0.014-2.859-0.042l0.139 0.003c-51.44-1.44-93.28-45.68-93.28-98.68v-93.32c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cake-fill"]},"attrs":[{}],"properties":{"order":29710,"id":1022,"name":"cake-fill","prevSize":16,"code":59873},"setIdx":4,"setId":4,"iconIdx":225},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM352 800c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM352 640c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 800c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 640c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM672 800c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM672 640c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM736 416c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calculator-fill"]},"attrs":[{}],"properties":{"order":29711,"id":1021,"name":"calculator-fill","prevSize":16,"code":59874},"setIdx":4,"setId":4,"iconIdx":226},{"icon":{"paths":["M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 320h-640v-128h96v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-blank-fill"]},"attrs":[{}],"properties":{"order":29712,"id":1020,"name":"calendar-blank-fill","prevSize":16,"code":59875},"setIdx":4,"setId":4,"iconIdx":227},{"icon":{"paths":["M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM678.64 534.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 169.36-169.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM192 320v-128h96v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-check-fill"]},"attrs":[{}],"properties":{"order":29713,"id":1019,"name":"calendar-check-fill","prevSize":16,"code":59876},"setIdx":4,"setId":4,"iconIdx":228},{"icon":{"paths":["M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM448 736c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-204.24l-17.68 8.88c-4.172 2.131-9.1 3.38-14.32 3.38-17.684 0-32.020-14.336-32.020-32.020 0-12.465 7.122-23.266 17.519-28.556l0.182-0.084 64-32c4.172-2.133 9.1-3.383 14.32-3.383 17.673 0 32 14.327 32 32 0 0.008-0 0.016-0 0.024l0-0.001zM672 704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 115.12-153.48c4.004-5.285 6.414-11.971 6.414-19.219 0-17.673-14.327-32-32-32-11.741 0-22.005 6.323-27.573 15.75l-0.081 0.149c-5.532 10.040-16.045 16.73-28.121 16.73-17.673 0-32-14.327-32-32 0-6.19 1.757-11.969 4.8-16.866l-0.079 0.136c16.912-28.88 47.787-47.968 83.12-47.968 53.008 0 95.982 42.963 96 95.966l0 0.002c0 0.092 0.001 0.2 0.001 0.309 0 21.709-7.278 41.717-19.528 57.719l0.168-0.228-76.64 102.2zM192 320v-128h96v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-fill"]},"attrs":[{}],"properties":{"order":29714,"id":1018,"name":"calendar-fill","prevSize":16,"code":59877},"setIdx":4,"setId":4,"iconIdx":229},{"icon":{"paths":["M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM608 640h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM192 320v-128h96v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96v128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-plus-fill"]},"attrs":[{}],"properties":{"order":29715,"id":1017,"name":"calendar-plus-fill","prevSize":16,"code":59878},"setIdx":4,"setId":4,"iconIdx":230},{"icon":{"paths":["M832 128h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-320v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-96c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM630.64 681.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36zM832 320h-640v-128h96v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h320v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-x-fill"]},"attrs":[{}],"properties":{"order":29716,"id":1016,"name":"calendar-x-fill","prevSize":16,"code":59879},"setIdx":4,"setId":4,"iconIdx":231},{"icon":{"paths":["M64 704c0-17.673 14.327-32 32-32v0h32v-64c0.251-200.712 154.26-365.375 350.55-382.538l1.45-0.102v-65.36h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v65.36c197.741 17.266 351.749 181.928 352 382.615l0 0.025v64h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-832c-17.673 0-32-14.327-32-32v0zM928 800h-832c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["call-bell-fill"]},"attrs":[{}],"properties":{"order":29717,"id":1015,"name":"call-bell-fill","prevSize":16,"code":59880},"setIdx":4,"setId":4,"iconIdx":232},{"icon":{"paths":["M832 224h-110.88l-54.52-81.76c-5.818-8.631-15.554-14.233-26.599-14.24l-256.001-0c-11.046 0.007-20.782 5.609-26.528 14.126l-0.072 0.114-54.56 81.76h-110.84c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM656 528c0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144v0c79.529 0 144 64.471 144 144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["camera-fill"]},"attrs":[{}],"properties":{"order":29718,"id":1014,"name":"camera-fill","prevSize":16,"code":59881},"setIdx":4,"setId":4,"iconIdx":233},{"icon":{"paths":["M832 224h-110.88l-54.52-81.76c-5.818-8.631-15.554-14.233-26.599-14.24l-256.001-0c-11.046 0.007-20.782 5.609-26.528 14.126l-0.072 0.114-54.56 81.76h-110.84c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM640 576h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["camera-plus-fill"]},"attrs":[{}],"properties":{"order":29719,"id":1013,"name":"camera-plus-fill","prevSize":16,"code":59882},"setIdx":4,"setId":4,"iconIdx":234},{"icon":{"paths":["M832 224h-110.88l-54.52-81.76c-5.818-8.631-15.554-14.233-26.599-14.24l-256.001-0c-11.046 0.007-20.782 5.609-26.528 14.126l-0.072 0.114-54.56 81.76h-110.84c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM627.24 665.6c-31.723 23.829-71.767 38.16-115.158 38.16-49.252 0-94.191-18.464-128.273-48.847l0.191 0.167v16.92c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-20.6c22.484 19.775 52.165 31.842 84.665 31.842 28.896 0 55.564-9.539 77.027-25.641l-0.332 0.239c5.289-4.013 11.983-6.428 19.24-6.428 17.678 0 32.008 14.33 32.008 32.008 0 10.42-4.979 19.677-12.688 25.522l-0.080 0.058zM704 480c0 17.673-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h20.6c-22.484-19.775-52.165-31.842-84.665-31.842-28.896 0-55.564 9.539-77.027 25.641l0.332-0.239c-5.289 4.013-11.983 6.428-19.24 6.428-17.678 0-32.008-14.33-32.008-32.008 0-10.42 4.979-19.677 12.688-25.522l0.080-0.058c31.723-23.829 71.767-38.16 115.158-38.16 49.252 0 94.191 18.464 128.273 48.847l-0.191-0.167v-16.92c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["camera-rotate-fill"]},"attrs":[{}],"properties":{"order":29720,"id":1012,"name":"camera-rotate-fill","prevSize":16,"code":59883},"setIdx":4,"setId":4,"iconIdx":235},{"icon":{"paths":["M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 38.6 42.48h-14.92c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h596.76l19.56 21.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 672c-79.522-0.009-143.983-64.477-143.983-144 0-34.67 12.252-66.478 32.663-91.331l-0.2 0.251 191.52 210.76c-22.375 15.232-49.995 24.32-79.739 24.32-0.092 0-0.184-0-0.275-0l0.014 0zM928 320v424c-0.002 17.672-14.328 31.997-32 31.997-9.373 0-17.805-4.030-23.657-10.451l-0.023-0.025-520-572c-5.157-5.66-8.315-13.221-8.315-21.518 0-6.604 2-12.74 5.428-17.836l-0.073 0.115 8-12c5.817-8.657 15.572-14.278 26.64-14.28l256-0c0.006-0 0.013-0 0.021-0 11.053 0 20.798 5.604 26.547 14.126l0.072 0.114 54.48 81.76h110.88c53.019 0 96 42.981 96 96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["camera-slash-fill"]},"attrs":[{}],"properties":{"order":29721,"id":1011,"name":"camera-slash-fill","prevSize":16,"code":59884},"setIdx":4,"setId":4,"iconIdx":236},{"icon":{"paths":["M528.76 100.76c-4.768-2.976-10.558-4.74-16.76-4.74s-11.992 1.764-16.895 4.819l0.135-0.079c-41.568 27.236-77.7 57.318-110.080 91.030l-0.2 0.21c-73.88 76.52-112.96 159.6-112.96 240 0 132.548 107.452 240 240 240s240-107.452 240-240v0c0-191.68-214.12-325.64-223.24-331.24zM512 608c-53.019 0-96-42.981-96-96v0c0-96 96-160 96-160s96 64 96 160c0 53.019-42.981 96-96 96v0zM894.48 905.68c-4.239 13.044-16.286 22.307-30.497 22.307-3.466 0-6.804-0.551-9.93-1.571l0.226 0.064-342.28-108.92-342.28 108.92c-2.899 0.955-6.235 1.505-9.7 1.505-17.676 0-32.005-14.329-32.005-32.005 0-14.211 9.262-26.259 22.079-30.436l0.226-0.064 256-81.48-256-81.52c-13.501-3.955-23.194-16.228-23.194-30.764 0-17.673 14.327-32 32-32 3.796 0 7.438 0.661 10.817 1.874l-0.223-0.070 342.28 108.88 342.28-108.88c3.155-1.143 6.797-1.804 10.594-1.804 17.673 0 32 14.327 32 32 0 14.536-9.693 26.809-22.967 30.707l-0.226 0.057-256 81.52 256 81.48c13.044 4.239 22.307 16.286 22.307 30.497 0 3.466-0.551 6.804-1.571 9.93l0.064-0.226z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["campfire-fill"]},"attrs":[{}],"properties":{"order":29722,"id":1010,"name":"campfire-fill","prevSize":16,"code":59885},"setIdx":4,"setId":4,"iconIdx":237},{"icon":{"paths":["M832 192h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h640c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM606.080 499.24c-9.36 43.988-47.883 76.506-94 76.506s-84.64-32.519-93.888-75.878l-0.112-0.629c-6.147-29.441-31.885-51.24-62.715-51.24-0.044 0-0.088 0-0.132 0l0.007-0h-195.24v-64h704v64h-195.24c-30.815 0.017-56.535 21.81-62.607 50.824l-0.073 0.416zM192 256h640c17.673 0 32 14.327 32 32v0 32h-704v-32c0-17.673 14.327-32 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cardholder-fill"]},"attrs":[{}],"properties":{"order":29723,"id":1009,"name":"cardholder-fill","prevSize":16,"code":59886},"setIdx":4,"setId":4,"iconIdx":238},{"icon":{"paths":["M160 288h576c35.346 0 64 28.654 64 64v448c0 35.346-28.654 64-64 64h-576c-35.346 0-64-28.654-64-64v-448c0-35.346 28.654-64 64-64z","M864 160h-608c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h608v480c0 17.673 14.327 32 32 32s32-14.327 32-32v0-480c0-35.346-28.654-64-64-64v0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cards-fill"]},"attrs":[{},{}],"properties":{"order":29724,"id":1008,"name":"cards-fill","prevSize":16,"code":59887},"setIdx":4,"setId":4,"iconIdx":239},{"icon":{"paths":["M806.28 217.72c-75.42-75.569-179.69-122.319-294.88-122.319-230.082 0-416.6 186.518-416.6 416.6s186.518 416.6 416.6 416.6c230.082 0 416.6-186.518 416.6-416.6 0-0.001-0-0.001-0-0.002l0 0c-0.010-114.89-46.516-218.916-121.727-294.287l0.007 0.007zM662.68 598.68l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l0 0 105.32 105.44 105.4-105.44c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0zM662.68 374.68l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.32 105.32 105.4-105.44c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-double-down-fill"]},"attrs":[{}],"properties":{"order":29725,"id":1007,"name":"caret-circle-double-down-fill","prevSize":16,"code":59888},"setIdx":4,"setId":4,"iconIdx":240},{"icon":{"paths":["M806.28 217.68c-75.267-75.196-179.209-121.7-294.013-121.7-229.75 0-416 186.25-416 416s186.25 416 416 416c114.804 0 218.746-46.505 294.016-121.704l-0.004 0.004c75.203-75.37 121.706-179.404 121.706-294.3s-46.503-218.929-121.713-294.307l0.007 0.007zM470.6 617.4c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-0 0-105.44 105.32zM694.6 617.4c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-105.32 105.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-double-left-fill"]},"attrs":[{}],"properties":{"order":29726,"id":1006,"name":"caret-circle-double-left-fill","prevSize":16,"code":59889},"setIdx":4,"setId":4,"iconIdx":241},{"icon":{"paths":["M806.28 217.68c-75.267-75.196-179.209-121.7-294.013-121.7-229.75 0-416 186.25-416 416s186.25 416 416 416c114.804 0 218.746-46.505 294.016-121.704l-0.004 0.004c75.203-75.37 121.706-179.404 121.706-294.3s-46.503-218.929-121.713-294.307l0.007 0.007zM502.64 534.64l-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.36-105.36-105.44-105.44c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378h0l128 128c5.846 5.8 9.465 13.837 9.465 22.72 0 8.843-3.587 16.848-9.385 22.64l-0 0zM726.64 534.64l-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 105.48-105.36-105.44-105.44c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l128 128c5.834 5.798 9.445 13.827 9.445 22.7 0 8.853-3.595 16.866-9.405 22.659l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-double-right-fill"]},"attrs":[{}],"properties":{"order":29727,"id":1005,"name":"caret-circle-double-right-fill","prevSize":16,"code":59890},"setIdx":4,"setId":4,"iconIdx":242},{"icon":{"paths":["M806.32 217.72c-75.269-75.207-179.219-121.72-294.033-121.72-229.75 0-416 186.25-416 416s186.25 416 416 416c114.814 0 218.764-46.513 294.035-121.723l-0.003 0.003c75.191-75.368 121.686-179.394 121.686-294.28s-46.495-218.911-121.694-294.288l0.008 0.008zM662.72 694.72c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-105.44-105.44-105.4 105.44c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.834 5.798 9.445 13.827 9.445 22.7 0 8.813-3.563 16.794-9.326 22.581l0.001-0.001zM662.72 470.72c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-105.44-105.56-105.4 105.44c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.834 5.798 9.445 13.827 9.445 22.7 0 8.813-3.563 16.794-9.326 22.581l0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-double-up-fill"]},"attrs":[{}],"properties":{"order":29728,"id":1004,"name":"caret-circle-double-up-fill","prevSize":16,"code":59891},"setIdx":4,"setId":4,"iconIdx":243},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM694.64 470.64l-160 160c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-160-160c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l137.36 137.4 137.36-137.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-down-fill"]},"attrs":[{}],"properties":{"order":29729,"id":1003,"name":"caret-circle-down-fill","prevSize":16,"code":59892},"setIdx":4,"setId":4,"iconIdx":244},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM598.64 649.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-160-160c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 160-160c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-137.4 137.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-left-fill"]},"attrs":[{}],"properties":{"order":29730,"id":1002,"name":"caret-circle-left-fill","prevSize":16,"code":59893},"setIdx":4,"setId":4,"iconIdx":245},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM630.64 534.64l-160 160c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l137.4-137.36-137.4-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l160 160c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-right-fill"]},"attrs":[{}],"properties":{"order":29731,"id":1001,"name":"caret-circle-right-fill","prevSize":16,"code":59894},"setIdx":4,"setId":4,"iconIdx":246},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM662.64 630.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM662.64 438.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-up-down-fill"]},"attrs":[{}],"properties":{"order":29732,"id":1000,"name":"caret-circle-up-down-fill","prevSize":16,"code":59895},"setIdx":4,"setId":4,"iconIdx":247},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM694.64 598.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-137.36-137.4-137.36 137.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l160-160c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 160 160c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-up-fill"]},"attrs":[{}],"properties":{"order":29733,"id":999,"name":"caret-circle-up-fill","prevSize":16,"code":59896},"setIdx":4,"setId":4,"iconIdx":248},{"icon":{"paths":["M861.56 499.76c1.545 3.623 2.443 7.838 2.443 12.262 0 8.832-3.578 16.828-9.363 22.618l-320 320c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-320-320c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l242.759-0-265.4-265.36c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l639.999-0c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-265.4 265.36h242.76c13.254 0.003 24.626 8.064 29.481 19.55l0.079 0.21z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-double-down-fill"]},"attrs":[{}],"properties":{"order":29734,"id":998,"name":"caret-double-down-fill","prevSize":16,"code":59897},"setIdx":4,"setId":4,"iconIdx":249},{"icon":{"paths":["M832 192v640c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-265.36-265.4v242.76c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-320-320c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 320-320c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v242.76l265.36-265.4c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-double-left-fill"]},"attrs":[{}],"properties":{"order":29735,"id":997,"name":"caret-double-left-fill","prevSize":16,"code":59898},"setIdx":4,"setId":4,"iconIdx":250},{"icon":{"paths":["M886.64 534.64l-320 320c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-242.76l-265.36 265.4c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-640c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 265.36 265.4v-242.76c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 320 320c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-double-right-fill"]},"attrs":[{}],"properties":{"order":29736,"id":996,"name":"caret-double-right-fill","prevSize":16,"code":59899},"setIdx":4,"setId":4,"iconIdx":251},{"icon":{"paths":["M854.64 809.36c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-639.999 0c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 265.4-265.36h-242.76c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 320-320c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 320 320c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-242.759 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-double-up-fill"]},"attrs":[{}],"properties":{"order":29737,"id":995,"name":"caret-double-up-fill","prevSize":16,"code":59900},"setIdx":4,"setId":4,"iconIdx":252},{"icon":{"paths":["M854.64 406.64l-320 320c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-320-320c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l639.999-0c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-down-fill"]},"attrs":[{}],"properties":{"order":29738,"id":994,"name":"caret-down-fill","prevSize":16,"code":59901},"setIdx":4,"setId":4,"iconIdx":253},{"icon":{"paths":["M672 192v640c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-320-320c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 320-320c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-left-fill"]},"attrs":[{}],"properties":{"order":29739,"id":993,"name":"caret-left-fill","prevSize":16,"code":59902},"setIdx":4,"setId":4,"iconIdx":254},{"icon":{"paths":["M726.64 534.64l-320 320c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-640c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 320 320c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-right-fill"]},"attrs":[{}],"properties":{"order":29740,"id":992,"name":"caret-right-fill","prevSize":16,"code":59903},"setIdx":4,"setId":4,"iconIdx":255},{"icon":{"paths":["M290.44 332.24c-1.545-3.623-2.443-7.838-2.443-12.262 0-8.832 3.578-16.828 9.363-22.618l192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-383.999 0c-13.254-0.003-24.626-8.064-29.481-19.55l-0.079-0.21zM704 672h-384c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-up-down-fill"]},"attrs":[{}],"properties":{"order":29741,"id":991,"name":"caret-up-down-fill","prevSize":16,"code":59904},"setIdx":4,"setId":4,"iconIdx":256},{"icon":{"paths":["M861.56 652.24c-4.934 11.696-16.306 19.757-29.56 19.76l-640 0c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 320-320c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 320 320c5.785 5.79 9.363 13.786 9.363 22.618 0 4.425-0.898 8.639-2.522 12.472l0.079-0.21z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-up-fill"]},"attrs":[{}],"properties":{"order":29742,"id":990,"name":"caret-up-fill","prevSize":16,"code":59905},"setIdx":4,"setId":4,"iconIdx":257},{"icon":{"paths":["M960 448h-43.2l-111.12-250c-10.218-22.576-32.548-38-58.48-38l-470.4-0c-25.932 0-48.262 15.424-58.317 37.598l-0.163 0.402-111.12 250h-43.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM320 640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM704 640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["car-fill"]},"attrs":[{}],"properties":{"order":29743,"id":989,"name":"car-fill","prevSize":16,"code":59906},"setIdx":4,"setId":4,"iconIdx":258},{"icon":{"paths":["M960 448h-114.76l-173.24-173.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-449.64c-22.062 0.042-41.499 11.241-52.975 28.253l-0.145 0.227-118.64 177.76c-3.349 4.997-5.349 11.144-5.36 17.757l-0 0.003v192c0 35.346 28.654 64 64 64v0h68c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h264c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0zM177.12 320h449.64l128 128h-662.76zM256 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM768 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["car-profile-fill"]},"attrs":[{}],"properties":{"order":29744,"id":988,"name":"car-profile-fill","prevSize":16,"code":59907},"setIdx":4,"setId":4,"iconIdx":259},{"icon":{"paths":["M928 320h-130.24c21.55 36.709 34.277 80.851 34.277 127.964 0 70.72-28.676 134.743-75.036 181.074l-0.001 0.001c-34.080 34.76-78.44 67.68-127.4 98.040-2.37 1.465-5.243 2.333-8.32 2.333-4.422 0-8.424-1.794-11.32-4.693l-0-0-139.36-139.36c-5.791-5.793-13.793-9.376-22.631-9.376-9.191 0-17.477 3.875-23.313 10.080l-0.015 0.017c-5.179 5.791-8.345 13.478-8.345 21.904 0 9.26 3.823 17.627 9.977 23.608l0.008 0.007 119.52 119.52c2.902 2.896 4.697 6.901 4.697 11.324 0 6.17-3.492 11.524-8.608 14.194l-0.088 0.042c-158.84 82.48-329.8 137.48-354.68 145.24-7.922 3.779-17.216 5.986-27.026 5.986-35.346 0-64-28.654-64-64 0-9.81 2.207-19.105 6.152-27.414l-0.166 0.388c10.92-34.84 116-361.080 259.44-533.4 2.955-3.517 7.356-5.737 12.275-5.737 4.424 0 8.428 1.795 11.325 4.697l0 0 168.2 168.24c5.79 5.787 13.787 9.366 22.62 9.366 9.659 0 18.318-4.279 24.186-11.046l0.034-0.040c4.688-5.627 7.534-12.932 7.534-20.901 0-9.214-3.804-17.539-9.926-23.491l-0.008-0.007-165.44-165.44c-2.91-2.898-4.71-6.907-4.71-11.338 0-5.573 2.849-10.481 7.171-13.346l0.059-0.037c39.694-26.537 88.515-42.349 141.030-42.349 47.165 0 91.35 12.755 129.296 35.003l-1.206-0.654v-130.4c-0-0.022-0-0.047-0-0.073 0-17.673 14.327-32 32-32 0.76 0 1.514 0.026 2.261 0.079l-0.101-0.006c16.809 1.506 29.884 15.524 29.884 32.597 0 0.184-0.002 0.368-0.005 0.551l0-0.028v113.64l105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-105.4 105.36h113.64c0.156-0.003 0.339-0.004 0.523-0.004 17.072 0 31.091 13.075 32.588 29.758l0.009 0.126c0.045 0.634 0.070 1.374 0.070 2.12 0 17.673-14.327 32-32 32-0.025 0-0.049-0-0.074-0l0.004 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["carrot-fill"]},"attrs":[{}],"properties":{"order":29745,"id":987,"name":"carrot-fill","prevSize":16,"code":59908},"setIdx":4,"setId":4,"iconIdx":260},{"icon":{"paths":["M960 448h-43.2l-111.12-250c-10.218-22.576-32.548-38-58.48-38l-470.4-0c-25.932 0-48.262 15.424-58.317 37.598l-0.163 0.402-111.12 250h-43.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["car-simple-fill"]},"attrs":[{}],"properties":{"order":29746,"id":986,"name":"car-simple-fill","prevSize":16,"code":59909},"setIdx":4,"setId":4,"iconIdx":261},{"icon":{"paths":["M352 448c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM960 256v512c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h768c35.346 0 64 28.654 64 64v0zM744 768l-62.4-83.2c-5.9-7.807-15.167-12.8-25.6-12.8v0h-288c-10.433 0-19.7 4.993-25.542 12.72l-0.058 0.080-62.4 83.2zM864 448c0-70.692-57.308-128-128-128v0h-448c-70.692 0-128 57.308-128 128s57.308 128 128 128v0h448c70.692 0 128-57.308 128-128v0zM398.8 384c10.812 18.351 17.198 40.43 17.198 64s-6.387 45.649-17.524 64.599l0.326-0.599h226.4c-10.812-18.351-17.198-40.43-17.198-64s6.387-45.649 17.524-64.599l-0.326 0.599zM736 384c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cassette-tape-fill"]},"attrs":[{}],"properties":{"order":29747,"id":985,"name":"cassette-tape-fill","prevSize":16,"code":59910},"setIdx":4,"setId":4,"iconIdx":262},{"icon":{"paths":["M800 96h-32c-35.346 0-64 28.654-64 64v0 64h-112v-64c0-35.346-28.654-64-64-64v0h-32c-35.346 0-64 28.654-64 64v0 64h-112v-64c0-35.346-28.654-64-64-64v0h-32c-35.346 0-64 28.654-64 64v0 178.76c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 45.24 45.24v434.76c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-434.76l45.24-45.24c11.587-11.498 18.76-27.43 18.76-45.037 0-0.071-0-0.143-0-0.214l0 0.011v-178.76c0-35.346-28.654-64-64-64v0zM608 864h-192v-256c0-53.019 42.981-96 96-96s96 42.981 96 96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["castle-turret-fill"]},"attrs":[{}],"properties":{"order":29748,"id":984,"name":"castle-turret-fill","prevSize":16,"code":59911},"setIdx":4,"setId":4,"iconIdx":263},{"icon":{"paths":["M891.32 134.16c-8-3.867-17.398-6.126-27.324-6.126-17.664 0-33.656 7.156-45.236 18.727l0-0c-0.56 0.56-1.040 1.080-1.52 1.64l-69.040 79.6c-66.998-42.529-148.6-67.776-236.1-67.776s-169.102 25.247-237.921 68.853l1.821-1.078-69.24-79.6c-0.48-0.56-0.96-1.080-1.52-1.64-11.58-11.57-27.572-18.726-45.236-18.726-9.926 0-19.324 2.26-27.708 6.292l0.384-0.166c-21.904 10.933-36.685 33.182-36.685 58.884 0 0.28 0.002 0.56 0.005 0.839l-0-0.042v350.16c0 196 160.24 358.52 366.24 381.28 0.528 0.062 1.14 0.097 1.76 0.097 8.837 0 16-7.163 16-16 0-0.034-0-0.068-0-0.102l0 0.005v-128l-53.68-53.72c-6.159-5.983-9.981-14.343-9.981-23.595 0-8.419 3.164-16.1 8.369-21.916l-0.028 0.032c5.852-6.222 14.138-10.096 23.329-10.096 8.838 0 16.84 3.583 22.631 9.376l41.36 41.36 41.36-41.4c5.791-5.793 13.793-9.376 22.631-9.376 9.191 0 17.477 3.875 23.313 10.080l0.015 0.017c5.177 5.785 8.341 13.465 8.341 21.885 0 9.253-3.822 17.613-9.973 23.588l-0.008 0.008-53.68 53.72v128c-0 0.029-0 0.063-0 0.097 0 8.837 7.163 16 16 16 0.62 0 1.232-0.035 1.834-0.104l-0.074 0.007c206-22.76 366.24-185.24 366.24-381.24v-350.16c0.003-0.237 0.005-0.516 0.005-0.796 0-25.702-14.781-47.951-36.306-58.712l-0.379-0.172zM336 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM416 352c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-76c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM544 352c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM608 352v-76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM688 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cat-fill"]},"attrs":[{}],"properties":{"order":29749,"id":983,"name":"cat-fill","prevSize":16,"code":59912},"setIdx":4,"setId":4,"iconIdx":264},{"icon":{"paths":["M832 160v640c0 35.346-28.654 64-64 64v0h-640c-35.333-0.017-63.97-28.664-63.97-64 0-17.686 7.174-33.696 18.77-45.279l0.001-0.001 640-640c11.576-11.549 27.554-18.69 45.2-18.69 35.336 0 63.983 28.637 64 63.969l0 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-full-fill"]},"attrs":[{}],"properties":{"order":29750,"id":982,"name":"cell-signal-full-fill","prevSize":16,"code":59913},"setIdx":4,"setId":4,"iconIdx":265},{"icon":{"paths":["M792.48 100.92c-7.246-3.089-15.676-4.885-24.525-4.885-17.663 0-33.655 7.156-45.236 18.726l-640 640c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l639.999 0c35.346 0 64-28.654 64-64v0-640c0-0.032 0-0.070 0-0.107 0-26.471-16.131-49.175-39.1-58.816l-0.42-0.156zM768 800h-96v-544l96-96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-high-fill"]},"attrs":[{}],"properties":{"order":29751,"id":981,"name":"cell-signal-high-fill","prevSize":16,"code":59914},"setIdx":4,"setId":4,"iconIdx":266},{"icon":{"paths":["M792.48 100.92c-7.246-3.089-15.676-4.885-24.525-4.885-17.663 0-33.655 7.156-45.236 18.726l-640 640c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l639.999 0c35.346 0 64-28.654 64-64v0-640c0-0.032 0-0.070 0-0.107 0-26.471-16.131-49.175-39.1-58.816l-0.42-0.156zM768 800h-416v-224l416-416z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-low-fill"]},"attrs":[{}],"properties":{"order":29752,"id":980,"name":"cell-signal-low-fill","prevSize":16,"code":59915},"setIdx":4,"setId":4,"iconIdx":267},{"icon":{"paths":["M792.48 100.92c-7.246-3.089-15.676-4.885-24.525-4.885-17.663 0-33.655 7.156-45.236 18.726l-640 640c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l639.999 0c35.346 0 64-28.654 64-64v0-640c0-0.032 0-0.070 0-0.107 0-26.471-16.131-49.175-39.1-58.816l-0.42-0.156zM768 800h-256v-384l256-256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-medium-fill"]},"attrs":[{}],"properties":{"order":29753,"id":979,"name":"cell-signal-medium-fill","prevSize":16,"code":59916},"setIdx":4,"setId":4,"iconIdx":268},{"icon":{"paths":["M792.48 100.92c-7.246-3.089-15.676-4.885-24.525-4.885-17.663 0-33.655 7.156-45.236 18.726l-640 640c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.346 28.654 64 64 64 0.004 0 0.007-0 0.011-0l639.999 0c35.346 0 64-28.654 64-64v0-640c0-0.032 0-0.070 0-0.107 0-26.471-16.131-49.175-39.1-58.816l-0.42-0.156zM768 800h-640l640-640z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-none-fill"]},"attrs":[{}],"properties":{"order":29754,"id":978,"name":"cell-signal-none-fill","prevSize":16,"code":59917},"setIdx":4,"setId":4,"iconIdx":269},{"icon":{"paths":["M853.52 887.68c-5.661 5.158-13.221 8.317-21.52 8.317-9.373 0-17.805-4.030-23.657-10.451l-0.023-0.025-19.56-21.52h-660.76c-0.015 0-0.033 0-0.050 0-35.346 0-64-28.654-64-64 0-17.686 7.174-33.696 18.77-45.279l0.001-0.001 317.8-317.76-232.24-255.44c-5.167-5.664-8.331-13.233-8.331-21.54 0-17.679 14.332-32.011 32.011-32.011 9.372 0 17.803 4.027 23.657 10.446l0.023 0.025 640 704c5.181 5.666 8.355 13.243 8.355 21.562 0 9.372-4.029 17.803-10.449 23.656l-0.025 0.023zM776.32 660c5.875 6.447 14.307 10.477 23.68 10.477 17.658 0 31.975-14.302 32-31.954l0-0.002v-478.52c-0.040-35.316-28.678-63.93-64-63.93-17.666 0-33.66 7.157-45.24 18.731l-210.040 210c-5.744 5.783-9.294 13.751-9.294 22.549 0 8.266 3.134 15.8 8.279 21.478l-0.024-0.027z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-slash-fill"]},"attrs":[{}],"properties":{"order":29755,"id":977,"name":"cell-signal-slash-fill","prevSize":16,"code":59918},"setIdx":4,"setId":4,"iconIdx":270},{"icon":{"paths":["M588.84 692.68c2.899 2.896 4.693 6.899 4.693 11.32s-1.793 8.424-4.692 11.32l-0 0-16.84 16.68c-17.327 17.365-28.042 41.334-28.042 67.806 0 15.063 3.469 29.316 9.652 42.003l-0.25-0.569c0.911 1.949 1.443 4.233 1.443 6.64 0 8.837-7.163 16-16 16-0.001 0-0.002-0-0.003-0l-410.8 0c-0.003 0-0.006 0-0.010 0-27.585 0-51.093-17.451-60.088-41.916l-0.143-0.444c-2.212-6.291-3.49-13.546-3.49-21.098 0-18.379 7.568-34.991 19.757-46.889l0.013-0.013 638.68-638.76c11.581-11.579 27.579-18.74 45.25-18.74 9.905 0 19.284 2.25 27.654 6.267l-0.384-0.166c21.949 10.928 36.765 33.208 36.765 58.948 0 0.272-0.002 0.543-0.005 0.814l0-0.041v335.32c0 0.043 0.001 0.095 0.001 0.146 0 8.075-5.982 14.753-13.756 15.844l-0.084 0.010c-21.308 3.052-39.942 12.73-54.166 26.846l0.006-0.006-16.8 16.8c-2.896 2.899-6.899 4.693-11.32 4.693s-8.424-1.793-11.32-4.692l-0-0-16.56-16.8c-17.376-17.391-41.388-28.148-67.912-28.148-25.862 0-49.336 10.227-66.597 26.857l0.030-0.029c-38.76 37.32-37.84 100.56 0 138.6zM781.24 704l73.4-73.4c5.786-5.791 9.364-13.787 9.364-22.62 0-17.675-14.329-32.004-32.004-32.004-8.843 0-16.847 3.586-22.64 9.383l-73.36 73.36-73.4-73.36c-5.727-5.449-13.492-8.801-22.041-8.801-17.673 0-32 14.327-32 32 0 8.548 3.352 16.314 8.813 22.054l-0.013-0.013 73.36 73.4-73.4 73.36c-5.797 5.793-9.384 13.797-9.384 22.64 0 17.675 14.329 32.004 32.004 32.004 8.833 0 16.829-3.578 22.62-9.364l73.44-73.4 73.4 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-x-fill"]},"attrs":[{}],"properties":{"order":29756,"id":976,"name":"cell-signal-x-fill","prevSize":16,"code":59919},"setIdx":4,"setId":4,"iconIdx":271},{"icon":{"paths":["M928 355.44v-131.44c0-35.346-28.654-64-64-64v0h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h448v96c-0 0.007-0 0.015-0 0.023 0 17.673 14.327 32 32 32 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.88 113.68 56.88c4.172 2.133 9.1 3.383 14.32 3.383 17.673 0 32-14.327 32-32 0-0.008-0-0.016-0-0.024l0 0.001v-227.44c39.575-40.291 64.005-95.572 64.005-156.56s-24.43-116.269-64.038-156.593l0.033 0.033zM512 576h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h224c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM512 448h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h224c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM864 844.24l-81.68-40.88c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-81.68 40.88v-129.88c28.094 13.657 61.115 21.64 96 21.64s67.906-7.983 97.335-22.222l-1.335 0.582zM768 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["certificate-fill"]},"attrs":[{}],"properties":{"order":29757,"id":975,"name":"certificate-fill","prevSize":16,"code":59920},"setIdx":4,"setId":4,"iconIdx":272},{"icon":{"paths":["M832 544h-128v-128h64c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h64v128h-128c-35.346 0-64 28.654-64 64v0 64c0 35.346 28.654 64 64 64v0h32v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h448v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h32c35.346 0 64-28.654 64-64v0-64c0-35.346-28.654-64-64-64v0zM640 544h-256v-128h256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chair-fill"]},"attrs":[{}],"properties":{"order":29758,"id":974,"name":"chair-fill","prevSize":16,"code":59921},"setIdx":4,"setId":4,"iconIdx":273},{"icon":{"paths":["M960 768h-32v-544c0-35.346-28.654-64-64-64v0h-704c-35.346 0-64 28.654-64 64v0 544h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 768h-288v-64c0-17.673 14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0zM864 576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288h-576v448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chalkboard-fill"]},"attrs":[{}],"properties":{"order":29759,"id":973,"name":"chalkboard-fill","prevSize":16,"code":59922},"setIdx":4,"setId":4,"iconIdx":274},{"icon":{"paths":["M960 768h-32v-544c0-35.346-28.654-64-64-64v0h-704c-35.346 0-64 28.654-64 64v0 544h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM800 768h-288v-64c0-17.673 14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chalkboard-simple-fill"]},"attrs":[{}],"properties":{"order":29760,"id":972,"name":"chalkboard-simple-fill","prevSize":16,"code":59923},"setIdx":4,"setId":4,"iconIdx":275},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h53.56c0.003 0 0.007 0 0.010 0 12.688 0 23.651-7.384 28.826-18.089l0.083-0.191c31.527-65.449 97.342-109.812 173.52-109.812s141.993 44.364 173.021 108.664l0.499 1.148c5.259 10.896 16.222 18.28 28.91 18.28 0.004 0 0.007-0 0.011-0l245.559 0c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM416 672c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0zM864 800h-226.28c-14.492-24.719-31.987-45.832-52.356-63.755l-0.284-0.245h182.92c17.673 0 32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32v0 384c-0 0.005-0 0.010-0 0.016 0 14.83 10.088 27.304 23.777 30.934l0.223 0.050c-21.145 18.389-39.008 39.845-53.070 63.801l-0.65 1.199h-34.28v-576h704z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chalkboard-teacher-fill"]},"attrs":[{}],"properties":{"order":29761,"id":971,"name":"chalkboard-teacher-fill","prevSize":16,"code":59924},"setIdx":4,"setId":4,"iconIdx":276},{"icon":{"paths":["M599.64 54.12c-4.296-12.947-16.295-22.12-30.437-22.12-0.001 0-0.002 0-0.004 0l-178.36-0c-0.001-0-0.002-0-0.003-0-14.142 0-26.141 9.173-30.371 21.894l-0.065 0.226c-21.403 65.334-41.148 145.755-55.314 228.084l-1.526 10.716c-29.040 177-17.4 303.040 34.6 374.64 25.409 35.525 64.285 60.020 109.018 66.030l0.822 0.090v194.32h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-194.32c45.564-6.070 84.45-30.574 109.511-65.635l0.329-0.485c52-71.6 63.68-197.64 34.64-374.64-15.692-93.045-35.437-173.466-60.36-251.575l3.52 12.775zM375.2 256c12-62.32 26.92-119.24 39.16-160h131.32c12.24 40.76 27.080 97.68 39.2 160zM928 208c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 80c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM832 400c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["champagne-fill"]},"attrs":[{}],"properties":{"order":29762,"id":970,"name":"champagne-fill","prevSize":16,"code":59925},"setIdx":4,"setId":4,"iconIdx":277},{"icon":{"paths":["M964 278.64l-77.36-77.28c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 77.28 77.36c5.762 5.768 9.333 13.724 9.36 22.515l0 0.005v325.48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-53.019-42.981-96-96-96v0h-64v-192c0-53.019-42.981-96-96-96v0h-320c-53.019 0-96 42.981-96 96v0 608h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h640c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-352h64c17.673 0 32 14.327 32 32v0 160c0 53.019 42.981 96 96 96s96-42.981 96-96v0-325.48c0-0.108 0.001-0.236 0.001-0.363 0-26.373-10.702-50.247-27.999-67.515l-0.001-0.001zM541.72 524l-64 160c-4.88 11.856-16.343 20.051-29.72 20.051-17.701 0-32.051-14.35-32.051-32.051 0-4.325 0.856-8.449 2.409-12.213l-0.078 0.213 46.44-116h-80.72c-0.016 0-0.036 0-0.055 0-17.673 0-32-14.327-32-32 0-4.325 0.858-8.449 2.413-12.213l-0.078 0.213 64-160c4.88-11.856 16.343-20.051 29.72-20.051 17.701 0 32.051 14.35 32.051 32.051 0 4.325-0.856 8.449-2.409 12.213l0.078-0.213-46.44 116h80.72c0.016-0 0.036-0 0.055-0 17.673 0 32 14.327 32 32 0 4.325-0.858 8.449-2.413 12.213l0.078-0.213z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["charging-station-fill"]},"attrs":[{}],"properties":{"order":29763,"id":969,"name":"charging-station-fill","prevSize":16,"code":59926},"setIdx":4,"setId":4,"iconIdx":278},{"icon":{"paths":["M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-256c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0 256h64v-448c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0 448h64v-640c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 640h32c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-bar-fill"]},"attrs":[{}],"properties":{"order":29764,"id":968,"name":"chart-bar-fill","prevSize":16,"code":59927},"setIdx":4,"setId":4,"iconIdx":279},{"icon":{"paths":["M896 448v128c0 17.673-14.327 32-32 32v0h-672v64h352c17.673 0 32 14.327 32 32v0 96c0 17.673-14.327 32-32 32v0h-352v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h480c17.673 0 32 14.327 32 32v0 96c0 17.673-14.327 32-32 32v0h-480v64h672c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-bar-horizontal-fill"]},"attrs":[{}],"properties":{"order":29765,"id":967,"name":"chart-bar-horizontal-fill","prevSize":16,"code":59928},"setIdx":4,"setId":4,"iconIdx":280},{"icon":{"paths":["M99 462.16c10.142-82.872 43.688-156.459 93.737-215.643l-0.497 0.603c11.823-14.185 29.497-23.146 49.264-23.146 17.674 0 33.674 7.164 45.256 18.746l0 0 110.68 113.040c11.518 11.493 18.645 27.384 18.645 44.939 0 13.88-4.455 26.719-12.012 37.167l0.128-0.186c-6.326 8.872-11.386 19.185-14.619 30.277l-0.181 0.723c-2.065 6.602-8.122 11.311-15.279 11.32l-0.001 0h-259.2c-0.008 0-0.017 0-0.026 0-8.837 0-16-7.163-16-16 0-0.648 0.039-1.288 0.114-1.916l-0.007 0.076zM549.56 96.24c-1.666-0.154-3.603-0.242-5.56-0.242-35.346 0-64 28.654-64 64 0 0.001 0 0.001 0 0.002l-0-0v162.68c-0.001 0.138-0.002 0.301-0.002 0.465 0 31.35 22.74 57.389 52.625 62.522l0.376 0.053c61.167 10.368 107.165 62.959 107.165 126.293 0 55.47-35.284 102.699-84.633 120.467l-0.892 0.281c-6.262 2.348-10.638 8.283-10.64 15.24l-0 0v260.92c-0 0.032-0 0.069-0 0.106 0 8.837 7.163 16 16 16 0.648 0 1.288-0.039 1.916-0.114l-0.076 0.007c204.993-26.034 362.424-197.571 366.155-406.62l0.005-0.38c3-217.16-163.24-402.4-378.44-421.68zM469 632.64c-36.313-13.215-64.421-41.349-77.317-76.79l-0.283-0.89c-2.241-6.382-8.185-10.89-15.192-10.96l-0.008-0h-261.32c-0.030-0-0.066-0-0.102-0-8.837 0-16 7.163-16 16 0 0.634 0.037 1.26 0.109 1.875l-0.007-0.075c23.725 190.325 172.955 339.555 361.242 363.072l2.038 0.208c0.54 0.065 1.166 0.102 1.8 0.102 8.837 0 16-7.163 16-16 0-0.036-0-0.071-0-0.107l0 0.005v-261.080c0-0.009 0-0.020 0-0.031 0-7.071-4.53-13.084-10.846-15.295l-0.114-0.035z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-donut-fill"]},"attrs":[{}],"properties":{"order":29766,"id":966,"name":"chart-donut-fill","prevSize":16,"code":59929},"setIdx":4,"setId":4,"iconIdx":281},{"icon":{"paths":["M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32v0-640c0-17.673 14.327-32 32-32s32 14.327 32 32v0 50.76l224 224 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 185.36 185.4 57.36-57.4c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v160c0 17.673-14.327 32-32 32v0h-160c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l57.4-57.36-162.76-162.76-105.36 105.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-201.36-201.4v466.76h736c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-line-down-fill"]},"attrs":[{}],"properties":{"order":29767,"id":965,"name":"chart-line-down-fill","prevSize":16,"code":59930},"setIdx":4,"setId":4,"iconIdx":282},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32s32 14.327 32 32v0 251.68l139.52-116.28c5.507-4.614 12.669-7.417 20.486-7.417 6.617 0 12.765 2.009 17.868 5.449l-0.114-0.072 172 114.76 173.64-144.72c5.507-4.61 12.667-7.409 20.48-7.409 17.678 0 32.009 14.331 32.009 32.009 0 9.865-4.463 18.687-11.479 24.559l-0.050 0.041-192 160c-5.507 4.614-12.669 7.417-20.486 7.417-6.617 0-12.765-2.009-17.868-5.449l0.114 0.072-172-114.76-162.12 135.12v81z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-line-fill"]},"attrs":[{}],"properties":{"order":29768,"id":964,"name":"chart-line-fill","prevSize":16,"code":59931},"setIdx":4,"setId":4,"iconIdx":283},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 768h-576c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32s32 14.327 32 32v0 306.76l137.36-137.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l73.36 73.4 178.76-178.76h-82.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-82.76l-201.36 201.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-73.36-73.4-160 160v18.76h544c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-line-up-fill"]},"attrs":[{}],"properties":{"order":29769,"id":963,"name":"chart-line-up-fill","prevSize":16,"code":59932},"setIdx":4,"setId":4,"iconIdx":284},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 160c118.309 0.050 222.966 58.459 286.75 148.001l0.73 1.079-287.48 165.96zM512 864c-118.309-0.050-222.966-58.459-286.75-148.001l-0.73-1.079 607.040-350.44c20.459 43.27 32.404 94 32.404 147.52 0 194.391-157.575 351.979-351.962 352l-0.002 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-pie-fill"]},"attrs":[{}],"properties":{"order":29770,"id":962,"name":"chart-pie-fill","prevSize":16,"code":59933},"setIdx":4,"setId":4,"iconIdx":285},{"icon":{"paths":["M400 465.72c9.632-5.636 16-15.931 16-27.713 0-0.003-0-0.005-0-0.008l0 0v-288c-0.102-17.596-14.389-31.821-31.999-31.821-3.814 0-7.472 0.667-10.863 1.891l0.223-0.070c-162.982 58.904-277.365 212.289-277.365 392.389 0 26.733 2.52 52.877 7.336 78.208l-0.411-2.598c1.974 10.392 8.75 18.87 17.884 23.157l0.196 0.083c3.902 1.869 8.483 2.96 13.318 2.96 0.029 0 0.058-0 0.086-0l-0.004 0c0.004 0 0.008 0 0.012 0 5.886 0 11.401-1.589 16.139-4.362l-0.151 0.082zM352 198.48v221.040l-191.52 110.52c-0.48-6.040-0.48-12.12-0.48-18.040 0.123-135.968 77.213-253.902 190.046-312.595l1.954-0.925zM928 512c0 0.043 0 0.093 0 0.144 0 229.75-186.25 416-416 416-152.086 0-285.111-81.614-357.666-203.434l-1.054-1.91c-2.81-4.665-4.472-10.296-4.472-16.315 0-11.762 6.346-22.043 15.802-27.603l0.15-0.082 315.24-183.48v-367.32c0-17.673 14.327-32 32-32v0c152.272 0.080 285.411 81.921 357.904 203.999l1.056 1.921c0.44 0.64 0.84 1.28 1.24 1.96s0.8 1.48 1.16 2.2c34.358 58.979 54.64 129.818 54.64 205.394 0 0.185-0 0.37-0 0.555l0-0.029z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-pie-slice-fill"]},"attrs":[{}],"properties":{"order":29771,"id":961,"name":"chart-pie-slice-fill","prevSize":16,"code":59934},"setIdx":4,"setId":4,"iconIdx":286},{"icon":{"paths":["M480 798.16v110.96c0 0.032 0 0.069 0 0.106 0 8.837-7.163 16-16 16-0.648 0-1.288-0.039-1.916-0.114l0.076 0.007c-190.189-23.921-339.279-173.011-362.989-361.148l-0.211-2.052c-0.068-0.552-0.106-1.192-0.106-1.84 0-8.837 7.163-16 16-16 0.037 0 0.075 0 0.112 0l-0.006-0h110.88c15.602 133.604 120.546 238.52 252.813 253.952l1.347 0.128zM733.68 544h-189.68v189.68c98.256-14.737 174.943-91.424 189.527-188.444l0.153-1.236zM544 290.32v189.68h189.68c-14.737-98.256-91.424-174.943-188.444-189.527l-1.236-0.153zM909.12 544h-110.96c-15.567 133.638-120.522 238.593-252.812 254.032l-1.348 0.128v110.96c-0 0.032-0 0.069-0 0.106 0 8.837 7.163 16 16 16 0.648 0 1.288-0.039 1.916-0.114l-0.076 0.007c190.189-23.921 339.279-173.011 362.989-361.148l0.211-2.052c0.074-0.576 0.116-1.243 0.116-1.92 0-8.837-7.163-16-16-16-0.013 0-0.025 0-0.038 0l0.002-0zM798.16 480h110.96c0.032 0 0.069 0 0.106 0 8.837 0 16-7.163 16-16 0-0.648-0.039-1.288-0.114-1.916l0.007 0.076c-23.921-190.189-173.011-339.279-361.148-362.989l-2.052-0.211c-0.552-0.068-1.192-0.106-1.84-0.106-8.837 0-16 7.163-16 16 0 0.037 0 0.075 0 0.112l-0-0.006v110.88c133.604 15.602 238.52 120.546 253.952 252.813l0.128 1.347zM462.16 98.96c-190.189 23.921-339.279 173.011-362.989 361.148l-0.211 2.052c-0.068 0.552-0.106 1.192-0.106 1.84 0 8.837 7.163 16 16 16 0.037 0 0.075-0 0.112-0l-0.006 0h110.88c15.567-133.638 120.522-238.593 252.812-254.032l1.348-0.128v-110.96c0-0.008 0-0.017 0-0.026 0-8.837-7.163-16-16-16-0.648 0-1.288 0.039-1.916 0.114l0.076-0.007zM290.32 480h189.68v-189.68c-98.256 14.737-174.943 91.424-189.527 188.444l-0.153 1.236zM480 733.68v-189.68h-189.68c14.737 98.256 91.424 174.943 188.444 189.527l1.236 0.153z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-polar-fill"]},"attrs":[{}],"properties":{"order":29772,"id":960,"name":"chart-polar-fill","prevSize":16,"code":59935},"setIdx":4,"setId":4,"iconIdx":287},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM752 288c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM752 512c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM592 448c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM496 288c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM400 512c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM800 768h-576c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32s32 14.327 32 32v0 416h544c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-scatter-fill"]},"attrs":[{}],"properties":{"order":29773,"id":959,"name":"chart-scatter-fill","prevSize":16,"code":59936},"setIdx":4,"setId":4,"iconIdx":288},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0l238 0.24 59.12 96.68c11.385 18.755 31.698 31.094 54.892 31.094 23.096 0 43.334-12.234 54.589-30.575l0.159-0.279 59.36-97.16h237.88c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM336 528c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 528c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM688 528c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-centered-dots-fill"]},"attrs":[{}],"properties":{"order":29774,"id":958,"name":"chat-centered-dots-fill","prevSize":16,"code":59937},"setIdx":4,"setId":4,"iconIdx":289},{"icon":{"paths":["M928 224v512c0 35.346-28.654 64-64 64v0h-237.88l-59.36 97.16c-11.413 18.62-31.652 30.854-54.748 30.854-23.194 0-43.507-12.338-54.732-30.81l-0.16-0.284-59.12-96.68-238-0.24c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-centered-fill"]},"attrs":[{}],"properties":{"order":29775,"id":957,"name":"chat-centered-fill","prevSize":16,"code":59938},"setIdx":4,"setId":4,"iconIdx":290},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0l238 0.24 59.12 96.68c11.385 18.755 31.698 31.094 54.892 31.094 23.096 0 43.334-12.234 54.589-30.575l0.159-0.279 59.36-97.16h237.88c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM640 576h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM640 448h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-centered-text-fill"]},"attrs":[{}],"properties":{"order":29776,"id":956,"name":"chat-centered-text-fill","prevSize":16,"code":59939},"setIdx":4,"setId":4,"iconIdx":291},{"icon":{"paths":["M512 96c-0.027-0-0.059-0-0.091-0-229.75 0-416 186.25-416 416 0 71.565 18.071 138.91 49.9 197.72l-1.089-2.2-45.4 136.2c-2.084 6.042-3.287 13.004-3.287 20.247 0 35.346 28.654 64 64 64 7.243 0 14.205-1.203 20.698-3.421l-0.45 0.134 136.2-45.4c56.567 30.683 123.852 48.72 195.349 48.72 229.75 0 416-186.25 416-416 0-229.69-186.152-415.903-415.82-416l-0.009-0zM336 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM688 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-circle-dots-fill"]},"attrs":[{}],"properties":{"order":29777,"id":955,"name":"chat-circle-dots-fill","prevSize":16,"code":59940},"setIdx":4,"setId":4,"iconIdx":292},{"icon":{"paths":["M928 512c0 0.027 0 0.059 0 0.091 0 229.75-186.25 416-416 416-71.565 0-138.91-18.071-197.72-49.9l2.2 1.089-136.2 45.4c-6.042 2.084-13.004 3.287-20.247 3.287-35.346 0-64-28.654-64-64 0-7.243 1.203-14.205 3.421-20.698l-0.134 0.45 45.4-136.2c-30.683-56.567-48.72-123.852-48.72-195.349 0-229.75 186.25-416 416-416 229.69 0 415.903 186.152 416 415.82l0 0.009z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-circle-fill"]},"attrs":[{}],"properties":{"order":29778,"id":954,"name":"chat-circle-fill","prevSize":16,"code":59941},"setIdx":4,"setId":4,"iconIdx":293},{"icon":{"paths":["M512 96c-0.027-0-0.059-0-0.091-0-229.75 0-416 186.25-416 416 0 71.565 18.071 138.91 49.9 197.72l-1.089-2.2-45.4 136.2c-2.084 6.042-3.287 13.004-3.287 20.247 0 35.346 28.654 64 64 64 7.243 0 14.205-1.203 20.698-3.421l-0.45 0.134 136.2-45.4c56.567 30.683 123.852 48.72 195.349 48.72 229.75 0 416-186.25 416-416 0-229.69-186.152-415.903-415.82-416l-0.009-0zM640 608h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM640 480h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-circle-text-fill"]},"attrs":[{}],"properties":{"order":29779,"id":953,"name":"chat-circle-text-fill","prevSize":16,"code":59942},"setIdx":4,"setId":4,"iconIdx":294},{"icon":{"paths":["M864 192h-704c-35.346 0-64 28.654-64 64v0 640c-0.001 0.114-0.001 0.248-0.001 0.383 0 25.435 14.987 47.369 36.611 57.454l0.39 0.163c7.914 3.774 17.197 5.984 26.995 6l0.005 0c15.684-0.039 30.025-5.752 41.088-15.194l-0.088 0.074c0.197-0.13 0.367-0.275 0.518-0.438l0.002-0.002 128.48-112.44h534c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM336 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM688 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-dots-fill"]},"attrs":[{}],"properties":{"order":29780,"id":952,"name":"chat-dots-fill","prevSize":16,"code":59943},"setIdx":4,"setId":4,"iconIdx":295},{"icon":{"paths":["M928 256v512c0 35.346-28.654 64-64 64v0h-534l-128.32 112.44c-0.153 0.165-0.323 0.31-0.51 0.434l-0.010 0.006c-11.012 9.4-25.414 15.12-41.151 15.12-0.003 0-0.006-0-0.009-0l0.001 0c-9.866-0.018-19.204-2.258-27.547-6.247l0.387 0.167c-21.927-10.281-36.841-32.171-36.841-57.543 0-0.132 0-0.265 0.001-0.397l-0 0.020v-640c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-fill"]},"attrs":[{}],"properties":{"order":29781,"id":951,"name":"chat-fill","prevSize":16,"code":59944},"setIdx":4,"setId":4,"iconIdx":296},{"icon":{"paths":["M927.16 749.32c20.728-41.214 32.864-89.817 32.864-141.255 0-163.248-122.243-297.945-280.185-317.547l-1.56-0.158c-50.231-114.962-162.945-193.845-294.083-193.845-176.731 0-320 143.269-320 320 0 51.262 12.053 99.708 33.481 142.66l-0.837-1.854-30.64 107.28c-1.36 4.597-2.143 9.878-2.143 15.343 0 30.928 25.072 56 56 56 5.464 0 10.746-0.783 15.739-2.242l-0.396 0.099 107.28-30.64c29.929 15.048 64.721 25.809 101.438 30.362l1.562 0.158c50.108 115.251 162.969 194.38 294.312 194.38 51.466 0 100.095-12.15 143.174-33.738l-1.846 0.838 107.28 30.64c4.597 1.36 9.878 2.143 15.343 2.143 30.928 0 56-25.072 56-56 0-5.464-0.783-10.746-2.242-15.739l0.099 0.396zM862.12 754.68l30.2 105.64-105.64-30.2c-2.596-0.759-5.579-1.195-8.663-1.195-5.624 0-10.909 1.451-15.501 3.998l0.164-0.083c-35.373 19.612-77.567 31.155-122.456 31.155-94.991 0-177.91-51.689-222.164-128.474l-0.659-1.241c161.747-17.339 286.602-153.089 286.602-318 0-20.306-1.893-40.17-5.512-59.424l0.31 1.985c113.949 27.531 197.277 128.621 197.277 249.174 0 44.929-11.574 87.156-31.904 123.859l0.667-1.313c-2.478 4.439-3.937 9.738-3.937 15.378 0 3.113 0.445 6.123 1.274 8.968l-0.056-0.226z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chats-circle-fill"]},"attrs":[{}],"properties":{"order":29782,"id":950,"name":"chats-circle-fill","prevSize":16,"code":59945},"setIdx":4,"setId":4,"iconIdx":297},{"icon":{"paths":["M928 384c0-35.346-28.654-64-64-64v0h-128v-128c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 512c0.057 17.63 14.362 31.9 32 31.9 7.596 0 14.574-2.647 20.062-7.068l-0.062 0.048 140-112.88v120c0 35.346 28.654 64 64 64v0h374.36l149.64 120.88c5.416 4.409 12.392 7.089 19.993 7.12l0.007 0c17.673 0 32-14.327 32-32v0zM757.8 743.12c-5.416-4.409-12.392-7.089-19.993-7.12l-0.007-0h-385.8v-128h320c35.346 0 64-28.654 64-64v0-160h128v445z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chats-fill"]},"attrs":[{}],"properties":{"order":29783,"id":949,"name":"chats-fill","prevSize":16,"code":59946},"setIdx":4,"setId":4,"iconIdx":298},{"icon":{"paths":["M678.28 290.36c-50.126-115.21-162.966-194.305-294.28-194.305-176.712 0-319.968 143.237-320 319.942l-0 0.003v264c0 30.928 25.072 56 56 56v0h226.68c50.776 113.877 162.924 191.85 293.301 192l264.019 0c30.928 0 56-25.072 56-56v0-264c-0.033-163.214-122.251-297.872-280.159-317.482l-1.561-0.158zM896 864h-256c-94.933-0.112-177.777-51.767-222.060-128.481l-0.66-1.239c161.801-17.283 286.72-153.059 286.72-318.012 0-20.302-1.892-40.161-5.51-59.412l0.31 1.985c113.911 27.559 197.2 128.631 197.2 249.156 0 0.002-0 0.003-0 0.005l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chats-teardrop-fill"]},"attrs":[{}],"properties":{"order":29784,"id":948,"name":"chats-teardrop-fill","prevSize":16,"code":59947},"setIdx":4,"setId":4,"iconIdx":299},{"icon":{"paths":["M528 96c-220.813 0.25-399.75 179.187-400 399.976l-0 0.024v337.32c0.045 34.599 28.081 62.635 62.676 62.68l0.004 0h337.32c220.914 0 400-179.086 400-400s-179.086-400-400-400v0zM352 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM528 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM704 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-teardrop-dots-fill"]},"attrs":[{}],"properties":{"order":29785,"id":947,"name":"chat-teardrop-dots-fill","prevSize":16,"code":59948},"setIdx":4,"setId":4,"iconIdx":300},{"icon":{"paths":["M928 496c-0.25 220.813-179.187 399.75-399.976 400l-337.344 0c-34.599-0.045-62.635-28.081-62.68-62.676l-0-0.004v-337.32c0-220.914 179.086-400 400-400s400 179.086 400 400v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-teardrop-fill"]},"attrs":[{}],"properties":{"order":29786,"id":946,"name":"chat-teardrop-fill","prevSize":16,"code":59949},"setIdx":4,"setId":4,"iconIdx":301},{"icon":{"paths":["M528 96c-220.813 0.25-399.75 179.187-400 399.976l-0 0.024v337.32c0.045 34.599 28.081 62.635 62.676 62.68l0.004 0h337.32c220.914 0 400-179.086 400-400s-179.086-400-400-400v0zM640 608h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM640 480h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-teardrop-text-fill"]},"attrs":[{}],"properties":{"order":29787,"id":945,"name":"chat-teardrop-text-fill","prevSize":16,"code":59950},"setIdx":4,"setId":4,"iconIdx":302},{"icon":{"paths":["M864 192h-704c-35.346 0-64 28.654-64 64v0 640c-0.001 0.114-0.001 0.248-0.001 0.383 0 25.435 14.987 47.369 36.611 57.454l0.39 0.163c7.914 3.774 17.197 5.984 26.995 6l0.005 0c15.684-0.039 30.025-5.752 41.088-15.194l-0.088 0.074c0.197-0.13 0.367-0.275 0.518-0.438l0.002-0.002 128.48-112.44h534c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM640 608h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM640 480h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-text-fill"]},"attrs":[{}],"properties":{"order":29788,"id":944,"name":"chat-text-fill","prevSize":16,"code":59951},"setIdx":4,"setId":4,"iconIdx":303},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM694.64 438.64l-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-circle-fill"]},"attrs":[{}],"properties":{"order":29789,"id":943,"name":"check-circle-fill","prevSize":16,"code":59952},"setIdx":4,"setId":4,"iconIdx":304},{"icon":{"paths":["M973.32 363.64l-513.64 513.6c-11.582 11.585-27.584 18.75-45.26 18.75s-33.678-7.166-45.26-18.75l-0-0-286.48-288c-11.561-11.578-18.71-27.564-18.71-45.22s7.149-33.642 18.711-45.221l-0.001 0.001 96-96c11.582-11.585 27.585-18.751 45.261-18.751 17.556 0 33.462 7.069 45.025 18.516l-0.005-0.005 147 141.52 370.92-365.48c11.572-11.525 27.534-18.651 45.16-18.651s33.588 7.125 45.162 18.653l-0.002-0.002 96 94.24c11.704 11.602 18.951 27.684 18.951 45.46 0 17.716-7.198 33.75-18.829 45.338l-0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-fat-fill"]},"attrs":[{}],"properties":{"order":29790,"id":942,"name":"check-fat-fill","prevSize":16,"code":59953},"setIdx":4,"setId":4,"iconIdx":305},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM822.64 342.64l-384 384c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-160-160c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l137.36 137.4 361.36-361.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-fill"]},"attrs":[{}],"properties":{"order":29791,"id":941,"name":"check-fill","prevSize":16,"code":59954},"setIdx":4,"setId":4,"iconIdx":306},{"icon":{"paths":["M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM320 640c-0.007 0-0.016 0-0.025 0-8.83 0-16.825-3.577-22.615-9.36l0 0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378h0l73.36 73.4 201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-224 224c-5.79 5.783-13.785 9.36-22.615 9.36-0.009 0-0.018-0-0.027-0l0.001 0zM854.64 406.64l-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-64-64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4 201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["checks-fill"]},"attrs":[{}],"properties":{"order":29792,"id":940,"name":"checks-fill","prevSize":16,"code":59955},"setIdx":4,"setId":4,"iconIdx":307},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM694.64 438.64l-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-square-fill"]},"attrs":[{}],"properties":{"order":29793,"id":939,"name":"check-square-fill","prevSize":16,"code":59956},"setIdx":4,"setId":4,"iconIdx":308},{"icon":{"paths":["M502.64 662.64l-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v0l73.36 73.4 201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM832 128h-640c-35.346 0-64 28.654-64 64v0 432.92c-0 0.025-0 0.055-0 0.084 0 8.837 7.163 16 16 16 0.578 0 1.148-0.031 1.71-0.090l-0.070 0.006c4.324-0.518 9.331-0.813 14.407-0.813 35.328 0 67.313 14.312 90.474 37.454l-0.001-0.001c1.399 1.41 3.338 2.282 5.48 2.282s4.081-0.873 5.48-2.282l0-0 128-128c23.166-23.166 55.17-37.495 90.52-37.495 70.701 0 128.015 57.314 128.015 128.015 0 35.35-14.329 67.354-37.495 90.52l-138.2 138.16c-2.899 2.896-4.693 6.899-4.693 11.32 0 8.837 7.163 16 16 16 0.004 0 0.009-0 0.013-0l388.359 0c35.346 0 64-28.654 64-64v0-640.080c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-square-offset-fill"]},"attrs":[{}],"properties":{"order":29794,"id":938,"name":"check-square-offset-fill","prevSize":16,"code":59957},"setIdx":4,"setId":4,"iconIdx":309},{"icon":{"paths":["M912.48 580.56l-144.48-86.68v-77.88c0.001-0.085 0.001-0.186 0.001-0.286 0-11.783-6.368-22.078-15.85-27.632l-0.151-0.082-208-118.56v-77.44h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v77.44l-208 118.76c-9.633 5.636-16.001 15.931-16.001 27.714 0 0.101 0 0.201 0.001 0.302l-0-0.015v77.88l-144.48 86.48c-9.362 5.696-15.52 15.844-15.52 27.43 0 0.003 0 0.007 0 0.010l-0-0.001v256c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-192c0-35.346 28.654-64 64-64s64 28.654 64 64v0 192c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-256c0-0.003 0-0.006 0-0.010 0-11.586-6.158-21.734-15.379-27.35l-0.141-0.080zM256 832h-96v-205.88l96-57.6zM864 832h-96v-263.48l96 57.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["church-fill"]},"attrs":[{}],"properties":{"order":29795,"id":937,"name":"church-fill","prevSize":16,"code":59958},"setIdx":4,"setId":4,"iconIdx":310},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM730.36 276c5.613-4.974 13.042-8.012 21.179-8.012 9.531 0 18.089 4.167 23.952 10.779l0.029 0.033c30.38 34.161 54.383 74.758 69.663 119.403l0.737 2.477c1.049 3.031 1.655 6.525 1.655 10.16 0 17.681-14.334 32.015-32.015 32.015-14.046 0-25.98-9.046-30.293-21.63l-0.067-0.225c-13.055-38.664-32.702-71.98-57.856-100.294l0.256 0.294c-4.937-5.603-7.95-13.004-7.95-21.11 0-9.484 4.125-18.003 10.679-23.863l0.031-0.027zM293.64 748.2c-5.613 4.974-13.042 8.012-21.179 8.012-9.531 0-18.089-4.167-23.952-10.779l-0.029-0.033c-30.38-34.161-54.383-74.758-69.663-119.403l-0.737-2.477c-1.049-3.031-1.655-6.525-1.655-10.16 0-17.681 14.334-32.015 32.015-32.015 14.046 0 25.98 9.046 30.293 21.63l0.067 0.225c13.080 38.588 32.723 71.835 57.854 100.091l-0.254-0.291c4.997 5.619 8.049 13.064 8.049 21.222 0 9.53-4.166 18.087-10.776 23.949l-0.033 0.029zM296.4 321c-24.898 28.019-44.544 61.336-57.002 97.975l-0.598 2.025c-4.38 12.809-16.314 21.855-30.36 21.855-17.681 0-32.015-14.334-32.015-32.015 0-3.635 0.606-7.129 1.722-10.385l-0.067 0.225c16.017-47.122 40.020-87.719 70.712-122.237l-0.312 0.357c5.896-6.651 14.461-10.822 24-10.822 17.686 0 32.022 14.337 32.022 32.022 0 8.146-3.042 15.582-8.052 21.233l0.029-0.033zM582.36 857c-21.152 4.527-45.453 7.12-70.36 7.12s-49.208-2.593-72.649-7.523l2.289 0.403c-14.577-3.188-25.329-15.987-25.329-31.297 0-17.673 14.327-32 32-32 2.14 0 4.23 0.21 6.252 0.61l-0.203-0.034c17.328 3.701 37.237 5.82 57.64 5.82s40.312-2.119 59.517-6.15l-1.877 0.33c1.819-0.367 3.909-0.577 6.049-0.577 17.673 0 32 14.327 32 32 0 15.31-10.752 28.109-25.117 31.258l-0.212 0.039zM607.36 205c-3.144 14.632-15.97 25.44-31.32 25.44-0.014 0-0.028-0-0.042-0l0.002 0c-0.023 0-0.049 0-0.076 0-2.239 0-4.423-0.233-6.53-0.676l0.206 0.036c-17.328-3.701-37.237-5.82-57.64-5.82s-40.312 2.119-59.517 6.15l1.877-0.33c-2.005 0.447-4.308 0.703-6.671 0.703-17.673 0-32-14.327-32-32 0-15.533 11.068-28.482 25.748-31.39l0.203-0.034c21.152-4.521 45.454-7.11 70.36-7.11s49.208 2.589 72.651 7.513l-2.291-0.403c14.748 3.051 25.677 15.934 25.677 31.369 0 2.248-0.232 4.442-0.673 6.559l0.036-0.208zM845.92 623.72c-16.017 47.122-40.020 87.719-70.712 122.237l0.312-0.357c-5.896 6.651-14.461 10.822-24 10.822-17.686 0-32.022-14.337-32.022-32.022 0-8.146 3.042-15.582 8.052-21.233l-0.029 0.033c24.877-27.965 44.52-61.212 57-97.776l0.6-2.024c4.38-12.809 16.314-21.855 30.36-21.855 17.681 0 32.015 14.334 32.015 32.015 0 3.635-0.606 7.129-1.722 10.385l0.067-0.225z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-dashed-fill"]},"attrs":[{}],"properties":{"order":29796,"id":936,"name":"circle-dashed-fill","prevSize":16,"code":59959},"setIdx":4,"setId":4,"iconIdx":311},{"icon":{"paths":["M928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.631 0.296 415.704 186.369 416 415.972l0 0.028z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-fill"]},"attrs":[{}],"properties":{"order":29797,"id":935,"name":"circle-fill","prevSize":16,"code":59960},"setIdx":4,"setId":4,"iconIdx":312},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM160 512c0.228-194.313 157.687-351.772 351.978-352l0.022-0v704c-194.313-0.228-351.772-157.687-352-351.978l-0-0.022z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-half-fill"]},"attrs":[{}],"properties":{"order":29798,"id":934,"name":"circle-half-fill","prevSize":16,"code":59961},"setIdx":4,"setId":4,"iconIdx":313},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM160 512c0.116-194.317 157.667-351.797 352-351.797 97.152 0 185.111 39.358 248.803 102.999l-0.003-0.003-497.6 497.6c-63.754-63.564-103.2-151.478-103.2-248.605 0-0.069 0-0.137 0-0.205l-0 0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-half-tilt-fill"]},"attrs":[{}],"properties":{"order":29799,"id":933,"name":"circle-half-tilt-fill","prevSize":16,"code":59962},"setIdx":4,"setId":4,"iconIdx":314},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 800c-0.013 0-0.028 0-0.043 0-159.058 0-288-128.942-288-288 0-106.056 57.326-198.723 142.683-248.704l1.36-0.736c4.412-2.442 9.673-3.879 15.27-3.879 17.673 0 32 14.327 32 32 0 11.484-6.049 21.554-15.134 27.2l-0.136 0.079c-67.427 39.451-112 111.515-112 193.99 0 123.712 100.288 224 224 224s224-100.288 224-224c0-82.475-44.573-154.539-110.943-193.417l-1.057-0.572c-9.221-5.724-15.27-15.795-15.27-27.279 0-17.673 14.327-32 32-32 5.597 0 10.858 1.437 15.435 3.962l-0.165-0.083c86.716 50.717 144.043 143.384 144.043 249.44 0 159.058-128.942 288-288 288-0.015 0-0.030-0-0.045-0l0.002 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-notch-fill"]},"attrs":[{}],"properties":{"order":29800,"id":932,"name":"circle-notch-fill","prevSize":16,"code":59963},"setIdx":4,"setId":4,"iconIdx":315},{"icon":{"paths":["M480 320c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM704 480c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0zM320 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM704 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circles-four-fill"]},"attrs":[{}],"properties":{"order":29801,"id":931,"name":"circles-four-fill","prevSize":16,"code":59964},"setIdx":4,"setId":4,"iconIdx":316},{"icon":{"paths":["M512 480c-97.202 0-176-78.798-176-176s78.798-176 176-176c97.202 0 176 78.798 176 176v0c-0.114 97.156-78.844 175.886-175.989 176l-0.011 0zM752 512c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0zM272 512c-97.202 0-176 78.798-176 176s78.798 176 176 176c97.202 0 176-78.798 176-176v0c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circles-three-fill"]},"attrs":[{}],"properties":{"order":29802,"id":930,"name":"circles-three-fill","prevSize":16,"code":59965},"setIdx":4,"setId":4,"iconIdx":317},{"icon":{"paths":["M480 320c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM704 480c88.366 0 160-71.634 160-160s-71.634-160-160-160c-88.366 0-160 71.634-160 160v0c0 88.366 71.634 160 160 160v0zM320 544c-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160v0c0-88.366-71.634-160-160-160v0zM832 672h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circles-three-plus-fill"]},"attrs":[{}],"properties":{"order":29803,"id":929,"name":"circles-three-plus-fill","prevSize":16,"code":59966},"setIdx":4,"setId":4,"iconIdx":318},{"icon":{"paths":["M352 445.24l192 192v242.76c0 8.837-7.163 16-16 16v0h-336c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h80c8.837 0 16 7.163 16 16v0 469.52c-37.605 13.577-64 48.961-64 90.51 0 53.019 42.981 96 96 96s96-42.981 96-96c0-41.549-26.395-76.933-63.332-90.298l-0.668-0.211zM320 736c17.673 0 32-14.327 32-32s-14.327-32-32-32c-17.673 0-32 14.327-32 32v0c0 17.673 14.327 32 32 32v0zM736 416c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 17.673 14.327 32 32 32v0c17.673 0 32-14.327 32-32v0zM832 128h-208c-8.837 0-16 7.163-16 16v0 130.76l54.64 54.64c12.105-5.917 26.34-9.377 41.383-9.377 53.019 0 96 42.981 96 96s-42.981 96-96 96c-53.019 0-96-42.981-96-96 0-15.043 3.46-29.278 9.628-41.952l-0.25 0.57-64-64c-5.804-5.79-9.396-13.795-9.4-22.639l-0-0.001v-144c0-8.837-7.163-16-16-16v0h-160c-8.837 0-16 7.163-16 16v0 210.76l246.64 246.6c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v256c0 8.837 7.163 16 16 16v0h208c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circuitry-fill"]},"attrs":[{}],"properties":{"order":29804,"id":928,"name":"circuitry-fill","prevSize":16,"code":59967},"setIdx":4,"setId":4,"iconIdx":319},{"icon":{"paths":["M800 128h-145.040c-35.255-39.349-86.23-63.994-142.96-63.994s-107.705 24.645-142.8 63.813l-0.16 0.181h-145.040c-35.346 0-64 28.654-64 64v0 672c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-672c0-35.346-28.654-64-64-64v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clipboard-fill"]},"attrs":[{}],"properties":{"order":29805,"id":927,"name":"clipboard-fill","prevSize":16,"code":59968},"setIdx":4,"setId":4,"iconIdx":320},{"icon":{"paths":["M800 128h-145.040c-35.255-39.349-86.23-63.994-142.96-63.994s-107.705 24.645-142.8 63.813l-0.16 0.181h-145.040c-35.346 0-64 28.654-64 64v0 672c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-672c0-35.346-28.654-64-64-64v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM640 640h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM640 512h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clipboard-text-fill"]},"attrs":[{}],"properties":{"order":29806,"id":926,"name":"clipboard-text-fill","prevSize":16,"code":59969},"setIdx":4,"setId":4,"iconIdx":321},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM736 544h-146.76l105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-160-160c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l223.999-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-afternoon-fill"]},"attrs":[{}],"properties":{"order":29807,"id":925,"name":"clock-afternoon-fill","prevSize":16,"code":59970},"setIdx":4,"setId":4,"iconIdx":322},{"icon":{"paths":["M544 320v173.88l144.48 86.68c9.367 5.697 15.528 15.849 15.528 27.44 0 17.678-14.331 32.008-32.008 32.008-6.087 0-11.777-1.699-16.621-4.648l0.141 0.080-160-96c-9.362-5.696-15.52-15.844-15.52-27.43 0-0.003 0-0.007 0-0.010l-0 0.001v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM908.24 226.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-49.36 49.48c-12.92-14.040-26.24-28-40.4-42.36-69.492-69.499-165.498-112.486-271.544-112.486-212.077 0-384 171.923-384 384s171.923 384 384 384c102.124 0 194.938-39.866 263.726-104.885l-0.182 0.171c6.183-5.852 10.031-14.117 10.031-23.28 0-17.69-14.341-32.031-32.031-32.031-8.527 0-16.275 3.332-22.015 8.764l0.015-0.014c-57.171 54.036-134.513 87.255-219.613 87.255-176.731 0-320-143.269-320-320s143.269-320 320-320c88.315 0 168.275 35.776 226.175 93.627l-0.002-0.002c14.16 14.32 27.48 28.4 40.44 42.52l-65.24 65.24c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0c17.673 0 32-14.327 32-32v0-160c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-clockwise-fill"]},"attrs":[{}],"properties":{"order":29808,"id":924,"name":"clock-clockwise-fill","prevSize":16,"code":59971},"setIdx":4,"setId":4,"iconIdx":323},{"icon":{"paths":["M832 384c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM784 288c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM898.64 512c-0.788-0.069-1.704-0.108-2.63-0.108-16.74 0-30.477 12.854-31.882 29.229l-0.008 0.119c-15.983 181.298-167.109 322.417-351.196 322.417-194.669 0-352.48-157.811-352.48-352.48 0-184.008 140.999-335.085 320.849-351.080l1.347-0.097c16.56-1.407 29.469-15.196 29.469-32 0-17.733-14.376-32.109-32.109-32.109-0.929 0-1.849 0.039-2.759 0.117l0.119-0.008c-214.138 18.969-380.788 197.497-380.788 414.948 0 230.016 186.464 416.48 416.48 416.48 217.451 0 395.979-166.65 414.834-379.2l0.114-1.588c0.075-0.821 0.117-1.775 0.117-2.74 0-16.785-12.924-30.552-29.363-31.893l-0.114-0.007zM512 224c159.058 0 288 128.942 288 288s-128.942 288-288 288c-159.058 0-288-128.942-288-288v0c0.182-158.985 129.015-287.818 287.983-288l0.017-0zM480 512c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0zM640 192c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-countdown-fill"]},"attrs":[{}],"properties":{"order":29809,"id":923,"name":"clock-countdown-fill","prevSize":16,"code":59972},"setIdx":4,"setId":4,"iconIdx":324},{"icon":{"paths":["M896 512c0 0.003 0 0.006 0 0.009 0 212.077-171.923 384-384 384-102.132 0-194.952-39.872-263.742-104.9l0.182 0.17c-6.183-5.852-10.031-14.117-10.031-23.28 0-17.69 14.341-32.031 32.031-32.031 8.527 0 16.275 3.332 22.015 8.764l-0.015-0.014c57.169 54.025 134.502 87.236 219.592 87.236 176.731 0 320-143.269 320-320s-143.269-320-320-320c-88.385 0-168.4 35.833-226.312 93.763l-0.001 0.001c-14.12 14.28-27.4 28.32-40.32 42.28l65.24 65.36c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-159.999 0c-17.673 0-32-14.327-32-32v0-160c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l49.36 49.44c12.88-13.96 26.16-28 40.24-42.2 69.513-69.628 165.606-112.702 271.76-112.702 212.077 0 384 171.923 384 384 0 0.036-0 0.072-0 0.107l0-0.005zM512 288c-17.673 0-32 14.327-32 32v0 192c-0 0.003-0 0.006-0 0.010 0 11.586 6.158 21.734 15.379 27.35l0.141 0.080 160 96c4.703 2.87 10.393 4.568 16.48 4.568 17.678 0 32.008-14.331 32.008-32.008 0-11.591-6.161-21.743-15.387-27.36l-0.141-0.080-144.48-86.68v-173.88c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-counter-clockwise-fill"]},"attrs":[{}],"properties":{"order":29810,"id":922,"name":"clock-counter-clockwise-fill","prevSize":16,"code":59973},"setIdx":4,"setId":4,"iconIdx":325},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM736 544h-224c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-fill"]},"attrs":[{}],"properties":{"order":29811,"id":921,"name":"clock-fill","prevSize":16,"code":59974},"setIdx":4,"setId":4,"iconIdx":326},{"icon":{"paths":["M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM464 650.56c-22.95 13.479-50.549 21.44-80.007 21.44-88.366 0-160-71.634-160-160s71.634-160 160-160c29.458 0 57.057 7.961 80.762 21.849l-0.755-0.409c10.040 5.532 16.73 16.045 16.73 28.121 0 17.673-14.327 32-32 32-6.19 0-11.969-1.757-16.866-4.8l0.136 0.079c-13.76-8.073-30.305-12.84-47.963-12.84-53.019 0-96 42.981-96 96s42.981 96 96 96c17.658 0 34.202-4.767 48.416-13.085l-0.454 0.245c4.412-2.442 9.673-3.879 15.27-3.879 17.673 0 32 14.327 32 32 0 11.484-6.049 21.554-15.134 27.2l-0.136 0.079zM784 650.56c-22.95 13.479-50.549 21.44-80.007 21.44-88.366 0-160-71.634-160-160s71.634-160 160-160c29.458 0 57.057 7.961 80.762 21.849l-0.755-0.409c10.040 5.532 16.73 16.045 16.73 28.121 0 17.673-14.327 32-32 32-6.19 0-11.969-1.757-16.866-4.8l0.136 0.079c-13.76-8.073-30.305-12.84-47.963-12.84-53.019 0-96 42.981-96 96s42.981 96 96 96c17.658 0 34.202-4.767 48.416-13.085l-0.454 0.245c4.412-2.442 9.673-3.879 15.27-3.879 17.673 0 32 14.327 32 32 0 11.484-6.049 21.554-15.134 27.2l-0.136 0.079z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["closed-captioning-fill"]},"attrs":[{}],"properties":{"order":29812,"id":920,"name":"closed-captioning-fill","prevSize":16,"code":59975},"setIdx":4,"setId":4,"iconIdx":327},{"icon":{"paths":["M991.72 498.080c-7.28-187.92-163.44-338.080-351.48-338.080-137.109 0.022-255.92 78.342-314.156 192.681l-0.924 1.999c-23.327 45.503-37.045 99.256-37.16 156.202l-0 0.038c0.002 0.148 0.004 0.323 0.004 0.497 0 17.016-12.989 30.998-29.592 32.572l-0.131 0.010c-0.682 0.052-1.478 0.081-2.28 0.081-17.673 0-32-14.327-32-32 0-0.029 0-0.057 0-0.086l-0 0.004c-0-0.093-0-0.203-0-0.313 0-46.998 7.819-92.169 22.228-134.285l-0.867 2.918c0.549-1.548 0.867-3.334 0.867-5.194 0-8.837-7.163-16-16-16-1.373 0-2.706 0.173-3.977 0.498l0.111-0.024c-112.391 28.706-194.192 128.977-194.36 248.381l-0 0.019c0 140.76 119 256 260 256h348c194.44-0.216 351.981-157.89 351.981-352.36 0-4.769-0.095-9.516-0.282-14.238l0.021 0.678zM758.64 662.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4v-242.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 242.76l73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-arrow-down-fill"]},"attrs":[{}],"properties":{"order":29813,"id":919,"name":"cloud-arrow-down-fill","prevSize":16,"code":59976},"setIdx":4,"setId":4,"iconIdx":328},{"icon":{"paths":["M991.72 498.080c-7.28-187.92-163.44-338.080-351.48-338.080-137.109 0.022-255.92 78.342-314.156 192.681l-0.924 1.999c-23.327 45.503-37.045 99.256-37.16 156.202l-0 0.038c0.002 0.148 0.004 0.323 0.004 0.497 0 17.016-12.989 30.998-29.592 32.572l-0.131 0.010c-0.682 0.052-1.478 0.081-2.28 0.081-17.673 0-32-14.327-32-32 0-0.029 0-0.057 0-0.086l-0 0.004c-0-0.093-0-0.203-0-0.313 0-46.998 7.819-92.169 22.228-134.285l-0.867 2.918c0.549-1.548 0.867-3.334 0.867-5.194 0-8.837-7.163-16-16-16-1.373 0-2.706 0.173-3.977 0.498l0.111-0.024c-112.391 28.706-194.192 128.977-194.36 248.381l-0 0.019c0 140.76 119 256 260 256h348c194.44-0.216 351.981-157.89 351.981-352.36 0-4.769-0.095-9.516-0.282-14.238l0.021 0.678zM758.64 598.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-73.36-73.4v242.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-242.76l-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-arrow-up-fill"]},"attrs":[{}],"properties":{"order":29814,"id":918,"name":"cloud-arrow-up-fill","prevSize":16,"code":59977},"setIdx":4,"setId":4,"iconIdx":329},{"icon":{"paths":["M991.72 498.080c-7.28-187.92-163.44-338.080-351.48-338.080-137.109 0.022-255.92 78.342-314.156 192.681l-0.924 1.999c-23.327 45.503-37.045 99.256-37.16 156.202l-0 0.038c0.002 0.148 0.004 0.323 0.004 0.497 0 17.016-12.989 30.998-29.592 32.572l-0.131 0.010c-0.682 0.052-1.478 0.081-2.28 0.081-17.673 0-32-14.327-32-32 0-0.029 0-0.057 0-0.086l-0 0.004c-0-0.093-0-0.203-0-0.313 0-46.998 7.819-92.169 22.228-134.285l-0.867 2.918c0.549-1.548 0.867-3.334 0.867-5.194 0-8.837-7.163-16-16-16-1.373 0-2.706 0.173-3.977 0.498l0.111-0.024c-112.391 28.706-194.192 128.977-194.36 248.381l-0 0.019c0 140.76 119 256 260 256h348c194.44-0.216 351.981-157.89 351.981-352.36 0-4.769-0.095-9.516-0.282-14.238l0.021 0.678zM790.64 470.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 169.36-169.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-check-fill"]},"attrs":[{}],"properties":{"order":29815,"id":917,"name":"cloud-check-fill","prevSize":16,"code":59978},"setIdx":4,"setId":4,"iconIdx":330},{"icon":{"paths":["M640.24 160c-137.109 0.022-255.92 78.342-314.156 192.681l-0.924 1.999c-23.327 45.503-37.045 99.256-37.16 156.202l-0 0.038c0.002 0.148 0.004 0.323 0.004 0.497 0 17.016-12.989 30.998-29.592 32.572l-0.131 0.010c-0.682 0.052-1.478 0.081-2.28 0.081-17.673 0-32-14.327-32-32 0-0.029 0-0.057 0-0.086l-0 0.004c-0-0.093-0-0.203-0-0.313 0-46.998 7.819-92.169 22.228-134.285l-0.867 2.918c0.549-1.548 0.867-3.334 0.867-5.194 0-8.837-7.163-16-16-16-1.373 0-2.706 0.173-3.977 0.498l0.111-0.024c-112.391 28.706-194.192 128.977-194.36 248.381l-0 0.019c0 140.76 119 256 260 256h348c194.44-0.216 351.981-157.89 351.981-352.36 0-4.769-0.095-9.516-0.282-14.238l0.021 0.678c-7.28-187.92-163.44-338.080-351.48-338.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-fill"]},"attrs":[{}],"properties":{"order":29816,"id":916,"name":"cloud-fill","prevSize":16,"code":59979},"setIdx":4,"setId":4,"iconIdx":331},{"icon":{"paths":["M672 896c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0zM512 768c0-17.673-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0zM736 736h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM927.48 350.2c-9.647-160.083-141.83-286.255-303.482-286.255-162.68 0-295.515 127.783-303.609 288.452l-0.029 0.723c-0.995 17.155-15.068 30.712-32.344 30.88l-0.016 0h-2.4c-16.692-1.536-29.662-15.469-29.662-32.431 0-0.707 0.023-1.409 0.067-2.104l-0.005 0.095c1.232-24.082 4.562-46.701 9.834-68.564l-0.514 2.524c0.283-1.126 0.446-2.419 0.446-3.75 0-8.837-7.163-16-16-16-1.584 0-3.114 0.23-4.559 0.659l0.113-0.029c-87.039 26.311-149.324 105.793-149.324 199.821 0 0.428 0.001 0.857 0.004 1.284l-0-0.066c0.8 114.84 96.48 206.56 211.36 206.56h316.64c167.926-0.192 303.982-136.367 303.982-304.32 0-6.149-0.182-12.256-0.542-18.315l0.040 0.835z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-fog-fill"]},"attrs":[{}],"properties":{"order":29817,"id":915,"name":"cloud-fog-fill","prevSize":16,"code":59980},"setIdx":4,"setId":4,"iconIdx":332},{"icon":{"paths":["M624 672h-93.88l-57.6 96h103.48c0.003-0 0.006-0 0.010-0 17.673 0 32 14.327 32 32 0 6.087-1.699 11.777-4.65 16.621l0.080-0.141-96 160c-5.697 9.367-15.849 15.528-27.44 15.528-17.678 0-32.008-14.331-32.008-32.008 0-6.087 1.699-11.777 4.648-16.621l-0.080 0.141 66.92-111.52h-103.48c-0.003 0-0.006 0-0.010 0-17.673 0-32-14.327-32-32 0-6.087 1.699-11.777 4.65-16.621l-0.080 0.141 66.92-111.52h-148c-115 0-210.68-91.72-211.48-206.56-0.002-0.355-0.003-0.775-0.003-1.195 0-94.058 62.324-173.56 147.928-199.461l1.476-0.384c1.332-0.4 2.862-0.63 4.446-0.63 8.837 0 16 7.163 16 16 0 1.331-0.162 2.624-0.469 3.86l0.023-0.11c-4.781 19.328-8.138 41.943-9.361 65.123l-0.039 0.917c-0.039 0.6-0.062 1.3-0.062 2.006 0 16.976 12.992 30.918 29.575 32.425l0.126 0.009h2.4c17.275-0.19 31.326-13.739 32.316-30.792l0.004-0.088c8.152-161.368 140.975-289.12 303.636-289.12 167.895 0 304 136.105 304 304 0 167.893-136.103 303.998-303.996 304l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-lightning-fill"]},"attrs":[{}],"properties":{"order":29818,"id":914,"name":"cloud-lightning-fill","prevSize":16,"code":59981},"setIdx":4,"setId":4,"iconIdx":333},{"icon":{"paths":["M656 288c-0.051-0-0.112-0-0.173-0-17.398 0-34.456 1.455-51.060 4.249l1.793-0.249c-12.376-124.238-102.166-224.448-219.928-252.291l-1.952-0.389c-2.153-0.516-4.624-0.812-7.165-0.812-17.673 0-32 14.327-32 32 0 2.529 0.293 4.989 0.848 7.349l-0.043-0.217c3.61 15.121 5.68 32.482 5.68 50.327 0 0.012-0 0.023-0 0.035l0-0.002c-0.137 123.657-100.343 223.863-223.987 224l-0.013 0c-0.010 0-0.021 0-0.033 0-17.845 0-35.206-2.070-51.857-5.983l1.53 0.303c-2.156-0.518-4.63-0.815-7.175-0.815-17.673 0-32 14.327-32 32 0 2.544 0.297 5.019 0.858 7.392l-0.043-0.217c18.169 76.539 64.859 139.898 127.958 179.535l1.202 0.705c-25.191 34-40.324 76.773-40.324 123.080 0 114.834 93.059 207.934 207.877 208l320.006 0c167.895 0 304-136.105 304-304s-136.105-304-304-304v0zM117.48 416c3.48 0 7 0 10.52 0 158.985-0.182 287.818-129.015 288-287.983l0-0.017c0-3.56 0-7.12 0-10.68 73.574 35.034 124.313 107.279 127.984 191.736l0.016 0.464c-79.177 32.094-140.61 94.047-171.278 171.531l-0.722 2.069c-10.823-1.984-23.278-3.119-35.999-3.12l-0.001-0c-0.011-0-0.024-0-0.037-0-44.997 0-86.637 14.374-120.579 38.781l0.616-0.421c-43.126-22.946-77.13-58.186-97.934-101.023l-0.586-1.337z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-moon-fill"]},"attrs":[{}],"properties":{"order":29819,"id":913,"name":"cloud-moon-fill","prevSize":16,"code":59982},"setIdx":4,"setId":4,"iconIdx":334},{"icon":{"paths":["M634.64 785.76l-128 192c-5.824 8.646-15.577 14.257-26.64 14.257-17.683 0-32.017-14.335-32.017-32.017 0-6.619 2.009-12.769 5.45-17.874l-0.072 0.114 128-192c5.824-8.646 15.577-14.257 26.64-14.257 17.683 0 32.017 14.335 32.017 32.017 0 6.619-2.009 12.769-5.45 17.874l0.072-0.114zM927.48 350.2c-9.647-160.083-141.83-286.255-303.482-286.255-162.68 0-295.515 127.783-303.609 288.452l-0.029 0.723c-0.995 17.155-15.068 30.712-32.344 30.88l-0.016 0h-2.4c-16.692-1.536-29.662-15.469-29.662-32.431 0-0.707 0.023-1.409 0.067-2.104l-0.005 0.095c1.232-24.082 4.562-46.701 9.834-68.564l-0.514 2.524c0.283-1.126 0.446-2.419 0.446-3.75 0-8.837-7.163-16-16-16-1.584 0-3.114 0.23-4.559 0.659l0.113-0.029c-87.039 26.311-149.324 105.793-149.324 199.821 0 0.428 0.001 0.857 0.004 1.284l-0-0.066c0.8 114.84 96.48 206.56 211.36 206.56h144.84l-94.84 142.24c-3.369 4.991-5.377 11.141-5.377 17.76 0 17.683 14.335 32.017 32.017 32.017 11.063 0 20.816-5.611 26.568-14.143l0.072-0.114 118.48-177.76h94.88c167.926-0.192 303.982-136.367 303.982-304.32 0-6.149-0.182-12.256-0.542-18.315l0.040 0.835z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-rain-fill"]},"attrs":[{}],"properties":{"order":29820,"id":912,"name":"cloud-rain-fill","prevSize":16,"code":59983},"setIdx":4,"setId":4,"iconIdx":335},{"icon":{"paths":["M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 156.96 172.68-0.24 0.48c-11.102-1.706-23.91-2.68-36.945-2.68-141.385 0-256 114.615-256 256 0 141.352 114.561 255.946 255.901 256l352.005 0c0.197 0 0.43 0.001 0.664 0.001 45.525 0 89.015-8.708 128.898-24.548l-2.362 0.827 41.12 45.24c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019z","M640 160c-0.266-0.001-0.58-0.001-0.895-0.001-78.134 0-150.279 25.647-208.473 68.982l0.928-0.661c-7.952 5.891-13.050 15.243-13.050 25.786 0 8.305 3.164 15.872 8.353 21.56l-0.023-0.025 428.2 471c5.875 6.448 14.307 10.479 23.68 10.48l0 0c9.431-0.031 17.897-4.138 23.733-10.65l0.027-0.030c55.501-61.954 89.432-144.235 89.432-234.44 0-194.373-157.546-351.95-351.907-352l-0.005-0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-slash-fill"]},"attrs":[{},{}],"properties":{"order":29821,"id":911,"name":"cloud-slash-fill","prevSize":16,"code":59984},"setIdx":4,"setId":4,"iconIdx":336},{"icon":{"paths":["M352 784c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM464 800c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM656 736c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM272 896c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM624 896c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM927.48 350.2c-9.647-160.083-141.83-286.255-303.482-286.255-162.68 0-295.515 127.783-303.609 288.452l-0.029 0.723c-0.995 17.155-15.068 30.712-32.344 30.88l-0.016 0h-2.4c-16.692-1.536-29.662-15.469-29.662-32.431 0-0.707 0.023-1.409 0.067-2.104l-0.005 0.095c1.232-24.082 4.562-46.701 9.834-68.564l-0.514 2.524c0.283-1.126 0.446-2.419 0.446-3.75 0-8.837-7.163-16-16-16-1.584 0-3.114 0.23-4.559 0.659l0.113-0.029c-87.039 26.311-149.324 105.793-149.324 199.821 0 0.428 0.001 0.857 0.004 1.284l-0-0.066c0.8 114.84 96.48 206.56 211.36 206.56h316.64c167.926-0.192 303.982-136.367 303.982-304.32 0-6.149-0.182-12.256-0.542-18.315l0.040 0.835z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-snow-fill"]},"attrs":[{}],"properties":{"order":29822,"id":910,"name":"cloud-snow-fill","prevSize":16,"code":59985},"setIdx":4,"setId":4,"iconIdx":337},{"icon":{"paths":["M624 288c-0.055-0-0.12-0-0.184-0-28.773 0-56.614 3.987-83.003 11.438l2.147-0.518c-10.87-17.569-23.321-32.729-37.52-46.048l-0.12-0.112 38.040-54.28c3.622-5.116 5.789-11.485 5.789-18.36 0-17.678-14.331-32.009-32.009-32.009-10.803 0-20.356 5.352-26.153 13.549l-0.067 0.1-38.040 54.24c-29.335-15.13-64.022-24-100.781-24-0.035 0-0.070 0-0.105 0l0.006-0c-2.36 0-4.64 0-6.96 0l-11.56-65.16c-2.295-15.619-15.602-27.473-31.678-27.473-17.673 0-32 14.327-32 32 0 2.32 0.247 4.583 0.716 6.764l-0.038-0.21 11.52 65.36c-36.778 12.39-68.056 32.81-92.973 59.285l-0.107 0.115-54.48-38.12c-5.177-3.755-11.658-6.006-18.664-6.006-17.673 0-32 14.327-32 32 0 10.945 5.495 20.606 13.876 26.376l0.108 0.070 54.24 38.080c-15.129 29.228-24.001 63.802-24.001 100.448 0 0.166 0 0.332 0.001 0.498l-0-0.026c0 2.28 0 4.6 0 6.88l-65.16 11.52c-15.14 2.724-26.478 15.798-26.478 31.52 0 17.673 14.326 31.999 31.998 32l0 0c1.966-0.003 3.89-0.177 5.759-0.509l-0.199 0.029 65.28-11.52c6.31 18.963 14.248 35.395 23.974 50.571l-0.534-0.891c-40.925 38.092-66.444 92.266-66.444 152.4 0 114.806 93.013 207.888 207.793 208l320.011 0c167.895 0 304-136.105 304-304s-136.105-304-304-304v0zM339.68 483.040c-10.666-1.934-22.942-3.039-35.476-3.039-32.144 0-62.59 7.272-89.782 20.261l1.258-0.541c-14.526-23.624-23.13-52.24-23.13-82.865 0-88.366 71.634-160 160-160 53.12 0 100.193 25.886 129.294 65.732l0.316 0.454c-65.068 34.736-115.103 90.442-141.761 157.933l-0.719 2.067z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-sun-fill"]},"attrs":[{}],"properties":{"order":29823,"id":909,"name":"cloud-sun-fill","prevSize":16,"code":59986},"setIdx":4,"setId":4,"iconIdx":338},{"icon":{"paths":["M991.72 498.080c-7.28-187.92-163.44-338.080-351.48-338.080-137.109 0.022-255.92 78.342-314.156 192.681l-0.924 1.999c-23.327 45.503-37.045 99.256-37.16 156.202l-0 0.038c0.002 0.148 0.004 0.323 0.004 0.497 0 17.016-12.989 30.998-29.592 32.572l-0.131 0.010c-0.682 0.052-1.478 0.081-2.28 0.081-17.673 0-32-14.327-32-32 0-0.029 0-0.057 0-0.086l-0 0.004c-0-0.093-0-0.203-0-0.313 0-46.998 7.819-92.169 22.228-134.285l-0.867 2.918c0.549-1.548 0.867-3.334 0.867-5.194 0-8.837-7.163-16-16-16-1.373 0-2.706 0.173-3.977 0.498l0.111-0.024c-112.391 28.706-194.192 128.977-194.36 248.381l-0 0.019c0 140.76 119 256 260 256h348c194.44-0.216 351.981-157.89 351.981-352.36 0-4.769-0.095-9.516-0.282-14.238l0.021 0.678zM608 352c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM640 704c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-warning-fill"]},"attrs":[{}],"properties":{"order":29824,"id":908,"name":"cloud-warning-fill","prevSize":16,"code":59987},"setIdx":4,"setId":4,"iconIdx":339},{"icon":{"paths":["M991.72 498.080c-7.28-187.92-163.44-338.080-351.48-338.080-137.109 0.022-255.92 78.342-314.156 192.681l-0.924 1.999c-23.327 45.503-37.045 99.256-37.16 156.202l-0 0.038c0.002 0.148 0.004 0.323 0.004 0.497 0 17.016-12.989 30.998-29.592 32.572l-0.131 0.010c-0.682 0.052-1.478 0.081-2.28 0.081-17.673 0-32-14.327-32-32 0-0.029 0-0.057 0-0.086l-0 0.004c-0-0.093-0-0.203-0-0.313 0-46.998 7.819-92.169 22.228-134.285l-0.867 2.918c0.549-1.548 0.867-3.334 0.867-5.194 0-8.837-7.163-16-16-16-1.373 0-2.706 0.173-3.977 0.498l0.111-0.024c-112.391 28.706-194.192 128.977-194.36 248.381l-0 0.019c0 140.76 119 256 260 256h348c194.44-0.216 351.981-157.89 351.981-352.36 0-4.769-0.095-9.516-0.282-14.238l0.021 0.678zM758.64 617.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-x-fill"]},"attrs":[{}],"properties":{"order":29825,"id":907,"name":"cloud-x-fill","prevSize":16,"code":59988},"setIdx":4,"setId":4,"iconIdx":340},{"icon":{"paths":["M960 576c-0.047 123.676-100.317 223.917-224 223.917-42.559 0-82.346-11.869-116.231-32.477l0.991 0.56h-17.76l35.64 118.8c0.857 2.753 1.351 5.919 1.351 9.2 0 17.67-14.322 31.995-31.991 32l-192 0c-17.669-0.005-31.991-14.33-31.991-32 0-3.281 0.494-6.447 1.411-9.427l-0.060 0.227 35.64-118.8h-17.76c-32.926 20.099-72.762 32-115.378 32-123.712 0-224-100.288-224-224s100.288-224 224-224c0.048 0 0.097 0 0.145 0l-0.008-0c3.12 0 6.2 0 9.32 0-5.914-19.14-9.32-41.143-9.32-63.941 0-123.712 100.288-224 224-224s224 100.288 224 224c0 22.799-3.406 44.802-9.737 65.528l0.417-1.587c3.080 0 6.2 0 9.32 0 123.657 0.137 223.863 100.343 224 223.987l0 0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["club-fill"]},"attrs":[{}],"properties":{"order":29826,"id":906,"name":"club-fill","prevSize":16,"code":59989},"setIdx":4,"setId":4,"iconIdx":341},{"icon":{"paths":["M966.28 684.8l-400.96-300.8 93.84-70.4c7.823-5.893 12.83-15.161 12.84-25.598l0-0.002c0-88.366-71.634-160-160-160s-160 71.634-160 160v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.147-52.908 43.071-95.742 96-95.742 47.589 0 87.091 34.628 94.683 80.061l0.077 0.561-549.040 411.92c-15.614 11.8-25.6 30.334-25.6 51.2 0 35.304 28.585 63.932 63.874 64l0.007 0h832c35.346 0 64-28.654 64-64 0-20.866-9.986-39.4-25.439-51.083l-0.161-0.117zM130.92 736c83.48-53.64 227.040-128 381.080-128s297.6 74.36 381.080 128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coat-hanger-fill"]},"attrs":[{}],"properties":{"order":29827,"id":905,"name":"coat-hanger-fill","prevSize":16,"code":59990},"setIdx":4,"setId":4,"iconIdx":342},{"icon":{"paths":["M544 512c0 88.366 71.634 160 160 160v0h1.28c31.32 1.2 56-5.84 84.96-24.44 7.292-4.703 16.2-7.498 25.76-7.498 26.488 0 47.965 21.455 48 47.934l0 0.003v144c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0 144c-0.015 26.499-21.499 47.974-48 47.974-9.61 0-18.561-2.824-26.067-7.688l0.187 0.114c-24.186-15.316-53.633-24.407-85.203-24.407-88.553 0-160.399 71.527-160.917 159.958l-0 0.050z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coda-logo-fill"]},"attrs":[{}],"properties":{"order":29828,"id":904,"name":"coda-logo-fill","prevSize":16,"code":59991},"setIdx":4,"setId":4,"iconIdx":343},{"icon":{"paths":["M800 160h-128c0-35.346-28.654-64-64-64v0h-480c-35.346 0-64 28.654-64 64v0 320c0 35.346 28.654 64 64 64v0h32v256c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM425.36 246.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v-0l96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36zM169.36 342.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 96-96c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l0 0zM800 800h-576v-256h384c35.346 0 64-28.654 64-64v0-256h128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["code-block-fill"]},"attrs":[{}],"properties":{"order":29829,"id":903,"name":"code-block-fill","prevSize":16,"code":59992},"setIdx":4,"setId":4,"iconIdx":344},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM371.2 582.4c7.807 5.9 12.8 15.167 12.8 25.6 0 17.673-14.327 32-32 32-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-128-96c-7.807-5.9-12.8-15.167-12.8-25.6s4.993-19.7 12.72-25.542l0.080-0.058 128-96c5.281-3.996 11.96-6.4 19.2-6.4 17.673 0 32 14.327 32 32 0 10.433-4.993 19.7-12.72 25.542l-0.080 0.058-93.88 70.4zM606.76 296.8l-128 448c-3.752 13.808-16.175 23.795-30.93 23.795-17.673 0-32-14.327-32-32 0-3.352 0.516-6.585 1.472-9.621l-0.062 0.227 128-448c4.146-13.198 16.269-22.605 30.59-22.605 17.673 0 32 14.327 32 32 0 2.918-0.39 5.744-1.122 8.43l0.052-0.224zM819.2 537.6l-128 96c-5.281 3.996-11.96 6.4-19.2 6.4-17.673 0-32-14.327-32-32 0-10.433 4.993-19.7 12.72-25.542l0.080-0.058 93.88-70.4-93.88-70.4c-7.807-5.9-12.8-15.167-12.8-25.6 0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 128 96c7.807 5.9 12.8 15.167 12.8 25.6s-4.993 19.7-12.72 25.542l-0.080 0.058z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["code-fill"]},"attrs":[{}],"properties":{"order":29830,"id":902,"name":"code-fill","prevSize":16,"code":59993},"setIdx":4,"setId":4,"iconIdx":345},{"icon":{"paths":["M943.16 356l-416-224c-4.385-2.405-9.607-3.819-15.16-3.819s-10.775 1.414-15.327 3.903l0.167-0.084-416 224c-10.050 5.486-16.77 15.95-16.84 27.99l-0 0.010v256c0.070 12.050 6.79 22.514 16.673 27.916l0.167 0.084 375.56 202.4c2.197 1.209 4.816 1.92 7.6 1.92 8.837 0 16-7.163 16-16 0-0-0-0-0-0l0 0v-229.2l-213.8-115.12-138.2 74.44v-148.88l138.2 74.44 67.52-36.36-170.24-91.64 316.52-170.44v183.32l-146.28 78.76 178.28 96 178.28-96 67.52 36.36 138.2-74.44v148.88l-138.2-74.44-213.8 115.12v229.2c-0 0-0 0-0 0 0 8.837 7.163 16 16 16 2.784 0 5.403-0.711 7.683-1.962l-0.083 0.042 375.56-202.4c10.050-5.486 16.77-15.95 16.84-27.99l0-0.010v-256c-0.070-12.050-6.79-22.514-16.673-27.916l-0.167-0.084zM690.28 476l-146.28-79.12v-183.32l316.52 170.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["codepen-logo-fill"]},"attrs":[{}],"properties":{"order":29831,"id":901,"name":"codepen-logo-fill","prevSize":16,"code":59994},"setIdx":4,"setId":4,"iconIdx":346},{"icon":{"paths":["M919.56 289v0 0c-5.941-10.247-14.332-18.483-24.394-24.074l-0.326-0.166-352.12-192.76c-8.863-4.965-19.45-7.889-30.72-7.889s-21.857 2.924-31.043 8.054l0.323-0.166-352 192.72c-10.388 5.756-18.779 13.993-24.557 23.935l-0.163 0.305c-5.346 9.113-8.519 20.061-8.56 31.748l-0 0.012v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.56c-0.009-11.671-3.14-22.61-8.604-32.027l0.164 0.307zM480 878.44l-128-70.080v-200.36c-0.028-12.012-6.67-22.466-16.477-27.917l-0.163-0.083-175.36-96v-128l320 175.2zM512 475.52l-317.36-173.76 137.92-75.48 164 89.8c4.434 2.472 9.727 3.927 15.36 3.927s10.926-1.455 15.523-4.011l-0.163 0.083 164-89.8 137.92 75.48zM864 483.92l-175.36 96c-9.97 5.534-16.612 15.988-16.64 27.996l-0 0.004v200.36l-128 70.080v-347.4l320-175.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["codesandbox-logo-fill"]},"attrs":[{}],"properties":{"order":29832,"id":900,"name":"codesandbox-logo-fill","prevSize":16,"code":59995},"setIdx":4,"setId":4,"iconIdx":347},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM406.64 649.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-160-160c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 160-160c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-137.4 137.36zM822.64 534.64l-160 160c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l137.4-137.36-137.4-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l160 160c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["code-simple-fill"]},"attrs":[{}],"properties":{"order":29833,"id":899,"name":"code-simple-fill","prevSize":16,"code":59996},"setIdx":4,"setId":4,"iconIdx":348},{"icon":{"paths":["M832 320h-704c-17.673 0-32 14.327-32 32v0 192c0.207 114.489 50.33 217.229 129.759 287.651l0.401 0.349h-98.16c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-98.16c47.987-42.672 85.049-96.589 107.149-157.669l0.851-2.691c84.009-5.334 150.129-74.761 150.16-159.637l0-0.003v-32c0-88.366-71.634-160-160-160v0zM928 512c-0.031 43.296-28.719 79.884-68.12 91.823l-0.68 0.177c3.029-18.020 4.774-38.796 4.8-59.975l0-0.025v-154.48c37.596 13.574 63.987 48.943 64 90.478l0 0.002zM448 224v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM576 224v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM320 224v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coffee-fill"]},"attrs":[{}],"properties":{"order":29834,"id":898,"name":"coffee-fill","prevSize":16,"code":59997},"setIdx":4,"setId":4,"iconIdx":349},{"icon":{"paths":["M830.32 255.36c-82.92-41.44-193-63.36-318.32-63.36s-235.4 21.92-318.32 63.36-129.68 99.76-129.68 160.64v192c0 60.88 47.28 119.4 129.68 160.64s193 63.36 318.32 63.36 235.4-21.92 318.32-63.36 129.68-99.76 129.68-160.64v-192c0-60.88-47.28-119.4-129.68-160.64zM480 639.36v128c-76-2.48-140-13.68-192-29.96v-125.2c57.179 15.87 123.106 25.716 191.088 27.224l0.912 0.016zM544 639.36c68.893-1.524 134.819-11.37 197.707-28.571l-5.707 1.331v125.24c-52 16.28-116 27.48-192 29.96zM128 608v-73.88c19.107 15.956 40.666 30.113 63.762 41.652l1.918 0.868c9.72 4.84 20 9.4 30.32 13.72v121.64c-63.32-31.36-96-70.84-96-104zM800 712v-121.64c10.44-4.32 20.6-8.88 30.32-13.72 25.014-12.408 46.574-26.565 66.21-42.95l-0.53 0.43v73.88c0 33.16-32.68 72.64-96 104z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coin-fill"]},"attrs":[{}],"properties":{"order":29835,"id":897,"name":"coin-fill","prevSize":16,"code":59998},"setIdx":4,"setId":4,"iconIdx":350},{"icon":{"paths":["M736 358.28v-22.28c0-100.32-151.32-176-352-176s-352 75.68-352 176v160c0 83.56 105 149.96 256 169.84v22.16c0 100.32 151.32 176 352 176s352-75.68 352-176v-160c0-82.8-101.68-149.28-256-169.72zM224 587.48c-78.36-21.88-128-57.92-128-91.48v-56.28c32.64 23.12 76.36 41.76 128 54.28zM544 494c51.64-12.52 95.36-31.16 128-54.28v56.28c0 33.56-49.64 69.6-128 91.48zM480 779.48c-78.36-21.88-128-57.92-128-91.48v-16.68c10.52 0.4 21.16 0.68 32 0.68 15.52 0 30.68-0.52 45.56-1.4 13.044 4.934 29.888 10.094 47.091 14.341l3.349 0.699zM480 601c-28.635 4.455-61.664 7-95.286 7-0.251 0-0.502-0-0.752-0l0.039 0c-0.212 0-0.463 0-0.714 0-33.623 0-66.651-2.545-98.903-7.453l3.616 0.453v-95.16c28.521 3.922 61.48 6.161 94.962 6.161 0.365 0 0.73-0 1.094-0.001l-0.057 0c0.308 0 0.673 0.001 1.038 0.001 33.482 0 66.441-2.239 98.735-6.575l-3.773 0.414zM736 793c-28.849 4.455-62.127 7-96 7s-67.151-2.545-99.654-7.454l3.654 0.454v-95.4c28.732 4.074 61.918 6.4 95.648 6.4 0.124 0 0.248-0 0.371-0l-0.019 0c0.308 0 0.673 0.001 1.038 0.001 33.482 0 66.441-2.239 98.735-6.575l-3.773 0.414zM928 688c0 33.56-49.64 69.6-128 91.48v-93.48c51.64-12.52 95.36-31.16 128-54.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coins-fill"]},"attrs":[{}],"properties":{"order":29836,"id":896,"name":"coins-fill","prevSize":16,"code":59999},"setIdx":4,"setId":4,"iconIdx":351},{"icon":{"paths":["M794.040 224.36c-48.28-82.76-114.36-128.36-186.040-128.36h-192c-71.68 0-137.76 45.6-186.040 128.36-45.12 77.32-69.96 179.64-69.96 287.64s24.84 210.32 69.96 287.64c48.28 82.76 114.36 128.36 186.040 128.36h192c71.68 0 137.76-45.6 186.040-128.36 45.12-77.32 69.96-179.64 69.96-287.64s-24.84-210.32-69.96-287.64zM799.16 480h-128c-2.728-69.667-16.695-135.274-40.134-196.18l1.414 4.18h122.36c24.48 53.52 40.64 120 44.36 192zM716.76 224h-114.92c-14.127-24.273-30.018-45.258-48.11-64.115l0.11 0.115h54.16c40 0 77.6 24 108.76 64zM608 864h-54.040c17.982-18.742 33.873-39.727 47.15-62.427l0.85-1.573h114.92c-31.28 40-68.88 64-108.88 64zM754.8 736h-122.32c22.025-56.725 35.992-122.332 38.684-190.835l0.036-1.165h128c-3.76 72-19.92 138.48-44.4 192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coin-vertical-fill"]},"attrs":[{}],"properties":{"order":29837,"id":895,"name":"coin-vertical-fill","prevSize":16,"code":60000},"setIdx":4,"setId":4,"iconIdx":352},{"icon":{"paths":["M480 192v640c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h160c35.346 0 64 28.654 64 64v0zM768 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["columns-fill"]},"attrs":[{}],"properties":{"order":29838,"id":894,"name":"columns-fill","prevSize":16,"code":60001},"setIdx":4,"setId":4,"iconIdx":353},{"icon":{"paths":["M400 345.52v54.48h-54.48c-0.22 0.003-0.479 0.005-0.739 0.005-29.722 0-54.13-22.748-56.764-51.784l-0.016-0.221c-0.098-1.243-0.154-2.692-0.154-4.154 0-30.928 25.072-56 56-56 1.462 0 2.911 0.056 4.345 0.166l-0.19-0.012c29.257 2.65 52.005 27.059 52.005 56.781 0 0.26-0.002 0.52-0.005 0.779l0-0.039zM288 676c-0.098 1.243-0.154 2.692-0.154 4.154 0 30.928 25.072 56 56 56 1.462 0 2.911-0.056 4.345-0.166l-0.19 0.012c29.256-2.651 52.003-27.059 52.003-56.781 0-0.204-0.001-0.407-0.003-0.61l0 0.031v-54.64h-54.48c-0.22-0.003-0.479-0.005-0.739-0.005-29.722 0-54.13 22.748-56.764 51.784l-0.016 0.221zM736 348c0.098-1.243 0.154-2.692 0.154-4.154 0-30.928-25.072-56-56-56-1.462 0-2.911 0.056-4.345 0.166l0.19-0.012c-29.256 2.651-52.003 27.059-52.003 56.781 0 0.204 0.001 0.407 0.003 0.61l-0-0.031v54.64h54.48c0.22 0.003 0.479 0.005 0.739 0.005 29.722 0 54.13-22.748 56.764-51.784l0.016-0.221zM896 256v512c0 70.692-57.308 128-128 128v0h-512c-70.692 0-128-57.308-128-128v0-512c0-70.692 57.308-128 128-128v0h512c70.692 0 128 57.308 128 128v0zM624 560v-96h53.52c65.56 0 120.84-51.52 122.44-117 0.024-0.905 0.038-1.969 0.038-3.037 0-66.274-53.726-120-120-120-1.054 0-2.106 0.014-3.153 0.041l0.155-0.003c-65.48 1.64-117 56.92-117 122.48v53.52h-96v-53.52c0-65.56-51.52-120.84-117-122.48-0.905-0.025-1.97-0.038-3.038-0.038-66.274 0-120 53.726-120 120 0 1.068 0.014 2.134 0.042 3.195l-0.003-0.157c1.64 65.48 56.92 117 122.48 117h53.52v96h-53.52c-65.56 0-120.84 51.52-122.48 117-0.025 0.905-0.038 1.97-0.038 3.038 0 66.274 53.726 120 120 120 1.068 0 2.134-0.014 3.195-0.042l-0.157 0.003c65.48-1.6 117-56.88 117-122.44v-53.56h96v53.52c0 65.56 51.52 120.84 117 122.44 0.905 0.024 1.969 0.038 3.037 0.038 66.274 0 120-53.726 120-120 0-1.054-0.014-2.106-0.041-3.153l0.003 0.155c-1.6-65.48-56.88-117-122.44-117zM464 560h96v-96h-96zM624 680c0 30.928 25.072 56 56 56s56-25.072 56-56c0-30.928-25.072-56-56-56v0h-56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["command-fill"]},"attrs":[{}],"properties":{"order":29839,"id":893,"name":"command-fill","prevSize":16,"code":60002},"setIdx":4,"setId":4,"iconIdx":354},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM718.32 327.16l-128 256c-1.597 3.1-4.060 5.563-7.069 7.117l-0.091 0.043-256 128c-2.092 1.074-4.564 1.703-7.183 1.703-8.837 0-16-7.163-16-16 0-2.619 0.629-5.091 1.745-7.273l-0.042 0.090 128-256c1.597-3.1 4.060-5.563 7.069-7.117l0.091-0.043 256-128c2.092-1.074 4.564-1.703 7.183-1.703 8.837 0 16 7.163 16 16 0 2.619-0.629 5.091-1.745 7.273l0.042-0.090z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["compass-fill"]},"attrs":[{}],"properties":{"order":29840,"id":892,"name":"compass-fill","prevSize":16,"code":60003},"setIdx":4,"setId":4,"iconIdx":355},{"icon":{"paths":["M860.48 494.56c2.487-4.445 3.951-9.753 3.951-15.403 0-17.673-14.327-32-32-32-12.689 0-23.653 7.385-28.828 18.092l-0.083 0.191c-30.174 57.315-75.48 103.161-130.647 133.167l-1.673 0.833-72.96-164.2c35.154-26.549 57.638-68.263 57.638-115.228 0-68.139-47.327-125.225-110.902-140.178l-0.976-0.193v-83.64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 83.64c-64.551 15.147-111.878 72.232-111.878 140.372 0 46.965 22.484 88.679 57.275 114.966l0.363 0.263-199 447.76c-1.782 3.86-2.821 8.377-2.821 13.137 0 17.673 14.327 32 32 32 13.019 0 24.222-7.774 29.22-18.934l0.081-0.203 100.56-226.24c37.419 13.46 80.597 21.24 125.591 21.24 0.214 0 0.428-0 0.642-0.001l-0.033 0c45.252-0.054 88.706-7.68 129.186-21.678l-2.786 0.838 100.36 225.84c5.139 11.214 16.266 18.863 29.179 18.863 17.673 0 32-14.327 32-32 0-4.654-0.994-9.076-2.78-13.066l0.081 0.203-100-225c70.255-37.085 126.235-93.129 162.235-161.35l1.005-2.090zM512 640c-0.115 0-0.251 0-0.387 0-35.623 0-69.878-5.856-101.855-16.658l2.242 0.657 72.32-162.72c8.346 1.73 17.937 2.72 27.76 2.72s19.414-0.99 28.679-2.877l-0.919 0.156 72.56 163.2c-30.006 9.838-64.539 15.514-100.397 15.52l-0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["compass-tool-fill"]},"attrs":[{}],"properties":{"order":29841,"id":891,"name":"compass-tool-fill","prevSize":16,"code":60004},"setIdx":4,"setId":4,"iconIdx":356},{"icon":{"paths":["M768 96h-512c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM512 768c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM640 448h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM640 320h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["computer-tower-fill"]},"attrs":[{}],"properties":{"order":29842,"id":890,"name":"computer-tower-fill","prevSize":16,"code":60005},"setIdx":4,"setId":4,"iconIdx":357},{"icon":{"paths":["M445.96 210.52c-11.431-11.402-27.207-18.452-44.63-18.452-27.128 0-50.265 17.093-59.227 41.096l-0.143 0.437-209.96 577.52c-2.397 6.414-3.784 13.826-3.784 21.562 0 34.796 28.067 63.037 62.798 63.318l0.027 0c7.857-0.055 15.356-1.517 22.28-4.147l-0.44 0.147 577.48-210c24.455-9.097 41.562-32.241 41.562-59.38 0-17.418-7.046-33.19-18.443-44.621l0.002 0.002zM260.56 644.52l76.8-211.16 253.28 253.28-211.2 76.8zM640 288c0.652-22.799 6.252-44.142 15.756-63.197l-0.396 0.877c21.2-42.36 61.2-65.68 112.64-65.68 26.8 0 44-9.16 54.6-28.84 5.332-10.294 8.731-22.378 9.391-35.186l0.009-0.214c0.068-17.622 14.369-31.88 32-31.88 17.673 0 32 14.327 32 32 0 0.042-0 0.084-0 0.127l0-0.007c0 51.44-34.080 128-128 128-26.8 0-44 9.16-54.6 28.84-5.332 10.294-8.731 22.378-9.391 35.186l-0.009 0.214c-0.068 17.622-14.369 31.88-32 31.88-17.673 0-32-14.327-32-32 0-0.042 0-0.084 0-0.127l-0 0.007zM544 160v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM950.64 489.36c5.786 5.791 9.364 13.787 9.364 22.62 0 17.675-14.329 32.004-32.004 32.004-8.843 0-16.847-3.586-22.64-9.383l-64-64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0zM970.12 318.36l-96 32c-3.020 1.041-6.5 1.642-10.12 1.642-17.674 0-32.002-14.328-32.002-32.002 0-14.054 9.059-25.992 21.657-30.293l0.225-0.067 96-32c3.020-1.041 6.5-1.642 10.12-1.642 17.674 0 32.002 14.328 32.002 32.002 0 14.054-9.059 25.992-21.657 30.293l-0.225 0.067z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["confetti-fill"]},"attrs":[{}],"properties":{"order":29843,"id":889,"name":"confetti-fill","prevSize":16,"code":60006},"setIdx":4,"setId":4,"iconIdx":358},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM388.28 622.96c-5.382 10.537-16.158 17.626-28.59 17.626-17.673 0-32-14.327-32-32 0-5.708 1.494-11.066 4.113-15.706l-0.083 0.16c12.845-23.44 20.401-51.358 20.401-81.040s-7.556-57.6-20.848-81.934l0.447 0.894c-2.15-4.185-3.41-9.132-3.41-14.374 0-17.673 14.327-32 32-32 11.965 0 22.397 6.567 27.887 16.294l0.083 0.16c17.345 32.149 27.538 70.364 27.538 110.96s-10.193 78.811-28.159 112.225l0.622-1.265zM500.28 686.96c-5.414 10.437-16.138 17.444-28.498 17.444-17.673 0-32-14.327-32-32 0-5.699 1.49-11.050 4.101-15.684l-0.083 0.16c22.802-41.968 36.208-91.899 36.208-144.96s-13.406-102.992-37.015-146.589l0.807 1.629c-2.528-4.475-4.018-9.825-4.018-15.524 0-17.673 14.327-32 32-32 12.36 0 23.083 7.008 28.414 17.266l0.084 0.178c27.555 50.673 43.756 110.966 43.756 175.043 0 64.107-16.216 124.426-44.77 177.080l0.974-1.962zM612.28 750.96c-5.78 8.912-15.679 14.724-26.936 14.724-17.673 0-32-14.327-32-32 0-4.616 0.977-9.004 2.737-12.968l-0.081 0.204c33.013-60.452 52.427-132.419 52.427-208.92s-19.414-148.468-53.585-211.243l1.157 2.323c-2.377-4.365-3.774-9.559-3.774-15.080 0-17.681 14.333-32.014 32.014-32.014 12.16 0 22.737 6.78 28.156 16.765l0.084 0.169c37.69 69.138 59.853 151.427 59.853 238.893 0 87.615-22.238 170.035-61.378 241.926l1.325-2.659z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["contactless-payment-fill"]},"attrs":[{}],"properties":{"order":29844,"id":888,"name":"contactless-payment-fill","prevSize":16,"code":60007},"setIdx":4,"setId":4,"iconIdx":359},{"icon":{"paths":["M829.56 492.24c-4.934 11.696-16.306 19.757-29.56 19.76l-576 0c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 288-288c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 288 288c5.785 5.79 9.363 13.786 9.363 22.618 0 4.425-0.898 8.639-2.522 12.472l0.079-0.21z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["control-fill"]},"attrs":[{}],"properties":{"order":29845,"id":887,"name":"control-fill","prevSize":16,"code":60008},"setIdx":4,"setId":4,"iconIdx":360},{"icon":{"paths":["M896 480c-88.366 0-160-71.634-160-160v0c0-17.673-14.327-32-32-32v0c-88.366 0-160-71.634-160-160v0c0-17.673-14.327-32-32-32v0c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c0-17.673-14.327-32-32-32v0zM302.040 398.040c8.68-8.651 20.657-14 33.882-14 26.51 0 48 21.49 48 48s-21.49 48-48 48c-13.226 0-25.202-5.349-33.884-14.001l0.001 0.001c-8.721-8.692-14.118-20.716-14.118-34s5.396-25.308 14.116-33.999l0.001-0.001zM402.040 690.040c-8.68 8.651-20.657 14-33.882 14-26.51 0-48-21.49-48-48s21.49-48 48-48c13.226 0 25.202 5.349 33.884 14.001l-0.001-0.001c8.674 8.684 14.038 20.676 14.038 33.92 0 13.284-5.396 25.308-14.116 33.999l-0.001 0.001zM494.040 530.040c-8.651-8.68-14-20.657-14-33.882 0-26.51 21.49-48 48-48s48 21.49 48 48c0 13.226-5.349 25.202-14.001 33.884l0.001-0.001c-8.688 8.698-20.696 14.078-33.96 14.078-13.304 0-25.344-5.413-34.038-14.156l-0.002-0.002zM658.040 722.040c-8.68 8.651-20.657 14-33.882 14-26.51 0-48-21.49-48-48s21.49-48 48-48c13.226 0 25.202 5.349 33.884 14.001l-0.001-0.001c8.674 8.684 14.038 20.676 14.038 33.92 0 13.284-5.396 25.308-14.116 33.999l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cookie-fill"]},"attrs":[{}],"properties":{"order":29846,"id":886,"name":"cookie-fill","prevSize":16,"code":60009},"setIdx":4,"setId":4,"iconIdx":361},{"icon":{"paths":["M352 192v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 224c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM640 224c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM1017.6 364.8c-5.9-7.807-15.167-12.8-25.6-12.8-7.24 0-13.919 2.404-19.28 6.458l0.080-0.058-76.8 57.6v-64c0-35.346-28.654-64-64-64v0h-640c-35.346 0-64 28.654-64 64v0 64l-76.8-57.6c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058 115.2 86.4v240c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-240l115.2-86.4c7.807-5.9 12.8-15.167 12.8-25.6 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cooking-pot-fill"]},"attrs":[{}],"properties":{"order":29847,"id":885,"name":"cooking-pot-fill","prevSize":16,"code":60010},"setIdx":4,"setId":4,"iconIdx":362},{"icon":{"paths":["M864 128h-512c-17.673 0-32 14.327-32 32v0 160h-160c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-160h160c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM832 640h-128v-288c0-17.673-14.327-32-32-32v0h-288v-128h448z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["copy-fill"]},"attrs":[{}],"properties":{"order":29848,"id":884,"name":"copy-fill","prevSize":16,"code":60011},"setIdx":4,"setId":4,"iconIdx":363},{"icon":{"paths":["M512 224c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288v0c-0.182-158.985-129.015-287.818-287.983-288l-0.017-0zM512 704c-0.211 0.001-0.461 0.001-0.71 0.001-62.377 0-117.756-29.958-152.536-76.27l-0.353-0.491c-4.003-5.286-6.412-11.972-6.412-19.22 0-17.68 14.332-32.012 32.012-32.012 10.431 0 19.697 4.989 25.542 12.712l0.058 0.080c23.6 31.229 60.668 51.2 102.4 51.2 70.692 0 128-57.308 128-128s-57.308-128-128-128c-41.732 0-78.8 19.971-102.167 50.878l-0.233 0.322c-5.903 7.803-15.169 12.792-25.6 12.792-17.68 0-32.012-14.332-32.012-32.012 0-7.248 2.409-13.934 6.47-19.3l-0.058 0.080c35.401-46.82 90.989-76.76 153.57-76.76 106.039 0 192 85.961 192 192 0 106.028-85.944 191.983-191.968 192l-0.002 0zM512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c0-229.75-186.25-416-416-416v0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["copyleft-fill"]},"attrs":[{}],"properties":{"order":29849,"id":883,"name":"copyleft-fill","prevSize":16,"code":60012},"setIdx":4,"setId":4,"iconIdx":364},{"icon":{"paths":["M512 224c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288v0c-0.182-158.985-129.015-287.818-287.983-288l-0.017-0zM512 640c0.131 0 0.285 0.001 0.44 0.001 41.612 0 78.557-19.982 101.764-50.873l0.236-0.328c5.886-8.029 15.283-13.184 25.883-13.184 17.673 0 32 14.327 32 32 0 7.428-2.531 14.264-6.777 19.694l0.053-0.070c-35.402 46.808-90.983 76.74-153.555 76.74-106.039 0-192-85.961-192-192s85.961-192 192-192c62.572 0 118.153 29.932 153.206 76.258l0.349 0.482c4.193 5.36 6.723 12.196 6.723 19.624 0 17.673-14.327 32-32 32-10.601 0-19.998-5.155-25.821-13.094l-0.063-0.089c-23.601-31.205-60.655-51.16-102.37-51.16-70.692 0-128 57.308-128 128 0 70.668 57.268 127.96 127.926 128l0.004 0zM512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["copyright-fill"]},"attrs":[{}],"properties":{"order":29850,"id":882,"name":"copyright-fill","prevSize":16,"code":60013},"setIdx":4,"setId":4,"iconIdx":365},{"icon":{"paths":["M768 288v576c0 17.673-14.327 32-32 32v0h-576c-17.673 0-32-14.327-32-32v0-576c0-17.673 14.327-32 32-32v0h576c17.673 0 32 14.327 32 32v0zM864 128h-576c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h544v544c0 17.673 14.327 32 32 32s32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["copy-simple-fill"]},"attrs":[{}],"properties":{"order":29851,"id":881,"name":"copy-simple-fill","prevSize":16,"code":60014},"setIdx":4,"setId":4,"iconIdx":366},{"icon":{"paths":["M608 384v-192c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-191.999 0c-17.673 0-32-14.327-32-32v0zM384 608h-192c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 192 192c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-192c0-17.673-14.327-32-32-32v0zM396.24 162.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l-192 192c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l191.999 0c17.673 0 32-14.327 32-32v0-192c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM832 608h-192c-17.673 0-32 14.327-32 32v0 192c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 192-192c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["corners-in-fill"]},"attrs":[{}],"properties":{"order":29852,"id":880,"name":"corners-in-fill","prevSize":16,"code":60015},"setIdx":4,"setId":4,"iconIdx":367},{"icon":{"paths":["M374.64 809.36c5.798 5.792 9.385 13.797 9.385 22.64 0 17.673-14.327 32-32 32-0.009 0-0.018-0-0.027-0l-159.999 0c-17.673 0-32-14.327-32-32v0-160c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0zM352 160h-160c-17.673 0-32 14.327-32 32v0 160c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l0.001-0zM844.24 642.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l-160 160c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0c17.673 0 32-14.327 32-32v0-160c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM832 160h-160c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 160 160c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-160c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["corners-out-fill"]},"attrs":[{}],"properties":{"order":29853,"id":879,"name":"corners-out-fill","prevSize":16,"code":60016},"setIdx":4,"setId":4,"iconIdx":368},{"icon":{"paths":["M992 480v192c0 35.346-28.654 64-64 64v0h-32v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-640v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-32c-35.346 0-64-28.654-64-64v0-192c0-35.346 28.654-64 64-64v0h32c35.346 0 64 28.654 64 64v0 64c0 17.673 14.327 32 32 32v0h576c17.673 0 32-14.327 32-32v0-64c0-35.346 28.654-64 64-64v0h32c35.346 0 64 28.654 64 64v0zM768 480c0-70.692 57.308-128 128-128v0h48c8.837 0 16-7.163 16-16v0-48c0-35.346-28.654-64-64-64v0h-336c-8.837 0-16 7.163-16 16v0 272h224zM80 352h48c70.692 0 128 57.308 128 128v0 32h224v-272c0-8.837-7.163-16-16-16v0h-336c-35.346 0-64 28.654-64 64v0 48c0 8.837 7.163 16 16 16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["couch-fill"]},"attrs":[{}],"properties":{"order":29854,"id":878,"name":"couch-fill","prevSize":16,"code":60017},"setIdx":4,"setId":4,"iconIdx":369},{"icon":{"paths":["M448 448h128v128h-128zM960 608c0 17.673-14.327 32-32 32v0h-64v160c0 35.346-28.654 64-64 64v0h-160v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-128v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-160c-35.346 0-64-28.654-64-64v0-160h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-128h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-160c0-35.346 28.654-64 64-64v0h160v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h128v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h160c35.346 0 64 28.654 64 64v0 160h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v128h64c17.673 0 32 14.327 32 32v0zM640 416c0-17.673-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cpu-fill"]},"attrs":[{}],"properties":{"order":29855,"id":877,"name":"cpu-fill","prevSize":16,"code":60018},"setIdx":4,"setId":4,"iconIdx":370},{"icon":{"paths":["M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM544 704h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM800 704h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM128 352v-96h768v96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["credit-card-fill"]},"attrs":[{}],"properties":{"order":29856,"id":876,"name":"credit-card-fill","prevSize":16,"code":60019},"setIdx":4,"setId":4,"iconIdx":371},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM480 320h192c17.673 0 32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM768 704h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-288c-17.673 0-32-14.327-32-32v0-288h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 384h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crop-fill"]},"attrs":[{}],"properties":{"order":29857,"id":875,"name":"crop-fill","prevSize":16,"code":60020},"setIdx":4,"setId":4,"iconIdx":372},{"icon":{"paths":["M864 368v96c0 35.346-28.654 64-64 64v0h-176v368c0 35.346-28.654 64-64 64v0h-96c-35.346 0-64-28.654-64-64v0-368h-176c-35.346 0-64-28.654-64-64v0-96c0-35.346 28.654-64 64-64v0h176v-176c0-35.346 28.654-64 64-64v0h96c35.346 0 64 28.654 64 64v0 176h176c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cross-fill"]},"attrs":[{}],"properties":{"order":29858,"id":874,"name":"cross-fill","prevSize":16,"code":60021},"setIdx":4,"setId":4,"iconIdx":373},{"icon":{"paths":["M928 480h-33.36c-16.329-186.717-163.923-334.311-349.188-350.537l-1.452-0.103v-33.36c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 33.36c-186.717 16.329-334.311 163.923-350.537 349.188l-0.103 1.452h-33.36c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h33.36c16.329 186.717 163.923 334.311 349.188 350.537l1.452 0.103v33.36c0 17.673 14.327 32 32 32s32-14.327 32-32v0-33.36c186.717-16.329 334.311-163.923 350.537-349.188l0.103-1.452h33.36c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM800 544h30.4c-15.895 151.349-135.051 270.505-285.009 286.281l-1.391 0.119v-30.4c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 30.4c-151.349-15.895-270.505-135.051-286.281-285.009l-0.119-1.391h30.4c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-30.4c15.895-151.349 135.051-270.505 285.009-286.281l1.391-0.119v30.4c0 17.673 14.327 32 32 32s32-14.327 32-32v0-30.4c151.349 15.895 270.505 135.051 286.281 285.009l0.119 1.391h-30.4c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM672 512c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crosshair-fill"]},"attrs":[{}],"properties":{"order":29859,"id":873,"name":"crosshair-fill","prevSize":16,"code":60022},"setIdx":4,"setId":4,"iconIdx":374},{"icon":{"paths":["M704 544h94.16c-15.567 133.638-120.522 238.593-252.812 254.032l-1.348 0.128v-94.16c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 94.16c-133.638-15.567-238.593-120.522-254.032-252.812l-0.128-1.348h94.16c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-94.16c15.567-133.638 120.522-238.593 252.812-254.032l1.348-0.128v94.16c0 17.673 14.327 32 32 32s32-14.327 32-32v0-94.16c133.638 15.567 238.593 120.522 254.032 252.812l0.128 1.348h-94.16c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crosshair-simple-fill"]},"attrs":[{}],"properties":{"order":29860,"id":872,"name":"crosshair-simple-fill","prevSize":16,"code":60023},"setIdx":4,"setId":4,"iconIdx":375},{"icon":{"paths":["M975.36 304.76c-8.443-7.391-19.572-11.899-31.755-11.899-7.875 0-15.311 1.884-21.88 5.226l0.275-0.127-200.84 100-167.68-278.52c-8.63-14.133-23.97-23.423-41.48-23.423s-32.85 9.29-41.359 23.211l-0.121 0.212-167.68 278.64-200.76-100c-6.281-3.188-13.696-5.056-21.546-5.056-26.753 0-48.44 21.687-48.44 48.44 0 5.368 0.873 10.532 2.485 15.358l-0.099-0.342 148 453.44c4.313 12.917 16.297 22.064 30.418 22.064 6.014 0 11.64-1.659 16.447-4.544l-0.145 0.081c1-0.6 103.28-59.52 282.8-59.52s281.8 58.92 282.72 59.48c4.688 2.846 10.354 4.53 16.413 4.53 14.131 0 26.122-9.159 30.361-21.864l0.065-0.226 148-453.32c1.587-4.576 2.503-9.849 2.503-15.337 0-14.557-6.448-27.608-16.643-36.453l-0.060-0.051zM703.36 627.2c-2.738 15.111-15.786 26.423-31.478 26.44l-0.002 0c-1.98-0.003-3.918-0.177-5.801-0.509l0.201 0.029c-46.433-8.373-99.877-13.16-154.44-13.16s-108.008 4.787-159.938 13.965l5.498-0.805c-1.672 0.31-3.595 0.487-5.56 0.487-17.677 0-32.007-14.33-32.007-32.007 0-15.712 11.321-28.78 26.251-31.491l0.195-0.029c49.776-8.983 107.068-14.12 165.56-14.12s115.785 5.137 171.452 14.983l-5.892-0.864c15.201 2.672 26.603 15.775 26.603 31.542 0 1.957-0.176 3.873-0.512 5.733l0.029-0.195z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crown-fill"]},"attrs":[{}],"properties":{"order":29861,"id":871,"name":"crown-fill","prevSize":16,"code":60024},"setIdx":4,"setId":4,"iconIdx":376},{"icon":{"paths":["M989.48 356.6l-148 453.32c-4.305 12.931-16.296 22.090-30.427 22.090-6.060 0-11.726-1.684-16.556-4.61l0.143 0.080c-0.92-0.56-103.2-59.48-282.72-59.48s-281.8 58.92-282.8 59.52c-4.661 2.805-10.288 4.464-16.302 4.464-14.121 0-26.105-9.146-30.353-21.838l-0.066-0.226-147.92-453.44c-1.533-4.511-2.417-9.708-2.417-15.111 0-26.753 21.687-48.44 48.44-48.44 7.863 0 15.288 1.873 21.854 5.198l-0.277-0.127 200.76 100 167.68-278.64c8.63-14.133 23.97-23.423 41.48-23.423s32.85 9.29 41.359 23.211l0.121 0.212 167.68 278.64 200.84-100c6.285-3.197 13.707-5.070 21.565-5.070 26.731 0 48.4 21.669 48.4 48.4 0 5.477-0.91 10.741-2.586 15.651l0.101-0.341z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crown-simple-fill"]},"attrs":[{}],"properties":{"order":29862,"id":870,"name":"crown-simple-fill","prevSize":16,"code":60025},"setIdx":4,"setId":4,"iconIdx":377},{"icon":{"paths":["M894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM512 480l-321.4-176 321.4-176 321.4 176zM544 878.56v-343.24l320-175.12v343.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cube-fill"]},"attrs":[{}],"properties":{"order":29863,"id":869,"name":"cube-fill","prevSize":16,"code":60026},"setIdx":4,"setId":4,"iconIdx":378},{"icon":{"paths":["M714.36 360.88l-202.36 116.84-202.36-116.84c-4.82-2.817-8.006-7.966-8.006-13.86s3.186-11.043 7.931-13.819l0.076-0.041 177.4-102.44c7.16-4.205 15.77-6.688 24.96-6.688s17.8 2.483 25.196 6.816l-0.236-0.128 177.4 102.44c4.82 2.817 8.006 7.966 8.006 13.86s-3.186 11.043-7.931 13.819l-0.076 0.041zM256 431.52v198.2c-0 0.034-0 0.073-0 0.113 0 19.016 10.207 35.648 25.441 44.715l0.239 0.132 174.32 100.68c2.295 1.348 5.054 2.144 8 2.144 8.831 0 15.991-7.154 16-15.983l0-0.001v-228.36l-200-115.48c-2.295-1.348-5.054-2.144-8-2.144-8.831 0-15.991 7.154-16 15.983l-0 0.001zM768 629.72v-198.2c-0.009-8.829-7.169-15.984-16-15.984-2.946 0-5.705 0.796-8.076 2.184l0.075-0.041-200 115.48v228.36c0.009 8.829 7.169 15.984 16 15.984 2.946 0 5.705-0.796 8.076-2.184l-0.075 0.041 174.28-100.68c15.496-9.195 25.72-25.839 25.72-44.871 0-0.031-0-0.063-0-0.094l0 0.005zM896 160h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM288 800h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 640c-17.673 0-32 14.327-32 32v0 128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM128 384c17.673 0 32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cube-focus-fill"]},"attrs":[{}],"properties":{"order":29864,"id":868,"name":"cube-focus-fill","prevSize":16,"code":60027},"setIdx":4,"setId":4,"iconIdx":379},{"icon":{"paths":["M416 608v-192h192v192zM128 212v380c0 8.837 7.163 16 16 16v0h208v-210.76l-196.68-196.68c-2.896-2.9-6.899-4.693-11.321-4.693-8.837 0-16 7.163-16 16 0 0.047 0 0.094 0.001 0.14l-0-0.007zM880 416h-208v210.76l196.68 196.68c2.896 2.9 6.899 4.693 11.321 4.693 8.837 0 16-7.163 16-16 0-0.047-0-0.094-0.001-0.14l0 0.007v-380c0-8.837-7.163-16-16-16v0zM608 144c0-8.837-7.163-16-16-16v0h-380c-0.004-0-0.008-0-0.013-0-8.837 0-16 7.163-16 16 0 4.421 1.793 8.424 4.692 11.32l0 0 196.56 196.68h210.76zM849.96 324.68l-150.64-150.64c-2.896-2.899-6.899-4.693-11.32-4.693-8.837 0-16 7.163-16 16 0 0.004 0 0.009 0 0.013l-0-0.001v166.64h166.64c0.004 0 0.008 0 0.013 0 8.837 0 16-7.163 16-16 0-4.421-1.793-8.424-4.692-11.32l-0-0zM626.76 672h-210.76v208c0 8.837 7.163 16 16 16v0h380c0.004 0 0.008 0 0.013 0 8.837 0 16-7.163 16-16 0-4.421-1.793-8.424-4.692-11.32l-0-0zM174.040 699.32l150.64 150.64c2.896 2.899 6.899 4.693 11.32 4.693 8.837 0 16-7.163 16-16 0-0.004-0-0.009-0-0.013l0 0.001v-166.64h-166.64c-0.004-0-0.008-0-0.013-0-8.837 0-16 7.163-16 16 0 4.421 1.793 8.424 4.692 11.32l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cube-transparent-fill"]},"attrs":[{}],"properties":{"order":29865,"id":867,"name":"cube-transparent-fill","prevSize":16,"code":60028},"setIdx":4,"setId":4,"iconIdx":380},{"icon":{"paths":["M672 608c0 53.019-42.981 96-96 96v0h-160v-192h160c53.019 0 96 42.981 96 96v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM736 608c-0.014-54.964-27.741-103.449-69.967-132.244l-0.553-0.356c23.747-23.256 38.469-55.648 38.469-91.478 0-59.302-40.328-109.185-95.055-123.72l-0.894-0.202v-36c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-64v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0 384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h64v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-35.24c73.511-15.478 127.915-79.753 128-156.751l0-0.009zM640 384c0-35.346-28.654-64-64-64v0h-160v128h160c35.346 0 64-28.654 64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-btc-fill"]},"attrs":[{}],"properties":{"order":29866,"id":866,"name":"currency-btc-fill","prevSize":16,"code":60029},"setIdx":4,"setId":4,"iconIdx":381},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM560 704h-16v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h144c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-96c-61.856 0-112-50.144-112-112s50.144-112 112-112v0h16v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-144c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h96c61.856 0 112 50.144 112 112s-50.144 112-112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-circle-dollar-fill"]},"attrs":[{}],"properties":{"order":29867,"id":865,"name":"currency-circle-dollar-fill","prevSize":16,"code":60030},"setIdx":4,"setId":4,"iconIdx":382},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM320 288h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM800 704c0 17.673-14.327 32-32 32v0h-96c-70.692 0-128-57.308-128-128v0-96h-66.080c-15.232 114.295-103.654 204.077-215.971 221.221l-1.429 0.179c-1.296 0.204-2.79 0.321-4.312 0.321-0.087 0-0.174-0-0.261-0.001l0.013 0c-17.658-0.019-31.966-14.339-31.966-32 0-16.081 11.861-29.391 27.312-31.659l0.174-0.021c82.545-12.605 147.238-76.039 161.589-156.875l0.171-1.165h-125.24c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128v96c0 35.346 28.654 64 64 64v0h64v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-cny-fill"]},"attrs":[{}],"properties":{"order":29868,"id":864,"name":"currency-cny-fill","prevSize":16,"code":60031},"setIdx":4,"setId":4,"iconIdx":383},{"icon":{"paths":["M464 320h16v160h-16c-44.183 0-80-35.817-80-80s35.817-80 80-80v0zM592 544h-48v160h48c44.183 0 80-35.817 80-80s-35.817-80-80-80v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM736 624c0-79.529-64.471-144-144-144v0h-48v-160h16c44.183 0 80 35.817 80 80v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-79.529-64.471-144-144-144v0h-16v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-16c-79.529 0-144 64.471-144 144s64.471 144 144 144v0h16v160h-32c-44.183 0-80-35.817-80-80v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 79.529 64.471 144 144 144v0h32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h48c79.529 0 144-64.471 144-144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-dollar-fill"]},"attrs":[{}],"properties":{"order":29869,"id":863,"name":"currency-dollar-fill","prevSize":16,"code":60032},"setIdx":4,"setId":4,"iconIdx":384},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM592 768h-48v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-32c-79.529 0-144-64.471-144-144v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 44.183 35.817 80 80 80v0h144c44.183 0 80-35.817 80-80s-35.817-80-80-80v0h-128c-79.529 0-144-64.471-144-144s64.471-144 144-144v0h16v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h16c79.529 0 144 64.471 144 144v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-44.183-35.817-80-80-80v0h-96c-44.183 0-80 35.817-80 80s35.817 80 80 80v0h128c79.529 0 144 64.471 144 144s-64.471 144-144 144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-dollar-simple-fill"]},"attrs":[{}],"properties":{"order":29870,"id":862,"name":"currency-dollar-simple-fill","prevSize":16,"code":60033},"setIdx":4,"setId":4,"iconIdx":385},{"icon":{"paths":["M889.16 492.24l-352-448c-5.912-7.474-14.981-12.227-25.16-12.227s-19.248 4.753-25.109 12.16l-0.051 0.067-352 448c-4.258 5.384-6.83 12.272-6.83 19.76s2.572 14.376 6.881 19.827l-0.051-0.067 352 448c5.912 7.474 14.981 12.227 25.16 12.227s19.248-4.753 25.109-12.16l0.051-0.067 352-448c4.258-5.384 6.83-12.272 6.83-19.76s-2.572-14.376-6.881-19.827l0.051 0.067zM544 622.32v-465.8l269.68 343.2zM480 622.32l-269.68-122.6 269.68-343.2zM480 692.6v174.88l-213.72-272z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-eth-fill"]},"attrs":[{}],"properties":{"order":29871,"id":861,"name":"currency-eth-fill","prevSize":16,"code":60034},"setIdx":4,"setId":4,"iconIdx":386},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 416c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-160v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-120.44c23.43 72.175 90.079 123.436 168.701 123.436 47.18 0 90.049-18.46 121.778-48.551l-0.079 0.074c5.822-5.994 13.958-9.713 22.963-9.713 17.673 0 32 14.327 32 32 0 9.602-4.229 18.216-10.926 24.081l-0.037 0.032c-43.077 40.872-101.433 66.008-165.659 66.008-114.061 0-209.606-79.278-234.539-185.738l-0.322-1.63h-37.44c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-64h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h36.48c23.456-110.387 120.115-192.004 235.837-192.004 64.26 0 122.642 25.167 165.828 66.182l-0.104-0.098c6.734 5.897 10.963 14.511 10.963 24.113 0 17.673-14.327 32-32 32-9.005 0-17.14-3.719-22.955-9.705l-0.007-0.008c-31.65-30.046-74.535-48.525-121.735-48.525-80.307 0-148.12 53.495-169.748 126.794l-0.317 1.252z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-eur-fill"]},"attrs":[{}],"properties":{"order":29872,"id":860,"name":"currency-eur-fill","prevSize":16,"code":60035},"setIdx":4,"setId":4,"iconIdx":387},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM672 768h-352c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h16c44.183 0 80-35.817 80-80v0-80h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0.002-88.364 71.636-159.996 160-159.996 29.455 0 57.051 7.959 80.755 21.845l-0.755-0.409c10.040 5.532 16.73 16.045 16.73 28.121 0 17.673-14.327 32-32 32-6.19 0-11.969-1.757-16.866-4.8l0.136 0.079c-13.769-8.086-30.327-12.862-48-12.862-53.019 0-96 42.981-96 96 0 0.008 0 0.015 0 0.023l-0-0.001v96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v80c0 0.052 0 0.114 0 0.176 0 29.771-9.088 57.42-24.64 80.324l0.32-0.5h216.32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-gbp-fill"]},"attrs":[{}],"properties":{"order":29873,"id":859,"name":"currency-gbp-fill","prevSize":16,"code":60036},"setIdx":4,"setId":4,"iconIdx":388},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM629 352h75c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-0.114 105.993-86.007 191.886-191.989 192l-10.851 0 192 168c5.86 5.802 9.488 13.848 9.488 22.742 0 17.673-14.327 32-32 32-7.438 0-14.284-2.538-19.718-6.795l0.070 0.053-256-224c-6.658-5.892-10.834-14.459-10.834-24 0-17.615 14.233-31.906 31.826-32l0.009-0h96c70.692 0 128-57.308 128-128v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h206.76c-22.528-38.504-63.667-63.965-110.755-64l-96.005-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-113.040c16.171 17.983 29.096 39.263 37.614 62.661l0.426 1.339z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-inr-fill"]},"attrs":[{}],"properties":{"order":29874,"id":858,"name":"currency-inr-fill","prevSize":16,"code":60037},"setIdx":4,"setId":4,"iconIdx":389},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM760 309.080l-177.48 202.92h57.48c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v64h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-64h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h57.48l-177.48-202.92c-4.204-5.364-6.742-12.21-6.742-19.648 0-17.673 14.327-32 32-32 8.894 0 16.94 3.628 22.739 9.485l0.003 0.003 200 228.48 200-228.48c5.91-7.547 15.023-12.352 25.258-12.352 17.673 0 32 14.327 32 32 0 8.779-3.536 16.733-9.261 22.515l0.003-0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-jpy-fill"]},"attrs":[{}],"properties":{"order":29875,"id":857,"name":"currency-jpy-fill","prevSize":16,"code":60038},"setIdx":4,"setId":4,"iconIdx":390},{"icon":{"paths":["M512 443.12l25.84 68.88h-51.68zM368 644.88l25.84-68.88h-51.68zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 544c0-17.673-14.327-32-32-32v0h-57.84l56-148.76c1.289-3.339 2.037-7.202 2.037-11.24 0-17.693-14.343-32.037-32.037-32.037-13.655 0-25.315 8.544-29.926 20.577l-0.074 0.219-64 171.24h-100l-64-171.24c-4.655-12.288-16.326-20.864-30-20.864s-25.345 8.577-29.927 20.645l-0.073 0.22-64.32 171.24h-99.68l-64.2-171.24c-4.685-12.253-16.345-20.797-30-20.797-17.693 0-32.037 14.343-32.037 32.037 0 4.038 0.747 7.901 2.11 11.459l-0.074-0.219 56 148.76h-57.96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h81.84l64.2 171.24c4.655 12.288 16.326 20.864 30 20.864s25.345-8.577 29.927-20.645l0.073-0.22 64.12-171.24h99.68l64 171.24c4.655 12.288 16.326 20.864 30 20.864s25.345-8.577 29.927-20.645l0.073-0.22 64-171.24h82.16c17.673 0 32-14.327 32-32v0zM656 644.88l25.84-68.88h-51.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-krw-fill"]},"attrs":[{}],"properties":{"order":29876,"id":856,"name":"currency-krw-fill","prevSize":16,"code":60039},"setIdx":4,"setId":4,"iconIdx":391},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM704 480h-160v288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM704 352h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-kzt-fill"]},"attrs":[{}],"properties":{"order":29877,"id":855,"name":"currency-kzt-fill","prevSize":16,"code":60040},"setIdx":4,"setId":4,"iconIdx":392},{"icon":{"paths":["M352 374.52l90.44 105.48h-90.44zM672 649.48v-105.48h-90.44zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM800 512c0-17.673-14.327-32-32-32v0h-32v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192h-145.28l-182.44-212.84c-5.903-6.847-14.588-11.156-24.28-11.156-17.672 0-31.998 14.325-32 31.996l-0 0v192h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h145.28l182.44 212.84c5.902 6.849 14.588 11.159 24.28 11.16l0 0c17.673 0 32-14.327 32-32v0-192h32c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-ngn-fill"]},"attrs":[{}],"properties":{"order":29878,"id":854,"name":"currency-ngn-fill","prevSize":16,"code":60041},"setIdx":4,"setId":4,"iconIdx":393},{"icon":{"paths":["M704 432c0 61.856-50.144 112-112 112v0h-144v-224h144c61.856 0 112 50.144 112 112v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM768 432c-0.114-97.156-78.844-175.886-175.989-176l-176.011-0c-17.673 0-32 14.327-32 32v0 256h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160v-64h144c97.156-0.114 175.886-78.844 176-175.989l0-0.011z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-rub-fill"]},"attrs":[{}],"properties":{"order":29879,"id":853,"name":"currency-rub-fill","prevSize":16,"code":60042},"setIdx":4,"setId":4,"iconIdx":394},{"icon":{"paths":["M483.4 113.68l32-64c5.373-10.568 16.166-17.683 28.62-17.683 17.675 0 32.003 14.328 32.003 32.003 0 5.22-1.25 10.148-3.467 14.502l0.084-0.182-32 64c-5.373 10.568-16.166 17.683-28.62 17.683-17.675 0-32.003-14.328-32.003-32.003 0-5.22 1.25-10.148 3.467-14.502l-0.084 0.182zM64 416h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM384 128c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0zM113.68 483.4l-64 32c-10.568 5.373-17.683 16.166-17.683 28.62 0 17.675 14.328 32.003 32.003 32.003 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 64-32c10.568-5.373 17.683-16.166 17.683-28.62 0-17.675-14.328-32.003-32.003-32.003-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084zM656.28 547l201.36-87.52c22.607-10.206 38.057-32.552 38.057-58.506 0-28.082-18.087-51.94-43.246-60.56l-0.45-0.134-640.32-209.080c-5.925-2.007-12.75-3.165-19.845-3.165-35.236 0-63.8 28.564-63.8 63.8 0 7.095 1.158 13.92 3.296 20.295l-0.131-0.45 209.080 640.32c8.125 24.925 30.646 42.834 57.509 43.995l0.131 0.005h3.12c0.065 0 0.143 0 0.221 0 25.957 0 48.269-15.609 58.060-37.953l0.159-0.407 87.52-201.36 221 220.96c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l18.72-18.72c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cursor-click-fill"]},"attrs":[{}],"properties":{"order":29880,"id":852,"name":"cursor-click-fill","prevSize":16,"code":60043},"setIdx":4,"setId":4,"iconIdx":395},{"icon":{"paths":["M877.24 768c11.585 11.582 18.75 27.584 18.75 45.26s-7.166 33.678-18.75 45.26l-18.72 18.72c-11.582 11.585-27.584 18.75-45.26 18.75s-33.678-7.166-45.26-18.75l-221-220.96-87.52 201.36c-9.951 22.751-32.262 38.36-58.219 38.36-0.078 0-0.155-0-0.232-0l0.012 0h-3.12c-26.994-1.166-49.515-19.075-57.513-43.553l-0.127-0.447-209.080-640.32c-2.007-5.925-3.165-12.75-3.165-19.845 0-35.236 28.564-63.8 63.8-63.8 7.095 0 13.92 1.158 20.295 3.296l-0.45-0.131 640.32 209.080c25.61 8.754 43.697 32.612 43.697 60.694 0 25.954-15.45 48.3-37.654 58.343l-0.403 0.163-201.36 87.52z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cursor-fill"]},"attrs":[{}],"properties":{"order":29881,"id":851,"name":"cursor-fill","prevSize":16,"code":60044},"setIdx":4,"setId":4,"iconIdx":396},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM576 480c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v96c0 35.346 28.654 64 64 64v0h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32c-0.005 0-0.012 0-0.018 0-38.189 0-72.462-16.766-95.86-43.339l-0.122-0.141c-23.52 26.714-57.793 43.48-95.982 43.48-0.006 0-0.013-0-0.019-0l-31.999 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c35.346 0 64-28.654 64-64v0-96h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-96c0-35.346-28.654-64-64-64v0h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c0.005-0 0.012-0 0.018-0 38.189 0 72.462 16.766 95.86 43.339l0.122 0.141c23.52-26.714 57.793-43.48 95.982-43.48 0.006 0 0.013 0 0.019 0l31.999-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32c-35.346 0-64 28.654-64 64v0 96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cursor-text-fill"]},"attrs":[{}],"properties":{"order":29882,"id":850,"name":"cursor-text-fill","prevSize":16,"code":60045},"setIdx":4,"setId":4,"iconIdx":397},{"icon":{"paths":["M512 64c-161.48 0-288 77.32-288 176v544c0 98.68 126.52 176 288 176s288-77.32 288-176v-544c0-98.68-126.52-176-288-176zM512 896c-119.32 0-224-52.32-224-112v-474.28c43.68 44.28 127.6 74.28 224 74.28s180.32-30 224-74.28v474.28c0 59.68-104.68 112-224 112z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cylinder-fill"]},"attrs":[{}],"properties":{"order":29883,"id":849,"name":"cylinder-fill","prevSize":16,"code":60046},"setIdx":4,"setId":4,"iconIdx":398},{"icon":{"paths":["M512 96c-215.32 0-384 98.4-384 224v384c0 125.6 168.68 224 384 224s384-98.4 384-224v-384c0-125.6-168.68-224-384-224zM832 512c0 38.48-31.52 77.72-86.44 107.68-61.84 33.72-144.8 52.32-233.56 52.32s-171.72-18.6-233.56-52.32c-54.92-29.96-86.44-69.2-86.44-107.68v-66.56c68.24 60 184.92 98.56 320 98.56s251.76-38.72 320-98.56zM745.56 811.68c-61.84 33.72-144.8 52.32-233.56 52.32s-171.72-18.6-233.56-52.32c-54.92-29.96-86.44-69.2-86.44-107.68v-66.56c68.24 60 184.92 98.56 320 98.56s251.76-38.72 320-98.56v66.56c0 38.48-31.52 77.72-86.44 107.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["database-fill"]},"attrs":[{}],"properties":{"order":29884,"id":848,"name":"database-fill","prevSize":16,"code":60047},"setIdx":4,"setId":4,"iconIdx":399},{"icon":{"paths":["M832 160h-640c-53.019 0-96 42.981-96 96v0 448c0 53.019 42.981 96 96 96v0h288v64h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-64h288c53.019 0 96-42.981 96-96v0-448c0-53.019-42.981-96-96-96v0zM832 736h-640c-17.673 0-32-14.327-32-32v0-64h704v64c0 17.673-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["desktop-fill"]},"attrs":[{}],"properties":{"order":29885,"id":847,"name":"desktop-fill","prevSize":16,"code":60048},"setIdx":4,"setId":4,"iconIdx":400},{"icon":{"paths":["M480 304v448c0 8.837-7.163 16-16 16v0h-80v64h62.92c0.12-0.002 0.261-0.002 0.403-0.002 17.072 0 31.090 13.074 32.588 29.757l0.009 0.126c0.045 0.634 0.070 1.374 0.070 2.12 0 17.673-14.327 32-32 32-0.025 0-0.049-0-0.074-0l0.004 0h-190.84c-0.144 0.002-0.313 0.004-0.483 0.004-17.072 0-31.091-13.075-32.588-29.758l-0.009-0.126c-0.045-0.634-0.070-1.374-0.070-2.12 0-17.673 14.327-32 32-32 0.025 0 0.049 0 0.074 0l-0.004-0h64v-64h-192c-53.019 0-96-42.981-96-96v0-288c0-53.019 42.981-96 96-96v0h336c8.837 0 16 7.163 16 16v0zM992 192v640c0 35.346-28.654 64-64 64v0h-320c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h320c35.346 0 64 28.654 64 64v0zM815.6 726.28c0.262-1.885 0.412-4.062 0.412-6.274 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48 2.196 0 4.358-0.147 6.475-0.433l-0.247 0.027c21.561-2.901 38.438-19.764 41.332-41.072l0.028-0.248zM896 413.88c-1.506-16.809-15.525-29.884-32.597-29.884-0.17 0-0.339 0.001-0.509 0.004l0.026-0h-189.84c-0.12-0.002-0.261-0.002-0.403-0.002-17.072 0-31.090 13.074-32.588 29.757l-0.009 0.126c-0.045 0.634-0.070 1.374-0.070 2.12 0 17.673 14.327 32 32 32 0.025 0 0.049-0 0.074-0l-0.004 0h192c17.669-0.006 31.99-14.33 31.99-32 0-0.746-0.026-1.486-0.076-2.219l0.005 0.099zM896 285.88c-1.506-16.809-15.525-29.884-32.597-29.884-0.17 0-0.339 0.001-0.509 0.004l0.026-0h-189.84c-0.144-0.002-0.313-0.004-0.483-0.004-17.072 0-31.091 13.075-32.588 29.758l-0.009 0.126c-0.045 0.634-0.070 1.374-0.070 2.12 0 17.673 14.327 32 32 32 0.025 0 0.049-0 0.074-0l-0.004 0h192c0.021 0 0.046 0 0.070 0 17.673 0 32-14.327 32-32 0-0.746-0.026-1.486-0.076-2.219l0.005 0.099z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["desktop-tower-fill"]},"attrs":[{}],"properties":{"order":29886,"id":846,"name":"desktop-tower-fill","prevSize":16,"code":60049},"setIdx":4,"setId":4,"iconIdx":401},{"icon":{"paths":["M1024 480c0 17.673-14.327 32-32 32v0h-960c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h111.68l190-261.64c11.774-16.031 30.552-26.321 51.733-26.321 19.901 0 37.681 9.084 49.419 23.331l0.088 0.11 52.2 60.52c5.876 7.337 14.834 11.995 24.88 11.995s19.004-4.658 24.831-11.932l0.049-0.063 0.8-0.92 51.4-59.6c11.826-14.357 29.606-23.441 49.507-23.441 21.181 0 39.959 10.29 51.608 26.143l0.125 0.178 190 261.64h111.68c17.673 0 32 14.327 32 32v0zM720 576c-73.88 0.015-134.758 55.665-143.018 127.333l-0.062 0.667h-129.84c-8.348-72.321-69.229-127.949-143.103-127.949-79.529 0-144 64.471-144 144s64.471 144 144 144c62.342 0 115.432-39.617 135.466-95.048l0.317-1.003h144.48c20.365 56.408 73.441 96 135.765 96 79.529 0 144-64.471 144-144s-64.471-144-144-144c-0.002 0-0.003 0-0.005 0l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["detective-fill"]},"attrs":[{}],"properties":{"order":29887,"id":845,"name":"detective-fill","prevSize":16,"code":60050},"setIdx":4,"setId":4,"iconIdx":402},{"icon":{"paths":["M704 64h-384c-53.019 0-96 42.981-96 96v0 704c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-704c0-53.019-42.981-96-96-96v0zM512 288c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-mobile-camera-fill"]},"attrs":[{}],"properties":{"order":29888,"id":844,"name":"device-mobile-camera-fill","prevSize":16,"code":60051},"setIdx":4,"setId":4,"iconIdx":403},{"icon":{"paths":["M704 64h-384c-53.019 0-96 42.981-96 96v0 704c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-704c0-53.019-42.981-96-96-96v0zM320 128h384c17.673 0 32 14.327 32 32v0 32h-448v-32c0-17.673 14.327-32 32-32v0zM704 896h-384c-17.673 0-32-14.327-32-32v0-32h448v32c0 17.673-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-mobile-fill"]},"attrs":[{}],"properties":{"order":29889,"id":843,"name":"device-mobile-fill","prevSize":16,"code":60052},"setIdx":4,"setId":4,"iconIdx":404},{"icon":{"paths":["M704 64h-384c-53.019 0-96 42.981-96 96v0 704c0 53.019 42.981 96 96 96v0h384c53.019 0 96-42.981 96-96v0-704c0-53.019-42.981-96-96-96v0zM640 256h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-mobile-speaker-fill"]},"attrs":[{}],"properties":{"order":29890,"id":842,"name":"device-mobile-speaker-fill","prevSize":16,"code":60053},"setIdx":4,"setId":4,"iconIdx":405},{"icon":{"paths":["M896 288h-64v-32c0-53.019-42.981-96-96-96v0h-576c-53.019 0-96 42.981-96 96v0 384c0 53.019 42.981 96 96 96v0h448v32c0 53.019 42.981 96 96 96v0h192c53.019 0 96-42.981 96-96v0-384c0-53.019-42.981-96-96-96v0zM928 768c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM544 832c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM864 448c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["devices-fill"]},"attrs":[{}],"properties":{"order":29891,"id":841,"name":"devices-fill","prevSize":16,"code":60054},"setIdx":4,"setId":4,"iconIdx":406},{"icon":{"paths":["M768 96h-512c-53.019 0-96 42.981-96 96v0 640c0 53.019 42.981 96 96 96v0h512c53.019 0 96-42.981 96-96v0-640c0-53.019-42.981-96-96-96v0zM512 320c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-tablet-camera-fill"]},"attrs":[{}],"properties":{"order":29892,"id":840,"name":"device-tablet-camera-fill","prevSize":16,"code":60055},"setIdx":4,"setId":4,"iconIdx":407},{"icon":{"paths":["M768 96h-512c-53.019 0-96 42.981-96 96v0 640c0 53.019 42.981 96 96 96v0h512c53.019 0 96-42.981 96-96v0-640c0-53.019-42.981-96-96-96v0zM256 160h512c17.673 0 32 14.327 32 32v0 32h-576v-32c0-17.673 14.327-32 32-32v0zM768 864h-512c-17.673 0-32-14.327-32-32v0-32h576v32c0 17.673-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-tablet-fill"]},"attrs":[{}],"properties":{"order":29893,"id":839,"name":"device-tablet-fill","prevSize":16,"code":60056},"setIdx":4,"setId":4,"iconIdx":408},{"icon":{"paths":["M768 96h-512c-53.019 0-96 42.981-96 96v0 640c0 53.019 42.981 96 96 96v0h512c53.019 0 96-42.981 96-96v0-640c0-53.019-42.981-96-96-96v0zM640 288h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-tablet-speaker-fill"]},"attrs":[{}],"properties":{"order":29894,"id":838,"name":"device-tablet-speaker-fill","prevSize":16,"code":60057},"setIdx":4,"setId":4,"iconIdx":409},{"icon":{"paths":["M320 480v64c0 35.346-28.654 64-64 64v0-192c35.346 0 64 28.654 64 64v0zM992 288v448c0 35.346-28.654 64-64 64v0h-832c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h832c35.346 0 64 28.654 64 64v0zM384 480c0-70.692-57.308-128-128-128v0h-32c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0h32c70.692 0 128-57.308 128-128v0zM512 480v-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM840.68 353.2c-2.601-0.762-5.589-1.2-8.68-1.2-14.582 0-26.887 9.754-30.744 23.094l-0.056 0.226-41.2 146.48-41.2-146.48c-3.956-13.5-16.228-23.192-30.764-23.192-17.673 0-32 14.327-32 32 0 3.044 0.425 5.989 1.219 8.778l-0.055-0.226 72 256c3.914 13.565 16.218 23.319 30.8 23.319s26.886-9.754 30.744-23.093l0.056-0.226 72-256c0.762-2.601 1.2-5.589 1.2-8.68 0-14.582-9.754-26.887-23.094-30.744l-0.226-0.056z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dev-to-logo-fill"]},"attrs":[{}],"properties":{"order":29895,"id":837,"name":"dev-to-logo-fill","prevSize":16,"code":60058},"setIdx":4,"setId":4,"iconIdx":410},{"icon":{"paths":["M960 512c0 0.053 0 0.116 0 0.179 0 17.562-7.141 33.457-18.678 44.939l-0.003 0.003-384.2 384.24c-11.568 11.501-27.514 18.611-45.12 18.611s-33.552-7.109-45.123-18.614l0.003 0.003-384-384.24c-11.501-11.568-18.611-27.514-18.611-45.12s7.109-33.552 18.614-45.123l-0.003 0.003 384.2-384.24c11.568-11.501 27.514-18.611 45.12-18.611s33.552 7.109 45.123 18.614l-0.003-0.003 384.2 384.24c11.42 11.464 18.481 27.279 18.481 44.742 0 0.133-0 0.266-0.001 0.398l0-0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["diamond-fill"]},"attrs":[{}],"properties":{"order":29896,"id":836,"name":"diamond-fill","prevSize":16,"code":60059},"setIdx":4,"setId":4,"iconIdx":411},{"icon":{"paths":["M347.6 295.28c-12.108-12.104-19.597-28.827-19.597-47.3s7.489-35.196 19.597-47.3l117.080-117.12c12.119-12.091 28.846-19.568 47.32-19.568s35.201 7.477 47.321 19.569l-0.001-0.001 117.080 117.12c12.108 12.104 19.597 28.827 19.597 47.3s-7.489 35.196-19.597 47.3l-117.080 117.12c-12.119 12.091-28.846 19.568-47.32 19.568s-35.201-7.477-47.321-19.569l0.001 0.001zM940.44 464.68l-117.12-117.12c-12.113-12.089-28.833-19.564-47.3-19.564s-35.187 7.475-47.301 19.565l0.001-0.001-117.12 117.12c-12.091 12.119-19.568 28.846-19.568 47.32s7.477 35.201 19.569 47.321l-0.001-0.001 117.12 117.12c12.113 12.089 28.833 19.564 47.3 19.564s35.187-7.475 47.301-19.565l-0.001 0.001 117.12-117.12c12.091-12.119 19.568-28.846 19.568-47.32s-7.477-35.201-19.569-47.321l0.001 0.001zM412.44 464.68l-117.16-117.12c-12.113-12.089-28.833-19.564-47.3-19.564s-35.187 7.475-47.301 19.565l0.001-0.001-117.12 117.12c-12.091 12.119-19.568 28.846-19.568 47.32s7.477 35.201 19.569 47.321l-0.001-0.001 117.12 117.12c12.113 12.089 28.833 19.564 47.3 19.564s35.187-7.475 47.301-19.565l-0.001 0.001 117.12-117.12c12.091-12.119 19.568-28.846 19.568-47.32s-7.477-35.201-19.569-47.321l0.001 0.001zM559.36 611.6c-12.119-12.091-28.846-19.568-47.32-19.568s-35.201 7.477-47.321 19.569l0.001-0.001-117.12 117.12c-12.108 12.104-19.597 28.827-19.597 47.3s7.489 35.196 19.597 47.3l117.080 117.12c12.119 12.091 28.846 19.568 47.32 19.568s35.201-7.477 47.321-19.569l-0.001 0.001 117.080-117.12c12.108-12.104 19.597-28.827 19.597-47.3s-7.489-35.196-19.597-47.3l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["diamonds-four-fill"]},"attrs":[{}],"properties":{"order":29897,"id":835,"name":"diamonds-four-fill","prevSize":16,"code":60060},"setIdx":4,"setId":4,"iconIdx":412},{"icon":{"paths":["M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM368 704c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM368 416c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 704c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 416c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-five-fill"]},"attrs":[{}],"properties":{"order":29898,"id":834,"name":"dice-five-fill","prevSize":16,"code":60061},"setIdx":4,"setId":4,"iconIdx":413},{"icon":{"paths":["M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM400 672c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM400 448c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM624 672c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM624 448c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-four-fill"]},"attrs":[{}],"properties":{"order":29899,"id":833,"name":"dice-four-fill","prevSize":16,"code":60062},"setIdx":4,"setId":4,"iconIdx":414},{"icon":{"paths":["M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM512 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-one-fill"]},"attrs":[{}],"properties":{"order":29900,"id":832,"name":"dice-one-fill","prevSize":16,"code":60063},"setIdx":4,"setId":4,"iconIdx":415},{"icon":{"paths":["M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM368 736c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM368 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM368 384c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 736c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 384c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-six-fill"]},"attrs":[{}],"properties":{"order":29901,"id":831,"name":"dice-six-fill","prevSize":16,"code":60064},"setIdx":4,"setId":4,"iconIdx":416},{"icon":{"paths":["M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM368 416c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 704c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-three-fill"]},"attrs":[{}],"properties":{"order":29902,"id":830,"name":"dice-three-fill","prevSize":16,"code":60065},"setIdx":4,"setId":4,"iconIdx":417},{"icon":{"paths":["M768 128h-512c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h512c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM432 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM592 640c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-two-fill"]},"attrs":[{}],"properties":{"order":29903,"id":829,"name":"dice-two-fill","prevSize":16,"code":60066},"setIdx":4,"setId":4,"iconIdx":418},{"icon":{"paths":["M753.2 173.24c-0.769-0.661-1.616-1.318-2.496-1.931l-0.104-0.069c-0.92-0.64-1.88-1.24-2.84-1.8-67.42-49.216-151.937-78.744-243.351-78.744-229.419 0-415.4 185.981-415.4 415.4s185.981 415.4 415.4 415.4c229.419 0 415.4-185.981 415.4-415.4 0-135.631-65.002-256.080-165.554-331.894l-1.056-0.762zM512 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM864 512c0 9.88-0.44 19.68-1.24 29.36l-190.76-33.68c-1.157-41.1-17.706-78.123-44.058-105.701l0.058 0.061 111.12-158.68c76.587 64.845 124.88 161.059 124.88 268.553 0 0.031-0 0.061-0 0.092l0-0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["disc-fill"]},"attrs":[{}],"properties":{"order":29904,"id":828,"name":"disc-fill","prevSize":16,"code":60067},"setIdx":4,"setId":4,"iconIdx":419},{"icon":{"paths":["M990.040 697.56l-118.040-465.56c-6.472-24.657-26.602-43.286-51.624-47.468l-0.376-0.052-144.24-23.68c-3.097-0.524-6.665-0.823-10.303-0.823-29.953 0-55.165 20.298-62.632 47.889l-0.105 0.454-0.84 3.4c-0.308 1.173-0.484 2.519-0.484 3.906 0 7.977 5.837 14.59 13.473 15.802l0.091 0.012c37.278 5.543 70.223 13.383 102.044 23.717l-4.404-1.237c13.608 4.2 23.325 16.666 23.325 31.402 0 2.624-0.308 5.176-0.89 7.621l0.045-0.223c-3.65 13.954-16.145 24.083-31.005 24.083-3.485 0-6.84-0.557-9.981-1.587l0.226 0.064c-54.516-17.331-117.219-27.319-182.255-27.319-64.554 0-126.81 9.84-185.349 28.103l4.404-1.184c-3.126 1.087-6.729 1.715-10.479 1.715-13.868 0-25.731-8.586-30.563-20.732l-0.078-0.222c-1.201-3.229-1.896-6.959-1.896-10.852 0-14.177 9.22-26.201 21.99-30.403l0.226-0.064c27.775-9.262 61.134-17.24 95.404-22.446l3.476-0.434c7.727-1.223 13.564-7.837 13.564-15.814 0-1.388-0.177-2.734-0.509-4.018l0.024 0.111-0.84-3.4c-7.564-28.033-32.763-48.323-62.701-48.323-3.679 0-7.287 0.306-10.799 0.895l0.38-0.053-144.32 23.68c-25.389 4.228-45.514 22.84-51.899 47.032l-0.101 0.448-118.040 465.56c-1.236 4.693-1.946 10.080-1.946 15.633 0 25.962 15.516 48.299 37.782 58.245l0.405 0.162 268 118.84c7.728 3.524 16.762 5.577 26.275 5.577 27.566 0 51.104-17.245 60.416-41.534l0.149-0.443 13.96-37.8c0.622-1.64 0.982-3.537 0.982-5.518 0-8.153-6.099-14.882-13.983-15.874l-0.079-0.008c-43.002-5.296-81.755-13.994-118.995-26.053l4.475 1.253c-13.576-4.22-23.262-16.67-23.262-31.383 0-2.587 0.3-5.105 0.866-7.519l-0.044 0.222c3.62-13.997 16.136-24.169 31.027-24.169 3.492 0 6.853 0.559 9.999 1.593l-0.226-0.064c54.514 17.307 117.212 27.28 182.24 27.28s127.726-9.973 186.649-28.473l-4.409 1.193c2.912-0.964 6.264-1.52 9.745-1.52 14.874 0 27.377 10.148 30.965 23.897l0.049 0.223c0.533 2.212 0.838 4.751 0.838 7.362 0 14.711-9.696 27.157-23.046 31.296l-0.232 0.062c-32.757 10.811-71.496 19.509-111.392 24.486l-3.088 0.314c-7.963 1-14.062 7.729-14.062 15.882 0 1.981 0.36 3.877 1.018 5.628l-0.036-0.11 13.96 37.8c9.477 24.727 33.019 41.964 60.587 41.964 9.504 0 18.53-2.049 26.66-5.729l-0.407 0.165 268-118.84c22.67-10.107 38.186-32.445 38.186-58.407 0-5.553-0.71-10.941-2.044-16.077l0.098 0.443zM368 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["discord-logo-fill"]},"attrs":[{}],"properties":{"order":29905,"id":827,"name":"discord-logo-fill","prevSize":16,"code":60068},"setIdx":4,"setId":4,"iconIdx":420},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM512 256c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM512 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM736 544h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["divide-fill"]},"attrs":[{}],"properties":{"order":29906,"id":826,"name":"divide-fill","prevSize":16,"code":60069},"setIdx":4,"setId":4,"iconIdx":421},{"icon":{"paths":["M800 818v110c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-110c0.001-0.249 0.001-0.545 0.001-0.84 0-99.429-56.977-185.549-140.063-227.492l-1.459-0.668-193.6-96.76c-105.668-53.259-176.882-160.899-176.882-285.172 0-0.376 0.001-0.751 0.002-1.126l-0 0.058v-110c0-17.673 14.327-32 32-32s32 14.327 32 32v0 110c-0.001 0.249-0.001 0.545-0.001 0.84 0 99.429 56.977 185.549 140.063 227.492l1.459 0.668 193.6 96.76c105.668 53.259 176.882 160.899 176.882 285.172 0 0.376-0.001 0.751-0.002 1.126l0-0.058zM652.72 768h-320.72c-0.021 0-0.046 0-0.070 0-17.673 0-32-14.327-32-32 0-0.746 0.026-1.486 0.076-2.219l-0.005 0.099c1.527-16.812 15.554-29.882 32.633-29.882 0.129 0 0.258 0.001 0.386 0.002l-0.020-0h265.8c8.828-0.011 15.98-7.17 15.98-16 0-4.563-1.91-8.679-4.973-11.594l-0.007-0.006c-12.723-11.624-27.193-21.661-42.898-29.614l-1.102-0.506-177.8-89.040c-4.165-2.125-9.085-3.371-14.295-3.371-7.128 0-13.712 2.331-19.031 6.272l0.087-0.061c-79.506 58.988-130.531 152.471-130.76 257.883l-0 0.037v108.92c-0.002 0.144-0.004 0.313-0.004 0.483 0 17.072 13.075 31.091 29.758 32.588l0.126 0.009c0.634 0.045 1.374 0.070 2.12 0.070 17.673 0 32-14.327 32-32 0-0.025-0-0.049-0-0.074l0 0.004v-64h352c17.673 0 32-14.327 32-32v0-14c-0.001-13.19-1.312-26.072-3.808-38.526l0.208 1.246c-1.572-7.316-7.985-12.72-15.66-12.72-0.007 0-0.014 0-0.021 0l0.001-0zM765.88 64c-16.809 1.506-29.884 15.525-29.884 32.597 0 0.17 0.001 0.339 0.004 0.509l-0-0.026v62.92h-352c-17.673 0-32 14.327-32 32v0 14c0.001 13.19 1.312 26.072 3.808 38.526l-0.208-1.246c1.572 7.316 7.985 12.72 15.66 12.72 0.007 0 0.014-0 0.021-0l-0.001 0h319.72c0.109-0.001 0.238-0.002 0.367-0.002 17.080 0 31.107 13.070 32.624 29.755l0.009 0.127c0.045 0.634 0.070 1.374 0.070 2.12 0 17.673-14.327 32-32 32-0.025 0-0.049-0-0.074-0l0.004 0h-266.8c-8.828 0.011-15.98 7.17-15.98 16 0 4.563 1.91 8.679 4.973 11.594l0.007 0.006c12.723 11.624 27.193 21.661 42.898 29.614l1.102 0.506 177.8 89.040c4.16 2.145 9.079 3.402 14.291 3.402 7.14 0 13.729-2.359 19.031-6.341l-0.082 0.059c79.496-58.98 130.518-152.446 130.76-257.841l0-0.039v-110c0-0.021 0-0.046 0-0.070 0-17.673-14.327-32-32-32-0.746 0-1.486 0.026-2.219 0.076l0.099-0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dna-fill"]},"attrs":[{}],"properties":{"order":29907,"id":825,"name":"dna-fill","prevSize":16,"code":60070},"setIdx":4,"setId":4,"iconIdx":422},{"icon":{"paths":["M958.84 500l-65.68-352c-5.748-29.928-31.724-52.233-62.909-52.233-5.516 0-10.868 0.698-15.975 2.010l0.444-0.097-1.24 0.36-210.080 61.96h-182.8l-211.32-62.12c-4.663-1.215-10.015-1.913-15.531-1.913-31.185 0-57.161 22.305-62.845 51.831l-0.064 0.402-65.68 351.8c-0.774 3.708-1.217 7.968-1.217 12.332 0 25.653 15.313 47.73 37.298 57.588l0.399 0.16c7.875 3.7 17.098 5.878 26.825 5.92l0.015 0c11.629-0.006 22.507-3.216 31.8-8.796l-0.28 0.156v168.64c0 88.366 71.634 160 160 160v0h384c88.366 0 160-71.634 160-160v0-168.6c9.003 5.414 19.865 8.622 31.475 8.64l0.005 0c9.751-0.029 18.989-2.193 27.282-6.048l-0.402 0.168c22.392-10.014 37.712-32.095 37.712-57.754 0-4.39-0.449-8.676-1.302-12.814l0.070 0.408zM704 832h-160v-50.76l54.64-54.6c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-41.36 41.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l54.64 54.6v50.76h-160c-53.019 0-96-42.981-96-96v0-243.56l207.72-268.44h160.56l207.72 268.44v243.56c0 53.019-42.981 96-96 96v0zM416 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM704 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dog-fill"]},"attrs":[{}],"properties":{"order":29908,"id":824,"name":"dog-fill","prevSize":16,"code":60071},"setIdx":4,"setId":4,"iconIdx":423},{"icon":{"paths":["M928 864h-96v-704c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM656 576c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["door-fill"]},"attrs":[{}],"properties":{"order":29909,"id":823,"name":"door-fill","prevSize":16,"code":60072},"setIdx":4,"setId":4,"iconIdx":424},{"icon":{"paths":["M928 864h-96v-704c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 704h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM672 864h-416v-704h416zM512 528c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["door-open-fill"]},"attrs":[{}],"properties":{"order":29910,"id":822,"name":"door-open-fill","prevSize":16,"code":60073},"setIdx":4,"setId":4,"iconIdx":425},{"icon":{"paths":["M512 320c-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192v0c0-106.039-85.961-192-192-192v0zM512 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dot-fill"]},"attrs":[{}],"properties":{"order":29911,"id":821,"name":"dot-fill","prevSize":16,"code":60074},"setIdx":4,"setId":4,"iconIdx":426},{"icon":{"paths":["M624 512c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dot-outline-fill"]},"attrs":[{}],"properties":{"order":29912,"id":820,"name":"dot-outline-fill","prevSize":16,"code":60075},"setIdx":4,"setId":4,"iconIdx":427},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM304 768c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM304 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM304 352c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 768c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 352c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM720 768c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM720 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM720 352c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-nine-fill"]},"attrs":[{}],"properties":{"order":29913,"id":819,"name":"dots-nine-fill","prevSize":16,"code":60076},"setIdx":4,"setId":4,"iconIdx":428},{"icon":{"paths":["M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM272 672c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM272 448c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 672c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 448c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM752 672c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM752 448c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-six-fill"]},"attrs":[{}],"properties":{"order":29914,"id":818,"name":"dots-six-fill","prevSize":16,"code":60077},"setIdx":4,"setId":4,"iconIdx":429},{"icon":{"paths":["M768 64h-512c-35.346 0-64 28.654-64 64v0 768c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-768c0-35.346-28.654-64-64-64v0zM400 800c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM400 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM400 320c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM624 800c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM624 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM624 320c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-six-vertical-fill"]},"attrs":[{}],"properties":{"order":29915,"id":817,"name":"dots-six-vertical-fill","prevSize":16,"code":60078},"setIdx":4,"setId":4,"iconIdx":430},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.296-229.631-186.369-415.704-415.972-416l-0.028-0zM336 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM688 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-circle-fill"]},"attrs":[{}],"properties":{"order":29916,"id":816,"name":"dots-three-circle-fill","prevSize":16,"code":60079},"setIdx":4,"setId":4,"iconIdx":431},{"icon":{"paths":["M928 512c0-229.75-186.25-416-416-416s-416 186.25-416 416c0 229.75 186.25 416 416 416v0c229.631-0.296 415.704-186.369 416-415.972l0-0.028zM464 336c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM464 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM464 688c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-circle-vertical-fill"]},"attrs":[{}],"properties":{"order":29917,"id":815,"name":"dots-three-circle-vertical-fill","prevSize":16,"code":60080},"setIdx":4,"setId":4,"iconIdx":432},{"icon":{"paths":["M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM240 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM784 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-fill"]},"attrs":[{}],"properties":{"order":29918,"id":814,"name":"dots-three-fill","prevSize":16,"code":60081},"setIdx":4,"setId":4,"iconIdx":433},{"icon":{"paths":["M624 512c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM192 400c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM832 400c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-outline-fill"]},"attrs":[{}],"properties":{"order":29919,"id":813,"name":"dots-three-outline-fill","prevSize":16,"code":60082},"setIdx":4,"setId":4,"iconIdx":434},{"icon":{"paths":["M624 512c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM512 304c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM512 720c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-outline-vertical-fill"]},"attrs":[{}],"properties":{"order":29920,"id":812,"name":"dots-three-outline-vertical-fill","prevSize":16,"code":60083},"setIdx":4,"setId":4,"iconIdx":435},{"icon":{"paths":["M768 64h-512c-35.346 0-64 28.654-64 64v0 768c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-768c0-35.346-28.654-64-64-64v0zM512 832c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 288c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-vertical-fill"]},"attrs":[{}],"properties":{"order":29921,"id":811,"name":"dots-three-vertical-fill","prevSize":16,"code":60084},"setIdx":4,"setId":4,"iconIdx":436},{"icon":{"paths":["M297.36 342.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l137.36 137.4v-338.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 338.76l137.36-137.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM960 544v256c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h209.6c0.004-0 0.008-0 0.013-0 4.415 0 8.413 1.788 11.308 4.68l-0-0 95.080 95.32c17.384 17.443 41.432 28.236 68 28.236s50.616-10.793 67.997-28.233l0.003-0.003 95.2-95.2c2.854-2.911 6.808-4.735 11.188-4.8l0.012-0h209.6c35.346 0 64 28.654 64 64v0zM800 672c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["download-fill"]},"attrs":[{}],"properties":{"order":29922,"id":810,"name":"download-fill","prevSize":16,"code":60085},"setIdx":4,"setId":4,"iconIdx":437},{"icon":{"paths":["M329.36 470.64c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l127.999-0v-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0 256h128c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-160 160c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM864 576c-17.673 0-32 14.327-32 32v0 224h-640v-224c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 224c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-224c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["download-simple-fill"]},"attrs":[{}],"properties":{"order":29923,"id":809,"name":"download-simple-fill","prevSize":16,"code":60086},"setIdx":4,"setId":4,"iconIdx":438},{"icon":{"paths":["M265.040 320.92c-5.63-9.067-8.967-20.067-8.967-31.847 0-5.996 0.865-11.79 2.476-17.264l-0.109 0.432c1.727-7.216 4.483-13.572 8.149-19.288l-0.149 0.248 85.56-122.4v-98.8c-0-0.021-0-0.046-0-0.070 0-17.673 14.327-32 32-32 0.746 0 1.486 0.026 2.219 0.076l-0.099-0.005c16.805 1.486 29.884 15.496 29.884 32.56 0 0.183-0.002 0.365-0.004 0.547l0-0.027v96.6l21 26.32c17.674 22.031 44.593 36.016 74.779 36.016 0.612 0 1.223-0.006 1.832-0.017l-0.091 0.001c30.362-0.885 57.174-15.354 74.682-37.512l0.158-0.208 19.64-24.6v-97.68c-0-0.021-0-0.046-0-0.070 0-17.673 14.327-32 32-32 0.746 0 1.486 0.026 2.219 0.076l-0.099-0.005c16.805 1.486 29.884 15.496 29.884 32.56 0 0.183-0.002 0.365-0.004 0.547l0-0.027v97.72l85.68 122.4c3.517 5.468 6.273 11.824 7.913 18.615l0.087 0.425c1.502 5.043 2.367 10.837 2.367 16.833 0 11.78-3.337 22.781-9.117 32.108l0.151-0.261c-0.144 0.204-0.29 0.439-0.422 0.683l-0.018 0.037-55.44 86.96c-2.886 4.478-7.848 7.4-13.492 7.4-0.038 0-0.076-0-0.113-0l0.006 0h-355.2c-5.64-0.004-10.596-2.926-13.442-7.337l-0.038-0.063-55.44-86.96c-0.15-0.281-0.296-0.516-0.455-0.742l0.015 0.022zM859.040 839.16c-0.191-0.535-0.394-0.983-0.626-1.413l0.026 0.053-163.68-348.6c-2.617-5.481-8.116-9.2-14.483-9.2-0.013 0-0.026 0-0.039 0l0.002-0h-336.48c-0.011-0-0.024-0-0.037-0-6.367 0-11.866 3.719-14.442 9.104l-0.042 0.096-163.68 348.6c-0.206 0.377-0.409 0.825-0.578 1.29l-0.022 0.070c-3.124 7.33-4.941 15.858-4.941 24.809 0 10.192 2.355 19.835 6.55 28.413l-0.169-0.383c10.626 21.485 32.393 36 57.55 36 0.018 0 0.035-0 0.053-0l575.997 0c0.003 0 0.006 0 0.010 0 25.157 0 46.924-14.515 57.383-35.627l0.167-0.373c4.039-8.207 6.402-17.865 6.402-28.075 0-8.935-1.809-17.447-5.082-25.19l0.16 0.425z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dress-fill"]},"attrs":[{}],"properties":{"order":29924,"id":808,"name":"dress-fill","prevSize":16,"code":60087},"setIdx":4,"setId":4,"iconIdx":439},{"icon":{"paths":["M373.080 147.44c-4.581-2.868-7.583-7.887-7.583-13.607 0-6.998 4.492-12.946 10.751-15.119l0.112-0.034c40.369-14.373 86.934-22.679 135.439-22.679 81.179 0 156.923 23.266 220.93 63.493l-1.729-1.014c4.515 2.88 7.467 7.862 7.467 13.534 0 3.773-1.306 7.242-3.491 9.978l0.025-0.032c-46.392 58.922-101.9 108.201-164.843 146.466l-2.717 1.534c-52.551-73.205-117.183-134.063-191.549-180.869l-2.811-1.651zM510.32 360c-58.448-79.142-133.566-142.623-220.459-186.038l-3.541-1.602c-2.011-0.999-4.38-1.583-6.885-1.583-3.417 0-6.581 1.088-9.163 2.936l0.048-0.032c-70.809 51.079-124.299 122.22-152.491 205.059l-0.869 2.941c-0.501 1.483-0.79 3.19-0.79 4.965 0 7.7 5.44 14.13 12.686 15.656l0.104 0.018c38.144 8.598 81.983 13.576 126.966 13.68l0.074 0c0.097 0 0.212 0 0.328 0 92.169 0 179.516-20.645 257.669-57.562l-3.677 1.562zM925.52 466.76c-10.874-96.568-53.407-181.594-116.813-246.014l0.053 0.054c-2.904-2.949-6.94-4.776-11.402-4.776-5.099 0-9.642 2.386-12.572 6.102l-0.026 0.034c-50.709 64.214-111.23 117.996-179.794 159.914l-2.966 1.686c20.081 34.047 38.393 73.549 52.774 114.891l1.426 4.709c52.614-14.833 113.037-23.36 175.451-23.36 0.123 0 0.245 0 0.368 0l-0.019-0c26.78 0.001 53.194 1.556 79.16 4.579l-3.16-0.299c0.476 0.050 1.029 0.079 1.589 0.079 8.837 0 16-7.163 16-16 0-0.521-0.025-1.036-0.074-1.544l0.005 0.065zM673.88 564.76c11.312 46.112 17.8 99.051 17.8 153.505 0 0.132-0 0.263-0 0.395l0-0.020c-0.027 52.265-6.016 103.117-17.324 151.931l0.884-4.531c-0.27 1.101-0.425 2.364-0.425 3.664 0 8.837 7.163 16 16 16 2.62 0 5.093-0.63 7.276-1.746l-0.090 0.042c121.112-61.716 206.963-177.582 226.031-314.812l0.249-2.188c0.086-0.623 0.135-1.343 0.135-2.074 0-8.165-6.116-14.902-14.017-15.878l-0.078-0.008c-23.376-3.176-50.395-4.988-77.836-4.988-56.413 0-111.038 7.661-162.889 21.999l4.285-1.011zM595.32 522.96c-14.435-41.893-31.177-77.838-51.107-111.68l1.547 2.84c-84.574 41.568-184.081 65.88-289.268 65.88-0.173 0-0.347-0-0.52-0l0.028 0c-0.011 0-0.023 0-0.035 0-49.4 0-97.557-5.318-143.932-15.412l4.447 0.812c-0.993-0.219-2.133-0.345-3.303-0.345-8.338 0-15.187 6.378-15.933 14.522l-0.005 0.063q-1.24 16-1.28 32.36c-0 0.046-0 0.099-0 0.153 0 119.69 50.684 227.543 131.76 303.265l0.24 0.221c2.837 2.607 6.637 4.205 10.811 4.205 5.844 0 10.956-3.133 13.749-7.812l0.040-0.073c78.539-131.635 196.846-232.536 338.148-287.307l4.612-1.573zM302.76 853c-1.331 2.283-2.116 5.026-2.116 7.952 0 5.97 3.27 11.177 8.117 13.926l0.079 0.041c58.499 33.392 128.554 53.079 203.208 53.079 25.512 0 50.486-2.299 74.728-6.701l-2.536 0.382c5.782-1.035 10.407-5.115 12.208-10.489l0.032-0.111c19.744-57.387 31.161-123.514 31.2-192.302l0-0.018c0-0.032 0-0.071 0-0.11 0-47.41-5.452-93.547-15.762-137.818l0.802 4.088c-132.791 52.688-239.963 146.33-308.385 265.115l-1.575 2.965z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dribbble-logo-fill"]},"attrs":[{}],"properties":{"order":29925,"id":807,"name":"dribbble-logo-fill","prevSize":16,"code":60088},"setIdx":4,"setId":4,"iconIdx":440},{"icon":{"paths":["M752 480l-240-160 222.24-148c4.99-3.371 11.14-5.381 17.76-5.381s12.77 2.010 17.874 5.453l-0.114-0.072 182.24 121.36c8.654 5.819 14.271 15.573 14.271 26.64s-5.618 20.821-14.157 26.567l-0.114 0.073zM289.76 172c-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072-182.24 121.36c-8.654 5.819-14.271 15.573-14.271 26.64s5.618 20.821 14.157 26.567l0.114 0.073 200 133.36 240-160zM952 613.36l-200-133.36-240 160 222.24 148c4.99 3.371 11.14 5.381 17.76 5.381s12.77-2.010 17.874-5.453l-0.114 0.072 182.24-121.36c8.654-5.819 14.271-15.573 14.271-26.64s-5.618-20.821-14.157-26.567l-0.114-0.073zM72 613.36c-8.654 5.819-14.271 15.573-14.271 26.64s5.618 20.821 14.157 26.567l0.114 0.073 182.24 121.36c4.99 3.371 11.14 5.381 17.76 5.381s12.77-2.010 17.874-5.453l-0.114 0.072 222.24-148-240-160zM674.44 825.16l-153.48-102.32c-2.495-1.685-5.57-2.69-8.88-2.69s-6.385 1.005-8.937 2.727l0.057-0.036-153.56 102.32c-4.31 2.912-7.106 7.779-7.106 13.3s2.796 10.388 7.049 13.264l0.057 0.036 144.6 96.24c4.99 3.371 11.14 5.381 17.76 5.381s12.77-2.010 17.874-5.453l-0.114 0.072 144.6-96.4c4.242-2.92 6.987-7.75 6.987-13.22s-2.745-10.3-6.933-13.185l-0.054-0.035z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dropbox-logo-fill"]},"attrs":[{}],"properties":{"order":29926,"id":806,"name":"dropbox-logo-fill","prevSize":16,"code":60089},"setIdx":4,"setId":4,"iconIdx":441},{"icon":{"paths":["M696 191c-49.439-56.891-103.776-107.23-163.073-151.265l-2.727-1.935c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067c-61.893 45.975-116.125 96.311-164.414 151.945l-1.066 1.255c-109.96 126.28-168 259.4-168 385 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-125.6-58.040-258.72-168-385zM735.4 613.36c-17.46 94.991-91.243 168.76-184.824 185.984l-1.416 0.216c-1.538 0.26-3.322 0.419-5.139 0.44l-0.021 0c-17.67-0.005-31.992-14.33-31.992-32 0-15.805 11.458-28.934 26.521-31.533l0.19-0.027c66.28-11.16 122.52-67.4 133.76-133.8 2.656-15.225 15.774-26.652 31.56-26.652 17.68 0 32.012 14.332 32.012 32.012 0 1.893-0.164 3.749-0.48 5.552l0.028-0.192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["drop-fill"]},"attrs":[{}],"properties":{"order":29927,"id":805,"name":"drop-fill","prevSize":16,"code":60090},"setIdx":4,"setId":4,"iconIdx":442},{"icon":{"paths":["M696 191c-49.439-56.891-103.776-107.23-163.073-151.265l-2.727-1.935c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067c-61.893 45.975-116.125 96.311-164.414 151.945l-1.066 1.255c-109.96 126.28-168 259.4-168 385 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-125.6-58.040-258.72-168-385zM512 104c56.64 44.4 227.44 190.96 275.36 376h-550.72c47.92-184.96 218.72-331.52 275.36-376z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["drop-half-bottom-fill"]},"attrs":[{}],"properties":{"order":29928,"id":804,"name":"drop-half-bottom-fill","prevSize":16,"code":60091},"setIdx":4,"setId":4,"iconIdx":443},{"icon":{"paths":["M696 191c-49.439-56.891-103.776-107.23-163.073-151.265l-2.727-1.935c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067c-61.893 45.975-116.125 96.311-164.414 151.945l-1.066 1.255c-109.96 126.28-168 259.4-168 385 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-125.6-58.040-258.72-168-385zM224 576c0-228.92 221.88-420 288-472v760c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["drop-half-fill"]},"attrs":[{}],"properties":{"order":29929,"id":803,"name":"drop-half-fill","prevSize":16,"code":60092},"setIdx":4,"setId":4,"iconIdx":444},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM592 608c1.906-0.006 3.734-0.328 5.438-0.915l-0.118 0.035c3.029-1.048 6.521-1.654 10.153-1.654 17.673 0 32 14.327 32 32 0 13.648-8.544 25.3-20.574 29.9l-0.219 0.074c-7.944 2.902-17.116 4.58-26.68 4.58-44.183 0-80-35.817-80-80 0-0.007 0-0.014 0-0.021l-0 0.001c0-35.4 19.080-60.92 36-83.48 15.080-20 28-37.52 28-60.52 0-35.346-28.654-64-64-64s-64 28.654-64 64v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-70.692 57.308-128 128-128s128 57.308 128 128v0c0 44.28-22.64 74.52-40.8 98.84-14.4 19.24-23.2 31.72-23.2 45.16 0 8.837 7.163 16 16 16v0zM736 480c-17.673 0-32-14.327-32-32v0c0-106.039-85.961-192-192-192s-192 85.961-192 192v0c0 47.6 26.84 82 55.28 118.4 28 35.68 56.72 72.6 56.72 121.6-0 0.008-0 0.019-0 0.029 0 44.183 35.817 80 80 80 21.81 0 41.582-8.728 56.013-22.881l-0.013 0.013c5.846-6.169 14.097-10.009 23.246-10.009 17.673 0 32 14.327 32 32 0 9.377-4.034 17.813-10.46 23.666l-0.026 0.023c-25.949 25.43-61.522 41.124-100.76 41.124-79.516 0-143.98-64.451-144-143.962l-0-0.002c0-26.96-20-52.56-43.16-82.2-30.68-39.28-68.84-88.16-68.84-157.8 0-141.385 114.615-256 256-256s256 114.615 256 256v0c0 17.673-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ear-fill"]},"attrs":[{}],"properties":{"order":29930,"id":802,"name":"ear-fill","prevSize":16,"code":60093},"setIdx":4,"setId":4,"iconIdx":445},{"icon":{"paths":["M855.68 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-41.12-45.24c17.359-13.568 32.813-27.677 47.126-42.872l0.194-0.208zM256.8 183.72l-41.12-45.24c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 41.16 45.28c14.507-15.403 29.961-29.512 46.417-42.399l0.903-0.681zM814.52 797.2l-557.72-613.48c69.719-54.69 158.711-87.705 255.414-87.705 229.618 0 415.76 186.142 415.76 415.76 0 110.611-43.195 211.134-113.637 285.62l0.183-0.195zM636 416c-10.884-41.211-40.748-73.724-79.434-88.072l-0.886-0.288c-2.624-0.776-5.639-1.222-8.759-1.222-17.673 0-32 14.327-32 32 0 12.95 7.693 24.104 18.758 29.14l0.201 0.082c19.682 7.326 34.538 23.499 39.898 43.553l0.102 0.447c3.678 13.904 16.14 23.989 30.959 24l0.001 0c0.022 0 0.048 0 0.074 0 2.819 0 5.549-0.38 8.142-1.090l-0.216 0.050c13.95-3.653 24.075-16.146 24.075-31.003 0-2.697-0.334-5.316-0.962-7.818l0.047 0.221zM768 448c0-0.024 0-0.052 0-0.080 0-141.385-114.615-256-256-256-31.42 0-61.518 5.66-89.33 16.017l1.77-0.577c-11.347 5.085-19.108 16.28-19.108 29.288 0 17.673 14.327 32 32 32 3.203 0 6.297-0.471 9.215-1.347l-0.227 0.058c19.535-7.337 42.111-11.583 65.68-11.583 106.039 0 192 85.961 192 192 0 0.079-0 0.157-0 0.236l0-0.012c0 17.673 14.327 32 32 32s32-14.327 32-32v0zM592 672c-44.183 0-80-35.817-80-80v0c-0.001-0.151-0.001-0.33-0.001-0.509 0-9.802 1.462-19.262 4.18-28.174l-0.179 0.683-81.8-90c-5.046 3.685-11.354 5.924-18.182 6l-0.018 0c-17.673 0-32-14.327-32-32v0c0.001-9.292 0.991-18.353 2.872-27.082l-0.152 0.842-49.16-54.080c-11.087 23.421-17.561 50.884-17.561 79.858 0 0.162 0 0.325 0.001 0.487l-0-0.025c0 47.6 26.84 82 55.28 118.4 28 35.68 56.72 72.6 56.72 121.6-0 0.008-0 0.019-0 0.029 0 44.183 35.817 80 80 80 21.81 0 41.582-8.728 56.013-22.881l-0.013 0.013c5.846-6.169 14.097-10.009 23.246-10.009 17.673 0 32 14.327 32 32 0 9.377-4.034 17.813-10.46 23.666l-0.026 0.023c-25.949 25.43-61.522 41.124-100.76 41.124-79.516 0-143.98-64.451-144-143.962l-0-0.002c0-26.96-20-52.56-43.16-82.2-30.68-39.28-68.84-88.16-68.84-157.8-0-0.085-0-0.186-0-0.286 0-48.128 13.385-93.129 36.637-131.484l-0.636 1.131-82.52-90.56c-70.259 74.291-113.454 174.813-113.454 285.425 0 229.618 186.142 415.76 415.76 415.76 96.703 0 185.695-33.015 256.319-88.388l-0.905 0.683-155.2-170.8c-5.951 1.601-12.783 2.52-19.83 2.52-0.060 0-0.119-0-0.179-0l0.009 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ear-slash-fill"]},"attrs":[{}],"properties":{"order":29931,"id":801,"name":"ear-slash-fill","prevSize":16,"code":60094},"setIdx":4,"setId":4,"iconIdx":446},{"icon":{"paths":["M864 608c-0.249 194.023-157.241 351.296-351.133 352l-0.067 0c-202.64 0.48-360.84-172-352.48-374.48 4.84-116.84 46.84-242.16 116.92-347.28 72.76-109.080 160.48-174.24 234.76-174.24 53 0 112.92 33.28 169.36 92 2.755 2.87 4.452 6.774 4.452 11.074 0 4.114-1.553 7.866-4.104 10.7l0.013-0.014-193.72 216.92c-5.059 5.636-8.152 13.125-8.152 21.337 0 14.885 10.164 27.397 23.93 30.974l0.222 0.049 98.44 24.6-26.040 130.080c-0.393 1.882-0.618 4.044-0.618 6.259 0 15.457 10.959 28.355 25.532 31.346l0.206 0.035c1.879 0.407 4.037 0.641 6.25 0.641 0.081 0 0.161-0 0.242-0.001l-0.012 0c15.427-0.029 28.29-10.969 31.284-25.513l0.036-0.207 32-160c0.396-1.888 0.622-4.057 0.622-6.28 0-14.911-10.198-27.44-24-30.992l-0.222-0.048-76.64-19.16 147.56-165.32c2.943-3.288 7.201-5.348 11.939-5.348 5.471 0 10.3 2.746 13.186 6.935l0.035 0.054c0.96 1.36 1.88 2.72 2.8 4 74.6 112.040 117.4 246.8 117.4 369.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["egg-crack-fill"]},"attrs":[{}],"properties":{"order":29932,"id":800,"name":"egg-crack-fill","prevSize":16,"code":60095},"setIdx":4,"setId":4,"iconIdx":447},{"icon":{"paths":["M864 608c0 194.404-157.596 352-352 352s-352-157.596-352-352v0c0-123.080 42.8-257.84 117.36-369.76 72.76-109.080 160.48-174.24 234.64-174.24s161.88 65.16 234.64 174.24c74.56 111.92 117.36 246.68 117.36 369.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["egg-fill"]},"attrs":[{}],"properties":{"order":29933,"id":799,"name":"egg-fill","prevSize":16,"code":60096},"setIdx":4,"setId":4,"iconIdx":448},{"icon":{"paths":["M896 704v96c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-96c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM192.96 576h638.080c0.093 0 0.203 0.001 0.312 0.001 26.46 0 49.211-15.878 59.245-38.626l0.163-0.414c3.311-7.367 5.239-15.968 5.239-25.020 0-16.907-6.728-32.242-17.653-43.475l0.014 0.014-294.92-310.040c-18.052-18.779-43.383-30.445-71.44-30.445s-53.388 11.666-71.409 30.412l-0.031 0.033-294.92 310.040c-10.911 11.218-17.639 26.554-17.639 43.46 0 9.052 1.929 17.653 5.397 25.415l-0.158-0.396c10.197 23.162 32.948 39.041 59.408 39.041 0.11 0 0.22-0 0.329-0.001l-0.017 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eject-fill"]},"attrs":[{}],"properties":{"order":29934,"id":798,"name":"eject-fill","prevSize":16,"code":60097},"setIdx":4,"setId":4,"iconIdx":449},{"icon":{"paths":["M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0zM160.36 672h703.28c35.509-0.077 64.265-28.88 64.265-64.4 0-15.409-5.412-29.554-14.438-40.638l0.093 0.117-326.6-403.32c-17.822-21.892-44.771-35.763-74.96-35.763s-57.138 13.871-74.821 35.587l-0.139 0.176-326.6 403.32c-8.934 10.967-14.345 25.111-14.345 40.52 0 35.52 28.756 64.323 64.258 64.4l0.007 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eject-simple-fill"]},"attrs":[{}],"properties":{"order":29935,"id":797,"name":"eject-simple-fill","prevSize":16,"code":60098},"setIdx":4,"setId":4,"iconIdx":450},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM448 224h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM480 832h-224v-448h224zM768 832h-224v-448h224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["elevator-fill"]},"attrs":[{}],"properties":{"order":29936,"id":796,"name":"elevator-fill","prevSize":16,"code":60099},"setIdx":4,"setId":4,"iconIdx":451},{"icon":{"paths":["M1024 448v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-64v64c0 35.346-28.654 64-64 64v0h-50.76l-141.24 141.24c-11.498 11.587-27.43 18.76-45.037 18.76-0.071 0-0.143-0-0.214-0l0.011 0h-261.52c-0.060 0-0.131 0-0.203 0-17.607 0-33.539-7.173-45.033-18.756l-0.004-0.004-141.24-141.24c-11.587-11.498-18.76-27.43-18.76-45.037 0-0.071 0-0.143 0-0.214l-0 0.011v-82.76h-64v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h64v-224c0-35.346 28.654-64 64-64v0h256v-64h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v64h82.76c0.060-0 0.131-0 0.203-0 17.607 0 33.539 7.173 45.033 18.756l0.004 0.004 141.24 141.24h50.76c35.346 0 64 28.654 64 64v0 64h64v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["engine-fill"]},"attrs":[{}],"properties":{"order":29937,"id":795,"name":"engine-fill","prevSize":16,"code":60100},"setIdx":4,"setId":4,"iconIdx":452},{"icon":{"paths":["M896 192h-768c-17.673 0-32 14.327-32 32v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-544c0-17.673-14.327-32-32-32v0zM394.84 512l-234.84 215.24v-430.48zM442.2 555.4l48 44.2c5.677 5.224 13.284 8.426 21.64 8.426s15.963-3.203 21.663-8.447l-0.023 0.021 48-44.2 232 212.6h-603.2zM629.16 512l234.84-215.28v430.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["envelope-fill"]},"attrs":[{}],"properties":{"order":29938,"id":794,"name":"envelope-fill","prevSize":16,"code":60101},"setIdx":4,"setId":4,"iconIdx":453},{"icon":{"paths":["M913.76 357.36l-384-256c-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072-384 256c-8.636 5.821-14.24 15.566-14.24 26.619 0 0.007 0 0.015 0 0.022l-0-0.001v416c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-416c0-0.006 0-0.013 0-0.021 0-11.053-5.604-20.798-14.126-26.547l-0.114-0.072zM386.88 608l-226.88 160v-321.88zM452.36 640h119.28l226.52 160h-572.32zM637.12 608l226.88-161.88v321.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["envelope-open-fill"]},"attrs":[{}],"properties":{"order":29939,"id":793,"name":"envelope-open-fill","prevSize":16,"code":60102},"setIdx":4,"setId":4,"iconIdx":454},{"icon":{"paths":["M896 192h-768c-17.673 0-32 14.327-32 32v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-544c0-17.673-14.327-32-32-32v0zM864 768h-704v-471.24l330.36 302.84c5.677 5.224 13.284 8.426 21.64 8.426s15.963-3.203 21.663-8.447l-0.023 0.021 330.36-302.84v471.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["envelope-simple-fill"]},"attrs":[{}],"properties":{"order":29940,"id":792,"name":"envelope-simple-fill","prevSize":16,"code":60103},"setIdx":4,"setId":4,"iconIdx":455},{"icon":{"paths":["M913.76 357.36l-384-256c-4.99-3.371-11.14-5.381-17.76-5.381s-12.77 2.010-17.874 5.453l0.114-0.072-384 256c-8.636 5.821-14.24 15.566-14.24 26.619 0 0.007 0 0.015 0 0.022l-0-0.001v416c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-416c0-0.006 0-0.013 0-0.021 0-11.053-5.604-20.798-14.126-26.547l-0.114-0.072zM160 800v-353.88l263.6 188c5.164 3.726 11.621 5.96 18.599 5.96 0 0 0.001-0 0.001-0l139.6 0c0 0 0.001 0 0.001 0 6.978 0 13.435-2.234 18.693-6.025l-0.095 0.065 263.6-188v353.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["envelope-simple-open-fill"]},"attrs":[{}],"properties":{"order":29941,"id":791,"name":"envelope-simple-open-fill","prevSize":16,"code":60104},"setIdx":4,"setId":4,"iconIdx":456},{"icon":{"paths":["M320 384c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM608 480h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 288h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM288 480h-192c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0zM928 352h-192c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM608 608h-192c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["equalizer-fill"]},"attrs":[{}],"properties":{"order":29942,"id":790,"name":"equalizer-fill","prevSize":16,"code":60105},"setIdx":4,"setId":4,"iconIdx":457},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM736 640h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM736 448h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["equals-fill"]},"attrs":[{}],"properties":{"order":29943,"id":789,"name":"equals-fill","prevSize":16,"code":60106},"setIdx":4,"setId":4,"iconIdx":458},{"icon":{"paths":["M900 321.6l-165.6-165.6c-17.372-17.371-41.371-28.115-67.88-28.115s-50.508 10.744-67.88 28.116l-474.64 474.64c-17.371 17.372-28.115 41.371-28.115 67.88s10.744 50.508 28.116 67.88l120.24 120.24c5.79 5.783 13.785 9.36 22.615 9.36 0.037 0 0.074-0 0.111-0l-0.006 0h597.040c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-338.8l374.8-374.64c17.371-17.372 28.115-41.371 28.115-67.88s-10.744-50.508-28.116-67.88l0 0zM854.68 412l-214.68 214.76-210.76-210.76 214.76-214.64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 165.52 165.52c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eraser-fill"]},"attrs":[{}],"properties":{"order":29944,"id":788,"name":"eraser-fill","prevSize":16,"code":60107},"setIdx":4,"setId":4,"iconIdx":459},{"icon":{"paths":["M681.36 342.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4v-146.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 146.76l41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-96 96c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM896 576h-146l-364.96-395.4c-11.747-12.662-28.467-20.57-47.034-20.6l-0.006-0h-210c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h146l364.96 395.4c11.747 12.662 28.467 20.57 47.034 20.6l0.006 0h210c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["escalator-down-fill"]},"attrs":[{}],"properties":{"order":29945,"id":787,"name":"escalator-down-fill","prevSize":16,"code":60108},"setIdx":4,"setId":4,"iconIdx":460},{"icon":{"paths":["M960 224v160c0 35.346-28.654 64-64 64v0h-146l-365 395.4c-11.722 12.676-28.436 20.589-46.998 20.6l-210.002 0c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h146l365-395.4c11.722-12.676 28.436-20.589 46.998-20.6l210.002-0c35.346 0 64 28.654 64 64v0zM822.64 585.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-96 96c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l41.36-41.4v146.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-146.76l41.36 41.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["escalator-up-fill"]},"attrs":[{}],"properties":{"order":29946,"id":786,"name":"escalator-up-fill","prevSize":16,"code":60109},"setIdx":4,"setId":4,"iconIdx":461},{"icon":{"paths":["M384 455.56l44.24 88.44h-88.48zM928 224v640c0 0.007 0 0.015 0 0.023 0 17.673-14.327 32-32 32-5.22 0-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.88-113.68 56.88c-4.172 2.133-9.1 3.383-14.32 3.383s-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.88-113.68 56.88c-4.172 2.133-9.1 3.383-14.32 3.383s-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.88-113.68 56.88c-4.172 2.133-9.1 3.383-14.32 3.383-17.673 0-32-14.327-32-32 0-0.008 0-0.016 0-0.024l-0 0.001v-640c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM540.64 625.68l-128-256c-5.364-10.592-16.169-17.726-28.64-17.726s-23.276 7.134-28.556 17.544l-0.084 0.182-128 256c-2.131 4.172-3.38 9.1-3.38 14.32 0 17.684 14.336 32.020 32.020 32.020 12.465 0 23.266-7.122 28.556-17.519l0.084-0.182 23.12-46.32h152.48l23.12 46.32c5.374 10.579 16.175 17.7 28.64 17.7 17.684 0 32.020-14.336 32.020-32.020 0-5.22-1.249-10.148-3.464-14.502l0.084 0.182zM832 512c0-17.673-14.327-32-32-32v0h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["exam-fill"]},"attrs":[{}],"properties":{"order":29947,"id":785,"name":"exam-fill","prevSize":16,"code":60110},"setIdx":4,"setId":4,"iconIdx":462},{"icon":{"paths":["M960 640c-0.11 176.648-143.337 319.807-320 319.807-155.956 0-285.854-111.565-314.239-259.24l-0.321-2.007c17.594 3.432 37.825 5.396 58.516 5.396 176.731 0 320-143.269 320-320 0-20.69-1.964-40.922-5.715-60.518l0.319 2.003c149.764 28.624 261.422 158.55 261.44 314.558l0 0.002zM640 320c20.719 0.020 40.963 1.999 60.572 5.761l-2.012-0.321c-28.609-149.797-158.564-261.484-314.604-261.484-176.731 0-320 143.269-320 320 0 156.041 111.687 285.996 259.482 314.285l2.003 0.319c-3.437-17.607-5.404-37.854-5.404-58.56 0-176.718 143.248-319.979 319.962-320l0.002-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["exclude-fill"]},"attrs":[{}],"properties":{"order":29948,"id":784,"name":"exclude-fill","prevSize":16,"code":60111},"setIdx":4,"setId":4,"iconIdx":463},{"icon":{"paths":["M352 352v320h-192c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h480c17.673 0 32 14.327 32 32v0 192zM864 352h-192v320h-320v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["exclude-square-fill"]},"attrs":[{}],"properties":{"order":29949,"id":783,"name":"exclude-square-fill","prevSize":16,"code":60112},"setIdx":4,"setId":4,"iconIdx":464},{"icon":{"paths":["M544 384h-64v-210.76l-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l160-160c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 160 160c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4zM800 384h-256v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-256c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-384c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["export-fill"]},"attrs":[{}],"properties":{"order":29950,"id":782,"name":"export-fill","prevSize":16,"code":60113},"setIdx":4,"setId":4,"iconIdx":465},{"icon":{"paths":["M923.76 656c2.69 4.591 4.278 10.11 4.278 16 0 17.705-14.353 32.058-32.058 32.058-11.815 0-22.138-6.392-27.698-15.906l-0.082-0.152-76-132.8c-41.365 28.347-89.33 51.135-140.723 65.792l-3.477 0.848 23.48 140.88c0.278 1.585 0.437 3.41 0.437 5.272 0 15.821-11.482 28.961-26.568 31.541l-0.189 0.027c-1.542 0.266-3.327 0.425-5.146 0.44l-0.014 0c-15.802-0.025-28.917-11.5-31.493-26.571l-0.027-0.189-23.080-138.32c-22.041 3.233-47.485 5.080-73.36 5.080s-51.32-1.846-76.208-5.415l2.848 0.335-23.080 138.32c-2.605 15.277-15.746 26.76-31.568 26.76-0.011 0-0.022-0-0.034-0l0.002 0c-1.871-0.008-3.698-0.168-5.477-0.467l0.197 0.027c-15.275-2.606-26.757-15.746-26.757-31.568 0-1.862 0.159-3.687 0.464-5.462l-0.027 0.19 23.6-140.88c-54.889-15.539-102.866-38.367-145.926-67.85l1.686 1.090-75.76 132.92c-5.652 9.717-16.015 16.145-27.88 16.145-17.753 0-32.145-14.392-32.145-32.145 0-5.888 1.583-11.407 4.347-16.153l-0.082 0.153 80-140c-28.186-24.419-53.472-50.593-76.293-78.84l-0.907-1.16c-4.432-5.447-7.117-12.47-7.117-20.12s2.684-14.673 7.163-20.179l-0.046 0.059c75.2-92.88 207.16-203.76 408.96-203.76s333.76 110.88 408.88 204c4.432 5.447 7.117 12.47 7.117 20.12s-2.684 14.673-7.163 20.179l0.046-0.059c-23.728 29.407-49.014 55.581-76.438 79.354l-0.762 0.646z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eye-closed-fill"]},"attrs":[{}],"properties":{"order":29951,"id":781,"name":"eye-closed-fill","prevSize":16,"code":60114},"setIdx":4,"setId":4,"iconIdx":466},{"icon":{"paths":["M896 269.2c-0.471-40.467-17.66-76.829-44.969-102.573l-0.071-0.067c-56-53.12-146.88-51.12-202.48 4.52l-93.28 93.72c-16.996-15.533-39.721-25.048-64.667-25.048-26.515 0-50.519 10.749-67.893 28.128l-20 20c-11.597 11.584-18.77 27.594-18.77 45.28s7.174 33.696 18.77 45.279l0.001 0.001 8 8.24-204 204c-29.036 28.816-47.010 68.744-47.010 112.869 0 13.901 1.784 27.386 5.135 40.237l-0.245-1.106-32 73.64c-2.94 6.498-4.653 14.090-4.653 22.081 0 15.163 6.168 28.886 16.131 38.796l0.002 0.002c11.538 11.613 27.518 18.8 45.177 18.8 9.287 0 18.11-1.988 26.066-5.562l-0.403 0.162 70.080-30.6c10.581 2.501 22.73 3.934 35.214 3.934 44.161 0 84.131-17.94 113.021-46.93l0.004-0.005 204-204 8.24 8.24c11.58 11.573 27.574 18.73 45.24 18.73s33.66-7.157 45.24-18.731l20-20c17.387-17.375 28.142-41.385 28.142-67.906 0-25.016-9.569-47.798-25.246-64.884l0.064 0.070 95-95.48c26.055-25.907 42.181-61.776 42.181-101.412 0-0.854-0.007-1.705-0.022-2.555l0.002 0.128zM388 772c-17.38 17.415-41.408 28.188-67.953 28.188-10.007 0-19.657-1.531-28.727-4.372l0.68 0.184c-2.819-0.901-6.062-1.42-9.427-1.42-4.62 0-9.011 0.979-12.977 2.741l0.204-0.081-72.4 31.64 30.6-71.24c1.687-3.769 2.67-8.168 2.67-12.797 0-3.651-0.611-7.159-1.738-10.428l0.067 0.225c-3.261-9.221-5.146-19.855-5.146-30.929 0-26.461 10.759-50.409 28.142-67.707l0.004-0.004 204-204 135.76 136z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eyedropper-fill"]},"attrs":[{}],"properties":{"order":29952,"id":780,"name":"eyedropper-fill","prevSize":16,"code":60115},"setIdx":4,"setId":4,"iconIdx":467},{"icon":{"paths":["M896 269.2c-0.471-40.467-17.66-76.829-44.969-102.573l-0.071-0.067c-56-53.12-146.88-51.12-202.48 4.52l-93.28 93.72c-16.996-15.533-39.721-25.048-64.667-25.048-26.515 0-50.519 10.749-67.893 28.128l-20 20c-11.597 11.584-18.77 27.594-18.77 45.28s7.174 33.696 18.77 45.279l0.001 0.001 8 8.24-204 204c-29.036 28.816-47.010 68.744-47.010 112.869 0 13.901 1.784 27.386 5.135 40.237l-0.245-1.106-32 73.64c-2.947 6.497-4.664 14.088-4.664 22.081 0 15.153 6.173 28.864 16.141 38.756l0.003 0.003c11.53 11.638 27.517 18.843 45.186 18.843 9.284 0 18.104-1.989 26.056-5.565l-0.402 0.162 70.12-30.6c10.568 2.493 22.701 3.923 35.169 3.923 44.16 0 84.132-17.935 113.027-46.919l0.004-0.004 204-204 8.24 8.24c11.58 11.573 27.574 18.73 45.24 18.73s33.66-7.157 45.24-18.731l20-20c17.387-17.375 28.142-41.385 28.142-67.906 0-25.016-9.569-47.798-25.246-64.884l0.064 0.070 95-95.48c26.055-25.907 42.181-61.776 42.181-101.412 0-0.854-0.007-1.705-0.022-2.555l0.002 0.128zM552 608h-271.72l176-176 135.76 136z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eyedropper-sample-fill"]},"attrs":[{}],"properties":{"order":29953,"id":779,"name":"eyedropper-sample-fill","prevSize":16,"code":60116},"setIdx":4,"setId":4,"iconIdx":468},{"icon":{"paths":["M989.24 499.040c-1.4-3.16-35.28-78.32-110.6-153.64-100.36-100.36-227.12-153.4-366.64-153.4s-266.28 53.040-366.64 153.4c-75.32 75.32-109.36 150.6-110.6 153.64-1.743 3.824-2.76 8.293-2.76 13s1.016 9.176 2.841 13.201l-0.082-0.201c1.4 3.16 35.28 78.28 110.6 153.6 100.36 100.32 227.12 153.36 366.64 153.36s266.28-53.040 366.64-153.36c75.32-75.32 109.2-150.44 110.6-153.6 1.743-3.824 2.76-8.293 2.76-13s-1.016-9.176-2.841-13.201l0.082 0.201zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eye-fill"]},"attrs":[{}],"properties":{"order":29954,"id":778,"name":"eye-fill","prevSize":16,"code":60117},"setIdx":4,"setId":4,"iconIdx":469},{"icon":{"paths":["M928 288v368c-0.191 97.058-78.915 175.665-176 175.665-91.45 0-166.61-69.748-175.185-158.951l-0.056-0.714h-129.52c-8.63 89.916-83.79 159.665-175.24 159.665-97.084 0-175.809-78.607-176-175.647l-0-0.018v-368c0-70.692 57.308-128 128-128v0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-35.346 0-64 28.654-64 64v0 232.32c30.178-25.031 69.306-40.219 111.98-40.219 80.072 0 147.655 53.472 168.989 126.655l0.311 1.244h141.44c21.644-74.427 89.227-127.899 169.3-127.899 42.675 0 81.803 15.188 112.272 40.454l-0.291-0.235v-232.32c0-35.346-28.654-64-64-64v0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c70.692 0 128 57.308 128 128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eyeglasses-fill"]},"attrs":[{}],"properties":{"order":29955,"id":777,"name":"eyeglasses-fill","prevSize":16,"code":60118},"setIdx":4,"setId":4,"iconIdx":470},{"icon":{"paths":["M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 76.96 84.68c-145.28 89.16-207.76 226.6-210.52 232.84-1.743 3.824-2.76 8.293-2.76 13s1.016 9.176 2.841 13.201l-0.082-0.201c1.4 3.16 35.28 78.28 110.6 153.6 100.36 100.32 227.12 153.36 366.64 153.36 0.861 0.005 1.878 0.008 2.897 0.008 74.336 0 144.945-15.953 208.592-44.621l-3.209 1.293 88 96.84c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM571.68 625.24c-17.277 9.272-37.799 14.72-59.595 14.72-70.692 0-128-57.308-128-128 0-26.091 7.806-50.358 21.211-70.595l-0.296 0.475zM989.24 525.040c-1.68 3.76-42.2 93.48-133.44 175.2-5.64 5.078-13.144 8.183-21.372 8.183-9.367 0-17.793-4.024-23.645-10.438l-0.023-0.025-405.16-445.68c-5.177-5.665-8.348-13.239-8.348-21.554 0-15.818 11.477-28.956 26.558-31.539l0.19-0.027c26.251-4.556 56.481-7.16 87.32-7.16 0.239 0 0.479 0 0.718 0l-0.038-0c139.52 0 266.28 53.040 366.64 153.4 75.32 75.32 109.2 150.48 110.6 153.64 1.743 3.824 2.76 8.293 2.76 13s-1.016 9.176-2.841 13.201l0.082-0.201z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eye-slash-fill"]},"attrs":[{}],"properties":{"order":29956,"id":776,"name":"eye-slash-fill","prevSize":16,"code":60119},"setIdx":4,"setId":4,"iconIdx":471},{"icon":{"paths":["M928 512c-0.281 212.101-159.007 387.043-364.152 412.83l-2.048 0.21c-0.54 0.065-1.166 0.102-1.8 0.102-8.837 0-16-7.163-16-16 0-0.036 0-0.071 0-0.107l-0 0.005v-301.040h96c0.021 0 0.046 0 0.070 0 17.673 0 32-14.327 32-32 0-0.746-0.026-1.486-0.076-2.219l0.005 0.099c-1.487-16.804-15.496-29.883-32.56-29.883-0.155 0-0.309 0.001-0.463 0.003l0.023-0h-95v-96c0-35.346 28.654-64 64-64v0h64c0.021 0 0.046 0 0.070 0 17.673 0 32-14.327 32-32 0-0.746-0.026-1.486-0.076-2.219l0.005 0.099c-1.486-16.805-15.496-29.884-32.56-29.884-0.183 0-0.365 0.002-0.547 0.004l0.027-0h-62.92c-70.692 0-128 57.308-128 128v0 96h-96c-0.021-0-0.046-0-0.070-0-17.673 0-32 14.327-32 32 0 0.746 0.026 1.486 0.076 2.219l-0.005-0.099c1.486 16.805 15.496 29.884 32.56 29.884 0.183 0 0.365-0.002 0.547-0.004l-0.027 0h94.92v301.12c0 0.029 0 0.063 0 0.097 0 8.837-7.163 16-16 16-0.62 0-1.232-0.035-1.834-0.104l0.074 0.007c-207.389-25.983-366.238-201.213-366.238-413.545 0-5.351 0.101-10.678 0.301-15.98l-0.023 0.765c8-216 182.96-391.6 399.12-400 4.808-0.199 10.451-0.312 16.12-0.312 229.83 0 416.179 186.163 416.48 415.923l0 0.029z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["facebook-logo-fill"]},"attrs":[{}],"properties":{"order":29957,"id":775,"name":"facebook-logo-fill","prevSize":16,"code":60120},"setIdx":4,"setId":4,"iconIdx":472},{"icon":{"paths":["M896 288h-3.4c-6.284-18.623-20.376-33.134-38.279-39.855l-0.441-0.145-320-116c-6.509-2.433-14.030-3.841-21.88-3.841s-15.371 1.408-22.325 3.985l0.445-0.144-320 116.36c-18.344 6.865-32.436 21.377-38.587 39.549l-0.133 0.451h-3.4c-0-0-0-0-0.001-0-70.566 0-127.795 57.103-127.999 127.621l-0 0.019v96c0 70.692 57.308 128 128 128v0h20.52c26.16 57.76 77.040 108.48 150.8 149.44 84 46.72 174.080 68 199.68 73.2 3.908 0.865 8.396 1.36 13 1.36s9.092-0.495 13.415-1.436l-0.415 0.076c25.6-5.36 115.6-26.48 199.68-73.2 73.76-40.96 124.64-91.68 150.8-149.44h20.52c70.692 0 128-57.308 128-128v0-96c0-70.692-57.308-128-128-128v0zM128 576c-35.346 0-64-28.654-64-64v0-96c0-35.346 28.654-64 64-64v0 192.6c0.020 11.091 0.79 21.984 2.261 32.652l-0.141-1.252zM672 576h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM672 448h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM960 512c0 35.346-28.654 64-64 64v0h-2.12c1.33-9.416 2.1-20.309 2.12-31.377l0-0.023v-192.6c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["face-mask-fill"]},"attrs":[{}],"properties":{"order":29958,"id":774,"name":"face-mask-fill","prevSize":16,"code":60121},"setIdx":4,"setId":4,"iconIdx":473},{"icon":{"paths":["M960 832h-64v-288c0-0.2 0-0.36 0-0.56s0-1.16 0-1.72 0-1.12 0-1.64c0.009-0.090 0.015-0.194 0.015-0.3s-0.005-0.21-0.016-0.313l0.001 0.013-60-420.52c-4.728-31.269-31.415-54.96-63.635-54.96-0.044 0-0.088 0-0.131 0l0.007-0h-72.48c-32.105 0.142-58.646 23.784-63.316 54.604l-0.044 0.356-46.24 323.64-154.96-116.2c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32h-0v128l-204.8-153.6c-5.281-3.996-11.96-6.4-19.2-6.4-17.673 0-32 14.327-32 32v0 480h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM432 736h-112c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h112c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM704 736h-112c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h112c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM682.68 512l-34.12-25.6 51.2-358.4h72.48l54.88 384z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["factory-fill"]},"attrs":[{}],"properties":{"order":29959,"id":773,"name":"factory-fill","prevSize":16,"code":60122},"setIdx":4,"setId":4,"iconIdx":474},{"icon":{"paths":["M544 480v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 768c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM896 576h-64v-416c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 416h-64c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM224 640c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM320 448h-64v-288c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 288h-64c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM608 256h-64v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-64c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["faders-fill"]},"attrs":[{}],"properties":{"order":29960,"id":772,"name":"faders-fill","prevSize":16,"code":60123},"setIdx":4,"setId":4,"iconIdx":475},{"icon":{"paths":["M128 320c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0zM864 672h-96v-64c0-17.673-14.327-32-32-32v0h-64c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h64c17.673 0 32-14.327 32-32v0-64h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 672h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 448h64c17.673 0 32-14.327 32-32v0-64h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-352v-64c0-17.673-14.327-32-32-32v0h-64c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["faders-horizontal-fill"]},"attrs":[{}],"properties":{"order":29961,"id":771,"name":"faders-horizontal-fill","prevSize":16,"code":60124},"setIdx":4,"setId":4,"iconIdx":476},{"icon":{"paths":["M932 540c-28.319-103.29-121.36-177.934-231.836-177.934-46.906 0-90.669 13.456-127.64 36.719l0.996-0.585 65.56-261.76c0.607-2.331 0.956-5.006 0.956-7.764 0-11.27-5.826-21.18-14.631-26.881l-0.125-0.076c-36.313-23.256-80.613-37.071-128.139-37.071-132.548 0-240 107.452-240 240 0 90.63 50.235 169.526 124.379 210.364l1.24 0.626-259.48 74.12c-13.041 3.801-22.528 15.347-23.197 29.207l-0.003 0.073c-0.155 3.226-0.243 7.006-0.243 10.807 0 110.472 74.639 203.51 176.239 231.438l1.685 0.395c18.732 5.232 40.248 8.252 62.464 8.28l0.016 0c132.429-0.362 239.644-107.8 239.644-240.279 0-2.715-0.045-5.419-0.134-8.113l0.010 0.392 193.92 187.68c5.751 5.569 13.6 9.002 22.251 9.002 5.39 0 10.468-1.332 14.924-3.686l-0.174 0.084c77.521-40.842 129.469-120.871 129.469-213.032 0-22.052-2.974-43.409-8.543-63.692l0.394 1.684zM521.76 591.4c-2.931 0.381-6.322 0.598-9.763 0.598-44.183 0-80-35.817-80-80s35.817-80 80-80c40.743 0 74.373 30.458 79.362 69.847l0.041 0.395c0.38 2.93 0.597 6.319 0.597 9.758 0 40.742-30.455 74.37-69.842 79.361l-0.395 0.041z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fan-fill"]},"attrs":[{}],"properties":{"order":29962,"id":770,"name":"fan-fill","prevSize":16,"code":60125},"setIdx":4,"setId":4,"iconIdx":477},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM754.36 538.2l-160 112c-5.116 3.623-11.485 5.791-18.36 5.791-17.67 0-31.995-14.322-32-31.991l-0-0v-112c-0.003 10.794-5.351 20.339-13.54 26.133l-0.1 0.067-160 112c-5.116 3.623-11.485 5.791-18.36 5.791-17.67 0-31.995-14.322-32-31.991l-0-0v-224c0.005-17.669 14.33-31.991 32-31.991 6.875 0 13.244 2.168 18.46 5.858l-0.1-0.067 160 112c8.289 5.861 13.637 15.406 13.64 26.199l0 0.001v-112c0.005-17.669 14.33-31.991 32-31.991 6.875 0 13.244 2.168 18.46 5.858l-0.1-0.067 160 112c8.285 5.863 13.627 15.408 13.627 26.2s-5.343 20.337-13.527 26.133l-0.1 0.067z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fast-forward-circle-fill"]},"attrs":[{}],"properties":{"order":29963,"id":769,"name":"fast-forward-circle-fill","prevSize":16,"code":60126},"setIdx":4,"setId":4,"iconIdx":478},{"icon":{"paths":["M992 512c0 0.029 0 0.063 0 0.096 0 22.307-11.586 41.907-29.068 53.113l-0.252 0.151-352.76 224.64c-9.697 6.285-21.552 10.022-34.281 10.022-35.057 0-63.493-28.346-63.639-63.368l-0-0.014v-149.2l-318.080 202.56c-9.697 6.285-21.552 10.022-34.281 10.022-35.057 0-63.493-28.346-63.639-63.368l-0-0.014v-449.28c0.147-35.036 28.583-63.382 63.639-63.382 12.728 0 24.584 3.737 34.53 10.173l-0.249-0.151 318.080 202.56v-149.2c0.147-35.036 28.583-63.382 63.639-63.382 12.728 0 24.584 3.737 34.53 10.173l-0.249-0.151 352.76 224.64c17.734 11.356 29.32 30.957 29.32 53.264 0 0.034-0 0.068-0 0.102l0-0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fast-forward-fill"]},"attrs":[{}],"properties":{"order":29964,"id":768,"name":"fast-forward-fill","prevSize":16,"code":60127},"setIdx":4,"setId":4,"iconIdx":479},{"icon":{"paths":["M847.36 539.24l-239.16 241.88c-11.423 11.557-27.275 18.716-44.799 18.72l-262.121 0-118.64 118.8c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 361.44-361.36h337.2c8.825 0.015 15.973 7.173 15.973 16 0 4.382-1.761 8.352-4.615 11.242l0.002-0.002zM866.8 122.28c-43.861-36.305-100.695-58.329-162.672-58.329-70.647 0-134.61 28.617-180.93 74.891l0.002-0.002-38.4 37.92c-2.92 2.864-4.747 6.833-4.8 11.23l-0 0.010v252l220-220c5.727-5.449 13.492-8.801 22.041-8.801 17.673 0 32 14.327 32 32 0 8.548-3.352 16.314-8.813 22.054l0.013-0.013-182.4 182.76h353.52c0.010 0 0.022 0 0.033 0 6.148 0 11.485-3.467 14.165-8.553l0.042-0.087c18.559-34.59 29.462-75.678 29.462-119.312 0-79.423-36.124-150.41-92.837-197.425l-0.425-0.342zM251.32 668.92l164.68-164.68v-221.2c-0.015-8.825-7.173-15.973-16-15.973-4.382 0-8.352 1.761-11.242 4.615l0.002-0.002-146 144.32c-11.588 11.522-18.76 27.475-18.76 45.104 0 0.048 0 0.096 0 0.144l-0-0.007v196.36c-0 0.004-0 0.008-0 0.013 0 8.837 7.163 16 16 16 4.421 0 8.424-1.793 11.32-4.692l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["feather-fill"]},"attrs":[{}],"properties":{"order":29965,"id":767,"name":"feather-fill","prevSize":16,"code":60128},"setIdx":4,"setId":4,"iconIdx":480},{"icon":{"paths":["M736 384c39.036-29.5 64-75.835 64-128 0-88.366-71.634-160-160-160v0h-288c-88.366 0-160 71.634-160 160 0 52.165 24.964 98.5 63.598 127.708l0.402 0.292c-39.063 29.499-64.047 75.849-64.047 128.035 0 54.557 27.306 102.736 68.997 131.617l0.531 0.348c-42.406 32.476-69.48 83.129-69.48 140.105 0 97.202 78.798 176 176 176s176-78.798 176-176c0-0.037-0-0.074-0-0.111l0 0.006v-144c26.407 19.978 59.8 32 96 32 88.366 0 160-71.634 160-160 0-52.165-24.964-98.5-63.598-127.708l-0.402-0.292zM544 160h96c53.019 0 96 42.981 96 96s-42.981 96-96 96v0h-96zM640 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["figma-logo-fill"]},"attrs":[{}],"properties":{"order":29966,"id":766,"name":"figma-logo-fill","prevSize":16,"code":60129},"setIdx":4,"setId":4,"iconIdx":481},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h144c8.837 0 16-7.163 16-16v0-80h-30.92c-0.155 0.003-0.337 0.004-0.52 0.004-17.064 0-31.074-13.079-32.551-29.76l-0.009-0.124c-0.045-0.634-0.070-1.374-0.070-2.12 0-17.673 14.327-32 32-32 0.025 0 0.049 0 0.074 0l-0.004-0h32v-64h-30.92c-0.155 0.003-0.337 0.004-0.52 0.004-17.064 0-31.074-13.079-32.551-29.76l-0.009-0.124c-0.045-0.634-0.070-1.374-0.070-2.12 0-17.673 14.327-32 32-32 0.025 0 0.049 0 0.074 0l-0.004-0h32v-64h-30.92c-0.155 0.003-0.337 0.004-0.52 0.004-17.064 0-31.074-13.079-32.551-29.76l-0.009-0.124c-0.045-0.634-0.070-1.374-0.070-2.12 0-17.673 14.327-32 32-32 0.025 0 0.049 0 0.074 0l-0.004-0h32v-30.92c-0.002-0.12-0.002-0.261-0.002-0.403 0-17.072 13.074-31.090 29.757-32.588l0.126-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004v32h30.92c0.131-0.002 0.285-0.003 0.44-0.003 17.064 0 31.073 13.078 32.551 29.758l0.009 0.125c0.045 0.634 0.070 1.374 0.070 2.12 0 17.673-14.327 32-32 32-0.025 0-0.049-0-0.074-0l0.004 0h-32v64h30.92c0.131-0.002 0.285-0.003 0.44-0.003 17.064 0 31.073 13.078 32.551 29.758l0.009 0.125c0.045 0.634 0.070 1.374 0.070 2.12 0 17.673-14.327 32-32 32-0.025 0-0.049-0-0.074-0l0.004 0h-32v64h30.92c0.131-0.002 0.285-0.003 0.44-0.003 17.064 0 31.073 13.078 32.551 29.758l0.009 0.125c0.045 0.634 0.070 1.374 0.070 2.12 0 17.673-14.327 32-32 32-0.025 0-0.049-0-0.074-0l0.004 0h-32v80c0 8.837 7.163 16 16 16v0h336c35.346 0 64-28.654 64-64v0-512.080c0.001-0.079 0.001-0.173 0.001-0.267 0-8.711-3.481-16.609-9.127-22.379l0.006 0.006zM608 352v-176l176 176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-archive-fill"]},"attrs":[{}],"properties":{"order":29967,"id":765,"name":"file-archive-fill","prevSize":16,"code":60130},"setIdx":4,"setId":4,"iconIdx":482},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM630.64 662.64l-96 96c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4v-178.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0 178.76l41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM608 352v-176l176 176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-arrow-down-fill"]},"attrs":[{}],"properties":{"order":29968,"id":764,"name":"file-arrow-down-fill","prevSize":16,"code":60131},"setIdx":4,"setId":4,"iconIdx":483},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM630.64 598.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-41.36-41.4v178.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-178.76l-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l96-96c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM608 352v-176l176 176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-arrow-up-fill"]},"attrs":[{}],"properties":{"order":29969,"id":763,"name":"file-arrow-up-fill","prevSize":16,"code":60132},"setIdx":4,"setId":4,"iconIdx":484},{"icon":{"paths":["M608 720c-0.071 59.2-31.846 110.963-79.256 139.229l-0.744 0.411c-4.157 2.115-9.065 3.354-14.263 3.354-17.673 0-32-14.327-32-32 0-11.063 5.614-20.815 14.148-26.562l0.114-0.072c29.029-17.357 48.165-48.624 48.165-84.36s-19.135-67.003-47.719-84.113l-0.446-0.247c-8.649-5.82-14.263-15.571-14.263-26.634 0-17.673 14.327-32 32-32 5.198 0 10.106 1.239 14.445 3.438l-0.182-0.084c48.154 28.677 79.929 80.44 80 139.63l0 0.010zM396.24 514.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-86.6 86.64h-82.76c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h82.76l86.6 86.64c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-352c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM864 352v512c0 35.346-28.654 64-64 64v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-480h-192c-17.673 0-32-14.327-32-32v0-192h-352v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM640 320h114.76l-114.76-114.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-audio-fill"]},"attrs":[{}],"properties":{"order":29970,"id":762,"name":"file-audio-fill","prevSize":16,"code":60133},"setIdx":4,"setId":4,"iconIdx":485},{"icon":{"paths":["M640 724c-2.376 113.101-94.568 203.889-207.989 204l-189.131 0c-79.4 0-146.88-64.92-146.88-144.32 0.144-54.932 31.024-102.618 76.344-126.782l0.776-0.378c2.144-1.139 4.688-1.808 7.389-1.808 8.837 0 16 7.163 16 16 0 1.107-0.112 2.188-0.326 3.231l0.018-0.103c-2.525 13.399-3.98 28.823-4 44.583l-0 0.017c-0.006 0.24-0.010 0.522-0.010 0.806 0 17.149 13.128 31.231 29.883 32.745l0.127 0.009c0.538 0.032 1.167 0.051 1.8 0.051 17.673 0 32-14.327 32-32 0-0.018-0-0.036-0-0.053l0 0.003c-0-0.104-0-0.228-0-0.351 0-28.895 6.443-56.285 17.971-80.811l-0.491 1.162c31.070-66.67 97.517-112.051 174.563-112.051 106.039 0 192 85.961 192 192 0 1.424-0.016 2.845-0.046 4.262l0.004-0.211zM864 352v512c0 35.346-28.654 64-64 64v0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-480h-192c-17.673 0-32-14.327-32-32v0-192h-352v352c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-352c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM754.76 320l-114.76-114.76v114.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-cloud-fill"]},"attrs":[{}],"properties":{"order":29971,"id":761,"name":"file-cloud-fill","prevSize":16,"code":60134},"setIdx":4,"setId":4,"iconIdx":486},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM438.64 681.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-96-96c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 96-96c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36zM726.64 630.64l-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM608 352v-176l176 176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-code-fill"]},"attrs":[{}],"properties":{"order":29972,"id":760,"name":"file-code-fill","prevSize":16,"code":60135},"setIdx":4,"setId":4,"iconIdx":487},{"icon":{"paths":["M192 720c0 44 28.72 80 64 80 16.215-0.375 30.702-7.468 40.839-18.595l0.041-0.045c5.883-6.541 14.375-10.636 23.824-10.636 17.673 0 32 14.327 32 32 0 8.961-3.683 17.061-9.618 22.87l-0.006 0.006c-21.779 23.436-52.687 38.131-87.031 38.4l-0.049 0c-70.6 0-128-64.6-128-144s57.4-144 128-144c34.393 0.269 65.301 14.964 87.011 38.325l0.069 0.075c5.941 5.815 9.624 13.915 9.624 22.876 0 17.673-14.327 32-32 32-9.448 0-17.94-4.095-23.798-10.607l-0.026-0.029c-10.168-11.187-24.661-18.286-40.817-18.639l-0.063-0.001c-35.28 0-64 36-64 80zM510.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5.040-3.24-4.92-4-4.48-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.4-6.92 79.32-2.24 2.442 0.668 5.246 1.052 8.14 1.052 17.68 0 32.012-14.332 32.012-32.012 0-14.786-10.025-27.231-23.648-30.908l-0.224-0.052c-8.48-2.2-84-20.88-131.32 11.040-19.802 13.406-33.332 34.793-35.969 59.439l-0.031 0.361c-8 63.52 54.56 81.64 92 92.44 48.28 13.96 52.52 19.68 51.12 30.36-1.24 9.64-5.040 13.36-8.56 15.72-18.4 12.24-60.68 6.24-78.2 1.44-2.462-0.679-5.288-1.070-8.206-1.070-17.673 0-32 14.327-32 32 0 14.468 9.601 26.693 22.779 30.651l0.227 0.058c18.185 4.963 39.085 7.874 60.645 8l0.075 0c23.32 0 49.2-4 69.96-17.84 20.253-13.597 34.087-35.411 36.729-60.559l0.031-0.361c9-69.12-57.080-88.44-96.6-99.88zM766.4 685.24c-16-4.64-32.56-9.4-41.8-15.36-5-3.24-4.92-4-4.48-7.6 0.13-6.097 3.245-11.44 7.937-14.64l0.063-0.040c18.4-12.48 61.36-6.92 79.28-2.24 2.442 0.668 5.246 1.052 8.14 1.052 17.68 0 32.012-14.332 32.012-32.012 0-14.786-10.025-27.231-23.648-30.908l-0.224-0.052c-8.44-2.2-84-20.88-131.32 11.040-19.712 13.453-33.164 34.829-35.769 59.441l-0.031 0.359c-8 63.52 54.6 81.64 92 92.44 48.24 13.96 52.48 19.68 51.12 30.36-1.24 9.64-5.040 13.36-8.6 15.72-18.4 12.24-60.64 6.24-78.16 1.44-2.578-0.746-5.539-1.175-8.6-1.175-17.704 0-32.055 14.352-32.055 32.055 0 14.642 9.817 26.992 23.229 30.825l0.226 0.055c18.197 4.962 39.111 7.873 60.685 8l0.075 0c23.28 0 49.2-4 69.96-17.84 20.241-13.601 34.063-35.416 36.69-60.561l0.030-0.359c8.84-69.24-57.24-88.56-96.8-100zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0zM608 352h176l-176-176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-css-fill"]},"attrs":[{}],"properties":{"order":29973,"id":759,"name":"file-css-fill","prevSize":16,"code":60136},"setIdx":4,"setId":4,"iconIdx":488},{"icon":{"paths":["M854.6 329.36l-224-224c-5.786-5.78-13.775-9.356-22.599-9.36l-384.001-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-96c-0.004-8.845-3.596-16.85-9.399-22.639l-0.001-0.001zM608 352v-176l176 176zM192 720c0 44 28.72 80 64 80 16.215-0.375 30.702-7.468 40.839-18.595l0.041-0.045c5.811-5.915 13.894-9.581 22.834-9.581 17.673 0 32 14.327 32 32 0 8.442-3.269 16.121-8.611 21.839l0.017-0.018c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.56 0-128-64.6-128-144s57.44-144 128-144c34.402 0.287 65.317 14.978 87.053 38.327l0.067 0.073c5.325 5.7 8.594 13.379 8.594 21.821 0 17.673-14.327 32-32 32-8.94 0-17.023-3.666-22.829-9.576l-0.005-0.005c-10.16-11.198-24.658-18.301-40.82-18.639l-0.060-0.001c-35.28 0-64 36-64 80zM607.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.649-0.127-42.563-3.038-62.476-8.393l1.716 0.393c-13.598-3.893-23.383-16.214-23.383-30.82 0-17.675 14.328-32.003 32.003-32.003 3.069 0 6.036 0.432 8.846 1.238l-0.226-0.055c17.52 4.8 59.8 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.36-10.68-2.88-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.685-25.002 16.21-46.383 35.712-59.616l0.288-0.184c47.4-32 122.88-13.24 131.36-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.741 3.254-7.849 8.588-8 14.657l-0 0.023c-0.44 3.6-0.52 4.36 4.48 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.28 11.32 105.32 30.64 96.56 99.88zM862.12 618.76l-80 224c-4.549 12.491-16.322 21.249-30.14 21.249s-25.591-8.758-30.069-21.027l-0.071-0.222-80-224c-1.18-3.203-1.863-6.902-1.863-10.76 0-17.675 14.328-32.003 32.003-32.003 13.816 0 25.588 8.755 30.069 21.021l0.071 0.222 49.88 139.6 49.84-139.6c4.552-12.488 16.324-21.243 30.14-21.243 17.675 0 32.003 14.328 32.003 32.003 0 3.858-0.683 7.557-1.934 10.982l0.071-0.222z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-csv-fill"]},"attrs":[{}],"properties":{"order":29974,"id":758,"name":"file-csv-fill","prevSize":16,"code":60137},"setIdx":4,"setId":4,"iconIdx":489},{"icon":{"paths":["M320 896c0 17.673-14.327 32-32 32v0h-64c-35.346 0-64-28.654-64-64v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h64c17.673 0 32 14.327 32 32v0zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-127.999-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v192c0 17.673 14.327 32 32 32v0h192v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM320 96h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 672c-17.673 0-32 14.327-32 32v0 160h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c35.346 0 64-28.654 64-64v0-160c0-17.673-14.327-32-32-32v0zM192 608c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0zM608 864h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-dashed-fill"]},"attrs":[{}],"properties":{"order":29975,"id":757,"name":"file-dashed-fill","prevSize":16,"code":60138},"setIdx":4,"setId":4,"iconIdx":490},{"icon":{"paths":["M192 480h640c17.673 0 32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM608 176l176 176h-176zM208 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h64c79.529 0 144-64.471 144-144s-64.471-144-144-144v0zM208 800h-32v-160h32c44.183 0 80 35.817 80 80s-35.817 80-80 80v0zM886.12 780.36c6.091 5.836 9.876 14.036 9.876 23.12 0 8.587-3.382 16.384-8.887 22.131l0.011-0.012c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.6 0-128-64.6-128-144s57.4-144 128-144c34.402 0.287 65.317 14.978 87.053 38.327l0.067 0.073c5.325 5.7 8.594 13.379 8.594 21.821 0 17.673-14.327 32-32 32-8.94 0-17.023-3.666-22.829-9.576l-0.005-0.005c-10.163-11.194-24.659-18.296-40.819-18.639l-0.061-0.001c-35.28 0-64 36-64 80s28.72 80 64 80c16.215-0.375 30.702-7.468 40.839-18.595l0.041-0.045c5.836-6.091 14.036-9.876 23.12-9.876 8.587 0 16.384 3.382 22.131 8.887l-0.012-0.011zM512 576c-70.56 0-128 64.6-128 144s57.44 144 128 144 128-64.6 128-144-57.44-144-128-144zM512 800c-35.28 0-64-36-64-80s28.72-80 64-80 64 36 64 80-28.72 80-64 80z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-doc-fill"]},"attrs":[{}],"properties":{"order":29976,"id":756,"name":"file-doc-fill","prevSize":16,"code":60139},"setIdx":4,"setId":4,"iconIdx":491},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM608 352v-176l176 176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-fill"]},"attrs":[{}],"properties":{"order":29977,"id":755,"name":"file-fill","prevSize":16,"code":60140},"setIdx":4,"setId":4,"iconIdx":492},{"icon":{"paths":["M864 448v-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0zM608 352v-176l176 176zM512 608c0 17.673-14.327 32-32 32v0h-32v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM288 608v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-80h-64v80c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 80h64v-80c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM992 832c0 17.673-14.327 32-32 32v0h-80c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h48c17.673 0 32 14.327 32 32v0zM800 608v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-108.48l-36.56 60.96c-5.694 9.372-15.847 15.537-27.44 15.537s-21.746-6.165-27.36-15.395l-0.080-0.142-36.56-60.96v108.48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c-0-0.005-0-0.011-0-0.017 0-17.673 14.327-32 32-32 11.593 0 21.746 6.165 27.36 15.395l0.080 0.142 68.56 114.28 68.56-114.28c5.694-9.372 15.847-15.537 27.44-15.537 17.673 0 32 14.327 32 32 0 0.006-0 0.012-0 0.017l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-html-fill"]},"attrs":[{}],"properties":{"order":29978,"id":754,"name":"file-html-fill","prevSize":16,"code":60141},"setIdx":4,"setId":4,"iconIdx":493},{"icon":{"paths":["M634.64 878.24c3.371 4.99 5.381 11.14 5.381 17.76 0 17.673-14.327 32-32 32-0.007 0-0.015-0-0.022-0l-511.999 0c-0.004 0-0.008 0-0.012 0-17.673 0-32-14.327-32-32 0-6.435 1.899-12.426 5.168-17.443l-0.075 0.123 144-224c5.782-8.898 15.674-14.699 26.92-14.699s21.138 5.802 26.844 14.575l0.076 0.124 39.040 60.72 83.4-125.16c5.819-8.654 15.573-14.271 26.64-14.271s20.821 5.618 26.567 14.157l0.073 0.114zM864 352v512c0 35.346-28.654 64-64 64v0h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-480h-192c-17.673 0-32-14.327-32-32v0-192h-352v384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM640 320h114.76l-114.76-114.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-image-fill"]},"attrs":[{}],"properties":{"order":29979,"id":753,"name":"file-image-fill","prevSize":16,"code":60142},"setIdx":4,"setId":4,"iconIdx":494},{"icon":{"paths":["M192 480h640c17.673 0 32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM608 176l176 176h-176zM480 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM480 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM864 803.48c-0.001 8.587-3.385 16.384-8.891 22.131l0.011-0.011c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.56 0-128-64.6-128-144s57.44-144 128-144c24.635 0.080 47.467 7.727 66.313 20.737l-0.393-0.257c8.529 5.847 14.052 15.538 14.052 26.52 0 17.702-14.35 32.052-32.052 32.052-6.72 0-12.957-2.068-18.109-5.602l0.109 0.071c-8.345-5.893-18.711-9.446-29.902-9.52l-0.018-0c-35.28 0-64 36-64 80s28.72 80 64 80c12.077-0.144 23.182-4.193 32.139-10.94l-0.139 0.1v-21.16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0zM320 608v152c0 57.438-46.562 104-104 104s-104-46.562-104-104v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 22.091 17.909 40 40 40s40-17.909 40-40v0-152c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-jpg-fill"]},"attrs":[{}],"properties":{"order":29980,"id":752,"name":"file-jpg-fill","prevSize":16,"code":60143},"setIdx":4,"setId":4,"iconIdx":495},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0h448c17.673 0 32 14.327 32 32v0 384c0 17.673 14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM608 352v-176l176 176zM591.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.57-0.14-42.399-3.050-62.231-8.392l1.711 0.392c-13.807-3.752-23.794-16.175-23.794-30.93 0-17.673 14.327-32 32-32 3.206 0 6.301 0.471 9.221 1.349l-0.227-0.058c17.52 4.8 60 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.674-25.005 16.202-46.391 35.711-59.616l0.289-0.184c47.36-32 122.84-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.36 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM320 608v152c0 57.438-46.562 104-104 104s-104-46.562-104-104v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 22.091 17.909 40 40 40s40-17.909 40-40v0-152c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-js-fill"]},"attrs":[{}],"properties":{"order":29981,"id":751,"name":"file-js-fill","prevSize":16,"code":60144},"setIdx":4,"setId":4,"iconIdx":496},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM608 352v-176l176 176zM591.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.559-0.107-42.391-3.020-62.213-8.391l1.693 0.391c-13.807-3.752-23.794-16.175-23.794-30.93 0-17.673 14.327-32 32-32 3.206 0 6.301 0.471 9.221 1.349l-0.227-0.058c17.52 4.84 60 10.84 78.2-1.4 3.52-2.4 7.32-6.080 8.56-15.72 1.36-10.68-2.88-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.48 2.697-24.986 16.219-46.351 35.712-59.576l0.288-0.184c47.4-32 122.88-13.24 131.36-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.32 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.12 11.28 105.16 30.6 96.4 99.84zM320 608v152c0 57.438-46.562 104-104 104s-104-46.562-104-104v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 22.091 17.909 40 40 40s40-17.909 40-40v0-152c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM858.040 626.6l-66.72 93.4 66.72 93.4c3.24 4.92 5.169 10.954 5.169 17.438 0 17.673-14.327 32-32 32-10.184 0-19.257-4.757-25.118-12.171l-0.051-0.067-54.040-75.56-53.96 75.56c-5.795 8.819-15.642 14.562-26.831 14.562-17.673 0-32-14.327-32-32 0-7.489 2.573-14.377 6.882-19.829l-0.051 0.067 66.64-93.4-66.72-93.4c-3.24-4.92-5.169-10.954-5.169-17.438 0-17.673 14.327-32 32-32 10.184 0 19.257 4.757 25.118 12.171l0.051 0.067 54.040 75.56 53.96-75.56c5.912-7.481 14.985-12.238 25.169-12.238 17.673 0 32 14.327 32 32 0 6.484-1.929 12.518-5.244 17.559l0.075-0.121z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-jsx-fill"]},"attrs":[{}],"properties":{"order":29982,"id":750,"name":"file-jsx-fill","prevSize":16,"code":60145},"setIdx":4,"setId":4,"iconIdx":497},{"icon":{"paths":["M480 704h-32v-16c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 16h-32c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM384 704h-96v-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352h352v192c0 17.673 14.327 32 32 32v0h192v480h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-lock-fill"]},"attrs":[{}],"properties":{"order":29983,"id":749,"name":"file-lock-fill","prevSize":16,"code":60146},"setIdx":4,"setId":4,"iconIdx":498},{"icon":{"paths":["M576 592c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0zM864 352v512c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001zM662.64 713.36l-44.8-44.76c13.901-21.776 22.156-48.326 22.156-76.804 0-79.639-64.561-144.2-144.2-144.2s-144.2 64.561-144.2 144.2c0 79.639 64.561 144.2 144.2 144.2 28.478 0 55.028-8.255 77.387-22.503l-0.583 0.347 44.76 44.8c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM784 352l-176-176v176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-magnifying-glass-fill"]},"attrs":[{}],"properties":{"order":29984,"id":748,"name":"file-magnifying-glass-fill","prevSize":16,"code":60147},"setIdx":4,"setId":4,"iconIdx":499},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM608 640h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM608 352v-178.76l178.76 178.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-minus-fill"]},"attrs":[{}],"properties":{"order":29985,"id":747,"name":"file-minus-fill","prevSize":16,"code":60148},"setIdx":4,"setId":4,"iconIdx":500},{"icon":{"paths":["M192 480h640c17.673 0 32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM608 176l176 176h-176zM896 608c0 17.673-14.327 32-32 32v0h-96v64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM256 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM256 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM512 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h64c79.529 0 144-64.471 144-144s-64.471-144-144-144v0zM512 800h-32v-160h32c44.183 0 80 35.817 80 80s-35.817 80-80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-pdf-fill"]},"attrs":[{}],"properties":{"order":29986,"id":746,"name":"file-pdf-fill","prevSize":16,"code":60149},"setIdx":4,"setId":4,"iconIdx":501},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM608 640h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM608 352v-178.76l178.76 178.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-plus-fill"]},"attrs":[{}],"properties":{"order":29987,"id":745,"name":"file-plus-fill","prevSize":16,"code":60150},"setIdx":4,"setId":4,"iconIdx":502},{"icon":{"paths":["M192 480h640c17.673 0 32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM608 176l176 176h-176zM240 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM240 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM896 803.48c-0.001 8.587-3.385 16.384-8.891 22.131l0.011-0.011c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.56 0-128-64.6-128-144s57.44-144 128-144c24.628 0.086 47.458 7.716 66.317 20.699l-0.397-0.259c8.539 5.849 14.068 15.549 14.068 26.54 0 17.711-14.357 32.068-32.068 32.068-6.719 0-12.956-2.067-18.109-5.599l0.109 0.071c-8.345-5.893-18.711-9.446-29.902-9.52l-0.018-0c-35.28 0-64 36-64 80s28.72 80 64 80c12.084-0.139 23.192-4.205 32.136-10.979l-0.136 0.099v-21.12c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0zM624 608v224c0 0.001 0 0.003 0 0.005 0 14.186-9.231 26.216-22.014 30.411l-0.226 0.064c-2.894 0.964-6.227 1.52-9.689 1.52-0.025 0-0.050-0-0.075-0l0.004 0c-0 0-0.001 0-0.001 0-10.694 0-20.164-5.246-25.974-13.305l-0.065-0.095-101.96-142.6v124c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c-0-0-0-0.001-0-0.001 0-17.673 14.327-32 32-32 10.695 0 20.165 5.247 25.975 13.307l0.065 0.095 101.96 142.6v-124c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-png-fill"]},"attrs":[{}],"properties":{"order":29988,"id":744,"name":"file-png-fill","prevSize":16,"code":60151},"setIdx":4,"setId":4,"iconIdx":503},{"icon":{"paths":["M896 608c0 17.673-14.327 32-32 32v0h-48v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-48c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM368 688c0 61.856-50.144 112-112 112v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c61.856 0 112 50.144 112 112v0zM304 688c0-26.51-21.49-48-48-48v0h-32v96h32c26.51 0 48-21.49 48-48v0zM640 688c0 61.856-50.144 112-112 112v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h64c61.856 0 112 50.144 112 112v0zM576 688c0-26.51-21.49-48-48-48v0h-32v96h32c26.51 0 48-21.49 48-48v0zM160 448v-288c0-35.346 28.654-64 64-64v0h384c0.007-0 0.016-0 0.025-0 8.83 0 16.825 3.577 22.615 9.36l-0-0 224 224c5.783 5.79 9.36 13.785 9.36 22.615 0 0.009-0 0.018-0 0.027l0-0.001v96c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0zM608 352h176l-176-176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-ppt-fill"]},"attrs":[{}],"properties":{"order":29989,"id":743,"name":"file-ppt-fill","prevSize":16,"code":60152},"setIdx":4,"setId":4,"iconIdx":504},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0h480c17.673 0 32 14.327 32 32v0 384c0 17.673 14.327 32 32 32v0h64c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM608 352v-176l176 176zM256 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c8.121-0.011 16.034-0.87 23.666-2.493l-0.746 0.133 29.44 50.36c5.82 8.649 15.571 14.263 26.634 14.263 17.673 0 32-14.327 32-32 0-5.198-1.239-10.106-3.438-14.445l0.084 0.182-28.44-48.88c20.223-20.26 32.728-48.23 32.728-79.12 0-61.831-50.103-111.959-111.924-112l-0.004-0zM256 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM623.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.57-0.14-42.399-3.050-62.231-8.392l1.711 0.392c-13.807-3.752-23.794-16.175-23.794-30.93 0-17.673 14.327-32 32-32 3.206 0 6.301 0.471 9.221 1.349l-0.227-0.058c17.52 4.8 59.8 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.674-25.005 16.202-46.391 35.711-59.616l0.289-0.184c47.36-32 122.84-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.36 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-rs-fill"]},"attrs":[{}],"properties":{"order":29990,"id":742,"name":"file-rs-fill","prevSize":16,"code":60153},"setIdx":4,"setId":4,"iconIdx":505},{"icon":{"paths":["M854.64 265.36l-160-160c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-319.999-0c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-448c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM544 768h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM544 640h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM800 736h-64v-320c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-160-160c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-191.999-0v-64h306.76l141.24 141.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["files-fill"]},"attrs":[{}],"properties":{"order":29991,"id":741,"name":"files-fill","prevSize":16,"code":60154},"setIdx":4,"setId":4,"iconIdx":506},{"icon":{"paths":["M192 480h640c17.673 0 32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM608 176l176 176h-176zM912 832c0 17.673-14.327 32-32 32v0h-112c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h80c17.673 0 32 14.327 32 32v0zM367.28 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.52 17.84-69.96 17.84-21.576-0.117-42.422-3.029-62.26-8.391l1.7 0.391c-13.405-4.017-23.006-16.242-23.006-30.71 0-17.673 14.327-32 32-32 2.918 0 5.744 0.39 8.43 1.122l-0.224-0.052c17.52 4.8 59.8 10.8 78.2-1.44 3.56-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.668-25.007 16.198-46.394 35.711-59.615l0.289-0.185c47.36-32 122.88-13.24 131.32-11.040 13.84 3.736 23.857 16.178 23.857 30.96 0 17.683-14.335 32.017-32.017 32.017-2.901 0-5.712-0.386-8.384-1.109l0.224 0.052c-17.96-4.68-60.88-10.24-79.28 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.32 4.48 7.6 9.24 5.96 25.76 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM651.28 798.16c13.029-22.318 20.721-49.131 20.721-77.742 0-0.147-0-0.294-0.001-0.441l0 0.023c0-79.4-57.4-144-128-144s-128 64.6-128 144 57.4 144 128 144c23.679-0.087 45.677-7.212 64.032-19.389l-0.432 0.269 9.76 9.76c5.791 5.786 13.787 9.364 22.62 9.364 17.675 0 32.004-14.329 32.004-32.004 0-8.843-3.586-16.847-9.383-22.64l-0-0zM544 800c-35.28 0-64-36-64-80s28.72-80 64-80 64 36 64 80c0 0.015 0 0.032 0 0.049 0 10.718-1.727 21.032-4.918 30.68l0.198-0.69-4.68-4.68c-5.791-5.786-13.787-9.364-22.62-9.364-17.675 0-32.004 14.329-32.004 32.004 0 8.843 3.586 16.847 9.383 22.64l0 0 6.72 6.68c-4.791 1.661-10.315 2.639-16.061 2.68l-0.019 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-sql-fill"]},"attrs":[{}],"properties":{"order":29992,"id":740,"name":"file-sql-fill","prevSize":16,"code":60155},"setIdx":4,"setId":4,"iconIdx":507},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM608 352v-176l176 176zM351.28 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.52 17.84-69.96 17.84-21.584-0.14-42.427-3.051-62.273-8.393l1.713 0.393c-13.405-4.017-23.006-16.242-23.006-30.71 0-17.673 14.327-32 32-32 2.918 0 5.744 0.39 8.43 1.122l-0.224-0.052c17.52 4.8 59.8 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.668-25.007 16.198-46.394 35.711-59.615l0.289-0.185c47.36-32 122.88-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.92-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.44 3.6-0.56 4.36 4.48 7.6 9.24 5.96 25.76 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM606.16 618.76l-80 224c-4.549 12.491-16.322 21.249-30.14 21.249s-25.591-8.758-30.069-21.027l-0.071-0.222-80-224c-1.403-3.469-2.218-7.492-2.218-11.705 0-17.673 14.327-32 32-32 14.166 0 26.182 9.205 30.393 21.959l0.065 0.226 49.88 139.6 49.84-139.6c4.552-12.488 16.324-21.243 30.14-21.243 17.675 0 32.003 14.328 32.003 32.003 0 3.858-0.683 7.557-1.934 10.982l0.071-0.222zM864 736v67.48c-0.001 8.587-3.385 16.384-8.891 22.131l0.011-0.011c-21.803 23.422-52.718 38.113-87.068 38.4l-0.052 0c-70.56 0-128-64.6-128-144s57.44-144 128-144c24.635 0.080 47.467 7.727 66.313 20.737l-0.393-0.257c8.304 5.861 13.662 15.417 13.662 26.224 0 17.673-14.327 32-32 32-6.494 0-12.536-1.934-17.582-5.259l0.12 0.074c-8.404-5.917-18.842-9.473-30.108-9.52l-0.012-0c-35.28 0-64 36-64 80s28.72 80 64 80c12.086-0.068 23.209-4.132 32.13-10.935l-0.13 0.095v-21.16c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-svg-fill"]},"attrs":[{}],"properties":{"order":29993,"id":739,"name":"file-svg-fill","prevSize":16,"code":60156},"setIdx":4,"setId":4,"iconIdx":508},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 704h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM640 576h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM608 352v-176l176 176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-text-fill"]},"attrs":[{}],"properties":{"order":29994,"id":738,"name":"file-text-fill","prevSize":16,"code":60157},"setIdx":4,"setId":4,"iconIdx":509},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0h448c17.673 0 32 14.327 32 32v0 384c0 17.673 14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM608 352v-176l176 176zM591.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.57-0.14-42.399-3.050-62.231-8.392l1.711 0.392c-13.807-3.752-23.794-16.175-23.794-30.93 0-17.673 14.327-32 32-32 3.206 0 6.301 0.471 9.221 1.349l-0.227-0.058c17.52 4.8 60 10.8 78.2-1.44 3.52-2.36 7.32-6.080 8.56-15.72 1.4-10.68-2.84-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.44 2.674-25.005 16.202-46.391 35.711-59.616l0.289-0.184c47.36-32 122.84-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.36 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.16 11.32 105.4 30.64 96.44 99.88zM352 608c0 17.673-14.327 32-32 32v0h-48v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-48c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-ts-fill"]},"attrs":[{}],"properties":{"order":29995,"id":737,"name":"file-ts-fill","prevSize":16,"code":60158},"setIdx":4,"setId":4,"iconIdx":510},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM608 352v-176l176 176zM858.040 626.6l-66.72 93.4 66.72 93.4c3.24 4.92 5.169 10.954 5.169 17.438 0 17.673-14.327 32-32 32-10.184 0-19.257-4.757-25.118-12.171l-0.051-0.067-54.040-75.56-53.96 75.56c-5.795 8.819-15.642 14.562-26.831 14.562-17.673 0-32-14.327-32-32 0-7.489 2.573-14.377 6.882-19.829l-0.051 0.067 66.64-93.4-66.72-93.4c-3.24-4.92-5.169-10.954-5.169-17.438 0-17.673 14.327-32 32-32 10.184 0 19.257 4.757 25.118 12.171l0.051 0.067 54.040 75.56 53.96-75.56c5.912-7.481 14.985-12.238 25.169-12.238 17.673 0 32 14.327 32 32 0 6.484-1.929 12.518-5.244 17.559l0.075-0.121zM591.24 785.24c-2.673 25.509-16.507 47.323-36.461 60.731l-0.299 0.189c-20.76 13.84-46.48 17.84-69.96 17.84-21.559-0.107-42.391-3.020-62.213-8.391l1.693 0.391c-13.807-3.752-23.794-16.175-23.794-30.93 0-17.673 14.327-32 32-32 3.206 0 6.301 0.471 9.221 1.349l-0.227-0.058c17.52 4.84 60 10.84 78.2-1.4 3.52-2.4 7.32-6.080 8.56-15.72 1.36-10.68-2.88-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.48 2.697-24.986 16.219-46.351 35.712-59.576l0.288-0.184c47.4-32 122.88-13.24 131.36-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.96-4.68-60.92-10.24-79.32 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.48 3.6-0.56 4.32 4.44 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.12 11.28 105.16 30.6 96.4 99.84zM352 608c0 17.673-14.327 32-32 32v0h-48v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-48c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-tsx-fill"]},"attrs":[{}],"properties":{"order":29996,"id":736,"name":"file-tsx-fill","prevSize":16,"code":60159},"setIdx":4,"setId":4,"iconIdx":511},{"icon":{"paths":["M592.92 612.84c-4.801-3.032-10.644-4.831-16.906-4.831-5.131 0-9.98 1.208-14.279 3.354l0.185-0.084-84.88 41.56c-8.405-26.197-32.545-44.829-61.039-44.84l-224.001-0c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h224c29.442-0.034 54.225-19.943 61.655-47.031l0.105-0.449 83.36 44c4.315 2.312 9.439 3.67 14.881 3.67 17.673 0 32-14.327 32-32 0-0.067-0-0.134-0.001-0.201l0 0.010v-224c-0-11.405-5.967-21.415-14.948-27.082l-0.132-0.078zM544 811.040l-64-33.68v-54.72l64-31.32zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 352c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352h352v192c0 17.673 14.327 32 32 32v0h192v480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM640 205.24l114.76 114.76h-114.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-video-fill"]},"attrs":[{}],"properties":{"order":29997,"id":735,"name":"file-video-fill","prevSize":16,"code":60160},"setIdx":4,"setId":4,"iconIdx":512},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM608 352v-176l176 176zM350.16 618.76l-80 224c-4.549 12.491-16.322 21.249-30.14 21.249s-25.591-8.758-30.069-21.027l-0.071-0.222-80-224c-1.18-3.203-1.863-6.902-1.863-10.76 0-17.675 14.328-32.003 32.003-32.003 13.816 0 25.588 8.755 30.069 21.021l0.071 0.222 49.84 139.6 49.88-139.6c4.552-12.488 16.324-21.243 30.14-21.243 17.675 0 32.003 14.328 32.003 32.003 0 3.858-0.683 7.557-1.934 10.982l0.071-0.222zM736 640v48h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v48h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM608 608v152c0 57.438-46.562 104-104 104s-104-46.562-104-104v0-152c0-17.673 14.327-32 32-32s32 14.327 32 32v0 152c0 22.091 17.909 40 40 40s40-17.909 40-40v0-152c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-vue-fill"]},"attrs":[{}],"properties":{"order":29998,"id":734,"name":"file-vue-fill","prevSize":16,"code":60161},"setIdx":4,"setId":4,"iconIdx":513},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM630.64 681.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36zM608 352v-176l176 176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-x-fill"]},"attrs":[{}],"properties":{"order":29999,"id":733,"name":"file-x-fill","prevSize":16,"code":60162},"setIdx":4,"setId":4,"iconIdx":514},{"icon":{"paths":["M192 480h640c17.673 0 32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0zM608 176l176 176h-176zM624 832c0 17.673-14.327 32-32 32v0h-112c-17.673 0-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h80c17.673 0 32 14.327 32 32v0zM378.040 626.6l-66.72 93.4 66.72 93.4c3.24 4.92 5.169 10.954 5.169 17.438 0 17.673-14.327 32-32 32-10.184 0-19.257-4.757-25.118-12.171l-0.051-0.067-54.040-75.56-53.96 75.56c-5.795 8.819-15.642 14.562-26.831 14.562-17.673 0-32-14.327-32-32 0-7.489 2.573-14.377 6.882-19.829l-0.051 0.067 66.64-93.4-66.72-93.4c-4.258-5.385-6.831-12.273-6.831-19.762 0-17.673 14.327-32 32-32 11.189 0 21.036 5.742 26.756 14.441l0.075 0.121 54.040 75.56 53.96-75.56c5.912-7.481 14.985-12.238 25.169-12.238 17.673 0 32 14.327 32 32 0 6.484-1.929 12.518-5.244 17.559l0.075-0.121zM863.16 785.24c-2.657 25.504-16.479 47.319-36.422 60.731l-0.298 0.189c-20.76 13.84-46.68 17.84-69.96 17.84-21.639-0.094-42.556-3.008-62.459-8.391l1.699 0.391c-13.598-3.893-23.383-16.214-23.383-30.82 0-17.675 14.328-32.003 32.003-32.003 3.069 0 6.036 0.432 8.846 1.238l-0.226-0.055c17.52 4.84 59.76 10.84 78.16-1.4 3.56-2.4 7.36-6.080 8.6-15.72 1.36-10.68-2.88-16.4-51.12-30.36-37.4-10.8-100-28.92-92-92.48 2.648-24.956 16.097-46.315 35.517-59.577l0.283-0.183c47.36-32 122.88-13.24 131.32-11.040 13.848 3.729 23.872 16.174 23.872 30.96 0 17.68-14.332 32.012-32.012 32.012-2.894 0-5.698-0.384-8.364-1.104l0.224 0.052c-17.92-4.68-60.88-10.24-79.28 2.24-4.755 3.24-7.87 8.583-8 14.66l-0 0.020c-0.44 3.6-0.52 4.32 4.48 7.6 9.24 5.96 25.8 10.72 41.8 15.36 39.48 11.28 105.56 30.6 96.72 99.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-xls-fill"]},"attrs":[{}],"properties":{"order":30000,"id":732,"name":"file-xls-fill","prevSize":16,"code":60163},"setIdx":4,"setId":4,"iconIdx":515},{"icon":{"paths":["M736 576h-64c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c61.856 0 112-50.144 112-112s-50.144-112-112-112v0zM736 736h-32v-96h32c26.51 0 48 21.49 48 48s-21.49 48-48 48v0zM544 608v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM384 832c0 17.673-14.327 32-32 32v0h-128c-0.086 0.001-0.187 0.001-0.288 0.001-17.673 0-32-14.327-32-32 0-5.892 1.592-11.411 4.37-16.152l-0.082 0.151 100.64-176h-72.64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c0.086-0.001 0.187-0.001 0.288-0.001 17.673 0 32 14.327 32 32 0 5.892-1.592 11.411-4.37 16.152l0.082-0.151-100.84 176h72.84c17.673 0 32 14.327 32 32v0zM854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 288c0 17.673 14.327 32 32 32v0h640c17.673 0 32-14.327 32-32v0-96c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM608 352v-176l176 176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-zip-fill"]},"attrs":[{}],"properties":{"order":30001,"id":731,"name":"file-zip-fill","prevSize":16,"code":60164},"setIdx":4,"setId":4,"iconIdx":516},{"icon":{"paths":["M896 864h-162.56c117.406-74.828 194.155-204.351 194.155-351.8 0-229.64-186.16-415.8-415.8-415.8s-415.8 186.16-415.8 415.8c0 229.64 186.16 415.8 415.8 415.8 0.072 0 0.144-0 0.216-0l383.989 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM320 592c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM512 784c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM512 400c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM624 512c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0c-44.183 0-80-35.817-80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["film-reel-fill"]},"attrs":[{}],"properties":{"order":30002,"id":730,"name":"film-reel-fill","prevSize":16,"code":60165},"setIdx":4,"setId":4,"iconIdx":517},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM304 752c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM304 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM304 368c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["film-script-fill"]},"attrs":[{}],"properties":{"order":30003,"id":729,"name":"film-script-fill","prevSize":16,"code":60166},"setIdx":4,"setId":4,"iconIdx":518},{"icon":{"paths":["M864 416h-455.64l431.64-113.96c13.834-3.734 23.847-16.169 23.847-30.944 0-2.994-0.411-5.893-1.18-8.641l0.054 0.225-32.64-120c-7.725-27.116-32.276-46.638-61.388-46.638-5.793 0-11.405 0.773-16.739 2.221l0.446-0.103-609.16 160.8c-16.694 4.432-30.363 15.102-38.639 29.3l-0.161 0.3c-5.333 8.969-8.485 19.776-8.485 31.318 0 5.938 0.834 11.682 2.392 17.12l-0.107-0.438 29.76 109.68c0 0.56 0 1.16 0 1.76v352c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-352c0-17.673-14.327-32-32-32v0zM545.76 218.88l112.52 65.12-235.6 62.2-112.48-65.12zM832 800h-640v-320h640v320z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["film-slate-fill"]},"attrs":[{}],"properties":{"order":30004,"id":728,"name":"film-slate-fill","prevSize":16,"code":60167},"setIdx":4,"setId":4,"iconIdx":519},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM736 224h128v64h-128zM288 800h-128v-64h128zM288 288h-128v-64h128zM480 800h-128v-64h128zM480 288h-128v-64h128zM672 800h-128v-64h128zM672 288h-128v-64h128zM864 800h-128v-64h128v64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["film-strip-fill"]},"attrs":[{}],"properties":{"order":30005,"id":727,"name":"film-strip-fill","prevSize":16,"code":60168},"setIdx":4,"setId":4,"iconIdx":520},{"icon":{"paths":["M505.68 96c-222.76 3.4-404.84 184.36-409.68 407.24-0.067 2.787-0.106 6.069-0.106 9.361 0 75.321 20.109 145.946 55.251 206.798l-1.065-1.999c2.81 4.849 7.975 8.058 13.89 8.058 6.39 0 11.905-3.746 14.469-9.161l0.041-0.097c28.707-59.556 45.48-129.5 45.48-203.362 0-0.224-0-0.449-0-0.673l0 0.035c-0-0.139-0-0.305-0-0.47 0-90.578 41.949-171.359 107.479-223.974l0.562-0.436c5.378-4.236 12.25-6.794 19.72-6.794 17.681 0 32.014 14.333 32.014 32.014 0 10.211-4.781 19.306-12.226 25.168l-0.068 0.052c-51.059 41.263-83.44 103.883-83.44 174.066 0 0.16 0 0.319 0.001 0.479l-0-0.025c0 0.176 0 0.385 0 0.594 0 100.531-27.414 194.658-75.175 275.315l1.375-2.509c-1.391 2.323-2.213 5.125-2.213 8.119 0 4.402 1.778 8.388 4.654 11.281l-0.001-0.001c8 8 16.36 16 25 23.28 2.761 2.332 6.361 3.749 10.292 3.749 5.789 0 10.859-3.074 13.669-7.679l0.040-0.070c33.558-54.774 59.314-118.51 73.662-186.453l0.698-3.947c3.074-14.722 15.944-25.622 31.36-25.622 17.674 0 32.002 14.328 32.002 32.002 0 2.258-0.234 4.462-0.679 6.588l0.036-0.208c-16.852 81.031-46.062 152.878-85.935 217.44l1.655-2.88c-1.449 2.36-2.308 5.219-2.308 8.278 0 6.174 3.497 11.532 8.619 14.2l0.089 0.042c9.88 5 20 9.64 30.28 13.88 1.858 0.817 4.024 1.293 6.301 1.293 5.782 0 10.848-3.067 13.659-7.663l0.040-0.070c65.873-107.717 104.88-238.079 104.88-377.551 0-0.2-0-0.4-0-0.6l0 0.031c-0.001-0.097-0.002-0.212-0.002-0.327 0-17.013 13.017-30.986 29.634-32.503l0.127-0.009c0.67-0.050 1.452-0.079 2.24-0.079 17.673 0 32 14.327 32 32 0 0.028-0 0.055-0 0.083l0-0.004c0 0.275 0.001 0.601 0.001 0.928 0 142.385-37.396 276.035-102.901 391.666l2.061-3.953c-1.286 2.253-2.045 4.951-2.045 7.826 0 8.076 5.984 14.755 13.76 15.844l0.084 0.010q18.2 2.52 36.84 3.44c0.177 0.007 0.385 0.011 0.594 0.011 6.057 0 11.327-3.365 14.044-8.328l0.042-0.083c63.806-117.051 101.38-256.343 101.52-404.398l0-0.042c0.2-53-41.2-97.96-94.16-98.96-0.548-0.011-1.193-0.018-1.84-0.018-52.941 0-95.873 42.854-96 95.766l-0 0.012c-0.126 16.653-12.796 30.307-29.021 31.988l-0.139 0.012c-0.851 0.080-1.84 0.126-2.84 0.126-17.673 0-32-14.327-32-32 0-0.044 0-0.089 0-0.133l-0 0.007c-0-0.003-0-0.006-0-0.009 0-88.366 71.634-160 160-160 0.591 0 1.181 0.003 1.77 0.010l-0.090-0.001c88 0.92 158.72 76.68 158.28 164.64-0.423 137.16-30.618 267.162-84.454 384.027l2.374-5.747c-0.876 1.916-1.386 4.155-1.386 6.514 0 8.837 7.163 16 16 16 1.373 0 2.705-0.173 3.977-0.498l-0.111 0.024c16.824-3.992 30.537-8.112 43.93-12.902l-2.89 0.902c4.27-1.545 7.625-4.731 9.36-8.776l0.040-0.104c16.364-37.292 32.063-82.561 44.392-129.2l1.528-6.8c3.68-13.92 16.161-24.016 31-24.016 17.682 0 32.016 14.334 32.016 32.016 0 2.843-0.371 5.599-1.066 8.223l0.050-0.223q-4.48 17.48-9.6 34.8c-0.434 1.385-0.684 2.977-0.684 4.628 0 8.837 7.163 16 16 16 4.038 0 7.727-1.496 10.542-3.964l-0.018 0.016c88.994-76.74 144.987-189.635 144.987-315.607 0-229.75-186.25-416-416-416-2.204 0-4.403 0.017-6.599 0.051l0.332-0.004zM792 644.32c-2.053 15.845-15.446 27.964-31.676 28l-0.004 0c-1.41-0-2.799-0.087-4.163-0.257l0.163 0.017c-15.89-2.035-28.047-15.475-28.047-31.755 0-1.398 0.090-2.774 0.263-4.125l-0.017 0.16c4.875-37.219 7.665-80.276 7.68-123.981l0-0.019c-0.182-123.639-100.361-223.818-223.982-224l-0.018-0c-0.030-0-0.066-0-0.101-0-9.834 0-19.522 0.625-29.026 1.837l1.128-0.117c-1.201 0.16-2.59 0.251-4 0.251-17.69 0-32.031-14.341-32.031-32.031 0-16.28 12.146-29.723 27.87-31.763l0.161-0.017c10.69-1.404 23.051-2.206 35.6-2.206 159.196 0 288.266 128.987 288.4 288.153l0 0.013c-0.010 46.483-2.99 92.261-8.759 137.165l0.559-5.325z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fingerprint-fill"]},"attrs":[{}],"properties":{"order":30006,"id":726,"name":"fingerprint-fill","prevSize":16,"code":60169},"setIdx":4,"setId":4,"iconIdx":521},{"icon":{"paths":["M505.64 96c-222.76 3.4-404.8 184.28-409.64 407-0.067 2.776-0.105 6.046-0.105 9.325 0 75.274 20.093 145.856 55.209 206.673l-1.064-1.998c2.808 4.859 7.978 8.076 13.9 8.076 6.381 0 11.89-3.736 14.459-9.139l0.041-0.097c28.756-59.584 45.56-129.568 45.56-203.478 0-0.127-0-0.255-0-0.382l0 0.020c-0-0.035-0-0.076-0-0.117 0-72.596 26.886-138.912 71.244-189.534l-0.284 0.33c6.072-7.197 15.096-11.737 25.181-11.737 6.705 0 12.941 2.007 18.141 5.453l-0.122-0.076c8.459 5.844 13.931 15.488 13.931 26.411 0 8.18-3.069 15.643-8.119 21.301l0.028-0.031c-34.759 39.226-55.989 91.133-56 147.998l-0 0.002c0 0.2 0 0.438 0 0.675 0 100.445-27.4 194.49-75.134 275.069l1.373-2.504c-1.391 2.323-2.213 5.125-2.213 8.119 0 4.402 1.778 8.388 4.654 11.281l-0.001-0.001c15.564 15.772 32.322 30.272 50.162 43.388l1.158 0.812c2.614 1.935 5.902 3.097 9.46 3.097 5.865 0 10.993-3.156 13.779-7.862l0.041-0.074c15.434-24.789 30.412-53.711 43.147-83.813l1.573-4.187c4.927-11.729 16.319-19.816 29.6-19.816 17.682 0 32.016 14.334 32.016 32.016 0 4.401-0.888 8.594-2.494 12.411l0.079-0.211c-15.31 36.81-31.188 67.758-49.168 97.285l1.768-3.125c-1.421 2.342-2.262 5.174-2.262 8.201 0 6.606 4.004 12.277 9.717 14.719l0.104 0.040c28.973 12.199 62.679 21.577 97.804 26.545l2.196 0.255c0.699 0.108 1.506 0.17 2.327 0.17 5.96 0 11.159-3.259 13.912-8.091l0.041-0.079c56.027-98.793 92.795-215.409 102.114-339.679l0.166-2.761c0.727-17.096 14.764-30.681 31.973-30.681 17.673 0 32 14.327 32 32 0 1.17-0.063 2.325-0.185 3.462l0.012-0.141c-8.868 118.998-39.771 228.835-88.647 328.238l2.327-5.238c-1.042 2.066-1.653 4.503-1.653 7.082 0 8.837 7.163 16 16 16 0.695 0 1.38-0.044 2.052-0.13l-0.080 0.008c30.925-4.225 58.737-11.151 85.293-20.709l-2.893 0.909c4.277-1.554 7.634-4.755 9.36-8.815l0.040-0.105c47.758-111.214 75.814-240.602 76.479-376.466l0.001-0.254c0.88-122.56-93.6-226.68-216-230.92-2.343-0.087-5.094-0.136-7.857-0.136-19.947 0-39.292 2.574-57.723 7.408l1.58-0.352c-2.388 0.638-5.13 1.005-7.957 1.005-15.496 0-28.419-11.014-31.368-25.64l-0.035-0.205c-0.29-1.642-0.456-3.532-0.456-5.46 0-15.592 10.839-28.652 25.393-32.056l0.223-0.044c21.015-5.483 45.14-8.63 70-8.63 159.095 0 288.080 128.912 288.2 287.979l0 0.012c0 0.297 0 0.648 0 1 0 106.033-15.579 208.427-44.574 305.019l1.933-7.499c-0.422 1.367-0.666 2.939-0.666 4.567 0 8.837 7.163 16 16 16 4.048 0 7.745-1.503 10.563-3.983l-0.018 0.015c88.691-76.725 144.472-189.431 144.472-315.164 0-229.75-186.25-416-416-416-2.135 0-4.267 0.016-6.394 0.048l0.322-0.004zM512 384c37.846 0.033 71.849 16.46 95.295 42.562l0.105 0.118c5.056 5.635 8.148 13.123 8.148 21.332 0 10.568-5.122 19.939-13.020 25.766l-0.088 0.062c-5.237 3.648-11.733 5.828-18.739 5.828-9.852 0-18.698-4.312-24.751-11.153l-0.030-0.035c-11.722-12.609-28.402-20.472-46.918-20.472-7.226 0-14.173 1.198-20.652 3.405l0.451-0.133c-25.838 9.188-44.004 33.43-44.004 61.915 0 0.269 0.002 0.538 0.005 0.806l-0-0.041c-0.121 46.764-4.76 92.369-13.503 136.498l0.743-4.498c-2.878 14.795-15.64 25.841-31.019 26.040l-0.021 0c-0.046 0-0.101 0-0.155 0-2.068 0-4.087-0.204-6.041-0.593l0.196 0.033c-14.904-3.476-25.837-16.648-25.837-32.373 0-2.217 0.217-4.383 0.632-6.478l-0.035 0.211c7.15-36.033 11.241-77.461 11.241-119.844 0-0.337-0-0.673-0.001-1.009l0 0.053c0-70.692 57.308-128 128-128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fingerprint-simple-fill"]},"attrs":[{}],"properties":{"order":30007,"id":725,"name":"fingerprint-simple-fill","prevSize":16,"code":60170},"setIdx":4,"setId":4,"iconIdx":522},{"icon":{"paths":["M704 560c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM368 512c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM960 256v320c-0.182 158.985-129.015 287.818-287.983 288l-320.017 0c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017v-320c-0-0.075-0-0.163-0-0.252 0-70.692 57.308-128 128-128 59.412 0 109.37 40.478 123.801 95.36l0.199 0.892h392c14.63-55.774 64.588-96.252 124-96.252 70.692 0 128 57.308 128 128 0 0.089-0 0.177-0 0.266l0-0.014zM800 544c0-70.692-57.308-128-128-128v0h-320c-70.692 0-128 57.308-128 128v0 32c0 70.692 57.308 128 128 128v0h320c70.692 0 128-57.308 128-128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["finn-the-human-fill"]},"attrs":[{}],"properties":{"order":30008,"id":724,"name":"finn-the-human-fill","prevSize":16,"code":60171},"setIdx":4,"setId":4,"iconIdx":523},{"icon":{"paths":["M873.2 193.36l-242.72-72.8 120-60c10.524-5.387 17.603-16.157 17.603-28.58 0-17.675-14.328-32.003-32.003-32.003-5.252 0-10.208 1.265-14.58 3.507l0.18-0.084-185.68 92.8c-173.218 4.643-311.881 146.109-312 319.988l-0 0.012v415.8c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h64v224c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-512c-0.138-94.677-68.681-173.304-158.847-189.113l-1.153-0.167v-55.72l278.8 83.64c2.96 0.998 6.368 1.573 9.911 1.573 17.673 0 32-14.327 32-32 0-14.652-9.847-27.004-23.285-30.799l-0.225-0.054zM288 640v-224c0.167-130.026 97.14-237.352 222.706-253.782l1.294-0.138v64.64c-91.319 15.976-159.862 94.603-160 189.265l-0 0.015v224zM672 416v224h-256v-224c0-70.692 57.308-128 128-128s128 57.308 128 128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fire-extinguisher-fill"]},"attrs":[{}],"properties":{"order":30009,"id":723,"name":"fire-extinguisher-fill","prevSize":16,"code":60172},"setIdx":4,"setId":4,"iconIdx":524},{"icon":{"paths":["M573.52 71.4c-5.503-4.6-12.654-7.394-20.458-7.394-13.738 0-25.453 8.657-29.99 20.812l-0.072 0.221-88 241.64-96.64-93.64c-5.754-5.586-13.614-9.030-22.279-9.030-10.34 0-19.535 4.904-25.385 12.514l-0.056 0.076c-86.64 113.52-130.64 227.72-130.64 339.4 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-237.8-203.16-432-290.48-504.6zM735.56 613.36c-17.46 94.991-91.243 168.76-184.824 185.984l-1.416 0.216c-1.555 0.28-3.345 0.44-5.173 0.44-0.052 0-0.104-0-0.155-0l0.008 0c-17.67-0.005-31.992-14.33-31.992-32 0-15.805 11.458-28.934 26.521-31.533l0.19-0.027c66.28-11.16 122.52-67.4 133.76-133.8 2.656-15.225 15.774-26.652 31.56-26.652 17.68 0 32.012 14.332 32.012 32.012 0 1.893-0.164 3.749-0.48 5.552l0.028-0.192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fire-fill"]},"attrs":[{}],"properties":{"order":30010,"id":722,"name":"fire-fill","prevSize":16,"code":60173},"setIdx":4,"setId":4,"iconIdx":525},{"icon":{"paths":["M573.52 71.4c-5.503-4.6-12.654-7.394-20.458-7.394-13.738 0-25.453 8.657-29.99 20.812l-0.072 0.221-88 241.64-96.64-93.64c-5.754-5.586-13.614-9.030-22.279-9.030-10.34 0-19.535 4.904-25.385 12.514l-0.056 0.076c-86.64 113.52-130.64 227.72-130.64 339.4 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-237.8-203.16-432-290.48-504.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fire-simple-fill"]},"attrs":[{}],"properties":{"order":30011,"id":721,"name":"fire-simple-fill","prevSize":16,"code":60174},"setIdx":4,"setId":4,"iconIdx":526},{"icon":{"paths":["M928 416v192c0 35.346-28.654 64-64 64v0h-192v192c0 35.346-28.654 64-64 64v0h-192c-35.346 0-64-28.654-64-64v0-192h-192c-35.346 0-64-28.654-64-64v0-192c0-35.346 28.654-64 64-64v0h192v-192c0-35.346 28.654-64 64-64v0h192c35.346 0 64 28.654 64 64v0 192h192c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["first-aid-fill"]},"attrs":[{}],"properties":{"order":30012,"id":720,"name":"first-aid-fill","prevSize":16,"code":60175},"setIdx":4,"setId":4,"iconIdx":527},{"icon":{"paths":["M864 256h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM608 608h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM640 256h-256v-32c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["first-aid-kit-fill"]},"attrs":[{}],"properties":{"order":30013,"id":719,"name":"first-aid-kit-fill","prevSize":16,"code":60176},"setIdx":4,"setId":4,"iconIdx":528},{"icon":{"paths":["M672.24 303.76c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM831.72 627.76c-83.040 105.48-215.4 162.96-393.64 171.080l-88 205.68c-5.001 11.548-16.299 19.48-29.449 19.48-0.039 0-0.078-0-0.117-0l0.006 0h-2.040c-13.7-0.884-24.99-10.267-28.703-22.894l-0.057-0.226-59.24-207.4-207.28-59.36c-13.58-3.904-23.347-16.215-23.347-30.808 0-13.099 7.871-24.36 19.142-29.312l0.205-0.080 205.72-88c8-178.28 65.64-310.64 171.16-393.64 172.84-136 419.64-91.32 467.36-81 24.579 5.446 43.594 24.461 48.961 48.614l0.079 0.426c10.56 47.68 55.28 294.72-80.76 467.68zM850.12 173.8c-42.84-9.28-264-49.56-414.28 68.72-19.141 15.189-35.976 31.847-50.849 50.161l-0.471 0.599c-0.246 3.156-0.387 6.834-0.387 10.545 0 79.529 64.471 144 144 144 4.869 0 9.681-0.242 14.426-0.714l-0.6 0.048c0.906-0.091 1.959-0.143 3.023-0.143 17.673 0 32 14.327 32 32 0 1.064-0.052 2.117-0.154 3.155l0.010-0.132c-0.424 4.147-0.666 8.962-0.666 13.833 0 79.529 64.471 144 144 144 3.739 0 7.446-0.143 11.113-0.422l-0.487 0.030c18.854-15.317 35.459-32.126 50.089-50.572l0.511-0.668c118.28-150.28 78-371.52 68.72-414.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fish-fill"]},"attrs":[{}],"properties":{"order":30014,"id":718,"name":"fish-fill","prevSize":16,"code":60177},"setIdx":4,"setId":4,"iconIdx":529},{"icon":{"paths":["M672 304c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM798.16 667.080c-108.24 108-277.68 153.4-505.28 135.8q9.56 71.36 26.8 150.28c0.467 2.049 0.734 4.401 0.734 6.816 0 15.255-10.674 28.016-24.961 31.223l-0.214 0.040c-2.058 0.483-4.421 0.76-6.849 0.76-0.011 0-0.022-0-0.033-0l0.002 0c-15.225-0.030-27.952-10.687-31.16-24.946l-0.040-0.214q-19.64-89.72-29.56-170.56-80.8-9.96-170.44-29.56c-14.414-3.314-25-16.033-25-31.225 0-17.673 14.327-32 32-32 2.366 0 4.672 0.257 6.892 0.744l-0.212-0.039q78.84 17.2 150.16 26.8c-17.56-227.56 28-396.96 136-505.16 175-175.52 452.72-126.24 506.6-114.56 24.598 5.496 43.624 24.522 49.039 48.691l0.081 0.429c11.68 53.88 61 331.6-114.56 506.68zM850.16 173.96c-40.861-8.841-87.802-13.904-135.925-13.904-21.503 0-42.77 1.011-63.757 2.988l2.682-0.204c-80.96 8-149.6 31.32-205 69.84 4.715 187.629 155.546 338.516 342.709 343.311l0.451 0.009c38.48-55.4 61.96-124 69.84-205 1.77-18.354 2.78-39.681 2.78-61.244 0-48.072-5.018-94.973-14.558-140.206l0.778 4.409z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fish-simple-fill"]},"attrs":[{}],"properties":{"order":30015,"id":717,"name":"fish-simple-fill","prevSize":16,"code":60178},"setIdx":4,"setId":4,"iconIdx":530},{"icon":{"paths":["M924.88 237.76l-320 672c-5.121 11.258-16.271 18.944-29.215 18.944-17.673 0-32-14.327-32-32 0-5.277 1.277-10.255 3.539-14.643l-0.084 0.179 115.36-242.24h-534.48c-0.006 0-0.013 0-0.020 0-17.673 0-32-14.327-32-32 0-8.394 3.232-16.033 8.519-21.741l-0.019 0.021 170.24-184.4-168.36-154.28c-6.395-5.87-10.389-14.269-10.389-23.6 0-17.673 14.327-32 32-32 0.010 0 0.020 0 0.031 0l767.998-0c17.669 0.006 31.989 14.331 31.989 32 0 5.001-1.147 9.734-3.193 13.95l0.083-0.19z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flag-banner-fill"]},"attrs":[{}],"properties":{"order":30016,"id":716,"name":"flag-banner-fill","prevSize":16,"code":60179},"setIdx":4,"setId":4,"iconIdx":531},{"icon":{"paths":["M877.28 163c-3.885-1.808-8.435-2.863-13.23-2.863-8.058 0-15.421 2.979-21.047 7.895l0.038-0.032c-112 96.88-206.88 49.92-316.84-4.52-113.92-56.44-243.080-120.32-387.16 4.52v0c-6.735 5.861-10.984 14.429-11.040 23.99l-0 0.010v672c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176.92c107.16-84.64 199.48-39 305.8 13.64 65.6 32.44 136.24 67.4 212 67.4 55.72 0 114.16-19 175.28-72 6.735-5.861 10.984-14.429 11.040-23.99l0-0.010v-480.12c-0.070-12.838-7.689-23.88-18.641-28.918l-0.199-0.082zM192 609.76v-186.24c67.4-45.12 130.56-46.36 192-29.36v190.96c-60.52-15.24-124.52-14.28-192 24.64zM832 657c-67.48 53.28-129.080 54.88-192 35.64v-190.68c-86.48-24-169.52-84-256-107.8v0-222.68c37 11.32 74.44 29.8 113.8 49.28 45.040 22.28 92.44 45.72 142.2 58.24v222.96c61.4 17 124.56 15.76 192-29.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flag-checkered-fill"]},"attrs":[{}],"properties":{"order":30017,"id":715,"name":"flag-checkered-fill","prevSize":16,"code":60180},"setIdx":4,"setId":4,"iconIdx":532},{"icon":{"paths":["M896 192v480c-0.056 9.571-4.305 18.139-11.001 23.967l-0.039 0.033c-61.12 52.92-119.56 72-175.28 72-75.64 0-146.28-34.96-212-67.4-106.2-52.6-198.52-98.16-305.68-13.52v176.92c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-672c0.067-9.577 4.33-18.145 11.040-23.966l0.040-0.034c144-124.72 273.24-60.84 387.16-4.48 109.76 54.32 204.92 101.28 316.8 4.48 5.581-4.859 12.925-7.82 20.961-7.82 17.61 0 31.898 14.225 31.999 31.811l0 0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flag-fill"]},"attrs":[{}],"properties":{"order":30018,"id":714,"name":"flag-fill","prevSize":16,"code":60181},"setIdx":4,"setId":4,"iconIdx":533},{"icon":{"paths":["M992 416c0 0.006 0 0.012 0 0.019 0 13.904-8.868 25.737-21.256 30.152l-0.224 0.070-714.52 248.52v169.24c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c-0-0.006-0-0.012-0-0.019 0-17.673 14.327-32 32-32 3.769 0 7.386 0.652 10.744 1.848l-0.224-0.069 736 256c12.612 4.484 21.48 16.317 21.48 30.221 0 0.007-0 0.013-0 0.020l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flag-pennant-fill"]},"attrs":[{}],"properties":{"order":30019,"id":713,"name":"flag-pennant-fill","prevSize":16,"code":60182},"setIdx":4,"setId":4,"iconIdx":534},{"icon":{"paths":["M695.16 205.92c-48.964-51.524-103.623-96.865-163.186-135.251l-3.494-2.109c-4.703-2.87-10.393-4.57-16.48-4.57s-11.777 1.699-16.621 4.65l0.141-0.080c-63.057 40.495-117.716 85.836-166.324 136.982l-0.356 0.378c-110.48 116-168.84 243.96-168.84 370.080 0 194.404 157.596 352 352 352s352-157.596 352-352v0c0-126.12-58.36-254.080-168.84-370.080zM384 736c0-110.68 90.12-189.12 128-217.2 37.92 28 128 106.52 128 217.2 0 70.692-57.308 128-128 128s-128-57.308-128-128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flame-fill"]},"attrs":[{}],"properties":{"order":30020,"id":712,"name":"flame-fill","prevSize":16,"code":60183},"setIdx":4,"setId":4,"iconIdx":535},{"icon":{"paths":["M736 64h-448c-35.346 0-64 28.654-64 64v0 181.32c0.037 14.476 4.839 27.824 12.919 38.565l-0.119-0.165 83.2 110.96v437.32c0 35.346 28.654 64 64 64v0h256c35.346 0 64-28.654 64-64v0-437.32l83.2-110.96c7.961-10.576 12.763-23.924 12.8-38.391l0-0.009v-181.32c0-35.346-28.654-64-64-64v0zM544 608c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM288 224v-96h448v96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flashlight-fill"]},"attrs":[{}],"properties":{"order":30021,"id":711,"name":"flashlight-fill","prevSize":16,"code":60184},"setIdx":4,"setId":4,"iconIdx":536},{"icon":{"paths":["M886.76 799.080l-246.76-411.4v-227.68h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v227.68l-246.76 411.4c-5.726 9.397-9.116 20.763-9.116 32.92 0 35.303 28.583 63.929 63.869 64l0.007 0h640c35.344-0.002 63.996-28.655 63.996-64 0-12.157-3.39-23.523-9.276-33.203l0.16 0.283zM526.44 627.44c-63.64-32.2-124.2-49.28-180.88-51.24l97.88-163.2c2.864-4.674 4.56-10.332 4.56-16.386 0-0.019-0-0.038-0-0.057l0 0.003v-236.56h128v236.56c-0 0.016-0 0.035-0 0.054 0 6.054 1.696 11.712 4.639 16.525l-0.079-0.139 152.88 255c-47.84 9.36-116.28 5.36-207-40.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flask-fill"]},"attrs":[{}],"properties":{"order":30022,"id":710,"name":"flask-fill","prevSize":16,"code":60185},"setIdx":4,"setId":4,"iconIdx":537},{"icon":{"paths":["M832 128h-80c-8.837 0-16 7.163-16 16v0 176c0 35.346-28.654 64-64 64v0h-318.92c-0.155 0.003-0.337 0.004-0.52 0.004-17.064 0-31.074-13.079-32.551-29.76l-0.009-0.124c-0.045-0.634-0.070-1.374-0.070-2.12 0-17.673 14.327-32 32-32 0.025 0 0.049 0 0.074 0l-0.004-0h304c8.837 0 16-7.163 16-16v0-160c0-8.837-7.163-16-16-16v0h-290.76c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-173.24 173.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v466.76c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM512 736c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["floppy-disk-back-fill"]},"attrs":[{}],"properties":{"order":30023,"id":709,"name":"floppy-disk-back-fill","prevSize":16,"code":60186},"setIdx":4,"setId":4,"iconIdx":538},{"icon":{"paths":["M877.24 320l-173.24-173.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-466.76c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-466.76c0-0.060 0-0.131 0-0.203 0-17.607-7.173-33.539-18.756-45.033l-0.004-0.004zM832 832h-96v-224c0-35.346-28.654-64-64-64v0h-320c-35.346 0-64 28.654-64 64v0 224h-96v-640h466.76l173.24 173.24zM640 288c0 17.673-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["floppy-disk-fill"]},"attrs":[{}],"properties":{"order":30024,"id":708,"name":"floppy-disk-fill","prevSize":16,"code":60187},"setIdx":4,"setId":4,"iconIdx":539},{"icon":{"paths":["M982.64 342.64l-128 128c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36h-114.76c-6.64 0-165.4 3.080-192.44 165.24-19.56 117.16-88.56 170.76-143.040 194.76-32.337 14.581-70.043 23.351-109.723 23.997l-0.237 0.003h-6.56c-14.719 55.647-64.615 96-123.935 96-70.692 0-128-57.308-128-128s57.308-128 128-128c59.321 0 109.217 40.353 123.734 95.107l0.201 0.893h5.32c6.48 0 163.080 3.24 191.16-165.28 18.8-112.96 87.52-166.72 142.12-191.8 33.221-15.615 71.986-25.375 112.857-26.904l0.543-0.016h114.76l-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flow-arrow-fill"]},"attrs":[{}],"properties":{"order":30025,"id":707,"name":"flow-arrow-fill","prevSize":16,"code":60188},"setIdx":4,"setId":4,"iconIdx":540},{"icon":{"paths":["M841.4 517.44c-3.24-1.88-6.8-3.68-10.48-5.44 3.68-1.76 7.24-3.56 10.48-5.44 48.678-28.055 80.919-79.808 80.919-139.091 0-88.366-71.634-160-160-160-29.829 0-57.752 8.163-81.656 22.376l0.737-0.406c-3.24 1.88-6.6 4-9.92 6.36 0.32-4 0.52-8 0.52-12 0-88.366-71.634-160-160-160s-160 71.634-160 160v0c0 3.76 0 7.76 0.52 12-3.32-2.28-6.68-4.48-9.92-6.36-23.167-13.808-51.090-21.971-80.919-21.971-88.366 0-160 71.634-160 160 0 59.283 32.241 111.035 80.146 138.679l0.773 0.412c3.24 1.88 6.8 3.68 10.48 5.44-3.68 1.76-7.24 3.56-10.48 5.44-48.678 28.055-80.919 79.808-80.919 139.091 0 88.366 71.634 160 160 160 29.829 0 57.752-8.163 81.656-22.376l-0.737 0.406c3.24-1.88 6.6-4 9.92-6.36-0.32 4-0.52 8-0.52 11.8 0 88.366 71.634 160 160 160s160-71.634 160-160v0c0-3.76-0.2-7.76-0.52-11.8 3.32 2.28 6.68 4.48 9.92 6.36 22.87 13.475 50.385 21.436 79.759 21.44l0.001 0c14.831-0.020 29.184-2.034 42.815-5.787l-1.135 0.267c68.837-18.895 118.578-80.911 118.578-154.545 0-58.918-31.846-110.398-79.263-138.166l-0.755-0.409zM512 624c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flower-fill"]},"attrs":[{}],"properties":{"order":30026,"id":706,"name":"flower-fill","prevSize":16,"code":60189},"setIdx":4,"setId":4,"iconIdx":541},{"icon":{"paths":["M983.32 486.52c-8.257-14.316-21.671-24.875-37.645-29.219l-0.435-0.101c-22.002-5.895-47.263-9.282-73.315-9.282-5.405 0-10.775 0.146-16.108 0.434l0.743-0.032c16-79.4 4-142.2-8-179.44-8.605-26.301-32.924-44.965-61.602-44.965-4.817 0-9.511 0.527-14.027 1.525l0.429-0.080c-43.314 9.834-81.519 26.596-115.444 49.262l1.244-0.782c-26.413-53.204-63.016-97.663-107.591-132.364l-0.849-0.636c-10.596-8.016-23.995-12.84-38.52-12.84s-27.924 4.824-38.682 12.957l0.162-0.117c-45.502 35.321-82.172 79.783-107.65 130.809l-0.99 2.191c-32.681-21.884-70.886-38.646-111.902-48.037l-2.298-0.443c-4.1-0.927-8.809-1.458-13.641-1.458-28.66 0-52.959 18.675-61.39 44.521l-0.129 0.457c-12 37.24-24 100-8.24 179.44-4.59-0.256-9.96-0.402-15.365-0.402-26.052 0-51.313 3.386-75.367 9.742l2.052-0.461c-16.409 4.445-29.823 15.004-37.92 29.020l-0.16 0.3c-5.448 9.217-8.666 20.312-8.666 32.159 0 6.006 0.827 11.819 2.374 17.332l-0.108-0.45c13.56 50.32 55.2 145.96 181.32 221.32s236.92 75.12 296.6 75.12 170.68 0 296-75.12c126.12-75.36 167.76-171 181.32-221.32 1.48-5.13 2.331-11.023 2.331-17.115 0-11.752-3.167-22.763-8.695-32.228l0.164 0.303zM248.4 701.96c-106.52-63.68-141.12-141.76-152.4-183.16 17.162-4.417 36.864-6.952 57.159-6.952 11.583 0 22.974 0.826 34.116 2.422l-1.275-0.15c11.359 30.182 23.673 55.763 37.919 80.075l-1.319-2.435c36.344 61.963 81.675 114.382 134.919 157.395l1.081 0.845c-41.943-12.235-78.51-28.601-112.22-49.186l2.020 1.146zM512 761.6c-37.32-27.76-128-112.92-128-284.92 0-169.88 89.52-255.72 128-284.68 38.48 29.040 128 114.88 128 284.76 0 171.92-90.68 257.080-128 284.84zM928 518.88c-11.080 40.96-45.6 119.24-152.36 183.080-31.69 19.426-68.258 35.779-106.949 47.179l-3.251 0.821c54.324-43.858 99.656-96.276 134.549-155.573l1.451-2.667c12.927-21.877 25.241-47.458 35.412-74.098l1.188-3.542c9.791-1.423 21.096-2.235 32.591-2.235 20.37 0 40.144 2.551 59.021 7.351l-1.651-0.356z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flower-lotus-fill"]},"attrs":[{}],"properties":{"order":30027,"id":705,"name":"flower-lotus-fill","prevSize":16,"code":60190},"setIdx":4,"setId":4,"iconIdx":542},{"icon":{"paths":["M832 192c-0.094-0-0.205-0-0.316-0-51.073 0-99.59 10.942-143.336 30.609l2.211-0.889c-60.4-101.48-159.68-152-164.24-154.36-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084c-4.56 2.32-104 52.88-164.24 154.36-41.534-18.778-90.051-29.72-141.124-29.72-0.111 0-0.222 0-0.333 0l0.017-0c-17.673 0-32 14.327-32 32v0 160c0.227 183.046 139.963 333.385 318.579 350.411l1.421 0.109v141.72l-145.68-72.88c-4.172-2.131-9.1-3.38-14.32-3.38-17.684 0-32.020 14.336-32.020 32.020 0 12.465 7.122 23.266 17.519 28.556l0.182 0.084 192 96c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 192-96c10.579-5.374 17.7-16.175 17.7-28.64 0-17.684-14.336-32.020-32.020-32.020-5.22 0-10.148 1.249-14.502 3.464l0.182-0.084-145.68 72.88v-141.72c180.037-17.135 319.773-167.474 320-350.497l0-0.023v-160c0-17.673-14.327-32-32-32v0zM224 384v-126.24c144.61 16.824 255.823 138.517 256 286.222l0 0.018v126.24c-144.61-16.824-255.823-138.517-256-286.222l-0-0.018zM800 384c-0.177 147.723-111.39 269.416-254.654 286.112l-1.346 0.128v-126.24c0.177-147.723 111.39-269.416 254.654-286.112l1.346-0.128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flower-tulip-fill"]},"attrs":[{}],"properties":{"order":30028,"id":704,"name":"flower-tulip-fill","prevSize":16,"code":60191},"setIdx":4,"setId":4,"iconIdx":543},{"icon":{"paths":["M734.36 853.88c1.041 3.020 1.642 6.5 1.642 10.12 0 17.674-14.328 32.002-32.002 32.002-14.054 0-25.992-9.059-30.293-21.657l-0.067-0.225-32-96c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.674 14.328-32.002 32.002-32.002 14.054 0 25.992 9.059 30.293 21.657l0.067 0.225zM512 736c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM362.12 737.64c-3.020-1.041-6.501-1.643-10.121-1.643-14.054 0-25.992 9.060-30.292 21.658l-0.067 0.225-32 96c-1.041 3.020-1.642 6.5-1.642 10.12 0 17.674 14.328 32.002 32.002 32.002 14.054 0 25.992-9.059 30.293-21.657l0.067-0.225 32-96c1.041-3.020 1.643-6.501 1.643-10.121 0-14.054-9.060-25.992-21.658-30.292l-0.225-0.067zM992 448c0 64.88-53.48 123.56-150.6 165.16-88.52 37.96-205.4 58.84-329.4 58.84s-240.88-20.88-329.4-58.84c-97.12-41.6-150.6-100.28-150.6-165.16 0-33.48 14.68-83.16 84.68-130 45.48-30.44 107.76-55.040 180.72-71.4 45.828-71.78 125.070-118.692 215.269-118.692 69.962 0 133.333 28.224 179.346 73.907l-0.015-0.015c13.496 13.358 25.516 28.162 35.821 44.173l0.619 1.027c165.28 37.36 263.56 111.96 263.56 201zM704 384c0-0.11 0-0.239 0-0.369 0-34.17-8.99-66.241-24.734-93.975l0.493 0.944-0.24-0.36c-33.574-59.064-96.072-98.254-167.722-98.254-0.829 0-1.657 0.005-2.483 0.016l0.126-0.001c-104.44 1.36-189.44 89-189.44 195.32v12c-0 0.053-0.001 0.116-0.001 0.18 0 14.957 10.366 27.493 24.305 30.817l0.215 0.043c48.72 11.225 104.666 17.659 162.115 17.659 1.886 0 3.771-0.007 5.653-0.021l-0.289 0.002c1.799 0.016 3.925 0.024 6.053 0.024 57.173 0 112.856-6.377 166.378-18.459l-5.031 0.955c14.197-3.353 24.6-15.917 24.6-30.911 0-0.045-0-0.091-0-0.136l0 0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flying-saucer-fill"]},"attrs":[{}],"properties":{"order":30029,"id":703,"name":"flying-saucer-fill","prevSize":16,"code":60192},"setIdx":4,"setId":4,"iconIdx":544},{"icon":{"paths":["M384 832c0 17.673-14.327 32-32 32v0h-194.48c-33.958-0.046-61.475-27.562-61.52-61.516l-0-0.004v-34.48c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h192c17.673 0 32 14.327 32 32v0zM640 800h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 576c-17.673 0-32 14.327-32 32v0 192h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h67.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-195.56c0-17.673-14.327-32-32-32v0zM864 288h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM128 352h384c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-118.64-118.6c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32v0zM128 640c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-dashed-fill"]},"attrs":[{}],"properties":{"order":30030,"id":702,"name":"folder-dashed-fill","prevSize":16,"code":60193},"setIdx":4,"setId":4,"iconIdx":545},{"icon":{"paths":["M864 288h-338.76l-109.24-109.24c-11.51-11.588-27.453-18.76-45.071-18.76-0.060 0-0.119 0-0.179 0l0.009-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.068 33.963 27.594 61.475 61.556 61.52l0.004 0h710c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM160 224h210.76l64 64h-274.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-fill"]},"attrs":[{}],"properties":{"order":30031,"id":701,"name":"folder-fill","prevSize":16,"code":60194},"setIdx":4,"setId":4,"iconIdx":546},{"icon":{"paths":["M864 288h-338.76l-109.24-109.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h292.72c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-290.24v-448h704v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-35.346-28.654-64-64-64v0zM160 288v-64h210.76l64 64zM896 640h-32v-16c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 16h-32c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM800 640h-96v-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-lock-fill"]},"attrs":[{}],"properties":{"order":30032,"id":700,"name":"folder-lock-fill","prevSize":16,"code":60195},"setIdx":4,"setId":4,"iconIdx":547},{"icon":{"paths":["M864 288h-338.76l-109.24-109.24c-11.51-11.588-27.453-18.76-45.071-18.76-0.060 0-0.119 0-0.179 0l0.009-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.068 33.963 27.594 61.475 61.556 61.52l0.004 0h710c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM160 224h210.76l64 64h-274.76zM608 608h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-minus-fill"]},"attrs":[{}],"properties":{"order":30033,"id":699,"name":"folder-minus-fill","prevSize":16,"code":60196},"setIdx":4,"setId":4,"iconIdx":548},{"icon":{"paths":["M864 288h-341.36l-110.96-83.2c-10.542-7.975-23.868-12.781-38.316-12.8l-0.004-0h-213.36c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM160 256h213.36l85.32 64-85.36 64h-213.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-notch-fill"]},"attrs":[{}],"properties":{"order":30034,"id":698,"name":"folder-notch-fill","prevSize":16,"code":60197},"setIdx":4,"setId":4,"iconIdx":549},{"icon":{"paths":["M864 288h-341.36l-110.96-83.2c-10.542-7.975-23.868-12.781-38.316-12.8l-0.004-0h-213.36c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM160 384v-128h213.36l85.32 64-85.36 64zM608 640h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-notch-minus-fill"]},"attrs":[{}],"properties":{"order":30035,"id":697,"name":"folder-notch-minus-fill","prevSize":16,"code":60198},"setIdx":4,"setId":4,"iconIdx":550},{"icon":{"paths":["M980 442.56c-11.763-16.169-30.621-26.56-51.906-26.56-0.033 0-0.066 0-0.099 0l0.005-0h-64v-64c0-35.346-28.654-64-64-64v0h-277.32l-110.92-83.2c-10.578-7.956-23.924-12.757-38.39-12.8l-0.010-0h-213.36c-35.346 0-64 28.654-64 64v0 576c0 17.673 14.327 32 32 32v0h716.4c0.001 0 0.002 0 0.002 0 14.053 0 25.99-9.058 30.291-21.655l0.067-0.225 113.96-341.88c2.086-6.055 3.291-13.032 3.291-20.291 0-14.032-4.502-27.013-12.14-37.577l0.129 0.188zM373.36 256l110.92 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32v64h-214.28c-0.001-0-0.002-0-0.002-0-13.238 0-25.538 4.019-35.745 10.905l0.227-0.145-80 53.24h-192.52c-0.052-0-0.114-0-0.177-0-26.744 0-49.643 16.466-59.11 39.813l-0.153 0.427-58.24 145.6v-409.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-notch-open-fill"]},"attrs":[{}],"properties":{"order":30036,"id":696,"name":"folder-notch-open-fill","prevSize":16,"code":60199},"setIdx":4,"setId":4,"iconIdx":551},{"icon":{"paths":["M864 288h-341.36l-110.96-83.2c-10.542-7.975-23.868-12.781-38.316-12.8l-0.004-0h-213.36c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM160 384v-128h213.36l85.32 64-85.36 64zM608 640h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-notch-plus-fill"]},"attrs":[{}],"properties":{"order":30037,"id":695,"name":"folder-notch-plus-fill","prevSize":16,"code":60200},"setIdx":4,"setId":4,"iconIdx":552},{"icon":{"paths":["M980 442.56c-11.763-16.169-30.621-26.56-51.906-26.56-0.033 0-0.066 0-0.099 0l0.005-0h-64v-64c0-35.346-28.654-64-64-64v0h-277.32l-110.92-83.2c-10.578-7.956-23.924-12.757-38.39-12.8l-0.010-0h-213.36c-35.346 0-64 28.654-64 64v0 576c0 17.673 14.327 32 32 32v0h716.4c0.001 0 0.002 0 0.002 0 14.053 0 25.99-9.058 30.291-21.655l0.067-0.225 113.96-341.88c2.086-6.055 3.291-13.032 3.291-20.291 0-14.032-4.502-27.013-12.14-37.577l0.129 0.188zM373.36 256l110.92 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32v64h-520.92c-0.001-0-0.003-0-0.005-0-28.106 0-51.98 18.117-60.582 43.31l-0.134 0.45-58.36 175.040v-378.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-open-fill"]},"attrs":[{}],"properties":{"order":30038,"id":694,"name":"folder-open-fill","prevSize":16,"code":60201},"setIdx":4,"setId":4,"iconIdx":553},{"icon":{"paths":["M864 288h-338.76l-109.24-109.24c-11.51-11.588-27.453-18.76-45.071-18.76-0.060 0-0.119 0-0.179 0l0.009-0h-210.76c-35.346 0-64 28.654-64 64v0 578.48c0.068 33.963 27.594 61.475 61.556 61.52l0.004 0h710c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM160 224h210.76l64 64h-274.76zM608 608h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-plus-fill"]},"attrs":[{}],"properties":{"order":30039,"id":693,"name":"folder-plus-fill","prevSize":16,"code":60202},"setIdx":4,"setId":4,"iconIdx":554},{"icon":{"paths":["M896 256h-277.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-181.32c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h611.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-67.56h67.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-355.56c0-35.346-28.654-64-64-64v0zM896 672h-64v-224c0-35.346-28.654-64-64-64v0h-277.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-53.32v-64h181.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h277.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folders-fill"]},"attrs":[{}],"properties":{"order":30040,"id":692,"name":"folders-fill","prevSize":16,"code":60203},"setIdx":4,"setId":4,"iconIdx":555},{"icon":{"paths":["M96 320v-64c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 119.48 89.6c7.807 5.9 12.8 15.167 12.8 25.6 0 17.673-14.327 32-32 32h-384c-17.673 0-32-14.327-32-32v0zM352 800h-192v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 34.48c0.046 33.958 27.562 61.475 61.516 61.52l0.004 0h194.48c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM640 800h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 576c-17.673 0-32 14.327-32 32v0 192h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h67.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-195.56c0-17.673-14.327-32-32-32v0zM864 288h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM128 640c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-dashed-fill"]},"attrs":[{}],"properties":{"order":30041,"id":691,"name":"folder-simple-dashed-fill","prevSize":16,"code":60204},"setIdx":4,"setId":4,"iconIdx":556},{"icon":{"paths":["M864 288h-341.32l-111-83.2c-10.542-7.975-23.868-12.781-38.316-12.8l-0.004-0h-213.36c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h707.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-fill"]},"attrs":[{}],"properties":{"order":30042,"id":690,"name":"folder-simple-fill","prevSize":16,"code":60205},"setIdx":4,"setId":4,"iconIdx":557},{"icon":{"paths":["M896 640h-32v-16c0-61.856-50.144-112-112-112s-112 50.144-112 112v0 16h-32c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM800 640h-96v-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM928 352v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-288c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-lock-fill"]},"attrs":[{}],"properties":{"order":30043,"id":689,"name":"folder-simple-lock-fill","prevSize":16,"code":60206},"setIdx":4,"setId":4,"iconIdx":558},{"icon":{"paths":["M864 288h-341.32l-111-83.2c-10.542-7.975-23.868-12.781-38.316-12.8l-0.004-0h-213.36c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h707.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM608 608h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-minus-fill"]},"attrs":[{}],"properties":{"order":30044,"id":688,"name":"folder-simple-minus-fill","prevSize":16,"code":60207},"setIdx":4,"setId":4,"iconIdx":559},{"icon":{"paths":["M864 288h-341.32l-111-83.2c-10.542-7.975-23.868-12.781-38.316-12.8l-0.004-0h-213.36c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h707.56c33.362-0.045 60.395-27.078 60.44-60.436l0-0.004v-451.56c0-35.346-28.654-64-64-64v0zM608 608h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-plus-fill"]},"attrs":[{}],"properties":{"order":30045,"id":687,"name":"folder-simple-plus-fill","prevSize":16,"code":60208},"setIdx":4,"setId":4,"iconIdx":560},{"icon":{"paths":["M512 832c0 17.673-14.327 32-32 32v0h-320c-35.346 0-64-28.654-64-64v0-544c0-35.346 28.654-64 64-64v0h213.32c14.476 0.037 27.824 4.839 38.565 12.919l-0.165-0.119 110.96 83.2h341.32c35.346 0 64 28.654 64 64v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-341.32c-14.476-0.037-27.824-4.839-38.565-12.919l0.165 0.119-110.96-83.2h-213.32v544h320c17.673 0 32 14.327 32 32v0zM958.52 636.8c-3.971-12.264-14.819-21.174-27.886-22.233l-0.114-0.007-119.36-9.24-45.72-106c-5.028-11.486-16.294-19.365-29.4-19.365s-24.372 7.879-29.32 19.16l-0.080 0.206-45.72 106-119.36 9.24c-16.558 1.344-29.485 15.113-29.485 31.901 0 9.898 4.494 18.747 11.553 24.617l0.052 0.042 90.040 74.36-27.4 110.84c-0.589 2.296-0.927 4.933-0.927 7.648 0 17.673 14.327 32 32 32 5.975 0 11.568-1.638 16.354-4.489l-0.147 0.081 102.4-60.28 102.44 60.28c4.639 2.77 10.232 4.408 16.207 4.408 17.673 0 32-14.327 32-32 0-2.715-0.338-5.352-0.975-7.869l0.047 0.221-27.4-110.84 90.040-74.36c7.133-5.912 11.643-14.775 11.643-24.69 0-3.439-0.543-6.751-1.547-9.856l0.063 0.226z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-star-fill"]},"attrs":[{}],"properties":{"order":30046,"id":686,"name":"folder-simple-star-fill","prevSize":16,"code":60209},"setIdx":4,"setId":4,"iconIdx":561},{"icon":{"paths":["M926.92 887.76c0.685 2.472 1.079 5.31 1.079 8.24 0 17.673-14.326 31.999-31.999 32l-256 0c-17.646-0.036-31.936-14.349-31.936-32 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223c10.832-39.396 35.261-71.915 67.811-92.94l0.629-0.38c-23.181-23.166-37.52-55.178-37.52-90.539 0-70.692 57.308-128 128-128s128 57.308 128 128c0 35.361-14.339 67.373-37.519 90.539l-0.001 0.001c33.136 21.351 57.554 53.78 68.173 91.955l0.267 1.125zM864 288h-341.32l-110.96-83.2c-10.576-7.961-23.924-12.763-38.391-12.8l-0.009-0h-213.32c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320v-544h213.32l110.96 83.2c10.576 7.961 23.924 12.763 38.391 12.8l0.009 0h341.32v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-user-fill"]},"attrs":[{}],"properties":{"order":30047,"id":685,"name":"folder-simple-user-fill","prevSize":16,"code":60210},"setIdx":4,"setId":4,"iconIdx":562},{"icon":{"paths":["M948.36 671.12l-90.040 74.36 27.4 110.84c0.589 2.296 0.927 4.933 0.927 7.648 0 17.673-14.327 32-32 32-5.975 0-11.568-1.638-16.354-4.489l0.147 0.081-102.44-60.28-102.44 60.28c-4.639 2.77-10.232 4.408-16.207 4.408-17.673 0-32-14.327-32-32 0-2.715 0.338-5.352 0.975-7.869l-0.047 0.221 27.4-110.84-90.040-74.36c-7.111-5.912-11.605-14.761-11.605-24.659 0-16.788 12.928-30.557 29.372-31.894l0.114-0.007 119.36-9.24 45.72-106c5.028-11.486 16.294-19.365 29.4-19.365s24.372 7.879 29.32 19.16l0.080 0.206 45.72 106 119.36 9.24c16.558 1.344 29.485 15.113 29.485 31.901 0 9.898-4.494 18.747-11.553 24.617l-0.052 0.042zM514.24 832c0 17.673-14.327 32-32 32v0h-324.72c-33.958-0.046-61.475-27.562-61.52-61.516l-0-0.004v-578.48c0-35.346 28.654-64 64-64v0h210.76c0.060-0 0.131-0 0.203-0 17.607 0 33.539 7.173 45.033 18.756l0.004 0.004 109.24 109.24h338.76c35.346 0 64 28.654 64 64v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-704v448h322.24c17.673 0 32 14.327 32 32v0zM160 288h274.76l-64-64h-210.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-star-fill"]},"attrs":[{}],"properties":{"order":30048,"id":684,"name":"folder-star-fill","prevSize":16,"code":60211},"setIdx":4,"setId":4,"iconIdx":563},{"icon":{"paths":["M926.92 887.76c0.685 2.472 1.079 5.31 1.079 8.24 0 17.673-14.326 31.999-31.999 32l-256 0c-17.646-0.036-31.936-14.349-31.936-32 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223c10.832-39.396 35.261-71.915 67.811-92.94l0.629-0.38c-23.181-23.166-37.52-55.178-37.52-90.539 0-70.692 57.308-128 128-128s128 57.308 128 128c0 35.361-14.339 67.373-37.519 90.539l-0.001 0.001c33.136 21.351 57.554 53.78 68.173 91.955l0.267 1.125zM928 352v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-704v448h322.24c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-324.72c-33.958-0.046-61.475-27.562-61.52-61.516l-0-0.004v-578.48c0-35.346 28.654-64 64-64v0h210.76c0.060-0 0.131-0 0.203-0 17.607 0 33.539 7.173 45.033 18.756l0.004 0.004 109.24 109.24h338.76c35.346 0 64 28.654 64 64v0zM434.76 288l-64-64h-210.76v64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-user-fill"]},"attrs":[{}],"properties":{"order":30049,"id":683,"name":"folder-user-fill","prevSize":16,"code":60212},"setIdx":4,"setId":4,"iconIdx":564},{"icon":{"paths":["M916.24 215.56c-9.623-55.23-52.57-98.177-107.012-107.686l-0.788-0.114c-129.52-21.96-373.56-32-553.080 147.6s-169.56 423.6-147.6 553.080c9.648 55.284 52.687 98.255 107.216 107.688l0.784 0.112c41.23 7.389 88.741 11.663 137.232 11.76l0.088 0c128.36 0 288.2-32 415.56-159.36 179.56-179.52 169.56-423.6 147.6-553.080zM226.24 853.2c-28.398-4.96-50.48-27.042-55.381-55.034l-0.059-0.406c-7.050-37.863-11.082-81.427-11.082-125.932 0-21.709 0.959-43.193 2.838-64.414l-0.196 2.746 251.48 251.48c-18.475 1.682-39.959 2.642-61.668 2.642-44.505 0-88.069-4.032-130.345-11.75l4.413 0.669zM662.56 406.68l-57.36 57.32 25.36 25.36c6.323 5.863 10.267 14.215 10.267 23.488 0 17.673-14.327 32-32 32-9.283 0-17.643-3.953-23.488-10.267l-0.019-0.021-25.32-25.32-50.76 50.76 25.36 25.36c6.335 5.864 10.288 14.224 10.288 23.507 0 17.673-14.327 32-32 32-9.273 0-17.625-3.944-23.469-10.247l-0.019-0.021-25.4-25.4-57.36 57.36c-5.842 6.14-14.075 9.959-23.199 9.959-17.673 0-32-14.327-32-32 0-9.125 3.819-17.357 9.946-23.187l0.013-0.013 57.4-57.32-25.36-25.36c-5.264-5.686-8.493-13.322-8.493-21.712 0-17.673 14.327-32 32-32 8.4 0 16.044 3.237 21.753 8.531l-0.021-0.019 25.36 25.36 50.72-50.8-25.36-25.36c-5.275-5.689-8.512-13.333-8.512-21.733 0-17.673 14.327-32 32-32 8.39 0 16.026 3.229 21.733 8.512l-0.021-0.019 25.4 25.4 57.36-57.36c5.842-6.14 14.075-9.959 23.199-9.959 17.673 0 32 14.327 32 32 0 9.125-3.819 17.357-9.946 23.187l-0.013 0.013zM861.64 413.84l-251.48-251.48c19.040-1.76 38.88-2.76 59.64-2.76 45.337 0.165 89.608 4.232 132.639 11.884l-4.639-0.684c28.382 4.976 50.445 27.052 55.341 55.034l0.059 0.406c7.050 37.863 11.082 81.427 11.082 125.932 0 21.709-0.959 43.193-2.838 64.414l0.196-2.746z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["football-fill"]},"attrs":[{}],"properties":{"order":30050,"id":682,"name":"football-fill","prevSize":16,"code":60213},"setIdx":4,"setId":4,"iconIdx":565},{"icon":{"paths":["M864.24 768v48c0 79.595-64.525 144.12-144.12 144.12s-144.12-64.525-144.12-144.12v0-48c0-17.673 14.327-32 32-32v0h224c0.071-0.001 0.156-0.001 0.24-0.001 17.673 0 32 14.327 32 32 0 0-0 0.001-0 0.001l0-0zM416 640h-224c-17.673 0-32 14.327-32 32v0 48c0 79.529 64.471 144 144 144s144-64.471 144-144v0-48c0-17.673-14.327-32-32-32v0zM304 64c-46.56 0-91.72 41.24-127.2 116-55.72 117.52-74.24 292 1.16 384 5.913 7.178 14.803 11.72 24.753 11.72 0.016 0 0.033-0 0.049-0l-0.003 0h202.2c0.014 0 0.030 0 0.047 0 9.951 0 18.84-4.542 24.709-11.665l0.044-0.055c75.4-92 56.88-266.6 1.16-384-35.52-74.76-80.64-116-126.92-116zM619.2 672h202.2c0.014 0 0.030 0 0.047 0 9.951 0 18.84-4.542 24.709-11.665l0.044-0.055c75.4-92 56.88-266.6 1.16-384-35.64-75.040-80.8-116.28-127.36-116.28s-91.56 41.24-127.080 116c-55.72 117.52-74.24 292 1.16 384 5.91 7.337 14.89 11.994 24.959 12l0.001 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["footprints-fill"]},"attrs":[{}],"properties":{"order":30051,"id":681,"name":"footprints-fill","prevSize":16,"code":60214},"setIdx":4,"setId":4,"iconIdx":566},{"icon":{"paths":["M864 160v736c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-192c-17.673 0-32-14.327-32-32v0c1.626-81.497 12.063-159.737 30.398-234.881l-1.518 7.361c39.12-161.96 113.28-270.52 214.52-313.88 3.715-1.634 8.047-2.585 12.6-2.585 17.668 0 31.991 14.318 32 31.984l0 0.001zM479.56 154.76c-2.381-15.526-15.643-27.279-31.65-27.279-17.673 0-32 14.327-32 32 0 2.050 0.193 4.056 0.561 5.999l-0.031-0.199 31.12 186.72h-95.56v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192h-95.56l31.12-186.72c0.337-1.744 0.53-3.749 0.53-5.799 0-17.673-14.327-32-32-32-16.007 0-29.269 11.753-31.627 27.101l-0.023 0.178-32 192c-0.274 1.572-0.434 3.385-0.44 5.234l-0 0.006c0.138 94.677 68.681 173.304 158.847 189.113l1.153 0.167v354.72c0 17.673 14.327 32 32 32s32-14.327 32-32v0-354.72c91.319-15.976 159.862-94.603 160-189.265l0-0.015c-0.006-1.855-0.166-3.668-0.467-5.433l0.027 0.193z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fork-knife-fill"]},"attrs":[{}],"properties":{"order":30052,"id":680,"name":"fork-knife-fill","prevSize":16,"code":60215},"setIdx":4,"setId":4,"iconIdx":567},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM352 768h-128c-17.673 0-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM832 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["frame-corners-fill"]},"attrs":[{}],"properties":{"order":30053,"id":679,"name":"frame-corners-fill","prevSize":16,"code":60216},"setIdx":4,"setId":4,"iconIdx":568},{"icon":{"paths":["M800 416h-204l225.080 200c6.658 5.892 10.834 14.458 10.834 24 0 17.643-14.278 31.951-31.909 32l-0.005 0h-256v256c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-288-288c-5.783-5.79-9.36-13.785-9.36-22.615 0-0.009 0-0.018 0-0.027l-0 0.001v-256c0-17.673 14.327-32 32-32v0h204l-225.24-200c-6.658-5.892-10.834-14.458-10.834-24 0-17.673 14.327-32 32-32 0.026 0 0.052 0 0.078 0l-0.004-0h576c17.673 0 32 14.327 32 32v0 256c0 17.673-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["framer-logo-fill"]},"attrs":[{}],"properties":{"order":30054,"id":678,"name":"framer-logo-fill","prevSize":16,"code":60217},"setIdx":4,"setId":4,"iconIdx":569},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM704 288h-64.32c-0.016-0-0.036-0-0.055-0-31.102 0-57.022 22.186-62.799 51.595l-0.066 0.405-26.2 140h121.44c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-133.44l-28.44 151.6c-11.522 59.823-63.455 104.397-125.8 104.4l-64.32 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64.32c0.016 0 0.036 0 0.055 0 31.102 0 57.022-22.186 62.799-51.595l0.066-0.405 26.2-140h-121.44c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h133.44l28.44-151.6c11.522-59.823 63.455-104.397 125.8-104.4l64.32-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["function-fill"]},"attrs":[{}],"properties":{"order":30055,"id":677,"name":"function-fill","prevSize":16,"code":60218},"setIdx":4,"setId":4,"iconIdx":570},{"icon":{"paths":["M911.24 267.040l-0.32 0.36-270.92 289.28v221.96c0 0.028 0 0.062 0 0.095 0 22.124-11.226 41.626-28.292 53.12l-0.228 0.145-128 85.36c-9.972 6.725-22.258 10.735-35.48 10.735-35.346 0-64-28.654-64-64 0-0.033 0-0.067 0-0.1l-0 0.005v-307.32l-271.24-289.64c-10.316-11.321-16.634-26.443-16.634-43.040 0-35.302 28.582-63.928 63.867-64l0.007-0h704c35.344 0.004 63.994 28.656 63.994 64 0 16.597-6.318 31.719-16.68 43.091l0.046-0.051z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["funnel-fill"]},"attrs":[{}],"properties":{"order":30056,"id":676,"name":"funnel-fill","prevSize":16,"code":60219},"setIdx":4,"setId":4,"iconIdx":571},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM576 704h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM704 544h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM832 384h-640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h640c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["funnel-simple-fill"]},"attrs":[{}],"properties":{"order":30057,"id":675,"name":"funnel-simple-fill","prevSize":16,"code":60220},"setIdx":4,"setId":4,"iconIdx":572},{"icon":{"paths":["M989.76 695c0.009-0.084 0.014-0.181 0.014-0.28s-0.005-0.196-0.015-0.292l0.001 0.012-65.56-336.68c0-0.24 0-0.48 0-0.72-21.2-112.759-118.855-196.944-236.19-197.040l-352.45-0c-0.027-0-0.060-0-0.092-0-117.639 0-215.471 84.809-235.689 196.621l-0.219 1.459-65.24 336.36c-0.009 0.084-0.014 0.181-0.014 0.28s0.005 0.196 0.015 0.292l-0.001-0.012c-1.388 7.509-2.182 16.15-2.182 24.976 0 79.529 64.471 144 144 144 39.744 0 75.728-16.101 101.783-42.137l-0.001 0.001 1.4-1.48 158.76-180.36h148l158.84 180.36c0.44 0.52 0.92 1 1.4 1.48 26.046 25.991 61.976 42.086 101.666 42.16l0.014 0c79.489-0.053 143.907-64.504 143.907-144 0-8.835-0.796-17.484-2.319-25.879l0.132 0.879zM416 448h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h32v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM576 416c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96c-17.673 0-32-14.327-32-32v0zM913.48 765.88c-11.961 17.064-30.107 29.091-51.119 32.849l-0.481 0.071c-4.162 0.764-8.952 1.201-13.843 1.201-21.803 0-41.577-8.683-56.055-22.779l0.018 0.017-120.8-137.24h16.8c0.010 0 0.021 0 0.032 0 85.71 0 160.927-44.929 203.382-112.521l0.586-0.999 34.96 180c0.737 4.059 1.158 8.731 1.158 13.501 0 17.211-5.484 33.141-14.8 46.138l0.162-0.238z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["game-controller-fill"]},"attrs":[{}],"properties":{"order":30058,"id":674,"name":"game-controller-fill","prevSize":16,"code":60221},"setIdx":4,"setId":4,"iconIdx":573},{"icon":{"paths":["M960 768h-32v-373.32c0-0 0-0.001 0-0.002 0-22.107-11.209-41.596-28.253-53.094l-0.227-0.145-352-234.68c-9.976-6.733-22.269-10.748-35.5-10.748s-25.524 4.015-35.728 10.893l0.228-0.145-352 234.68c-17.288 11.635-28.511 31.126-28.52 53.239l-0 0.001v373.32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 512h224v96h-224zM480 608h-224v-96h224zM256 672h224v96h-224zM544 672h224v96h-224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["garage-fill"]},"attrs":[{}],"properties":{"order":30059,"id":673,"name":"garage-fill","prevSize":16,"code":60222},"setIdx":4,"setId":4,"iconIdx":574},{"icon":{"paths":["M800 96h-306.76c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-41.36 41.24-41.4-41.24c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-96 96c-11.573 11.58-18.73 27.574-18.73 45.24s7.157 33.66 18.731 45.24l-0-0 41.24 41.4-41.24 41.36c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v434.76c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM224 256l96-96 41.36 41.36-96 96zM723.2 742.4c7.807 5.9 12.8 15.167 12.8 25.6 0 17.673-14.327 32-32 32-7.24 0-13.919-2.404-19.28-6.458l0.080 0.058-172.8-129.6-172.8 129.6c-5.281 3.996-11.96 6.4-19.2 6.4-17.673 0-32-14.327-32-32 0-10.433 4.993-19.7 12.72-25.542l0.080-0.058 157.88-118.4-157.88-118.4c-7.807-5.9-12.8-15.167-12.8-25.6 0-17.673 14.327-32 32-32 7.24 0 13.919 2.404 19.28 6.458l-0.080-0.058 172.8 129.6 172.8-129.6c5.281-3.996 11.96-6.4 19.2-6.4 17.673 0 32 14.327 32 32 0 10.433-4.993 19.7-12.72 25.542l-0.080 0.058-157.88 118.4zM704 288h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gas-can-fill"]},"attrs":[{}],"properties":{"order":30060,"id":672,"name":"gas-can-fill","prevSize":16,"code":60223},"setIdx":4,"setId":4,"iconIdx":575},{"icon":{"paths":["M964 278.64l-77.36-77.28c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l0 0 77.28 77.36c5.762 5.768 9.333 13.724 9.36 22.515l0 0.005v325.48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-53.019-42.981-96-96-96v0h-64v-192c0-53.019-42.981-96-96-96v0h-320c-53.019 0-96 42.981-96 96v0 608h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h640c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-352h64c17.673 0 32 14.327 32 32v0 160c0 53.019 42.981 96 96 96s96-42.981 96-96v0-325.48c0-0.108 0.001-0.236 0.001-0.363 0-26.373-10.702-50.247-27.999-67.515l-0.001-0.001zM576 480h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gas-pump-fill"]},"attrs":[{}],"properties":{"order":30061,"id":671,"name":"gas-pump-fill","prevSize":16,"code":60224},"setIdx":4,"setId":4,"iconIdx":576},{"icon":{"paths":["M960 640v96c0 35.346-28.654 64-64 64v0h-432.28c-0.004 0-0.008 0-0.012 0-8.837 0-16-7.163-16-16 0-3.533 1.145-6.798 3.084-9.445l-0.031 0.045 246.32-338.6c4.122-5.429 6.604-12.3 6.604-19.751 0-10.237-4.684-19.38-12.026-25.403l-0.058-0.046c-5.358-4.189-12.192-6.717-19.616-6.717-10.589 0-19.977 5.143-25.802 13.068l-0.062 0.089-288 396.24c-2.946 3.974-7.621 6.522-12.89 6.522-0.081 0-0.161-0.001-0.242-0.002l0.012 0h-217c-35.346 0-64-28.654-64-64v0-91.48c0-7.16 0-14.28 0.52-21.32 0.438-8.486 7.425-15.2 15.98-15.2 0.007 0 0.014 0 0.021 0l-0.001-0h111.48c0.021 0 0.046 0 0.070 0 17.673 0 32-14.327 32-32 0-0.746-0.026-1.486-0.076-2.219l0.005 0.099c-1.486-16.805-15.496-29.884-32.56-29.884-0.183 0-0.365 0.002-0.547 0.004l0.027-0h-95.24c-8.831-0.007-15.988-7.168-15.988-16 0-1.421 0.185-2.8 0.533-4.112l-0.025 0.112c48-175.36 198.64-308.52 382.080-329.12 0.516-0.059 1.114-0.093 1.72-0.093 8.837 0 16 7.163 16 16 0 0.033-0 0.065-0 0.098l0-0.005v109.12c-0 0.021-0 0.046-0 0.070 0 17.673 14.327 32 32 32 0.746 0 1.486-0.026 2.219-0.076l-0.099 0.005c16.805-1.486 29.884-15.496 29.884-32.56 0-0.183-0.002-0.365-0.004-0.547l0 0.027v-108.24c-0-0.028-0-0.060-0-0.093 0-8.837 7.163-16 16-16 0.606 0 1.204 0.034 1.793 0.099l-0.072-0.007c185.097 21.396 334.546 152.711 382.457 326.168l0.743 3.152c0.323 1.2 0.508 2.579 0.508 4 0 8.837-7.163 16-16 16-0.010 0-0.020-0-0.030-0l0.002 0h-96.32c-0.131-0.002-0.285-0.003-0.44-0.003-17.064 0-31.073 13.078-32.551 29.758l-0.009 0.125c-0.045 0.634-0.070 1.374-0.070 2.12 0 17.673 14.327 32 32 32 0.025 0 0.049-0 0.074-0l-0.004 0h111.68c0.003-0 0.006-0 0.010-0 8.64 0 15.68 6.848 15.989 15.412l0.001 0.028c0.24 5.48 0.24 11 0.24 16.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gauge-fill"]},"attrs":[{}],"properties":{"order":30062,"id":670,"name":"gauge-fill","prevSize":16,"code":60225},"setIdx":4,"setId":4,"iconIdx":577},{"icon":{"paths":["M210.76 397.24c-11.585-11.582-18.75-27.584-18.75-45.26s7.166-33.678 18.75-45.26l256-256c11.583-11.583 27.585-18.747 45.26-18.747 35.35 0 64.007 28.657 64.007 64.007 0 17.675-7.164 33.677-18.747 45.26l-256 256c-11.582 11.585-27.584 18.75-45.26 18.75s-33.678-7.166-45.26-18.75l-0-0zM973.28 466.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-256 256c-11.573 11.58-18.73 27.574-18.73 45.24s7.157 33.66 18.731 45.24l-0-0c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l256-256c11.573-11.58 18.73-27.574 18.73-45.24s-7.157-33.66-18.731-45.24l0 0zM822.64 393.36l-192-192c-5.79-5.786-13.787-9.365-22.62-9.365s-16.83 3.579-22.62 9.365l-224 224c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l-0-0 50.6 50.76-297.24 297.4c-10.897 11.453-17.601 26.984-17.601 44.081 0 35.346 28.654 64 64 64 17.097 0 32.628-6.704 44.108-17.627l-0.027 0.025 297.4-297.24 50.76 50.76c5.79 5.786 13.787 9.365 22.62 9.365s16.83-3.579 22.62-9.365l224-224c5.834-5.798 9.445-13.827 9.445-22.7s-3.611-16.902-9.444-22.698l-0.002-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gavel-fill"]},"attrs":[{}],"properties":{"order":30063,"id":669,"name":"gavel-fill","prevSize":16,"code":60226},"setIdx":4,"setId":4,"iconIdx":578},{"icon":{"paths":["M864 520.64q0.24-8.64 0-17.28l59.68-74.56c4.364-5.423 7.004-12.393 7.004-19.98 0-2.937-0.396-5.782-1.137-8.484l0.053 0.225c-10.796-39.897-25.669-74.799-44.617-107.018l1.097 2.018c-5.032-8.554-13.713-14.498-23.848-15.705l-0.152-0.015-94.88-10.56q-5.92-6.24-12-12l-11.2-95.12c-1.231-10.293-7.19-18.976-15.61-23.918l-0.15-0.082c-30.202-17.839-65.107-32.688-101.991-42.741l-3.009-0.699c-2.477-0.689-5.322-1.084-8.26-1.084-7.587 0-14.558 2.64-20.042 7.053l0.062-0.048-74.36 59.36q-8.64 0-17.28 0l-74.56-59.56c-5.423-4.364-12.393-7.004-19.98-7.004-2.937 0-5.782 0.396-8.484 1.137l0.225-0.053c-39.897 10.796-74.799 25.669-107.018 44.617l2.018-1.097c-8.554 5.032-14.498 13.713-15.705 23.848l-0.015 0.152-10.56 95.040q-6.24 5.96-12 12l-95.12 10.92c-10.293 1.231-18.976 7.19-23.918 15.61l-0.082 0.15c-17.831 30.2-32.692 65.103-42.776 101.978l-0.704 3.022c-0.682 2.466-1.074 5.298-1.074 8.222 0 7.604 2.652 14.589 7.082 20.079l-0.048-0.061 59.36 74.36q0 8.64 0 17.28l-59.56 74.56c-4.364 5.423-7.004 12.393-7.004 19.98 0 2.937 0.396 5.782 1.137 8.484l-0.053-0.225c10.796 39.897 25.669 74.799 44.617 107.018l-1.097-2.018c5.032 8.554 13.713 14.498 23.848 15.705l0.152 0.015 94.88 10.56q5.96 6.24 12 12l11.080 95.12c1.231 10.293 7.19 18.976 15.61 23.918l0.15 0.082c30.2 17.831 65.103 32.692 101.978 42.776l3.022 0.704c2.466 0.682 5.298 1.074 8.222 1.074 7.604 0 14.589-2.652 20.079-7.082l-0.061 0.048 74.36-59.36q8.64 0.24 17.28 0l74.56 59.68c5.423 4.364 12.393 7.004 19.98 7.004 2.937 0 5.782-0.396 8.484-1.137l-0.225 0.053c39.894-10.774 74.798-25.65 107.007-44.613l-2.007 1.093c8.554-5.032 14.498-13.713 15.705-23.848l0.015-0.152 10.56-94.88q6.24-5.92 12-12l95.12-11.2c10.293-1.231 18.976-7.19 23.918-15.61l0.082-0.15c17.831-30.2 32.692-65.103 42.776-101.978l0.704-3.022c0.682-2.466 1.074-5.298 1.074-8.222 0-7.604-2.652-14.589-7.082-20.079l0.048 0.061zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gear-fill"]},"attrs":[{}],"properties":{"order":30064,"id":668,"name":"gear-fill","prevSize":16,"code":60227},"setIdx":4,"setId":4,"iconIdx":579},{"icon":{"paths":["M928 480h-33.36c-4.081-48.53-16.664-93.214-36.269-133.875l0.989 2.275 28.92-16.68c9.636-5.637 16.006-15.934 16.006-27.72 0-17.677-14.33-32.006-32.006-32.006-5.891 0-11.41 1.592-16.151 4.368l0.151-0.082-29 16.76c-26.585-37.809-58.512-69.736-95.092-95.5l-1.228-0.82 16.76-29c2.695-4.59 4.286-10.109 4.286-16 0-17.677-14.33-32.006-32.006-32.006-11.786 0-22.083 6.37-27.638 15.855l-0.082 0.151-16.68 28.92c-38.386-18.616-83.070-31.199-130.203-35.185l-1.397-0.095v-33.36c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 33.36c-48.53 4.081-93.214 16.664-133.875 36.269l2.275-0.989-16.68-28.92c-5.637-9.636-15.934-16.006-27.72-16.006-17.677 0-32.006 14.33-32.006 32.006 0 5.891 1.592 11.41 4.368 16.151l-0.082-0.151 16.76 29c-37.809 26.585-69.736 58.512-95.5 95.092l-0.82 1.228-29-16.76c-4.59-2.695-10.109-4.286-16-4.286-17.677 0-32.006 14.33-32.006 32.006 0 11.786 6.37 22.083 15.855 27.638l0.151 0.082 28.92 16.68c-18.616 38.386-31.199 83.070-35.185 130.203l-0.095 1.397h-33.36c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h33.36c4.081 48.53 16.664 93.214 36.269 133.875l-0.989-2.275-28.92 16.68c-9.639 5.634-16.012 15.933-16.012 27.72 0 17.673 14.327 32 32 32 0.004 0 0.009-0 0.013-0l-0.001 0c0.029 0 0.064 0 0.098 0 5.857 0 11.343-1.59 16.050-4.361l-0.148 0.081 29-16.76c26.585 37.809 58.512 69.736 95.092 95.5l1.228 0.82-16.76 29c-2.695 4.59-4.286 10.109-4.286 16 0 17.677 14.33 32.006 32.006 32.006 11.786 0 22.083-6.37 27.638-15.855l0.082-0.151 16.68-28.92c38.386 18.616 83.070 31.199 130.203 35.185l1.397 0.095v33.36c0 17.673 14.327 32 32 32s32-14.327 32-32v0-33.36c48.53-4.081 93.214-16.664 133.875-36.269l-2.275 0.989 16.68 28.92c5.637 9.636 15.934 16.006 27.72 16.006 17.677 0 32.006-14.33 32.006-32.006 0-5.891-1.592-11.41-4.368-16.151l0.082 0.151-16.76-29c37.809-26.585 69.736-58.512 95.5-95.092l0.82-1.228 29 16.76c4.59 2.696 10.11 4.289 16.002 4.289 11.786 0 22.083-6.371 27.636-15.857l0.082-0.151c2.702-4.594 4.299-10.121 4.299-16.020 0-11.773-6.358-22.062-15.828-27.619l-0.151-0.082-28.92-16.68c18.616-38.386 31.199-83.070 35.185-130.203l0.095-1.397h33.32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 512c-0-0.032-0-0.070-0-0.109 0-71.169 33.244-134.574 85.050-175.533l0.47-0.358 101.52 176-101.52 176c-52.276-41.317-85.52-104.722-85.52-175.891 0-0.038 0-0.077 0-0.115l-0 0.006zM512 736c-0.070 0-0.153 0-0.236 0-29.86 0-58.348-5.877-84.369-16.539l1.485 0.538 101.6-176h203.2c-16.348 109.097-109.326 191.827-221.662 192l-0.018 0zM530.48 480l-101.6-176c24.605-10.113 53.167-15.985 83.1-15.985 112.417 0 205.492 82.811 221.55 190.759l0.15 1.226z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gear-fine-fill"]},"attrs":[{}],"properties":{"order":30065,"id":667,"name":"gear-fine-fill","prevSize":16,"code":60228},"setIdx":4,"setId":4,"iconIdx":580},{"icon":{"paths":["M951.76 428.84c-1.888-9.312-7.608-17.012-15.406-21.518l-0.154-0.082-119.32-68-0.48-134.48c-0.031-9.73-4.401-18.434-11.275-24.282l-0.045-0.038c-41.488-35.274-90.329-63.415-143.731-81.741l-3.149-0.939c-3.060-1.071-6.587-1.689-10.259-1.689-5.721 0-11.092 1.502-15.74 4.132l0.159-0.083-120.36 67.28-120.48-67.4c-4.503-2.568-9.895-4.083-15.64-4.083-3.665 0-7.186 0.616-10.465 1.75l0.225-0.068c-56.502 19.382-105.286 47.625-147.342 83.518l0.622-0.518c-6.909 5.878-11.276 14.564-11.32 24.272l-0 0.008-0.6 134.6-119.32 68c-7.952 4.588-13.672 12.288-15.525 21.394l-0.035 0.206c-5.208 24.99-8.19 53.707-8.19 83.12s2.982 58.13 8.66 85.865l-0.47-2.745c1.888 9.312 7.608 17.012 15.406 21.518l0.154 0.082 119.32 68 0.48 134.52c0.031 9.73 4.401 18.434 11.275 24.282l0.045 0.038c41.488 35.274 90.329 63.415 143.731 81.741l3.149 0.939c3.060 1.071 6.587 1.689 10.259 1.689 5.721 0 11.092-1.502 15.74-4.132l-0.159 0.083 120.48-67.48 120.48 67.4c4.436 2.517 9.745 4.001 15.4 4.001 0.070 0 0.141-0 0.211-0.001l-0.011 0c3.679-0.001 7.213-0.616 10.508-1.748l-0.228 0.068c56.496-19.376 105.277-47.59 147.349-83.443l-0.629 0.523c6.909-5.878 11.276-14.564 11.32-24.272l0-0.008 0.6-134.6 119.32-68c7.952-4.588 13.672-12.288 15.525-21.394l0.035-0.206c5.16-24.875 8.114-53.462 8.114-82.738 0-29.493-2.998-58.286-8.706-86.090l0.471 2.748zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gear-six-fill"]},"attrs":[{}],"properties":{"order":30066,"id":666,"name":"gear-six-fill","prevSize":16,"code":60229},"setIdx":4,"setId":4,"iconIdx":581},{"icon":{"paths":["M512 576c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0zM864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0zM544 704v-66.32c109.181-16.202 192-109.28 192-221.703 0-123.712-100.288-224-224-224s-224 100.288-224 224c0 112.422 82.819 205.501 190.775 221.553l1.225 0.15v66.32h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-female-fill"]},"attrs":[{}],"properties":{"order":30067,"id":665,"name":"gender-female-fill","prevSize":16,"code":60230},"setIdx":4,"setId":4,"iconIdx":582},{"icon":{"paths":["M591.64 454.88c0.236 2.728 0.371 5.903 0.371 9.109 0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112 3.206 0 6.381 0.135 9.519 0.399l-0.41-0.028c54.673 4.595 97.925 47.847 102.492 102.11l0.028 0.41zM864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0zM752 224c0-17.673-14.327-32-32-32v0h-110.92c-0.155-0.003-0.337-0.004-0.52-0.004-17.064 0-31.074 13.079-32.551 29.76l-0.009 0.124c-0.045 0.634-0.070 1.374-0.070 2.12 0 17.673 14.327 32 32 32 0.025 0 0.049-0 0.074-0l-0.004 0h34.76l-63.080 63.080c-27.934-19.504-62.602-31.164-99.993-31.164-97.202 0-176 78.798-176 176 0 86 61.682 157.593 143.219 172.953l1.094 0.171v66.96h-78.92c-0.155-0.003-0.337-0.004-0.52-0.004-17.064 0-31.074 13.079-32.551 29.76l-0.009 0.124c-0.045 0.634-0.070 1.374-0.070 2.12 0 17.673 14.327 32 32 32 0.025 0 0.049-0 0.074-0l-0.004 0h80v62.92c-0.002 0.12-0.002 0.261-0.002 0.403 0 17.072 13.074 31.090 29.757 32.588l0.126 0.009c0.634 0.045 1.374 0.070 2.12 0.070 17.673 0 32-14.327 32-32 0-0.025-0-0.049-0-0.074l0 0.004v-63.92h78.92c0.131 0.002 0.285 0.003 0.44 0.003 17.064 0 31.073-13.078 32.551-29.758l0.009-0.125c0.045-0.634 0.070-1.374 0.070-2.12 0-17.673-14.327-32-32-32-0.025 0-0.049 0-0.074 0l0.004-0h-79.92v-66.96c82.431-15.699 143.903-87.195 143.903-173.048 0-37.254-11.575-71.805-31.324-100.252l0.381 0.58 63.040-63.080v33.68c-0.002 0.144-0.004 0.313-0.004 0.483 0 17.072 13.075 31.091 29.758 32.588l0.126 0.009c0.634 0.045 1.374 0.070 2.12 0.070 17.673 0 32-14.327 32-32 0-0.025-0-0.049-0-0.074l0 0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-intersex-fill"]},"attrs":[{}],"properties":{"order":30068,"id":664,"name":"gender-intersex-fill","prevSize":16,"code":60231},"setIdx":4,"setId":4,"iconIdx":583},{"icon":{"paths":["M608 560c0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144v0c79.529 0 144 64.471 144 144v0zM864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0zM768 288c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h50.76l-72 72c-34.036-25.193-76.845-40.326-123.188-40.326-115.052 0-208.32 93.268-208.32 208.32s93.268 208.32 208.32 208.32c115.052 0 208.32-93.268 208.32-208.32 0-46.085-14.964-88.674-40.299-123.174l0.407 0.58 72-72v50.6c0 17.673 14.327 32 32 32s32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-male-fill"]},"attrs":[{}],"properties":{"order":30069,"id":663,"name":"gender-male-fill","prevSize":16,"code":60232},"setIdx":4,"setId":4,"iconIdx":584},{"icon":{"paths":["M671.36 433.4c0.424 4.368 0.665 9.443 0.665 14.575 0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160 5.131 0 10.207 0.242 15.214 0.714l-0.64-0.049c76.861 7.239 137.521 67.899 144.711 144.12l0.049 0.64zM864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0zM736 448c0-0.007 0-0.015 0-0.023 0-123.712-100.288-224-224-224s-224 100.288-224 224c0 112.422 82.819 205.501 190.774 221.553l1.226 0.15v129.24c-0.002 0.12-0.002 0.261-0.002 0.403 0 17.072 13.074 31.090 29.757 32.588l0.126 0.009c0.634 0.045 1.374 0.070 2.12 0.070 17.673 0 32-14.327 32-32 0-0.025-0-0.049-0-0.074l0 0.004v-130.24c109.097-16.348 191.827-109.326 192-221.662l0-0.018z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-neuter-fill"]},"attrs":[{}],"properties":{"order":30070,"id":662,"name":"gender-neuter-fill","prevSize":16,"code":60233},"setIdx":4,"setId":4,"iconIdx":585},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM512 832c-114.865-0.014-207.976-93.133-207.976-208 0-103.571 75.699-189.461 174.787-205.363l1.189-0.157v-83.2l-116 46.44c-3.551 1.475-7.675 2.331-12 2.331-17.701 0-32.051-14.35-32.051-32.051 0-13.377 8.195-24.84 19.838-29.642l0.213-0.078 85.84-34.28-85.84-34.28c-11.856-4.88-20.051-16.343-20.051-29.72 0-17.701 14.35-32.051 32.051-32.051 4.325 0 8.449 0.856 12.213 2.409l-0.213-0.078 148 59.24 148-59.24c3.551-1.475 7.675-2.331 12-2.331 17.701 0 32.051 14.35 32.051 32.051 0 13.377-8.195 24.84-19.838 29.642l-0.213 0.078-85.84 34.28 85.84 34.28c11.856 4.88 20.051 16.343 20.051 29.72 0 17.701-14.35 32.051-32.051 32.051-4.325 0-8.449-0.856-12.213-2.409l0.213 0.078-116-46.44v83.2c100.278 16.059 175.976 101.949 175.976 205.52 0 114.867-93.111 207.986-207.975 208l-0.001 0zM656 624c0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144v0c79.529 0 144 64.471 144 144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-nonbinary-fill"]},"attrs":[{}],"properties":{"order":30071,"id":661,"name":"gender-nonbinary-fill","prevSize":16,"code":60234},"setIdx":4,"setId":4,"iconIdx":586},{"icon":{"paths":["M511.68 600c0.197 2.303 0.309 4.984 0.309 7.691 0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96 2.707 0 5.388 0.112 8.039 0.332l-0.347-0.023c46.955 3.887 84.113 41.045 87.977 87.653l0.023 0.347zM864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0zM768 288c0-17.673-14.327-32-32-32v0h-110.92c-0.155-0.003-0.337-0.004-0.52-0.004-17.064 0-31.074 13.079-32.551 29.76l-0.009 0.124c-0.045 0.634-0.070 1.374-0.070 2.12 0 17.673 14.327 32 32 32 0.025 0 0.049-0 0.074-0l-0.004 0h34.76l-66.76 66.76-41.36-41.4c-5.791-5.793-13.793-9.376-22.631-9.376-9.191 0-17.477 3.875-23.313 10.080l-0.015 0.017c-5.177 5.785-8.341 13.465-8.341 21.885 0 9.253 3.822 17.613 9.973 23.588l0.008 0.008 40.44 40.44-42.76 42.56c-24.802-16.573-55.304-26.448-88.112-26.448-88.366 0-160 71.634-160 160s71.634 160 160 160c88.366 0 160-71.634 160-160 0-32.808-9.875-63.31-26.814-88.696l0.367 0.584 42.56-42.76 41.36 41.4c5.79 5.787 13.787 9.366 22.62 9.366 9.659 0 18.318-4.279 24.186-11.046l0.034-0.040c4.68-5.629 7.52-12.932 7.52-20.898 0-9.212-3.798-17.537-9.912-23.495l-0.007-0.007-40.56-40.52 66.76-66.76v33.68c-0.002 0.12-0.002 0.261-0.002 0.403 0 17.072 13.074 31.090 29.757 32.588l0.126 0.009c0.634 0.045 1.374 0.070 2.12 0.070 17.673 0 32-14.327 32-32 0-0.025-0-0.049-0-0.074l0 0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-transgender-fill"]},"attrs":[{}],"properties":{"order":30072,"id":660,"name":"gender-transgender-fill","prevSize":16,"code":60235},"setIdx":4,"setId":4,"iconIdx":587},{"icon":{"paths":["M512 96c-211.976 0.25-383.75 172.023-384 383.976l-0 0.024v384c-0 0.002-0 0.004-0 0.007 0 17.673 14.327 32 32 32 7.723 0 14.806-2.736 20.335-7.291l-0.055 0.044 97.040-79.4 97.080 79.4c5.47 4.501 12.546 7.23 20.26 7.23s14.79-2.729 20.315-7.275l-0.055 0.044 97.080-79.4 97.080 79.4c5.47 4.501 12.546 7.23 20.26 7.23s14.79-2.729 20.315-7.275l-0.055 0.044 97.080-79.4 97.040 79.4c5.474 4.511 12.557 7.247 20.28 7.247 17.673 0 32-14.327 32-32 0-0.002-0-0.005-0-0.007l0 0v-384c-0.25-211.976-172.023-383.75-383.976-384l-0.024-0zM400 512c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM624 512c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ghost-fill"]},"attrs":[{}],"properties":{"order":30073,"id":659,"name":"ghost-fill","prevSize":16,"code":60236},"setIdx":4,"setId":4,"iconIdx":588},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM448 576c0 70.692-57.308 128-128 128s-128-57.308-128-128v0-128c0.011-70.684 57.314-127.98 128-127.98 37.849 0 71.861 16.427 95.295 42.541l0.105 0.119c5.486 5.734 8.863 13.526 8.863 22.106 0 17.673-14.327 32-32 32-9.835 0-18.633-4.436-24.503-11.417l-0.040-0.049c-11.771-13.13-28.785-21.353-47.72-21.353-35.346 0-64 28.654-64 64 0 0.011 0 0.023 0 0.034l-0-0.002v128c0 35.346 28.654 64 64 64s64-28.654 64-64v0-32h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0zM576 672c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 384h-96v96h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gif-fill"]},"attrs":[{}],"properties":{"order":30074,"id":658,"name":"gif-fill","prevSize":16,"code":60237},"setIdx":4,"setId":4,"iconIdx":589},{"icon":{"paths":["M864 288h-140.32c1.56-1.32 3.16-2.6 4.68-4 23.757-21.176 38.87-51.61 39.638-85.586l0.002-0.134c0.036-1.149 0.057-2.5 0.057-3.856 0-72.062-58.418-130.48-130.48-130.48-1.342 0-2.68 0.020-4.012 0.061l0.195-0.005c-34.125 0.758-64.576 15.874-85.657 39.523l-0.103 0.117c-14.385 16.596-26.476 35.715-35.452 56.495l-0.548 1.425c-9.524-22.205-21.615-41.324-36.233-58.195l0.233 0.275c-21.184-23.766-51.635-38.882-85.627-39.638l-0.133-0.002c-1.137-0.036-2.475-0.056-3.817-0.056-72.062 0-130.48 58.418-130.48 130.48 0 1.356 0.021 2.707 0.062 4.053l-0.005-0.197c0.77 34.11 15.883 64.545 39.523 85.617l0.117 0.103c1.52 1.32 3.12 2.6 4.68 4h-140.32c-35.346 0-64 28.654-64 64v0 128c0 35.346 28.654 64 64 64v0 256c0 35.346 28.654 64 64 64v0h240c8.837 0 16-7.163 16-16v0-368h-320v-128h320v128h64v-128h320v128h-320v368c0 8.837 7.163 16 16 16v0h240c35.346 0 64-28.654 64-64v0-256c35.346 0 64-28.654 64-64v0-128c0-35.346-28.654-64-64-64v0zM338.040 236c-10.934-9.929-17.824-24.143-18-39.968l-0-0.032c-0.011-0.453-0.017-0.986-0.017-1.52 0-36.666 29.683-66.399 66.33-66.48l0.008-0h1.96c15.857 0.176 30.071 7.066 39.959 17.955l0.041 0.045c33.56 37.92 45.4 100.8 49.56 139.68-39.040-4.12-101.88-15.96-139.84-49.68zM686.040 236c-37.96 33.6-100.96 45.44-140 49.6 4.76-42.040 17.96-103.6 49.96-139.56 9.929-10.934 24.143-17.824 39.968-18l0.032-0h1.96c36.537 0.236 66.064 29.909 66.064 66.479 0 0.633-0.009 1.265-0.026 1.894l0.002-0.093c-0.282 15.745-7.166 29.828-17.994 39.639l-0.046 0.041z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gift-fill"]},"attrs":[{}],"properties":{"order":30075,"id":657,"name":"gift-fill","prevSize":16,"code":60238},"setIdx":4,"setId":4,"iconIdx":590},{"icon":{"paths":["M896 256c-0.037-70.665-57.33-127.935-128-127.935-70.692 0-128 57.308-128 128 0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v36c0 35.346-28.654 64-64 64v0h-288c-0.046-0-0.1-0-0.155-0-23.524 0-45.551 6.404-64.436 17.563l0.59-0.323v-117.24c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v264c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-36c0-35.346 28.654-64 64-64v0h288c70.692 0 128-57.308 128-128v0-36c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM224 256c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM352 768c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-branch-fill"]},"attrs":[{}],"properties":{"order":30076,"id":656,"name":"git-branch-fill","prevSize":16,"code":60239},"setIdx":4,"setId":4,"iconIdx":591},{"icon":{"paths":["M1024 512c0 17.673-14.327 32-32 32v0h-258.32c-16.271 109.107-109.313 191.844-221.68 191.844s-205.409-82.738-221.529-190.615l-0.151-1.229h-258.32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h258.32c16.271-109.107 109.313-191.844 221.68-191.844s205.409 82.738 221.529 190.615l0.151 1.229h258.32c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-commit-fill"]},"attrs":[{}],"properties":{"order":30077,"id":655,"name":"git-commit-fill","prevSize":16,"code":60240},"setIdx":4,"setId":4,"iconIdx":592},{"icon":{"paths":["M480 640v192c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h114.76l-113.16-113.12c-40.524-40.335-65.601-96.157-65.601-157.837 0-0.198 0-0.396 0.001-0.594l-0 0.031v-148.48c-55.647-14.719-96-64.615-96-123.935 0-70.692 57.308-128 128-128s128 57.308 128 128c0 59.321-40.353 109.217-95.107 123.734l-0.893 0.201v148.52c-0 0.121-0.001 0.264-0.001 0.407 0 44.040 17.923 83.894 46.872 112.665l0.008 0.008 113.12 113.16v-114.76c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM832 644v-148.48c0-0.167 0.001-0.365 0.001-0.563 0-61.68-25.077-117.502-65.592-157.828l-0.009-0.009-113.16-113.12h114.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-114.76l113.12 113.16c28.958 28.779 46.881 68.633 46.881 112.673 0 0.157-0 0.314-0.001 0.471l0-0.024v148.48c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-diff-fill"]},"attrs":[{}],"properties":{"order":30078,"id":654,"name":"git-diff-fill","prevSize":16,"code":60241},"setIdx":4,"setId":4,"iconIdx":593},{"icon":{"paths":["M896 256c-0.037-70.665-57.33-127.935-128-127.935-70.692 0-128 57.308-128 128 0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v36c0 35.346-28.654 64-64 64v0h-320c-35.346 0-64-28.654-64-64v0-36c55.647-14.719 96-64.615 96-123.935 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v36c0 70.692 57.308 128 128 128v0h128v100c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-100h128c70.692 0 128-57.308 128-128v0-36c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM576 768c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-fork-fill"]},"attrs":[{}],"properties":{"order":30079,"id":653,"name":"git-fork-fill","prevSize":16,"code":60242},"setIdx":4,"setId":4,"iconIdx":594},{"icon":{"paths":["M864 416v32c-0.145 112.978-83.817 206.369-192.571 221.742l-1.189 0.138c21.049 26.737 33.76 60.898 33.76 98.028 0 0.032-0 0.065-0 0.097l0-0.005v160c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-64h-96c-88.366 0-160-71.634-160-160v0c0-53.019-42.981-96-96-96v0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c88.366 0 160 71.634 160 160v0c0 53.019 42.981 96 96 96v0h96v-32c-0-0.027-0-0.060-0-0.092 0-37.13 12.711-71.291 34.019-98.369l-0.259 0.341c-109.943-15.511-193.615-108.902-193.76-221.865l-0-0.015v-32c0.431-41.745 11.795-80.745 31.356-114.391l-0.596 1.111c-6.802-21.173-10.723-45.53-10.723-70.803 0-44.166 11.974-85.535 32.852-121.039l-0.61 1.121c5.636-9.632 15.931-16 27.713-16 0.003 0 0.005 0 0.008 0l-0-0c0.149-0 0.324-0.001 0.5-0.001 78.098 0 147.447 37.459 191.060 95.39l0.44 0.61h96c44.053-58.542 113.402-96.001 191.5-96.001 0.176 0 0.352 0 0.528 0.001l-0.028-0c0.002-0 0.005-0 0.007-0 11.782 0 22.077 6.368 27.631 15.849l0.082 0.151c20.261 34.363 32.23 75.71 32.23 119.853 0 25.297-3.931 49.676-11.215 72.56l0.465-1.692c19.001 32.525 30.382 71.53 30.799 113.159l0.001 0.121z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["github-logo-fill"]},"attrs":[{}],"properties":{"order":30080,"id":652,"name":"github-logo-fill","prevSize":16,"code":60243},"setIdx":4,"setId":4,"iconIdx":595},{"icon":{"paths":["M920.6 468.4l-79.6-304.4c-5.462-20.807-24.1-35.906-46.265-35.906-20.531 0-38.036 12.955-44.787 31.135l-0.107 0.33-70.72 192.44h-334.24l-70.72-192.52c-6.868-18.494-24.364-31.433-44.883-31.433-22.182 0-40.832 15.122-46.203 35.62l-0.074 0.333-79.6 304.4c-4.758 17.422-7.492 37.425-7.492 58.067 0 76.322 37.376 143.915 94.824 185.472l0.669 0.46 293.080 207.040c7.646 5.457 17.181 8.724 27.48 8.724s19.834-3.268 27.626-8.823l-0.146 0.099 293.080-207.040c58.155-42.015 95.56-109.629 95.56-185.981 0-20.625-2.729-40.612-7.847-59.62l0.367 1.601zM162.72 496.4l293.8 207.6-82.88 58.6-145.28-102.6c-41.652-30.173-68.433-78.66-68.433-133.401 0-10.664 1.016-21.092 2.958-31.19l-0.165 1.030zM512 860.4l-82.92-58.6 82.92-58.6 82.92 58.56zM795.64 660l-145.28 102.64-82.88-58.64 293.8-207.6c1.781 9.079 2.799 19.518 2.799 30.195 0 54.744-26.784 103.233-67.962 133.076l-0.477 0.329z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gitlab-logo-fill"]},"attrs":[{}],"properties":{"order":30081,"id":651,"name":"gitlab-logo-fill","prevSize":16,"code":60244},"setIdx":4,"setId":4,"iconIdx":596},{"icon":{"paths":["M832.56 712.24l-293.080 207.040c-7.646 5.457-17.181 8.724-27.48 8.724s-19.834-3.268-27.626-8.823l0.146 0.099-293.080-207.040c-58.116-42.018-95.492-109.61-95.492-185.933 0-20.642 2.734-40.646 7.86-59.668l-0.367 1.601 79.56-304.24c5.462-20.807 24.1-35.906 46.265-35.906 20.531 0 38.036 12.955 44.787 31.135l0.107 0.33 70.72 192.44h334.24l70.72-192.52c6.868-18.494 24.364-31.433 44.883-31.433 22.182 0 40.832 15.122 46.203 35.62l0.074 0.333 79.6 304.48c4.721 17.355 7.433 37.281 7.433 57.841 0 76.314-37.368 143.9-94.805 185.459l-0.668 0.46z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gitlab-logo-simple-fill"]},"attrs":[{}],"properties":{"order":30082,"id":650,"name":"gitlab-logo-simple-fill","prevSize":16,"code":60245},"setIdx":4,"setId":4,"iconIdx":597},{"icon":{"paths":["M832 448c-59.317 0.058-109.201 40.379-123.797 95.104l-0.203 0.896h-100c-52.137-0.127-98.426-25.054-127.711-63.603l-0.289-0.397-105.24-140.32c43.59-21.033 73.131-64.888 73.131-115.643 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.36 40.407 109.283 95.216 123.763l0.892 0.2v328c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-260l76.8 102.4c41.402 54.528 106.207 89.426 179.172 89.6l0.028 0h100c14.719 55.647 64.615 96 123.935 96 70.692 0 128-57.308 128-128 0-70.67-57.271-127.963-127.932-128l-0.004-0zM384 800c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM832 640c-35.346 0-64-28.654-64-64v0 0c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-merge-fill"]},"attrs":[{}],"properties":{"order":30083,"id":649,"name":"git-merge-fill","prevSize":16,"code":60246},"setIdx":4,"setId":4,"iconIdx":598},{"icon":{"paths":["M416 256c-0.037-70.665-57.33-127.935-128-127.935-70.692 0-128 57.308-128 128 0 59.321 40.353 109.217 95.107 123.734l0.893 0.201v264c-55.647 14.719-96 64.615-96 123.935 0 70.692 57.308 128 128 128s128-57.308 128-128c0-59.321-40.353-109.217-95.107-123.734l-0.893-0.201v-264c55.621-14.799 95.942-64.683 96-123.994l0-0.006zM352 768c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM928 768c-0.037 70.665-57.33 127.935-128 127.935-70.692 0-128-57.308-128-128 0-59.321 40.353-109.217 95.107-123.734l0.893-0.201v-148.48c0-0.133 0.001-0.29 0.001-0.447 0-44.040-17.923-83.894-46.872-112.665l-0.008-0.008-113.12-113.16v114.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-114.76l113.16 113.12c40.524 40.335 65.601 96.157 65.601 157.837 0 0.198-0 0.396-0.001 0.594l0-0.031v148.48c55.621 14.799 95.942 64.683 96 123.994l0 0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-pull-request-fill"]},"attrs":[{}],"properties":{"order":30084,"id":648,"name":"git-pull-request-fill","prevSize":16,"code":60247},"setIdx":4,"setId":4,"iconIdx":599},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM825.48 352h-141.72c-17.709-68.447-45.558-128.48-82.293-181.929l1.253 1.929c97.797 26.878 176.969 92.088 221.832 178.047l0.928 1.953zM512 160.44c48 52 84 118.2 105.48 191.56h-210.96c21.48-73.36 57.48-139.48 105.48-191.56zM384 512c0.006-33.913 2.915-67.142 8.494-99.457l-0.494 3.457h240c5.065 28.861 7.96 62.092 7.96 96s-2.895 67.139-8.452 99.46l0.492-3.46h-240c-5.084-28.857-7.994-62.086-8-95.994l-0-0.006zM406.52 672h210.96c-21.48 73.36-57.48 139.48-105.48 191.56-48-52.080-84-118.2-105.48-191.56zM602.72 852c35.482-51.52 63.331-111.553 80.162-176.038l0.878-3.962h141.72c-45.791 87.912-124.963 153.122-220.277 179.416l-2.483 0.584zM696.84 608c4.557-28.851 7.16-62.122 7.16-96s-2.603-67.148-7.62-99.621l0.46 3.621h153.84c8.456 28.767 13.32 61.815 13.32 96s-4.865 67.233-13.94 98.491l0.619-2.491z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-fill"]},"attrs":[{}],"properties":{"order":30085,"id":647,"name":"globe-fill","prevSize":16,"code":60248},"setIdx":4,"setId":4,"iconIdx":600},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM249.16 745.88l10.080-6.6c17.36-11.572 28.666-31.036 28.76-53.146l0-0.014 0.84-144.92 83.84-125.2c0.368 0.286 0.785 0.576 1.218 0.844l0.062 0.036 78.68 51.48c10.231 7.297 22.988 11.667 36.765 11.667 3.045 0 6.041-0.213 8.972-0.626l-0.337 0.039 125.96-17.080c16.085-2.204 30.009-10.102 39.932-21.56l0.068-0.080 88.68-103.040c9.523-11.106 15.32-25.65 15.32-41.548 0-0.046-0-0.093-0-0.139l0 0.007v-25.32c59.476 62.822 96.046 147.859 96.046 241.437 0 38.554-6.207 75.657-17.677 110.366l0.711-2.483-64.56-59.040c-11.353-10.447-26.568-16.851-43.278-16.851-8.818 0-17.219 1.783-24.862 5.009l0.42-0.158-121.84 50.6c-20.457 8.746-35.253 27.218-38.674 49.441l-0.046 0.359-9.56 64.76c-0.435 2.805-0.684 6.040-0.684 9.334 0 29.575 20.060 54.464 47.316 61.804l0.448 0.103 85.84 22.64 9.44 9.48c-50.221 29.315-110.559 46.622-174.938 46.622-104.444 0-198.249-45.55-262.633-117.869l-0.308-0.353z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-hemisphere-east-fill"]},"attrs":[{}],"properties":{"order":30086,"id":646,"name":"globe-hemisphere-east-fill","prevSize":16,"code":60249},"setIdx":4,"setId":4,"iconIdx":601},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM864 512c0 0.081 0 0.176 0 0.271 0 47.39-9.406 92.584-26.452 133.816l0.852-2.327-178.8-109.96c-7.146-4.479-15.583-7.63-24.627-8.882l-0.333-0.038-91.28-12.32c-2.502-0.344-5.394-0.541-8.332-0.541-23.629 0-44.288 12.718-55.504 31.682l-0.164 0.299h-34.88l-15.2-31.44c-8.559-17.544-24.452-30.375-43.578-34.602l-0.422-0.078-32-6.92 31.28-54.96h66.84c11.35-0.023 22.003-2.986 31.244-8.167l-0.324 0.167 49-27.040c4.549-2.56 8.481-5.395 12.061-8.614l-0.061 0.054 107.64-97.36c13.034-11.716 21.194-28.632 21.194-47.453 0-11.458-3.024-22.21-8.319-31.501l0.165 0.314-1.44-2.6c119.99 57.861 201.336 178.519 201.44 318.186l0 0.014zM160 512c-0-0.106-0-0.232-0-0.358 0-54.831 12.604-106.717 35.073-152.921l-0.912 2.079 45.36 121.080c7.78 20.231 24.967 35.277 46.056 39.922l0.424 0.078 85.72 18.44 15.24 31.68c10.698 21.444 32.449 35.929 57.59 36l0.010 0h5.92l-28.92 64.92c-3.503 7.663-5.545 16.621-5.545 26.057 0 16.78 6.458 32.051 17.023 43.465l-0.038-0.042 0.56 0.56 78.44 80.8-7.76 40c-190.883-4.582-343.912-160.246-344.24-351.728l-0-0.032z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-hemisphere-west-fill"]},"attrs":[{}],"properties":{"order":30087,"id":645,"name":"globe-hemisphere-west-fill","prevSize":16,"code":60250},"setIdx":4,"setId":4,"iconIdx":602},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM862.52 480h-159.32c-5.64-113.84-41.080-221.88-100.48-308 141.116 38.791 245.555 159.489 259.689 306.569l0.111 1.431zM384.92 544h254.16c-6.72 123.48-52 238.48-127.080 319.56-74.92-81.080-120.36-196.080-127.080-319.56zM384.92 480c6.72-123.48 52-238.48 127.080-319.56 74.92 81.080 120.36 196 127.080 319.56zM602.72 852c59.4-86.24 94.84-194.28 100.48-308h159.32c-14.244 148.51-118.683 269.208-257.322 307.418l-2.478 0.582z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-simple-fill"]},"attrs":[{}],"properties":{"order":30088,"id":644,"name":"globe-simple-fill","prevSize":16,"code":60251},"setIdx":4,"setId":4,"iconIdx":603},{"icon":{"paths":["M192 384c0-176.731 143.269-320 320-320s320 143.269 320 320c0 176.731-143.269 320-320 320v0c-176.648-0.205-319.795-143.351-320-319.98l-0-0.020zM777.84 661.12c-68.933 66.435-162.848 107.362-266.322 107.362-212.077 0-384-171.923-384-384 0-103.474 40.927-197.389 107.475-266.44l-0.114 0.118c5.727-5.78 9.265-13.736 9.265-22.519 0-17.673-14.327-32-32-32-9.24 0-17.566 3.917-23.407 10.18l-0.017 0.019c-77.183 80.357-124.713 189.7-124.713 310.145 0 236.161 182.731 429.642 414.517 446.768l1.477 0.088v65.16h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-65.12c108.703-7.725 205.463-53.411 278.29-123.725l-0.13 0.125c6.283-5.859 10.199-14.184 10.199-23.425 0-17.673-14.327-32-32-32-8.783 0-16.739 3.538-22.522 9.267l0.002-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-stand-fill"]},"attrs":[{}],"properties":{"order":30089,"id":643,"name":"globe-stand-fill","prevSize":16,"code":60252},"setIdx":4,"setId":4,"iconIdx":604},{"icon":{"paths":["M736 256h-448c-158.985 0.182-287.818 129.015-288 287.983l-0 0.017c0.002 43.073 28.299 79.536 67.318 91.815l0.682 0.185c24.24 81.48 150.52 132 220 132 77.012-0.097 141.291-54.492 156.615-126.953l0.185-1.047h134.4c15.509 73.508 79.788 127.903 156.789 128l0.011 0c69.32 0 195.6-50.64 220-132 39.701-12.464 67.998-48.927 68-92l0-0c-0.182-158.985-129.015-287.818-287.983-288l-0.017-0zM356 676c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-98.2-98.2c-5.449-5.727-8.801-13.492-8.801-22.041 0-17.673 14.327-32 32-32 8.548 0 16.314 3.352 22.054 8.813l-0.013-0.013 98.2 98.040c5.834 5.798 9.445 13.827 9.445 22.7s-3.611 16.902-9.444 22.698l-0.002 0.002zM834.080 674.040c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-101.64-101.6c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l101.6 101.64c5.703 5.776 9.226 13.716 9.226 22.48 0 8.843-3.587 16.848-9.385 22.64l-0 0zM950.88 566.6c-33.52-73.6-149.52-118.6-214.88-118.6-77.012 0.097-141.291 54.492-156.615 126.953l-0.185 1.047h-134.4c-15.509-73.508-79.788-127.903-156.789-128l-0.011-0c-65.36 0-181.36 45-214.72 118.48-5.723-5.769-9.265-13.709-9.28-22.477l-0-0.003c0.137-123.657 100.343-223.863 223.987-224l448.013-0c123.657 0.137 223.863 100.343 224 223.987l0 0.013c-0.015 8.771-3.557 16.711-9.282 22.482l0.002-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["goggles-fill"]},"attrs":[{}],"properties":{"order":30090,"id":642,"name":"goggles-fill","prevSize":16,"code":60253},"setIdx":4,"setId":4,"iconIdx":605},{"icon":{"paths":["M640 416v32c0 70.692-57.308 128-128 128s-128-57.308-128-128v0-32c0-70.692 57.308-128 128-128s128 57.308 128 128v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM704 256c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 17.040c-33.811-30.34-78.739-48.892-128-48.892-105.987 0-191.916 85.877-192 191.844l-0 0.008v32c0.085 105.975 86.013 191.852 192 191.852 49.261 0 94.19-18.552 128.179-49.050l-0.179 0.158v49.040c0 70.692-57.308 128-128 128-41.732 0-78.8-19.971-102.167-50.878l-0.233-0.322c-5.9-7.807-15.167-12.8-25.6-12.8-17.673 0-32 14.327-32 32 0 7.24 2.404 13.919 6.458 19.28l-0.058-0.080c35.4 46.843 91.002 76.8 153.6 76.8 106.039 0 192-85.961 192-192v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["goodreads-logo-fill"]},"attrs":[{}],"properties":{"order":30091,"id":641,"name":"goodreads-logo-fill","prevSize":16,"code":60254},"setIdx":4,"setId":4,"iconIdx":606},{"icon":{"paths":["M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h242.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 84.68-84.68c2.896-2.899 6.899-4.693 11.32-4.693s8.424 1.793 11.32 4.692l84.68 84.72c11.512 11.564 27.444 18.72 45.047 18.72 0.068 0 0.135-0 0.203-0l-0.011 0h242.76c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM320 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0zM704 608c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-cardboard-logo-fill"]},"attrs":[{}],"properties":{"order":30092,"id":640,"name":"google-cardboard-logo-fill","prevSize":16,"code":60255},"setIdx":4,"setId":4,"iconIdx":607},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 160c122.947 0.052 231.15 63.13 294.061 158.675l0.819 1.325h-294.88c-84.556 0.098-156.322 54.749-182.002 130.645l-0.398 1.355-92.32-160c64.968-80.757 163.784-132 274.568-132 0.053 0 0.107 0 0.16 0l-0.008-0zM160 512c-0-0.125-0-0.272-0-0.42 0-58.042 14.138-112.782 39.158-160.964l-0.918 1.943 147.48 255.44c0.24 0.4 0.52 0.76 0.76 1.12 33.956 57.185 95.395 94.915 165.646 94.915 13.864 0 27.385-1.469 40.415-4.261l-1.26 0.226-92.4 160c-170.107-26.934-298.649-172.421-298.88-347.975l-0-0.025zM530.76 863.48l147.52-255.48c0.32-0.56 0.56-1.12 0.88-1.68 15.674-27.159 24.921-59.735 24.921-94.471 0-49.218-18.566-94.1-49.076-128.024l0.155 0.175h184.84c15.246 37.94 24.090 81.927 24.090 127.98 0 187.809-147.084 341.264-332.345 351.461l-0.904 0.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-chrome-logo-fill"]},"attrs":[{}],"properties":{"order":30093,"id":639,"name":"google-chrome-logo-fill","prevSize":16,"code":60256},"setIdx":4,"setId":4,"iconIdx":608},{"icon":{"paths":["M950.4 607.12l-273.88-449.040c-11.415-18.176-31.354-30.080-54.072-30.080-0.073 0-0.146 0-0.219 0l0.011-0h-220.52c-0.063-0-0.138-0-0.212-0-22.706 0-42.631 11.906-53.872 29.815l-0.155 0.265-0.2 0.28-273.52 448.44c-6.114 9.632-9.743 21.364-9.743 33.944 0 11.675 3.126 22.62 8.587 32.044l-0.164-0.307 109.28 191.28c11.239 19.399 31.9 32.239 55.56 32.24l549.4 0c23.66-0.001 44.321-12.841 55.396-31.933l0.164-0.307 109.28-191.28c5.333-9.11 8.483-20.059 8.483-31.744 0-12.452-3.576-24.069-9.757-33.879l0.155 0.263zM876 608h-185.92l-140.76-234.68 91-151.68zM370.12 672h283.76l96 160h-475.76zM408.52 608l103.48-172.48 103.48 172.48zM383.64 221.64l91.040 151.68-140.8 234.68h-185.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-drive-logo-fill"]},"attrs":[{}],"properties":{"order":30094,"id":638,"name":"google-drive-logo-fill","prevSize":16,"code":60257},"setIdx":4,"setId":4,"iconIdx":609},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c0-229.75-186.25-416-416-416v0zM512 832c-176.717-0.019-319.967-143.281-319.967-320 0-176.731 143.269-320 320-320 82.099 0 156.977 30.917 213.626 81.744l-0.299-0.264c6.331 5.864 10.281 14.221 10.281 23.501 0 17.673-14.327 32-32 32-8.036 0-15.38-2.962-21-7.854l0.039 0.033c-45.081-40.454-104.986-65.19-170.668-65.19-141.385 0-256 114.615-256 256s114.615 256 256 256c130.094 0 237.522-97.039 253.852-222.683l0.137-1.287h-254c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288c17.673 0 32 14.327 32 32v0c-0.205 176.648-143.351 319.795-319.98 320l-0.020 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-logo-fill"]},"attrs":[{}],"properties":{"order":30095,"id":637,"name":"google-logo-fill","prevSize":16,"code":60258},"setIdx":4,"setId":4,"iconIdx":610},{"icon":{"paths":["M928 480h-158.040c18.923-37.318 30.008-81.365 30.008-128 0-159.047-128.924-287.982-287.966-288l-0.002-0c-17.673 0-32 14.327-32 32v0 158.040c-37.318-18.923-81.365-30.008-128-30.008-159.047 0-287.982 128.924-288 287.966l-0 0.002c0 17.673 14.327 32 32 32v0h158.040c-18.923 37.318-30.008 81.365-30.008 128 0 159.047 128.924 287.982 287.966 288l0.002 0c17.673 0 32-14.327 32-32v0-158.040c37.318 18.923 81.365 30.008 128 30.008 159.047 0 287.982-128.924 288-287.966l0-0.002c0-17.673-14.327-32-32-32v0zM352 288c0.331-0.002 0.722-0.003 1.113-0.003 47.512 0 91.527 14.977 127.58 40.468l-0.693-0.465v152h-349.72c16.35-109.11 109.35-191.848 221.704-192l0.016-0zM672 736c-0.331 0.002-0.722 0.003-1.113 0.003-47.512 0-91.527-14.977-127.58-40.468l0.693 0.465v-152h349.72c-16.35 109.11-109.35 191.848-221.704 192l-0.016 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-photos-logo-fill"]},"attrs":[{}],"properties":{"order":30096,"id":636,"name":"google-photos-logo-fill","prevSize":16,"code":60259},"setIdx":4,"setId":4,"iconIdx":611},{"icon":{"paths":["M895.28 456.72l-671.28-384.080c-9.237-5.477-20.36-8.714-32.24-8.714s-23.003 3.237-32.537 8.876l0.297-0.163c-18.97 11.025-31.521 31.252-31.521 54.41 0 0.151 0.001 0.302 0.002 0.453l-0-0.023v769.040c-0 0.053-0 0.116-0 0.179 0 23.223 12.621 43.498 31.378 54.34l0.302 0.161c9.237 5.477 20.36 8.714 32.24 8.714s23.003-3.237 32.537-8.876l-0.297 0.163 671.12-384c19.658-10.93 32.739-31.578 32.739-55.28s-13.081-44.349-32.418-55.116l-0.321-0.164zM576 557.24l75.68 75.68-354 202.64zM297.6 188.4l354.12 202.68-75.72 75.68zM709.24 600l-88-88 88-88 153.72 88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-play-logo-fill"]},"attrs":[{}],"properties":{"order":30097,"id":635,"name":"google-play-logo-fill","prevSize":16,"code":60260},"setIdx":4,"setId":4,"iconIdx":612},{"icon":{"paths":["M973.28 466.72l-416-416c-11.584-11.597-27.594-18.77-45.28-18.77s-33.696 7.174-45.279 18.77l-0.001 0.001-416 416c-11.597 11.584-18.77 27.594-18.77 45.28s7.174 33.696 18.77 45.279l0.001 0.001 416 416c11.584 11.597 27.594 18.77 45.28 18.77s33.696-7.174 45.279-18.77l0.001-0.001 416-416c11.597-11.584 18.77-27.594 18.77-45.28s-7.174-33.696-18.77-45.279l-0.001-0.001zM224 544c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM384 704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM384 512c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM544 864c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM544 672c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM544 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM704 704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM704 384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM864 544c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-podcasts-logo-fill"]},"attrs":[{}],"properties":{"order":30098,"id":634,"name":"google-podcasts-logo-fill","prevSize":16,"code":60261},"setIdx":4,"setId":4,"iconIdx":613},{"icon":{"paths":["M320 768c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM896 736h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 736h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM128 672h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM896 608h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 224h-768c-17.673 0-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0h768c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0zM896 448h-768c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h768c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gradient-fill"]},"attrs":[{}],"properties":{"order":30099,"id":633,"name":"gradient-fill","prevSize":16,"code":60262},"setIdx":4,"setId":4,"iconIdx":614},{"icon":{"paths":["M704 828.96c25.063-9.941 46.122-20.32 66.236-32.134l-2.236 1.214v161.96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM751.040 475.24l-224-119.48c-4.232-2.207-9.243-3.502-14.556-3.502-17.673 0-32 14.327-32 32 0 11.974 6.577 22.413 16.316 27.899l0.16 0.083 187.040 99.76 68-36.24zM1007.040 355.76l-480-256c-4.355-2.365-9.535-3.755-15.040-3.755s-10.685 1.39-15.209 3.838l0.169-0.084-480 256c-10.163 5.497-16.95 16.076-16.95 28.24s6.787 22.743 16.781 28.156l0.169 0.084 111.040 59.24v193.68c-0 0.040-0 0.087-0 0.135 0 16.346 6.163 31.253 16.292 42.524l-0.052-0.058c52.4 58.36 169.8 156.24 367.76 156.24 1.278 0.011 2.788 0.018 4.301 0.018 67.519 0 132.032-12.868 191.22-36.286l-3.521 1.228v-306.28l-20-10.68-172 91.72-412-219.72 412-219.72 412 219.72-75.12 40h-0.24l-96.64 51.76c9.632 5.636 16 15.931 16 27.713 0 0.003-0 0.005-0 0.008l0-0v294.56c43-25.088 79.825-55.073 111.415-89.894l0.345-0.386c10.077-11.212 16.24-26.119 16.24-42.465 0-0.047-0-0.095-0-0.142l0 0.007v-193.68l111.040-59.24c10.163-5.497 16.95-16.076 16.95-28.24s-6.787-22.743-16.781-28.156l-0.169-0.084z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["graduation-cap-fill"]},"attrs":[{}],"properties":{"order":30100,"id":632,"name":"graduation-cap-fill","prevSize":16,"code":60263},"setIdx":4,"setId":4,"iconIdx":615},{"icon":{"paths":["M832 224c-45.833 0.004-89.606 8.815-129.722 24.832l2.362-0.832c-57.28-118.8-173-177.84-178.28-180.52-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084c-5.32 2.56-121.040 61.6-178.32 180.52-37.763-15.189-81.547-24-127.389-24-0.004 0-0.008 0-0.012 0l0.001-0c-17.673 0-32 14.327-32 32v0 320c0.225 176.649 130.361 322.836 299.987 348.163l1.933 0.237c0.625 0.086 1.347 0.136 2.081 0.136 8.837 0 16-7.163 16-16 0-0.048-0-0.095-0.001-0.143l0 0.007v-203.32c-0.002-0.12-0.002-0.261-0.002-0.403 0-17.072 13.074-31.090 29.757-32.588l0.126-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004v204.56c-0 0.040-0.001 0.088-0.001 0.136 0 8.837 7.163 16 16 16 0.734 0 1.456-0.049 2.163-0.145l-0.082 0.009c171.64-25.576 301.819-171.89 301.92-348.629l0-0.011v-320c0-17.673-14.327-32-32-32v0zM480 597.84c-58.417-82.507-149.817-138.342-254.59-148.252l-1.41-0.108v-159.72c144.61 16.824 255.823 138.517 256 286.222l0 0.018zM512 429.44c-29.977-64.014-76.389-116.094-133.879-152.134l-1.481-0.866c36.84-76.84 105.6-125.32 135.36-143.6 29.8 18.32 98.52 66.8 135.36 143.6-58.971 36.906-105.383 88.986-134.445 150.833l-0.915 2.167zM800 449.44c-106.183 10.018-197.583 65.853-255.263 147.264l-0.737 1.096v-21.8c0.177-147.723 111.39-269.416 254.654-286.112l1.346-0.128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["grains-fill"]},"attrs":[{}],"properties":{"order":30101,"id":631,"name":"grains-fill","prevSize":16,"code":60264},"setIdx":4,"setId":4,"iconIdx":616},{"icon":{"paths":["M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 38.92 42.84q-7.6-0.36-15.24-0.36c-17.673 0-32 14.327-32 32v0 320c0.010 194.396 157.602 351.982 352 351.982 95.199 0 181.571-37.792 244.932-99.191l-0.092 0.089 51.48 56.64c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM512 653.48c-52.582-112.572-159.789-191.798-286.578-203.89l-1.422-0.11v-159.72c19.716 2.24 37.58 6.107 54.74 11.553l-2.020-0.553 268.44 295.24c-11.926 16.584-22.987 35.444-32.252 55.31l-0.908 2.17zM864 256v320c0 0.058 0 0.126 0 0.193 0 33.238-4.6 65.402-13.199 95.89l0.598-2.483c-3.161 11.241-12.019 19.846-23.18 22.594l-0.22 0.046c-2.221 0.559-4.771 0.88-7.396 0.88-0.015 0-0.031-0-0.046-0l0.002 0c-9.373-0.001-17.805-4.032-23.657-10.455l-0.023-0.025-133.28-146.64c-5.152-5.659-8.308-13.216-8.308-21.51 0-12.385 7.036-23.127 17.329-28.446l0.179-0.084c36.941-19.274 80.115-32.312 125.855-36.461l1.345-0.099v-159.6c-83.149 9.716-154.513 53.421-200.833 116.629l-0.567 0.811c-5.896 8.093-15.341 13.293-26 13.293-17.714 0-32.073-14.36-32.073-32.073 0-7.054 2.277-13.576 6.137-18.872l-0.064 0.092c27.333-37.358 60.776-68.43 99.148-92.334l1.492-0.866c-36.76-77.28-105.44-125.52-135.24-143.68-36.014 22.353-66.856 48.792-93.17 79.251l-0.43 0.509c-5.884 6.547-14.379 10.645-23.832 10.645-17.673 0-32-14.327-32-32 0-7.58 2.636-14.545 7.041-20.028l-0.048 0.062c35.615-41.773 78.004-76.507 125.686-102.829l2.314-1.171c4.172-2.133 9.1-3.383 14.32-3.383s10.148 1.25 14.502 3.467l-0.182-0.084c5.28 2.64 121.080 61.72 178.36 180.6 37.74-15.089 81.483-23.84 127.271-23.84 0.059 0 0.119 0 0.178 0l-0.009-0c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["grains-slash-fill"]},"attrs":[{}],"properties":{"order":30102,"id":630,"name":"grains-slash-fill","prevSize":16,"code":60265},"setIdx":4,"setId":4,"iconIdx":617},{"icon":{"paths":["M800 608c-0.020-0-0.044-0-0.068-0-29.539 0-56.729 10.056-78.334 26.932l0.282-0.212-92.44-72c6.673-14.908 10.56-32.31 10.56-50.619 0-0.036-0-0.071-0-0.107l0 0.006c0-2.96 0-5.92-0.32-8.84l52.92-17.64c23.168 35.343 62.596 58.363 107.4 58.363 70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128 0 0.041 0 0.082 0 0.123l-0-0.006c0 2.96 0 5.92 0.32 8.84l-52.92 17.64c-23.144-35.389-62.576-58.453-107.396-58.48l-0.004-0c-7.457 0.016-14.752 0.655-21.852 1.869l0.772-0.109-27.36-61.76c29.426-23.654 48.099-59.646 48.099-100 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 70.692 57.308 128 128 128 0.12 0 0.24-0 0.359-0l-0.019 0c7.457-0.016 14.752-0.655 21.852-1.869l-0.772 0.109 27.36 61.6c-29.622 23.592-48.441 59.657-48.441 100.117 0 21.343 5.237 41.464 14.496 59.146l-0.335-0.703-102.84 91.36c-20.107-13.719-44.94-21.907-71.685-21.907-70.825 0-128.24 57.415-128.24 128.24s57.415 128.24 128.24 128.24c70.825 0 128.24-57.415 128.24-128.24 0-21.292-5.189-41.373-14.372-59.045l0.337 0.712 102.84-91.36c20 13.63 44.694 21.763 71.288 21.763 29.572 0 56.795-10.057 78.436-26.936l-0.284 0.213 92.44 72c-6.665 14.89-10.551 32.27-10.56 50.557l-0 0.003c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128v0zM800 352c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64v0c0-35.346 28.654-64 64-64v0zM320 224c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM224 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM800 800c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["graph-fill"]},"attrs":[{}],"properties":{"order":30103,"id":629,"name":"graph-fill","prevSize":16,"code":60266},"setIdx":4,"setId":4,"iconIdx":618},{"icon":{"paths":["M864 224v240c0 8.837-7.163 16-16 16v0h-304v-304c0-8.837 7.163-16 16-16v0h240c35.346 0 64 28.654 64 64v0zM464 160h-240c-35.346 0-64 28.654-64 64v0 240c0 8.837 7.163 16 16 16v0h304v-304c0-8.837-7.163-16-16-16v0zM848 544h-304v304c0 8.837 7.163 16 16 16v0h240c35.346 0 64-28.654 64-64v0-240c0-8.837-7.163-16-16-16v0zM160 560v240c0 35.346 28.654 64 64 64v0h240c8.837 0 16-7.163 16-16v0-304h-304c-8.837 0-16 7.163-16 16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["grid-four-fill"]},"attrs":[{}],"properties":{"order":30104,"id":628,"name":"grid-four-fill","prevSize":16,"code":60267},"setIdx":4,"setId":4,"iconIdx":619},{"icon":{"paths":["M336 208v160h-224c-8.837 0-16-7.163-16-16v0-96c0-35.346 28.654-64 64-64v0h160c8.837 0 16 7.163 16 16v0zM400 816c0 8.837 7.163 16 16 16v0h192c8.837 0 16-7.163 16-16v0-160h-224zM96 672v96c0 35.346 28.654 64 64 64v0h160c8.837 0 16-7.163 16-16v0-160h-224c-8.837 0-16 7.163-16 16v0zM96 448v128c0 8.837 7.163 16 16 16v0h224v-160h-224c-8.837 0-16 7.163-16 16v0zM608 192h-192c-8.837 0-16 7.163-16 16v0 160h224v-160c0-8.837-7.163-16-16-16v0zM912 432h-224v160h224c8.837 0 16-7.163 16-16v0-128c0-8.837-7.163-16-16-16v0zM400 592h224v-160h-224zM864 192h-160c-8.837 0-16 7.163-16 16v0 160h224c8.837 0 16-7.163 16-16v0-96c0-35.346-28.654-64-64-64v0zM912 656h-224v160c0 8.837 7.163 16 16 16v0h160c35.346 0 64-28.654 64-64v0-96c0-8.837-7.163-16-16-16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["grid-nine-fill"]},"attrs":[{}],"properties":{"order":30105,"id":627,"name":"grid-nine-fill","prevSize":16,"code":60268},"setIdx":4,"setId":4,"iconIdx":620},{"icon":{"paths":["M982.64 169.36l-128-128c-5.789-5.782-13.783-9.357-22.612-9.357-17.673 0-32 14.327-32 32 0 5.488 1.381 10.653 3.816 15.167l-0.084-0.17-241.68 241.64c-91.16-47.44-193.24-43.48-255.080 18.32-15.893 15.959-28.622 35.083-37.157 56.342l-0.403 1.138c-5.264 11.621-16.762 19.56-30.113 19.56-0.031 0-0.061-0-0.092-0l0.005 0c-58.36 1.96-109.040 22.88-146.6 60.44-48.32 48.44-68.64 117.96-57.68 195.84 10.64 74.52 49.32 148.32 109.040 207.72s133.36 98.24 208 108.88c12.081 1.903 26.072 3.034 40.311 3.12l0.089 0c61.28 0 115.32-20.92 155.040-60.64 37.56-37.56 58.48-88.24 60.44-146.6-0-0.010-0-0.022-0-0.034 0-13.398 7.994-24.928 19.472-30.083l0.208-0.084c22.399-8.933 41.524-21.662 57.485-37.565l-0.005 0.005c61.8-61.84 65.76-164 18.32-255.080l241.64-241.68c4.344 2.35 9.509 3.732 14.997 3.732 17.673 0 32-14.327 32-32 0-8.829-3.575-16.823-9.357-22.612l0 0zM374.64 822.6c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-128-128c-5.786-5.791-9.364-13.787-9.364-22.62 0-17.675 14.329-32.004 32.004-32.004 8.843 0 16.847 3.586 22.64 9.383l128 128c5.775 5.788 9.345 13.777 9.345 22.6 0 8.843-3.587 16.848-9.385 22.64l-0 0zM543.2 639.16c-20.27 20.278-48.276 32.82-79.212 32.82-61.856 0-112-50.144-112-112s50.144-112 112-112c30.936 0 58.942 12.542 79.212 32.82l0 0c20.258 20.266 32.788 48.26 32.788 79.18s-12.53 58.914-32.788 79.18l0-0zM667.44 407.16c-7.899-9.727-15.747-18.436-24.010-26.731l0.010 0.011c-8.29-8.265-17.013-16.113-26.124-23.501l-0.636-0.499 87.32-87.2 50.76 50.76zM800 274.72l-50.72-50.72 98.72-98.76 50.76 50.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["guitar-fill"]},"attrs":[{}],"properties":{"order":30106,"id":626,"name":"guitar-fill","prevSize":16,"code":60269},"setIdx":4,"setId":4,"iconIdx":621},{"icon":{"paths":["M142.32 392.24c-8.927-10.915-14.337-25.010-14.337-40.368 0-4.744 0.516-9.367 1.495-13.816l-0.078 0.424c29.72-140.48 190.6-242.48 382.6-242.48s352.88 102 382.6 242.48c0.918 4.064 1.445 8.731 1.445 13.521 0 35.346-28.654 64-64 64-0.114 0-0.228-0-0.342-0.001l0.018 0h-639.44c-0.057 0-0.125 0-0.193 0-20.046 0-37.94-9.216-49.675-23.643l-0.092-0.117zM917.040 609.92l-164.52 60-148.52-59.64c-3.517-1.447-7.601-2.287-11.88-2.287s-8.363 0.84-12.094 2.364l0.214-0.077-148 59.24-148.24-59.24c-3.515-1.445-7.596-2.284-11.872-2.284-3.921 0-7.678 0.705-11.149 1.996l0.221-0.072-176 64c-11.347 5.085-19.108 16.28-19.108 29.288 0 17.673 14.327 32 32 32 3.203 0 6.297-0.471 9.215-1.347l-0.227 0.058 52.92-19.16v21.24c0 88.366 71.634 160 160 160v0h384c88.366 0 160-71.634 160-160v0-38.68l74.92-27.24c13.408-4.015 23.012-16.242 23.012-30.712 0-17.673-14.327-32-32-32-4.665 0-9.097 0.998-13.094 2.793l0.202-0.081zM96 544h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-832c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hamburger-fill"]},"attrs":[{}],"properties":{"order":30107,"id":625,"name":"hamburger-fill","prevSize":16,"code":60270},"setIdx":4,"setId":4,"iconIdx":622},{"icon":{"paths":["M1005.36 448l-269.84-271.68c-69.536-69.401-165.526-112.317-271.54-112.317s-202.005 42.916-271.546 112.323l0.006-0.006-0.36 0.36-55.080 56.92c-5.312 5.697-8.573 13.367-8.573 21.799 0 17.673 14.327 32 32 32 8.79 0 16.752-3.544 22.536-9.281l-0.002 0.002 54.92-56.72c21.561-21.556 46.186-40.048 73.167-54.764l1.673-0.836 186 186.2-384 384c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l82.76 82.76c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l384-384 128 128c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l114.76-114.76c11.609-11.586 18.79-27.604 18.79-45.3 0-17.656-7.149-33.642-18.711-45.221l0.001 0.001zM649.36 457.32l-89.36 89.36-82.76-82.68 89.4-89.4c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-189.36-189.32c25.997-7.607 55.862-11.983 86.749-11.983 88.314 0 168.273 35.776 226.173 93.625l-0.002-0.002 176.88 178.040-115.080 114.96-57.36-57.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0zM845.36 607.96l-48-48 114.64-114.96 48 48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hammer-fill"]},"attrs":[{}],"properties":{"order":30108,"id":624,"name":"hammer-fill","prevSize":16,"code":60271},"setIdx":4,"setId":4,"iconIdx":623},{"icon":{"paths":["M959.56 792.48l-57.040-480c-3.89-31.963-30.86-56.482-63.557-56.482-0.156 0-0.312 0.001-0.467 0.002l0.024-0h-134.52c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-134.68c-0.132-0.001-0.287-0.002-0.443-0.002-32.697 0-59.667 24.519-63.526 56.173l-0.031 0.308-57.040 480c-0.275 2.226-0.431 4.803-0.431 7.417 0 16.343 6.126 31.256 16.207 42.566l-0.056-0.064c11.832 13.238 28.94 21.547 47.99 21.6l0.010 0h767.68c0.043 0 0.095 0 0.146 0 19.124 0 36.304-8.32 48.119-21.538l0.055-0.062c9.94-11.224 16.010-26.075 16.010-42.343 0-2.67-0.164-5.302-0.481-7.886l0.031 0.31zM384 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM704 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["handbag-fill"]},"attrs":[{}],"properties":{"order":30109,"id":623,"name":"handbag-fill","prevSize":16,"code":60272},"setIdx":4,"setId":4,"iconIdx":624},{"icon":{"paths":["M959.56 792.48l-57.040-480c-3.89-31.963-30.86-56.482-63.557-56.482-0.156 0-0.312 0.001-0.467 0.002l0.024-0h-134.52c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-134.68c-0.132-0.001-0.287-0.002-0.443-0.002-32.697 0-59.667 24.519-63.526 56.173l-0.031 0.308-57.040 480c-0.275 2.226-0.431 4.803-0.431 7.417 0 16.343 6.126 31.256 16.207 42.566l-0.056-0.064c11.832 13.238 28.94 21.547 47.99 21.6l0.010 0h767.68c0.043 0 0.095 0 0.146 0 19.124 0 36.304-8.32 48.119-21.538l0.055-0.062c9.94-11.224 16.010-26.075 16.010-42.343 0-2.67-0.164-5.302-0.481-7.886l0.031 0.31zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["handbag-simple-fill"]},"attrs":[{}],"properties":{"order":30110,"id":622,"name":"handbag-simple-fill","prevSize":16,"code":60273},"setIdx":4,"setId":4,"iconIdx":625},{"icon":{"paths":["M512.36 229.52c5.574-74.94 67.746-133.63 143.626-133.63 28.587 0 55.228 8.33 77.628 22.695l-0.574-0.345c4.386 2.901 7.24 7.812 7.24 13.389 0 6.475-3.847 12.052-9.38 14.57l-0.1 0.041c-72.957 33.409-122.74 105.764-122.8 189.752l-0 0.008c0 4.68 0 9.36 0.48 13.96 0.029 0.362 0.046 0.784 0.046 1.21 0 8.837-7.163 16-16 16-2.964 0-5.74-0.806-8.12-2.211l0.075 0.041c-43.628-25.294-72.502-71.773-72.502-124.996 0-3.689 0.139-7.346 0.411-10.966l-0.029 0.482zM960 642.44c0 0.091 0 0.199 0 0.307 0 38.217-21.903 71.318-53.84 87.436l-0.561 0.256-1.76 0.8-155.32 66.16c-1.339 0.61-2.926 1.159-4.57 1.561l-0.19 0.039-256 64c-2.325 0.623-4.997 0.987-7.752 1l-0.008 0h-416c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h114.76l90.48-90.52c23.053-23.153 54.954-37.48 90.201-37.48 0.112 0 0.224 0 0.336 0l-0.017-0h200.24c0.004-0 0.008-0 0.012-0 61.856 0 112 50.144 112 112 0 9.153-1.098 18.050-3.17 26.566l0.157-0.766 167.36-38.48c7.56-2.083 16.24-3.28 25.2-3.28 54.353 0 98.417 44.050 98.44 98.398l0 0.002zM896 642.44c-0.018-19.007-15.431-34.408-34.44-34.408-3.216 0-6.329 0.441-9.282 1.265l0.242-0.058-1.24 0.32-268 61.64c-2.149 0.502-4.619 0.793-7.155 0.8l-0.005 0h-128.12c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h112c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-200.24c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-90.52 90.48v178.76h252l249.72-62.44 152-64.72c10.954-5.859 18.28-17.22 18.28-30.293 0-0.038-0-0.075-0-0.113l0 0.006zM672 336c0 79.529 64.471 144 144 144s144-64.471 144-144c0-79.529-64.471-144-144-144v0c-79.529 0-144 64.471-144 144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-coins-fill"]},"attrs":[{}],"properties":{"order":30111,"id":621,"name":"hand-coins-fill","prevSize":16,"code":60274},"setIdx":4,"setId":4,"iconIdx":626},{"icon":{"paths":["M752 352c-0.046-0-0.102-0-0.157-0-17.391 0-33.849 4-48.502 11.129l0.659-0.289v-122.84c-0.016-61.844-50.154-111.972-112-111.972-19.587 0-38 5.028-54.018 13.864l0.578-0.292c-15.005-45.365-57.028-77.519-106.56-77.519-61.827 0-111.954 50.098-112 111.914l-0 0.004v26.84c-13.995-6.84-30.452-10.84-47.843-10.84-0.055 0-0.11 0-0.165 0l0.009-0c-61.856 0-112 50.144-112 112v0 304c0 194.404 157.596 352 352 352s352-157.596 352-352v0-144c0-61.856-50.144-112-112-112v0zM800 608c0 159.058-128.942 288-288 288s-288-128.942-288-288v0-304c0-26.51 21.49-48 48-48s48 21.49 48 48v0 144c0 17.673 14.327 32 32 32s32-14.327 32-32v0-272c0-26.51 21.49-48 48-48s48 21.49 48 48v0 240c0 17.673 14.327 32 32 32s32-14.327 32-32v0-176c0-26.51 21.49-48 48-48s48 21.49 48 48v0 240c0 17.673 14.327 32 32 32s32-14.327 32-32v0-16c0-26.51 21.49-48 48-48s48 21.49 48 48v0zM512 512c-146.080 0-217.64 139.76-220.64 145.68-2.133 4.172-3.383 9.1-3.383 14.32s1.25 10.148 3.467 14.502l-0.084-0.182c3 5.92 74.56 145.68 220.64 145.68s217.64-139.76 220.64-145.68c2.133-4.172 3.383-9.1 3.383-14.32s-1.25-10.148-3.467-14.502l0.084 0.182c-3-5.92-74.56-145.68-220.64-145.68zM512 736c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-eye-fill"]},"attrs":[{}],"properties":{"order":30112,"id":620,"name":"hand-eye-fill","prevSize":16,"code":60275},"setIdx":4,"setId":4,"iconIdx":627},{"icon":{"paths":["M864 256v363.72c0 184.8-147.4 338.2-332 340.24-1.342 0.019-2.927 0.030-4.515 0.030-92.622 0-176.46-37.606-237.078-98.383l-0.007-0.007c-87.24-92.28-185.8-317.6-185.8-317.6-5.397-9.184-8.585-20.229-8.585-32.018 0-24.648 13.933-46.041 34.353-56.734l0.352-0.168c30.64-16 68.4-3.36 85.6 26.48l84 145.76c4.244 7.519 12.181 12.512 21.285 12.512 0.957 0 1.901-0.055 2.829-0.162l-0.113 0.011h0.48c15.546-2.749 27.203-16.156 27.203-32.285 0-0.153-0.001-0.305-0.003-0.458l0 0.023v-414.96c-0-0.022-0-0.048-0-0.074 0-35.346 28.654-64 64-64 1.083 0 2.16 0.027 3.231 0.080l-0.151-0.006c34.44 1.6 60.92 31.28 60.92 65.72v254.28c-0 0.021-0 0.046-0 0.070 0 17.673 14.327 32 32 32 0.746 0 1.486-0.026 2.219-0.076l-0.099 0.005c16.804-1.487 29.883-15.496 29.883-32.56 0-0.155-0.001-0.309-0.003-0.463l0 0.023v-319c-0-0.022-0-0.048-0-0.074 0-35.346 28.654-64 64-64 1.083 0 2.16 0.027 3.231 0.080l-0.151-0.006c34.44 1.6 60.92 31.28 60.92 65.72v350.28c-0 0.021-0 0.046-0 0.070 0 17.673 14.327 32 32 32 0.746 0 1.486-0.026 2.219-0.076l-0.099 0.005c16.804-1.487 29.883-15.496 29.883-32.56 0-0.155-0.001-0.309-0.003-0.463l0 0.023v-221.2c0-34.44 26.48-64 60.92-65.72 0.92-0.047 1.997-0.074 3.080-0.074 35.344 0 63.997 28.65 64 63.994l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-fill"]},"attrs":[{}],"properties":{"order":30113,"id":619,"name":"hand-fill","prevSize":16,"code":60276},"setIdx":4,"setId":4,"iconIdx":628},{"icon":{"paths":["M928 480v32c0 0.001 0 0.002 0 0.003 0 229.75-186.25 416-416 416-0.52 0-1.040-0.001-1.56-0.003l0.080 0c-216-0.76-392-168.24-412.48-379.12-0.033-0.386-0.052-0.835-0.052-1.289 0-8.837 7.163-16 16-16 2.274 0 4.437 0.474 6.395 1.329l-0.103-0.040c16.429 7.085 35.556 11.206 55.645 11.206 45.189 0 85.508-20.85 111.862-53.454l0.213-0.272c26.552 32.827 66.831 53.644 111.971 53.644 40.778 0 77.589-16.988 103.741-44.273l0.049-0.051c13.187 21.193 30.453 38.625 50.828 51.611l0.652 0.389c-45.935 35.395-75.24 90.425-75.24 152.299 0 0.007 0 0.015 0 0.022l-0-0.001c-0 0.033-0 0.073-0 0.112 0 17.673 14.327 32 32 32 0.943 0 1.877-0.041 2.8-0.121l-0.12 0.008c16.56-1.836 29.322-15.753 29.322-32.651 0-0.137-0.001-0.273-0.003-0.41l0 0.021c0.589-70.244 57.669-126.96 127.996-126.96 0.001 0 0.003 0 0.004 0l-0-0c0.021 0 0.046 0 0.070 0 17.673 0 32-14.327 32-32 0-0.746-0.026-1.486-0.076-2.219l0.005 0.099c-1.507-16.808-15.525-29.882-32.597-29.882-0.142 0-0.283 0.001-0.425 0.003l0.021-0h-31c-53.019 0-96-42.981-96-96v0-64h256c70.692 0 128 57.308 128 128v0zM178.92 480c43.36-1.6 77.080-38.52 77.080-81.92v-92c0-43.56-33.72-80.48-77.080-82.080-0.871-0.034-1.893-0.053-2.92-0.053-44.183 0-80 35.817-80 80 0 0.019 0 0.038 0 0.056l-0-0.003v96c-0 0.016-0 0.035-0 0.053 0 44.183 35.817 80 80 80 1.027 0 2.049-0.019 3.067-0.058l-0.147 0.004zM402.92 480c43.36-1.56 77.080-38.48 77.080-81.88v-188c0-43.4-33.72-80.32-77.080-81.88-0.871-0.034-1.893-0.053-2.92-0.053-44.117 0-79.894 35.711-80 79.803l-0 0.010v192c-0 0.016-0 0.035-0 0.053 0 44.183 35.817 80 80 80 1.027 0 2.049-0.019 3.067-0.058l-0.147 0.004zM704 208c0-0.016 0-0.035 0-0.053 0-44.183-35.817-80-80-80-1.027 0-2.049 0.019-3.067 0.058l0.147-0.004c-43.36 1.6-77.080 38.52-77.080 81.92v78.080h144c8.837 0 16-7.163 16-16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-fist-fill"]},"attrs":[{}],"properties":{"order":30114,"id":618,"name":"hand-fist-fill","prevSize":16,"code":60277},"setIdx":4,"setId":4,"iconIdx":629},{"icon":{"paths":["M864 416v192c0 194.404-157.596 352-352 352s-352-157.596-352-352v0-64c0-35.346 28.654-64 64-64s64 28.654 64 64v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-35.346 28.654-64 64-64s64 28.654 64 64v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-35.346 28.654-64 64-64s64 28.654 64 64v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-grabbing-fill"]},"attrs":[{}],"properties":{"order":30115,"id":617,"name":"hand-grabbing-fill","prevSize":16,"code":60278},"setIdx":4,"setId":4,"iconIdx":630},{"icon":{"paths":["M921.32 564.24c-16.257-12.628-36.955-20.244-59.431-20.244-5.298 0-10.498 0.423-15.566 1.238l0.557-0.074c75.12-75.84 113.12-151.24 113.12-225.16 0-105.88-85.16-192-189.84-192-0.355-0.002-0.775-0.004-1.195-0.004-57.943 0-109.839 25.894-144.746 66.742l-0.219 0.262c-35.126-41.11-87.021-67.004-144.965-67.004-0.42 0-0.84 0.001-1.26 0.004l0.065-0c-104.68 0-189.84 86.12-189.84 192 0 44 12.96 86.76 40.24 132-23.23 6.010-43.189 17.733-58.996 33.596l-0.004 0.004-90.48 90.4h-114.76c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h416c0.005 0 0.010 0 0.015 0 2.751 0 5.42-0.35 7.965-1.008l-0.22 0.048 256-64c1.834-0.441 3.421-0.99 4.935-1.67l-0.175 0.070 157.24-66.96c32.52-16.511 54.416-49.71 54.416-88.022 0-31.789-15.074-60.057-38.464-78.046l-0.232-0.171zM877.72 672.84l-152 64.72-249.72 62.44h-252v-178.76l90.52-90.48c11.498-11.587 27.43-18.76 45.037-18.76 0.071 0 0.143 0 0.214 0l-0.011-0h200.24c26.51 0 48 21.49 48 48s-21.49 48-48 48v0h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c2.541-0.007 5.011-0.298 7.384-0.843l-0.224 0.043 269.24-61.96c2.758-0.796 5.927-1.254 9.202-1.254 18.999 0 34.4 15.401 34.4 34.4 0 13.148-7.377 24.574-18.217 30.363l-0.185 0.090z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-heart-fill"]},"attrs":[{}],"properties":{"order":30116,"id":616,"name":"hand-heart-fill","prevSize":16,"code":60279},"setIdx":4,"setId":4,"iconIdx":631},{"icon":{"paths":["M864 416v192c0 194.404-157.596 352-352 352s-352-157.596-352-352v0-352c0-35.346 28.654-64 64-64s64 28.654 64 64v0 224c0 17.673 14.327 32 32 32s32-14.327 32-32v0-352c0-35.346 28.654-64 64-64s64 28.654 64 64v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-35.346 28.654-64 64-64s64 28.654 64 64v0 322.68c-91.324 15.993-159.865 94.632-160 189.306l-0 0.014c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-70.692 57.308-128 128-128v0c17.673 0 32-14.327 32-32v0-128c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-palm-fill"]},"attrs":[{}],"properties":{"order":30117,"id":615,"name":"hand-palm-fill","prevSize":16,"code":60280},"setIdx":4,"setId":4,"iconIdx":632},{"icon":{"paths":["M864 416v203.72c0 184.8-147.4 338.2-332 340.24-1.342 0.019-2.927 0.030-4.515 0.030-92.622 0-176.46-37.606-237.078-98.383l-0.007-0.007c-87.24-92.28-185.8-317.6-185.8-317.6-5.397-9.184-8.585-20.229-8.585-32.018 0-24.648 13.933-46.041 34.353-56.734l0.352-0.168c30.64-16 68.4-3.36 85.6 26.48l84 145.76c4.244 7.519 12.181 12.512 21.285 12.512 0.957 0 1.901-0.055 2.829-0.162l-0.113 0.011h0.48c15.546-2.749 27.203-16.156 27.203-32.285 0-0.153-0.001-0.305-0.003-0.458l0 0.023v-478.96c-0-0.022-0-0.048-0-0.074 0-35.346 28.654-64 64-64 1.083 0 2.16 0.027 3.231 0.080l-0.151-0.006c34.44 1.6 60.92 31.28 60.92 65.72v286.28c-0 0.021-0 0.046-0 0.070 0 17.673 14.327 32 32 32 0.746 0 1.486-0.026 2.219-0.076l-0.099 0.005c16.804-1.487 29.883-15.496 29.883-32.56 0-0.155-0.001-0.309-0.003-0.463l0 0.023v-63c-0-0.022-0-0.048-0-0.074 0-35.346 28.654-64 64-64 1.083 0 2.16 0.027 3.231 0.080l-0.151-0.006c34.44 1.6 60.92 31.28 60.92 65.72v94.28c-0 0.021-0 0.046-0 0.070 0 17.673 14.327 32 32 32 0.746 0 1.486-0.026 2.219-0.076l-0.099 0.005c16.804-1.487 29.883-15.496 29.883-32.56 0-0.155-0.001-0.309-0.003-0.463l0 0.023v-29.12c0-34.44 26.48-64 60.92-65.72 0.92-0.047 1.997-0.074 3.080-0.074 35.316 0 63.951 28.605 64 63.909l0 0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-pointing-fill"]},"attrs":[{}],"properties":{"order":30118,"id":614,"name":"hand-pointing-fill","prevSize":16,"code":60281},"setIdx":4,"setId":4,"iconIdx":633},{"icon":{"paths":["M672 96v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM815.32 164c4.75 2.947 10.513 4.693 16.683 4.693 11.509 0 21.6-6.076 27.238-15.196l0.079-0.137 32-52.44c3.019-4.794 4.81-10.624 4.81-16.873 0-17.673-14.327-32-32-32-11.6 0-21.758 6.172-27.37 15.411l-0.080 0.142-32 52.4c-2.953 4.754-4.704 10.523-4.704 16.701 0 11.497 6.063 21.578 15.167 27.22l0.137 0.079zM1005.080 214.36c-4.28-12.974-16.292-22.173-30.454-22.173-3.497 0-6.863 0.561-10.012 1.598l0.226-0.064-60 19.4c-13.017 4.255-22.255 16.289-22.255 30.48 0 17.673 14.327 32 32 32 0.019 0 0.039-0 0.058-0l-0.003 0c3.519-0.010 6.902-0.58 10.069-1.625l-0.229 0.065 60-19.4c12.967-4.284 22.16-16.293 22.16-30.449 0-3.572-0.585-7.008-1.665-10.216l0.066 0.226zM885.080 374.12c27.145 45.924 43.184 101.203 43.184 160.228 0 88.144-35.767 167.934-93.58 225.648l-0.004 0.004c-39.545 135.026-162.278 231.965-307.652 231.965-117.806 0-220.744-63.66-276.29-158.455l-0.818-1.51-140-242.52c-8.74-14.903-13.901-32.821-13.901-51.944 0-52.721 39.229-96.279 90.089-103.078l0.532-0.058-16-27.76c-8.757-14.915-13.928-32.849-13.928-51.991 0-51.536 37.486-94.317 86.679-102.564l0.609-0.084c-3.961-10.565-6.254-22.775-6.254-35.521 0-38.216 20.613-71.618 51.327-89.694l0.487-0.265c14.913-8.755 32.846-13.925 51.986-13.925 27.6 0 52.688 10.751 71.307 28.294l-0.052-0.049c19.026-27.205 50.206-44.776 85.49-44.776 38.266 0 71.705 20.666 89.764 51.447l0.265 0.49 48 83.16c19.195-24.938 49.055-40.849 82.631-40.849 38.279 0 71.728 20.681 89.783 51.479l0.266 0.49zM774.36 738.44c5.621-19.957 8.852-42.876 8.852-66.55 0-47.11-12.795-91.232-35.1-129.080l0.648 1.19-76-131.64c-7.019-12.148-19.946-20.191-34.751-20.191-22.091 0-40 17.909-40 40 0 6.139 1.383 11.955 3.854 17.153l-0.104-0.242 45.68 78.92c2.695 4.59 4.286 10.109 4.286 16 0 17.677-14.33 32.006-32.006 32.006-11.786 0-22.083-6.37-27.638-15.855l-0.082-0.151-140-241.88c-7.202-11.274-19.651-18.642-33.82-18.642-22.091 0-40 17.909-40 40 0 6.612 1.605 12.85 4.445 18.345l-0.105-0.223 98.48 170.4c2.964 4.761 4.721 10.54 4.721 16.73 0 17.673-14.327 32-32 32-12.076 0-22.59-6.689-28.038-16.565l-0.083-0.165-130.28-225.36c-7.014-12.169-19.952-20.23-34.773-20.23-22.091 0-40 17.909-40 40 0 7.457 2.041 14.438 5.594 20.414l-0.101-0.184 144 249.44c2.695 4.59 4.286 10.109 4.286 16 0 17.677-14.33 32.006-32.006 32.006-11.786 0-22.083-6.37-27.638-15.855l-0.082-0.151-80-138.56c-7.075-11.912-19.873-19.77-34.507-19.77-22.091 0-40 17.909-40 40 0 7.271 1.94 14.088 5.33 19.964l-0.103-0.193 140 242.52c45.085 77.070 127.449 128.019 221.713 128.019 117.834 0 217.074-79.612 246.865-187.981l0.421-1.797z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hands-clapping-fill"]},"attrs":[{}],"properties":{"order":30119,"id":613,"name":"hands-clapping-fill","prevSize":16,"code":60282},"setIdx":4,"setId":4,"iconIdx":634},{"icon":{"paths":["M479.040 871.76c-3.594 14.031-16.125 24.238-31.040 24.24l-0 0c-0.046 0-0.101 0-0.155 0-2.786 0-5.49-0.35-8.070-1.009l0.225 0.049-128-32c-3.8-0.971-7.135-2.498-10.113-4.512l0.113 0.072-96-64c-8.636-5.821-14.241-15.566-14.241-26.62 0-17.673 14.327-32.001 32.001-32.001 6.62 0 12.77 2.010 17.874 5.453l-0.114-0.072 91.36 60.92 122.64 30.68c14.144 3.515 24.46 16.102 24.46 31.099 0 2.734-0.343 5.389-0.988 7.922l0.048-0.221zM1009.8 485.92c-5.477 16.3-16.904 29.353-31.638 36.833l-0.362 0.167-94.72 47.36-220.32 220.36c-5.79 5.784-13.785 9.361-22.616 9.361-2.765 0-5.447-0.351-8.006-1.010l0.222 0.049-256-64c-4.131-1.056-7.751-2.778-10.936-5.066l0.096 0.066-222.080-158.56-97.12-48.56c-21.146-10.741-35.383-32.331-35.383-57.246 0-10.422 2.491-20.263 6.911-28.958l-0.168 0.364 99.4-198.76c10.741-21.146 32.331-35.383 57.246-35.383 10.422 0 20.263 2.491 28.958 6.911l-0.364-0.168 88.24 44 212-60.56c2.636-0.783 5.666-1.234 8.8-1.234s6.164 0.451 9.026 1.291l-0.226-0.057 212 60.56 88.24-44c8.332-4.252 18.172-6.743 28.594-6.743 24.915 0 46.505 14.237 57.078 35.019l0.168 0.364 99.4 198.76c4.31 8.349 6.837 18.223 6.837 28.687 0 7.21-1.2 14.14-3.41 20.6l0.133-0.448zM752 610.64l-110.84-88.76c-78.16 64-177.4 72.44-259.64 20-17.938-11.541-29.65-31.403-29.65-54.001 0-17.685 7.173-33.695 18.769-45.279l0.001-0.001c0.098-0.118 0.202-0.222 0.316-0.317l0.004-0.003 179.44-174.040-38.4-10.96-201.68 57.64-109.48 218.92 196.8 140.6 232.56 58.12zM824.96 537.68l-108.72-217.68h-127.28l-172.96 168c50.64 32.36 130.040 41.28 201.28-30.52 5.8-5.844 13.836-9.462 22.717-9.462 7.597 0 14.576 2.648 20.065 7.070l-0.061-0.048 137.64 110.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["handshake-fill"]},"attrs":[{}],"properties":{"order":30120,"id":612,"name":"handshake-fill","prevSize":16,"code":60283},"setIdx":4,"setId":4,"iconIdx":635},{"icon":{"paths":["M736 387.2v-35.2c0-70.692-57.308-128-128-128v0h-64v-96h128c17.673 0 32 14.327 32 32v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-53.019-42.981-96-96-96v0h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v96h-64c-70.692 0-128 57.308-128 128v0 35.2c-73.508 15.509-127.903 79.788-128 156.789l-0 0.011v320c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-320c-0.097-77.012-54.492-141.291-126.953-156.615l-1.047-0.185zM416 288h192c35.346 0 64 28.654 64 64v0 32h-320v-32c0-35.346 28.654-64 64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-soap-fill"]},"attrs":[{}],"properties":{"order":30121,"id":611,"name":"hand-soap-fill","prevSize":16,"code":60284},"setIdx":4,"setId":4,"iconIdx":636},{"icon":{"paths":["M941.28 720l-144.96-145-145.84-481.16c-11.165-36.081-44.23-61.837-83.311-61.837-21.009 0-40.279 7.443-55.318 19.836l0.149-0.119c-14.89-12.274-34.16-19.717-55.169-19.717-39.081 0-72.146 25.756-83.147 61.22l-0.165 0.617-145.84 481.2-144.96 144.96c-11.573 11.58-18.73 27.574-18.73 45.24s7.157 33.66 18.731 45.24l130.76 130.76c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l193.12-193.24c5.228-5.24 10.104-10.839 14.585-16.754l0.295-0.406c4.776 6.321 9.651 11.919 14.883 17.163l-0.003-0.003 193.12 193.28c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l130.76-130.76c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM480 635c0.001 0.143 0.001 0.313 0.001 0.483 0 26.373-10.702 50.247-28 67.516l-97.281 97.001-130.72-130.72 54.6-54.64c3.624-3.625 6.383-8.115 7.939-13.133l0.061-0.227 148-488.88c2.787-9.863 11.707-16.97 22.287-16.97 12.769 0 23.12 10.351 23.12 23.12 0 0.2-0.003 0.4-0.008 0.599l0.001-0.029zM669.76 800.52l-97.76-97.64c-17.299-17.27-28.001-41.144-28.001-67.517 0-0.17 0-0.339 0.001-0.509l-0 0.026v-516c0.003-12.766 10.353-23.114 23.12-23.114 10.369 0 19.144 6.826 22.076 16.23l0.044 0.164 148 488.88c1.617 5.245 4.376 9.735 8 13.36l57.96 57.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hands-praying-fill"]},"attrs":[{}],"properties":{"order":30122,"id":610,"name":"hands-praying-fill","prevSize":16,"code":60285},"setIdx":4,"setId":4,"iconIdx":637},{"icon":{"paths":["M832 512v203.72c0 102.36-33.92 159.72-35.36 162.6-5.373 10.567-16.164 17.68-28.617 17.68-0.008 0-0.016-0-0.024-0l-543.999 0c-0.001 0-0.002 0-0.004 0-11.701 0-21.935-6.28-27.515-15.653l-0.081-0.147-123.8-240.2c-5.397-9.184-8.585-20.229-8.585-32.018 0-24.648 13.933-46.041 34.353-56.734l0.352-0.168c30.64-16 68.4-3.36 85.6 26.48l84 145.76c4.244 7.519 12.181 12.512 21.285 12.512 0.957 0 1.901-0.055 2.829-0.162l-0.113 0.011h0.48c15.546-2.749 27.203-16.156 27.203-32.285 0-0.153-0.001-0.305-0.003-0.458l0 0.023v-478.96c-0-0.022-0-0.048-0-0.074 0-35.346 28.654-64 64-64 1.083 0 2.16 0.027 3.231 0.080l-0.151-0.006c34.44 1.6 60.92 31.28 60.92 65.72v286.28c-0 0.021-0 0.046-0 0.070 0 17.673 14.327 32 32 32 0.746 0 1.486-0.026 2.219-0.076l-0.099 0.005c16.804-1.487 29.883-15.496 29.883-32.56 0-0.155-0.001-0.309-0.003-0.463l0 0.023v-63c-0-0.022-0-0.048-0-0.074 0-35.346 28.654-64 64-64 1.083 0 2.16 0.027 3.231 0.080l-0.151-0.006c34.44 1.6 60.92 31.28 60.92 65.72v94.28c-0 0.021-0 0.046-0 0.070 0 17.673 14.327 32 32 32 0.746 0 1.486-0.026 2.219-0.076l-0.099 0.005c16.808-1.507 29.882-15.525 29.882-32.597 0-0.142-0.001-0.283-0.003-0.425l0 0.021v-29.12c0-34.44 26.48-64 60.92-65.72 0.92-0.047 1.997-0.074 3.080-0.074 35.316 0 63.951 28.605 64 63.909l0 0.005zM960 192h-210.76l73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 128 128c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-73.4-73.36h210.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-swipe-left-fill"]},"attrs":[{}],"properties":{"order":30123,"id":609,"name":"hand-swipe-left-fill","prevSize":16,"code":60286},"setIdx":4,"setId":4,"iconIdx":638},{"icon":{"paths":["M832 512v203.72c0 102.36-33.92 159.72-35.36 162.6-5.373 10.567-16.164 17.68-28.617 17.68-0.008 0-0.016-0-0.024-0l-543.999 0c-0.001 0-0.002 0-0.004 0-11.701 0-21.935-6.28-27.515-15.653l-0.081-0.147-123.8-240.2c-5.397-9.184-8.585-20.229-8.585-32.018 0-24.648 13.933-46.041 34.353-56.734l0.352-0.168c30.64-16 68.4-3.36 85.6 26.48l84 145.76c4.244 7.519 12.181 12.512 21.285 12.512 0.957 0 1.901-0.055 2.829-0.162l-0.113 0.011h0.48c15.546-2.749 27.203-16.156 27.203-32.285 0-0.153-0.001-0.305-0.003-0.458l0 0.023v-478.96c-0-0.022-0-0.048-0-0.074 0-35.346 28.654-64 64-64 1.083 0 2.16 0.027 3.231 0.080l-0.151-0.006c34.44 1.6 60.92 31.28 60.92 65.72v286.28c-0 0.021-0 0.046-0 0.070 0 17.673 14.327 32 32 32 0.746 0 1.486-0.026 2.219-0.076l-0.099 0.005c16.804-1.487 29.883-15.496 29.883-32.56 0-0.155-0.001-0.309-0.003-0.463l0 0.023v-63c-0-0.022-0-0.048-0-0.074 0-35.346 28.654-64 64-64 1.083 0 2.16 0.027 3.231 0.080l-0.151-0.006c34.44 1.6 60.92 31.28 60.92 65.72v94.28c-0 0.021-0 0.046-0 0.070 0 17.673 14.327 32 32 32 0.746 0 1.486-0.026 2.219-0.076l-0.099 0.005c16.808-1.507 29.882-15.525 29.882-32.597 0-0.142-0.001-0.283-0.003-0.425l0 0.021v-29.12c0-34.44 26.48-64 60.92-65.72 0.92-0.047 1.997-0.074 3.080-0.074 35.316 0 63.951 28.605 64 63.909l0 0.005zM982.64 201.36l-128-128c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64h0l73.4 73.36h-210.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h210.76l-73.4 73.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-swipe-right-fill"]},"attrs":[{}],"properties":{"order":30124,"id":608,"name":"hand-swipe-right-fill","prevSize":16,"code":60287},"setIdx":4,"setId":4,"iconIdx":639},{"icon":{"paths":["M224 256c0-106.039 85.961-192 192-192s192 85.961 192 192v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-70.692-57.308-128-128-128s-128 57.308-128 128v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM796.92 480c-34.44 1.6-60.92 31.28-60.92 65.72v29.12c0.002 0.131 0.003 0.285 0.003 0.44 0 17.064-13.078 31.073-29.758 32.551l-0.125 0.009c-0.634 0.045-1.374 0.070-2.12 0.070-17.673 0-32-14.327-32-32 0-0.025 0-0.049 0-0.074l-0 0.004v-94.040c0-34.44-26.48-64-60.92-65.72-0.92-0.047-1.997-0.074-3.080-0.074-35.344 0-63.997 28.65-64 63.994l-0 0v62.92c0.002 0.131 0.003 0.285 0.003 0.44 0 17.064-13.078 31.073-29.758 32.551l-0.125 0.009c-0.634 0.045-1.374 0.070-2.12 0.070-17.673 0-32-14.327-32-32 0-0.025 0-0.049 0-0.074l-0 0.004v-286.12c0-34.44-26.48-64-60.92-65.72-0.92-0.047-1.997-0.074-3.080-0.074-35.344 0-63.997 28.65-64 63.994l-0 0v478.96c0.002 0.122 0.003 0.267 0.003 0.412 0 16.015-11.492 29.346-26.679 32.197l-0.203 0.032h-0.48c-0.815 0.097-1.759 0.152-2.715 0.152-9.103 0-17.040-4.993-21.221-12.39l-0.063-0.121-84-145.76c-17.2-29.84-54.96-42.28-85.6-26.48-20.928 10.811-34.988 32.287-34.988 57.046 0 11.763 3.174 22.785 8.711 32.257l-0.164-0.303 124 240.2c5.629 9.465 15.775 15.726 27.389 15.8l0.011 0h544c0.007 0 0.015 0 0.023 0 12.453 0 23.245-7.113 28.533-17.498l0.084-0.182c1.44-2.88 35.36-60.24 35.36-162.6v-203.72c0-0.022 0-0.048 0-0.074 0-35.346-28.654-64-64-64-1.083 0-2.16 0.027-3.231 0.080l0.151-0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-tap-fill"]},"attrs":[{}],"properties":{"order":30125,"id":607,"name":"hand-tap-fill","prevSize":16,"code":60288},"setIdx":4,"setId":4,"iconIdx":640},{"icon":{"paths":["M737.080 119.72c3.773-13.776 16.181-23.732 30.913-23.732 2.947 0 5.801 0.398 8.511 1.144l-0.225-0.053c63.6 17.080 116 56.44 147.44 110.92 2.695 4.59 4.286 10.109 4.286 16 0 17.677-14.33 32.006-32.006 32.006-11.786 0-22.083-6.37-27.638-15.855l-0.082-0.151c-22.88-39.68-61.44-68.48-108.56-81.080-13.776-3.773-23.732-16.181-23.732-30.913 0-2.947 0.398-5.801 1.144-8.511l-0.053 0.225zM318.32 902.88c-37.52-29.6-68.88-67.36-98.6-118.88-5.637-9.636-15.934-16.006-27.72-16.006-17.677 0-32.006 14.33-32.006 32.006 0 5.891 1.592 11.41 4.368 16.151l-0.082-0.151c33.96 58.8 70.28 102.36 114.4 137.12 5.34 4.141 12.135 6.638 19.513 6.638 17.673 0 32-14.327 32-32 0-10.020-4.605-18.964-11.814-24.831l-0.059-0.046zM784.76 233.68c-11.178-19.648-31.974-32.684-55.815-32.684-35.346 0-64 28.654-64 64 0 12.061 3.336 23.342 9.136 32.972l-0.161-0.288 64 110.84c2.696 4.59 4.289 10.11 4.289 16.002 0 11.786-6.371 22.083-15.857 27.636l-0.151 0.082c-38.523 22.545-63.987 63.721-63.987 110.844 0 23.563 6.367 45.638 17.474 64.601l-0.327-0.604c2.695 4.59 4.286 10.109 4.286 16 0 17.677-14.33 32.006-32.006 32.006-11.786 0-22.083-6.37-27.638-15.855l-0.082-0.151c-16.115-27.525-25.631-60.609-25.631-95.916 0-59.43 26.962-112.562 69.32-147.832l0.311-0.252-161.4-279.4c-11.273-19.272-31.869-32.012-55.44-32.012-35.353 0-64.012 28.659-64.012 64.012 0 11.782 3.183 22.82 8.736 32.302l-0.164-0.302 128 221.72c2.442 4.412 3.879 9.673 3.879 15.27 0 17.673-14.327 32-32 32-11.484 0-21.554-6.049-27.2-15.134l-0.079-0.136-160-277.16c-11.273-19.272-31.869-32.012-55.44-32.012-35.353 0-64.012 28.659-64.012 64.012 0 11.782 3.183 22.82 8.736 32.302l-0.164-0.302 176 304.84c2.964 4.761 4.721 10.54 4.721 16.73 0 17.673-14.327 32-32 32-12.076 0-22.59-6.689-28.038-16.565l-0.083-0.165-112-193.96c-11.273-19.272-31.869-32.012-55.44-32.012-35.353 0-64.012 28.659-64.012 64.012 0 11.782 3.183 22.82 8.736 32.302l-0.164-0.302 176 304.84c62.081 105.589 175.125 175.344 304.461 175.344 194.404 0 352-157.596 352-352 0-64.535-17.367-125.014-47.682-177.018l0.901 1.674z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-waving-fill"]},"attrs":[{}],"properties":{"order":30126,"id":606,"name":"hand-waving-fill","prevSize":16,"code":60289},"setIdx":4,"setId":4,"iconIdx":641},{"icon":{"paths":["M896 256h-768c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-384c0-35.346-28.654-64-64-64v0zM752 560c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hard-drive-fill"]},"attrs":[{}],"properties":{"order":30127,"id":605,"name":"hard-drive-fill","prevSize":16,"code":60290},"setIdx":4,"setId":4,"iconIdx":642},{"icon":{"paths":["M832 160h-640c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM720 368c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z","M832 544h-640c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM720 752c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hard-drives-fill"]},"attrs":[{},{}],"properties":{"order":30128,"id":604,"name":"hard-drives-fill","prevSize":16,"code":60291},"setIdx":4,"setId":4,"iconIdx":643},{"icon":{"paths":["M465 448h126l-32 128h-126zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 416c0-17.673-14.327-32-32-32v0h-127l30.040-120.24c0.526-2.171 0.827-4.664 0.827-7.228 0-17.673-14.327-32-32-32-14.724 0-27.125 9.944-30.854 23.483l-0.053 0.225-33.96 135.76h-126l30.040-120.24c0.526-2.171 0.827-4.664 0.827-7.228 0-17.673-14.327-32-32-32-14.724 0-27.125 9.944-30.854 23.483l-0.053 0.225-33.96 135.76h-159c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h143l-32 128h-143c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h127l-30.040 120.24c-0.606 2.329-0.954 5.002-0.954 7.757 0 14.915 10.204 27.447 24.012 30.995l0.222 0.048c2.355 0.61 5.059 0.96 7.845 0.96 0.055 0 0.109-0 0.164-0l-0.008 0c14.899-0.022 27.409-10.222 30.952-24.018l0.048-0.222 33.76-135.76h126l-30.040 120.24c-0.606 2.329-0.954 5.002-0.954 7.757 0 14.915 10.204 27.447 24.012 30.995l0.222 0.048c2.328 0.603 5.001 0.953 7.755 0.96l0.005 0c14.899-0.022 27.409-10.222 30.952-24.018l0.048-0.222 34-135.76h159c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-143l32-128h143c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hash-fill"]},"attrs":[{}],"properties":{"order":30129,"id":603,"name":"hash-fill","prevSize":16,"code":60292},"setIdx":4,"setId":4,"iconIdx":644},{"icon":{"paths":["M448 448h128v128h-128zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM640 576v-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h128v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hash-straight-fill"]},"attrs":[{}],"properties":{"order":30130,"id":602,"name":"hash-straight-fill","prevSize":16,"code":60293},"setIdx":4,"setId":4,"iconIdx":645},{"icon":{"paths":["M640 320c0-17.673 14.327-32 32-32v0h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32v0zM960 672h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 416h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM960 544h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 192h-156.4c-177.12 0-322.28 142.48-323.6 317.56-0.006 0.725-0.009 1.582-0.009 2.44 0 176.731 143.269 320 320 320 0.003 0 0.007-0 0.010-0l159.999 0c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["headlights-fill"]},"attrs":[{}],"properties":{"order":30131,"id":601,"name":"headlights-fill","prevSize":16,"code":60294},"setIdx":4,"setId":4,"iconIdx":646},{"icon":{"paths":["M928 544v224c0 53.019-42.981 96-96 96v0h-64c-53.019 0-96-42.981-96-96v0-160c0-53.019 42.981-96 96-96v0h94.6c-16.312-179.526-165.72-319.205-347.92-320l-0.080-0h-2.6c-0.005-0-0.011-0-0.018-0-183.138 0-333.61 139.858-350.436 318.595l-0.107 1.405h94.56c53.019 0 96 42.981 96 96v0 160c0 53.019-42.981 96-96 96v0h-64c-53.019 0-96-42.981-96-96v0-224c0.258-229.799 186.606-415.987 416.44-415.987 115.322 0 219.695 46.876 295.106 122.612l0.014 0.014c74.431 74.782 120.443 177.906 120.443 291.777 0 0.557-0.001 1.113-0.003 1.669l0-0.086z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["headphones-fill"]},"attrs":[{}],"properties":{"order":30132,"id":600,"name":"headphones-fill","prevSize":16,"code":60295},"setIdx":4,"setId":4,"iconIdx":647},{"icon":{"paths":["M928 512v320c0 88.366-71.634 160-160 160v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h224c53.019 0 96-42.981 96-96v0h-96c-53.019 0-96-42.981-96-96v0-160c0-53.019 42.981-96 96-96v0h94.6c-16.889-180.183-167.381-320.089-350.551-320.089-96.779 0-184.436 39.057-248.068 102.268l0.019-0.019c-57.041 56.31-94.778 132.055-102.46 216.482l-0.1 1.358h94.56c53.019 0 96 42.981 96 96v0 160c0 53.019-42.981 96-96 96v0h-64c-53.019 0-96-42.981-96-96v0-224c0.258-229.799 186.606-415.987 416.44-415.987 115.322 0 219.695 46.876 295.106 122.612l0.014 0.014c74.431 74.782 120.443 177.906 120.443 291.777 0 0.557-0.001 1.113-0.003 1.669l0-0.086z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["headset-fill"]},"attrs":[{}],"properties":{"order":30133,"id":599,"name":"headset-fill","prevSize":16,"code":60296},"setIdx":4,"setId":4,"iconIdx":648},{"icon":{"paths":["M960 376c0 280-415.16 506.64-432.84 516-4.385 2.405-9.607 3.819-15.16 3.819s-10.775-1.414-15.327-3.903l0.167 0.084c-13.4-7.2-254.2-138.76-370.72-323.56-1.511-2.398-2.407-5.314-2.407-8.44 0-8.825 7.145-15.981 15.965-16l0.002-0h148.32c0.006 0 0.013 0 0.021 0 11.053 0 20.798-5.604 26.547-14.126l0.072-0.114 37.36-56 101.36 152c5.821 8.64 15.568 14.248 26.624 14.248 3.582 0 7.026-0.588 10.241-1.674l-0.226 0.066c7.191-2.483 13.090-7.166 17.042-13.233l0.078-0.127 54-81.040h78.88c0.021 0 0.046 0 0.070 0 17.673 0 32-14.327 32-32 0-0.746-0.026-1.486-0.076-2.219l0.005 0.099c-1.507-16.808-15.525-29.882-32.597-29.882-0.142 0-0.283 0.001-0.425 0.003l0.021-0h-95c-0.006-0-0.013-0-0.021-0-11.053 0-20.798 5.604-26.547 14.126l-0.072 0.114-37.36 56-101.36-152c-5.82-8.646-15.57-14.259-26.632-14.259-3.594 0-7.049 0.592-10.274 1.685l0.225-0.066c-7.172 2.497-13.055 7.177-17.002 13.233l-0.078 0.127-54 81.040h-176.76c-0.013 0-0.029 0-0.044 0-7.137 0-13.183-4.673-15.244-11.127l-0.031-0.113c-9.227-27.682-14.629-59.561-14.8-92.677l-0-0.083c0.159-136.903 111.097-247.841 247.985-248l0.015-0c82.6 0 154.92 35.52 200 95.56 45.080-60.040 117.4-95.56 200-95.56 136.903 0.159 247.841 111.097 248 247.985l0 0.015z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heartbeat-fill"]},"attrs":[{}],"properties":{"order":30134,"id":598,"name":"heartbeat-fill","prevSize":16,"code":60297},"setIdx":4,"setId":4,"iconIdx":649},{"icon":{"paths":["M959.24 398c-20.76 269.68-414.8 484.92-432 494.16-4.385 2.405-9.607 3.819-15.16 3.819s-10.775-1.414-15.327-3.903l0.167 0.084c-17.72-9.48-432.92-236.16-432.92-516.16-0-0.018-0-0.040-0-0.061 0-136.967 111.033-248 248-248 51.404 0 99.156 15.639 138.756 42.42l-0.876-0.558c4.34 2.908 7.158 7.792 7.158 13.335 0 4.434-1.804 8.447-4.717 11.344l-0.001 0.001-53.44 53.52c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l130.12 130.12-85 84.64c-6.14 5.842-9.959 14.075-9.959 23.199 0 17.673 14.327 32 32 32 9.125 0 17.357-3.819 23.187-9.946l0.013-0.013 107.52-107.48c5.786-5.79 9.365-13.787 9.365-22.62s-3.579-16.83-9.365-22.62l-129.96-130 69.88-69.88c44.655-44.877 106.465-72.65 174.761-72.65 0.773 0 1.546 0.004 2.317 0.011l-0.118-0.001c145.28 0.92 256.72 125.16 245.6 270z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-break-fill"]},"attrs":[{}],"properties":{"order":30135,"id":597,"name":"heart-break-fill","prevSize":16,"code":60298},"setIdx":4,"setId":4,"iconIdx":650},{"icon":{"paths":["M960 376c0 280-415.16 506.64-432.84 516-4.385 2.405-9.607 3.819-15.16 3.819s-10.775-1.414-15.327-3.903l0.167 0.084c-17.68-9.36-432.84-236-432.84-516 0.159-136.903 111.097-247.841 247.985-248l0.015-0c82.6 0 154.92 35.52 200 95.56 45.080-60.040 117.4-95.56 200-95.56 136.903 0.159 247.841 111.097 248 247.985l0 0.015z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-fill"]},"attrs":[{}],"properties":{"order":30136,"id":596,"name":"heart-fill","prevSize":16,"code":60299},"setIdx":4,"setId":4,"iconIdx":651},{"icon":{"paths":["M712 128c-82.6 0-154.92 35.52-200 95.56-45.080-60.040-117.4-95.56-200-95.56-136.903 0.159-247.841 111.097-248 247.985l-0 0.015c0 280 415.16 506.68 432.84 516 4.385 2.405 9.607 3.819 15.16 3.819s10.775-1.414 15.327-3.903l-0.167 0.084c17.68-9.32 432.84-236 432.84-516-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM512 827.2v-443.2c0.027-97.004 71.986-177.192 165.435-190.126l1.005-0.114c10.033-1.094 21.704-1.732 33.518-1.76l0.042-0c101.565 0.136 183.864 82.435 184 183.987l0 0.013c0 214.44-311 408.6-384 451.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-half-fill"]},"attrs":[{}],"properties":{"order":30137,"id":595,"name":"heart-half-fill","prevSize":16,"code":60300},"setIdx":4,"setId":4,"iconIdx":652},{"icon":{"paths":["M453.16 221.24c-41.631-40.022-98.297-64.67-160.72-64.67-128.157 0-232.050 103.892-232.050 232.050 0 65.735 27.333 125.085 71.253 167.307l0.076 0.073 357.48 362.64c5.808 5.895 13.877 9.546 22.8 9.546s16.992-3.652 22.796-9.543l0.004-0.004 357.2-362.64c42.057-42.007 68.072-100.065 68.072-164.2 0-128.17-103.902-232.072-232.072-232.072-64.035 0-122.013 25.935-164.002 67.875l0.002-0.002-97.6 92 105.6 105.68c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-82.76 82.76c-5.792 5.782-13.788 9.358-22.62 9.358-17.683 0-32.018-14.335-32.018-32.018 0-8.851 3.592-16.864 9.397-22.66l0-0 60-60-106-106.32c-5.796-5.792-9.382-13.796-9.382-22.637 0-9.271 3.942-17.62 10.242-23.464l0.020-0.019 54.2-51.12c3.070-2.921 4.98-7.038 4.98-11.6s-1.91-8.679-4.973-11.594l-0.007-0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-straight-break-fill"]},"attrs":[{}],"properties":{"order":30138,"id":594,"name":"heart-straight-break-fill","prevSize":16,"code":60301},"setIdx":4,"setId":4,"iconIdx":653},{"icon":{"paths":["M960 392c0 0.153 0.001 0.335 0.001 0.516 0 63.896-25.997 121.72-67.99 163.473l-0.011 0.011-357.2 362.48c-5.808 5.895-13.877 9.546-22.8 9.546s-16.992-3.652-22.796-9.543l-0.004-0.004-357.2-362.48c-42.057-42.007-68.072-100.065-68.072-164.2 0-128.17 103.902-232.072 232.072-232.072 64.035 0 122.013 25.935 164.002 67.875l-0.002-0.002 52 48.6 52.36-48.76c41.943-41.74 99.778-67.543 163.64-67.543 128.13 0 232 103.87 232 232 0 0.036-0 0.073-0 0.109l0-0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-straight-fill"]},"attrs":[{}],"properties":{"order":30139,"id":593,"name":"heart-straight-fill","prevSize":16,"code":60302},"setIdx":4,"setId":4,"iconIdx":654},{"icon":{"paths":["M928 320.72v382.56c-0.056 24.024-13.341 44.933-32.953 55.833l-0.327 0.167-352 192.68c-8.858 4.986-19.446 7.923-30.72 7.923s-21.861-2.937-31.040-8.088l0.32 0.165-352-192.68c-19.939-11.067-33.224-31.976-33.28-55.992l-0-0.008v-382.56c0.056-24.024 13.341-44.933 32.953-55.833l0.327-0.167 352-192.68c8.858-4.986 19.446-7.923 30.72-7.923s21.861 2.937 31.040 8.088l-0.32-0.165 352 192.68c19.939 11.067 33.224 31.976 33.28 55.992l0 0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hexagon-fill"]},"attrs":[{}],"properties":{"order":30140,"id":592,"name":"hexagon-fill","prevSize":16,"code":60303},"setIdx":4,"setId":4,"iconIdx":655},{"icon":{"paths":["M352 688.72v111.28c0 35.346-28.654 64-64 64v0h-128c-35.346 0-64-28.654-64-64v0-176c0-8.837 7.163-16 16-16v0h16c0.14-0 0.305-0 0.471-0 80.987 0 156.073 25.263 217.808 68.339l-1.239-0.819c4.222 2.862 6.961 7.638 6.961 13.053 0 0.052-0 0.103-0.001 0.154l0-0.008zM924 656.72l-204-45.92-441.36-441.44c-5.794-5.809-13.806-9.403-22.657-9.403-4.002 0-7.831 0.734-11.362 2.076l0.22-0.073c-5.087 2.025-9.386 5.078-12.811 8.926l-0.029 0.034c-87.76 96.080-136 217.080-136 341.080v16c0 8.837 7.163 16 16 16v0h16c0.188-0 0.41-0 0.631-0 82.29 0 159.354 22.374 225.441 61.372l-2.072-1.131c9.92 5.8 19.64 12 29.2 18.48 71.971 49.852 127.813 118.356 161.104 198.579l1.096 2.981c9.7 23.492 32.428 39.722 58.948 39.722 0.187 0 0.374-0.001 0.561-0.002l-0.029 0h357.12c35.346 0 64-28.654 64-64v0-18.92c0-0.095 0-0.207 0-0.32 0-60.551-42.415-111.195-99.155-123.842l-0.845-0.158z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["high-heel-fill"]},"attrs":[{}],"properties":{"order":30141,"id":591,"name":"high-heel-fill","prevSize":16,"code":60304},"setIdx":4,"setId":4,"iconIdx":656},{"icon":{"paths":["M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM384 840v-232h256v232c-37.954 15.19-81.948 24.001-128 24.001s-90.046-8.81-130.388-24.838l2.388 0.837zM760.88 760.88c-16.905 16.935-35.517 32.155-55.561 45.382l-1.319 0.818v-199.080c0-35.346-28.654-64-64-64v0-256c0-0.007 0-0.015 0-0.023 0-17.673-14.327-32-32-32-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-192 96c-10.567 5.373-17.68 16.164-17.68 28.617 0 0.008 0 0.016 0 0.024l-0-0.001v160c-35.346 0-64 28.654-64 64v0 199.080c-96.944-63.751-160.059-172.037-160.059-295.064 0-194.404 157.596-352 352-352s352 157.596 352 352c0 97.183-39.384 185.168-103.061 248.865l0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["highlighter-circle-fill"]},"attrs":[{}],"properties":{"order":30142,"id":590,"name":"highlighter-circle-fill","prevSize":16,"code":60305},"setIdx":4,"setId":4,"iconIdx":657},{"icon":{"paths":["M954.64 494.24l-225.2-337.76c-11.643-17.271-31.132-28.48-53.238-28.48-0.001 0-0.001 0-0.002 0l-328.2-0c-0-0-0.001-0-0.002-0-22.107 0-41.596 11.209-53.094 28.253l-0.145 0.227-225.2 337.76c-3.363 4.986-5.368 11.129-5.368 17.74 0 2.996 0.412 5.895 1.181 8.645l-0.054-0.225 89.56 328.44c7.634 27.337 32.28 47.073 61.55 47.16l0.010 0h103.56c35.346 0 64-28.654 64-64v0-64h256v64c0 35.346 28.654 64 64 64v0h103.56c0.004 0 0.010 0 0.015 0 29.355 0 54.094-19.763 61.637-46.71l0.108-0.45 89.56-328.44c0.716-2.525 1.128-5.424 1.128-8.42 0-6.611-2.005-12.754-5.44-17.854l0.072 0.114zM320 832h-103.56l-85.72-314.36 125.28-187.96v374.32c0 35.346 28.654 64 64 64v0zM480 544c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-164.56c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM608 512c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-132.56c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 315.16l-178.36-101.92 14.36-21.24h328.4l14.16 21.24zM807.56 832h-103.56v-64c35.346 0 64-28.654 64-64v0-374.32l125.28 188z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hoodie-fill"]},"attrs":[{}],"properties":{"order":30143,"id":589,"name":"hoodie-fill","prevSize":16,"code":60306},"setIdx":4,"setId":4,"iconIdx":658},{"icon":{"paths":["M808.2 220c-75.019-76.549-179.48-124.002-295.024-124.002-0.414 0-0.827 0.001-1.24 0.002l0.064-0h-32c-17.673 0-32 14.327-32 32v0 110.12l-400.76 246.64c-9.193 5.73-15.22 15.785-15.22 27.247 0 6.282 1.81 12.141 4.937 17.084l-0.078-0.131 55.12 88 1.2 1.72c23.391 32.377 61.035 53.202 103.543 53.202 7.709 0 15.257-0.685 22.588-1.997l-0.772 0.115c55.72-9.44 154.48-26.16 245.6 13.16l-106.4 146.28c-30.747-14.791-57.214-32.637-80.717-53.72l0.317 0.28c-5.646-5.037-13.133-8.115-21.34-8.115-17.737 0-32.115 14.379-32.115 32.115 0 9.53 4.151 18.091 10.744 23.972l0.032 0.028c72.582 64.565 168.755 104.010 274.14 104.010 1.020 0 2.039-0.004 3.057-0.011l-0.156 0.001h8.68c226.188-4.61 407.783-189.058 407.783-415.919 0-113.847-45.733-217.013-119.829-292.128l0.046 0.047zM496 448c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["horse-fill"]},"attrs":[{}],"properties":{"order":30144,"id":588,"name":"horse-fill","prevSize":16,"code":60307},"setIdx":4,"setId":4,"iconIdx":659},{"icon":{"paths":["M800 302.56v-142.56c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 144c0.064 20.86 10.048 39.376 25.48 51.084l0.16 0.116 209.040 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c0-0 0-0 0-0 0-20.796-9.918-39.275-25.283-50.965l-0.157-0.115-209.52-158.36 209.52-158.36c15.498-11.824 25.407-30.292 25.44-51.075l0-0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-fill"]},"attrs":[{}],"properties":{"order":30145,"id":587,"name":"hourglass-fill","prevSize":16,"code":60308},"setIdx":4,"setId":4,"iconIdx":660},{"icon":{"paths":["M800 302.56v-142.56c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.049-20.776-9.936-39.233-25.246-50.967l-0.154-0.113-209.52-158.36 209.52-158.36c15.464-11.847 25.351-30.304 25.4-51.072l0-0.008zM736 160v96h-448v-96zM736 864h-448v-144l224-168 224 169.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-high-fill"]},"attrs":[{}],"properties":{"order":30146,"id":586,"name":"hourglass-high-fill","prevSize":16,"code":60309},"setIdx":4,"setId":4,"iconIdx":661},{"icon":{"paths":["M800 302.56v-142.56c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.056-20.763-9.941-39.205-25.246-50.927l-0.154-0.113-209.52-158.4 209.52-158.36c15.464-11.847 25.351-30.304 25.4-51.072l0-0.008zM712.92 704h-403.6l202.68-152zM736 302.56l-224 169.44-224-168v-144h448z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-low-fill"]},"attrs":[{}],"properties":{"order":30147,"id":585,"name":"hourglass-low-fill","prevSize":16,"code":60310},"setIdx":4,"setId":4,"iconIdx":662},{"icon":{"paths":["M800 302.56v-142.56c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 144c0.047 20.856 10.019 39.373 25.441 51.084l0.159 0.116 209.080 156.8-209.080 156.8c-15.581 11.827-25.553 30.344-25.6 51.192l-0 0.008v144c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-142.56c-0.049-20.776-9.936-39.233-25.246-50.967l-0.154-0.113-209.52-158.36 209.52-158.36c15.464-11.847 25.351-30.304 25.4-51.072l0-0.008zM736 721.44v142.56h-448v-144l192-144v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-95.68zM736 302.56l-23.080 17.44h-403.6l-21.32-16v-144h448z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-medium-fill"]},"attrs":[{}],"properties":{"order":30148,"id":584,"name":"hourglass-medium-fill","prevSize":16,"code":60311},"setIdx":4,"setId":4,"iconIdx":663},{"icon":{"paths":["M845.24 786.76c11.573 11.58 18.73 27.574 18.73 45.24 0 35.336-28.637 63.983-63.969 64l-576.002 0c-0.003 0-0.007 0-0.010 0-35.346 0-64-28.654-64-64 0-17.666 7.157-33.66 18.731-45.24l-0 0c0.185-0.165 0.355-0.335 0.515-0.514l0.005-0.006 286.48-274.24-286.44-274.24c-0.165-0.185-0.335-0.355-0.514-0.515l-0.006-0.005c-11.573-11.58-18.73-27.574-18.73-45.24 0-35.336 28.637-63.983 63.969-64l576.002-0c0.003-0 0.007-0 0.010-0 35.346 0 64 28.654 64 64 0 17.666-7.157 33.66-18.731 45.24l0-0c-0.185 0.165-0.355 0.335-0.515 0.514l-0.005 0.006-286.48 274.24 286.44 274.24c0.165 0.185 0.335 0.355 0.514 0.515l0.006 0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-simple-fill"]},"attrs":[{}],"properties":{"order":30149,"id":583,"name":"hourglass-simple-fill","prevSize":16,"code":60312},"setIdx":4,"setId":4,"iconIdx":664},{"icon":{"paths":["M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.333 0.017-63.97 28.664-63.97 64 0 17.666 7.157 33.66 18.731 45.24l-0-0c0.185 0.165 0.355 0.335 0.515 0.514l0.005 0.006 286.44 274.24-286.44 274.24c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM800 192l-66.8 64h-442.32l-66.88-64zM224 832l288-275.68 288 275.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-simple-high-fill"]},"attrs":[{}],"properties":{"order":30150,"id":582,"name":"hourglass-simple-high-fill","prevSize":16,"code":60313},"setIdx":4,"setId":4,"iconIdx":665},{"icon":{"paths":["M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.333 0.017-63.97 28.664-63.97 64 0 17.666 7.157 33.66 18.731 45.24l-0-0c0.185 0.165 0.355 0.335 0.515 0.514l0.005 0.006 286.44 274.24-286.44 274.24c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM632.84 672h-241.68l120.84-115.68zM800 192l-288 275.68-288-275.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-simple-low-fill"]},"attrs":[{}],"properties":{"order":30151,"id":581,"name":"hourglass-simple-low-fill","prevSize":16,"code":60314},"setIdx":4,"setId":4,"iconIdx":666},{"icon":{"paths":["M844.72 786.24l-286.44-274.24 286.44-274.24c0.165-0.185 0.335-0.355 0.514-0.515l0.006-0.005c11.573-11.58 18.73-27.574 18.73-45.24 0-35.336-28.637-63.983-63.969-64l-576.002-0c-35.333 0.017-63.97 28.664-63.97 64 0 17.666 7.157 33.66 18.731 45.24l-0-0c0.185 0.165 0.355 0.335 0.515 0.514l0.005 0.006 286.44 274.24-286.44 274.24c-0.165 0.185-0.335 0.355-0.514 0.515l-0.006 0.005c-11.573 11.58-18.73 27.574-18.73 45.24 0 35.336 28.637 63.983 63.969 64l576.002 0c0.003 0 0.007 0 0.010 0 35.346 0 64-28.654 64-64 0-17.666-7.157-33.66-18.731-45.24l0 0c-0.203-0.168-0.386-0.338-0.558-0.518l-0.002-0.002zM224 192v0 0zM800 192l-100.32 96h-375.36l-100.32-96zM224 832l256-245.040v85.040c0 17.673 14.327 32 32 32s32-14.327 32-32v0-85.040l256 245.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-simple-medium-fill"]},"attrs":[{}],"properties":{"order":30152,"id":580,"name":"hourglass-simple-medium-fill","prevSize":16,"code":60315},"setIdx":4,"setId":4,"iconIdx":667},{"icon":{"paths":["M896 462.2v369.8c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0-160c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32v0 160c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0-369.8c-0-0.003-0-0.006-0-0.010 0-18.616 7.948-35.375 20.636-47.070l0.044-0.040 320.44-302.36c11.324-10.327 26.453-16.652 43.060-16.652s31.736 6.325 43.11 16.697l-0.050-0.045c0.138 0.158 0.282 0.302 0.435 0.435l0.005 0.005 320 301.92c12.519 11.713 20.321 28.334 20.321 46.778 0 0.12-0 0.241-0.001 0.361l0-0.019z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["house-fill"]},"attrs":[{}],"properties":{"order":30153,"id":579,"name":"house-fill","prevSize":16,"code":60316},"setIdx":4,"setId":4,"iconIdx":668},{"icon":{"paths":["M960 832h-64v-369.8c0-0.003 0-0.006 0-0.010 0-18.616-7.948-35.375-20.636-47.070l-0.044-0.040-320-301.92c-0.158-0.138-0.302-0.282-0.435-0.435l-0.005-0.005c-11.324-10.327-26.453-16.652-43.060-16.652s-31.736 6.325-43.11 16.697l0.050-0.045-0.44 0.44-319.64 301.92c-12.732 11.735-20.68 28.495-20.68 47.11 0 0.003 0 0.007 0 0.010l-0-0.001v369.8h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM608 832h-192v-192c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["house-line-fill"]},"attrs":[{}],"properties":{"order":30154,"id":578,"name":"house-line-fill","prevSize":16,"code":60317},"setIdx":4,"setId":4,"iconIdx":669},{"icon":{"paths":["M896 462.2v369.8c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-369.8c-0-0.003-0-0.006-0-0.010 0-18.616 7.948-35.375 20.636-47.070l0.044-0.040 320.44-302.36c11.324-10.327 26.453-16.652 43.060-16.652s31.736 6.325 43.11 16.697l-0.050-0.045c0.138 0.158 0.282 0.302 0.435 0.435l0.005 0.005 320 301.92c12.519 11.713 20.321 28.334 20.321 46.778 0 0.12-0 0.241-0.001 0.361l0-0.019z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["house-simple-fill"]},"attrs":[{}],"properties":{"order":30155,"id":577,"name":"house-simple-fill","prevSize":16,"code":60318},"setIdx":4,"setId":4,"iconIdx":670},{"icon":{"paths":["M832 357.48v-5.48c0-176.731-143.269-320-320-320s-320 143.269-320 320v0 5.48c-37.62 13.569-64.029 48.96-64.029 90.52 0 53.019 42.981 96 96 96 0.010 0 0.021-0 0.031-0l13.438 0 246.76 432c5.615 9.718 15.956 16.152 27.8 16.152s22.185-6.434 27.718-15.998l0.082-0.154 246.76-432h13.44c0.009 0 0.019 0 0.029 0 53.019 0 96-42.981 96-96 0-41.56-26.409-76.951-63.361-90.309l-0.669-0.211zM512 895.52l-200.84-351.52h77.12l162.28 284zM587.44 763.52l-125.44-219.52h77.16l86.84 152zM662.84 631.52l-50-87.52h100z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ice-cream-fill"]},"attrs":[{}],"properties":{"order":30156,"id":576,"name":"ice-cream-fill","prevSize":16,"code":60319},"setIdx":4,"setId":4,"iconIdx":671},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM384 192h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM723.24 793.6c-5.286 4.007-11.974 6.419-19.226 6.419-10.441 0-19.715-5.001-25.556-12.738l-0.059-0.081c-38.35-50.747-98.585-83.2-166.4-83.2s-128.050 32.453-166.021 82.677l-0.379 0.523c-5.9 7.807-15.167 12.8-25.6 12.8-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080c28.241-37.584 65.16-67.174 107.866-86.075l1.734-0.685c-32.079-29.362-52.12-71.421-52.12-118.161 0-88.366 71.634-160 160-160s160 71.634 160 160c0 46.739-20.041 88.798-51.999 118.051l-0.121 0.109c44.535 19.552 81.538 49.149 109.34 86.067l0.5 0.693c4.004 5.285 6.414 11.971 6.414 19.219 0 10.422-4.982 19.68-12.695 25.523l-0.080 0.058zM608 544c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["identification-badge-fill"]},"attrs":[{}],"properties":{"order":30157,"id":575,"name":"identification-badge-fill","prevSize":16,"code":60320},"setIdx":4,"setId":4,"iconIdx":672},{"icon":{"paths":["M448 480c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM543 664c-10.813-39.493-35.383-72.064-68.12-92.978l-0.64-0.382c23.324-23.19 37.76-55.298 37.76-90.779 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 35.48 14.436 67.589 37.754 90.772l0.006 0.006c-33.355 21.319-57.917 53.88-68.497 92.241l-0.263 1.119c-0.645 2.401-1.016 5.157-1.016 8 0 17.682 14.334 32.016 32.016 32.016 14.839 0 27.32-10.095 30.95-23.792l0.050-0.223c10.56-41 52.24-72 97-72s86.48 30.92 97 72c3.68 13.92 16.161 24.016 31 24.016 17.682 0 32.016-14.334 32.016-32.016 0-2.843-0.371-5.599-1.066-8.223l0.050 0.223zM800 576c0-17.673-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0zM800 448c0-17.673-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["identification-card-fill"]},"attrs":[{}],"properties":{"order":30158,"id":574,"name":"identification-card-fill","prevSize":16,"code":60321},"setIdx":4,"setId":4,"iconIdx":673},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM624 352c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM160 800v-112l208-208 320 320zM864 800h-85.48l-144-144 80-80 149.48 149.52v74.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["image-fill"]},"attrs":[{}],"properties":{"order":30159,"id":573,"name":"image-fill","prevSize":16,"code":60322},"setIdx":4,"setId":4,"iconIdx":674},{"icon":{"paths":["M864 160h-576c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM688 288c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM736 800h-576v-448h64v320c0 35.346 28.654 64 64 64v0h448zM864 672h-576v-144l144-144 198.64 198.64c5.79 5.786 13.787 9.365 22.62 9.365s16.83-3.579 22.62-9.365l102.64-102.64 85.48 85.52v106.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["images-fill"]},"attrs":[{}],"properties":{"order":30160,"id":572,"name":"images-fill","prevSize":16,"code":60323},"setIdx":4,"setId":4,"iconIdx":675},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM192 192h640v309.52l-98.76-98.8c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-429.28 429.28h-21.48zM320 384c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["image-square-fill"]},"attrs":[{}],"properties":{"order":30161,"id":571,"name":"image-square-fill","prevSize":16,"code":60324},"setIdx":4,"setId":4,"iconIdx":676},{"icon":{"paths":["M832 128h-512c-35.346 0-64 28.654-64 64v0 64h-64c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-64h64c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM320 192h512v277.52l-66.8-66.8c-11.58-11.573-27.574-18.73-45.24-18.73s-33.66 7.157-45.24 18.731l-301.24 301.28h-53.48zM704 832h-512v-512h64v384c0 35.346 28.654 64 64 64v0h384zM416 352c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["images-square-fill"]},"attrs":[{}],"properties":{"order":30162,"id":570,"name":"images-square-fill","prevSize":16,"code":60325},"setIdx":4,"setId":4,"iconIdx":677},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM817.12 625.12c-28.955 28.957-68.957 46.868-113.142 46.868-43.846 0-83.573-17.637-112.473-46.203l0.015 0.015-202.36-180.44-1.16-1.36c-17.361-17.302-41.313-28-67.764-28-53.019 0-96 42.981-96 96s42.981 96 96 96c26.451 0 50.404-10.698 67.767-28.003l-0.003 0.003c1.44-1.44 2.84-2.92 4-4.4 5.896-6.651 14.461-10.822 24-10.822 17.686 0 32.022 14.337 32.022 32.022 0 8.146-3.042 15.582-8.052 21.233l0.029-0.033c-2.2 2.48-4.52 4.92-6.84 7.24-28.956 28.963-68.962 46.878-113.152 46.878-88.366 0-160-71.634-160-160s71.634-160 160-160c43.853 0 83.586 17.642 112.487 46.217l-0.015-0.015 203.64 181.68c17.355 17.267 41.283 27.94 67.704 27.94 53.019 0 96-42.981 96-96s-42.981-96-96-96c-26.481 0-50.457 10.722-67.825 28.061l0.001-0.001c-1.44 1.44-2.8 2.88-4 4.4-5.894 6.655-14.459 10.829-24 10.829-17.678 0-32.009-14.331-32.009-32.009 0-8.138 3.037-15.566 8.038-21.214l-0.029 0.034c2.16-2.48 4.48-4.96 6.84-7.28 28.823-28.208 68.316-45.614 111.874-45.614 88.366 0 160 71.634 160 160 0 43.548-17.398 83.033-45.622 111.883l0.028-0.029z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["infinity-fill"]},"attrs":[{}],"properties":{"order":30163,"id":569,"name":"infinity-fill","prevSize":16,"code":60326},"setIdx":4,"setId":4,"iconIdx":678},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM496 288c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM544 736c-35.346 0-64-28.654-64-64v0-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c35.346 0 64 28.654 64 64v0 160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["info-fill"]},"attrs":[{}],"properties":{"order":30164,"id":568,"name":"info-fill","prevSize":16,"code":60327},"setIdx":4,"setId":4,"iconIdx":679},{"icon":{"paths":["M704 96h-384c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013v384c0.137 123.657 100.343 223.863 223.987 224l384.013 0c123.657-0.137 223.863-100.343 224-223.987l0-0.013v-384c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM512 704c-106.039 0-192-85.961-192-192s85.961-192 192-192c106.039 0 192 85.961 192 192v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0zM752 320c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM640 512c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["instagram-logo-fill"]},"attrs":[{}],"properties":{"order":30165,"id":567,"name":"instagram-logo-fill","prevSize":16,"code":60328},"setIdx":4,"setId":4,"iconIdx":680},{"icon":{"paths":["M698.52 325.48c-28.568-149.845-158.547-261.583-314.623-261.583-176.731 0-320 143.269-320 320 0 156.076 111.738 286.055 259.582 314.305l2.001 0.318c28.568 149.845 158.547 261.583 314.623 261.583 176.731 0 320-143.269 320-320 0-156.076-111.738-286.055-259.582-314.305l-2.001-0.318zM128 384c-0-0.15-0-0.327-0-0.504 0-141.385 114.615-256 256-256 118.824 0 218.741 80.956 247.602 190.72l0.399 1.784c-170.382 4.618-307.294 141.6-311.791 311.576l-0.009 0.424c-111.334-29.512-192.074-129.309-192.2-247.986l-0-0.014zM640 896c-118.639-0.101-218.414-80.751-247.594-190.209l-0.406-1.791c170.468-4.511 307.489-141.532 311.991-311.576l0.009-0.424c111.548 29.26 192.504 129.176 192.504 248 0 141.385-114.615 256-256 256-0.177 0-0.354-0-0.531-0.001l0.028 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["intersect-fill"]},"attrs":[{}],"properties":{"order":30166,"id":566,"name":"intersect-fill","prevSize":16,"code":60329},"setIdx":4,"setId":4,"iconIdx":681},{"icon":{"paths":["M864 352h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0zM192 608v-416h416v160h-224c-17.673 0-32 14.327-32 32v0 224zM832 832h-416v-160h224c17.673 0 32-14.327 32-32v0-224h160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["intersect-square-fill"]},"attrs":[{}],"properties":{"order":30167,"id":565,"name":"intersect-square-fill","prevSize":16,"code":60330},"setIdx":4,"setId":4,"iconIdx":682},{"icon":{"paths":["M783.52 384c0.28-5.24 0.48-10.52 0.48-16 0-150.221-121.779-272-272-272s-272 121.779-272 272v0c0 5.32 0 10.6 0.48 16-88.608 46.055-148.089 137.149-148.089 242.136 0 150.221 121.779 272 272 272 54.858 0 105.923-16.24 148.65-44.175l-1.041 0.638c41.686 27.296 92.751 43.536 147.609 43.536 150.221 0 272-121.779 272-272 0-104.987-59.481-196.082-146.582-241.423l-1.507-0.714zM512 773.88c-37.561-35.933-61.628-85.704-63.986-141.095l-0.014-0.425c19.16 4.854 41.154 7.64 63.8 7.64s44.641-2.786 65.661-8.034l-1.861 0.393c-2.259 55.764-26.187 105.535-63.533 141.456l-0.067 0.064zM396.92 541.16c-40.881-27.495-71.118-68.094-84.875-115.686l-0.365-1.474c16.889-4.951 36.291-7.8 56.359-7.8 33.043 0 64.283 7.723 92.012 21.462l-1.211-0.543c-27.346 28.689-48.558 63.486-61.367 102.114l-0.553 1.926zM565.16 436.92c26.451-13.118 57.599-20.793 90.541-20.793 20.163 0 39.654 2.876 58.086 8.239l-1.467-0.366c-14.079 49.146-44.325 89.818-84.496 116.888l-0.744 0.472c-13.306-40.707-34.528-75.645-62.028-104.554l0.108 0.114zM512 160c111.957 0.035 203.26 88.415 207.986 199.213l0.014 0.427c-19.225-4.876-41.296-7.674-64.019-7.674-53.373 0-103.141 15.436-145.083 42.088l1.102-0.654c-40.827-25.976-90.575-41.399-143.925-41.399-22.672 0-44.693 2.785-65.74 8.032l1.865-0.393c4.737-111.156 95.929-199.495 207.786-199.64l0.014-0zM160 624c0.037-71.959 36.61-135.369 92.173-172.687l0.747-0.473c22.583 68.407 69.43 123.571 130.116 156.444l1.444 0.716c-0.28 5.24-0.48 10.52-0.48 16-0 0.034-0 0.074-0 0.114 0 72.548 28.511 138.436 74.94 187.072l-0.1-0.106c-26.535 13.175-57.787 20.885-90.84 20.885-114.863 0-207.98-93.105-208-207.963l-0-0.002zM656 832c-0.074 0-0.162 0-0.25 0-32.972 0-64.139-7.724-91.793-21.461l1.202 0.54c46.329-48.53 74.84-114.418 74.84-186.966 0-0.040-0-0.080-0-0.12l0 0.006c0-5.32-0.2-10.6-0.48-16 62.157-33.625 109.012-88.849 131.007-155.388l0.553-1.932c56.386 37.803 93.004 101.285 93.004 173.32 0 114.875-93.125 208-208 208-0.029 0-0.059-0-0.088-0l0.004 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["intersect-three-fill"]},"attrs":[{}],"properties":{"order":30168,"id":564,"name":"intersect-three-fill","prevSize":16,"code":60331},"setIdx":4,"setId":4,"iconIdx":683},{"icon":{"paths":["M992 413.88c-1.486-16.805-15.496-29.884-32.56-29.884-0.183 0-0.365 0.002-0.547 0.004l0.027-0h-37.040l-37.16-173.4c-6.509-29.067-32.037-50.482-62.587-50.6l-0.013-0h-620.24c-30.563 0.118-56.091 21.533-62.519 50.171l-0.081 0.429-37.16 173.4h-37.040c-0.155-0.003-0.337-0.004-0.52-0.004-17.064 0-31.074 13.079-32.551 29.76l-0.009 0.124c-0.045 0.634-0.070 1.374-0.070 2.12 0 17.673 14.327 32 32 32 0.025 0 0.049-0 0.074-0l-0.004 0h32v384c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-96h80c8.837 0 16-7.163 16-16v0-174.92c-0.002-0.131-0.003-0.285-0.003-0.44 0-17.064 13.078-31.073 29.758-32.551l0.125-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004v176c0 8.837 7.163 16 16 16v0h32c8.837 0 16-7.163 16-16v0-175c-0.002-0.131-0.003-0.285-0.003-0.44 0-17.064 13.078-31.073 29.758-32.551l0.125-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004v176c0 8.837 7.163 16 16 16v0h80v96c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-384.080h32c0.021 0 0.046 0 0.070 0 17.673 0 32-14.327 32-32 0-0.746-0.026-1.486-0.076-2.219l0.005 0.099zM272 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM752 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["jeep-fill"]},"attrs":[{}],"properties":{"order":30169,"id":563,"name":"jeep-fill","prevSize":16,"code":60332},"setIdx":4,"setId":4,"iconIdx":684},{"icon":{"paths":["M640 224v384c0 17.673-14.327 32-32 32v0h-160c-17.673 0-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM896 192h-160c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM896 512h-160c-17.673 0-32 14.327-32 32v0 160c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-160c0-17.673-14.327-32-32-32v0zM320 192h-160c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM320 512h-160c-17.673 0-32 14.327-32 32v0 288c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-288c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["kanban-fill"]},"attrs":[{}],"properties":{"order":30170,"id":562,"name":"kanban-fill","prevSize":16,"code":60333},"setIdx":4,"setId":4,"iconIdx":685},{"icon":{"paths":["M894.040 192h-764c-36.445-0-65.994 29.522-66.040 65.956l-0 0.004v508c-0 36.445 29.522 65.994 65.956 66.040l764.004 0c36.445 0 65.994-29.522 66.040-65.956l0-0.004v-508c0-36.445-29.522-65.994-65.956-66.040l-0.004-0zM256 672h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM640 672h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM832 672h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM832 544h-640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h640c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM832 416h-640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h640c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["keyboard-fill"]},"attrs":[{}],"properties":{"order":30171,"id":561,"name":"keyboard-fill","prevSize":16,"code":60334},"setIdx":4,"setId":4,"iconIdx":686},{"icon":{"paths":["M640 64c-176.762 0.164-319.993 143.495-319.993 320.28 0 35.328 5.72 69.321 16.284 101.102l-0.652-2.262-230.28 230.24c-5.783 5.79-9.36 13.785-9.36 22.615 0 0.009 0 0.018 0 0.027l-0-0.001v160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32v0-64h64c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 38.24-38.28c29.512 9.917 63.496 15.64 98.818 15.64 176.731 0 320-143.269 320-320 0-176.625-143.097-319.828-319.681-320l-0.016-0zM720 368c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["key-fill"]},"attrs":[{}],"properties":{"order":30172,"id":560,"name":"key-fill","prevSize":16,"code":60335},"setIdx":4,"setId":4,"iconIdx":687},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM602.32 544l50.24 126.2c2.165 5.271 3.422 11.388 3.422 17.8 0 26.503-21.48 47.99-47.981 48l-192.001 0c-26.495-0.019-47.966-21.502-47.966-48 0-6.396 1.251-12.501 3.522-18.081l-0.116 0.321 50.24-126.24c-32.852-26.612-53.68-66.95-53.68-112.153 0-79.529 64.471-144 144-144s144 64.471 144 144c0 45.203-20.828 85.541-53.411 111.942l-0.269 0.211z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["keyhole-fill"]},"attrs":[{}],"properties":{"order":30173,"id":559,"name":"keyhole-fill","prevSize":16,"code":60336},"setIdx":4,"setId":4,"iconIdx":688},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM736 544c0 17.673-14.327 32-32 32v0h-306.76l41.4 41.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-96-96c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 96-96c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-41.4 41.36h274.76v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["key-return-fill"]},"attrs":[{}],"properties":{"order":30174,"id":558,"name":"key-return-fill","prevSize":16,"code":60337},"setIdx":4,"setId":4,"iconIdx":689},{"icon":{"paths":["M927.24 128.76c-20.268-20.271-48.27-32.809-79.201-32.809-31.069 0-59.184 12.651-79.473 33.082l-0.006 0.006-695.48 713.36c-5.659 5.768-9.151 13.678-9.151 22.404 0 15.146 10.522 27.834 24.655 31.153l0.217 0.043c42.034 10.168 90.291 16 139.911 16 0.032 0 0.063-0 0.095-0l-0.006 0c133.68 0 267.52-43.52 393.32-128.84 127-86.12 200.6-183.4 203.68-187.52 4.002-5.284 6.411-11.968 6.411-19.214 0-8.836-3.581-16.835-9.371-22.626l-74.96-75.040 180-192c19.885-20.249 32.159-48.029 32.159-78.677 0-30.967-12.532-59.007-32.801-79.326l0.002 0.002zM756.88 578.52c-50.524 57.644-107.135 107.992-169.378 150.733l-3.062 1.987c-137.88 93-280 130.8-423.36 112.64l425.2-436z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["knife-fill"]},"attrs":[{}],"properties":{"order":30175,"id":557,"name":"knife-fill","prevSize":16,"code":60338},"setIdx":4,"setId":4,"iconIdx":690},{"icon":{"paths":["M862.080 853.040l-204.040-561.040 36.36-100h41.6c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h18.32l-240.4 661.040c-1.225 3.258-1.934 7.024-1.934 10.956 0 13.76 8.685 25.492 20.873 30.012l0.221 0.072c3.248 1.205 7 1.908 10.915 1.92l0.005 0c0 0 0.001 0 0.001 0 13.755 0 25.483-8.679 30.007-20.859l0.072-0.221 38.88-106.92h188l-30.96 85.040c-1.225 3.258-1.934 7.024-1.934 10.956 0 13.76 8.685 25.492 20.873 30.012l0.221 0.072c3.223 1.196 6.946 1.898 10.83 1.92l0.010 0c0 0 0.001 0 0.001 0 13.755 0 25.483-8.679 30.007-20.859l0.072-0.221 73.92-202.92h208l73.8 202.92c4.596 12.402 16.324 21.080 30.079 21.080 0.042 0 0.085-0 0.127-0l-0.007 0c3.92-0.012 7.672-0.715 11.146-1.993l-0.226 0.073c12.409-4.592 21.094-16.324 21.094-30.084 0-3.932-0.709-7.698-2.006-11.177l0.072 0.221zM433.44 256h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM445.080 640h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM503.28 480h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM543.28 608l80.72-222.36 80.84 222.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ladder-fill"]},"attrs":[{}],"properties":{"order":30176,"id":556,"name":"ladder-fill","prevSize":16,"code":60339},"setIdx":4,"setId":4,"iconIdx":691},{"icon":{"paths":["M768 96c-17.673 0-32 14.327-32 32v0 32h-448v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 768c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h448v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-768c0-17.673-14.327-32-32-32v0zM704 736h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM704 544h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM704 352h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ladder-simple-fill"]},"attrs":[{}],"properties":{"order":30177,"id":555,"name":"ladder-simple-fill","prevSize":16,"code":60340},"setIdx":4,"setId":4,"iconIdx":692},{"icon":{"paths":["M986.72 625.6c-5.807 8.726-15.601 14.398-26.72 14.4l-128 0v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-224v192h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-192h-416c-17.667-0.009-31.985-14.332-31.985-32 0-4.553 0.951-8.885 2.665-12.806l-0.080 0.206 192-448c5.018-11.5 16.286-19.394 29.399-19.4l512.001-0c13.114 0.006 24.382 7.9 29.32 19.194l0.080 0.206 192 448c1.636 3.718 2.589 8.052 2.589 12.609 0 6.548-1.967 12.637-5.342 17.709l0.074-0.117z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lamp-fill"]},"attrs":[{}],"properties":{"order":30178,"id":554,"name":"lamp-fill","prevSize":16,"code":60341},"setIdx":4,"setId":4,"iconIdx":693},{"icon":{"paths":["M928 672h-32v-384c0-53.019-42.981-96-96-96v0h-576c-53.019 0-96 42.981-96 96v0 384h-32c-17.673 0-32 14.327-32 32v0 64c0 53.019 42.981 96 96 96v0h704c53.019 0 96-42.981 96-96v0-64c0-17.673-14.327-32-32-32v0zM448 288h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM896 768c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-32h768z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["laptop-fill"]},"attrs":[{}],"properties":{"order":30179,"id":553,"name":"laptop-fill","prevSize":16,"code":60342},"setIdx":4,"setId":4,"iconIdx":694},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM160 224h704v160h-704zM864 800h-416v-352h416v352z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["layout-fill"]},"attrs":[{}],"properties":{"order":30180,"id":552,"name":"layout-fill","prevSize":16,"code":60343},"setIdx":4,"setId":4,"iconIdx":695},{"icon":{"paths":["M893.8 160.28c-0.975-16.205-13.875-29.105-29.991-30.076l-0.089-0.004c-304.52-17.88-548.44 73.8-652.44 245.8-32.221 51.799-51.322 114.668-51.322 181.997 0 4.925 0.102 9.826 0.305 14.701l-0.023-0.698c1.976 46.793 11.548 90.783 27.514 131.567l-0.954-2.767c2.307 6.183 8.162 10.506 15.027 10.506 4.468 0 8.508-1.831 11.411-4.784l0.002-0.002 340-345.2c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0-371.56 377.16-56.76 56.76c-6.122 5.965-9.92 14.29-9.92 23.502 0 7.966 2.84 15.269 7.563 20.952l-0.043-0.054c5.901 6.806 14.561 11.086 24.22 11.086 8.833 0 16.83-3.579 22.621-9.366l67.16-67.16c56.56 27.36 113.64 42.28 170.24 44.28q6.68 0.24 13.32 0.24c0.264 0.001 0.577 0.001 0.89 0.001 67.242 0 130.026-19.086 183.23-52.137l-1.48 0.856c172-104 263.72-347.88 245.8-652.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["leaf-fill"]},"attrs":[{}],"properties":{"order":30181,"id":551,"name":"leaf-fill","prevSize":16,"code":60344},"setIdx":4,"setId":4,"iconIdx":696},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM384 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM737.12 241.6l-113.96 114c-30.87-22.257-69.457-35.597-111.16-35.597s-80.29 13.34-111.727 35.985l0.567-0.388-113.96-114c60.498-50.766 139.208-81.604 225.12-81.604s164.622 30.838 225.663 82.048l-0.543-0.444zM286.88 782.4l113.96-114c30.87 22.257 69.457 35.597 111.16 35.597s80.29-13.34 111.727-35.985l-0.567 0.388 113.96 114c-60.498 50.766-139.208 81.604-225.12 81.604s-164.622-30.838-225.663-82.048l0.543 0.444z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lifebuoy-fill"]},"attrs":[{}],"properties":{"order":30182,"id":550,"name":"lifebuoy-fill","prevSize":16,"code":60345},"setIdx":4,"setId":4,"iconIdx":697},{"icon":{"paths":["M704 928c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM864 416c0.001 0.269 0.001 0.587 0.001 0.905 0 111.733-52.326 211.244-133.811 275.365l-0.75 0.569c-15.431 11.912-25.309 30.369-25.44 51.139l-0 0.021v24c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-24c-0.014-20.55-9.711-38.832-24.775-50.532l-0.145-0.108c-82.278-64.508-134.745-163.793-135.080-275.344l-0-0.056c-1.040-190.64 153.040-349.4 343.52-353.96 2.525-0.065 5.498-0.102 8.48-0.102 194.404 0 352 157.596 352 352 0 0.036-0 0.072-0 0.108l0-0.006zM662.64 425.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-105.36 105.4-105.36-105.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l118.64 118.6v146.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-146.76l118.64-118.6c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightbulb-filament-fill"]},"attrs":[{}],"properties":{"order":30183,"id":549,"name":"lightbulb-filament-fill","prevSize":16,"code":60346},"setIdx":4,"setId":4,"iconIdx":698},{"icon":{"paths":["M704 928c0 17.673-14.327 32-32 32v0h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32v0zM864 416c0.001 0.269 0.001 0.587 0.001 0.905 0 111.733-52.326 211.244-133.811 275.365l-0.75 0.569c-15.431 11.912-25.309 30.369-25.44 51.139l-0 0.021v24c0 35.346-28.654 64-64 64v0h-256c-35.346 0-64-28.654-64-64v0-24c-0.014-20.55-9.711-38.832-24.775-50.532l-0.145-0.108c-82.278-64.508-134.745-163.793-135.080-275.344l-0-0.056c-1.040-190.64 153.040-349.4 343.52-353.96 2.525-0.065 5.498-0.102 8.48-0.102 194.404 0 352 157.596 352 352 0 0.036-0 0.072-0 0.108l0-0.006zM735.56 378.64c-17.46-94.991-91.243-168.76-184.824-185.984l-1.416-0.216c-1.599-0.283-3.441-0.445-5.32-0.445-17.676 0-32.005 14.329-32.005 32.005 0 15.797 11.444 28.921 26.494 31.533l0.191 0.027c66.28 11.16 122.52 67.4 133.76 133.8 2.656 15.219 15.768 26.64 31.548 26.64 0.004 0 0.009-0 0.013-0l-0.001 0c1.916-0.012 3.784-0.171 5.607-0.468l-0.207 0.028c15.206-2.667 26.615-15.773 26.615-31.544 0-1.899-0.165-3.76-0.483-5.568l0.028 0.192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightbulb-fill"]},"attrs":[{}],"properties":{"order":30184,"id":548,"name":"lightbulb-fill","prevSize":16,"code":60347},"setIdx":4,"setId":4,"iconIdx":699},{"icon":{"paths":["M832 320c-17.673 0-32 14.327-32 32v0 64h-44.6l-19.4-195.2c-0.884-8.338-4.852-15.612-10.724-20.769l-0.036-0.031-172.28-153.16c-11.013-9.223-25.332-14.824-40.96-14.824s-29.947 5.601-41.060 14.906l0.1-0.082-0.8 0.68-171.52 152.48c-5.915 5.177-9.876 12.459-10.709 20.666l-0.011 0.134-19.4 195.2h-44.6v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32v0h70.16l-37.88 377.92c-0.184 1.823-0.289 3.939-0.289 6.080 0 35.346 28.654 64 64 64 0.003 0 0.007-0 0.010-0l447.999 0c35.34-0.009 63.985-28.659 63.985-64 0-2.197-0.111-4.369-0.327-6.509l0.022 0.269-37.84-377.76h70.16c17.673 0 32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0zM348.96 256h326.080l16 160h-147.040v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-147.080zM288 864l19.24-192h409.52l19.24 192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lighthouse-fill"]},"attrs":[{}],"properties":{"order":30185,"id":547,"name":"lighthouse-fill","prevSize":16,"code":60348},"setIdx":4,"setId":4,"iconIdx":700},{"icon":{"paths":["M695.48 474.32l-380.8 411.4c-5.868 6.372-14.252 10.35-23.564 10.35-17.673 0-32-14.327-32-32 0-2.651 0.322-5.226 0.93-7.689l-0.046 0.22 54.68-230.24-200-89.76c-11.22-5.136-18.875-16.266-18.875-29.184 0-8.401 3.238-16.047 8.533-21.756l-0.019 0.020 380.8-411.4c5.884-6.55 14.382-10.652 23.838-10.652 17.673 0 32 14.327 32 32 0 2.76-0.349 5.439-1.007 7.994l0.048-0.222-54.76 230.24 200 89.72c11.234 5.13 18.901 16.268 18.901 29.196 0 8.415-3.248 16.071-8.559 21.784l0.018-0.020zM942.32 892.6c-4.153 2.143-9.064 3.4-14.269 3.4-0.018 0-0.036-0-0.054-0l0.003 0c-0.007 0-0.015 0-0.023 0-12.453 0-23.245-7.113-28.533-17.498l-0.084-0.182-39.16-78.32h-152.44l-39.16 78.32c-5.373 10.568-16.166 17.683-28.62 17.683-17.675 0-32.003-14.328-32.003-32.003 0-5.22 1.25-10.148 3.467-14.502l-0.084 0.182 144-288c5.371-10.57 16.165-17.686 28.62-17.686s23.249 7.116 28.536 17.504l0.084 0.182 144 288c2.131 4.17 3.38 9.096 3.38 14.313 0 12.445-7.104 23.231-17.478 28.523l-0.181 0.084zM828.2 736l-44.2-88.44-44.24 88.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightning-a-fill"]},"attrs":[{}],"properties":{"order":30186,"id":546,"name":"lightning-a-fill","prevSize":16,"code":60349},"setIdx":4,"setId":4,"iconIdx":701},{"icon":{"paths":["M855.4 501.84l-448 480c-5.854 6.235-14.148 10.12-23.351 10.12-17.673 0-32-14.327-32-32 0-2.165 0.215-4.28 0.625-6.324l-0.034 0.204 58.64-293.32-230.52-86.56c-12.247-4.675-20.789-16.326-20.789-29.972 0-8.542 3.347-16.303 8.802-22.042l-0.013 0.014 448-480c5.854-6.235 14.148-10.12 23.351-10.12 17.673 0 32 14.327 32 32 0 2.165-0.215 4.28-0.625 6.324l0.034-0.204-58.8 293.64 230.52 86.44c12.174 4.712 20.65 16.326 20.65 29.919 0 8.471-3.292 16.173-8.666 21.898l0.016-0.017z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightning-fill"]},"attrs":[{}],"properties":{"order":30187,"id":545,"name":"lightning-fill","prevSize":16,"code":60350},"setIdx":4,"setId":4,"iconIdx":702},{"icon":{"paths":["M855.68 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-153.48-168.8-247.44 265.12c-5.854 6.235-14.148 10.12-23.351 10.12-17.673 0-32-14.327-32-32 0-2.165 0.215-4.28 0.625-6.324l-0.034 0.204 58.64-293.32-230.52-86.56c-12.247-4.675-20.789-16.326-20.789-29.972 0-8.542 3.347-16.303 8.802-22.042l-0.013 0.014 156.72-168-157.16-172.44c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032zM719.12 597.12c5.822 6.391 14.155 10.407 23.427 10.48l0.013 0h0.24c9.231-0.008 17.547-3.923 23.383-10.181l0.017-0.019 89.2-95.56c5.358-5.707 8.65-13.41 8.65-21.881 0-13.594-8.476-25.207-20.431-29.845l-0.218-0.075-230.68-86.44 58.64-293.32c0.376-1.84 0.591-3.955 0.591-6.12 0-17.673-14.327-32-32-32-9.202 0-17.497 3.884-23.335 10.103l-0.016 0.017-183.52 196.52c-5.331 5.701-8.604 13.384-8.604 21.832 0 8.302 3.162 15.866 8.347 21.553l-0.023-0.025z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightning-slash-fill"]},"attrs":[{}],"properties":{"order":30188,"id":544,"name":"lightning-slash-fill","prevSize":16,"code":60351},"setIdx":4,"setId":4,"iconIdx":703},{"icon":{"paths":["M858.56 346.48c-23.201 23.134-55.217 37.439-90.574 37.439-23.96 0-46.385-6.569-65.574-18.004l0.588 0.325-336.76 336.76c11.144 18.598 17.735 41.031 17.735 65.005 0 70.692-57.308 128-128 128s-128-57.308-128-128c0-35.334 14.317-67.324 37.466-90.485l-0.001 0.001c23.196-23.14 55.211-37.449 90.568-37.449 23.963 0 46.391 6.573 65.58 18.014l-0.588-0.325 336.76-336.76c-11.144-18.598-17.735-41.031-17.735-65.005 0-70.692 57.308-128 128-128s128 57.308 128 128c0 35.334-14.317 67.324-37.466 90.485l0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["line-segment-fill"]},"attrs":[{}],"properties":{"order":30189,"id":543,"name":"line-segment-fill","prevSize":16,"code":60352},"setIdx":4,"setId":4,"iconIdx":704},{"icon":{"paths":["M954.56 314.48c-23.106 23.179-55.065 37.52-90.374 37.52-0.066 0-0.131-0-0.197-0l0.010 0c-10.851-0.006-21.385-1.348-31.452-3.869l0.892 0.189-106.52 197.84c1.2 1.12 2.4 2.24 3.56 3.4 23.157 23.162 37.48 55.158 37.48 90.499 0 70.692-57.308 128-128 128s-128-57.308-128-128c0-23.963 6.585-46.388 18.044-65.564l-0.324 0.584-80.72-80.72c-18.56 11.086-40.936 17.64-64.844 17.64-0.041 0-0.082-0-0.123-0l0.006 0c-0.030 0-0.065 0-0.1 0-10.825 0-21.34-1.327-31.392-3.828l0.892 0.188-106.52 197.76c1.2 1.12 2.44 2.24 3.6 3.4 23.157 23.162 37.48 55.158 37.48 90.499 0 70.692-57.308 128-128 128s-128-57.308-128-128c0-35.341 14.323-67.337 37.48-90.499l-0 0c23.161-23.151 55.153-37.469 90.489-37.469 10.861 0 21.406 1.353 31.476 3.899l-0.884-0.189 106.52-197.84c-1.2-1.12-2.4-2.24-3.56-3.4-23.17-23.165-37.501-55.169-37.501-90.52s14.331-67.356 37.501-90.52l0-0c23.176-23.24 55.228-37.618 90.637-37.618 70.692 0 128 57.308 128 128 0 24.044-6.629 46.54-18.16 65.759l0.323-0.58 80.72 80.72c18.638-11.103 41.1-17.666 65.094-17.666 10.829 0 21.345 1.337 31.394 3.854l-0.888-0.188 106.52-197.84c-1.2-1.12-2.44-2.24-3.6-3.4-23.17-23.165-37.501-55.169-37.501-90.52s14.331-67.356 37.501-90.52l0-0c23.166-23.166 55.17-37.495 90.52-37.495 70.701 0 128.015 57.314 128.015 128.015 0 35.35-14.329 67.354-37.495 90.52v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["line-segments-fill"]},"attrs":[{}],"properties":{"order":30190,"id":542,"name":"line-segments-fill","prevSize":16,"code":60353},"setIdx":4,"setId":4,"iconIdx":705},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM384 256c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM256 384h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM512.32 726.64l-28.84 28.84c-27.529 27.64-65.618 44.743-107.703 44.743-83.947 0-152-68.053-152-152 0-42.084 17.103-80.174 44.738-107.698l0.005-0.005 28.84-28.84c5.793-5.797 13.797-9.384 22.64-9.384 17.675 0 32.004 14.329 32.004 32.004 0 8.833-3.578 16.829-9.364 22.62l0-0-28.88 28.84c-15.929 15.929-25.781 37.934-25.781 62.24 0 48.612 39.408 88.021 88.021 88.021 24.306 0 46.311-9.852 62.24-25.781l-0 0 28.84-28.88c5.791-5.786 13.787-9.364 22.62-9.364 17.675 0 32.004 14.329 32.004 32.004 0 8.843-3.586 16.847-9.383 22.64l-0 0zM640 768c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM768 640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM755.48 483.48l-28.84 28.84c-5.793 5.797-13.797 9.384-22.64 9.384-17.675 0-32.004-14.329-32.004-32.004 0-8.833 3.578-16.829 9.364-22.62l-0 0 28.88-28.84c15.929-15.929 25.781-37.934 25.781-62.24 0-48.612-39.408-88.021-88.021-88.021-24.306 0-46.311 9.852-62.24 25.781l0-0-28.84 28.88c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l28.84-28.84c27.529-27.64 65.618-44.743 107.703-44.743 83.947 0 152 68.053 152 152 0 42.084-17.103 80.174-44.738 107.698l-0.005 0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-break-fill"]},"attrs":[{}],"properties":{"order":30191,"id":541,"name":"link-break-fill","prevSize":16,"code":60354},"setIdx":4,"setId":4,"iconIdx":706},{"icon":{"paths":["M864 96h-704c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM384 704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM352 384c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM736 704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-144c0-44.183-35.817-80-80-80s-80 35.817-80 80v0 144c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0.092-17.603 14.383-31.838 32-31.838 15.090 0 27.741 10.445 31.116 24.5l0.044 0.218c22.651-15.549 50.661-24.832 80.84-24.832 79.512 0 143.973 64.444 144 143.95l0 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["linkedin-logo-fill"]},"attrs":[{}],"properties":{"order":30192,"id":540,"name":"linkedin-logo-fill","prevSize":16,"code":60355},"setIdx":4,"setId":4,"iconIdx":707},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM514.28 758.64l-21.84 21.8c-31.677 30.877-75.015 49.921-122.801 49.921-97.202 0-176-78.798-176-176 0-47.786 19.044-91.124 49.957-122.838l-0.036 0.037 96-96c31.891-31.811 75.906-51.48 124.514-51.48 36.419 0 70.259 11.041 98.355 29.959l-0.629-0.399c8.617 5.825 14.206 15.56 14.206 26.6 0 17.677-14.33 32.006-32.006 32.006-6.636 0-12.801-2.020-17.913-5.478l0.113 0.072c-17.472-11.811-39.010-18.855-62.193-18.855-30.933 0-58.938 12.54-79.207 32.815l-96 96c-20.269 20.269-32.806 48.27-32.806 79.2 0 61.859 50.147 112.006 112.006 112.006 30.93 0 58.931-12.537 79.2-32.806l-0 0 21.8-21.84c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM780.44 492.44l-96 96c-31.891 31.811-75.906 51.48-124.514 51.48-36.419 0-70.259-11.041-98.355-29.959l0.629 0.399c-8.617-5.825-14.206-15.56-14.206-26.6 0-17.677 14.33-32.006 32.006-32.006 6.636 0 12.801 2.020 17.913 5.478l-0.113-0.072c17.475 11.769 38.999 18.786 62.163 18.786 30.93 0 58.939-12.511 79.24-32.749l-0.003 0.003 96-96c20.269-20.269 32.806-48.27 32.806-79.2 0-61.859-50.147-112.006-112.006-112.006-30.93 0-58.931 12.537-79.2 32.806l0-0-21.8 21.84c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 21.84-21.8c31.677-30.877 75.015-49.921 122.801-49.921 97.202 0 176 78.798 176 176 0 47.786-19.044 91.124-49.957 122.838l0.036-0.037z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-fill"]},"attrs":[{}],"properties":{"order":30193,"id":539,"name":"link-fill","prevSize":16,"code":60356},"setIdx":4,"setId":4,"iconIdx":708},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM578.24 694.64l-85.8 85.8c-31.677 30.877-75.015 49.921-122.801 49.921-97.202 0-176-78.798-176-176 0-47.786 19.044-91.124 49.957-122.838l-0.036 0.037 85.8-85.84c5.793-5.797 13.797-9.384 22.64-9.384 17.675 0 32.004 14.329 32.004 32.004 0 8.833-3.578 16.829-9.364 22.62l-85.84 85.84c-20.269 20.269-32.806 48.27-32.806 79.2 0 61.859 50.147 112.006 112.006 112.006 30.93 0 58.931-12.537 79.2-32.806l85.8-85.84c5.791-5.786 13.787-9.364 22.62-9.364 17.675 0 32.004 14.329 32.004 32.004 0 8.843-3.586 16.847-9.383 22.64l-0 0zM780.44 492.44l-85.8 85.8c-5.793 5.797-13.797 9.384-22.64 9.384-17.675 0-32.004-14.329-32.004-32.004 0-8.833 3.578-16.829 9.364-22.62l-0 0 85.84-85.8c20.269-20.269 32.806-48.27 32.806-79.2 0-61.859-50.147-112.006-112.006-112.006-30.93 0-58.931 12.537-79.2 32.806l-85.84 85.84c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l85.84-85.8c31.677-30.877 75.015-49.921 122.801-49.921 97.202 0 176 78.798 176 176 0 47.786-19.044 91.124-49.957 122.838l0.036-0.037z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-simple-break-fill"]},"attrs":[{}],"properties":{"order":30194,"id":538,"name":"link-simple-break-fill","prevSize":16,"code":60357},"setIdx":4,"setId":4,"iconIdx":709},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM578.24 694.64l-85.8 85.8c-31.677 30.877-75.015 49.921-122.801 49.921-97.202 0-176-78.798-176-176 0-47.786 19.044-91.124 49.957-122.838l-0.036 0.037 85.8-85.84c5.793-5.797 13.797-9.384 22.64-9.384 17.675 0 32.004 14.329 32.004 32.004 0 8.833-3.578 16.829-9.364 22.62l-85.84 85.84c-20.269 20.269-32.806 48.27-32.806 79.2 0 61.859 50.147 112.006 112.006 112.006 30.93 0 58.931-12.537 79.2-32.806l85.8-85.84c5.791-5.786 13.787-9.364 22.62-9.364 17.675 0 32.004 14.329 32.004 32.004 0 8.843-3.586 16.847-9.383 22.64l-0 0zM438.64 630.64c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l192-192c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM780.44 492.44l-85.8 85.8c-5.793 5.797-13.797 9.384-22.64 9.384-17.675 0-32.004-14.329-32.004-32.004 0-8.833 3.578-16.829 9.364-22.62l-0 0 85.84-85.8c20.269-20.269 32.806-48.27 32.806-79.2 0-61.859-50.147-112.006-112.006-112.006-30.93 0-58.931 12.537-79.2 32.806l-85.84 85.84c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l85.84-85.8c31.677-30.877 75.015-49.921 122.801-49.921 97.202 0 176 78.798 176 176 0 47.786-19.044 91.124-49.957 122.838l0.036-0.037z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-simple-fill"]},"attrs":[{}],"properties":{"order":30195,"id":537,"name":"link-simple-fill","prevSize":16,"code":60358},"setIdx":4,"setId":4,"iconIdx":710},{"icon":{"paths":["M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM448 672h-128c-88.366 0-160-71.634-160-160s71.634-160 160-160v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-53.019 0-96 42.981-96 96s42.981 96 96 96v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM704 672h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c53.019 0 96-42.981 96-96s-42.981-96-96-96v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c88.366 0 160 71.634 160 160s-71.634 160-160 160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-simple-horizontal-break-fill"]},"attrs":[{}],"properties":{"order":30196,"id":536,"name":"link-simple-horizontal-break-fill","prevSize":16,"code":60359},"setIdx":4,"setId":4,"iconIdx":711},{"icon":{"paths":["M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM448 672h-128c-88.366 0-160-71.634-160-160s71.634-160 160-160v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-53.019 0-96 42.981-96 96s42.981 96 96 96v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM640 480c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM704 672h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c53.019 0 96-42.981 96-96s-42.981-96-96-96v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c88.366 0 160 71.634 160 160s-71.634 160-160 160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-simple-horizontal-fill"]},"attrs":[{}],"properties":{"order":30197,"id":535,"name":"link-simple-horizontal-fill","prevSize":16,"code":60360},"setIdx":4,"setId":4,"iconIdx":712},{"icon":{"paths":["M644.88 870.96c1.752 2.529 2.799 5.662 2.799 9.040 0 8.837-7.163 16-16 16-0.014 0-0.027-0-0.041-0l0.002 0h-239.24c-0.011 0-0.025 0-0.039 0-8.837 0-16-7.163-16-16 0-3.378 1.047-6.511 2.833-9.093l-0.035 0.053c29.134-42.977 77.742-70.847 132.86-70.847s103.726 27.87 132.501 70.287l0.359 0.56zM920.6 884.44c-6.117 7.098-15.119 11.565-25.164 11.565-0.196 0-0.391-0.002-0.585-0.005l0.029 0h-156.64c-6.891-0.009-12.761-4.374-15.004-10.489l-0.036-0.111c-31.687-87.731-114.243-149.307-211.18-149.307s-179.493 61.576-210.687 147.748l-0.493 1.56c-2.279 6.226-8.149 10.591-15.039 10.6l-0.001 0h-156.88c-0.163 0.003-0.355 0.005-0.547 0.005-10.068 0-19.076-4.536-25.092-11.675l-0.041-0.049c-4.515-5.475-7.253-12.562-7.253-20.288 0-7.592 2.644-14.567 7.062-20.054l-0.048 0.062c0.24-0.28 30.56-39.12 60.48-114.88 27.6-69.92 60.52-186.56 60.52-345.12 0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 158.56 32.92 275.2 60.52 345.12 29.92 75.76 60.24 114.6 60.52 114.96 4.329 5.411 6.948 12.354 6.948 19.909 0 7.8-2.791 14.949-7.429 20.502l0.041-0.051zM352 432c0 26.51 21.49 48 48 48s48-21.49 48-48c0-26.51-21.49-48-48-48v0c-26.51 0-48 21.49-48 48v0zM668.64 561.68c-5.37-10.573-16.165-17.691-28.623-17.691-5.211 0-10.131 1.246-14.479 3.455l0.182-0.084-113.72 56.88-113.68-56.88c-4.167-2.126-9.088-3.372-14.3-3.372-17.679 0-32.012 14.332-32.012 32.012 0 12.467 7.127 23.27 17.529 28.556l0.182 0.084 128 64c4.167 2.127 9.088 3.373 14.3 3.373s10.133-1.246 14.482-3.457l-0.182 0.084 128-64c10.582-5.368 17.708-16.167 17.708-28.631 0-5.224-1.252-10.155-3.471-14.511l0.084 0.181zM672 432c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["linux-logo-fill"]},"attrs":[{}],"properties":{"order":30198,"id":534,"name":"linux-logo-fill","prevSize":16,"code":60361},"setIdx":4,"setId":4,"iconIdx":713},{"icon":{"paths":["M224 512c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM160 192c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM160 704c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM864 448h-512c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM864 192h-512c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM864 704h-512c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-bullets-fill"]},"attrs":[{}],"properties":{"order":30199,"id":533,"name":"list-bullets-fill","prevSize":16,"code":60362},"setIdx":4,"setId":4,"iconIdx":714},{"icon":{"paths":["M374.64 425.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-64-64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v0l41.36 41.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0zM329.36 169.36l-105.36 105.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM329.36 681.36l-105.36 105.4-41.36-41.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 64 64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 128-128c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0zM864 192h-352c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h352c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM864 704h-352c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h352c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM864 448h-352c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h352c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-checks-fill"]},"attrs":[{}],"properties":{"order":30200,"id":532,"name":"list-checks-fill","prevSize":16,"code":60363},"setIdx":4,"setId":4,"iconIdx":715},{"icon":{"paths":["M896 224v64c0 17.673-14.327 32-32 32v0h-480c-17.673 0-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32v0h480c17.673 0 32 14.327 32 32v0zM224 192h-64c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h64c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM864 448h-480c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM224 448h-64c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h64c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM864 704h-480c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM224 704h-64c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h64c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-dashes-fill"]},"attrs":[{}],"properties":{"order":30201,"id":531,"name":"list-dashes-fill","prevSize":16,"code":60364},"setIdx":4,"setId":4,"iconIdx":716},{"icon":{"paths":["M896 480v64c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM864 704h-704c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM864 192h-704c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-fill"]},"attrs":[{}],"properties":{"order":30202,"id":530,"name":"list-fill","prevSize":16,"code":60365},"setIdx":4,"setId":4,"iconIdx":717},{"icon":{"paths":["M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 544h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM512 736h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM950.64 745.36l-81.2-81.36c16.573-24.802 26.448-55.304 26.448-88.112 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 88.366 71.634 160 160 160 32.808 0 63.31-9.875 88.696-26.814l-0.584 0.367 81.2 81.2c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-magnifying-glass-fill"]},"attrs":[{}],"properties":{"order":30203,"id":529,"name":"list-magnifying-glass-fill","prevSize":16,"code":60366},"setIdx":4,"setId":4,"iconIdx":718},{"icon":{"paths":["M896 480v64c0 17.673-14.327 32-32 32v0h-448c-17.673 0-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32v0h448c17.673 0 32 14.327 32 32v0zM864 192h-448c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h448c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM864 704h-448c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h448c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM174.32 220.64l17.68-8.88v204.24c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256c0-0.007 0-0.015 0-0.023 0-17.673-14.327-32-32-32-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-64 32c-10.579 5.374-17.7 16.175-17.7 28.64 0 17.684 14.336 32.020 32.020 32.020 5.22 0 10.148-1.249 14.502-3.464l-0.182 0.084zM319.080 626.88c-3.782-26.383-17.94-48.885-38.13-63.612l-0.27-0.188c-16.174-11.859-36.47-18.976-58.428-18.976-31.533 0-59.638 14.677-77.856 37.573l-0.156 0.203c-5.814 7.406-10.641 15.956-14.067 25.186l-0.213 0.654c-1.713 3.794-2.712 8.227-2.712 12.892 0 17.673 14.327 32 32 32 14.47 0 26.697-9.604 30.653-22.785l0.058-0.227c1.207-3.259 2.802-6.077 4.771-8.588l-0.051 0.068c6.475-8.021 16.307-13.108 27.327-13.108 7.774 0 14.957 2.532 20.769 6.816l-0.096-0.068c6.917 4.936 11.722 12.447 13.019 21.106l0.021 0.174c0.184 1.259 0.289 2.712 0.289 4.19 0 7.178-2.474 13.777-6.617 18.992l0.048-0.063c-0.109 0.13-0.215 0.273-0.31 0.424l-0.010 0.016-114.76 153.28c-3.977 5.274-6.37 11.938-6.37 19.16 0 17.673 14.327 32 32 32 0.004 0 0.007-0 0.011-0l127.999 0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64l76.32-102.12c12.301-15.725 19.725-35.781 19.725-57.572 0-4.738-0.351-9.393-1.028-13.942l0.063 0.514z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-numbers-fill"]},"attrs":[{}],"properties":{"order":30204,"id":528,"name":"list-numbers-fill","prevSize":16,"code":60367},"setIdx":4,"setId":4,"iconIdx":719},{"icon":{"paths":["M128 288v-64c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0 64c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 576h704c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0h-704c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0zM608 704h-448c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32v0h448c17.673 0 32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0zM928 736h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-plus-fill"]},"attrs":[{}],"properties":{"order":30205,"id":527,"name":"list-plus-fill","prevSize":16,"code":60368},"setIdx":4,"setId":4,"iconIdx":720},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 704c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h288v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h288v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-704c0-35.346-28.654-64-64-64v0zM384 448h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM384 320h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM544 736c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 448h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM800 320h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lockers-fill"]},"attrs":[{}],"properties":{"order":30206,"id":526,"name":"lockers-fill","prevSize":16,"code":60369},"setIdx":4,"setId":4,"iconIdx":721},{"icon":{"paths":["M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM512 656c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM640 320h-256v-96c0-70.692 57.308-128 128-128s128 57.308 128 128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-fill"]},"attrs":[{}],"properties":{"order":30207,"id":525,"name":"lock-fill","prevSize":16,"code":60370},"setIdx":4,"setId":4,"iconIdx":722},{"icon":{"paths":["M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM544 634.52v101.48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-101.48c-37.605-13.577-64-48.961-64-90.51 0-53.019 42.981-96 96-96s96 42.981 96 96c0 41.549-26.395 76.933-63.332 90.298l-0.668 0.211zM640 320h-256v-96c0-70.692 57.308-128 128-128s128 57.308 128 128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-key-fill"]},"attrs":[{}],"properties":{"order":30208,"id":524,"name":"lock-key-fill","prevSize":16,"code":60371},"setIdx":4,"setId":4,"iconIdx":723},{"icon":{"paths":["M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM544 634.52v101.48c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-101.48c-37.605-13.577-64-48.961-64-90.51 0-53.019 42.981-96 96-96s96 42.981 96 96c0 41.549-26.395 76.933-63.332 90.298l-0.668 0.211z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-key-open-fill"]},"attrs":[{}],"properties":{"order":30209,"id":523,"name":"lock-key-open-fill","prevSize":16,"code":60372},"setIdx":4,"setId":4,"iconIdx":724},{"icon":{"paths":["M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256zM736 768h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM736 640h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM736 512h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-laminated-fill"]},"attrs":[{}],"properties":{"order":30210,"id":522,"name":"lock-laminated-fill","prevSize":16,"code":60373},"setIdx":4,"setId":4,"iconIdx":725},{"icon":{"paths":["M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM736 768h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM736 640h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM736 512h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-laminated-open-fill"]},"attrs":[{}],"properties":{"order":30211,"id":521,"name":"lock-laminated-open-fill","prevSize":16,"code":60374},"setIdx":4,"setId":4,"iconIdx":726},{"icon":{"paths":["M832 320h-448v-96c0-70.692 57.308-128 128-128v0c61.48 0 116.8 44 128.64 102.36 3.188 14.577 15.987 25.329 31.297 25.329 17.673 0 32-14.327 32-32 0-2.14-0.21-4.23-0.61-6.252l0.034 0.203c-18.080-89.040-98.56-153.64-191.36-153.64-105.993 0.114-191.886 86.007-192 191.989l-0 0.011v96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM512 656c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-open-fill"]},"attrs":[{}],"properties":{"order":30212,"id":520,"name":"lock-open-fill","prevSize":16,"code":60375},"setIdx":4,"setId":4,"iconIdx":727},{"icon":{"paths":["M832 320h-128v-96c0-106.039-85.961-192-192-192s-192 85.961-192 192v0 96h-128c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 224c0-70.692 57.308-128 128-128s128 57.308 128 128v0 96h-256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-simple-fill"]},"attrs":[{}],"properties":{"order":30213,"id":519,"name":"lock-simple-fill","prevSize":16,"code":60376},"setIdx":4,"setId":4,"iconIdx":728},{"icon":{"paths":["M896 384v448c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h128v-96c0.114-105.993 86.007-191.886 191.989-192l0.011-0c92.8 0 173.28 64.6 191.36 153.64 0.367 1.819 0.577 3.909 0.577 6.049 0 17.673-14.327 32-32 32-15.31 0-28.109-10.752-31.258-25.117l-0.039-0.212c-11.84-58.36-67.16-102.36-128.64-102.36-70.692 0-128 57.308-128 128v0 96h448c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-simple-open-fill"]},"attrs":[{}],"properties":{"order":30214,"id":518,"name":"lock-simple-open-fill","prevSize":16,"code":60377},"setIdx":4,"setId":4,"iconIdx":729},{"icon":{"paths":["M992 608c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM224 288h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM736 768h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM877.24 320l-557.24 557.24c-11.58 11.573-27.574 18.73-45.24 18.73s-33.66-7.157-45.24-18.731l-82.8-82.72c-11.585-11.582-18.75-27.584-18.75-45.26s7.166-33.678 18.75-45.26l557.28-557.24c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l82.72 82.72c11.585 11.582 18.75 27.584 18.75 45.26s-7.166 33.678-18.75 45.26l-0 0zM832 274.76l-82.76-82.76-128 128 82.76 82.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magic-wand-fill"]},"attrs":[{}],"properties":{"order":30215,"id":517,"name":"magic-wand-fill","prevSize":16,"code":60378},"setIdx":4,"setId":4,"iconIdx":730},{"icon":{"paths":["M828 201c-63.484-64.754-151.844-104.918-249.585-105l-1.335-0c-0.267-0.001-0.583-0.001-0.9-0.001-97.001 0-184.783 39.469-248.163 103.224l-0.017 0.017-245.56 248.76c-11.43 11.556-18.491 27.453-18.491 44.999 0 17.666 7.158 33.66 18.731 45.241l114.64 114.64c11.535 11.589 27.498 18.76 45.137 18.76 0.050 0 0.1-0 0.151-0l-0.008 0h0.36c17.812-0.099 33.886-7.459 45.428-19.268l0.012-0.012 243.6-249.6c11.616-11.504 27.604-18.611 45.252-18.611 17.224 0 32.867 6.77 44.413 17.795l-0.025-0.024c11.676 11.352 18.92 27.209 18.92 44.758 0 0.001-0 0.002-0 0.002l0-0c0.002 0.183 0.003 0.399 0.003 0.616 0 18.464-7.407 35.198-19.411 47.393l0.009-0.009-249.16 240.84c-11.981 11.644-19.415 27.911-19.415 45.915 0 17.668 7.159 33.664 18.735 45.245l114.64 114.64c11.611 11.542 27.614 18.675 45.284 18.675 17.429 0 33.237-6.941 44.81-18.209l-0.014 0.014 247.2-241.8c137.8-138 139.92-361.76 4.76-499zM242.6 607.56l-114.6-114.6 117.68-119.24 113.92 113.92zM531.16 896l-114.72-114.6 120.52-116.52 113.96 113.92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnet-fill"]},"attrs":[{}],"properties":{"order":30216,"id":516,"name":"magnet-fill","prevSize":16,"code":60379},"setIdx":4,"setId":4,"iconIdx":731},{"icon":{"paths":["M800 160h-160c-35.346 0-64 28.654-64 64v0 352c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-352c0-35.346-28.654-64-64-64v0h-160c-35.346 0-64 28.654-64 64v0 352c0 194.404 157.596 352 352 352v0h2.68c192.6-1.44 349.32-161.16 349.32-356v-348c0-35.346-28.654-64-64-64v0zM800 224v160h-160v-160zM384 224v160h-160v-160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnet-straight-fill"]},"attrs":[{}],"properties":{"order":30217,"id":515,"name":"magnet-straight-fill","prevSize":16,"code":60380},"setIdx":4,"setId":4,"iconIdx":732},{"icon":{"paths":["M672 448c0 123.712-100.288 224-224 224s-224-100.288-224-224c0-123.712 100.288-224 224-224v0c123.712 0 224 100.288 224 224v0zM918.64 918.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-200.24-200.28c-60.545 50.645-139.242 81.4-225.121 81.4-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352 0 85.989-30.833 164.776-82.047 225.909l0.448-0.549 200.24 200.24c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM448 736c159.058 0 288-128.942 288-288s-128.942-288-288-288c-159.058 0-288 128.942-288 288v0c0.182 158.985 129.015 287.818 287.983 288l0.017 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnifying-glass-fill"]},"attrs":[{}],"properties":{"order":30218,"id":514,"name":"magnifying-glass-fill","prevSize":16,"code":60381},"setIdx":4,"setId":4,"iconIdx":733},{"icon":{"paths":["M918.64 873.36l-200.24-200.24c50.917-60.738 81.843-139.736 81.843-225.957 0-194.868-157.972-352.84-352.84-352.84s-352.84 157.972-352.84 352.84c0 194.868 157.972 352.84 352.84 352.84 86.111 0 165.018-30.847 226.272-82.095l-0.555 0.452 200.24 200.28c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM576 480h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnifying-glass-minus-fill"]},"attrs":[{}],"properties":{"order":30219,"id":513,"name":"magnifying-glass-minus-fill","prevSize":16,"code":60382},"setIdx":4,"setId":4,"iconIdx":734},{"icon":{"paths":["M918.64 873.36l-200.24-200.24c50.917-60.738 81.843-139.736 81.843-225.957 0-194.868-157.972-352.84-352.84-352.84s-352.84 157.972-352.84 352.84c0 194.868 157.972 352.84 352.84 352.84 86.111 0 165.018-30.847 226.272-82.095l-0.555 0.452 200.24 200.28c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM576 480h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnifying-glass-plus-fill"]},"attrs":[{}],"properties":{"order":30220,"id":512,"name":"magnifying-glass-plus-fill","prevSize":16,"code":60383},"setIdx":4,"setId":4,"iconIdx":735},{"icon":{"paths":["M512 64c-194.313 0.228-351.772 157.687-352 351.978l-0 0.022c0 301.2 320 528.68 333.64 538.2 5.116 3.623 11.485 5.791 18.36 5.791s13.244-2.168 18.46-5.858l-0.1 0.067c13.64-9.52 333.64-237 333.64-538.2-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM512 288c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128v0c0-70.692 57.308-128 128-128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["map-pin-fill"]},"attrs":[{}],"properties":{"order":30221,"id":511,"name":"map-pin-fill","prevSize":16,"code":60384},"setIdx":4,"setId":4,"iconIdx":736},{"icon":{"paths":["M800 896h-197.84c33.451-29.949 64.1-60.966 92.774-93.756l1.066-1.244c109.8-126.28 168-259.4 168-385 0-194.404-157.596-352-352-352s-352 157.596-352 352v0c0 125.6 58.040 258.72 168 385 29.738 34.032 60.388 65.049 92.828 94.109l1.012 0.891h-197.84c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h576c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 288c70.692 0 128 57.308 128 128s-57.308 128-128 128c-70.692 0-128-57.308-128-128v0c0-70.692 57.308-128 128-128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["map-pin-line-fill"]},"attrs":[{}],"properties":{"order":30222,"id":510,"name":"map-pin-line-fill","prevSize":16,"code":60385},"setIdx":4,"setId":4,"iconIdx":737},{"icon":{"paths":["M915.68 198.76c-5.368-4.214-12.221-6.758-19.668-6.758-2.76 0-5.439 0.349-7.994 1.006l0.222-0.048-244.52 61.12-245.4-122.72c-4.162-2.121-9.077-3.364-14.283-3.364-2.769 0-5.456 0.352-8.019 1.013l0.222-0.049-256 64c-14.031 3.594-24.238 16.125-24.24 31.040l-0 0v576c0.003 17.671 14.329 31.995 32 31.995 2.756 0 5.43-0.348 7.982-1.003l-0.222 0.048 244.52-61.12 245.4 122.72c4.177 2.105 9.102 3.344 14.315 3.36l0.005 0c2.757-0.002 5.431-0.352 7.982-1.008l-0.222 0.048 256-64c14.031-3.594 24.238-16.125 24.24-31.040l0-0v-576c0-0.002 0-0.005 0-0.007 0-10.221-4.792-19.322-12.251-25.181l-0.069-0.052zM384 704c-2.757 0.002-5.431 0.352-7.982 1.008l0.222-0.048-216.24 54.040v-510l220.28-55.080 3.72 1.84zM864 775l-220.28 55.080-3.72-1.84v-508.24c0.042 0 0.091 0 0.141 0 2.705 0 5.331-0.336 7.84-0.967l-0.221 0.047 216.24-54.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["map-trifold-fill"]},"attrs":[{}],"properties":{"order":30223,"id":509,"name":"map-trifold-fill","prevSize":16,"code":60386},"setIdx":4,"setId":4,"iconIdx":738},{"icon":{"paths":["M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM352 825.48v-121.48h320v121.48c-46.549 24.13-101.622 38.28-160 38.28s-113.451-14.15-161.977-39.208l1.977 0.928zM416 544h192v96h-192zM760.88 760.92c-8 8-16.32 15.48-24.88 22.56v-79.48c0-35.346-28.654-64-64-64v0-96c-0.041-32.124-23.743-58.701-54.612-63.238l-0.348-0.042-42.64-187.52c-6.711-28.717-32.096-49.779-62.4-49.779s-55.689 21.062-62.315 49.346l-0.085 0.433-42.64 187.52c-31.217 4.579-54.919 31.156-54.96 63.276l-0 0.004v96c-35.346 0-64 28.654-64 64v0 79.48c-8.56-7.080-16.88-14.56-24.88-22.56-63.712-63.702-103.12-151.71-103.12-248.923 0-194.404 157.596-352 352-352s352 157.596 352 352c0 97.213-39.408 185.221-103.119 248.922l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["marker-circle-fill"]},"attrs":[{}],"properties":{"order":30224,"id":508,"name":"marker-circle-fill","prevSize":16,"code":60387},"setIdx":4,"setId":4,"iconIdx":739},{"icon":{"paths":["M950.64 182.64c5.798-5.792 9.385-13.797 9.385-22.64 0-17.673-14.327-32-32-32-0.009 0-0.018 0-0.027 0l-831.999-0c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 406.64 406.6v242.76h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-242.76zM850.64 192l-64 64h-549.4l-64-64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["martini-fill"]},"attrs":[{}],"properties":{"order":30225,"id":507,"name":"martini-fill","prevSize":16,"code":60388},"setIdx":4,"setId":4,"iconIdx":740},{"icon":{"paths":["M868 139.2c-10.093-7.013-22.607-11.203-36.099-11.203-8.342 0-16.309 1.602-23.611 4.515l0.43-0.151c-56.12 21.84-169.44 58.48-296.72 58.48s-240.64-36.64-296.84-58.48c-6.868-2.745-14.828-4.337-23.16-4.337-35.338 0-63.987 28.641-64 63.976l-0 0.001v223.080c0 143.36 38.6 278.6 108.72 380.72 72.64 105.84 170.4 164 275.28 164s202.64-58.28 275.28-164c70.12-102.040 108.72-237.28 108.72-380.64v-223.16c-0.041-21.86-11.034-41.143-27.783-52.659l-0.217-0.141zM312 533.32c-5.909 6.624-14.47 10.775-24 10.775-17.737 0-32.115-14.379-32.115-32.115 0-8.207 3.078-15.694 8.143-21.372l-0.028 0.032c23-25.52 64.72-42.64 104-42.64s81 17.12 104 42.64c5.037 5.646 8.115 13.133 8.115 21.34 0 17.737-14.379 32.115-32.115 32.115-9.53 0-18.091-4.151-23.972-10.744l-0.028-0.032c-10.72-12-35.4-21.32-56-21.32s-45.44 9.36-56 21.32zM673.96 724.76c-39.069 46.141-97.037 75.235-161.8 75.235s-122.731-29.095-161.545-74.926l-0.255-0.309c-5.557-5.749-8.982-13.589-8.982-22.23 0-17.673 14.327-32 32-32 10.376 0 19.598 4.938 25.445 12.592l0.057 0.077c27.251 32.378 67.8 52.809 113.12 52.809s85.868-20.431 112.937-52.585l0.183-0.224c5.906-6.887 14.616-11.224 24.34-11.224 17.675 0 32.004 14.329 32.004 32.004 0 7.952-2.9 15.226-7.7 20.823l0.036-0.043zM757.36 536c-5.636 5.061-13.127 8.155-21.341 8.155-9.467 0-17.974-4.111-23.833-10.645l-0.027-0.030c-10.72-12-35.4-21.32-56-21.32s-45.44 9.36-56 21.32c-5.93 6.645-14.519 10.808-24.080 10.808-17.799 0-32.228-14.429-32.228-32.228 0-8.238 3.091-15.754 8.176-21.452l-0.028 0.032c22.84-25.52 64.56-42.64 104-42.64s81 17.12 104 42.64c5.077 5.64 8.182 13.143 8.182 21.371 0 9.536-4.171 18.098-10.788 23.96l-0.034 0.029z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mask-happy-fill"]},"attrs":[{}],"properties":{"order":30226,"id":506,"name":"mask-happy-fill","prevSize":16,"code":60389},"setIdx":4,"setId":4,"iconIdx":741},{"icon":{"paths":["M868 139.2c-10.093-7.013-22.607-11.203-36.099-11.203-8.342 0-16.309 1.602-23.611 4.515l0.43-0.151c-56.12 21.84-169.44 58.48-296.72 58.48s-240.64-36.64-296.84-58.48c-6.868-2.745-14.828-4.337-23.16-4.337-35.338 0-63.987 28.641-64 63.976l-0 0.001v223.080c0 143.36 38.6 278.6 108.72 380.72 72.64 105.84 170.4 164 275.28 164s202.64-58.28 275.28-164c70.12-102.040 108.72-237.28 108.72-380.64v-223.16c-0.041-21.86-11.034-41.143-27.783-52.659l-0.217-0.141zM264 501.32c-5.037-5.646-8.115-13.133-8.115-21.34 0-17.737 14.379-32.115 32.115-32.115 9.53 0 18.091 4.151 23.972 10.744l0.028 0.032c10.72 12 35.4 21.36 56 21.36s45.44-9.4 56-21.36c5.909-6.624 14.47-10.775 24-10.775 17.737 0 32.115 14.379 32.115 32.115 0 8.207-3.078 15.694-8.143 21.372l0.028-0.032c-23 25.52-64.72 42.68-104 42.68s-81-17.16-104-42.68zM634.48 753.72c-5.788 8.614-15.473 14.221-26.471 14.28l-0.009 0c-0.014 0-0.031 0-0.048 0-6.574 0-12.681-2.003-17.743-5.431l0.111 0.071c-26.040-17.28-46.32-26.64-78.32-26.64s-52.28 9.36-78.28 26.64c-4.88 3.167-10.847 5.051-17.255 5.051-17.673 0-32-14.327-32-32 0-10.873 5.423-20.479 13.711-26.262l0.104-0.069c33.72-22.44 65.96-37.36 113.72-37.36s80 14.92 113.72 37.36c8.655 5.819 14.273 15.574 14.273 26.641 0 6.602-1.999 12.737-5.426 17.833l0.073-0.115zM759.68 501.32c-22.84 25.52-64.56 42.68-104 42.68s-81-17.16-104-42.68c-5.013-5.655-8.075-13.14-8.075-21.34 0-17.803 14.432-32.235 32.235-32.235 9.603 0 18.225 4.199 24.131 10.861l0.029 0.034c10.72 12 35.4 21.36 56 21.36s45.44-9.4 56-21.36c5.909-6.624 14.47-10.775 24-10.775 17.737 0 32.115 14.379 32.115 32.115 0 8.207-3.078 15.694-8.143 21.372l0.028-0.032z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mask-sad-fill"]},"attrs":[{}],"properties":{"order":30227,"id":505,"name":"mask-sad-fill","prevSize":16,"code":60390},"setIdx":4,"setId":4,"iconIdx":742},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM585.36 310.64c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4 41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-41.4 41.36 41.4 41.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36zM448 704h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM448 384h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM768 768h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM768 640h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["math-operations-fill"]},"attrs":[{}],"properties":{"order":30228,"id":504,"name":"math-operations-fill","prevSize":16,"code":60391},"setIdx":4,"setId":4,"iconIdx":743},{"icon":{"paths":["M864 384c0-0.062 0-0.136 0-0.209 0-194.404-157.596-352-352-352s-352 157.596-352 352c0 109.037 49.577 206.494 127.418 271.060l0.582 0.469v304.68c-0 0.007-0 0.015-0 0.023 0 17.673 14.327 32 32 32 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 177.68-88.64 177.72 88.84c4.075 1.995 8.868 3.162 13.933 3.162 0.122 0 0.244-0.001 0.365-0.002l-0.019 0c17.673 0 32-14.327 32-32v0-304.68c78.417-64.926 128-162.296 128-271.246 0-0.026-0-0.052-0-0.078l0 0.004zM224 384c0-159.058 128.942-288 288-288s288 128.942 288 288c0 159.058-128.942 288-288 288v0c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017zM288 384c0-123.712 100.288-224 224-224s224 100.288 224 224c0 123.712-100.288 224-224 224v0c-123.657-0.137-223.863-100.343-224-223.987l-0-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["medal-fill"]},"attrs":[{}],"properties":{"order":30229,"id":503,"name":"medal-fill","prevSize":16,"code":60392},"setIdx":4,"setId":4,"iconIdx":744},{"icon":{"paths":["M828 128h-632c-37.555 0-68 30.445-68 68v0 196.84c0.036 27.374 16.242 50.955 39.578 61.706l0.422 0.174 250.4 113.8c-59.049 33.507-98.24 95.952-98.24 167.55 0 106.039 85.961 192 192 192s192-85.961 192-192c0-71.598-39.191-134.043-97.29-167.053l-0.95-0.497 250.080-113.8c23.758-10.925 39.964-34.506 40-61.875l0-0.005v-196.84c0-37.555-30.445-68-68-68v0zM384 192h256v290.68l-128 58.16-128-58.16zM512 864c-70.692 0-128-57.308-128-128s57.308-128 128-128c70.692 0 128 57.308 128 128v0c0 70.692-57.308 128-128 128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["medal-military-fill"]},"attrs":[{}],"properties":{"order":30230,"id":502,"name":"medal-military-fill","prevSize":16,"code":60393},"setIdx":4,"setId":4,"iconIdx":745},{"icon":{"paths":["M544 512c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.321 0.159 255.841 114.679 256 255.985l0 0.015zM736 256c-22.72 0-65.6 11.040-97.28 85-19.8 46.2-30.72 107-30.72 171s10.92 124.8 30.72 171c31.68 73.96 74.56 85 97.28 85s65.6-11.040 97.28-85c19.8-46.2 30.72-107 30.72-171s-10.92-124.8-30.72-171c-31.68-73.96-74.56-85-97.28-85zM960 256c-17.673 0-32 14.327-32 32v0 448c0 17.673 14.327 32 32 32s32-14.327 32-32v0-448c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["medium-logo-fill"]},"attrs":[{}],"properties":{"order":30231,"id":501,"name":"medium-logo-fill","prevSize":16,"code":60394},"setIdx":4,"setId":4,"iconIdx":746},{"icon":{"paths":["M768 288h-159.2c-11.64-0.68-214.48-14.96-407.64-176.96-11.045-9.324-25.441-14.991-41.16-14.991-35.329 0-63.972 28.626-64 63.949l-0 0.003v640c0.005 35.342 28.657 63.991 64 63.991 15.719 0 30.115-5.667 41.255-15.070l-0.095 0.078c151.080-126.72 308-163.040 374.84-173.2v126.88c-0 0.024-0 0.053-0 0.082 0 22.107 11.209 41.596 28.253 53.094l0.227 0.145 44 29.32c9.982 6.745 22.286 10.768 35.53 10.768 29.692 0 54.662-20.22 61.89-47.642l0.1-0.446 47.080-177.44c95.485-12.068 168.588-92.781 168.588-190.567 0-106.039-85.961-192-192-192-0.587 0-1.172 0.003-1.758 0.008l0.090-0.001zM684 831.56v0.44l-44-29.32v-130.68h86.4zM768 608h-128v-256h128c70.692 0 128 57.308 128 128s-57.308 128-128 128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["megaphone-fill"]},"attrs":[{}],"properties":{"order":30232,"id":500,"name":"megaphone-fill","prevSize":16,"code":60395},"setIdx":4,"setId":4,"iconIdx":747},{"icon":{"paths":["M882.16 346.64l-704.24-216c-5.366-1.625-11.534-2.56-17.92-2.56-35.318 0-63.954 28.608-64 63.916l-0 0.004v576c0 35.346 28.654 64 64 64v0c0.007 0 0.015 0 0.023 0 6.436 0 12.65-0.95 18.51-2.717l-0.453 0.117 333.92-102.48v41.080c0 35.346 28.654 64 64 64v0h128c35.346 0 64-28.654 64-64v0-119.6l114.16-35c26.663-8.195 45.73-32.556 45.84-61.387l0-0.013v-144c-0.129-28.828-19.19-53.169-45.384-61.239l-0.456-0.121zM704 768h-128v-60.72l128-39.28zM864 552h-0.44l-287.56 88.32v-320.68l288 88.36v144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["megaphone-simple-fill"]},"attrs":[{}],"properties":{"order":30233,"id":499,"name":"megaphone-simple-fill","prevSize":16,"code":60396},"setIdx":4,"setId":4,"iconIdx":748},{"icon":{"paths":["M512 96c-0.027-0-0.059-0-0.091-0-229.75 0-416 186.25-416 416 0 71.565 18.071 138.91 49.9 197.72l-1.089-2.2-45.4 136.2c-2.084 6.042-3.287 13.004-3.287 20.247 0 35.346 28.654 64 64 64 7.243 0 14.205-1.203 20.698-3.421l-0.45 0.134 136.2-45.4c56.567 30.683 123.852 48.72 195.349 48.72 229.75 0 416-186.25 416-416 0-229.69-186.152-415.903-415.82-416l-0.009-0zM726.64 470.64l-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l128-128c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l105.36 105.4 105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["messenger-logo-fill"]},"attrs":[{}],"properties":{"order":30234,"id":498,"name":"messenger-logo-fill","prevSize":16,"code":60397},"setIdx":4,"setId":4,"iconIdx":749},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM804.92 681.040c-22.52 36-57.32 54.96-100.64 54.96-82.92 0-139.24-101.24-198.88-208.44-43.52-78.24-97.68-175.56-142.96-175.56-49.72 0-106.44 115.52-106.44 216.84 0 33.040 6 60 17.36 78.24 10.64 16.92 25.36 24.92 46.36 24.92 24.32 0 54.080-28 90.96-86.040 5.839-8.503 15.508-14.008 26.463-14.008 17.673 0 32 14.327 32 32 0 6.041-1.674 11.691-4.583 16.511l0.080-0.144c-65.28 102.52-111.76 115.68-144.92 115.68-43.32 0-78.12-19-100.64-54.96-17.72-28.32-27.080-67.12-27.080-112 0.765-66.058 16.938-128.165 45.082-183.127l-1.082 2.327c33.36-64.64 78.28-100.24 126.44-100.24 82.92 0 139.24 101.24 198.88 208.44 43.52 78.2 97.68 175.56 142.96 175.56 21 0 35.72-8 46.36-24.92 11.36-18.12 17.36-45.2 17.36-78.24 0-101.32-56.72-216.84-106.44-216.84-13.6 0-29.4 9.24-46.96 27.52-5.834 6.063-14.017 9.83-23.080 9.83-17.679 0-32.010-14.331-32.010-32.010 0-8.616 3.404-16.436 8.94-22.19l-0.010 0.010c30.52-31.72 60.96-47.16 93.12-47.16 48 0 93.080 35.6 126.48 100.24 27.032 52.576 43.202 114.609 43.998 180.342l0.002 0.258c-0.040 45.080-9.4 83.88-27.12 112.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["meta-logo-fill"]},"attrs":[{}],"properties":{"order":30235,"id":497,"name":"meta-logo-fill","prevSize":16,"code":60398},"setIdx":4,"setId":4,"iconIdx":750},{"icon":{"paths":["M748.56 459.36l107.12-117.84c5.004-5.621 8.062-13.072 8.062-21.236 0-17.673-14.327-32-32-32-9.239 0-17.563 3.915-23.405 10.177l-0.017 0.019-82.2 90.4-68.8-216.28c-8.398-26.070-32.442-44.6-60.813-44.6-0.066 0-0.131 0-0.197 0l0.010-0h-168.68c-0.055-0-0.121-0-0.187-0-28.371 0-52.415 18.531-60.687 44.149l-0.126 0.451-203.64 640c-1.91 5.797-3.011 12.47-3.011 19.4 0 35.346 28.654 64 64 64 0.004 0 0.008-0 0.012-0l575.999 0c0.003 0 0.007 0 0.011 0 35.346 0 64-28.654 64-64 0-6.93-1.101-13.603-3.139-19.853l0.128 0.453zM285.080 640l142.56-448h168.68l80 251.6-178.48 196.4zM584.32 640l114.48-125.92 40 125.92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["metronome-fill"]},"attrs":[{}],"properties":{"order":30236,"id":496,"name":"metronome-fill","prevSize":16,"code":60399},"setIdx":4,"setId":4,"iconIdx":751},{"icon":{"paths":["M320 512v-256c0-106.039 85.961-192 192-192s192 85.961 192 192v0 256c0 106.039-85.961 192-192 192s-192-85.961-192-192v0zM832 512c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 141.385-114.615 256-256 256s-256-114.615-256-256v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0.21 165.383 125.674 301.397 286.613 318.282l1.387 0.118v97.6c0 17.673 14.327 32 32 32s32-14.327 32-32v0-97.6c162.326-17.003 287.79-153.017 288-318.379l0-0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microphone-fill"]},"attrs":[{}],"properties":{"order":30237,"id":495,"name":"microphone-fill","prevSize":16,"code":60400},"setIdx":4,"setId":4,"iconIdx":752},{"icon":{"paths":["M853.52 887.68c-5.661 5.158-13.221 8.317-21.52 8.317-9.373 0-17.805-4.030-23.657-10.451l-0.023-0.025-105.84-116.4c-44.123 33.038-98.251 55.088-157.121 61.127l-1.359 0.113v97.64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-97.6c-162.326-17.003-287.79-153.017-288-318.379l-0-0.021c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0.020 141.37 114.628 255.965 256 255.965 55.122 0 106.176-17.422 147.954-47.059l-0.794 0.535-43.52-48c-29.303 19.048-65.149 30.375-103.64 30.375-105.974 0-191.894-85.856-192-191.805l-0-0.010v-163.64l-151.68-166.84c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032 640 704c5.158 5.661 8.317 13.221 8.317 21.52 0 9.373-4.030 17.805-10.451 23.657l-0.025 0.023zM648.32 519.24c5.875 6.447 14.307 10.477 23.68 10.477 17.672 0 31.998-14.325 32-31.996l0-0v-241.72c-0.002-106.037-85.963-191.996-192-191.996-68.692 0-128.959 36.074-162.89 90.311l-0.47 0.806c-3.048 4.811-4.858 10.669-4.858 16.95 0 8.247 3.119 15.765 8.243 21.438l-0.025-0.028zM768.72 646.56c3.446 1.383 7.44 2.185 11.622 2.185 13.494 0 25.037-8.352 29.742-20.169l0.076-0.216c13.822-34.359 21.84-74.197 21.84-115.907 0-0.159-0-0.319-0-0.478l0 0.025c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 0.126 0 0.276 0 0.426 0 33.341-6.403 65.186-18.046 94.374l0.605-1.72c-1.395 3.459-2.204 7.47-2.204 11.671 0 13.486 8.342 25.023 20.148 29.733l0.216 0.076z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microphone-slash-fill"]},"attrs":[{}],"properties":{"order":30238,"id":494,"name":"microphone-slash-fill","prevSize":16,"code":60401},"setIdx":4,"setId":4,"iconIdx":753},{"icon":{"paths":["M460.24 185.44c-2.896-2.897-6.896-4.688-11.316-4.688-5.411 0-10.195 2.686-13.090 6.798l-0.034 0.051c-32.405 45.753-51.8 102.713-51.8 164.204 0 0.069 0 0.138 0 0.206l-0-0.011c0.032 13.317 0.947 26.389 2.689 39.198l-0.169-1.518-278.040 379.2c-7.797 10.45-12.484 23.619-12.484 37.883 0 17.686 7.205 33.688 18.84 45.233l0.004 0.004 57.16 57.16c11.549 11.639 27.551 18.844 45.237 18.844 14.264 0 27.433-4.687 38.051-12.604l-0.169 0.12 379.24-278.12c11.255 1.594 24.307 2.537 37.567 2.6l0.073 0c0.080 0 0.175 0 0.27 0 61.441 0 118.36-19.364 164.987-52.321l-0.897 0.601c4.162-2.93 6.848-7.713 6.848-13.124 0-4.419-1.792-8.42-4.688-11.316l-0-0zM470.68 598.56l-64 64c-5.842 6.14-14.075 9.959-23.199 9.959-17.673 0-32-14.327-32-32 0-9.125 3.819-17.357 9.946-23.187l0.013-0.013 64-64c5.727-5.449 13.492-8.801 22.041-8.801 17.673 0 32 14.327 32 32 0 8.548-3.352 16.314-8.813 22.054l0.013-0.013zM908.28 516.32c-2.928 4.176-7.72 6.872-13.141 6.872-4.431 0-8.441-1.801-11.339-4.711l-0.001-0.001-378.28-378.28c-2.911-2.898-4.712-6.908-4.712-11.339 0-5.421 2.696-10.213 6.821-13.107l0.051-0.034c45.909-32.387 103.014-51.765 164.645-51.765 158.903 0 287.72 128.817 287.72 287.72 0 61.631-19.378 118.735-52.373 165.554l0.608-0.91z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microphone-stage-fill"]},"attrs":[{}],"properties":{"order":30239,"id":493,"name":"microphone-stage-fill","prevSize":16,"code":60402},"setIdx":4,"setId":4,"iconIdx":754},{"icon":{"paths":["M800 96h-512c-35.346 0-64 28.654-64 64v0 96h-64c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h64v96c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM288 640c-0.004 0-0.008 0-0.012 0-17.673 0-32-14.327-32-32 0-7.814 2.801-14.974 7.453-20.53l-0.041 0.050 62.96-75.52-62.96-75.52c-4.61-5.507-7.409-12.667-7.409-20.48 0-17.678 14.331-32.009 32.009-32.009 9.865 0 18.687 4.463 24.559 11.479l0.041 0.050 55.4 66.48 55.4-66.48c5.913-7.067 14.735-11.529 24.6-11.529 17.678 0 32.009 14.331 32.009 32.009 0 7.813-2.799 14.973-7.45 20.53l0.041-0.050-62.96 75.52 62.96 75.52c4.61 5.507 7.409 12.667 7.409 20.48 0 17.678-14.331 32.009-32.009 32.009-9.865 0-18.687-4.463-24.559-11.479l-0.041-0.050-55.4-66.48-55.4 66.48c-5.911 7.061-14.729 11.52-24.588 11.52-0.004 0-0.008-0-0.013-0l0.001 0zM512 864h-224v-96h224zM512 256h-224v-96h224zM800 864h-224v-96c35.346 0 64-28.654 64-64v0-32h160zM800 608h-160v-192h160zM800 352h-160v-32c0-35.346-28.654-64-64-64v0-96h224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-excel-logo-fill"]},"attrs":[{}],"properties":{"order":30240,"id":492,"name":"microsoft-excel-logo-fill","prevSize":16,"code":60403},"setIdx":4,"setId":4,"iconIdx":755},{"icon":{"paths":["M352 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM928 480v352c-0.011 18.276-7.68 34.758-19.971 46.413l-0.029 0.027c-0.893 0.9-1.832 1.751-2.815 2.549l-0.065 0.051c-11.003 9.304-25.351 14.96-41.021 14.96-0.035 0-0.070-0-0.105-0l0.005 0h-512c-35.346 0-64-28.654-64-64v0-64h-128c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h224v-64c0-35.346 28.654-64 64-64v0h320c35.346 0 64 28.654 64 64v0 224h32c15.209 0.016 29.168 5.354 40.117 14.252l-0.117-0.092 0.32 0.28 0.56 0.44c1.082 0.86 2.049 1.75 2.947 2.706l0.013 0.014c12.397 11.633 20.129 28.11 20.16 46.394l0 0.006zM448 256h96c35.346 0 64 28.654 64 64v0 296.52l160-115.56v-308.96h-320zM352 640c70.692 0 128-57.308 128-128s-57.308-128-128-128c-70.692 0-128 57.308-128 128v0c0 70.692 57.308 128 128 128v0zM797.040 832l-189.040-136.52v8.52c0 35.346-28.654 64-64 64v0h-192v64zM864 510.6l-201.36 145.4 201.36 145.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-outlook-logo-fill"]},"attrs":[{}],"properties":{"order":30241,"id":491,"name":"microsoft-outlook-logo-fill","prevSize":16,"code":60404},"setIdx":4,"setId":4,"iconIdx":756},{"icon":{"paths":["M544 96c-132.787 0.179-251.017 62.348-327.326 159.114l-0.674 0.886h-56c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h56c76.843 97.777 195.106 160 327.902 160 229.75 0 416-186.25 416-416 0-229.716-186.194-415.945-415.897-416l-0.005-0zM288 608v-192c0-17.673 14.327-32 32-32v0h64c53.019 0 96 42.981 96 96s-42.981 96-96 96v0h-32v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 862.52c-81.712-7.81-154.15-42.364-209.656-94.685l0.176 0.165h209.48zM512 256h-209.48c55.33-52.156 127.769-86.71 208.049-94.409l1.431-0.111zM576 161.48c169.036 16.113 302.407 149.484 318.41 317.097l0.11 1.423h-254.52v-160c0-35.346-28.654-64-64-64v0zM576 862.52v-94.52c35.346 0 64-28.654 64-64v0-160h254.52c-16.113 169.036-149.484 302.407-317.097 318.41l-1.423 0.11zM384 512h-32v-64h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-powerpoint-logo-fill"]},"attrs":[{}],"properties":{"order":30242,"id":490,"name":"microsoft-powerpoint-logo-fill","prevSize":16,"code":60405},"setIdx":4,"setId":4,"iconIdx":757},{"icon":{"paths":["M877.040 320h-30.28c10.836-18.294 17.24-40.322 17.24-63.845 0-0.054-0-0.109-0-0.163l0 0.008c0-0.020 0-0.044 0-0.068 0-70.692-57.308-128-128-128-20.191 0-39.29 4.675-56.274 13.002l0.754-0.334c-28.614-46.148-78.99-76.424-136.437-76.424-88.366 0-160 71.634-160 160 0 11.264 1.164 22.256 3.378 32.863l-0.182-1.040h-227.24c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h146.68c39.041 94.565 130.53 159.903 237.279 159.903 106.977 0 198.628-65.616 236.901-158.798l0.62-1.705c82.362-7.172 146.503-75.793 146.52-159.398l0-0.002v-237.040c-0.045-28.126-22.834-50.915-50.956-50.96l-0.004-0zM544 128c0.002-0 0.004-0 0.006-0 53.019 0 96 42.981 96 96 0 30.108-13.86 56.979-35.548 74.58l-0.178 0.14c-9.027-25.074-32.592-42.685-60.276-42.72l-90.484-0c-3.479-9.529-5.49-20.529-5.49-32 0-53.009 42.964-95.983 95.969-96l0.002-0zM352 640c-17.673 0-32-14.327-32-32v0-160h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-32v160c0 17.673-14.327 32-32 32v0zM736 672c-0.036 106.011-85.984 191.936-192 191.936-70.667 0-132.416-38.177-165.75-95.031l-0.49-0.905h166.24c35.346 0 64-28.654 64-64v0-320h128zM736 320h-64c19.977-26.357 32.001-59.702 32.001-95.854 0-7.954-0.582-15.771-1.706-23.413l0.105 0.867c9.58-6.025 21.23-9.6 33.714-9.6 35.346 0 64 28.654 64 64s-28.654 64-64 64c-0.040 0-0.080-0-0.12-0l0.006 0zM864 608c-0.003 42.082-27.082 77.839-64.765 90.798l-0.675 0.202c0.917-8.055 1.44-17.392 1.44-26.85 0-0.053-0-0.105-0-0.158l0 0.008v-288h64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-teams-logo-fill"]},"attrs":[{}],"properties":{"order":30243,"id":489,"name":"microsoft-teams-logo-fill","prevSize":16,"code":60406},"setIdx":4,"setId":4,"iconIdx":758},{"icon":{"paths":["M800 96h-512c-35.346 0-64 28.654-64 64v0 96h-64c-35.346 0-64 28.654-64 64v0 384c0 35.346 28.654 64 64 64v0h64v96c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM272.96 615.76l-48-192c-0.694-2.487-1.093-5.343-1.093-8.292 0-17.673 14.327-32 32-32 15.11 0 27.773 10.472 31.129 24.554l0.044 0.218 27.040 108 25.28-50.64c5.364-10.592 16.169-17.726 28.64-17.726s23.276 7.134 28.556 17.544l0.084 0.182 25.28 50.64 27.040-108c3.782-13.764 16.183-23.708 30.907-23.708 17.673 0 32 14.327 32 32 0 2.563-0.301 5.056-0.871 7.446l0.044-0.218-48 192c-3.32 12.875-14.138 22.493-27.414 23.987l-0.146 0.013c-1.036 0.12-2.245 0.193-3.469 0.2l-0.011 0c-0.007 0-0.015 0-0.023 0-12.453 0-23.245-7.113-28.533-17.498l-0.084-0.182-35.36-70.72-35.36 70.76c-5.368 10.58-16.167 17.704-28.629 17.704-14.926 0-27.465-10.219-31.003-24.042l-0.048-0.222zM800 864h-512v-96h288c35.346 0 64-28.654 64-64v0-32h160zM800 608h-160v-192h160zM800 352h-160v-32c0-35.346-28.654-64-64-64v0h-288v-96h512z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-word-logo-fill"]},"attrs":[{}],"properties":{"order":30244,"id":488,"name":"microsoft-word-logo-fill","prevSize":16,"code":60407},"setIdx":4,"setId":4,"iconIdx":759},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM672 544h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["minus-circle-fill"]},"attrs":[{}],"properties":{"order":30245,"id":487,"name":"minus-circle-fill","prevSize":16,"code":60408},"setIdx":4,"setId":4,"iconIdx":760},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM736 544h-448c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h448c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["minus-fill"]},"attrs":[{}],"properties":{"order":30246,"id":486,"name":"minus-fill","prevSize":16,"code":60409},"setIdx":4,"setId":4,"iconIdx":761},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM672 544h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["minus-square-fill"]},"attrs":[{}],"properties":{"order":30247,"id":485,"name":"minus-square-fill","prevSize":16,"code":60410},"setIdx":4,"setId":4,"iconIdx":762},{"icon":{"paths":["M672 512c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM992 256v512c0 17.673-14.327 32-32 32v0h-896c-17.673 0-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32v0h896c17.673 0 32 14.327 32 32v0zM928 441.4c-73.963-22.361-131.039-79.437-152.981-151.791l-0.419-1.609h-525.2c-22.361 73.963-79.437 131.039-151.791 152.981l-1.609 0.419v141.2c73.963 22.361 131.039 79.437 152.981 151.791l0.419 1.609h525.2c22.361-73.963 79.437-131.039 151.791-152.981l1.609-0.419z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["money-fill"]},"attrs":[{}],"properties":{"order":30248,"id":484,"name":"money-fill","prevSize":16,"code":60411},"setIdx":4,"setId":4,"iconIdx":763},{"icon":{"paths":["M192 160h640c53.019 0 96 42.981 96 96v448c0 53.019-42.981 96-96 96h-640c-53.019 0-96-42.981-96-96v-448c0-53.019 42.981-96 96-96z","M640 864h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["monitor-fill"]},"attrs":[{},{}],"properties":{"order":30249,"id":483,"name":"monitor-fill","prevSize":16,"code":60412},"setIdx":4,"setId":4,"iconIdx":764},{"icon":{"paths":["M672 896c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM928 256v448c0 53.019-42.981 96-96 96v0h-640c-53.019 0-96-42.981-96-96v0-448c0-53.019 42.981-96 96-96v0h640c53.019 0 96 42.981 96 96v0zM656 480c-0.004-11.301-5.865-21.233-14.713-26.924l-0.127-0.076-176-112c-4.859-3.13-10.792-4.99-17.16-4.99-17.67 0-31.994 14.321-32 31.99l-0 0.001v224c0.006 17.669 14.33 31.99 32 31.99 6.368 0 12.301-1.86 17.287-5.066l-0.127 0.076 176-112c8.975-5.767 14.836-15.699 14.84-26.999l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["monitor-play-fill"]},"attrs":[{}],"properties":{"order":30250,"id":482,"name":"monitor-play-fill","prevSize":16,"code":60413},"setIdx":4,"setId":4,"iconIdx":765},{"icon":{"paths":["M942.16 600.84c-27.070 86.604-78.831 158.947-146.977 210.892l-1.023 0.748c-68.764 52.199-155.793 83.621-250.16 83.621-229.75 0-416-186.25-416-416 0-0.035 0-0.070 0-0.106l-0 0.005c-0.001-0.377-0.002-0.824-0.002-1.27 0-93.911 31.393-180.49 84.257-249.814l-0.735 1.005c52.693-69.169 125.036-120.93 208.669-147.196l2.971-0.804c2.817-0.899 6.056-1.417 9.417-1.417 17.673 0 32 14.327 32 32 0 3.361-0.518 6.6-1.479 9.644l0.062-0.227c-9.564 30.508-15.074 65.587-15.074 101.954 0 194.581 157.739 352.32 352.32 352.32 36.367 0 71.447-5.51 104.45-15.741l-2.496 0.666c2.817-0.899 6.056-1.417 9.417-1.417 17.673 0 32 14.327 32 32 0 3.361-0.518 6.6-1.479 9.644l0.062-0.227z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["moon-fill"]},"attrs":[{}],"properties":{"order":30251,"id":481,"name":"moon-fill","prevSize":16,"code":60414},"setIdx":4,"setId":4,"iconIdx":766},{"icon":{"paths":["M960 384c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM576 224h32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM836.56 601.32c-20.528 4.248-44.12 6.681-68.281 6.681-194.559 0-352.28-157.721-352.28-352.28 0-24.16 2.432-47.752 7.065-70.545l-0.384 2.264c0.385-1.862 0.605-4.001 0.605-6.192 0-17.673-14.327-32-32-32-3.95 0-7.733 0.716-11.226 2.024l0.221-0.073c-148.377 55.382-252.125 195.898-252.125 360.645 0 212.077 171.923 384 384 384 164.747 0 305.263-103.748 359.776-249.475l0.869-2.651c1.236-3.272 1.952-7.055 1.952-11.005 0-17.673-14.327-32-32-32-2.191 0-4.33 0.22-6.397 0.64l0.205-0.035z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["moon-stars-fill"]},"attrs":[{}],"properties":{"order":30252,"id":480,"name":"moon-stars-fill","prevSize":16,"code":60415},"setIdx":4,"setId":4,"iconIdx":767},{"icon":{"paths":["M864 512c-0.025-0-0.054-0-0.084-0-8.826 0-17.482 0.727-25.911 2.125l0.915-0.125-136.96-365.24c-4.683-12.232-16.325-20.76-29.96-20.76l-128-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h105.84l129.2 344.52c-36.474 23.098-62.684 59.602-71.812 102.429l-0.188 1.051h-160.88l-100-267.24c-4.683-12.232-16.326-20.761-29.961-20.761-0.070 0-0.14 0-0.21 0.001l0.011-0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v53.56c-76.234 36.901-127.898 113.625-128 202.426l-0 0.014c0 17.673 14.327 32 32 32v0h35.2c15.344 73.633 79.704 128.16 156.8 128.16s141.456-54.527 156.618-127.12l0.182-1.040h326.4c15.408 73.554 79.729 128 156.767 128 88.366 0 160-71.634 160-160 0-88.354-71.616-159.981-159.966-160l-0.002-0zM224 768c-41.537-0.013-76.906-26.404-90.269-63.332l-0.211-0.668h180.96c-13.574 37.596-48.943 63.987-90.478 64l-0.002 0zM864 768c-52.973-0.061-95.893-43.018-95.893-96 0-29.4 13.216-55.714 34.032-73.324l0.141-0.116 31.76 84.68c4.685 12.253 16.345 20.797 30 20.797 17.693 0 32.037-14.343 32.037-32.037 0-4.038-0.747-7.901-2.11-11.459l0.074 0.219-31.84-84.76h1.8c53.019 0 96 42.981 96 96s-42.981 96-96 96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["moped-fill"]},"attrs":[{}],"properties":{"order":30253,"id":479,"name":"moped-fill","prevSize":16,"code":60416},"setIdx":4,"setId":4,"iconIdx":768},{"icon":{"paths":["M832 160h-163.2c-15.344-73.633-79.704-128.16-156.8-128.16s-141.456 54.527-156.618 127.12l-0.182 1.040h-163.2c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h163.2c7.351 34.946 25.252 64.887 50.164 87.143l0.156 0.137c-88.881 41.453-149.4 130.005-149.52 232.704l-0 0.016v256c0 35.346 28.654 64 64 64v0h64c0 70.692 57.308 128 128 128s128-57.308 128-128v0h64c35.346 0 64-28.654 64-64v0-256c-0.12-102.716-60.639-191.268-147.946-232.059l-1.574-0.661c25.068-22.393 42.969-52.334 50.135-86.235l0.185-1.045h163.2c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM576 864c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-192c0-35.346 28.654-64 64-64s64 28.654 64 64v0zM512 288c-53.019 0-96-42.981-96-96s42.981-96 96-96c53.019 0 96 42.981 96 96v0c0 53.019-42.981 96-96 96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["moped-front-fill"]},"attrs":[{}],"properties":{"order":30254,"id":478,"name":"moped-front-fill","prevSize":16,"code":60417},"setIdx":4,"setId":4,"iconIdx":769},{"icon":{"paths":["M896 512c-0.008-0-0.017-0-0.027-0-11.464 0-22.455 2.023-32.637 5.731l0.663-0.211v-5.52c0-167.12-124.28-249.84-215.040-310.24-56.32-37.52-104.96-69.76-104.96-105.76 0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 36-48.64 68.24-104.96 105.76-90.76 60.4-215.040 143.12-215.040 310.24v5.52c-9.529-3.479-20.529-5.49-32-5.49-53.009 0-95.983 42.964-96 95.969l-0 0.002v224c0 17.673 14.327 32 32 32v0h224c17.673 0 32-14.327 32-32v0-128c0-35.346 28.654-64 64-64s64 28.654 64 64v0 128c0 17.673 14.327 32 32 32v0h64c17.673 0 32-14.327 32-32v0-128c0-35.346 28.654-64 64-64s64 28.654 64 64v0 128c0 17.673 14.327 32 32 32v0h224c17.673 0 32-14.327 32-32v0-224c0-53.019-42.981-96-96-96v0zM160 800h-64v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM928 800h-64v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mosque-fill"]},"attrs":[{}],"properties":{"order":30255,"id":477,"name":"mosque-fill","prevSize":16,"code":60418},"setIdx":4,"setId":4,"iconIdx":770},{"icon":{"paths":["M864 480c-9.34 0.022-18.476 0.821-27.369 2.337l0.969-0.137-23.28-60.56c14.923-3.576 32.059-5.631 49.674-5.64l0.006-0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-76.48l-53.64-139.48c-4.746-12.105-16.325-20.52-29.87-20.52-0.004 0-0.007 0-0.011 0l-127.999-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h106.040l36.92 96h-110.96c-74 0-134 17.24-173.48 49.84-10.884 8.836-24.909 14.188-40.184 14.188-9.744 0-18.98-2.178-27.247-6.073l0.391 0.165c-42.32-19.24-293.16-120.48-295.2-121.040-2.702-0.824-5.808-1.299-9.024-1.299-17.673 0-32 14.327-32 32 0 13.734 8.652 25.447 20.803 29.986l0.221 0.072s222 87.76 266.12 131.76c33.22 33.089 56.048 76.589 63.175 125.192l0.145 1.208h-64.92c-15.408-73.554-79.729-128-156.767-128-88.366 0-160 71.634-160 160s71.634 160 160 160c77.038 0 141.36-54.446 156.584-126.958l0.183-1.042h208.48c0.084 0 0.182 0 0.281 0 57.941 0 106.864-38.606 122.451-91.498l0.228-0.903c16.761-58.291 54.936-105.753 105.25-134.3l1.11-0.58 23.28 60.52c-44.63 28.888-73.746 78.424-73.746 134.76 0 88.366 71.634 160 160 160s160-71.634 160-160c0-88.366-71.634-160-160-160-0.047 0-0.094 0-0.141 0l0.007-0zM160 672h90.48c-13.577 37.605-48.961 64-90.51 64-53.019 0-96-42.981-96-96s42.981-96 96-96c41.549 0 76.933 26.395 90.298 63.332l0.211 0.668h-90.48c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736c-52.968-0.068-95.881-43.023-95.881-96 0-29.118 12.964-55.208 33.434-72.814l0.127-0.106 32.44 84.4c4.746 12.11 16.33 20.529 29.88 20.529 17.678 0 32.009-14.331 32.009-32.009 0-4.128-0.782-8.074-2.205-11.697l0.075 0.217-32.48-84.52h2.6c53.019 0 96 42.981 96 96s-42.981 96-96 96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["motorcycle-fill"]},"attrs":[{}],"properties":{"order":30256,"id":476,"name":"motorcycle-fill","prevSize":16,"code":60419},"setIdx":4,"setId":4,"iconIdx":771},{"icon":{"paths":["M544 208c0-61.856 50.144-112 112-112s112 50.144 112 112c0 61.856-50.144 112-112 112v0c-61.856 0-112-50.144-112-112v0zM1020 816c-5.636 9.633-15.931 16-27.713 16-0.031 0-0.061-0-0.092-0l0.005 0h-960.2c-17.668-0.007-31.987-14.331-31.987-32 0-5.989 1.645-11.593 4.508-16.386l-0.081 0.146 292.4-496.24c11.33-19.009 31.781-31.544 55.16-31.544s43.83 12.535 54.998 31.251l0.162 0.293 179.36 304.48 104.64-176.56c11.2-18.939 31.518-31.441 54.755-31.441 0.1 0 0.2 0 0.3 0.001l-0.015-0c0.097-0.001 0.211-0.001 0.325-0.001 23.218 0 43.525 12.465 54.594 31.069l0.161 0.292 218.24 368.32c2.904 4.724 4.624 10.446 4.624 16.57 0 5.79-1.538 11.22-4.227 15.906l0.082-0.156zM257.72 480h188.56l-94.28-160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mountains-fill"]},"attrs":[{}],"properties":{"order":30257,"id":475,"name":"mountains-fill","prevSize":16,"code":60420},"setIdx":4,"setId":4,"iconIdx":772},{"icon":{"paths":["M576 64h-128c-141.321 0.159-255.841 114.679-256 255.985l-0 0.015v384c0.159 141.321 114.679 255.841 255.985 256l128.015 0c141.321-0.159 255.841-114.679 256-255.985l0-0.015v-384c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM768 320v96h-224v-288h32c105.993 0.114 191.886 86.007 192 191.989l0 0.011zM448 128h32v288h-224v-96c0.114-105.993 86.007-191.886 191.989-192l0.011-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mouse-fill"]},"attrs":[{}],"properties":{"order":30258,"id":474,"name":"mouse-fill","prevSize":16,"code":60421},"setIdx":4,"setId":4,"iconIdx":773},{"icon":{"paths":["M576 64h-128c-141.321 0.159-255.841 114.679-256 255.985l-0 0.015v384c0.159 141.321 114.679 255.841 255.985 256l128.015 0c141.321-0.159 255.841-114.679 256-255.985l0-0.015v-384c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM544 448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mouse-simple-fill"]},"attrs":[{}],"properties":{"order":30259,"id":473,"name":"mouse-simple-fill","prevSize":16,"code":60422},"setIdx":4,"setId":4,"iconIdx":774},{"icon":{"paths":["M841.2 225.36l-320-96c-2.753-0.857-5.919-1.351-9.2-1.351-17.67 0-31.995 14.322-32 31.991l-0 0v433.040c-33.811-30.34-78.739-48.892-128-48.892-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192 0-0.052-0-0.104-0-0.157l0 0.008v-341l278.8 83.64c2.753 0.857 5.919 1.351 9.2 1.351 17.67 0 31.995-14.322 32-31.991l0-0v-192c-0.004-14.389-9.504-26.557-22.573-30.58l-0.227-0.060z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-note-fill"]},"attrs":[{}],"properties":{"order":30260,"id":472,"name":"music-note-fill","prevSize":16,"code":60423},"setIdx":4,"setId":4,"iconIdx":775},{"icon":{"paths":["M851.68 102.84c-5.331-4.255-12.168-6.828-19.605-6.828-2.784 0-5.483 0.36-8.055 1.037l0.22-0.049-512 128c-14.018 3.591-24.218 16.101-24.24 30.998l-0 0.002v440.4c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.047-0-0.093-0-0.14l0 0.007v-375l448-112v239.4c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.047-0-0.093-0-0.14l0 0.007v-560c-0.024-10.193-4.81-19.264-12.251-25.108l-0.069-0.052z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-notes-fill"]},"attrs":[{}],"properties":{"order":30261,"id":471,"name":"music-notes-fill","prevSize":16,"code":60424},"setIdx":4,"setId":4,"iconIdx":776},{"icon":{"paths":["M841.2 225.36l-320-96c-2.753-0.857-5.919-1.351-9.2-1.351-17.67 0-31.995 14.322-32 31.991l-0 0v433.040c-33.811-30.34-78.739-48.892-128-48.892-106.039 0-192 85.961-192 192s85.961 192 192 192c106.039 0 192-85.961 192-192 0-0.052-0-0.104-0-0.157l0 0.008v-533l278.8 83.64c2.96 0.998 6.368 1.573 9.911 1.573 17.673 0 32-14.327 32-32 0-14.652-9.847-27.004-23.285-30.799l-0.225-0.054z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-note-simple-fill"]},"attrs":[{}],"properties":{"order":30262,"id":470,"name":"music-note-simple-fill","prevSize":16,"code":60425},"setIdx":4,"setId":4,"iconIdx":777},{"icon":{"paths":["M928 224c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM832 448c-17.673 0-32 14.327-32 32v0 88.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-208c0-17.673-14.327-32-32-32v0zM614.32 405.32c8.423-5.848 13.868-15.472 13.868-26.367 0-4.766-1.042-9.288-2.91-13.352l0.082 0.199c-1.239-2.733-2.71-5.088-4.447-7.219l0.047 0.059c-28.116-36.93-45.045-83.704-45.045-134.431 0-7.595 0.38-15.102 1.121-22.502l-0.076 0.933c0.077-0.831 0.12-1.797 0.12-2.773 0-16.645-12.709-30.322-28.952-31.857l-0.128-0.010c-0.815-0.075-1.763-0.117-2.721-0.117-2.742 0-5.402 0.349-7.939 1.006l0.219-0.048-225.32 56.12c-14.031 3.594-24.238 16.125-24.24 31.040l-0 0v440.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-343l251.28-62.84c4.196-0.98 7.889-2.652 11.147-4.91l-0.107 0.070z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-notes-plus-fill"]},"attrs":[{}],"properties":{"order":30263,"id":469,"name":"music-notes-plus-fill","prevSize":16,"code":60426},"setIdx":4,"setId":4,"iconIdx":778},{"icon":{"paths":["M851.68 102.76c-5.368-4.214-12.221-6.758-19.668-6.758-2.76 0-5.439 0.349-7.994 1.006l0.222-0.048-512 128c-14.031 3.594-24.238 16.125-24.24 31.040l-0 0v440.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-535l448-112v399.32c-22.472-15.201-50.177-24.267-80-24.267-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144 0-0.019-0-0.037-0-0.056l0 0.003v-560c0-0.002 0-0.005 0-0.007 0-10.221-4.792-19.322-12.251-25.181l-0.069-0.052z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-notes-simple-fill"]},"attrs":[{}],"properties":{"order":30264,"id":468,"name":"music-notes-simple-fill","prevSize":16,"code":60427},"setIdx":4,"setId":4,"iconIdx":779},{"icon":{"paths":["M960 454.32c-0.209 28.259-18.979 52.078-44.714 59.884l-0.446 0.116-306.24 94.24-94.24 306.24c-7.933 26.173-31.746 44.937-59.974 45.16l-0.026 0h-1.2c-0.175 0.002-0.382 0.003-0.589 0.003-27.535 0-50.95-17.643-59.556-42.24l-0.135-0.442-260.88-703.64c-0.076-0.179-0.144-0.392-0.195-0.613l-0.005-0.027c-2.21-6.21-3.486-13.374-3.486-20.835 0-35.346 28.654-64 64-64 7.406 0 14.519 1.258 21.135 3.572l-0.449-0.137 0.64 0.2 703.68 261.040c25.053 8.748 42.704 32.176 42.704 59.727 0 0.616-0.009 1.231-0.026 1.843l0.002-0.090z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["navigation-arrow-fill"]},"attrs":[{}],"properties":{"order":30265,"id":467,"name":"navigation-arrow-fill","prevSize":16,"code":60428},"setIdx":4,"setId":4,"iconIdx":780},{"icon":{"paths":["M849.12 174.88c-28.953-28.944-68.946-46.846-113.12-46.846s-84.167 17.902-113.12 46.846l-96 96c-4.538 4.533-7.722 10.422-8.892 17.007l-0.028 0.193c-35.2 205.040-373.96 546.84-380.52 553.24v0c-5.797 5.793-9.384 13.797-9.384 22.64 0 17.675 14.329 32.004 32.004 32.004 8.833 0 16.829-3.578 22.62-9.364l-0 0c3.44-3.48 347.32-345.24 553.28-380.6 6.778-1.198 12.667-4.382 17.2-8.92l0-0 96-96c28.944-28.953 46.846-68.946 46.846-113.12s-17.902-84.167-46.846-113.12l0 0zM758.64 310.64l-64 64c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l64-64c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["needle-fill"]},"attrs":[{}],"properties":{"order":30266,"id":466,"name":"needle-fill","prevSize":16,"code":60429},"setIdx":4,"setId":4,"iconIdx":781},{"icon":{"paths":["M288 416h128v192h-128zM928 224v640c-0.010 17.666-14.333 31.983-32 31.983-5.22 0-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.84-113.68 56.84c-4.172 2.133-9.1 3.383-14.32 3.383s-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.84-113.68 56.84c-4.172 2.133-9.1 3.383-14.32 3.383s-10.148-1.25-14.502-3.467l0.182 0.084-113.68-56.84-113.68 56.84c-4.172 2.133-9.1 3.383-14.32 3.383-17.667 0-31.99-14.317-32-31.982l-0-0.001v-640c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM480 384c0-17.673-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0zM800 576c0-17.673-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0zM800 448c0-17.673-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["newspaper-clipping-fill"]},"attrs":[{}],"properties":{"order":30267,"id":465,"name":"newspaper-clipping-fill","prevSize":16,"code":60430},"setIdx":4,"setId":4,"iconIdx":782},{"icon":{"paths":["M864 192h-640c-35.346 0-64 28.654-64 64v0 480c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 384.44c0.25 52.83 43.134 95.56 95.999 95.56 0 0 0.001-0 0.001-0l704 0c53.019 0 96-42.981 96-96v0-480c0-35.346-28.654-64-64-64v0zM704 608h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM704 480h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["newspaper-fill"]},"attrs":[{}],"properties":{"order":30268,"id":464,"name":"newspaper-fill","prevSize":16,"code":60431},"setIdx":4,"setId":4,"iconIdx":783},{"icon":{"paths":["M800 160v608c0 17.673-14.327 32-32 32v0h-608c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 608-608c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notches-fill"]},"attrs":[{}],"properties":{"order":30269,"id":463,"name":"notches-fill","prevSize":16,"code":60432},"setIdx":4,"setId":4,"iconIdx":784},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h434.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 205.24-205.24c11.587-11.498 18.76-27.43 18.76-45.037 0-0.071-0-0.143-0-0.214l0 0.011v-434.76c0-35.346-28.654-64-64-64v0zM640 818.76v-178.76h178.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["note-blank-fill"]},"attrs":[{}],"properties":{"order":30270,"id":462,"name":"note-blank-fill","prevSize":16,"code":60433},"setIdx":4,"setId":4,"iconIdx":785},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM320 832h-128v-640h128zM704 608h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM704 480h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notebook-fill"]},"attrs":[{}],"properties":{"order":30271,"id":461,"name":"notebook-fill","prevSize":16,"code":60434},"setIdx":4,"setId":4,"iconIdx":786},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h434.76c0.031 0 0.067 0 0.103 0 17.639 0 33.602-7.171 45.135-18.758l0.002-0.002 205.24-205.24c11.589-11.534 18.76-27.498 18.76-45.137 0-0.036-0-0.072-0-0.109l0 0.006v-434.76c0-35.346-28.654-64-64-64v0zM384 352h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM512 672h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM384 544c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM640 818.76v-178.76h178.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["note-fill"]},"attrs":[{}],"properties":{"order":30272,"id":460,"name":"note-fill","prevSize":16,"code":60435},"setIdx":4,"setId":4,"iconIdx":787},{"icon":{"paths":["M800 128h-64v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-128v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-128v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-64c-35.346 0-64 28.654-64 64v0 608c0 70.692 57.308 128 128 128v0h448c70.692 0 128-57.308 128-128v0-608c0-35.346-28.654-64-64-64v0zM640 672h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM640 544h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notepad-fill"]},"attrs":[{}],"properties":{"order":30273,"id":459,"name":"notepad-fill","prevSize":16,"code":60436},"setIdx":4,"setId":4,"iconIdx":788},{"icon":{"paths":["M896 480v352c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h352c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-352v640h640v-352c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM918.64 278.64l-384 384c-5.79 5.783-13.785 9.36-22.615 9.36-0.009 0-0.018-0-0.027-0l-127.999 0c-17.673 0-32-14.327-32-32v0-128c-0-0.007-0-0.016-0-0.025 0-8.83 3.577-16.825 9.36-22.615l-0 0 384-384c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 128 128c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM850.64 256l-82.64-82.76-50.76 50.76 82.76 82.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["note-pencil-fill"]},"attrs":[{}],"properties":{"order":30274,"id":458,"name":"note-pencil-fill","prevSize":16,"code":60437},"setIdx":4,"setId":4,"iconIdx":789},{"icon":{"paths":["M864 512v320c0 35.346-28.654 64-64 64v0h-608c-35.346 0-64-28.654-64-64v0-608c0-35.346 28.654-64 64-64v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-320v608h608v-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM784 96c-79.529 0-144 64.471-144 144s64.471 144 144 144c79.529 0 144-64.471 144-144v0c0-79.529-64.471-144-144-144v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notification-fill"]},"attrs":[{}],"properties":{"order":30275,"id":457,"name":"notification-fill","prevSize":16,"code":60438},"setIdx":4,"setId":4,"iconIdx":790},{"icon":{"paths":["M896 192c0 17.673-14.327 32-32 32v0h-64v608c0 17.673-14.327 32-32 32v0h-160c-11.997-0.011-22.447-6.622-27.917-16.398l-0.083-0.162-292-530.84v483.4h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-576h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c11.997 0.011 22.447 6.622 27.917 16.398l0.083 0.162 292 530.84v-483.4h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notion-logo-fill"]},"attrs":[{}],"properties":{"order":30276,"id":456,"name":"notion-logo-fill","prevSize":16,"code":60439},"setIdx":4,"setId":4,"iconIdx":791},{"icon":{"paths":["M592 608c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0zM512 464c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM656 608c0-0.004 0-0.009 0-0.014 0-46.537-22.118-87.908-56.416-114.173l-0.344-0.253c25.109-23.433 40.76-56.721 40.76-93.665 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 36.944 15.651 70.232 40.685 93.596l0.075 0.069c-34.645 26.573-56.76 67.987-56.76 114.565 0 79.529 64.471 144 144 144s144-64.471 144-144c0-0.044-0-0.088-0-0.132l0 0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-eight-fill"]},"attrs":[{}],"properties":{"order":30277,"id":455,"name":"number-circle-eight-fill","prevSize":16,"code":60440},"setIdx":4,"setId":4,"iconIdx":792},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM496 448c79.529 0 144 64.471 144 144s-64.471 144-144 144v0c-0.695 0.012-1.515 0.019-2.336 0.019-39.247 0-74.78-15.904-100.504-41.62l0 0c-5.98-5.82-9.691-13.947-9.691-22.941 0-17.673 14.327-32 32-32 9.212 0 17.516 3.893 23.354 10.124l0.016 0.018c14.209 13.87 33.659 22.427 55.108 22.427 0.722 0 1.441-0.010 2.158-0.029l-0.106 0.002c44.183 0 80-35.817 80-80s-35.817-80-80-80v0c-0.611-0.017-1.331-0.027-2.052-0.027-21.449 0-40.899 8.556-55.124 22.442l0.016-0.015c-5.811 5.916-13.895 9.583-22.836 9.583-17.673 0-32-14.327-32-32 0-1.859 0.158-3.681 0.463-5.453l-0.027 0.19 32-192c2.622-15.257 15.752-26.719 31.56-26.72l160-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-132.88l-16.76 100.56c11.213-2.897 24.085-4.56 37.346-4.56 0.103 0 0.207 0 0.31 0l-0.016-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-five-fill"]},"attrs":[{}],"properties":{"order":30278,"id":454,"name":"number-circle-five-fill","prevSize":16,"code":60441},"setIdx":4,"setId":4,"iconIdx":793},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM640 608h-32v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-160c-0.001 0-0.002 0-0.002 0-17.673 0-32-14.327-32-32 0-3.62 0.601-7.1 1.709-10.345l-0.067 0.225 96-288c4.368-12.823 16.306-21.882 30.36-21.882 17.674 0 32.002 14.328 32.002 32.002 0 3.62-0.601 7.1-1.709 10.345l0.067-0.225-81.96 245.88h115.6v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-four-fill"]},"attrs":[{}],"properties":{"order":30279,"id":453,"name":"number-circle-four-fill","prevSize":16,"code":60442},"setIdx":4,"setId":4,"iconIdx":794},{"icon":{"paths":["M581.32 472v0c-14.087 24.091-39.83 40.018-69.292 40.018-44.183 0-80-35.817-80-80s35.817-80 80-80c14.716 0 28.505 3.974 40.35 10.906l-0.378-0.204c24.063 14.094 39.968 39.821 39.968 69.263 0 14.734-3.983 28.538-10.932 40.394l0.204-0.377zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM584 307.28c-20.649-12.121-45.477-19.28-71.978-19.28-79.529 0-144 64.471-144 144 0 79.437 64.322 143.851 143.724 144l0.014 0q3.76 0 7.56-0.24l-66.8 112c-2.874 4.705-4.575 10.398-4.575 16.489 0 11.642 6.217 21.831 15.511 27.43l0.144 0.081c4.705 2.874 10.398 4.575 16.489 4.575 11.642 0 21.831-6.217 27.43-15.511l0.081-0.144 129.12-216.68c12.085-20.642 19.222-45.453 19.222-71.931 0-53.029-28.624-99.372-71.264-124.421l-0.677-0.368z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-nine-fill"]},"attrs":[{}],"properties":{"order":30280,"id":452,"name":"number-circle-nine-fill","prevSize":16,"code":60443},"setIdx":4,"setId":4,"iconIdx":795},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM560 704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-324l-46.24 30.84c-4.991 3.369-11.141 5.377-17.76 5.377-17.683 0-32.017-14.335-32.017-32.017 0-11.063 5.611-20.816 14.143-26.568l0.114-0.072 96-64c4.99-3.371 11.141-5.381 17.76-5.381 17.61 0 31.898 14.225 31.999 31.811l0 0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-one-fill"]},"attrs":[{}],"properties":{"order":30281,"id":451,"name":"number-circle-one-fill","prevSize":16,"code":60444},"setIdx":4,"setId":4,"iconIdx":796},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM638.080 362.92l-128 352c-4.596 12.401-16.324 21.080-30.079 21.080-0 0-0.001-0-0.001-0l0-0c-0.022 0-0.047 0-0.073 0-3.893 0-7.622-0.704-11.065-1.992l0.218 0.072c-12.402-4.596-21.081-16.324-21.081-30.080 0-3.918 0.704-7.672 1.993-11.142l-0.072 0.221 112.4-309.080h-146.32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c0-0 0.001-0 0.001-0 17.673 0 32 14.327 32 32 0 3.918-0.704 7.672-1.993 11.141l0.072-0.221z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-seven-fill"]},"attrs":[{}],"properties":{"order":30282,"id":450,"name":"number-circle-seven-fill","prevSize":16,"code":60445},"setIdx":4,"setId":4,"iconIdx":797},{"icon":{"paths":["M592 592c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM656 592c0-79.529-64.471-144-144-144v0c-2.44 0-4.88 0-7.28 0l66.76-111.6c2.841-4.684 4.522-10.346 4.522-16.4 0-17.674-14.328-32.002-32.002-32.002-11.62 0-21.793 6.193-27.4 15.459l-0.080 0.143s-129.6 217.12-129.88 217.68c-11.724 20.379-18.64 44.811-18.64 70.858 0 79.529 64.471 144 144 144s144-64.471 144-144c0-0.049-0-0.097-0-0.146l0 0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-six-fill"]},"attrs":[{}],"properties":{"order":30283,"id":449,"name":"number-circle-six-fill","prevSize":16,"code":60446},"setIdx":4,"setId":4,"iconIdx":798},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM496 752c-0.134 0-0.293 0.001-0.452 0.001-40.137 0-76.408-16.555-102.357-43.209l-0.031-0.032c-6.169-5.846-10.009-14.097-10.009-23.246 0-17.673 14.327-32 32-32 9.377 0 17.813 4.034 23.666 10.46l0.023 0.026c14.531 14.816 34.759 24 57.131 24 44.183 0 80-35.817 80-80 0-44.173-35.801-79.984-79.97-80l-0.002-0c-17.669-0.005-31.991-14.33-31.991-32 0-6.875 2.168-13.244 5.858-18.46l-0.067 0.1 76.72-109.64h-130.52c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.669 0.005 31.991 14.33 31.991 32 0 6.875-2.168 13.244-5.858 18.46l0.067-0.1-84 120c53.421 21.856 90.371 73.433 90.371 133.641 0 79.529-64.471 144-144 144-0.201 0-0.402-0-0.602-0.001l0.031 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-three-fill"]},"attrs":[{}],"properties":{"order":30284,"id":448,"name":"number-circle-three-fill","prevSize":16,"code":60447},"setIdx":4,"setId":4,"iconIdx":799},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM608 672c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 172.68-230.24c7.997-10.565 12.809-23.927 12.809-38.412 0-35.346-28.654-64-64-64-27.604 0-51.127 17.476-60.107 41.968l-0.142 0.444c-4.53 12.536-16.328 21.334-30.18 21.334-17.681 0-32.014-14.333-32.014-32.014 0-3.828 0.672-7.5 1.905-10.903l-0.071 0.223c18.153-50.046 65.284-85.155 120.616-85.155 70.692 0 128 57.308 128 128 0 28.993-9.64 55.735-25.889 77.195l0.232-0.32-134.24 179.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-two-fill"]},"attrs":[{}],"properties":{"order":30285,"id":447,"name":"number-circle-two-fill","prevSize":16,"code":60448},"setIdx":4,"setId":4,"iconIdx":800},{"icon":{"paths":["M624 512c0 59.44-23.6 160-112 160s-112-100.56-112-160 23.6-160 112-160 112 100.56 112 160zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM688 512c0-57-14.24-110.12-40-149.56-32-48.68-79.080-74.44-136-74.44s-104 25.76-136 74.44c-25.88 39.44-40 92.56-40 149.56s14.24 110.12 40 149.56c32 48.72 78.96 74.44 136 74.44s104-25.72 136-74.44c25.76-39.44 40-92.56 40-149.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-zero-fill"]},"attrs":[{}],"properties":{"order":30286,"id":446,"name":"number-circle-zero-fill","prevSize":16,"code":60449},"setIdx":4,"setId":4,"iconIdx":801},{"icon":{"paths":["M432 368c0-44.183 35.817-80 80-80s80 35.817 80 80c0 44.183-35.817 80-80 80v0c-44.183 0-80-35.817-80-80v0zM512 512c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0zM688 624c-0.039-61.845-31.971-116.224-80.237-147.584l-0.683-0.416c30.059-26.522 48.92-65.132 48.92-108.147 0-79.529-64.471-144-144-144s-144 64.471-144 144c0 43.015 18.861 81.626 48.764 108.012l0.156 0.135c-48.979 31.795-80.92 86.221-80.92 148.107 0 97.202 78.798 176 176 176s176-78.798 176-176c0-0.038-0-0.075-0-0.113l0 0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-eight-fill"]},"attrs":[{}],"properties":{"order":30287,"id":445,"name":"number-eight-fill","prevSize":16,"code":60450},"setIdx":4,"setId":4,"iconIdx":802},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM496 416c97.2 0.003 175.995 78.8 175.995 176 0 97.202-78.798 176-176 176-55.136 0-104.35-25.353-136.62-65.037l-0.255-0.323c-4.276-5.391-6.86-12.293-6.86-19.798 0-17.673 14.327-32 32-32 9.877 0 18.708 4.475 24.578 11.507l0.041 0.051c20.698 25.469 52.022 41.609 87.116 41.609 61.856 0 112-50.144 112-112s-50.144-112-112-112c-34.32 0-65.034 15.436-85.579 39.745l-0.136 0.166c-5.904 6.857-14.595 11.173-24.295 11.173-17.673 0-32-14.327-32-32 0-1.528 0.107-3.031 0.314-4.502l-0.020 0.169 30.2-211.28c2.284-15.568 15.508-27.398 31.511-27.48l0.009-0h224c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-196.24l-15.76 109.6c20.035-8.6 43.354-13.6 67.84-13.6 0.056 0 0.112 0 0.168 0l-0.008-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-five-fill"]},"attrs":[{}],"properties":{"order":30288,"id":444,"name":"number-five-fill","prevSize":16,"code":60451},"setIdx":4,"setId":4,"iconIdx":803},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM672 608h-32v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-224c-0.016 0-0.036 0-0.055 0-17.673 0-32-14.327-32-32 0-4.325 0.858-8.449 2.413-12.213l-0.078 0.213 128-320c4.88-11.856 16.343-20.051 29.72-20.051 17.701 0 32.051 14.35 32.051 32.051 0 4.325-0.856 8.449-2.409 12.213l0.078-0.213-110.44 276h176.72v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-four-fill"]},"attrs":[{}],"properties":{"order":30289,"id":443,"name":"number-four-fill","prevSize":16,"code":60452},"setIdx":4,"setId":4,"iconIdx":804},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM665.2 518.48l-134.72 233.52c-5.637 9.636-15.934 16.006-27.72 16.006-17.677 0-32.006-14.33-32.006-32.006 0-5.891 1.592-11.41 4.368-16.151l-0.082 0.151 66.080-114.44c-8.743 1.533-18.82 2.419-29.101 2.44l-0.019 0c-0.061 0-0.133 0-0.205 0-97.313 0-176.2-78.887-176.2-176.2s78.887-176.2 176.2-176.2c97.313 0 176.2 78.887 176.2 176.2 0 31.863-8.457 61.75-23.249 87.539l0.454-0.859zM624 432c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-nine-fill"]},"attrs":[{}],"properties":{"order":30290,"id":442,"name":"number-nine-fill","prevSize":16,"code":60453},"setIdx":4,"setId":4,"iconIdx":805},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM576 736c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-396.24l-81.68 40.88c-4.172 2.131-9.1 3.38-14.32 3.38-17.684 0-32.020-14.336-32.020-32.020 0-12.465 7.122-23.266 17.519-28.556l0.182-0.084 128-64c4.172-2.133 9.1-3.383 14.32-3.383 17.673 0 32 14.327 32 32 0 0.008-0 0.016-0 0.024l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-one-fill"]},"attrs":[{}],"properties":{"order":30291,"id":441,"name":"number-one-fill","prevSize":16,"code":60454},"setIdx":4,"setId":4,"iconIdx":806},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM670.12 298.76l-160 448c-4.276 12.981-16.292 22.185-30.458 22.185-17.673 0-32-14.327-32-32 0-4.213 0.814-8.237 2.294-11.921l-0.076 0.215 144.72-405.24h-210.6c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.666 0.010 31.983 14.333 31.983 32 0 3.858-0.683 7.557-1.934 10.982l0.071-0.222z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-seven-fill"]},"attrs":[{}],"properties":{"order":30292,"id":440,"name":"number-seven-fill","prevSize":16,"code":60455},"setIdx":4,"setId":4,"iconIdx":807},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM512 768c-97.164-0.050-175.912-78.829-175.912-176 0-31.785 8.426-61.603 23.166-87.34l-0.454 0.86 134.72-233.52c5.637-9.636 15.934-16.006 27.72-16.006 17.677 0 32.006 14.33 32.006 32.006 0 5.891-1.592 11.41-4.368 16.151l0.082-0.151-66.080 114.44c8.743-1.533 18.82-2.419 29.101-2.44l0.019-0c97.202 0 176 78.798 176 176s-78.798 176-176 176v0zM624 592c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-six-fill"]},"attrs":[{}],"properties":{"order":30293,"id":439,"name":"number-six-fill","prevSize":16,"code":60456},"setIdx":4,"setId":4,"iconIdx":808},{"icon":{"paths":["M448 400c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM512 528c-44.183 0-80 35.817-80 80s35.817 80 80 80c44.183 0 80-35.817 80-80v0c0-44.183-35.817-80-80-80v0zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM656 608c0-0.004 0-0.009 0-0.014 0-46.537-22.118-87.908-56.416-114.173l-0.344-0.253c25.109-23.433 40.76-56.721 40.76-93.665 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 36.944 15.651 70.232 40.685 93.596l0.075 0.069c-34.645 26.573-56.76 67.987-56.76 114.565 0 79.529 64.471 144 144 144s144-64.471 144-144c0-0.044-0-0.088-0-0.132l0 0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-eight-fill"]},"attrs":[{}],"properties":{"order":30294,"id":438,"name":"number-square-eight-fill","prevSize":16,"code":60457},"setIdx":4,"setId":4,"iconIdx":809},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM496 448c79.529 0 144 64.471 144 144s-64.471 144-144 144v0c-0.695 0.012-1.515 0.019-2.336 0.019-39.247 0-74.78-15.904-100.504-41.62l0 0c-5.98-5.82-9.691-13.947-9.691-22.941 0-17.673 14.327-32 32-32 9.212 0 17.516 3.893 23.354 10.124l0.016 0.018c14.209 13.87 33.659 22.427 55.108 22.427 0.722 0 1.441-0.010 2.158-0.029l-0.106 0.002c44.183 0 80-35.817 80-80s-35.817-80-80-80v0c-0.611-0.017-1.331-0.027-2.052-0.027-21.449 0-40.899 8.556-55.124 22.442l0.016-0.015c-5.811 5.916-13.895 9.583-22.836 9.583-17.673 0-32-14.327-32-32 0-1.859 0.158-3.681 0.463-5.453l-0.027 0.19 32-192c2.622-15.257 15.752-26.719 31.56-26.72l160-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-132.88l-16.76 100.56c11.213-2.897 24.085-4.56 37.346-4.56 0.103 0 0.207 0 0.31 0l-0.016-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-five-fill"]},"attrs":[{}],"properties":{"order":30295,"id":437,"name":"number-square-five-fill","prevSize":16,"code":60458},"setIdx":4,"setId":4,"iconIdx":810},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM640 608h-32v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-160c-0.001 0-0.002 0-0.002 0-17.673 0-32-14.327-32-32 0-3.62 0.601-7.1 1.709-10.345l-0.067 0.225 96-288c4.368-12.823 16.306-21.882 30.36-21.882 17.674 0 32.002 14.328 32.002 32.002 0 3.62-0.601 7.1-1.709 10.345l0.067-0.225-81.96 245.88h115.6v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-four-fill"]},"attrs":[{}],"properties":{"order":30296,"id":436,"name":"number-square-four-fill","prevSize":16,"code":60459},"setIdx":4,"setId":4,"iconIdx":811},{"icon":{"paths":["M581.32 472v0c-14.087 24.091-39.83 40.018-69.292 40.018-44.183 0-80-35.817-80-80s35.817-80 80-80c14.716 0 28.505 3.974 40.35 10.906l-0.378-0.204c24.063 14.094 39.968 39.821 39.968 69.263 0 14.734-3.983 28.538-10.932 40.394l0.204-0.377zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM584 307.28c-20.649-12.121-45.477-19.28-71.978-19.28-79.529 0-144 64.471-144 144 0 79.437 64.322 143.851 143.724 144l0.014 0q3.76 0 7.56-0.24l-66.8 112c-2.874 4.705-4.575 10.398-4.575 16.489 0 11.642 6.217 21.831 15.511 27.43l0.144 0.081c4.705 2.874 10.398 4.575 16.489 4.575 11.642 0 21.831-6.217 27.43-15.511l0.081-0.144 129.12-216.68c12.085-20.642 19.222-45.453 19.222-71.931 0-53.029-28.624-99.372-71.264-124.421l-0.677-0.368z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-nine-fill"]},"attrs":[{}],"properties":{"order":30297,"id":435,"name":"number-square-nine-fill","prevSize":16,"code":60460},"setIdx":4,"setId":4,"iconIdx":812},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM560 704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-324l-46.24 30.84c-4.991 3.369-11.141 5.377-17.76 5.377-17.683 0-32.017-14.335-32.017-32.017 0-11.063 5.611-20.816 14.143-26.568l0.114-0.072 96-64c4.99-3.371 11.141-5.381 17.76-5.381 17.61 0 31.898 14.225 31.999 31.811l0 0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-one-fill"]},"attrs":[{}],"properties":{"order":30298,"id":434,"name":"number-square-one-fill","prevSize":16,"code":60461},"setIdx":4,"setId":4,"iconIdx":813},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM638.080 362.92l-128 352c-4.596 12.401-16.324 21.080-30.079 21.080-0 0-0.001-0-0.001-0l0-0c-0.022 0-0.047 0-0.073 0-3.893 0-7.622-0.704-11.065-1.992l0.218 0.072c-12.402-4.596-21.081-16.324-21.081-30.080 0-3.918 0.704-7.672 1.993-11.142l-0.072 0.221 112.4-309.080h-146.32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c0-0 0.001-0 0.001-0 17.673 0 32 14.327 32 32 0 3.918-0.704 7.672-1.993 11.141l0.072-0.221z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-seven-fill"]},"attrs":[{}],"properties":{"order":30299,"id":433,"name":"number-square-seven-fill","prevSize":16,"code":60462},"setIdx":4,"setId":4,"iconIdx":814},{"icon":{"paths":["M592 592c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM656 592c0-79.529-64.471-144-144-144v0c-2.44 0-4.88 0-7.28 0l66.76-111.6c2.841-4.684 4.522-10.346 4.522-16.4 0-17.674-14.328-32.002-32.002-32.002-11.62 0-21.793 6.193-27.4 15.459l-0.080 0.143s-129.6 217.12-129.88 217.68c-11.724 20.379-18.64 44.811-18.64 70.858 0 79.529 64.471 144 144 144s144-64.471 144-144c0-0.049-0-0.097-0-0.146l0 0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-six-fill"]},"attrs":[{}],"properties":{"order":30300,"id":432,"name":"number-square-six-fill","prevSize":16,"code":60463},"setIdx":4,"setId":4,"iconIdx":815},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM496 736c-0.134 0-0.293 0.001-0.452 0.001-40.137 0-76.408-16.555-102.357-43.209l-0.031-0.032c-6.169-5.846-10.009-14.097-10.009-23.246 0-17.673 14.327-32 32-32 9.377 0 17.813 4.034 23.666 10.46l0.023 0.026c14.531 14.816 34.759 24 57.131 24 44.183 0 80-35.817 80-80 0-44.173-35.801-79.984-79.97-80l-0.002-0c-17.669-0.005-31.991-14.33-31.991-32 0-6.875 2.168-13.244 5.858-18.46l-0.067 0.1 76.72-109.64h-130.52c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.669 0.005 31.991 14.33 31.991 32 0 6.875-2.168 13.244-5.858 18.46l0.067-0.1-84 120c53.421 21.856 90.371 73.433 90.371 133.641 0 79.529-64.471 144-144 144-0.201 0-0.402-0-0.602-0.001l0.031 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-three-fill"]},"attrs":[{}],"properties":{"order":30301,"id":431,"name":"number-square-three-fill","prevSize":16,"code":60464},"setIdx":4,"setId":4,"iconIdx":816},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM608 672c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 172.68-230.24c7.997-10.565 12.809-23.927 12.809-38.412 0-35.346-28.654-64-64-64-27.604 0-51.127 17.476-60.107 41.968l-0.142 0.444c-4.53 12.536-16.328 21.334-30.18 21.334-17.681 0-32.014-14.333-32.014-32.014 0-3.828 0.672-7.5 1.905-10.903l-0.071 0.223c18.153-50.046 65.284-85.155 120.616-85.155 70.692 0 128 57.308 128 128 0 28.993-9.64 55.735-25.889 77.195l0.232-0.32-134.24 179.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-two-fill"]},"attrs":[{}],"properties":{"order":30302,"id":430,"name":"number-square-two-fill","prevSize":16,"code":60465},"setIdx":4,"setId":4,"iconIdx":817},{"icon":{"paths":["M624 512c0 59.44-23.6 160-112 160s-112-100.56-112-160 23.6-160 112-160 112 100.56 112 160zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM688 512c0-57-14.24-110.12-40-149.56-32-48.68-79.080-74.44-136-74.44s-104 25.76-136 74.44c-25.88 39.44-40 92.56-40 149.56s14.24 110.12 40 149.56c32 48.68 78.96 74.44 136 74.44s104-25.76 136-74.44c25.76-39.44 40-92.56 40-149.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-zero-fill"]},"attrs":[{}],"properties":{"order":30303,"id":429,"name":"number-square-zero-fill","prevSize":16,"code":60466},"setIdx":4,"setId":4,"iconIdx":818},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM496 768c-0.087 0-0.189 0-0.292 0-55.049 0-104.174-25.359-136.332-65.033l-0.257-0.327c-4.276-5.391-6.86-12.293-6.86-19.798 0-17.673 14.327-32 32-32 9.877 0 18.708 4.475 24.578 11.507l0.041 0.051c20.698 25.459 52.016 41.593 87.102 41.593 61.856 0 112-50.144 112-112 0-59.034-45.674-107.401-103.612-111.691l-0.37-0.022c-16.67-1.22-29.732-15.044-29.732-31.92 0-7.814 2.801-14.974 7.453-20.531l-0.041 0.050 89.92-108h-187.6c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c0.004-0 0.008-0 0.012-0 17.673 0 32 14.327 32 32 0 7.814-2.801 14.974-7.453 20.53l0.041-0.050-100.92 121.080c64.269 27.177 108.545 89.698 108.545 162.56 0 97.202-78.798 176-176 176-0.079 0-0.158-0-0.237-0l0.012 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-three-fill"]},"attrs":[{}],"properties":{"order":30304,"id":428,"name":"number-three-fill","prevSize":16,"code":60467},"setIdx":4,"setId":4,"iconIdx":819},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM640 704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.672-0.001-31.998-14.328-31.998-32 0-8.568 3.367-16.349 8.85-22.092l-0.012 0.012 222.76-233.92c13.747-16.491 22.092-37.904 22.092-61.266 0-53.019-42.981-96-96-96-27.076 0-51.534 11.209-68.986 29.24l-0.025 0.026c-4.723 5.132-8.924 10.875-12.439 17.059l-0.241 0.461c-5.574 9.904-16.019 16.483-28 16.483-17.686 0-32.023-14.337-32.023-32.023 0-5.705 1.492-11.061 4.106-15.7l-0.083 0.16c6.291-11.194 13.288-20.867 21.243-29.658l-0.123 0.138c29.407-32.558 71.774-52.93 118.9-52.93 88.371 0 160.010 71.639 160.010 160.010 0 41.246-15.606 78.846-41.235 107.22l0.124-0.14-0.64 0.64-171.64 180.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-two-fill"]},"attrs":[{}],"properties":{"order":30305,"id":427,"name":"number-two-fill","prevSize":16,"code":60468},"setIdx":4,"setId":4,"iconIdx":820},{"icon":{"paths":["M630.72 353.56c26.64 40.52 41.28 96.8 41.28 158.44s-14.64 117.88-41.28 158.44c-28.52 43.52-68.48 65.56-118.72 65.56s-90.2-22.040-118.72-65.56c-26.64-40.56-41.28-96.8-41.28-158.44s14.64-117.92 41.28-158.44c28.52-43.52 68.48-65.56 118.72-65.56s90.2 22.040 118.72 65.56zM864 160v704c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0zM736 512c0-73.96-18.4-142.72-51.76-193.56-40.56-61.8-100.24-94.44-172.24-94.44s-131.68 32.64-172.24 94.44c-33.36 50.84-51.76 119.6-51.76 193.56s18.4 142.72 51.76 193.56c40.56 61.8 100.24 94.44 172.24 94.44s131.68-32.64 172.24-94.44c33.36-50.84 51.76-119.6 51.76-193.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-zero-fill"]},"attrs":[{}],"properties":{"order":30306,"id":426,"name":"number-zero-fill","prevSize":16,"code":60469},"setIdx":4,"setId":4,"iconIdx":821},{"icon":{"paths":["M894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["nut-fill"]},"attrs":[{}],"properties":{"order":30307,"id":425,"name":"nut-fill","prevSize":16,"code":60470},"setIdx":4,"setId":4,"iconIdx":822},{"icon":{"paths":["M688 544c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM738.48 413l-262.84-122.64c-138.982 18.126-245.979 133.196-251.384 274.304l-0.016 0.536 272.72-145.44c4.355-2.365 9.535-3.755 15.040-3.755 17.671 0 31.997 14.324 32 31.994l0 0v414.2c114.999-12.813 208.601-92.038 242.283-197.971l0.557-2.029c4.244-13.086 16.327-22.382 30.58-22.382 17.718 0 32.082 14.363 32.082 32.082 0 3.465-0.549 6.801-1.565 9.927l0.064-0.227c-46.528 143.648-179.129 245.696-335.564 245.696-194.404 0-352-157.596-352-352 0-64.354 17.269-124.674 47.427-176.579l-0.902 1.683c-47.138-24.31-78.812-72.656-78.812-128.4 0-79.477 64.387-143.916 143.844-144l0.008-0c4.908 0.008 9.557 1.113 13.716 3.083l-0.196-0.083 473 220.72c41.211-3.559 73.315-37.891 73.315-79.72 0-44.125-35.723-79.906-79.826-80l-0.009-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c79.529 0 144 64.471 144 144s-64.471 144-144 144v0c-4.908-0.008-9.557-1.113-13.716-3.083l0.196 0.083zM384 833.88v-281.36l-153.96 82.12c18.929 87.943 75.837 159.722 152.312 198.482l1.648 0.758zM384.52 248l-119.040-55.72c-41.201 3.571-73.291 37.897-73.291 79.718 0 34.309 21.598 63.574 51.939 74.94l0.552 0.181c2.4-2.84 4.8-5.68 7.36-8.44 35.9-39.181 80.199-70.054 130.099-89.847l2.381-0.833z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ny-times-logo-fill"]},"attrs":[{}],"properties":{"order":30308,"id":424,"name":"ny-times-logo-fill","prevSize":16,"code":60471},"setIdx":4,"setId":4,"iconIdx":823},{"icon":{"paths":["M909.24 320.92l-206.16-206.16c-11.615-11.547-27.606-18.702-45.269-18.76l-0.011-0h-291.6c-17.674 0.058-33.665 7.213-45.283 18.763l0.003-0.003-206.16 206.16c-11.547 11.615-18.702 27.606-18.76 45.269l-0 0.011v291.6c0.058 17.674 7.213 33.665 18.763 45.283l-0.003-0.003 206.16 206.16c11.615 11.547 27.606 18.702 45.269 18.76l0.011 0h291.6c17.674-0.058 33.665-7.213 45.283-18.763l-0.003 0.003 206.16-206.16c11.547-11.615 18.702-27.606 18.76-45.269l0-0.011v-291.6c-0.058-17.674-7.213-33.665-18.763-45.283l0.003 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["octagon-fill"]},"attrs":[{}],"properties":{"order":30309,"id":423,"name":"octagon-fill","prevSize":16,"code":60472},"setIdx":4,"setId":4,"iconIdx":824},{"icon":{"paths":["M992 512c0 17.673-14.327 32-32 32v0h-66.68c-15.993 91.324-94.632 159.865-189.306 160l-0.014 0h-160v96h96c70.692 0 128 57.308 128 128v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-35.346-28.654-64-64-64v0h-96v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-96c-35.346 0-64 28.654-64 64v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-70.692 57.308-128 128-128v0h96v-96h-160c-94.688-0.135-173.327-68.676-189.152-158.846l-0.168-1.154h-66.68c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0c0 70.692 57.308 128 128 128v0h384c70.692 0 128-57.308 128-128v0c0-17.673 14.327-32 32-32v0h96c17.673 0 32 14.327 32 32v0zM320 576h384c0 0 0.001 0 0.002 0 35.346 0 64-28.654 64-64 0-3.189-0.233-6.324-0.684-9.388l0.042 0.348-54.88-384c-4.714-31.176-31.255-54.818-63.345-54.96l-0.015-0h-274.24c-32.105 0.142-58.646 23.784-63.316 54.604l-0.044 0.356-54.88 384c-0.408 2.716-0.642 5.851-0.642 9.040 0 35.346 28.654 64 64 64 0.001 0 0.001-0 0.002-0l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["office-chair-fill"]},"attrs":[{}],"properties":{"order":30310,"id":422,"name":"office-chair-fill","prevSize":16,"code":60473},"setIdx":4,"setId":4,"iconIdx":825},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 704h-188.24c-0.060 0-0.132 0-0.204 0-24.851 0-46.377-14.235-56.869-34.996l-0.167-0.364-142.28-284.64h-188.24c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h188.24c0.060-0 0.132-0 0.204-0 24.851 0 46.377 14.235 56.869 34.996l0.167 0.364 142.28 284.64h188.24c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM800 384h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["option-fill"]},"attrs":[{}],"properties":{"order":30311,"id":421,"name":"option-fill","prevSize":16,"code":60474},"setIdx":4,"setId":4,"iconIdx":826},{"icon":{"paths":["M204.72 582.040c-47.893-63.128-76.72-143.011-76.72-229.626 0-0.145 0-0.291 0-0.436l-0 0.022c0-5.64 0-11.24 0.36-16.84 0.459-8.468 7.437-15.16 15.978-15.16 0.008 0 0.016 0 0.023 0l-0.001-0h283.64c0.004-0 0.008-0 0.013-0 8.837 0 16 7.163 16 16 0 4.421-1.793 8.424-4.692 11.32l-0 0zM480 734.64v-337.4l-232.68 232.72c61.109 58.46 141.788 96.912 231.259 104.582l1.421 0.098zM819.28 582.040c47.893-63.128 76.72-143.011 76.72-229.626 0-0.145-0-0.291-0-0.436l0 0.022c0-5.64 0-11.24-0.36-16.84-0.459-8.468-7.437-15.16-15.978-15.16-0.008 0-0.016 0-0.023 0l0.001-0h-283.64c-0.004-0-0.008-0-0.013-0-8.837 0-16 7.163-16 16 0 4.421 1.793 8.424 4.692 11.32l0 0zM992 320h-16.32c-0.003-0-0.006-0-0.010-0-8.837 0-16 7.163-16 16 0 0.197 0.004 0.393 0.011 0.588l-0.001-0.028c0 5.12 0.28 10.28 0.28 15.44-2.395 245.596-202.045 443.767-447.98 443.767s-445.585-198.171-447.978-443.54l-0.002-0.227c0-5.16 0-10.32 0.28-15.44 0.006-0.167 0.010-0.363 0.010-0.56 0-8.837-7.163-16-16-16-0.003 0-0.007 0-0.010 0l-16.279-0c-17.673 0-32 14.327-32 32v0c0 282.77 229.23 512 512 512s512-229.23 512-512v0c0-17.673-14.327-32-32-32v0zM544 397.24v337.4c90.892-7.768 171.571-46.22 232.822-104.815l-0.142 0.135z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["orange-slice-fill"]},"attrs":[{}],"properties":{"order":30312,"id":420,"name":"orange-slice-fill","prevSize":16,"code":60475},"setIdx":4,"setId":4,"iconIdx":827},{"icon":{"paths":["M894.72 264.6l-352-192.6c-8.858-4.986-19.446-7.923-30.72-7.923s-21.861 2.937-31.040 8.088l0.32-0.165-352 192.68c-19.939 11.067-33.224 31.976-33.28 55.992l-0 0.008v382.56c0.056 24.024 13.341 44.933 32.953 55.833l0.327 0.167 352 192.68c8.858 4.986 19.446 7.923 30.72 7.923s21.861-2.937 31.040-8.088l-0.32 0.165 352-192.68c19.939-11.067 33.224-31.976 33.28-55.992l0-0.008v-382.52c-0.010-24.071-13.306-45.034-32.953-55.953l-0.327-0.167zM512 128l321.4 176-119.12 65.16-321.4-176zM512 480l-321.4-176 135.64-74.28 321.4 176zM864 703.4v0l-320 175.16v-343.24l128-70.040v142.72c0 17.673 14.327 32 32 32s32-14.327 32-32v0-177.76l128-70.040v343.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["package-fill"]},"attrs":[{}],"properties":{"order":30313,"id":419,"name":"package-fill","prevSize":16,"code":60476},"setIdx":4,"setId":4,"iconIdx":828},{"icon":{"paths":["M864 96h-576c-88.366 0-160 71.634-160 160v0 288c0 53.019 42.981 96 96 96v0h192l-31.56 186.68c-0.274 1.596-0.434 3.437-0.44 5.314l-0 0.006c0 70.692 57.308 128 128 128s128-57.308 128-128v0c-0.006-1.883-0.166-3.724-0.467-5.518l0.027 0.198-31.56-186.68h192c53.019 0 96-42.981 96-96v0-416c0-17.673-14.327-32-32-32v0zM288 160h416v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h64v288h-640v-192c0-53.019 42.981-96 96-96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-brush-broad-fill"]},"attrs":[{}],"properties":{"order":30314,"id":418,"name":"paint-brush-broad-fill","prevSize":16,"code":60477},"setIdx":4,"setId":4,"iconIdx":829},{"icon":{"paths":["M928 128c0-17.673-14.327-32-32-32v0c-176.32 0-357.24 198.84-457.72 330.52-21.023-6.674-45.202-10.521-70.28-10.521-132.548 0-240 107.452-240 240 0 0 0 0 0 0l0 0c0 123.52-78.16 178.92-81.88 181.48-8.551 5.833-14.092 15.529-14.092 26.52 0 17.663 14.311 31.984 31.971 32l304.002 0c0 0 0 0 0.001 0 132.548 0 240-107.452 240-240 0-25.078-3.846-49.257-10.981-71.98l0.46 1.7c131.72-100.48 330.52-281.4 330.52-457.72zM497.68 454.2q20.56-26.64 40.36-50.2c32.534 22.178 59.782 49.426 81.283 80.91l0.677 1.050q-23.6 19.76-50.2 40.36c-18.956-29.077-43.044-53.164-71.192-71.551l-0.928-0.569zM668.48 443.48c-24.532-34.342-53.659-63.469-86.881-87.239l-1.119-0.761c127.12-138.12 223-180 279.6-191.64-11.4 56.64-53.48 152.52-191.6 279.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-brush-fill"]},"attrs":[{}],"properties":{"order":30315,"id":417,"name":"paint-brush-fill","prevSize":16,"code":60478},"setIdx":4,"setId":4,"iconIdx":830},{"icon":{"paths":["M922.56 101.44c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-0.4 0.4-0.8 0.8-1.16 1.24l-219.64 244.72-36.72-36.84c-17.374-17.383-41.381-28.136-67.9-28.136s-50.526 10.752-67.9 28.135l-306.76 306.8c-5.786 5.79-9.365 13.787-9.365 22.62s3.579 16.83 9.365 22.62l320 320c5.79 5.786 13.787 9.365 22.62 9.365s16.83-3.579 22.62-9.365l306.76-306.6c17.383-17.374 28.136-41.381 28.136-67.9s-10.752-50.526-28.135-67.9l-36.84-36.8 244.72-219.64c0.45-0.376 0.855-0.769 1.23-1.189l0.010-0.011c23.193-23.168 37.541-55.189 37.541-90.56s-14.347-67.391-37.539-90.559l-0.001-0.001zM384 914.76l-66.72-66.76 89.36-89.4c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013-89.4 89.36-50.72-50.72 89.36-89.4c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013-89.4 89.36-66.76-66.72 178.76-178.76 274.76 274.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-brush-household-fill"]},"attrs":[{}],"properties":{"order":30316,"id":416,"name":"paint-brush-household-fill","prevSize":16,"code":60479},"setIdx":4,"setId":4,"iconIdx":831},{"icon":{"paths":["M1024 816c0 61.856-50.144 112-112 112s-112-50.144-112-112v0c0-94.28 88.24-165.96 92-169 5.426-4.373 12.404-7.020 20-7.020s14.574 2.647 20.062 7.068l-0.062-0.048c3.76 3.040 92 74.72 92 169zM529.96 497.96c8.651-8.68 14-20.657 14-33.882 0-26.51-21.49-48-48-48s-48 21.49-48 48c0 13.226 5.349 25.202 14.001 33.884l-0.001-0.001c8.692 8.721 20.716 14.118 34 14.118s25.308-5.396 33.999-14.116l0.001-0.001zM918.64 471.32l-429.96-429.96c-5.79-5.786-13.787-9.365-22.62-9.365s-16.83 3.579-22.62 9.365l0-0-162.44 162.64 161.72 161.68c15.408-8.499 33.773-13.5 53.307-13.5 61.856 0 112 50.144 112 112s-50.144 112-112 112c-61.856 0-112-50.144-112-112 0-19.499 4.983-37.835 13.745-53.802l-0.292 0.582-161.72-161.92-175.76 175.64c-17.371 17.372-28.115 41.371-28.115 67.88s10.744 50.508 28.116 67.88l339.56 339.56c17.372 17.371 41.371 28.115 67.88 28.115s50.508-10.744 67.88-28.116l383.32-383.32c5.822-5.796 9.425-13.817 9.425-22.68s-3.603-16.884-9.424-22.679l-0.001-0.001zM182.64 105.36c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l98.4 98.4 45.24-45.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-bucket-fill"]},"attrs":[{}],"properties":{"order":30317,"id":415,"name":"paint-bucket-fill","prevSize":16,"code":60480},"setIdx":4,"setId":4,"iconIdx":832},{"icon":{"paths":["M992 416v200c-0.104 29.040-19.449 53.533-45.945 61.404l-0.455 0.116-401.6 114.48v136c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-136c0.104-29.040 19.449-53.533 45.945-61.404l0.455-0.116 401.6-114.48v-200h-64v96c0 35.346-28.654 64-64 64v0h-608c-35.346 0-64-28.654-64-64v0-96h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-96c0-35.346 28.654-64 64-64v0h608c35.346 0 64 28.654 64 64v0 96h64c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-roller-fill"]},"attrs":[{}],"properties":{"order":30318,"id":414,"name":"paint-roller-fill","prevSize":16,"code":60481},"setIdx":4,"setId":4,"iconIdx":833},{"icon":{"paths":["M803.080 215.56c-74.607-73.9-177.299-119.56-290.657-119.56-0.149 0-0.298 0-0.446 0l-4.257-0c-227.902 2.42-411.72 187.732-411.72 415.978 0 0.008 0 0.015 0 0.023l-0-0.001c0 172 106.32 316.24 277.44 376.68 12.675 4.614 27.306 7.283 42.56 7.283 70.679 0 127.979-57.286 128-127.961l0-0.002c0-35.346 28.654-64 64-64v0h184.84c0.183 0.001 0.399 0.001 0.616 0.001 60.448 0 111.051-42.152 124.019-98.666l0.165-0.855c6.594-27.799 10.375-59.717 10.375-92.518 0-1.224-0.005-2.447-0.016-3.669l0.001 0.187c-0.884-114.897-48.535-218.494-124.831-292.834l-0.089-0.086zM336 672c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM336 448c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM512 352c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM688 448c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["palette-fill"]},"attrs":[{}],"properties":{"order":30319,"id":413,"name":"palette-fill","prevSize":16,"code":60482},"setIdx":4,"setId":4,"iconIdx":834},{"icon":{"paths":["M213.76 174l2.72-22c4.113-31.736 30.972-56 63.498-56 0.008 0 0.015 0 0.023 0l463.999-0c0.006-0 0.014-0 0.022-0 32.526 0 59.385 24.264 63.464 55.678l0.034 0.322 2.72 21.96c0.080 0.601 0.126 1.295 0.126 2 0 8.837-7.163 16-16 16-0.044 0-0.088-0-0.132-0.001l0.007 0h-564.6c-0 0-0 0-0.001 0-8.837 0-16-7.163-16-16 0-0.691 0.044-1.371 0.129-2.039l-0.008 0.079zM676 256c14.799 55.621 64.683 95.942 123.994 96l14.366 0c0.037 0 0.081 0 0.126 0 8.837 0 16-7.163 16-16 0-0.705-0.046-1.4-0.134-2.081l0.009 0.080-8-64c-1.028-7.934-7.743-14-15.875-14-0.044 0-0.088 0-0.132 0.001l0.007-0zM209.64 352h14.36c59.317-0.058 109.201-40.379 123.797-95.104l0.203-0.896h-130.36c-0.037-0-0.081-0-0.125-0-8.132 0-14.847 6.066-15.866 13.92l-0.009 0.080-8 64c-0.080 0.601-0.126 1.295-0.126 2 0 8.837 7.163 16 16 16 0.044 0 0.088-0 0.132-0.001l-0.007 0zM895.52 856l-53.28-426c-1.028-7.934-7.743-14-15.875-14-0.044 0-0.088 0-0.132 0.001l0.007-0h-26.24c-94.677-0.138-173.304-68.681-189.113-158.847l-0.167-1.153h-66.72v158.92c0.002 0.12 0.002 0.261 0.002 0.403 0 17.072-13.074 31.090-29.757 32.588l-0.126 0.009c-0.634 0.045-1.374 0.070-2.12 0.070-17.673 0-32-14.327-32-32 0-0.025 0-0.049 0-0.074l-0 0.004v-159.92h-66.72c-15.976 91.319-94.603 159.862-189.265 160l-0.015 0h-26.36c-0.037-0-0.081-0-0.125-0-8.132 0-14.847 6.066-15.866 13.92l-0.009 0.080-53.16 426c-0.312 2.374-0.49 5.12-0.49 7.907 0 21.617 10.718 40.731 27.129 52.318l0.201 0.135c10.488 7.288 23.49 11.644 37.51 11.644 0.257 0 0.513-0.001 0.769-0.004l-0.039 0h161.2c0.003 0 0.007 0 0.011 0 29.747 0 54.755-20.295 61.931-47.795l0.099-0.445 95.2-368 95.16 367.76c7.188 28.063 32.249 48.475 62.079 48.48l161.201 0c0.258 0.004 0.563 0.006 0.869 0.006 13.963 0 26.916-4.326 37.592-11.71l-0.22 0.144c16.618-11.721 27.34-30.838 27.34-52.46 0-2.813-0.182-5.584-0.533-8.301l0.034 0.321z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pants-fill"]},"attrs":[{}],"properties":{"order":30320,"id":412,"name":"pants-fill","prevSize":16,"code":60483},"setIdx":4,"setId":4,"iconIdx":835},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM662.64 297.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-269 274.64c-17.433 17.389-28.219 41.435-28.219 68 0 53.041 42.998 96.039 96.039 96.039 26.476 0 50.449-10.713 67.822-28.041l-0.002 0.002 197.28-201.28c5.855-6.248 14.158-10.141 23.371-10.141 17.673 0 32 14.327 32 32 0 8.994-3.71 17.121-9.683 22.934l-0.007 0.007-197.48 201.52c-29.084 29.777-69.635 48.243-114.5 48.243-88.366 0-160-71.634-160-160 0-44.755 18.376-85.219 47.994-114.257l0.026-0.026 269-274.64c17.389-17.433 41.435-28.219 68-28.219 53.041 0 96.039 42.998 96.039 96.039 0 26.476-10.713 50.449-28.041 67.822l0.002-0.002-269.16 274.4c-5.855 6.248-14.158 10.141-23.371 10.141-17.673 0-32-14.327-32-32 0-8.994 3.71-17.121 9.683-22.934l0.007-0.007 269.24-274.76c5.93-5.813 9.606-13.907 9.606-22.859 0-8.833-3.579-16.831-9.367-22.621l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paperclip-fill"]},"attrs":[{}],"properties":{"order":30321,"id":411,"name":"paperclip-fill","prevSize":16,"code":60484},"setIdx":4,"setId":4,"iconIdx":836},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM672 672h-384c-53.019 0-96-42.981-96-96s42.981-96 96-96v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c53.019 0 96-42.981 96-96s-42.981-96-96-96v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288c88.366 0 160 71.634 160 160s-71.634 160-160 160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paperclip-horizontal-fill"]},"attrs":[{}],"properties":{"order":30322,"id":410,"name":"paperclip-horizontal-fill","prevSize":16,"code":60485},"setIdx":4,"setId":4,"iconIdx":837},{"icon":{"paths":["M944.8 873.2c-11.724 13.961-29.188 22.774-48.71 22.774-7.693 0-15.066-1.368-21.89-3.875l0.44 0.142-319.8-109.44c-6.359-2.213-10.84-8.156-10.84-15.145 0-0.005 0-0.010 0-0.016l-0 0.001v-287.64c0-0.021 0-0.046 0-0.070 0-17.673-14.327-32-32-32-0.746 0-1.486 0.026-2.219 0.076l0.099-0.005c-16.812 1.527-29.883 15.554-29.883 32.633 0 0.143 0.001 0.286 0.003 0.428l-0-0.022v286.28c0 0.008 0 0.019 0 0.029 0 6.974-4.462 12.907-10.688 15.097l-0.112 0.034-320 109.76c-6.305 2.282-13.581 3.601-21.166 3.601-35.346 0-64-28.654-64-64 0-11.491 3.029-22.275 8.331-31.597l-0.166 0.316 383.8-672.040c11.187-19.613 31.964-32.622 55.78-32.622s44.593 13.008 55.615 32.308l0.165 0.314 384.040 671.84c5.285 9.070 8.405 19.965 8.405 31.588 0 15.784-5.753 30.224-15.277 41.337l0.072-0.086z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paper-plane-fill"]},"attrs":[{}],"properties":{"order":30323,"id":409,"name":"paper-plane-fill","prevSize":16,"code":60486},"setIdx":4,"setId":4,"iconIdx":838},{"icon":{"paths":["M928 511.56c0 0.049 0 0.107 0 0.165 0 23.855-13.052 44.663-32.404 55.67l-0.316 0.165-671.64 384.040c-9.097 5.25-20.001 8.362-31.629 8.4l-0.011 0c-35.29-0.074-63.87-28.699-63.87-64 0-7.657 1.345-15 3.811-21.806l-0.141 0.445 109.4-319.8c2.213-6.359 8.156-10.84 15.145-10.84 0.005 0 0.010 0 0.016 0l287.639-0c0.021 0 0.046 0 0.070 0 17.673 0 32-14.327 32-32 0-0.746-0.026-1.486-0.076-2.219l0.005 0.099c-1.527-16.812-15.554-29.883-32.633-29.883-0.143 0-0.286 0.001-0.428 0.003l0.022-0h-286.32c-0.008 0-0.019 0-0.029 0-6.974 0-12.907-4.462-15.097-10.688l-0.034-0.112-109.76-320c-2.26-6.276-3.566-13.519-3.566-21.066 0-35.346 28.654-64 64-64 11.477 0 22.249 3.021 31.563 8.312l-0.317-0.166 672 383.56c19.588 11.182 32.582 31.932 32.6 55.717l0 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paper-plane-right-fill"]},"attrs":[{}],"properties":{"order":30324,"id":408,"name":"paper-plane-right-fill","prevSize":16,"code":60487},"setIdx":4,"setId":4,"iconIdx":839},{"icon":{"paths":["M925.6 177.36s0 0.4 0 0.6l-232.8 767.76c-7.304 25.256-29.216 43.807-55.769 46.024l-0.231 0.016q-2.76 0.24-5.52 0.24c-0.059 0-0.128 0-0.197 0-25.293 0-47.129-14.802-57.318-36.216l-0.164-0.384-142.84-301.56c-0.969-2.002-1.535-4.354-1.535-6.838 0-4.422 1.794-8.426 4.695-11.322l0-0 229.040-229.080c5.449-5.727 8.801-13.492 8.801-22.041 0-17.673-14.327-32-32-32-8.548 0-16.314 3.352-22.054 8.813l0.013-0.013-229.4 229.040c-2.896 2.9-6.9 4.695-11.322 4.695-2.484 0-4.836-0.566-6.934-1.576l0.096 0.042-300-142.12c-22.733-10.598-38.207-33.257-38.207-59.53 0-0.869 0.017-1.734 0.050-2.594l-0.004 0.124c1.397-27.691 20.316-50.608 45.831-57.969l0.449-0.111 768.36-232.8c5.188-1.514 11.147-2.386 17.311-2.386 35.346 0 64 28.654 64 64 0 6.117-0.858 12.034-2.461 17.637l0.111-0.452z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paper-plane-tilt-fill"]},"attrs":[{}],"properties":{"order":30325,"id":407,"name":"paper-plane-tilt-fill","prevSize":16,"code":60488},"setIdx":4,"setId":4,"iconIdx":840},{"icon":{"paths":["M928 480c-0.273-229.641-186.359-415.727-415.974-416l-0.026-0c-229.641 0.273-415.727 186.359-416 415.974l-0 0.026c0.024 10.424 5.028 19.675 12.759 25.501l0.081 0.059 371.16 278.44v80h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-80l371.2-278.4c7.807-5.9 12.8-15.167 12.8-25.6v-0zM862.56 448h-159.24c-6.16-151.8-55.64-249.72-100.44-308 141.066 38.833 245.453 159.518 259.569 306.57l0.111 1.43zM617.6 512l-105.6 190.12-105.6-190.12zM333.16 512l78 140.36-187.16-140.36zM690.84 512h109.16l-187.16 140.36zM421.12 140c-44.8 58.28-94.28 156.2-100.44 308h-159.24c14.227-148.481 118.614-269.166 257.202-307.417l2.478-0.583z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["parachute-fill"]},"attrs":[{}],"properties":{"order":30326,"id":406,"name":"parachute-fill","prevSize":16,"code":60489},"setIdx":4,"setId":4,"iconIdx":841},{"icon":{"paths":["M864 192c0 17.673-14.327 32-32 32v0h-64v608c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-608h-96v608c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-160c-141.385 0-256-114.615-256-256s114.615-256 256-256v0h448c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paragraph-fill"]},"attrs":[{}],"properties":{"order":30327,"id":405,"name":"paragraph-fill","prevSize":16,"code":60490},"setIdx":4,"setId":4,"iconIdx":842},{"icon":{"paths":["M986.32 250.28l-259.2 576c-10.279 22.424-32.531 37.72-58.355 37.72-0.002 0-0.003-0-0.005-0l-572.76 0c-35.331-0.020-63.965-28.666-63.965-64 0-9.522 2.079-18.557 5.809-26.678l-0.164 0.398 259.2-576c10.279-22.424 32.531-37.72 58.355-37.72 0.002 0 0.003 0 0.005 0l572.76-0c0.001-0 0.003-0 0.005-0 35.346 0 64 28.654 64 64 0 9.522-2.079 18.557-5.808 26.678l0.164-0.398z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["parallelogram-fill"]},"attrs":[{}],"properties":{"order":30328,"id":404,"name":"parallelogram-fill","prevSize":16,"code":60491},"setIdx":4,"setId":4,"iconIdx":843},{"icon":{"paths":["M928 768h-128v-96h96c17.671-0.003 31.995-14.329 31.995-32 0-2.756-0.348-5.43-1.003-7.982l0.048 0.222-128-512c-3.601-14.023-16.13-24.221-31.040-24.221s-27.439 10.198-30.992 23.999l-0.048 0.222-128 512c-0.607 2.33-0.955 5.004-0.955 7.76 0 17.671 14.324 31.997 31.995 32l96 0v96h-256v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-64h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v64h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM416 768h-160v-64h160zM416 640h-160v-64h160zM464 384c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM464 224c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["park-fill"]},"attrs":[{}],"properties":{"order":30329,"id":403,"name":"park-fill","prevSize":16,"code":60492},"setIdx":4,"setId":4,"iconIdx":844},{"icon":{"paths":["M864 192h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM256 672c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM549.2 512.76l-49.44 16 30.56 42c3.81 5.213 6.097 11.749 6.097 18.82 0 17.726-14.37 32.097-32.097 32.097-10.656 0-20.099-5.193-25.937-13.186l-0.063-0.091-30.32-41.96-30.52 42.040c-5.901 8.084-15.344 13.277-26 13.277-17.726 0-32.097-14.37-32.097-32.097 0-7.071 2.286-13.607 6.16-18.911l-0.063 0.091 30.56-42-49.44-16c-12.896-4.333-22.021-16.311-22.021-30.42 0-17.685 14.337-32.021 32.021-32.021 3.576 0 7.015 0.586 10.226 1.667l-0.226-0.066 49.4 16v-52c0-17.673 14.327-32 32-32s32 14.327 32 32v0 52l49.4-16c2.985-1.015 6.424-1.601 10-1.601 17.685 0 32.021 14.337 32.021 32.021 0 14.109-9.125 26.087-21.796 30.354l-0.226 0.066zM837.2 512.76l-49.44 16 30.56 42c3.81 5.213 6.097 11.749 6.097 18.82 0 17.726-14.37 32.097-32.097 32.097-10.656 0-20.099-5.193-25.937-13.186l-0.063-0.091-30.32-41.96-30.52 42.040c-5.901 8.084-15.344 13.277-26 13.277-17.726 0-32.097-14.37-32.097-32.097 0-7.071 2.286-13.607 6.16-18.911l-0.063 0.091 30.56-42-49.44-16c-12.896-4.333-22.021-16.311-22.021-30.42 0-17.685 14.337-32.021 32.021-32.021 3.576 0 7.015 0.586 10.226 1.667l-0.226-0.066 49.4 16v-52c0-17.673 14.327-32 32-32s32 14.327 32 32v0 52l49.4-16c2.985-1.015 6.424-1.601 10-1.601 17.685 0 32.021 14.337 32.021 32.021 0 14.109-9.125 26.087-21.796 30.354l-0.226 0.066z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["password-fill"]},"attrs":[{}],"properties":{"order":30330,"id":402,"name":"password-fill","prevSize":16,"code":60493},"setIdx":4,"setId":4,"iconIdx":845},{"icon":{"paths":["M800 672c-59.317 0.058-109.201 40.379-123.797 95.104l-0.203 0.896h-388c-70.692 0-128-57.308-128-128s57.308-128 128-128v0h384c88.366 0 160-71.634 160-160s-71.634-160-160-160v0h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c53.019 0 96 42.981 96 96s-42.981 96-96 96v0h-384c-106.039 0-192 85.961-192 192s85.961 192 192 192v0h388c14.719 55.647 64.615 96 123.935 96 70.692 0 128-57.308 128-128 0-70.67-57.271-127.963-127.932-128l-0.004-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["path-fill"]},"attrs":[{}],"properties":{"order":30331,"id":401,"name":"path-fill","prevSize":16,"code":60494},"setIdx":4,"setId":4,"iconIdx":846},{"icon":{"paths":["M960 416c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.321 0.159 255.841 114.679 256 255.985l0 0.015zM320 160h-64c-35.346 0-64 28.654-64 64v0 608c0 35.346 28.654 64 64 64v0h64c35.346 0 64-28.654 64-64v0-608c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["patreon-logo-fill"]},"attrs":[{}],"properties":{"order":30332,"id":400,"name":"patreon-logo-fill","prevSize":16,"code":60495},"setIdx":4,"setId":4,"iconIdx":847},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.296-229.631-186.369-415.704-415.972-416l-0.028-0zM448 640c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 640c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pause-circle-fill"]},"attrs":[{}],"properties":{"order":30333,"id":399,"name":"pause-circle-fill","prevSize":16,"code":60496},"setIdx":4,"setId":4,"iconIdx":848},{"icon":{"paths":["M864 192v640c0 35.346-28.654 64-64 64v0h-160c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h160c35.346 0 64 28.654 64 64v0zM384 128h-160c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h160c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pause-fill"]},"attrs":[{}],"properties":{"order":30334,"id":398,"name":"pause-fill","prevSize":16,"code":60497},"setIdx":4,"setId":4,"iconIdx":849},{"icon":{"paths":["M960 432c0 61.856-50.144 112-112 112s-112-50.144-112-112c0-61.856 50.144-112 112-112v0c61.856 0 112 50.144 112 112v0zM288 432c0-61.856-50.144-112-112-112s-112 50.144-112 112c0 61.856 50.144 112 112 112v0c61.856 0 112-50.144 112-112v0zM368 352c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM656 352c61.856 0 112-50.144 112-112s-50.144-112-112-112c-61.856 0-112 50.144-112 112v0c0 61.856 50.144 112 112 112v0zM748.48 595.44c-32.506-18.18-56.703-47.937-67.227-83.561l-0.253-0.999c-21.988-73.893-89.309-126.857-169-126.857s-147.011 52.964-168.681 125.611l-0.319 1.246c-10.68 36.499-34.702 66.185-66.297 84.035l-0.703 0.365c-50.318 27.626-83.856 80.256-83.856 140.72 0 88.315 71.552 159.918 159.848 160l0.008 0c0.135 0 0.294 0.001 0.454 0.001 22.259 0 43.442-4.605 62.649-12.915l-1.023 0.394c28.888-12.246 62.483-19.363 97.74-19.363s68.852 7.117 99.426 19.994l-1.686-0.63c18.798 8.39 40.735 13.276 63.813 13.276 88.366 0 160-71.634 160-160 0-60.877-33.999-113.814-84.045-140.857l-0.848-0.419z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paw-print-fill"]},"attrs":[{}],"properties":{"order":30335,"id":397,"name":"paw-print-fill","prevSize":16,"code":60498},"setIdx":4,"setId":4,"iconIdx":850},{"icon":{"paths":["M880.48 374.16c-21.388-27.312-48.414-49.205-79.423-64.14l-1.337-0.58c-5.794-119.073-103.736-213.423-223.718-213.44l-240.002-0c-29.831 0.005-54.892 20.417-61.983 48.036l-0.097 0.444-144 576c-1.214 4.659-1.91 10.008-1.91 15.52 0 35.343 28.648 63.995 63.99 64l110 0-12 48.48c-1.214 4.659-1.91 10.008-1.91 15.52 0 35.315 28.603 63.949 63.905 64l0.005 0h126c29.798-0.043 54.819-20.443 61.903-48.036l0.097-0.444 36-143.52h128c123.709-0.004 223.992-100.291 223.992-224 0-52.203-17.858-100.236-47.798-138.322l0.365 0.482zM192 736l144-576h240c0.013-0 0.029-0 0.045-0 77.741 0 142.532 55.444 156.988 128.946l0.166 1.014c-8.746-1.219-18.876-1.93-29.166-1.96l-0.034-0h-224c-0.009-0-0.020-0-0.030-0-29.835 0-54.901 20.414-61.993 48.036l-0.097 0.444-99.8 399.52h-126.080zM859.080 550.8c-17.879 70.151-80.496 121.2-155.037 121.2-0.015 0-0.030-0-0.046-0l-127.998 0c-29.831 0.005-54.892 20.417-61.983 48.036l-0.097 0.444-36 143.52h-125.92l80-320h144c0.019 0 0.042 0 0.064 0 102.848 0 189.478-69.438 215.566-163.989l0.37-1.571c14.676 9.812 27.195 21.427 37.658 34.734l0.262 0.346c21.227 26.77 34.053 61.040 34.053 98.305 0 13.845-1.77 27.276-5.097 40.079l0.244-1.104z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paypal-logo-fill"]},"attrs":[{}],"properties":{"order":30336,"id":396,"name":"paypal-logo-fill","prevSize":16,"code":60499},"setIdx":4,"setId":4,"iconIdx":851},{"icon":{"paths":["M544 573.48l184 128.8c-46.035 52.241-110.253 87.514-182.667 95.875l-1.333 0.125zM224 512c-0 0.081-0 0.177-0 0.274 0 50.483 13.060 97.917 35.986 139.105l-0.745-1.459 220.76-154.56v-269.52c-144.601 16.786-255.819 138.457-256 286.141l-0 0.019zM480 798.16v-224.68l-184 128.8c46.051 52.196 110.268 87.427 182.67 95.756l1.33 0.124zM544 225.84v269.52l220.76 154.56c22.124-39.817 35.147-87.324 35.147-137.874 0-147.751-111.261-269.515-254.57-286.081l-1.337-0.126zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["peace-fill"]},"attrs":[{}],"properties":{"order":30337,"id":395,"name":"peace-fill","prevSize":16,"code":60500},"setIdx":4,"setId":4,"iconIdx":852},{"icon":{"paths":["M806.16 217.84c-75.282-75.282-179.283-121.845-294.16-121.845-229.753 0-416.005 186.252-416.005 416.005 0 114.877 46.563 218.878 121.845 294.16v0c75.282 75.282 179.283 121.845 294.16 121.845 229.753 0 416.005-186.252 416.005-416.005 0-114.877-46.563-218.878-121.845-294.16v0zM512 683.48c-23.527-26.715-57.806-43.481-96.001-43.481-11.823 0-23.27 1.606-34.136 4.613l0.897-0.212 61.24-132.4h136l61.080 132.4c-9.93-2.773-21.334-4.366-33.11-4.366-38.179 0-72.445 16.752-95.85 43.306l-0.121 0.14zM672 825.48c-37.178 19.347-80.606 32.486-126.605 36.775l-1.395 0.105v-94.36c0-35.346 28.654-64 64-64s64 28.654 64 64v0zM760.88 760.92c-8 8-16.32 15.48-24.88 22.56v-79.48c0-0.011 0-0.025 0-0.038 0-4.85-1.091-9.446-3.042-13.554l0.082 0.192-192-416c-5.203-11.048-16.244-18.558-29.040-18.558s-23.837 7.51-28.957 18.363l-0.083 0.195-192 416c-1.869 3.917-2.96 8.512-2.96 13.362 0 0.013 0 0.027 0 0.040l-0-0.002v79.48c-8.56-7.080-16.88-14.56-24.88-22.56-63.712-63.702-103.12-151.71-103.12-248.923 0-194.404 157.596-352 352-352s352 157.596 352 352c0 97.213-39.408 185.221-103.119 248.922l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-circle-fill"]},"attrs":[{}],"properties":{"order":30338,"id":394,"name":"pencil-circle-fill","prevSize":16,"code":60501},"setIdx":4,"setId":4,"iconIdx":853},{"icon":{"paths":["M909.24 293.48l-178.72-178.76c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.28c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 493.24-493.24c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM205.24 640l361.4-361.4 66.72 66.76-361.36 361.36zM192 717.24l114.76 114.76h-114.76zM384 818.76l-66.76-66.76 361.4-361.4 66.72 66.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-fill"]},"attrs":[{}],"properties":{"order":30339,"id":393,"name":"pencil-fill","prevSize":16,"code":60502},"setIdx":4,"setId":4,"iconIdx":854},{"icon":{"paths":["M909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-402.72l448-448c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM317.28 752l361.36-361.36 66.76 66.72-361.4 361.4zM633.28 345.36v0l-361.28 361.4-66.76-66.76 361.4-361.36zM192 717.24l114.76 114.76h-114.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-line-fill"]},"attrs":[{}],"properties":{"order":30340,"id":392,"name":"pencil-line-fill","prevSize":16,"code":60503},"setIdx":4,"setId":4,"iconIdx":855},{"icon":{"paths":["M909.24 293.48l-178.72-178.76c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.28c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 493.24-493.24c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM768 434.72l-178.76-178.72 96-96 178.76 178.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-simple-fill"]},"attrs":[{}],"properties":{"order":30341,"id":391,"name":"pencil-simple-fill","prevSize":16,"code":60504},"setIdx":4,"setId":4,"iconIdx":856},{"icon":{"paths":["M909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h672c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-402.72l448-448c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM768 434.76l-178.72-178.76 96-96 178.72 178.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-simple-line-fill"]},"attrs":[{}],"properties":{"order":30342,"id":390,"name":"pencil-simple-line-fill","prevSize":16,"code":60505},"setIdx":4,"setId":4,"iconIdx":857},{"icon":{"paths":["M855.72 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-190.76-209.84-201.6 201.56c-11.498 11.587-27.43 18.76-45.037 18.76-0.071 0-0.143-0-0.214-0l0.011 0h-178.76c-35.346 0-64-28.654-64-64v0-178.76c-0-0.057-0-0.125-0-0.193 0-17.603 7.156-33.535 18.718-45.045l0.002-0.002 214.4-214.4-192.8-212c-5.175-5.668-8.345-13.244-8.345-21.56 0-17.687 14.338-32.025 32.025-32.025 9.371 0 17.801 4.025 23.658 10.44l0.022 0.025zM909.28 384l-177.28 177.36c-5.79 5.783-13.785 9.36-22.615 9.36-0.009 0-0.018-0-0.027-0l-0.759 0c-9.093-0.226-17.213-4.212-22.897-10.454l-0.023-0.026-213.4-234.64c-5.12-5.651-8.254-13.185-8.254-21.451 0-8.798 3.55-16.766 9.296-22.551l-0.002 0.002 166.68-166.84c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l178.76 178.72c11.585 11.582 18.75 27.584 18.75 45.26s-7.166 33.678-18.75 45.26l-0 0zM864 338.76l-178.72-178.76-96 96 178.72 178.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-simple-slash-fill"]},"attrs":[{}],"properties":{"order":30343,"id":389,"name":"pencil-simple-slash-fill","prevSize":16,"code":60506},"setIdx":4,"setId":4,"iconIdx":858},{"icon":{"paths":["M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 192.8 212-214.4 214.48c-11.564 11.512-18.72 27.444-18.72 45.047 0 0.068 0 0.135 0 0.203l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 201.6-201.56 190.76 209.84c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM404.24 441.040l63.76 69.92-196 195.8-66.76-66.76zM192 832v-114.76l114.76 114.76zM384 818.76l-66.72-66.76 193.64-193.64 63.56 69.92zM909.28 384l-177.28 177.36c-5.801 5.796-13.812 9.38-22.66 9.38-17.706 0-32.060-14.354-32.060-32.060 0-8.858 3.592-16.877 9.4-22.68l58.72-58.72-66.76-66.64-53.4 53.36c-5.727 5.449-13.492 8.801-22.041 8.801-17.673 0-32-14.327-32-32 0-8.548 3.352-16.314 8.813-22.054l-0.013 0.013 53.4-53.4-66.76-66.72-48 48c-5.793 5.797-13.797 9.384-22.64 9.384-17.675 0-32.004-14.329-32.004-32.004 0-8.833 3.578-16.829 9.364-22.62l166.64-166.64c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l178.76 178.72c11.585 11.582 18.75 27.584 18.75 45.26s-7.166 33.678-18.75 45.26l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-slash-fill"]},"attrs":[{}],"properties":{"order":30344,"id":388,"name":"pencil-slash-fill","prevSize":16,"code":60507},"setIdx":4,"setId":4,"iconIdx":859},{"icon":{"paths":["M909.28 293.48l-178.76-178.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-493.24 493.24c-11.587 11.498-18.76 27.43-18.76 45.037 0 0.071 0 0.143 0 0.214l-0-0.011v178.76c0 35.346 28.654 64 64 64v0h178.76c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 334.68-334.64 13.92 55.6-147.2 147.16c-5.797 5.793-9.384 13.797-9.384 22.64 0 17.675 14.329 32.004 32.004 32.004 8.833 0 16.829-3.578 22.62-9.364l160-160c5.803-5.793 9.393-13.801 9.393-22.648 0-2.753-0.348-5.425-1.001-7.974l0.048 0.222-27.6-110.44 105.8-105.8c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM768 434.76l-178.72-178.76 96-96 178.72 178.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pen-fill"]},"attrs":[{}],"properties":{"order":30345,"id":387,"name":"pen-fill","prevSize":16,"code":60508},"setIdx":4,"setId":4,"iconIdx":860},{"icon":{"paths":["M941.24 357.44l-274.72-274.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-113.76 113.76-232 87.040c-21.252 8.068-36.865 26.535-40.746 49.019l-0.054 0.381-83.080 498.4c-0.139 0.791-0.218 1.701-0.218 2.63 0 8.837 7.163 16 16 16 4.41 0 8.404-1.784 11.298-4.671l-0 0 228-228c-5.942-12.083-9.417-26.3-9.417-41.328 0-2.461 0.093-4.899 0.276-7.313l-0.020 0.321c3.74-49.938 45.177-89.039 95.747-89.039 53.019 0 96 42.981 96 96s-42.981 96-96 96c-15.029 0-29.252-3.454-41.918-9.611l0.57 0.25-228 228c-2.886 2.894-4.67 6.887-4.67 11.298 0 8.837 7.163 16 16 16 0.929 0 1.84-0.079 2.725-0.231l-0.095 0.013 498.44-83.080c22.832-3.906 41.288-19.454 49.252-40.202l0.148-0.438 87.080-232.28 113.68-113.64c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM800 498.72l-274.72-274.72 96-96 274.72 274.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pen-nib-fill"]},"attrs":[{}],"properties":{"order":30346,"id":386,"name":"pen-nib-fill","prevSize":16,"code":60509},"setIdx":4,"setId":4,"iconIdx":861},{"icon":{"paths":["M889.32 495.56c-0.24-0.52-0.48-1.040-0.76-1.52l-120.56-214.4v-151.64c0-35.346-28.654-64-64-64v0h-384c-35.346 0-64 28.654-64 64v0 151.6l-120.56 214.44c-0.28 0.48-0.52 1-0.8 1.52-4.198 8.269-6.657 18.030-6.657 28.366 0 14.276 4.692 27.456 12.617 38.083l-0.12-0.168 0.44 0.56 310.44 403.24c2.955 3.783 7.517 6.191 12.641 6.191 8.777 0 15.904-7.068 15.999-15.822l0-0.009v-337.48c-37.605-13.577-64-48.961-64-90.51 0-53.019 42.981-96 96-96s96 42.981 96 96c0 41.549-26.395 76.933-63.332 90.298l-0.668 0.211v337.48c0.028 8.815 7.181 15.95 16 15.95 5.124 0 9.685-2.408 12.614-6.155l0.027-0.035 310.84-403.8c7.835-10.462 12.547-23.658 12.547-37.954 0-10.368-2.478-20.157-6.874-28.808l0.167 0.362zM704 256h-384v-128h384z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pen-nib-straight-fill"]},"attrs":[{}],"properties":{"order":30347,"id":385,"name":"pen-nib-straight-fill","prevSize":16,"code":60510},"setIdx":4,"setId":4,"iconIdx":862},{"icon":{"paths":["M233.92 538.92l-143.28-102.92c-16.245-11.757-26.691-30.658-26.691-52 0-35.346 28.654-64 64-64 0.018 0 0.036 0 0.053 0l176.957-0zM212.6 812c-2.076 5.981-3.275 12.874-3.275 20.047 0 21.181 10.453 39.921 26.482 51.342l0.193 0.131c10.346 7.754 23.399 12.416 37.54 12.416s27.194-4.662 37.704-12.533l-0.164 0.117 146.12-105.12-189.44-136.32zM572.92 77.040c-8.236-26.313-32.392-45.074-60.931-45.074-28.465 0-52.57 18.664-60.746 44.423l-0.124 0.451-58.12 179.16h238zM651.76 320h-279.52l-83.76 258.16 223.52 160.84 223.52-160.84zM956.72 364.24c-8.244-25.849-32.045-44.243-60.143-44.243-0.203 0-0.406 0.001-0.608 0.003l0.031-0h-176.96l71.040 218.96 143.4-103.2c16.157-11.55 26.564-30.246 26.564-51.374 0-7.225-1.217-14.166-3.457-20.628l0.133 0.442zM756.24 642.12l-189.44 136.28 146.12 105.12c10.408 7.628 23.467 12.207 37.596 12.207 35.346 0 64-28.654 64-64 0-7.051-1.14-13.835-3.246-20.179l0.13 0.452z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pentagram-fill"]},"attrs":[{}],"properties":{"order":30348,"id":384,"name":"pentagram-fill","prevSize":16,"code":60511},"setIdx":4,"setId":4,"iconIdx":863},{"icon":{"paths":["M669.080 161.68c-14.822-74.323-79.483-129.571-157.068-129.68l-0.012-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c42.528 0 78.598 27.654 91.207 65.962l0.193 0.678c-124.693 18.659-219.251 124.945-219.4 253.344l-0 0.016c0 187-103 312-306.12 372-26.85 8.009-46.090 32.479-46.090 61.443 0 31.52 22.786 57.718 52.785 63.021l0.385 0.056c54.248 9.849 116.682 15.481 180.432 15.481 0.565 0 1.131-0 1.696-0.001l-0.088 0c163.12 0 344.64-36.6 470.12-141.84 105.44-88.4 158.88-212.96 158.88-370.16v0c-0.144-131.080-98.673-239.102-225.707-254.203l-1.213-0.117zM768 380l-113.68-56.68c-4.172-2.133-9.1-3.383-14.32-3.383s-10.148 1.25-14.502 3.467l0.182-0.084-113.68 56.68-53.48-26.72c26.779-75.903 97.891-129.318 181.48-129.318s154.701 53.416 181.066 127.975l0.414 1.344z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pepper-fill"]},"attrs":[{}],"properties":{"order":30349,"id":383,"name":"pepper-fill","prevSize":16,"code":60512},"setIdx":4,"setId":4,"iconIdx":864},{"icon":{"paths":["M704 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM368 384c26.51 0 48-21.49 48-48s-21.49-48-48-48c-26.51 0-48 21.49-48 48v0c0 26.51 21.49 48 48 48v0zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM256 336c0 61.856 50.144 112 112 112s112-50.144 112-112c0-61.856-50.144-112-112-112v0c-61.856 0-112 50.144-112 112v0zM768 688c0-61.856-50.144-112-112-112s-112 50.144-112 112c0 61.856 50.144 112 112 112v0c61.856 0 112-50.144 112-112v0zM758.64 265.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-448 448c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l448-448c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["percent-fill"]},"attrs":[{}],"properties":{"order":30350,"id":382,"name":"percent-fill","prevSize":16,"code":60513},"setIdx":4,"setId":4,"iconIdx":865},{"icon":{"paths":["M400 144c0-61.856 50.144-112 112-112s112 50.144 112 112c0 61.856-50.144 112-112 112v0c-61.856 0-112-50.144-112-112v0zM910.4 370.28c-6.029-28.892-31.287-50.286-61.541-50.286-0.302 0-0.604 0.002-0.905 0.006l0.046-0.001h-672c-0.001-0-0.002-0-0.003-0-35.346 0-64 28.654-64 64 0 25.625 15.060 47.733 36.812 57.955l0.391 0.165h0.24l215.56 94.92-87.68 333.2c-3.386 7.548-5.358 16.361-5.358 25.634 0 25.53 14.948 47.568 36.57 57.84l0.388 0.166c7.925 3.851 17.237 6.107 27.076 6.12l0.004 0c0.028 0 0.061 0 0.094 0 25.251 0 47.086-14.623 57.499-35.863l0.167-0.377 118.24-203.76 118.32 204c10.67 21.357 32.37 35.766 57.435 35.766 35.346 0 64-28.654 64-64 0-9.094-1.897-17.744-5.316-25.578l0.16 0.412-87.68-333.2 216-95.040c22.122-10.039 37.23-31.934 37.23-57.359 0-5.225-0.638-10.3-1.84-15.153l0.090 0.432z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-arms-spread-fill"]},"attrs":[{}],"properties":{"order":30351,"id":381,"name":"person-arms-spread-fill","prevSize":16,"code":60514},"setIdx":4,"setId":4,"iconIdx":866},{"icon":{"paths":["M400 144c0-61.856 50.144-112 112-112s112 50.144 112 112c0 61.856-50.144 112-112 112v0c-61.856 0-112-50.144-112-112v0zM861.68 563.12l-181-205.2c-20.622-23.303-50.604-37.92-84-37.92l-169.36-0c-33.396 0-63.378 14.617-83.897 37.802l-0.103 0.118-181 205.2c-11.274 11.527-18.23 27.318-18.23 44.733 0 35.346 28.654 64 64 64 17.286 0 32.971-6.853 44.487-17.99l-0.018 0.017 103.44-83.080-78.8 299.52c-3.498 7.659-5.538 16.612-5.538 26.042 0 35.346 28.654 64 64 64 25.407 0 47.357-14.805 57.691-36.259l0.166-0.383 118.48-203.72 118.32 204c10.501 21.837 32.451 36.642 57.858 36.642 35.346 0 64-28.654 64-64 0-9.43-2.039-18.383-5.701-26.443l0.163 0.401-78.64-299.8 103.6 83.080c11.498 11.12 27.184 17.973 44.47 17.973 35.346 0 64-28.654 64-64 0-17.415-6.956-33.206-18.241-44.745l0.011 0.012z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-fill"]},"attrs":[{}],"properties":{"order":30352,"id":380,"name":"person-fill","prevSize":16,"code":60515},"setIdx":4,"setId":4,"iconIdx":867},{"icon":{"paths":["M544 208c0-61.856 50.144-112 112-112s112 50.144 112 112c0 61.856-50.144 112-112 112v0c-61.856 0-112-50.144-112-112v0zM960 704c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM896 704c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0zM800 448c0-17.673-14.327-32-32-32v0h-146.76l-118.6-118.64c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l150.64 150.6v178.76c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0-137.4-137.36 82.76-82.76 105.36 105.4c5.79 5.783 13.785 9.36 22.615 9.36 0.009 0 0.018-0 0.027-0l159.999 0c17.673 0 32-14.327 32-32v0zM384 704c0 88.366-71.634 160-160 160s-160-71.634-160-160c0-88.366 71.634-160 160-160v0c88.366 0 160 71.634 160 160v0zM320 704c0-53.019-42.981-96-96-96s-96 42.981-96 96c0 53.019 42.981 96 96 96v0c53.019 0 96-42.981 96-96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-bike-fill"]},"attrs":[{}],"properties":{"order":30353,"id":379,"name":"person-simple-bike-fill","prevSize":16,"code":60516},"setIdx":4,"setId":4,"iconIdx":868},{"icon":{"paths":["M383.56 192c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM912.48 484.56c-6.88-4.12-170.28-100.56-400.48-100.56s-393.6 96.44-400.48 100.56c-9.367 5.697-15.528 15.849-15.528 27.44 0 17.678 14.331 32.008 32.008 32.008 6.087 0 11.777-1.699 16.621-4.648l-0.141 0.080c1.44-0.88 139.64-82.4 335.52-90.72v147.28l-248 278.76c-4.997 5.626-8.049 13.077-8.049 21.24 0 17.7 14.349 32.049 32.049 32.049 9.537 0 18.101-4.165 23.971-10.776l0.029-0.033 232-261.24 232 261.080c5.899 6.644 14.463 10.809 24 10.809 17.7 0 32.049-14.349 32.049-32.049 0-8.163-3.052-15.614-8.078-21.273l0.029 0.033-248-278.6v-147.24c195.080 8.32 334.12 89.84 335.52 90.68 4.703 2.87 10.393 4.568 16.48 4.568 17.678 0 32.008-14.331 32.008-32.008 0-11.591-6.161-21.743-15.387-27.36l-0.141-0.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-fill"]},"attrs":[{}],"properties":{"order":30354,"id":378,"name":"person-simple-fill","prevSize":16,"code":60517},"setIdx":4,"setId":4,"iconIdx":869},{"icon":{"paths":["M480 224c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM893.12 520.32c-5.139-11.212-16.265-18.86-29.178-18.86-4.793 0-9.339 1.054-13.421 2.942l0.198-0.082c-1 0.48-106.84 42.88-288.72-80.76-209.16-142.16-352-31.080-358.040-26.28-7.795 5.901-12.78 15.161-12.78 25.585 0 17.673 14.327 32 32 32 7.952 0 15.226-2.9 20.823-7.701l-0.043 0.036c1.040-0.84 100.48-78 256.28 13.080-17 53.4-51.040 127.28-101 188-74.24 89.92-164.44 130.24-268 120-0.966-0.103-2.086-0.162-3.22-0.162-17.685 0-32.022 14.337-32.022 32.022 0 16.551 12.557 30.17 28.664 31.848l0.138 0.012c11.159 1.197 24.104 1.88 37.209 1.88 0.053 0 0.106-0 0.159-0l-0.008 0c109.52 0 208-49.52 286.52-144.72 2.28-2.76 4.56-5.6 6.76-8.4 77.8 20.4 216.56 80.44 216.56 247.24 0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-98.6-40.32-181.4-116.6-239.44-35.797-26.721-77.402-48.271-122.285-62.435l-2.955-0.805c23.237-37.042 44.097-79.72 60.348-124.605l1.492-4.715c104.56 64.36 187.36 80 242.76 80 48.72 0 76.24-12 78.68-13.12 11.101-5.182 18.656-16.251 18.656-29.085 0-4.89-1.097-9.524-3.058-13.67l0.083 0.195z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-run-fill"]},"attrs":[{}],"properties":{"order":30355,"id":377,"name":"person-simple-run-fill","prevSize":16,"code":60518},"setIdx":4,"setId":4,"iconIdx":870},{"icon":{"paths":["M384 224c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM884 397.44c-6-4.8-148.88-116-358.040 26.28-181.96 123.64-287.68 81.2-288.68 80.76-4.001-1.934-8.701-3.064-13.665-3.064-17.673 0-32 14.327-32 32 0 13.022 7.778 24.227 18.942 29.223l0.203 0.081c2.44 1.12 29.96 13.080 78.68 13.080 56.84 0 142.56-16.44 251.080-85.16-9.12 117.64-50.92 333.88-293.72 406.72-13.663 3.849-23.511 16.201-23.511 30.853 0 17.673 14.327 32 32 32 3.543 0 6.951-0.576 10.136-1.639l-0.226 0.065c139.32-41.8 237.8-129.36 292.8-260.32 6.49-14.811 13.429-33.834 19.349-53.301l1.051-4.019 88.32 73.6-57.080 171.28c-1.041 3.020-1.642 6.5-1.642 10.12 0 17.674 14.328 32.002 32.002 32.002 14.054 0 25.992-9.059 30.293-21.657l0.067-0.225 64-192c1.043-3.022 1.645-6.505 1.645-10.128 0-9.862-4.461-18.681-11.475-24.551l-0.050-0.041-129.68-108c6.43-35.664 10.745-77.507 11.972-120.124l0.028-1.236c144.72-74.28 236-3.4 237.12-2.6 5.554 4.764 12.828 7.665 20.78 7.665 17.673 0 32-14.327 32-32 0-10.424-4.984-19.684-12.7-25.527l-0.080-0.058zM256 448c35.346 0 64-28.654 64-64s-28.654-64-64-64c-35.346 0-64 28.654-64 64v0c0 35.346 28.654 64 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-throw-fill"]},"attrs":[{}],"properties":{"order":30356,"id":376,"name":"person-simple-throw-fill","prevSize":16,"code":60519},"setIdx":4,"setId":4,"iconIdx":871},{"icon":{"paths":["M480 192c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM832 544c-114.56 0-167.24-53.2-223-109.48-14.12-14.28-28.72-29.040-44-42.32-148-128.56-384.88 90.92-394.88 100.32-5.897 5.808-9.551 13.879-9.551 22.804 0 17.673 14.327 32 32 32 8.218 0 15.713-3.098 21.38-8.19l-0.029 0.026c35.755-32.402 75.768-61.287 118.785-85.458l3.295-1.702c55.12-29.52 101.56-40.92 138.8-34.32l-216.16 497.56c-1.67 3.752-2.642 8.129-2.642 12.733 0 13.059 7.823 24.292 19.038 29.266l0.204 0.081c3.732 1.693 8.094 2.68 12.685 2.68 0.026 0 0.053-0 0.079-0l-0.004 0c0.004 0 0.009 0 0.014 0 13.058 0 24.29-7.822 29.265-19.036l0.081-0.204 134.36-309.080 124.28 88.8v207.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-224c0-0 0-0.001 0-0.001 0-10.694-5.246-20.164-13.305-25.974l-0.095-0.065-148.8-106.28 53.72-123.68c10.56 9.76 21.040 20.28 32 31.36 56.68 57.4 127.24 128.64 268.48 128.64 17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-walk-fill"]},"attrs":[{}],"properties":{"order":30357,"id":375,"name":"person-simple-walk-fill","prevSize":16,"code":60520},"setIdx":4,"setId":4,"iconIdx":872},{"icon":{"paths":["M896 480h-768v-171.64c0.005-31.298 22.475-57.347 52.164-62.898l0.396-0.062 640-116.36c3.44-0.656 7.396-1.031 11.44-1.031 35.343 0 63.995 28.648 64 63.99l0 0.001zM128 715.64c0.005 31.298 22.475 57.347 52.164 62.898l0.396 0.062 640 116.36c3.432 0.648 7.387 1.026 11.428 1.040l0.012 0c35.346 0 64-28.654 64-64v0-288h-768zM960 480h-64v64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM64 480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v-64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["perspective-fill"]},"attrs":[{}],"properties":{"order":30358,"id":374,"name":"perspective-fill","prevSize":16,"code":60521},"setIdx":4,"setId":4,"iconIdx":873},{"icon":{"paths":["M609.080 151.72c3.773-13.776 16.181-23.732 30.913-23.732 2.947 0 5.801 0.398 8.511 1.144l-0.225-0.053c120.967 32.312 214.328 125.672 246.090 244.229l0.55 2.411c0.693 2.485 1.092 5.34 1.092 8.287 0 14.733-9.956 27.14-23.507 30.861l-0.225 0.053c-2.482 0.679-5.333 1.072-8.275 1.080l-0.005 0c-0.003 0-0.006 0-0.010 0-14.728 0-27.133-9.95-30.858-23.495l-0.053-0.225c-26.341-98.768-102.56-175-199.353-200.912l-1.967-0.448c-13.795-3.761-23.769-16.177-23.769-30.923 0-2.944 0.397-5.794 1.142-8.501l-0.053 0.225zM599.76 318.92c55.16 14.72 90.6 50.2 105.32 105.36 3.777 13.77 16.182 23.72 30.91 23.72 0.003 0 0.007-0 0.010-0l-0.001 0c2.947-0.008 5.798-0.401 8.51-1.133l-0.23 0.053c13.776-3.773 23.732-16.181 23.732-30.913 0-2.947-0.398-5.801-1.144-8.511l0.053 0.225c-20.48-76.64-74-130.16-150.64-150.64-2.478-0.689-5.323-1.084-8.26-1.084-17.675 0-32.004 14.329-32.004 32.004 0 14.738 9.962 27.149 23.52 30.867l0.225 0.053zM889.48 633.84l-188.96-84.68c-7.422-3.259-16.073-5.156-25.168-5.156-13.236 0-25.534 4.018-35.74 10.901l0.227-0.145c-1.137 0.755-2.115 1.491-3.048 2.28l0.048-0.040-97.36 83c-61.68-29.96-125.36-93.16-155.32-154.040l83.12-98.84c0.8-1 1.56-2 2.28-3.080 6.548-9.877 10.448-22.006 10.448-35.045 0-9.105-1.901-17.766-5.328-25.607l0.161 0.412v-0.48l-84.68-188.76c-10.096-22.875-32.579-38.552-58.723-38.552-2.734 0-5.428 0.171-8.072 0.504l0.315-0.032c-111.012 15.024-195.68 109.183-195.68 223.117 0 0.142 0 0.284 0 0.425l-0-0.022c0 317.6 258.4 576 576 576 0.12 0 0.262 0 0.403 0 113.934 0 208.092-84.669 222.988-194.518l0.129-1.163c0.302-2.334 0.474-5.034 0.474-7.773 0-26.13-15.659-48.602-38.105-58.545l-0.409-0.162z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-call-fill"]},"attrs":[{}],"properties":{"order":30359,"id":373,"name":"phone-call-fill","prevSize":16,"code":60522},"setIdx":4,"setId":4,"iconIdx":874},{"icon":{"paths":["M945.12 647.36c-11.823 15.011-29.998 24.561-50.404 24.561-8.316 0-16.261-1.586-23.55-4.472l0.433 0.151-197.16-70c-19.744-8.050-34.34-25.116-38.805-45.94l-0.075-0.42-24.84-119c-29.436-10.367-63.378-16.357-98.719-16.357-35.817 0-70.198 6.152-102.143 17.458l2.142-0.661-23.6 118.080c-4.391 21.495-19.078 38.8-38.573 46.766l-0.427 0.154-1.16 0.44-196 69.48c-6.764 2.744-14.607 4.355-22.822 4.4l-0.018 0c-0.035 0-0.076 0-0.117 0-20.405 0-38.581-9.55-50.3-24.424l-0.104-0.136c-68.92-88.88-61.2-206.84 18.76-286.84 224.6-224.68 604-224.68 828.72 0v0c79.96 79.92 87.68 197.88 18.76 286.76zM864 768h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-disconnect-fill"]},"attrs":[{}],"properties":{"order":30360,"id":372,"name":"phone-disconnect-fill","prevSize":16,"code":60523},"setIdx":4,"setId":4,"iconIdx":875},{"icon":{"paths":["M927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.12-0-0.262-0-0.403 0-113.934 84.669-208.092 194.518-222.988l1.163-0.129c2.329-0.3 5.023-0.472 7.757-0.472 26.144 0 48.627 15.677 58.562 38.143l0.161 0.409 84.48 188.6v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.978-6.738 22.276-10.756 35.512-10.756 9.095 0 17.746 1.897 25.58 5.317l-0.412-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-fill"]},"attrs":[{}],"properties":{"order":30361,"id":371,"name":"phone-fill","prevSize":16,"code":60524},"setIdx":4,"setId":4,"iconIdx":876},{"icon":{"paths":["M927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.12-0-0.262-0-0.403 0-113.934 84.669-208.092 194.518-222.988l1.163-0.129c2.329-0.3 5.023-0.472 7.757-0.472 26.144 0 48.627 15.677 58.562 38.143l0.161 0.409 84.48 188.6v0.48c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.978-6.738 22.276-10.756 35.512-10.756 9.095 0 17.746 1.897 25.58 5.317l-0.412-0.16 0.52 0.24 188.44 84.44c22.937 10.070 38.666 32.584 38.666 58.772 0 2.717-0.169 5.394-0.498 8.021l0.032-0.313zM640 416h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-82.72l137.36-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-137.36 137.4v-82.76c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-incoming-fill"]},"attrs":[{}],"properties":{"order":30362,"id":370,"name":"phone-incoming-fill","prevSize":16,"code":60525},"setIdx":4,"setId":4,"iconIdx":877},{"icon":{"paths":["M617.36 406.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l137.4-137.36h-82.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-82.76l-137.36 137.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM889.36 633.84l-188.96-84.68c-7.422-3.259-16.073-5.156-25.168-5.156-13.236 0-25.534 4.018-35.74 10.901l0.227-0.145c-1.137 0.755-2.115 1.491-3.048 2.28l0.048-0.040-97.24 83c-61.68-29.96-125.36-93.16-155.32-154.040l83.12-98.84c0.8-1 1.56-2 2.28-3.080 6.548-9.877 10.448-22.006 10.448-35.045 0-9.105-1.901-17.766-5.328-25.607l0.161 0.412v-0.48l-84.68-188.76c-10.096-22.875-32.579-38.552-58.723-38.552-2.734 0-5.428 0.171-8.072 0.504l0.315-0.032c-111.012 15.024-195.68 109.183-195.68 223.117 0 0.142 0 0.284 0 0.425l-0-0.022c0 317.6 258.4 576 576 576 0.12 0 0.262 0 0.403 0 113.934 0 208.092-84.669 222.988-194.518l0.129-1.163c0.302-2.334 0.474-5.034 0.474-7.773 0-26.13-15.659-48.602-38.105-58.545l-0.409-0.162z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-outgoing-fill"]},"attrs":[{}],"properties":{"order":30363,"id":369,"name":"phone-outgoing-fill","prevSize":16,"code":60526},"setIdx":4,"setId":4,"iconIdx":878},{"icon":{"paths":["M927.52 700.32c-15.024 111.012-109.183 195.68-223.117 195.68-0.142 0-0.284-0-0.425-0l0.022 0c-317.6 0-576-258.4-576-576-0-0.12-0-0.262-0-0.403 0-113.934 84.669-208.092 194.518-222.988l1.163-0.129c2.329-0.3 5.023-0.472 7.757-0.472 26.144 0 48.627 15.677 58.562 38.143l0.161 0.409 84.48 188.6c-0.008 0.072-0.012 0.155-0.012 0.24s0.004 0.168 0.013 0.25l-0.001-0.010c3.336 7.499 5.279 16.249 5.279 25.452 0 12.982-3.865 25.061-10.507 35.149l0.149-0.241c-0.72 1.080-1.48 2.080-2.28 3.080l-83.28 98.72c29.96 60.88 93.64 124 155.32 154.040l97.36-82.84c0.885-0.749 1.863-1.485 2.882-2.166l0.118-0.074c9.982-6.745 22.285-10.767 35.528-10.767 9.104 0 17.764 1.901 25.604 5.327l-0.412-0.16 0.48 0.24 188.4 84.44c22.957 10.061 38.704 32.586 38.704 58.789 0 2.711-0.169 5.382-0.496 8.004l0.032-0.313zM608 320h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-plus-fill"]},"attrs":[{}],"properties":{"order":30364,"id":368,"name":"phone-plus-fill","prevSize":16,"code":60527},"setIdx":4,"setId":4,"iconIdx":879},{"icon":{"paths":["M855.64 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-362.040-398.28c-13.742 3.009-25.203 6.314-36.365 10.254l2.125-0.654-23.6 118.040c-4.404 21.479-19.088 38.767-38.573 46.726l-0.427 0.154-1.16 0.44-196 69.48c-6.849 2.729-14.786 4.311-23.092 4.311-20.419 0-38.605-9.563-50.324-24.454l-0.104-0.137c-68.92-88.84-61.2-206.72 18.76-286.68 50.603-50.661 110.768-91.76 177.558-120.358l3.682-1.402-110.36-121.44c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032zM926.36 424.72c-115.44-115.48-278-176.64-445.96-168-16.935 0.917-30.321 14.874-30.321 31.956 0 8.301 3.16 15.863 8.343 21.549l-0.023-0.025 363.24 399.6c3.475 3.818 7.825 6.778 12.738 8.569l0.222 0.071 37 13.12c6.849 2.729 14.786 4.311 23.092 4.311 20.419 0 38.605-9.563 50.324-24.454l0.104-0.137c68.92-88.72 61.2-206.6-18.76-286.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-slash-fill"]},"attrs":[{}],"properties":{"order":30365,"id":367,"name":"phone-slash-fill","prevSize":16,"code":60528},"setIdx":4,"setId":4,"iconIdx":880},{"icon":{"paths":["M617.36 361.36l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l-0-0 73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-73.36 73.36 73.36 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0zM889.36 633.84l-188.96-84.68c-7.422-3.259-16.073-5.156-25.168-5.156-13.236 0-25.534 4.018-35.74 10.901l0.227-0.145c-1.137 0.755-2.115 1.491-3.048 2.28l0.048-0.040-97.24 83c-61.68-29.96-125.36-93.16-155.32-154.040l83.12-98.84c0.8-1 1.56-2 2.28-3.080 6.548-9.877 10.448-22.006 10.448-35.045 0-9.105-1.901-17.766-5.328-25.607l0.161 0.412v-0.48l-84.68-188.76c-10.096-22.875-32.579-38.552-58.723-38.552-2.734 0-5.428 0.171-8.072 0.504l0.315-0.032c-111.012 15.024-195.68 109.183-195.68 223.117 0 0.142 0 0.284 0 0.425l-0-0.022c0 317.6 258.4 576 576 576 0.12 0 0.262 0 0.403 0 113.934 0 208.092-84.669 222.988-194.518l0.129-1.163c0.302-2.334 0.474-5.034 0.474-7.773 0-26.13-15.659-48.602-38.105-58.545l-0.409-0.162z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-x-fill"]},"attrs":[{}],"properties":{"order":30366,"id":366,"name":"phone-x-fill","prevSize":16,"code":60529},"setIdx":4,"setId":4,"iconIdx":881},{"icon":{"paths":["M576 96h-320c-17.673 0-32 14.327-32 32v0 512c0.205 176.648 143.351 319.795 319.98 320l0.020 0c17.673 0 32-14.327 32-32v0-256c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM512 894c-115.947-15.244-206.736-106.047-221.82-220.7l-0.14-1.3h221.96zM512 518l-201.28-358h201.28zM576 608v-448c123.712 0 224 100.288 224 224s-100.288 224-224 224v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phosphor-logo-fill"]},"attrs":[{}],"properties":{"order":30367,"id":365,"name":"phosphor-logo-fill","prevSize":16,"code":60530},"setIdx":4,"setId":4,"iconIdx":882},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM352 832h-160v-640h96v384c0 17.673 14.327 32 32 32v0h32zM608 832h-192v-224h32c17.673 0 32-14.327 32-32v0-384h64v384c0 17.673 14.327 32 32 32v0h32zM832 832h-160v-224h32c17.673 0 32-14.327 32-32v0-384h96v640z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["piano-keys-fill"]},"attrs":[{}],"properties":{"order":30368,"id":364,"name":"piano-keys-fill","prevSize":16,"code":60531},"setIdx":4,"setId":4,"iconIdx":883},{"icon":{"paths":["M864 192h-704c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM160 256h704v224h-288c-35.346 0-64 28.654-64 64v0 224h-352z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["picture-in-picture-fill"]},"attrs":[{}],"properties":{"order":30369,"id":363,"name":"picture-in-picture-fill","prevSize":16,"code":60532},"setIdx":4,"setId":4,"iconIdx":884},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM688 672c26.51 0 48-21.49 48-48v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 61.856-50.144 112-112 112s-112-50.144-112-112v0-240h-128v320c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320h-32c-53.019 0-96 42.981-96 96v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-88.366 71.634-160 160-160v0h416c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128v240c0 26.51 21.49 48 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pi-fill"]},"attrs":[{}],"properties":{"order":30370,"id":362,"name":"pi-fill","prevSize":16,"code":60533},"setIdx":4,"setId":4,"iconIdx":885},{"icon":{"paths":["M904 352.32c-1.6-4-3.28-8-5-12-26.736-60.67-68.027-110.734-119.585-147.264l-1.095-0.736h85.68c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-416c-184.456 0.242-335.695 142.131-350.794 322.717l-0.086 1.283c-56.037 14.275-96.861 64.174-97.12 123.651l-0 0.029c0 17.673 14.327 32 32 32s32-14.327 32-32v0c0.016-24.463 13.755-45.714 33.935-56.472l0.345-0.168c8.539 74.965 39.553 141.439 86.038 193.886l-0.318-0.366 50.24 140.64c9.104 24.972 32.644 42.48 60.273 42.48 0.016 0 0.033-0 0.049-0l50.877 0c0.002 0 0.004 0 0.007 0 27.63 0 51.17-17.508 60.131-42.035l0.142-0.445 7.68-21.52h229.2l7.68 21.52c9.104 24.972 32.644 42.48 60.273 42.48 0.002 0 0.005-0 0.007-0l50.88 0c0.002 0 0.004 0 0.007 0 27.63 0 51.17-17.508 60.131-42.035l0.142-0.445 64.84-181.52h9.44c53.019 0 96-42.981 96-96v0-128c0-0.004 0-0.009 0-0.014 0-50.203-38.536-91.406-87.642-95.641l-0.358-0.025zM608 288h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM720 512c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["piggy-bank-fill"]},"attrs":[{}],"properties":{"order":30371,"id":361,"name":"piggy-bank-fill","prevSize":16,"code":60534},"setIdx":4,"setId":4,"iconIdx":886},{"icon":{"paths":["M865.72 158.4c-38.559-38.554-91.825-62.399-150.66-62.399s-112.101 23.846-150.66 62.4l-406 405.96c-37.416 38.351-60.496 90.838-60.496 148.716 0 117.659 95.381 213.040 213.040 213.040 57.888 0 110.383-23.088 148.78-60.558l-0.043 0.042 406.040-405.96c38.482-38.577 62.277-91.82 62.277-150.62s-23.795-112.043-62.281-150.624l0.004 0.004zM820.44 414.4l-203 202.96-210.76-210.72 203-203c26.842-26.239 63.605-42.429 104.149-42.429 82.313 0 149.040 66.727 149.040 149.040 0 40.544-16.189 77.307-42.456 104.177l0.027-0.028zM758.72 329.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.791 5.786-13.787 9.364-22.62 9.364-17.675 0-32.004-14.329-32.004-32.004 0-8.843 3.586-16.847 9.383-22.64l96-96c5.79-5.786 13.787-9.365 22.62-9.365s16.83 3.579 22.62 9.365l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pill-fill"]},"attrs":[{}],"properties":{"order":30372,"id":360,"name":"pill-fill","prevSize":16,"code":60535},"setIdx":4,"setId":4,"iconIdx":887},{"icon":{"paths":["M928 514.8c-1.52 225.96-185.84 410.92-411.76 413.16-1.306 0.015-2.848 0.023-4.392 0.023-35.277 0-69.531-4.384-102.245-12.638l2.877 0.615c-7.020-1.795-12.127-8.063-12.127-15.524 0-1.391 0.177-2.74 0.511-4.027l-0.024 0.111 34.56-138.2c31.62 16.191 68.979 25.68 108.554 25.68 0.016 0 0.032-0 0.048-0l-0.002 0c148 0 266.8-133.8 255.24-293.44-11.649-149.428-135.769-266.268-287.179-266.268-159.058 0-288 128.942-288 288 0 38.813 7.678 75.833 21.598 109.624l-0.699-1.916c4.859 11.867 16.318 20.075 29.695 20.075 4.84 0 9.429-1.074 13.541-2.998l-0.196 0.082c11.021-5.431 18.471-16.585 18.471-29.479 0-4.502-0.908-8.792-2.551-12.696l0.080 0.216c-10.081-24.569-15.933-53.086-15.933-82.97 0-123.712 100.288-224 224-224 117.817 0 214.39 90.959 223.325 206.484l0.048 0.766c8.56 122.12-80.52 224.52-191.44 224.52-34.198-0.017-66.156-9.596-93.348-26.207l0.788 0.447 59.6-238.48c0.526-2.171 0.827-4.664 0.827-7.228 0-17.673-14.327-32-32-32-14.724 0-27.125 9.944-30.854 23.483l-0.053 0.225-107.44 429.8c-1.794 7.022-8.063 12.13-15.525 12.13-2.671 0-5.189-0.655-7.403-1.812l0.088 0.042c-133.424-71.078-222.705-209.295-222.705-368.365 0-1.587 0.009-3.173 0.027-4.756l-0.002 0.241c2.4-225.44 186.68-409.44 412-411.52 1.192-0.012 2.6-0.019 4.010-0.019 229.75 0 416 186.25 416 416 0 0.992-0.003 1.982-0.010 2.972l0.001-0.153z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pinterest-logo-fill"]},"attrs":[{}],"properties":{"order":30373,"id":359,"name":"pinterest-logo-fill","prevSize":16,"code":60536},"setIdx":4,"setId":4,"iconIdx":888},{"icon":{"paths":["M918.64 873.36l-193.68-193.64c4.4-1.32 8.76-2.72 13.080-4.28 92.884-34.537 157.859-122.434 157.859-225.506 0-29.399-5.286-57.563-14.959-83.594l0.54 1.66c-4.606-12.383-16.325-21.046-30.067-21.046-3.923 0-7.681 0.706-11.155 1.998l0.221-0.072-176.8 64.32c1.28-2.48 2.56-4.96 3.72-7.52 14.214-29.744 22.516-64.649 22.516-101.492 0-132.548-107.452-240-240-240-29.392 0-57.55 5.284-83.576 14.953l1.66-0.54c-12.458 4.567-21.187 16.323-21.187 30.118 0 3.904 0.699 7.645 1.979 11.104l-0.072-0.222 64.36 176.88c-2.52-1.28-5-2.6-7.56-4-29.711-14.178-64.573-22.459-101.37-22.459-132.548 0-240 107.452-240 240 0 29.43 5.297 57.624 14.991 83.678l-0.541-1.659c4.606 12.383 16.325 21.046 30.067 21.046 3.923 0 7.681-0.706 11.155-1.998l-0.221 0.072 176.8-64.36c-1.28 2.52-2.56 5-3.72 7.56-14.178 29.711-22.459 64.573-22.459 101.37 0 132.548 107.452 240 240 240 29.43 0 57.624-5.297 83.678-14.991l-1.659 0.541c12.383-4.606 21.046-16.325 21.046-30.067 0-3.923-0.706-7.681-1.998-11.155l0.072 0.221-64.32-176.72c2.48 1.24 4.96 2.48 7.52 3.64 26.291 12.614 56.974 20.671 89.352 22.297l0.568 0.023 228.88 228.92c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM436 815.48c-60.553-28.694-101.683-89.314-101.683-159.54 0-64.298 34.48-120.543 85.958-151.255l0.806-0.445 118.4 325.32c-8.811 1.578-18.953 2.48-29.306 2.48-26.937 0-52.449-6.107-75.224-17.013l1.050 0.453zM609.6 378.48c-15.416 32.778-39.621 59.272-69.592 77.076l-0.808 0.444-118.44-325.48c8.765-1.547 18.856-2.431 29.153-2.431 97.202 0 176 78.798 176 176 0 27.020-6.089 52.618-16.969 75.497l0.456-1.065z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pinwheel-fill"]},"attrs":[{}],"properties":{"order":30374,"id":358,"name":"pinwheel-fill","prevSize":16,"code":60537},"setIdx":4,"setId":4,"iconIdx":889},{"icon":{"paths":["M958.16 252c-4.162-16.896-14.637-30.83-28.721-39.441l-0.279-0.159c-118.94-73.075-262.995-116.359-417.16-116.359s-298.22 43.284-420.675 118.363l3.515-2.004c-18.596 11.418-30.812 31.644-30.812 54.722 0 12.304 3.472 23.798 9.49 33.554l-0.158-0.276 384 629.080c11.419 18.594 31.643 30.808 54.72 30.808s43.301-12.214 54.561-30.53l0.159-0.278 384-629.080c5.82-9.389 9.269-20.778 9.269-32.973 0-5.479-0.696-10.796-2.006-15.866l0.096 0.439zM737.76 526.12c-19.421-9.035-42.16-14.305-66.129-14.305-88.366 0-160 71.634-160 160 0 50.66 23.544 95.821 60.287 125.137l0.322 0.248-60.24 98.8-126-206.28c56.043-25.704 94.266-81.325 94.266-145.873 0-88.366-71.634-160-160-160-37.829 0-72.592 13.128-99.982 35.078l0.316-0.244-25.4-41.64c90.208-55.909 199.624-89.045 316.78-89.045s226.572 33.136 319.388 90.547l-2.608-1.502z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pizza-fill"]},"attrs":[{}],"properties":{"order":30375,"id":357,"name":"pizza-fill","prevSize":16,"code":60538},"setIdx":4,"setId":4,"iconIdx":890},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM749.24 749.24c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-429.24-429.24c-5.449-5.727-8.801-13.492-8.801-22.041 0-17.673 14.327-32 32-32 8.548 0 16.314 3.352 22.054 8.813l-0.013-0.013 429.24 429.24c5.786 5.79 9.365 13.787 9.365 22.62s-3.579 16.83-9.365 22.62l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["placeholder-fill"]},"attrs":[{}],"properties":{"order":30376,"id":356,"name":"placeholder-fill","prevSize":16,"code":60539},"setIdx":4,"setId":4,"iconIdx":891},{"icon":{"paths":["M892.88 463c1.981 14.71 3.114 31.719 3.12 48.993l0 0.007c0 0.095 0 0.206 0 0.318 0 211.923-171.797 383.72-383.72 383.72-88.73 0-170.426-30.116-235.423-80.685l0.863 0.646c100.76-24.64 219.28-75.72 329.76-139.2 117.76-67.64 217.16-142.96 285.4-213.8zM980.44 242.72c-30.6-52.76-111.36-64.64-234-34.64v0c-64.163-49.997-145.919-80.162-234.72-80.162-211.923 0-383.72 171.797-383.72 383.72 0 0.127 0 0.254 0 0.381l-0-0.019c0.005 17.364 1.139 34.458 3.332 51.219l-0.212-1.979c-110.76 114.76-109.16 182.76-87.52 220.040 20.4 35.36 62.96 50.72 118.96 50.72 41.3-0.879 80.854-6.663 118.631-16.792l-3.471 0.792c-20.998-16.324-39.543-33.93-56.227-53.193l-0.413-0.487c-69.16 11.52-112 4-122.12-13.16-5.84-10.040-2.6-28.96 8.88-52 12.156-22.878 25.808-42.618 41.447-60.584l-0.327 0.384c0.009-0.054 0.014-0.116 0.014-0.18s-0.005-0.126-0.015-0.187l0.001 0.007v0.32c16.959 48.275 41.433 89.914 72.415 125.771l-0.415-0.491c83.76-13.96 205.96-55.64 354.52-141 112.52-64.44 232.52-154.52 299.68-233.92-16.894-48.333-41.376-90.021-72.409-125.884l0.409 0.484-0.52-0.6c0 0.2 0.36 0.36 0.52 0.6 56.84-9.4 109.48-8.68 122 12.96 3.68 6.28 4 15.68 0.6 28-6.76 25.24-24.76 54.12-50.52 84.52 7.803 21.767 14.010 47.346 17.51 73.779l0.21 1.941c50-52 83.28-101.4 94.6-143.68 7.76-29.36 5.4-55.12-7.12-76.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["planet-fill"]},"attrs":[{}],"properties":{"order":30377,"id":355,"name":"planet-fill","prevSize":16,"code":60540},"setIdx":4,"setId":4,"iconIdx":892},{"icon":{"paths":["M821.64 604.28c-36.053 22.255-79.754 35.441-126.534 35.441-0.276 0-0.552-0-0.828-0.001l0.043 0c-39.592-0.324-77.162-8.619-111.301-23.355l1.861 0.715c-25.566 35.717-40.881 80.289-40.881 128.437 0 0.184 0 0.368 0.001 0.551l-0-0.028v117.96c0 0.021 0 0.046 0 0.070 0 17.673-14.327 32-32 32-0.746 0-1.486-0.026-2.219-0.076l0.099 0.005c-16.808-1.507-29.882-15.525-29.882-32.597 0-0.142 0.001-0.283 0.003-0.425l-0 0.021v-49.76l-154.48-154.48c-21.299 8.193-45.934 13.032-71.672 13.239l-0.088 0.001c-0.135 0-0.294 0.001-0.453 0.001-35.207 0-68.095-9.927-96.019-27.135l0.792 0.454c-87.16-52.96-134.080-174.84-125-326.16 0.975-16.205 13.875-29.105 29.991-30.076l0.089-0.004c151.32-8.92 273.2 37.84 326 125 16.782 27.215 26.724 60.197 26.724 95.501 0 6.487-0.336 12.896-0.991 19.21l0.066-0.79c-0.687 8.265-7.565 14.713-15.948 14.713-4.569 0-8.69-1.915-11.605-4.986l-0.007-0.007-76.8-80.4c-5.727-5.449-13.492-8.801-22.041-8.801-17.673 0-32 14.327-32 32 0 8.548 3.352 16.314 8.813 22.054l-0.013-0.013 215.52 221c0.24-3.12 0.52-6.24 0.84-9.32 7.483-61.796 34.522-116.2 74.646-157.93l-0.086 0.090 202.36-213.84c5.797-5.793 9.384-13.797 9.384-22.64 0-17.675-14.329-32.004-32.004-32.004-8.833 0-16.829 3.578-22.62 9.364l0-0-196 207.28c-2.924 3.092-7.054 5.016-11.634 5.016-7.406 0-13.637-5.032-15.46-11.864l-0.025-0.112c-18.96-69.92-10.6-139.52 25.6-199.28 71.44-117.92 237.68-181.040 444.72-168.88 16.205 0.975 29.105 13.875 30.076 29.991l0.004 0.089c12 207.080-51.12 373.32-169.040 444.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plant-fill"]},"attrs":[{}],"properties":{"order":30378,"id":354,"name":"plant-fill","prevSize":16,"code":60541},"setIdx":4,"setId":4,"iconIdx":893},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.296-229.631-186.369-415.704-415.972-416l-0.028-0zM657.76 538.64l-192 128c-4.996 3.353-11.144 5.354-17.758 5.36l-0.002 0c-17.673 0-32-14.327-32-32v0-256c-0-0.006-0-0.013-0-0.021 0-17.673 14.327-32 32-32 6.62 0 12.77 2.010 17.874 5.453l-0.114-0.072 192 128c8.654 5.819 14.271 15.573 14.271 26.64s-5.618 20.821-14.157 26.567l-0.114 0.073z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["play-circle-fill"]},"attrs":[{}],"properties":{"order":30379,"id":353,"name":"play-circle-fill","prevSize":16,"code":60542},"setIdx":4,"setId":4,"iconIdx":894},{"icon":{"paths":["M960 512c0 0.045 0 0.099 0 0.153 0 22.74-12.056 42.665-30.125 53.73l-0.275 0.157-576.32 352.56c-9.513 5.914-21.058 9.42-33.422 9.42-11.53 0-22.349-3.049-31.692-8.385l0.314 0.165c-19.496-11.053-32.444-31.651-32.48-55.275l-0-0.005v-705.040c0.036-23.63 12.984-44.227 32.166-55.116l0.314-0.164c9.030-5.171 19.848-8.22 31.378-8.22 12.364 0 23.909 3.506 33.695 9.578l-0.273-0.158 576.32 352.56c18.344 11.222 30.4 31.147 30.4 53.887 0 0.054-0 0.107-0 0.161l0-0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["play-fill"]},"attrs":[{}],"properties":{"order":30380,"id":352,"name":"play-fill","prevSize":16,"code":60543},"setIdx":4,"setId":4,"iconIdx":895},{"icon":{"paths":["M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM160 544h480c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM448 736h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM969.2 465.36l-160-48c-2.753-0.857-5.919-1.351-9.2-1.351-17.67 0-31.995 14.322-32 31.991l-0 0v209.24c-18.359-10.781-40.436-17.149-64-17.149-70.692 0-128 57.308-128 128s57.308 128 128 128c70.692 0 128-57.308 128-128 0-0.032-0-0.064-0-0.096l0 0.005v-277l118.8 35.64c2.96 0.998 6.368 1.573 9.911 1.573 17.673 0 32-14.327 32-32 0-14.652-9.847-27.004-23.285-30.799l-0.225-0.054z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["playlist-fill"]},"attrs":[{}],"properties":{"order":30381,"id":351,"name":"playlist-fill","prevSize":16,"code":60544},"setIdx":4,"setId":4,"iconIdx":896},{"icon":{"paths":["M736 256v512c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-512c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM896 224c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32s32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM546.68 458.64l-352.76-224.6c-9.697-6.285-21.552-10.022-34.281-10.022-35.057 0-63.493 28.346-63.639 63.368l-0 0.014v449.2c0.056 23.766 13.197 44.45 32.597 55.235l0.323 0.165c8.862 4.958 19.445 7.878 30.711 7.878 12.728 0 24.586-3.727 34.541-10.15l-0.251 0.152 352.76-224.6c17.745-11.391 29.333-31.022 29.333-53.36s-11.589-41.969-29.082-53.209l-0.251-0.151z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["play-pause-fill"]},"attrs":[{}],"properties":{"order":30382,"id":350,"name":"play-pause-fill","prevSize":16,"code":60545},"setIdx":4,"setId":4,"iconIdx":897},{"icon":{"paths":["M896 224h-192v-160c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160h-256v-160c0-17.673-14.327-32-32-32v0c-12.84 0-32 9.080-32 34.16v157.84h-189.8c-25.080 0-34.2 19.12-34.2 32 0 17.673 14.327 32 32 32v0h64v352c0 88.366 71.634 160 160 160v0h128v160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h128c88.366 0 160-71.634 160-160v0-352h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM605.96 523.24l-48 128c-4.685 12.253-16.345 20.797-30 20.797-17.693 0-32.037-14.343-32.037-32.037 0-4.038 0.747-7.901 2.11-11.459l-0.074 0.219 32-84.76h-81.96c-17.673-0.001-31.999-14.327-31.999-32 0-4.038 0.748-7.901 2.113-11.459l-0.074 0.219 48-128c4.685-12.253 16.345-20.797 30-20.797 17.693 0 32.037 14.343 32.037 32.037 0 4.038-0.747 7.901-2.11 11.459l0.074-0.219-32 84.76h81.96c17.673 0.001 31.999 14.327 31.999 32 0 4.038-0.748 7.901-2.113 11.459l0.074-0.219z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plug-charging-fill"]},"attrs":[{}],"properties":{"order":30383,"id":349,"name":"plug-charging-fill","prevSize":16,"code":60546},"setIdx":4,"setId":4,"iconIdx":898},{"icon":{"paths":["M950.64 310.64l-137.4 137.36 105.4 105.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l0 0-25.36-25.4-212 212c-28.955 28.956-68.956 46.866-113.14 46.866s-84.185-17.91-113.14-46.866l-0-0-62.72-62.96-196.36 196.36c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64v0l196.36-196.36-62.84-62.84c-28.956-28.955-46.866-68.956-46.866-113.14s17.91-84.185 46.866-113.14l212-212-25.4-25.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v0l105.24 105.52 137.36-137.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-137.4 137.36 146.76 146.76 137.36-137.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plug-fill"]},"attrs":[{}],"properties":{"order":30384,"id":348,"name":"plug-fill","prevSize":16,"code":60547},"setIdx":4,"setId":4,"iconIdx":899},{"icon":{"paths":["M950.64 73.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-209.6 209.64-21.48-21.52c-23.187-23.121-55.184-37.418-90.52-37.418s-67.333 14.297-90.523 37.421l0.003-0.003-93.24 93.28-25.36-25.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0 25.4 25.36-93.28 93.24c-23.17 23.165-37.501 55.169-37.501 90.52s14.331 67.356 37.501 90.52l0 0 21.52 21.48-209.64 209.6c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v-0l209.6-209.64 21.48 21.52c23.191 23.112 55.187 37.402 90.52 37.402s67.329-14.29 90.524-37.405l-0.004 0.004 93.24-93.28 25.36 25.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-25.4-25.36 93.28-93.24c23.17-23.165 37.501-55.169 37.501-90.52s-14.331-67.356-37.501-90.52l-0-0-21.52-21.48 209.64-209.6c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM717.24 485.36v0l-93.24 93.4-178.76-178.76 93.28-93.24c11.58-11.573 27.574-18.73 45.24-18.73s33.66 7.157 45.24 18.731l-0-0 88.24 88c11.585 11.582 18.75 27.584 18.75 45.26s-7.166 33.678-18.75 45.26l-0 0zM353.64 138.12c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.674 14.328-32.002 32.002-32.002 14.054 0 25.992 9.059 30.293 21.657l0.067 0.225 32 96c1.041 3.020 1.642 6.5 1.642 10.12 0 17.674-14.328 32.002-32.002 32.002-14.054 0-25.992-9.059-30.293-21.657l-0.067-0.225zM97.64 373.88c4.367-12.823 16.305-21.883 30.359-21.883 3.621 0 7.101 0.601 10.347 1.71l-0.225-0.067 96 32c12.823 4.368 21.882 16.306 21.882 30.36 0 17.674-14.328 32.002-32.002 32.002-3.62 0-7.1-0.601-10.345-1.709l0.225 0.067-96-32c-12.823-4.367-21.883-16.305-21.883-30.359 0-3.621 0.601-7.101 1.71-10.347l-0.067 0.225zM926.36 650.12c-4.367 12.823-16.305 21.883-30.359 21.883-3.621 0-7.101-0.601-10.347-1.71l0.225 0.067-96-32c-12.823-4.368-21.882-16.306-21.882-30.36 0-17.674 14.328-32.002 32.002-32.002 3.62 0 7.1 0.601 10.345 1.709l-0.225-0.067 96 32c12.823 4.367 21.883 16.305 21.883 30.359 0 3.621-0.601 7.101-1.71 10.347l0.067-0.225zM670.36 885.88c1.041 3.020 1.642 6.5 1.642 10.12 0 17.674-14.328 32.002-32.002 32.002-14.054 0-25.992-9.059-30.293-21.657l-0.067-0.225-32-96c-1.041-3.020-1.642-6.5-1.642-10.12 0-17.674 14.328-32.002 32.002-32.002 14.054 0 25.992 9.059 30.293 21.657l0.067 0.225z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plugs-connected-fill"]},"attrs":[{}],"properties":{"order":30385,"id":347,"name":"plugs-connected-fill","prevSize":16,"code":60548},"setIdx":4,"setId":4,"iconIdx":900},{"icon":{"paths":["M598.64 598.64l-73.4 73.36 73.4 73.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l0 0-25.36-25.4-93.24 93.28c-23.191 23.112-55.187 37.402-90.52 37.402s-67.329-14.29-90.524-37.405l0.004 0.004-21.48-21.52-113.6 113.64c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64v0l113.64-113.6-21.52-21.48c-23.17-23.165-37.501-55.169-37.501-90.52s14.331-67.356 37.501-90.52l93.28-93.24-25.4-25.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v0l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36 82.76 82.76 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM950.64 73.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-113.6 113.64-21.48-21.52c-23.187-23.121-55.184-37.418-90.52-37.418s-67.333 14.297-90.523 37.421l0.003-0.003-93.24 93.28-25.36-25.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l320 320c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-25.4-25.36 93.28-93.24c23.17-23.165 37.501-55.169 37.501-90.52s-14.331-67.356-37.501-90.52l-0-0-21.52-21.48 113.64-113.6c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plugs-fill"]},"attrs":[{}],"properties":{"order":30386,"id":346,"name":"plugs-fill","prevSize":16,"code":60549},"setIdx":4,"setId":4,"iconIdx":901},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.296-229.631-186.369-415.704-415.972-416l-0.028-0zM672 544h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plus-circle-fill"]},"attrs":[{}],"properties":{"order":30387,"id":345,"name":"plus-circle-fill","prevSize":16,"code":60550},"setIdx":4,"setId":4,"iconIdx":902},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM736 544h-192v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plus-fill"]},"attrs":[{}],"properties":{"order":30388,"id":344,"name":"plus-fill","prevSize":16,"code":60551},"setIdx":4,"setId":4,"iconIdx":903},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM224 384c0-17.673 14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32v0zM320 768c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l0-0 384-384c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-384 384c-5.79 5.783-13.785 9.36-22.615 9.36-0.009 0-0.018-0-0.027-0l0.001 0zM768 736h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plus-minus-fill"]},"attrs":[{}],"properties":{"order":30389,"id":343,"name":"plus-minus-fill","prevSize":16,"code":60552},"setIdx":4,"setId":4,"iconIdx":904},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM672 544h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plus-square-fill"]},"attrs":[{}],"properties":{"order":30390,"id":342,"name":"plus-square-fill","prevSize":16,"code":60553},"setIdx":4,"setId":4,"iconIdx":905},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM241.6 286.88l68.28 68.28c-27.208 34.549-45.801 77.084-51.863 123.557l-0.137 1.283h-96.4c6.909-74.26 36.028-140.65 80.56-193.658l-0.44 0.538zM161.48 544h96.6c6.199 47.756 24.792 90.291 52.414 125.385l-0.414-0.545-68.48 68.28c-44.092-52.47-73.211-118.86-80.015-191.73l-0.105-1.39zM480 862.52c-74.248-6.873-140.639-35.951-193.662-80.442l0.542 0.442 68.28-68.28c34.572 27.094 77.112 45.581 123.57 51.547l1.27 0.133zM480 258.080c-47.756 6.199-90.291 24.792-125.385 52.414l0.545-0.414-68.28-68.48c52.481-44.049 118.872-73.127 191.735-79.896l1.385-0.104zM862.52 480h-96.6c-6.137-47.739-24.663-90.276-52.218-125.393l0.418 0.553 68.28-68.28c44.092 52.47 73.211 118.86 80.015 191.73l0.105 1.39zM544 161.48c74.248 6.873 140.639 35.951 193.662 80.442l-0.542-0.442-68.28 68.4c-34.549-27.208-77.084-45.801-123.557-51.863l-1.283-0.137zM544 862.52v-96.6c47.739-6.137 90.276-24.663 125.393-52.218l-0.553 0.418 68.28 68.28c-52.47 44.092-118.86 73.211-191.73 80.015l-1.39 0.105zM782.4 737.12l-68.28-68.28c27.137-34.564 45.663-77.101 51.666-123.565l0.134-1.275h96.6c-6.909 74.26-36.028 140.65-80.56 193.658l0.44-0.538z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["poker-chip-fill"]},"attrs":[{}],"properties":{"order":30391,"id":341,"name":"poker-chip-fill","prevSize":16,"code":60554},"setIdx":4,"setId":4,"iconIdx":906},{"icon":{"paths":["M384 128c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0zM992 480c0 17.673-14.327 32-32 32v0h-32v320c0 35.346-28.654 64-64 64v0h-96c-35.346 0-64-28.654-64-64v0-64h-384v64c0 35.346-28.654 64-64 64v0h-96c-35.346 0-64-28.654-64-64v0-320h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h45.44l109.56-191.76c11.239-19.399 31.9-32.239 55.56-32.24l474.88-0c23.66 0.001 44.321 12.841 55.396 31.933l0.164 0.307 109.56 191.76h45.44c17.673 0 32 14.327 32 32v0zM352 608c0-17.673-14.327-32-32-32v0h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32v0zM800 608c0-17.673-14.327-32-32-32v0h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["police-car-fill"]},"attrs":[{}],"properties":{"order":30392,"id":340,"name":"police-car-fill","prevSize":16,"code":60555},"setIdx":4,"setId":4,"iconIdx":907},{"icon":{"paths":["M922.56 197.44c-23.165-23.17-55.169-37.501-90.52-37.501s-67.356 14.331-90.52 37.501l-0 0c-7.864 7.86-14.706 16.74-20.312 26.426l-0.328 0.614-112.88-30.8c0.008-0.521 0.012-1.136 0.012-1.753 0-70.692-57.308-128-128-128-35.357 0-67.366 14.336-90.531 37.512l-0.001 0.001c-23.143 23.196-37.453 55.213-37.453 90.572 0 21.583 5.332 41.92 14.75 59.767l-0.336-0.699-135.76 122.2c-19.892-13.315-44.363-21.25-70.688-21.25-35.352 0-67.362 14.309-90.554 37.452l0.002-0.002c-23.369 23.197-37.835 55.336-37.835 90.853 0 70.692 57.308 128 128 128 31.016 0 59.455-11.031 81.608-29.385l-0.213 0.171 280 205.44c-5.775 14.056-9.128 30.372-9.128 47.47 0 70.692 57.308 128 128 128s128-57.308 128-128c0-44.058-22.259-82.917-56.146-105.944l-0.446-0.286 109.56-310.36q5.52 0.48 11.040 0.48c70.684-0.011 127.981-57.314 127.981-128 0-35.332-14.315-67.32-37.461-90.481l0.001 0.001zM651.080 704.6c-3.327-0.307-7.196-0.483-11.106-0.483-30.788 0-59.037 10.87-81.119 28.982l0.225-0.179-280-205.44c5.73-14.046 9.056-30.345 9.056-47.42 0-21.621-5.332-41.997-14.754-59.883l0.338 0.703 135.8-122.2c19.89 13.35 44.373 21.307 70.715 21.307 47.35 0 88.695-25.71 110.837-63.932l0.329-0.615 112.6 30.8c-0.008 0.546-0.013 1.191-0.013 1.836 0 44.016 22.217 82.843 56.049 105.878l0.444 0.285z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["polygon-fill"]},"attrs":[{}],"properties":{"order":30393,"id":339,"name":"polygon-fill","prevSize":16,"code":60556},"setIdx":4,"setId":4,"iconIdx":908},{"icon":{"paths":["M918.080 296.84c-5.712-5.381-13.431-8.688-21.921-8.688-2.337 0-4.615 0.25-6.81 0.726l0.211-0.038c-21.332-74.904-89.149-128.831-169.562-128.831-17.093 0-33.616 2.437-49.242 6.981l1.244-0.31c-28.488-61.095-89.388-102.679-160-102.679s-131.512 41.583-159.546 101.597l-0.454 1.081c-14.402-4.247-30.949-6.691-48.066-6.691-80.376 0-148.168 53.878-169.23 127.489l-0.304 1.242c-1.934-0.415-4.156-0.653-6.433-0.653-17.673 0-32 14.327-32 32 0 2.573 0.304 5.074 0.877 7.471l-0.044-0.218 122.24 519.36c6.882 28.488 32.155 49.32 62.294 49.32 0.009 0 0.019-0 0.028-0l461.279 0c0.008 0 0.017 0 0.026 0 30.138 0 55.411-20.832 62.204-48.883l0.089-0.437 122.2-519.36c0.538-2.196 0.847-4.718 0.847-7.312 0-9.109-3.806-17.329-9.914-23.156l-0.013-0.012zM281.36 832l-109.72-466.24 151.4 43.24 56.4 423zM488.24 295.040l-137.96 55.2-154.28-44.080c13.515-47.756 56.716-82.16 107.952-82.16 19.191 0 37.255 4.827 53.044 13.333l-0.596-0.293c4.343 2.35 9.508 3.731 14.995 3.731 15.225 0 27.966-10.632 31.204-24.876l0.041-0.214c11.543-50.52 56.096-87.646 109.32-87.646s97.777 37.126 109.175 86.893l0.145 0.752c3.279 14.459 16.021 25.091 31.245 25.091 5.487 0 10.652-1.381 15.165-3.814l-0.17 0.084c15.211-8.236 33.299-13.077 52.518-13.077 51.249 0 94.459 34.422 107.771 81.407l0.191 0.789-154.24 44-137.96-55.2c-7.013-2.874-15.152-4.542-23.68-4.542-8.604 0-16.812 1.698-24.306 4.777l0.426-0.155zM742.64 832h-98.080l56.4-423 151.4-43.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["popcorn-fill"]},"attrs":[{}],"properties":{"order":30394,"id":338,"name":"popcorn-fill","prevSize":16,"code":60557},"setIdx":4,"setId":4,"iconIdx":909},{"icon":{"paths":["M800 576h-306.8l89.64-89.64c30.391 15.637 66.252 24.987 104.254 25.439l0.146 0.001c0.155 0 0.339 0.001 0.523 0.001 38.096 0 73.682-10.746 103.892-29.372l-0.856 0.491c94.88-57.44 145.72-190.4 136-355.68-0.975-16.205-13.875-29.105-29.991-30.076l-0.089-0.004c-165.28-9.72-298.24 41.12-355.72 136-37.4 61.8-38.36 136.44-3.44 208l-57.56 57.56-48.84-48.84c24-53 22.28-108-5.56-153.92-43.48-71.96-143.16-110.32-266.68-103.080-16.175 0.993-29.047 13.865-30.036 29.95l-0.004 0.090c-7.28 123.48 31.12 223.16 103.12 266.68 22.686 14.064 50.205 22.4 79.67 22.4 0.116 0 0.232-0 0.347-0l-0.018 0c26.937-0.276 52.371-6.426 75.173-17.226l-1.093 0.466 48.68 48.76-32 32h-178.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h38.36l52.84 237.88c6.404 28.86 31.781 50.121 62.123 50.121 0.126 0 0.251-0 0.376-0.001l-0.019 0h268.68c0.087 0 0.19 0.001 0.293 0.001 30.358 0 55.751-21.256 62.108-49.697l0.080-0.424 52.84-237.88h38.32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["potted-plant-fill"]},"attrs":[{}],"properties":{"order":30395,"id":337,"name":"potted-plant-fill","prevSize":16,"code":60558},"setIdx":4,"setId":4,"iconIdx":910},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c0-229.75-186.25-416-416-416v0zM480 256c0-17.673 14.327-32 32-32s32 14.327 32 32v0 256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 832c-0.010 0-0.021 0-0.032 0-176.731 0-320-143.269-320-320 0-110.463 55.971-207.854 141.099-265.359l1.133-0.721c5.14-3.673 11.551-5.873 18.477-5.873 17.673 0 32 14.327 32 32 0 11.32-5.878 21.268-14.749 26.957l-0.128 0.077c-69.017 46.58-113.8 124.497-113.8 212.874 0 141.385 114.615 256 256 256s256-114.615 256-256c0-88.377-44.783-166.294-112.893-212.296l-0.907-0.577c-8.998-5.765-14.877-15.713-14.877-27.033 0-17.673 14.327-32 32-32 6.926 0 13.337 2.2 18.574 5.939l-0.097-0.066c86.262 58.227 142.232 155.617 142.232 266.080 0 176.731-143.269 320-320 320-0.011 0-0.023-0-0.034-0l0.002 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["power-fill"]},"attrs":[{}],"properties":{"order":30396,"id":336,"name":"power-fill","prevSize":16,"code":60559},"setIdx":4,"setId":4,"iconIdx":911},{"icon":{"paths":["M512 480h-128v-192h128c53.019 0 96 42.981 96 96s-42.981 96-96 96v0zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM758.64 745.36l-57.4-57.36 57.4-57.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-57.36 57.4-104-104c69.251-18.612 119.392-80.831 119.392-154.761 0-88.152-71.288-159.654-159.359-159.999l-0.033-0h-160c-17.673 0-32 14.327-32 32v0 448c0 17.673 14.327 32 32 32s32-14.327 32-32v0-160h82.76l144 144-57.4 57.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l57.36-57.4 57.36 57.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["prescription-fill"]},"attrs":[{}],"properties":{"order":30397,"id":335,"name":"prescription-fill","prevSize":16,"code":60560},"setIdx":4,"setId":4,"iconIdx":912},{"icon":{"paths":["M864 160h-320v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-320c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h157.44l-86.44 108c-4.371 5.427-7.016 12.405-7.016 20 0 17.682 14.334 32.016 32.016 32.016 10.086 0 19.084-4.664 24.952-11.954l0.048-0.062 118.36-148h225.28l118.36 148c5.916 7.351 14.914 12.016 25 12.016 17.682 0 32.016-14.334 32.016-32.016 0-7.595-2.645-14.573-7.064-20.062l0.048 0.062-86.44-108h157.44c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM416 576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM544 576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM672 576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["presentation-chart-fill"]},"attrs":[{}],"properties":{"order":30398,"id":334,"name":"presentation-chart-fill","prevSize":16,"code":60561},"setIdx":4,"setId":4,"iconIdx":913},{"icon":{"paths":["M864 160h-320v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-320c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h157.44l-86.44 108c-4.371 5.427-7.016 12.405-7.016 20 0 17.682 14.334 32.016 32.016 32.016 10.086 0 19.084-4.664 24.952-11.954l0.048-0.062 118.36-148h225.28l118.36 148c5.916 7.351 14.914 12.016 25 12.016 17.682 0 32.016-14.334 32.016-32.016 0-7.595-2.645-14.573-7.064-20.062l0.048 0.062-86.44-108h157.44c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["presentation-fill"]},"attrs":[{}],"properties":{"order":30399,"id":333,"name":"presentation-fill","prevSize":16,"code":60562},"setIdx":4,"setId":4,"iconIdx":914},{"icon":{"paths":["M960 384v320c0 17.673-14.327 32-32 32v0h-128v128c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32v0-320c0-52.92 45.44-96 101.32-96h58.68v-128c0-17.673 14.327-32 32-32v0h512c17.673 0 32 14.327 32 32v0 128h58.68c55.88 0 101.32 43.080 101.32 96zM288 288h448v-96h-448zM736 640h-448v192h448zM800 464c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["printer-fill"]},"attrs":[{}],"properties":{"order":30400,"id":332,"name":"printer-fill","prevSize":16,"code":60563},"setIdx":4,"setId":4,"iconIdx":915},{"icon":{"paths":["M800 512c0 0.045 0 0.098 0 0.151 0 68.188-23.8 130.818-63.546 180.035l0.426-0.545-404.52-404.52c48.796-39.316 111.54-63.108 179.84-63.108 158.948 0 287.8 128.852 287.8 287.8 0 0.066-0 0.132-0 0.199l0-0.010zM224 512c-0 0.056-0 0.122-0 0.188 0 158.948 128.852 287.8 287.8 287.8 68.3 0 131.044-23.792 180.394-63.54l-0.554 0.432-404.52-404.52c-39.32 48.672-63.12 111.301-63.12 179.489 0 0.053 0 0.106 0 0.159l-0-0.008zM944 512c0 238.587-193.413 432-432 432s-432-193.413-432-432c0-238.587 193.413-432 432-432v0c238.477 0.273 431.727 193.523 432 431.974l0 0.026zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["prohibit-fill"]},"attrs":[{}],"properties":{"order":30401,"id":331,"name":"prohibit-fill","prevSize":16,"code":60564},"setIdx":4,"setId":4,"iconIdx":916},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM662.64 662.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-256-256c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l256 256c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["prohibit-inset-fill"]},"attrs":[{}],"properties":{"order":30402,"id":330,"name":"prohibit-inset-fill","prevSize":16,"code":60565},"setIdx":4,"setId":4,"iconIdx":917},{"icon":{"paths":["M928 256v-64c0-35.346-28.654-64-64-64v0h-704c-35.346 0-64 28.654-64 64v0 64c0 35.346 28.654 64 64 64v0 384h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352v69.52c-37.605 13.577-64 48.961-64 90.51 0 53.019 42.981 96 96 96s96-42.981 96-96c0-41.549-26.395-76.933-63.332-90.298l-0.668-0.211v-69.52h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-384c35.346 0 64-28.654 64-64v0zM416 576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 960c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0zM544 576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM672 576c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM160 256v-64h704v64h-704z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["projector-screen-chart-fill"]},"attrs":[{}],"properties":{"order":30403,"id":329,"name":"projector-screen-chart-fill","prevSize":16,"code":60566},"setIdx":4,"setId":4,"iconIdx":918},{"icon":{"paths":["M928 256v-64c0-35.346-28.654-64-64-64v0h-704c-35.346 0-64 28.654-64 64v0 64c0 35.346 28.654 64 64 64v0 384h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h352v69.52c-37.605 13.577-64 48.961-64 90.51 0 53.019 42.981 96 96 96s96-42.981 96-96c0-41.549-26.395-76.933-63.332-90.298l-0.668-0.211v-69.52h352c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-32v-384c35.346 0 64-28.654 64-64v0zM512 960c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0zM160 192h704v64h-704z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["projector-screen-fill"]},"attrs":[{}],"properties":{"order":30404,"id":328,"name":"projector-screen-fill","prevSize":16,"code":60567},"setIdx":4,"setId":4,"iconIdx":919},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM832 544h-77.44l-118.56 208c-5.636 9.633-15.931 16-27.713 16-0.031 0-0.061-0-0.092-0l0.005 0h-1.84c-12.374-0.743-22.79-8.412-27.48-19.154l-0.080-0.206-166.8-388.96-96 168.32c-5.636 9.633-15.931 16.001-27.714 16.001-0.101 0-0.201-0-0.302-0.001l0.015 0h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h77.44l118.76-208c5.619-9.702 15.952-16.123 27.784-16.123 13.121 0 24.398 7.897 29.336 19.197l0.080 0.206 166.6 389.040 96-168.2c5.636-9.633 15.931-16 27.713-16 0.031 0 0.061 0 0.092 0l-0.005-0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pulse-fill"]},"attrs":[{}],"properties":{"order":30405,"id":327,"name":"pulse-fill","prevSize":16,"code":60568},"setIdx":4,"setId":4,"iconIdx":920},{"icon":{"paths":["M941.32 416l-213.88 214.6c18.24 50.68 25.8 135.56-52.76 240-10.893 14.449-27.544 24.055-46.478 25.389l-0.202 0.011c-1.52 0-3 0-4.52 0-0.003 0-0.007 0-0.010 0-17.68 0-33.686-7.169-45.269-18.76l-193.040-193.24-170.52 170.64c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 170.64-170.52-193.2-193.2c-11.565-11.579-18.717-27.568-18.717-45.227 0-20.117 9.282-38.066 23.796-49.799l0.121-0.095c101.68-82.040 199-65.92 241.6-52.56l214.4-215.16c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l242.76 242.72c11.585 11.582 18.75 27.584 18.75 45.26 0 17.656-7.149 33.642-18.711 45.221l0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["push-pin-fill"]},"attrs":[{}],"properties":{"order":30406,"id":326,"name":"push-pin-fill","prevSize":16,"code":60569},"setIdx":4,"setId":4,"iconIdx":921},{"icon":{"paths":["M896 704c0 17.673-14.327 32-32 32v0h-320v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h37.16l84.68-480h-25.84c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h512c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-25.84l84.68 480h37.16c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["push-pin-simple-fill"]},"attrs":[{}],"properties":{"order":30407,"id":325,"name":"push-pin-simple-fill","prevSize":16,"code":60570},"setIdx":4,"setId":4,"iconIdx":922},{"icon":{"paths":["M853.52 887.68c-5.661 5.158-13.221 8.317-21.52 8.317-9.373 0-17.805-4.030-23.657-10.451l-0.023-0.025-135.92-149.52h-128.4v224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-224h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h37.16l67.8-384-96.64-106.48c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032 640 704c5.158 5.661 8.317 13.221 8.317 21.52 0 9.373-4.030 17.805-10.451 23.657l-0.025 0.023zM762 644.28c5.873 6.42 14.287 10.43 23.638 10.43 17.673 0 32-14.327 32-32 0-1.947-0.174-3.854-0.507-5.705l0.029 0.195-75-425.2h25.84c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-403c-17.672 0.002-31.997 14.328-31.997 32 0 8.299 3.159 15.859 8.34 21.545l-0.023-0.025z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["push-pin-simple-slash-fill"]},"attrs":[{}],"properties":{"order":30408,"id":324,"name":"push-pin-simple-slash-fill","prevSize":16,"code":60571},"setIdx":4,"setId":4,"iconIdx":923},{"icon":{"paths":["M855.72 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-87.36-96c-12.833 30.958-28.38 57.67-46.954 81.943l0.634-0.863c-10.893 14.449-27.544 24.055-46.478 25.389l-0.202 0.011c-1.52 0-3 0-4.52 0-0.003 0-0.007 0-0.010 0-17.68 0-33.686-7.169-45.269-18.76l-193.040-193.24-170.52 170.64c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 170.64-170.52-193.2-193.2c-11.565-11.579-18.717-27.568-18.717-45.227 0-20.117 9.282-38.066 23.796-49.799l0.121-0.095c32.625-27.256 72.179-47.368 115.601-57.356l1.879-0.364-101.16-111.28c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032 513.52 564.84zM941.28 325.48l-242.76-242.72c-11.582-11.585-27.584-18.75-45.26-18.75s-33.678 7.166-45.26 18.75l-0 0-164.92 165.48c-5.732 5.781-9.273 13.741-9.273 22.528 0 8.276 3.142 15.818 8.297 21.499l-0.024-0.027 274.28 301.72c5.716 6.278 13.852 10.265 22.922 10.479l0.038 0.001h0.68c8.845-0.004 16.85-3.596 22.639-9.399l178.641-179.041c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["push-pin-slash-fill"]},"attrs":[{}],"properties":{"order":30409,"id":323,"name":"push-pin-slash-fill","prevSize":16,"code":60572},"setIdx":4,"setId":4,"iconIdx":924},{"icon":{"paths":["M663.12 896h168.88c35.346 0 64-28.654 64-64v0-150.6c-0.094-17.601-14.385-31.834-32-31.834-4.416 0-8.623 0.895-12.45 2.512l0.21-0.079c-10.547 4.478-22.813 7.080-35.687 7.080-0.026 0-0.051-0-0.077-0l0.004 0c-52.92 0-96-44.4-96-98.92s43.080-98.92 96-98.92c0.022-0 0.047-0 0.073-0 12.874 0 25.14 2.602 36.301 7.31l-0.614-0.23c3.617 1.539 7.824 2.434 12.24 2.434 17.673 0 32-14.327 32-32 0-0.054-0-0.108-0-0.162l0 0.008v-150.6c0-35.346-28.654-64-64-64v0h-144.88c0.56-4.728 0.88-10.204 0.88-15.755 0-0.086-0-0.172-0-0.259l0 0.013c0-79.529-64.471-144-144-144s-144 64.471-144 144v0c-0 0.073-0 0.159-0 0.245 0 5.551 0.32 11.027 0.942 16.411l-0.062-0.656h-144.88c-35.346 0-64 28.654-64 64v0 128.88c-4.728-0.56-10.204-0.88-15.755-0.88-0.086 0-0.172 0-0.259 0l0.013-0c-79.529 0-144 64.471-144 144s64.471 144 144 144v0c0.073 0 0.159 0 0.245 0 5.551 0 11.027-0.32 16.411-0.942l-0.656 0.062v128.88c0 35.346 28.654 64 64 64v0h168.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["puzzle-piece-fill"]},"attrs":[{}],"properties":{"order":30410,"id":322,"name":"puzzle-piece-fill","prevSize":16,"code":60573},"setIdx":4,"setId":4,"iconIdx":925},{"icon":{"paths":["M224 160h192c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-192c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64z","M224 544h192c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-192c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64z","M608 160h192c35.346 0 64 28.654 64 64v192c0 35.346-28.654 64-64 64h-192c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64z","M576 736c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0z","M832 608h-96v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 224h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0-160h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z","M832 736c-17.673 0-32 14.327-32 32v0 64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0-17.673-14.327-32-32-32v0z"],"attrs":[{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["qr-code-fill"]},"attrs":[{},{},{},{},{},{}],"properties":{"order":30411,"id":321,"name":"qr-code-fill","prevSize":16,"code":60574},"setIdx":4,"setId":4,"iconIdx":926},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 768c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM544 573.12v2.88c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0c52.92 0 96-36 96-80s-43.080-80-96-80-96 36-96 80v16c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-16c0-79.4 71.76-144 160-144s160 64.6 160 144c0 69.52-55.040 127.72-128 141.12z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["question-fill"]},"attrs":[{}],"properties":{"order":30412,"id":320,"name":"question-fill","prevSize":16,"code":60575},"setIdx":4,"setId":4,"iconIdx":927},{"icon":{"paths":["M128 256c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0zM544 480h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM544 736h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM976.96 612.88l-256-160c-4.813-3.052-10.675-4.864-16.96-4.864-17.668 0-31.991 14.318-32 31.983l-0 0.001v320c0.009 17.666 14.332 31.984 32 31.984 6.285 0 12.147-1.812 17.091-4.942l-0.131 0.078 256-160c9.077-5.751 15.015-15.742 15.015-27.12s-5.938-21.369-14.884-27.043l-0.131-0.077z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["queue-fill"]},"attrs":[{}],"properties":{"order":30413,"id":319,"name":"queue-fill","prevSize":16,"code":60576},"setIdx":4,"setId":4,"iconIdx":928},{"icon":{"paths":["M464 288v352c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c70.692 0 128-57.308 128-128v0-32h-240c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h240c35.346 0 64 28.654 64 64v0zM864 224h-240c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h240v32c0 70.692-57.308 128-128 128v0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c105.993-0.114 191.886-86.007 192-191.989l0-0.011v-352c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["quotes-fill"]},"attrs":[{}],"properties":{"order":30414,"id":318,"name":"quotes-fill","prevSize":16,"code":60577},"setIdx":4,"setId":4,"iconIdx":929},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 448c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-266.32l-120 300c-4.843 11.901-16.32 20.137-29.72 20.137s-24.877-8.237-29.643-19.924l-0.077-0.214-128-320c-1.474-3.551-2.33-7.676-2.33-12 0-17.712 14.358-32.070 32.070-32.070 13.387 0 24.859 8.203 29.662 19.857l0.078 0.213 98.28 245.84 98.28-245.84c4.877-11.827 16.317-20 29.665-20 0.019 0 0.039 0 0.058 0l-0.003-0h320c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radical-fill"]},"attrs":[{}],"properties":{"order":30415,"id":317,"name":"radical-fill","prevSize":16,"code":60578},"setIdx":4,"setId":4,"iconIdx":930},{"icon":{"paths":["M464 512c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM390.64 534.6c5.78-5.786 9.356-13.775 9.36-22.599l0-0.001c0.094-40.936 22.050-76.724 54.807-96.316l0.513-0.284c9.459-5.675 15.691-15.876 15.691-27.532 0-5.837-1.563-11.31-4.293-16.021l0.082 0.154-103.8-180c-11.268-19.281-31.866-32.029-55.442-32.029-13.853 0-26.677 4.401-37.152 11.881l0.195-0.132c-97.044 69.033-162.654 176.819-174.196 300.311l-0.124 1.649c-0.164 1.732-0.258 3.745-0.258 5.781 0 16.86 6.435 32.217 16.983 43.749l-0.045-0.049c11.697 12.775 28.428 20.775 47.028 20.84l0.012 0h208c8.845-0.004 16.85-3.596 22.639-9.399l0.001-0.001zM611.72 620.72c-5.639-9.62-15.927-15.979-27.7-15.979-5.899 0-11.425 1.596-16.17 4.38l0.151-0.082c-16.069 9.415-35.385 14.974-56 14.974s-39.931-5.56-56.531-15.261l0.531 0.287c-4.59-2.696-10.11-4.289-16.002-4.289-11.786 0-22.083 6.371-27.636 15.857l-0.082 0.151-103.28 178.88c-5.399 9.185-8.588 20.231-8.588 32.023 0 25.572 14.998 47.642 36.678 57.892l0.389 0.166c51.195 24.17 111.21 38.28 174.52 38.28s123.325-14.11 177.070-39.357l-2.55 1.077c22.069-10.415 37.068-32.485 37.068-58.057 0-11.791-3.189-22.838-8.751-32.324l0.163 0.302zM927.72 473.68c-11.666-125.141-77.276-232.927-173.045-301.098l-1.275-0.862c-10.28-7.348-23.105-11.749-36.958-11.749-23.576 0-44.175 12.748-55.279 31.727l-0.164 0.303-103.8 180c-2.701 4.594-4.297 10.119-4.297 16.017 0 11.691 6.27 21.918 15.631 27.502l0.147 0.081c31.695 18.765 53.136 51.938 55.307 90.265l0.013 0.295c0 1.92 0 4 0 5.76 0 17.673 14.327 32 32 32v0h208c18.612-0.065 35.343-8.065 46.996-20.792l0.044-0.048c10.499-11.482 16.932-26.836 16.932-43.692 0-2.009-0.091-3.997-0.27-5.96l0.019 0.253z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radioactive-fill"]},"attrs":[{}],"properties":{"order":30416,"id":316,"name":"radioactive-fill","prevSize":16,"code":60579},"setIdx":4,"setId":4,"iconIdx":931},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0zM768 512c0 141.385-114.615 256-256 256s-256-114.615-256-256c0-141.385 114.615-256 256-256v0c141.321 0.159 255.841 114.679 256 255.985l0 0.015z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radio-button-fill"]},"attrs":[{}],"properties":{"order":30417,"id":315,"name":"radio-button-fill","prevSize":16,"code":60580},"setIdx":4,"setId":4,"iconIdx":932},{"icon":{"paths":["M864 288h-517.96l431.16-129.32c13.305-4.084 22.811-16.262 22.811-30.66 0-17.679-14.332-32.011-32.011-32.011-3.281 0-6.447 0.494-9.427 1.411l0.227-0.060-640 192c-13.296 4.083-22.796 16.251-22.8 30.639l-0 0.001v480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM384 736h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM384 608h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM384 480h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM672 688c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radio-fill"]},"attrs":[{}],"properties":{"order":30418,"id":314,"name":"radio-fill","prevSize":16,"code":60581},"setIdx":4,"setId":4,"iconIdx":933},{"icon":{"paths":["M992 640c-0.114 105.993-86.007 191.886-191.989 192l-192.011 0c-70.6 0-128-59-128-131.56s57.4-131.56 128-131.56c0.005-0 0.011-0 0.017-0 4.701 0 9.34 0.262 13.905 0.771l-0.561-0.051c28.856-71.835 97.933-121.631 178.64-121.631 106.039 0 192 85.961 192 192 0 0.011-0 0.022-0 0.033l0-0.002zM448 288c0.209-0 0.457-0.001 0.704-0.001 95.249 0 181.619 38.018 244.763 99.706l-0.067-0.066c5.698 5.319 13.373 8.584 21.81 8.584 17.673 0 32-14.327 32-32 0-8.756-3.516-16.69-9.214-22.468l0.004 0.004c-74.845-72.832-177.177-117.745-290-117.745-229.745 0-415.992 186.241-416 415.985l-0 0v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0.228-194.313 157.687-351.772 351.978-352l0.022-0zM448 416c0.182-0.001 0.397-0.001 0.612-0.001 49.65 0 95.499 16.276 132.503 43.783l-0.594-0.422c5.569 4.817 12.882 7.751 20.881 7.751 17.673 0 32-14.327 32-32 0-11.372-5.932-21.358-14.87-27.034l-0.13-0.077c-47.073-34.872-106.29-55.819-170.4-55.819-158.995 0-287.897 128.839-288 287.81l-0 0.010v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c0.137-123.657 100.343-223.863 223.987-224l0.013-0zM508.84 522.84c0.548-2.217 0.863-4.763 0.863-7.382 0-15.056-10.398-27.683-24.404-31.093l-0.219-0.045c-11.137-2.768-23.923-4.356-37.080-4.356-88.366 0-160 71.634-160 160 0 0.013 0 0.025 0 0.038l-0-0.002v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64c-0-0.006-0-0.014-0-0.021 0-53.019 42.981-96 96-96 7.906 0 15.588 0.956 22.938 2.758l-0.658-0.136c2.229 0.554 4.787 0.872 7.42 0.872 15.059 0 27.689-10.402 31.095-24.413l0.045-0.219z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rainbow-cloud-fill"]},"attrs":[{}],"properties":{"order":30419,"id":313,"name":"rainbow-cloud-fill","prevSize":16,"code":60582},"setIdx":4,"setId":4,"iconIdx":934},{"icon":{"paths":["M512 192c-264.978 0.296-479.705 215.023-480 479.972l-0 0.028v64c0 17.673 14.327 32 32 32v0h896c17.673 0 32-14.327 32-32v0-64c-0.296-264.978-215.023-479.705-479.972-480l-0.028-0zM640 704c-17.673 0-32-14.327-32-32v0c0-53.019-42.981-96-96-96s-96 42.981-96 96v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-88.366 71.634-160 160-160s160 71.634 160 160v0c0 17.673-14.327 32-32 32v0zM768 704c-17.673 0-32-14.327-32-32v0c0-123.712-100.288-224-224-224s-224 100.288-224 224v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-159.058 128.942-288 288-288s288 128.942 288 288v0c0 17.673-14.327 32-32 32v0zM896 704c-17.673 0-32-14.327-32-32v0c0-194.404-157.596-352-352-352s-352 157.596-352 352v0c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-229.75 186.25-416 416-416s416 186.25 416 416v0c0 17.673-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rainbow-fill"]},"attrs":[{}],"properties":{"order":30420,"id":312,"name":"rainbow-fill","prevSize":16,"code":60583},"setIdx":4,"setId":4,"iconIdx":935},{"icon":{"paths":["M843.12 157l-521-92c-3.335-0.616-7.172-0.969-11.092-0.969-31.42 0-57.551 22.641-62.969 52.498l-0.059 0.391-119 676c-0.615 3.331-0.966 7.164-0.966 11.078 0 31.447 22.681 57.597 52.577 62.984l0.389 0.058 521 92c3.342 0.619 7.188 0.973 11.117 0.973 31.45 0 57.601-22.685 62.985-52.584l0.058-0.389 119-676c0.605-3.305 0.951-7.109 0.951-10.994 0-31.456-22.694-57.612-52.603-62.988l-0.389-0.058zM542 526.24c-2.738 15.111-15.786 26.423-31.478 26.44l-0.002 0c-1.979-0.001-3.917-0.175-5.8-0.509l0.2 0.029-166-29.32c-14.092-3.552-24.357-16.114-24.357-31.074 0-17.673 14.327-32 32-32 1.239 0 2.462 0.070 3.664 0.207l-0.147-0.014 165.92 29.16c15.144 2.721 26.486 15.797 26.486 31.521 0 1.964-0.177 3.887-0.516 5.754l0.029-0.195zM730 429.52c-2.736 15.097-15.762 26.403-31.436 26.44l-0.004 0c-0.018 0-0.039 0-0.060 0-1.973 0-3.903-0.189-5.77-0.551l0.19 0.031-332-58.6c-15.118-2.749-26.43-15.813-26.43-31.52 0-17.679 14.331-32.010 32.010-32.010 1.972 0 3.902 0.178 5.776 0.52l-0.196-0.030 332 58.64c15.163 2.705 26.525 15.789 26.525 31.528 0 1.962-0.177 3.883-0.515 5.747l0.029-0.195zM752.2 303.44c-2.738 15.111-15.786 26.423-31.478 26.44l-0.002 0c-1.98-0.003-3.918-0.177-5.801-0.509l0.201 0.029-332-58.64c-15.555-2.353-27.341-15.63-27.341-31.659 0-17.673 14.327-32 32-32 2.287 0 4.518 0.24 6.67 0.696l-0.209-0.037 332 58.6c15.182 2.688 26.564 15.782 26.564 31.535 0 1.96-0.176 3.878-0.513 5.74l0.029-0.195z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["read-cv-logo-fill"]},"attrs":[{}],"properties":{"order":30421,"id":311,"name":"read-cv-logo-fill","prevSize":16,"code":60584},"setIdx":4,"setId":4,"iconIdx":936},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 608c0.010 17.666 14.333 31.983 32 31.983 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383 17.667 0 31.99-14.317 32-31.982l0-0.001v-608c0-35.346-28.654-64-64-64v0zM704 576h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM704 448h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["receipt-fill"]},"attrs":[{}],"properties":{"order":30422,"id":310,"name":"receipt-fill","prevSize":16,"code":60585},"setIdx":4,"setId":4,"iconIdx":937},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 608c0.010 17.666 14.333 31.983 32 31.983 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383s10.148-1.25 14.502-3.467l-0.182 0.084 113.68-56.84 113.68 56.84c4.172 2.133 9.1 3.383 14.32 3.383 17.667 0 31.99-14.317 32-31.982l0-0.001v-608c0-35.346-28.654-64-64-64v0zM630.64 553.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-73.36-73.4-73.36 73.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l73.4-73.36-73.4-73.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 73.36-73.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-73.4 73.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["receipt-x-fill"]},"attrs":[{}],"properties":{"order":30423,"id":309,"name":"receipt-x-fill","prevSize":16,"code":60586},"setIdx":4,"setId":4,"iconIdx":938},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM512 864c-194.404 0-352-157.596-352-352s157.596-352 352-352c194.404 0 352 157.596 352 352v0c-0.228 194.313-157.687 351.772-351.978 352l-0.022 0z","M800 512c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288s288 128.942 288 288z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["record-fill"]},"attrs":[{},{}],"properties":{"order":30424,"id":308,"name":"record-fill","prevSize":16,"code":60587},"setIdx":4,"setId":4,"iconIdx":939},{"icon":{"paths":["M160 160h704c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64h-704c-35.346 0-64-28.654-64-64v-576c0-35.346 28.654-64 64-64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rectangle-fill"]},"attrs":[{}],"properties":{"order":30425,"id":307,"name":"rectangle-fill","prevSize":16,"code":60588},"setIdx":4,"setId":4,"iconIdx":940},{"icon":{"paths":["M384 832c0 17.673-14.327 32-32 32v0h-192c-52.994-0.033-95.942-43.001-95.942-96 0-17.673 4.776-34.231 13.107-48.453l-0.245 0.453 112-193.2-55.28-32c-9.758-5.606-16.224-15.968-16.224-27.841 0-14.795 10.041-27.246 23.68-30.908l0.224-0.051 131.080-35.080c2.485-0.693 5.34-1.092 8.287-1.092 14.733 0 27.14 9.956 30.861 23.507l0.053 0.225 35.16 131.080c0.695 2.488 1.094 5.345 1.094 8.295 0 17.673-14.327 32-32 32-5.897 0-11.421-1.595-16.165-4.377l0.151 0.082-55.52-32-111.88 193.36c-2.695 4.59-4.287 10.109-4.287 16 0 17.619 14.24 31.913 31.839 32l0.008 0h192c17.673 0 32 14.327 32 32v0zM512 128c0.094-0.001 0.204-0.002 0.315-0.002 11.683 0 21.876 6.381 27.284 15.847l0.081 0.154 112 193.2-55.28 32c-9.56 5.653-15.871 15.908-15.871 27.638 0 14.638 9.828 26.98 23.245 30.788l0.226 0.055 131.12 35.16c2.482 0.679 5.333 1.072 8.275 1.080l0.005 0c14.716-0.014 27.105-9.96 30.827-23.495l0.053-0.225 35.16-131.16c0.69-2.48 1.087-5.328 1.087-8.268 0-17.673-14.327-32-32-32-5.877 0-11.385 1.585-16.118 4.35l0.152-0.082-55.56 32-111.92-193.040c-16.921-28.841-47.775-47.899-83.080-47.899s-66.159 19.058-82.835 47.448l-0.245 0.451-92.64 160c-2.442 4.412-3.879 9.673-3.879 15.27 0 17.673 14.327 32 32 32 11.484 0 21.554-6.049 27.2-15.134l92.719-160.136c5.489-9.621 15.682-16.002 27.365-16.002 0.111 0 0.221 0.001 0.332 0.002l-0.017-0zM946.92 720l-92.56-160c-5.77-8.973-15.703-14.833-27.005-14.833-17.673 0-32 14.327-32 32 0 5.423 1.349 10.53 3.729 15.006l-0.084-0.173 92.56 160c2.695 4.59 4.287 10.109 4.287 16 0 17.619-14.24 31.913-31.839 32l-0.008 0h-224v-64c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-64h224c52.994-0.033 95.942-43.001 95.942-96 0-17.673-4.776-34.231-13.107-48.453l0.245 0.453z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["recycle-fill"]},"attrs":[{}],"properties":{"order":30426,"id":306,"name":"recycle-fill","prevSize":16,"code":60589},"setIdx":4,"setId":4,"iconIdx":941},{"icon":{"paths":["M992 416c-0.017-70.68-57.318-127.97-128-127.97-32.104 0-61.447 11.819-83.917 31.343l0.157-0.133c-67-35.6-147.040-57.12-230.64-62.12l20.76-124.68 70.88 10.88c7.612 46.059 47.145 80.756 94.782 80.756 53.019 0 96-42.981 96-96s-42.981-96-96-96c-35.462 0-66.432 19.227-83.056 47.826l-0.246 0.459-104-16c-1.466-0.238-3.155-0.374-4.876-0.374-15.813 0-28.947 11.47-31.537 26.544l-0.027 0.19-27.48 165.92c-87.36 3.76-171.28 25.52-241.040 62.6-22.134-18.792-51.034-30.22-82.602-30.22-70.692 0-128 57.308-128 128 0 36.694 15.441 69.782 40.179 93.121l0.063 0.059c-5.952 19.703-9.385 42.348-9.4 65.792l-0 0.008c0 87.72 48 169.4 135.64 229.96 83.88 58.040 194.8 90.040 312.36 90.040s228.48-32 312.36-90.040c87.64-60.56 135.64-142.24 135.64-229.96-0.015-23.452-3.448-46.097-9.828-67.47l0.428 1.67c25.412-23.503 41.299-56.986 41.4-94.182l0-0.018zM736 96c17.673 0 32 14.327 32 32s-14.327 32-32 32c-17.673 0-32-14.327-32-32v0c0-17.673 14.327-32 32-32v0zM288 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64v0c-35.346 0-64-28.654-64-64v0zM655 732.28c-41.412 22.444-90.665 35.638-143 35.638s-101.588-13.193-144.615-36.436l1.615 0.798c-10.197-5.49-17.012-16.089-17.012-28.28 0-17.68 14.332-32.012 32.012-32.012 5.489 0 10.655 1.381 15.17 3.816l-0.17-0.084c32.723 17.742 71.643 28.171 113 28.171s80.277-10.429 114.275-28.801l-1.275 0.63c4.345-2.35 9.511-3.732 15-3.732 17.68 0 32.012 14.332 32.012 32.012 0 12.191-6.814 22.79-16.842 28.196l-0.17 0.084zM672 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["reddit-logo-fill"]},"attrs":[{}],"properties":{"order":30427,"id":305,"name":"reddit-logo-fill","prevSize":16,"code":60590},"setIdx":4,"setId":4,"iconIdx":942},{"icon":{"paths":["M96 512c0.182-158.985 129.015-287.818 287.983-288l384.017-0v-64c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-64h-384c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM896 480c-17.673 0-32 14.327-32 32v0c-0.137 123.657-100.343 223.863-223.987 224l-384.013 0v-64c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-64h384c158.985-0.182 287.818-129.015 288-287.983l0-0.017c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["repeat-fill"]},"attrs":[{}],"properties":{"order":30428,"id":304,"name":"repeat-fill","prevSize":16,"code":60591},"setIdx":4,"setId":4,"iconIdx":943},{"icon":{"paths":["M96 512c0.182-158.985 129.015-287.818 287.983-288l384.017-0v-64c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-64h-384c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM896 480c-17.673 0-32 14.327-32 32v0c-0.137 123.657-100.343 223.863-223.987 224l-384.013 0v-64c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-96 96c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 96 96c5.792 5.798 13.797 9.385 22.64 9.385 17.673 0 32-14.327 32-32 0-0.009-0-0.018-0-0.027l0 0.001v-64h384c158.985-0.182 287.818-129.015 288-287.983l0-0.017c0-17.673-14.327-32-32-32v0zM544 640c17.673 0 32-14.327 32-32v0-192c0-0.007 0-0.015 0-0.023 0-17.673-14.327-32-32-32-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-64 32c-10.568 5.373-17.683 16.166-17.683 28.62 0 17.675 14.328 32.003 32.003 32.003 5.22 0 10.148-1.25 14.502-3.467l-0.182 0.084 17.68-8.84v140.24c0 17.673 14.327 32 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["repeat-once-fill"]},"attrs":[{}],"properties":{"order":30429,"id":303,"name":"repeat-once-fill","prevSize":16,"code":60592},"setIdx":4,"setId":4,"iconIdx":944},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM704 624c-0.005 17.669-14.33 31.991-32 31.991-6.875 0-13.244-2.168-18.46-5.858l0.1 0.067-160-112c-8.289-5.861-13.637-15.406-13.64-26.199l-0-0.001v112c-0.005 17.669-14.33 31.991-32 31.991-6.875 0-13.244-2.168-18.46-5.858l0.1 0.067-160-112c-8.285-5.863-13.627-15.408-13.627-26.2s5.343-20.337 13.527-26.133l0.1-0.067 160-112c5.116-3.623 11.485-5.791 18.36-5.791 17.67 0 31.995 14.322 32 31.991l0 0v112c0.003-10.794 5.351-20.339 13.54-26.133l0.1-0.067 160-112c5.116-3.623 11.485-5.791 18.36-5.791 17.67 0 31.995 14.322 32 31.991l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rewind-circle-fill"]},"attrs":[{}],"properties":{"order":30430,"id":302,"name":"rewind-circle-fill","prevSize":16,"code":60593},"setIdx":4,"setId":4,"iconIdx":945},{"icon":{"paths":["M928 287.36v449.28c-0.188 35.027-28.626 63.349-63.679 63.349-12.711 0-24.552-3.724-34.491-10.141l0.251 0.151-318.080-202.56v149.2c-0.188 35.027-28.626 63.349-63.679 63.349-12.711 0-24.552-3.724-34.491-10.141l0.251 0.151-352.76-224.64c-17.745-11.391-29.333-31.022-29.333-53.36s11.589-41.969 29.082-53.209l0.251-0.151 352.76-224.64c9.697-6.285 21.552-10.022 34.281-10.022 35.057 0 63.493 28.346 63.639 63.368l0 0.014v149.2l318.080-202.56c9.697-6.285 21.552-10.022 34.281-10.022 35.057 0 63.493 28.346 63.639 63.368l0 0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rewind-fill"]},"attrs":[{}],"properties":{"order":30431,"id":301,"name":"rewind-fill","prevSize":16,"code":60594},"setIdx":4,"setId":4,"iconIdx":946},{"icon":{"paths":["M956 752.32l-261.28-464.32h232c0.214 0.005 0.467 0.008 0.719 0.008 17.066 0 31.076-13.081 32.552-29.764l0.009-0.124c0.045-0.634 0.070-1.374 0.070-2.12 0-17.673-14.327-32-32-32-0.025 0-0.049 0-0.074 0l0.004-0h-830.92c-0.155-0.003-0.337-0.004-0.52-0.004-17.064 0-31.074 13.079-32.551 29.76l-0.009 0.124c-0.045 0.634-0.070 1.374-0.070 2.12 0 17.673 14.327 32 32 32 0.025 0 0.049-0 0.074-0l-0.004 0h233.28l-261.28 464.32c-2.586 4.515-4.111 9.924-4.111 15.69 0 8.543 3.348 16.305 8.803 22.044l-0.013-0.014c5.993 6.149 14.357 9.962 23.611 9.962 0.137 0 0.274-0.001 0.41-0.002l-0.021 0h367.32c8.837 0 16-7.163 16-16v0-78.92c-0.002-0.131-0.003-0.285-0.003-0.44 0-17.064 13.078-31.073 29.758-32.551l0.125-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004v80c0 8.837 7.163 16 16 16v0h367.080c0.116 0.001 0.252 0.002 0.389 0.002 9.254 0 17.617-3.814 23.604-9.955l0.007-0.007c5.55-5.747 8.97-13.583 8.97-22.218 0-5.722-1.502-11.094-4.133-15.741l0.083 0.159zM544 560c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM544 352c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["road-horizon-fill"]},"attrs":[{}],"properties":{"order":30432,"id":300,"name":"road-horizon-fill","prevSize":16,"code":60595},"setIdx":4,"setId":4,"iconIdx":947},{"icon":{"paths":["M800 192h-256v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-256c-70.692 0-128 57.308-128 128v0 448c0 70.692 57.308 128 128 128v0h576c70.692 0 128-57.308 128-128v0-448c0-70.692-57.308-128-128-128v0zM688 384c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM384 736h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64v0h64zM336 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM576 736h-128v-128h128zM704 736h-64v-128h64c35.346 0 64 28.654 64 64s-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["robot-fill"]},"attrs":[{}],"properties":{"order":30433,"id":299,"name":"robot-fill","prevSize":16,"code":60596},"setIdx":4,"setId":4,"iconIdx":948},{"icon":{"paths":["M608 896c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM894.48 623.32l-49.44 222.52c-6.578 28.893-32.048 50.131-62.479 50.131-14.995 0-28.785-5.157-39.694-13.793l0.134 0.102-108.96-82.28h-244l-109.040 82.28c-10.776 8.535-24.566 13.691-39.561 13.691-30.431 0-55.902-21.239-62.397-49.702l-0.082-0.429-49.44-222.52c-0.952-4.149-1.498-8.913-1.498-13.805 0-15.644 5.582-29.985 14.863-41.139l-0.085 0.105 114.24-137.040c4.201-53.824 16.411-103.662 35.474-149.955l-1.194 3.275c51.6-129.36 144-210.52 181.48-239.4 10.711-8.363 24.366-13.41 39.2-13.41s28.489 5.047 39.342 13.517l-0.142-0.107c37.36 28.88 129.88 110.040 181.48 239.4 17.869 43.018 30.079 92.856 34.172 144.975l0.108 1.705 114.24 137.040c9.196 11.050 14.778 25.39 14.778 41.035 0 4.892-0.546 9.656-1.58 14.236l0.082-0.43zM337.56 759.32q-64.44-117.32-78.24-230.68l-67.32 80.8 49.44 222.56 0.72-0.52zM560 400c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0zM832 609.44l-67.32-80.8q-13.68 113.12-78.24 230.76l96.12 72.52z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rocket-fill"]},"attrs":[{}],"properties":{"order":30434,"id":298,"name":"rocket-fill","prevSize":16,"code":60597},"setIdx":4,"setId":4,"iconIdx":949},{"icon":{"paths":["M415.080 743.76c-1.56 6.2-40.56 152.24-255.080 152.24-17.673 0-32-14.327-32-32v0c0-214.52 146.040-253.52 152.24-255.080 2.33-0.606 5.004-0.955 7.76-0.955 17.681 0 32.015 14.333 32.015 32.015 0 14.925-10.214 27.465-24.033 31.012l-0.222 0.048c-3.6 1-89.68 26.16-102.24 159.44 133.28-12.56 158.48-98.48 159.52-102.48 3.681-13.931 16.17-24.035 31.020-24.035 17.692 0 32.035 14.343 32.035 32.035 0 2.843-0.37 5.599-1.065 8.224l0.050-0.224zM787.080 474.16l-19.080 19.080v233.32c0.001 0.107 0.001 0.233 0.001 0.359 0 17.614-7.156 33.557-18.719 45.080l-0.002 0.002-137.28 137.2c-11.532 11.612-27.507 18.8-45.16 18.8-0.014 0-0.028-0-0.042-0l0.002 0c-7.299-0.002-14.313-1.217-20.853-3.455l0.453 0.135c-22.818-7.711-39.616-27.367-43.079-51.337l-0.041-0.343-21.48-153.96-176.84-176.84-153.88-21.48c-31.315-4.516-55.111-31.169-55.111-63.38 0-17.716 7.198-33.75 18.829-45.338l0.002-0.002 137.2-137.28c11.525-11.565 27.467-18.721 45.081-18.721 0.126 0 0.252 0 0.378 0.001l-0.019-0h233.32l19.080-19.080c106.72-106.68 235.28-111.28 285.64-108.28 32.291 2.022 57.978 27.709 59.991 59.816l0.009 0.184c2.92 50.2-1.68 178.8-108.36 285.52zM466.76 320h-169.32l-137.44 137.36 148.6 20.72zM704 557.24l-158.12 158.12 20.8 148.64 137.32-137.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rocket-launch-fill"]},"attrs":[{}],"properties":{"order":30435,"id":297,"name":"rocket-launch-fill","prevSize":16,"code":60598},"setIdx":4,"setId":4,"iconIdx":950},{"icon":{"paths":["M896 608v160c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-160c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 192h-640c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rows-fill"]},"attrs":[{}],"properties":{"order":30436,"id":296,"name":"rows-fill","prevSize":16,"code":60599},"setIdx":4,"setId":4,"iconIdx":951},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM304 768c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM480 768c-17.673 0-32-14.327-32-32v0c0-88.366-71.634-160-160-160v0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c123.657 0.137 223.863 100.343 224 223.987l0 0.013c0 17.673-14.327 32-32 32v0zM608 768c-17.673 0-32-14.327-32-32v0c-0.182-158.985-129.015-287.818-287.983-288l-0.017-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c194.313 0.228 351.772 157.687 352 351.978l0 0.022c0 17.673-14.327 32-32 32v0zM736 768c-17.673 0-32-14.327-32-32v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c264.978 0.296 479.705 215.023 480 479.972l0 0.028c0 17.673-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rss-fill"]},"attrs":[{}],"properties":{"order":30437,"id":295,"name":"rss-fill","prevSize":16,"code":60600},"setIdx":4,"setId":4,"iconIdx":952},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM304 768c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM544 768c-17.673 0-32-14.327-32-32v0c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c158.985 0.182 287.818 129.015 288 287.983l0 0.017c0 17.673-14.327 32-32 32v0zM736 768c-17.673 0-32-14.327-32-32v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c264.978 0.296 479.705 215.023 480 479.972l0 0.028c0 17.673-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rss-simple-fill"]},"attrs":[{}],"properties":{"order":30438,"id":294,"name":"rss-simple-fill","prevSize":16,"code":60601},"setIdx":4,"setId":4,"iconIdx":953},{"icon":{"paths":["M800 64c-17.673 0-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-128v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 832c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h128v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-832c0-17.673-14.327-32-32-32v0zM256 224h512v576h-512zM484.56 688.48l-96-160c-2.87-4.703-4.57-10.393-4.57-16.48s1.699-11.777 4.65-16.621l-0.080 0.141 96-160c5.694-9.372 15.847-15.537 27.44-15.537s21.746 6.165 27.36 15.395l0.080 0.142 96 160c2.87 4.703 4.57 10.393 4.57 16.48s-1.699 11.777-4.65 16.621l0.080-0.141-96 160c-5.694 9.372-15.847 15.537-27.44 15.537s-21.746-6.165-27.36-15.395l-0.080-0.142z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rug-fill"]},"attrs":[{}],"properties":{"order":30439,"id":293,"name":"rug-fill","prevSize":16,"code":60602},"setIdx":4,"setId":4,"iconIdx":954},{"icon":{"paths":["M941.28 384l-557.28 557.24c-11.582 11.585-27.584 18.75-45.26 18.75s-33.678-7.166-45.26-18.75l-210.76-210.72c-11.585-11.582-18.75-27.584-18.75-45.26s7.166-33.678 18.75-45.26l116.68-116.68c2.896-2.899 6.899-4.693 11.32-4.693s8.424 1.793 11.32 4.692l0 0 139.32 139.32c5.79 5.787 13.787 9.366 22.62 9.366 9.659 0 18.318-4.279 24.186-11.046l0.034-0.040c4.686-5.621 7.53-12.919 7.53-20.882 0-9.206-3.802-17.525-9.922-23.47l-0.008-0.008-138.52-138.52c-2.887-2.894-4.673-6.889-4.673-11.3s1.785-8.406 4.673-11.3l-0 0 60-60c2.896-2.899 6.899-4.693 11.32-4.693s8.424 1.793 11.32 4.692l0 0 139.32 139.32c5.79 5.787 13.787 9.366 22.62 9.366 9.659 0 18.318-4.279 24.186-11.046l0.034-0.040c4.686-5.621 7.53-12.919 7.53-20.882 0-9.206-3.802-17.525-9.922-23.47l-0.008-0.008-138.36-138.64c-2.887-2.894-4.673-6.889-4.673-11.3s1.785-8.406 4.673-11.3l-0 0 60-60c2.894-2.887 6.889-4.673 11.3-4.673s8.406 1.785 11.3 4.673l-0-0 139.32 139.32c5.792 5.8 13.798 9.387 22.642 9.387 9.669 0 18.336-4.288 24.204-11.067l0.034-0.040c4.675-5.617 7.512-12.908 7.512-20.861 0-9.217-3.811-17.544-9.944-23.491l-0.008-0.008-138.36-138.64c-2.887-2.894-4.673-6.889-4.673-11.3s1.785-8.406 4.673-11.3l-0 0 116.68-116.68c11.582-11.585 27.584-18.75 45.26-18.75s33.678 7.166 45.26 18.75l210.76 210.72c11.585 11.582 18.75 27.584 18.75 45.26s-7.166 33.678-18.75 45.26l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ruler-fill"]},"attrs":[{}],"properties":{"order":30440,"id":292,"name":"ruler-fill","prevSize":16,"code":60603},"setIdx":4,"setId":4,"iconIdx":955},{"icon":{"paths":["M957.72 532l-128-320c-4.877-11.827-16.317-20-29.665-20-0.019 0-0.039 0-0.058 0l0.003-0c-2.473 0.039-4.855 0.343-7.145 0.885l0.225-0.045-249.080 55.16v-88c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 102.32l-262.92 58.52c-10.414 2.329-18.774 9.488-22.722 18.949l-0.078 0.211-128 320c-1.443 3.494-2.281 7.55-2.281 11.802 0 0.069 0 0.139 0.001 0.208l-0-0.011c0 93.24 98.16 128 160 128s160-34.76 160-128c0-0.059 0.001-0.128 0.001-0.198 0-4.252-0.838-8.309-2.357-12.014l0.077 0.211-114.040-284.92 212.32-47.080v504h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-518.32l204-45.28-105.72 263.6c-1.443 3.494-2.281 7.55-2.281 11.802 0 0.069 0 0.139 0.001 0.208l-0-0.011c0 93.24 98.16 128 160 128s160-34.76 160-128c0-0.059 0.001-0.128 0.001-0.198 0-4.252-0.838-8.309-2.357-12.014l0.077 0.211zM317.72 672h-187.24l93.52-233.84zM706.68 544l93.32-233.84 93.52 233.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scales-fill"]},"attrs":[{}],"properties":{"order":30441,"id":291,"name":"scales-fill","prevSize":16,"code":60604},"setIdx":4,"setId":4,"iconIdx":956},{"icon":{"paths":["M896 160v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0zM320 832h-128v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0h160c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM864 672c-17.673 0-32 14.327-32 32v0 128h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h160c17.673 0 32-14.327 32-32v0-160c0-17.673-14.327-32-32-32v0zM160 352c17.673 0 32-14.327 32-32v0-128h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32v0zM736 672v-320c0-35.346-28.654-64-64-64v0h-320c-35.346 0-64 28.654-64 64v0 320c0 35.346 28.654 64 64 64v0h320c35.346 0 64-28.654 64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scan-fill"]},"attrs":[{}],"properties":{"order":30442,"id":290,"name":"scan-fill","prevSize":16,"code":60605},"setIdx":4,"setId":4,"iconIdx":957},{"icon":{"paths":["M630.92 452.52c-3.507-5.060-5.603-11.329-5.603-18.088 0-10.936 5.486-20.59 13.855-26.362l0.107-0.070 270.64-185.2c4.785-3.005 10.603-4.787 16.836-4.787 17.673 0 32 14.327 32 32 0 10.449-5.008 19.728-12.755 25.568l-0.081 0.059-270.68 185.2c-5.054 3.496-11.313 5.584-18.061 5.584-10.928 0-20.576-5.478-26.349-13.837l-0.070-0.107zM954.4 792.8c-5.843 8.466-15.491 13.944-26.419 13.944-6.747 0-13.007-2.088-18.168-5.654l0.107 0.070-365.92-250.4-170.080 116.36c6.321 15.617 9.989 33.729 9.989 52.698 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144 37.903 0 72.385 14.644 98.098 38.582l-0.087-0.080 149.4-102.32-149.52-102.32c-25.626 23.858-60.108 38.502-98.011 38.502-79.529 0-144-64.471-144-144s64.471-144 144-144c79.529 0 144 64.471 144 144 0 18.969-3.668 37.082-10.333 53.667l0.344-0.969 572 391.44c8.56 5.831 14.108 15.533 14.108 26.531 0 6.7-2.059 12.919-5.579 18.059l0.071-0.109zM288 720c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0zM288 304c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scissors-fill"]},"attrs":[{}],"properties":{"order":30443,"id":289,"name":"scissors-fill","prevSize":16,"code":60606},"setIdx":4,"setId":4,"iconIdx":958},{"icon":{"paths":["M976 688c0 0.022 0 0.049 0 0.075 0 70.692-57.308 128-128 128s-128-57.308-128-128c0-44.853 23.070-84.318 57.992-107.175l0.488-0.3-29.4-88-180 231.2c-5.9 7.444-14.935 12.181-25.077 12.2l-0.003 0h-249.36c-19.501 47.326-65.267 80.032-118.672 80.032-70.692 0-128-57.308-128-128s57.308-128 128-128c65.041 0 118.751 48.511 126.924 111.324l0.068 0.644h225.4l196.4-252.52-75.84-227.48h-104.92c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c0.001-0 0.002-0 0.002-0 14.053 0 25.99 9.058 30.291 21.655l0.067 0.225 136.84 410.44c2.88-0.2 5.84-0.32 8.8-0.32 70.692 0 128 57.308 128 128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scooter-fill"]},"attrs":[{}],"properties":{"order":30444,"id":288,"name":"scooter-fill","prevSize":16,"code":60607},"setIdx":4,"setId":4,"iconIdx":959},{"icon":{"paths":["M224 832c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-17.673-14.327-32-32-32v0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c53.019 0 96 42.981 96 96v0zM128 608c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c88.366 0 160 71.634 160 160v0c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM128 480c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c158.985 0.182 287.818 129.015 288 287.983l0 0.017c0 17.673 14.327 32 32 32s32-14.327 32-32v0c-0.228-194.313-157.687-351.772-351.978-352l-0.022-0zM864 160h-704c-35.346 0-64 28.654-64 64v0 160c0 17.673 14.327 32 32 32v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024c0 17.673 14.327 32 32 32v0h288c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["screencast-fill"]},"attrs":[{}],"properties":{"order":30445,"id":287,"name":"screencast-fill","prevSize":16,"code":60608},"setIdx":4,"setId":4,"iconIdx":960},{"icon":{"paths":["M512 512c36.825 0.168 72.133 6.423 105.047 17.808l-2.287-0.688c-8.52 90.36-65.44 174.88-166.76 174.88-63.2 0-96.24-43.4-96.24-86.32 0-26.36 12-51 34.24-69.4 28.48-23.72 72.080-36.28 126-36.28zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM823.56 586.36c-40.519-41.201-88.32-75.089-141.342-99.605l-2.978-1.235c-3.6-57.4-23-110.16-55.56-150.2-42.16-51.88-102.92-79.32-175.68-79.32-142.24 0-245.28 135.040-249.6 140.8-4.013 5.289-6.428 11.983-6.428 19.24 0 17.678 14.33 32.008 32.008 32.008 10.42 0 19.677-4.979 25.522-12.688l0.058-0.080c0.88-1.16 88.48-115.28 198.44-115.28 53.6 0 96 18.72 126 55.68 18.838 23.811 32.215 52.788 37.755 84.461l0.165 1.139c-29.954-8.38-64.36-13.224-99.888-13.28l-0.032-0c-69.080 0-126.84 17.68-166.96 51.12-37.040 30.76-57.28 72.88-57.28 118.56 0 72.88 56.24 150.32 160.24 150.32 0.722 0.009 1.575 0.014 2.43 0.014 69.776 0 131.825-33.086 171.314-84.425l0.376-0.509c27.256-35.583 46.343-78.82 53.678-125.946l0.202-1.574c38.502 20.653 71.584 45.303 100.539 74.099l-0.019-0.019c5.897 6.725 14.505 10.948 24.1 10.948 17.673 0 32-14.327 32-32 0-8.64-3.424-16.479-8.989-22.237l0.009 0.009z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scribble-loop-fill"]},"attrs":[{}],"properties":{"order":30446,"id":286,"name":"scribble-loop-fill","prevSize":16,"code":60609},"setIdx":4,"setId":4,"iconIdx":961},{"icon":{"paths":["M883.2 678.4c-5.281-3.996-11.96-6.4-19.2-6.4h-32v-416c0-70.692-57.308-128-128-128v0h-544c-70.692 0-128 57.308-128 128v0c0 54.44 40.2 86.16 44.8 89.6v0c5.231 3.995 11.861 6.4 19.053 6.4 0.052 0 0.103-0 0.155-0l-0.008 0c17.635-0.050 31.912-14.358 31.912-32 0-10.271-4.839-19.411-12.361-25.266l-0.072-0.054c-0.16-0.2-19.48-15.72-19.48-38.68 0-35.346 28.654-64 64-64s64 28.654 64 64v0 512c0 70.692 57.308 128 128 128v0h448c70.692 0 128-57.308 128-128v0c0-54.44-40-86.16-44.8-89.6zM416 384h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM384 544c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0zM800 832h-369.16c10.787-18.3 17.16-40.319 17.16-63.826 0-0.061-0-0.122-0-0.183l0 0.010c0-0.024 0-0.051 0-0.079 0-11.394-1.77-22.375-5.049-32.683l0.209 0.762h408c7.662 8.472 12.49 19.634 12.918 31.914l0.002 0.086c0 35.346-28.654 64-64 64-0.028 0-0.056-0-0.084-0l0.004 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scroll-fill"]},"attrs":[{}],"properties":{"order":30447,"id":285,"name":"scroll-fill","prevSize":16,"code":60610},"setIdx":4,"setId":4,"iconIdx":962},{"icon":{"paths":["M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.24-5.88-30.52-21.48-46.28-36.56-27.6-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.24-21.48 30.52-36.56 46.28-26.52 27.6-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.24 5.88 30.52 21.48 46.28 36.56 27.6 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.24 21.48-30.52 36.56-46.28 26.52-27.6 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM694.64 438.64l-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.4 201.36-201.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["seal-check-fill"]},"attrs":[{}],"properties":{"order":30448,"id":284,"name":"seal-check-fill","prevSize":16,"code":60611},"setIdx":4,"setId":4,"iconIdx":963},{"icon":{"paths":["M960 512c0 41.76-30.040 73.080-56.56 100.72-15.080 15.76-30.68 32-36.56 46.28-5.44 13.080-5.76 34.76-6.080 55.76-0.6 39.040-1.24 83.28-32 114.040s-75 31.4-114.040 32c-21 0.32-42.68 0.64-55.76 6.080-14.28 5.88-30.52 21.48-46.28 36.56-27.64 26.52-58.96 56.56-100.72 56.56s-73.080-30.040-100.72-56.56c-15.76-15.080-32-30.68-46.28-36.56-13.080-5.44-34.76-5.76-55.76-6.080-39.040-0.6-83.28-1.24-114.040-32s-31.4-75-32-114.040c-0.32-21-0.64-42.68-6.080-55.76-5.88-14.28-21.48-30.52-36.56-46.28-26.52-27.64-56.56-58.96-56.56-100.72s30.040-73.080 56.56-100.72c15.080-15.76 30.68-32 36.56-46.28 5.44-13.080 5.76-34.76 6.080-55.76 0.6-39.040 1.24-83.28 32-114.040s75-31.4 114.040-32c21-0.32 42.68-0.64 55.76-6.080 14.28-5.88 30.52-21.48 46.28-36.56 27.64-26.52 58.96-56.56 100.72-56.56s73.080 30.040 100.72 56.56c15.76 15.080 32 30.68 46.28 36.56 13.080 5.44 34.76 5.76 55.76 6.080 39.040 0.6 83.28 1.24 114.040 32s31.4 75 32 114.040c0.32 21 0.64 42.68 6.080 55.76 5.88 14.28 21.48 30.52 36.56 46.28 26.52 27.64 56.56 58.96 56.56 100.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["seal-fill"]},"attrs":[{}],"properties":{"order":30449,"id":283,"name":"seal-fill","prevSize":16,"code":60612},"setIdx":4,"setId":4,"iconIdx":964},{"icon":{"paths":["M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.24-5.88-30.52-21.48-46.28-36.56-27.6-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.24-21.48 30.52-36.56 46.28-26.52 27.6-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.24 5.88 30.52 21.48 46.28 36.56 27.6 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.24 21.48-30.52 36.56-46.28 26.52-27.6 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM512 768c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM544 573.12v2.88c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0c52.92 0 96-36 96-80s-43.080-80-96-80-96 36-96 80v16c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-16c0-79.4 71.76-144 160-144s160 64.6 160 144c0 69.52-55.040 127.72-128 141.12z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["seal-question-fill"]},"attrs":[{}],"properties":{"order":30450,"id":282,"name":"seal-question-fill","prevSize":16,"code":60613},"setIdx":4,"setId":4,"iconIdx":965},{"icon":{"paths":["M903.44 411.28c-15.080-15.76-30.68-32-36.56-46.28-5.44-13.080-5.76-34.76-6.080-55.76-0.6-39.040-1.24-83.28-32-114.040s-75-31.4-114.040-32c-21-0.32-42.68-0.64-55.76-6.080-14.24-5.88-30.52-21.48-46.28-36.56-27.6-26.52-58.96-56.56-100.72-56.56s-73.080 30.040-100.72 56.56c-15.76 15.080-32 30.68-46.28 36.56-13 5.44-34.76 5.76-55.76 6.080-39.040 0.6-83.28 1.24-114.040 32s-31.2 75-32 114.040c-0.32 21-0.64 42.68-6.080 55.76-5.88 14.24-21.48 30.52-36.56 46.28-26.52 27.6-56.56 58.96-56.56 100.72s30.040 73.080 56.56 100.72c15.080 15.76 30.68 32 36.56 46.28 5.44 13.080 5.76 34.76 6.080 55.76 0.6 39.040 1.24 83.28 32 114.040s75 31.4 114.040 32c21 0.32 42.68 0.64 55.76 6.080 14.24 5.88 30.52 21.48 46.28 36.56 27.6 26.52 58.96 56.56 100.72 56.56s73.080-30.040 100.72-56.56c15.76-15.080 32-30.68 46.28-36.56 13.080-5.44 34.76-5.76 55.76-6.080 39.040-0.6 83.28-1.24 114.040-32s31.4-75 32-114.040c0.32-21 0.64-42.68 6.080-55.76 5.88-14.24 21.48-30.52 36.56-46.28 26.52-27.6 56.56-58.96 56.56-100.72s-30.040-73.080-56.56-100.72zM480 320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 736c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["seal-warning-fill"]},"attrs":[{}],"properties":{"order":30451,"id":281,"name":"seal-warning-fill","prevSize":16,"code":60614},"setIdx":4,"setId":4,"iconIdx":966},{"icon":{"paths":["M416 160c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32v0zM576 832h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM832 128h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-35.346-28.654-64-64-64v0zM864 416c-17.673 0-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128c0-17.673-14.327-32-32-32v0zM864 704c-17.673 0-32 14.327-32 32v0 96h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c35.346 0 64-28.654 64-64v0-96c0-17.673-14.327-32-32-32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 320c17.673 0 32-14.327 32-32v0-96h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96c-35.346 0-64 28.654-64 64v0 96c0 17.673 14.327 32 32 32v0zM736 704v-384c0-17.673-14.327-32-32-32v0h-384c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h384c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-all-fill"]},"attrs":[{}],"properties":{"order":30452,"id":280,"name":"selection-all-fill","prevSize":16,"code":60615},"setIdx":4,"setId":4,"iconIdx":967},{"icon":{"paths":["M288 448h288v288h-288zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM384 288c0 17.673 14.327 32 32 32s32-14.327 32-32v0h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64c-35.346 0-64 28.654-64 64v0zM640 448c0-35.346-28.654-64-64-64v0h-288c-35.346 0-64 28.654-64 64v0 288c0 35.346 28.654 64 64 64v0h288c35.346 0 64-28.654 64-64v0zM800 512c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c35.346 0 64-28.654 64-64v0zM800 288c0-35.346-28.654-64-64-64v0h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-background-fill"]},"attrs":[{}],"properties":{"order":30453,"id":279,"name":"selection-background-fill","prevSize":16,"code":60616},"setIdx":4,"setId":4,"iconIdx":968},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM416 800h-128c-35.346 0-64-28.654-64-64v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM416 288h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128c0-35.346 28.654-64 64-64v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM800 736c0 35.346-28.654 64-64 64v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-fill"]},"attrs":[{}],"properties":{"order":30454,"id":278,"name":"selection-fill","prevSize":16,"code":60617},"setIdx":4,"setId":4,"iconIdx":969},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM352 800h-64c-35.346 0-64-28.654-64-64v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM352 448h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-35.346 28.654-64 64-64v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM640 736c0 35.346-28.654 64-64 64v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 512c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c35.346 0 64 28.654 64 64v0zM800 576c0 35.346-28.654 64-64 64v0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0 0-288h-288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0-35.346 28.654-64 64-64v0h288c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-foreground-fill"]},"attrs":[{}],"properties":{"order":30455,"id":277,"name":"selection-foreground-fill","prevSize":16,"code":60618},"setIdx":4,"setId":4,"iconIdx":970},{"icon":{"paths":["M608 864c0 17.673-14.327 32-32 32v0h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM160 608c17.673 0 32-14.327 32-32v0-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128c0 17.673 14.327 32 32 32v0zM288 832h-96v-96c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 96c0 35.346 28.654 64 64 64v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM896 192c0-35.346-28.654-64-64-64v0h-640c-0.004-0-0.009-0-0.014-0-16.432 0-31.405 6.243-42.678 16.487l0.052-0.047c-1.837 1.468-3.452 3.083-4.873 4.859l-0.047 0.061c-10.197 11.221-16.44 26.194-16.44 42.626 0 0.005 0 0.010 0 0.015l-0-0.001v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-50.76l594.76 594.76h-50.76c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c16.429-0.001 31.404-6.227 42.694-16.448l-0.054 0.048c0.946-0.764 1.794-1.536 2.595-2.355l0.005-0.005c0.822-0.797 1.582-1.646 2.279-2.545l0.041-0.055c10.197-11.221 16.44-26.194 16.44-42.626 0-0.005-0-0.010-0-0.015l0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-inverse-fill"]},"attrs":[{}],"properties":{"order":30456,"id":276,"name":"selection-inverse-fill","prevSize":16,"code":60619},"setIdx":4,"setId":4,"iconIdx":971},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM224 288c0-35.346 28.654-64 64-64v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM448 736h-160c-35.346 0-64-28.654-64-64v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM512 256c0-17.673 14.327-32 32-32v0h128c35.346 0 64 28.654 64 64v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-128c-17.673 0-32-14.327-32-32v0zM800 736h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-plus-fill"]},"attrs":[{}],"properties":{"order":30457,"id":275,"name":"selection-plus-fill","prevSize":16,"code":60620},"setIdx":4,"setId":4,"iconIdx":972},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM608 224h128c35.346 0 64 28.654 64 64v0 128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM416 800h-128c-35.346 0-64-28.654-64-64v0-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM822.64 822.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-22.6-22.64h-146.76c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h82.76l-402.76-402.76v82.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-146.76l-22.64-22.6c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v0l576 576c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-slash-fill"]},"attrs":[{}],"properties":{"order":30458,"id":274,"name":"selection-slash-fill","prevSize":16,"code":60621},"setIdx":4,"setId":4,"iconIdx":973},{"icon":{"paths":["M446.36 725.88c1.041 3.020 1.642 6.5 1.642 10.12 0 17.673-14.327 32-32 32-0.001 0-0.002-0-0.002-0l-320 0c-0.001 0-0.002 0-0.002 0-17.673 0-32-14.327-32-32 0-3.62 0.601-7.1 1.709-10.345l-0.067 0.225 160-480c4.366-12.825 16.305-21.887 30.36-21.887s25.994 9.062 30.293 21.662l0.067 0.225zM832 304c0-114.875-93.125-208-208-208s-208 93.125-208 208c0 114.875 93.125 208 208 208v0c114.82-0.137 207.863-93.18 208-207.987l0-0.013zM896 576h-352c-17.673 0-32 14.327-32 32v0 224c0 17.673 14.327 32 32 32v0h352c17.673 0 32-14.327 32-32v0-224c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shapes-fill"]},"attrs":[{}],"properties":{"order":30459,"id":273,"name":"shapes-fill","prevSize":16,"code":60622},"setIdx":4,"setId":4,"iconIdx":974},{"icon":{"paths":["M950.64 470.64l-320 320c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-159.080c-228.4 12.96-385 161.080-428.96 208v0c-8.781 9.36-21.228 15.192-35.038 15.192-26.51 0-48-21.49-48-48 0-1.942 0.115-3.857 0.34-5.739l-0.022 0.227c14.84-129.040 85.52-253.16 199.040-349.48 94.28-80 208.88-130.76 312.64-139.64v-161.48c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 320 320c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["share-fat-fill"]},"attrs":[{}],"properties":{"order":30460,"id":272,"name":"share-fat-fill","prevSize":16,"code":60623},"setIdx":4,"setId":4,"iconIdx":975},{"icon":{"paths":["M918.64 438.64l-192 192c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-160h-12c-0.029-0-0.063-0-0.097-0-163.132 0-300.345 110.972-340.269 261.544l-0.554 2.456c-3.68 13.92-16.161 24.016-31 24.016-17.682 0-32.016-14.334-32.016-32.016 0-2.843 0.371-5.599 1.066-8.223l-0.050 0.223c47.746-180.839 209.858-312 402.604-312 0.111 0 0.222 0 0.333 0l11.983-0v-160c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 192 192c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM768 832h-608v-480c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 480c0 35.346 28.654 64 64 64v0h608c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["share-fill"]},"attrs":[{}],"properties":{"order":30461,"id":271,"name":"share-fill","prevSize":16,"code":60624},"setIdx":4,"setId":4,"iconIdx":976},{"icon":{"paths":["M848 800c0 0.006 0 0.012 0 0.019 0 79.529-64.471 144-144 144s-144-64.471-144-144c0-17.586 3.153-34.436 8.923-50.016l-0.323 0.997-212-136.2c-25.957 25.475-61.561 41.2-100.837 41.2-79.529 0-144-64.471-144-144s64.471-144 144-144c39.277 0 74.88 15.725 100.86 41.222l-0.022-0.022 212-136c-5.513-14.683-8.704-31.653-8.704-49.368 0-79.728 64.632-144.36 144.36-144.36s144.36 64.632 144.36 144.36c0 79.728-64.632 144.36-144.36 144.36-39.319 0-74.967-15.719-101.001-41.216l0.025 0.024-212 136.2c5.443 14.577 8.593 31.421 8.593 49s-3.15 34.423-8.916 49.997l0.323-0.997 212 136.2c25.944-25.407 61.501-41.085 100.72-41.085 79.418 0 143.821 64.292 144 143.668l0 0.017z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["share-network-fill"]},"attrs":[{}],"properties":{"order":30462,"id":270,"name":"share-network-fill","prevSize":16,"code":60625},"setIdx":4,"setId":4,"iconIdx":977},{"icon":{"paths":["M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c60.8-20.2 364-139.080 364-497.56v-235.040c0-35.346-28.654-64-64-64v0zM194.64 512h317.36v-288h320v235.080c0 0.12 0 0.262 0 0.404 0 18.468-0.959 36.711-2.83 54.684l0.19-2.247h-317.36v384c-50.96-17-289.64-110.88-317.36-383.92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-checkered-fill"]},"attrs":[{}],"properties":{"order":30463,"id":269,"name":"shield-checkered-fill","prevSize":16,"code":60626},"setIdx":4,"setId":4,"iconIdx":978},{"icon":{"paths":["M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.44 303.28 477.36 364 497.56 5.964 2.096 12.841 3.308 20 3.308s14.036-1.211 20.436-3.44l-0.436 0.132c60.8-20.2 364-139.12 364-497.56v-235.080c0-35.346-28.654-64-64-64v0zM694.64 438.64l-224 224c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l73.36 73.36 201.36-201.36c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-check-fill"]},"attrs":[{}],"properties":{"order":30464,"id":268,"name":"shield-check-fill","prevSize":16,"code":60627},"setIdx":4,"setId":4,"iconIdx":979},{"icon":{"paths":["M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.44 303.28 477.36 364 497.56 5.964 2.096 12.841 3.308 20 3.308s14.036-1.211 20.436-3.44l-0.436 0.132c60.8-20.2 364-139.12 364-497.56v-235.080c0-35.346-28.654-64-64-64v0zM832 459.16c0 70.56-13.44 130.52-34.88 181.36l-266.76-186.72c-5.116-3.623-11.485-5.791-18.36-5.791s-13.244 2.168-18.46 5.858l0.1-0.067-266.76 186.72c-21.44-50.84-34.88-110.8-34.88-181.36v-235.16h640z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-chevron-fill"]},"attrs":[{}],"properties":{"order":30465,"id":267,"name":"shield-chevron-fill","prevSize":16,"code":60628},"setIdx":4,"setId":4,"iconIdx":980},{"icon":{"paths":["M896 224v235.080c0 358.44-303.28 477.36-364 497.56-5.964 2.096-12.841 3.308-20 3.308s-14.036-1.211-20.436-3.44l0.436 0.132c-60.8-20.2-364-139.12-364-497.56v-235.080c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-fill"]},"attrs":[{}],"properties":{"order":30466,"id":266,"name":"shield-fill","prevSize":16,"code":60629},"setIdx":4,"setId":4,"iconIdx":981},{"icon":{"paths":["M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c60.8-20.2 364-139.080 364-497.56v-235.040c0-35.346-28.654-64-64-64v0zM640 544h-96v96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-plus-fill"]},"attrs":[{}],"properties":{"order":30467,"id":265,"name":"shield-plus-fill","prevSize":16,"code":60630},"setIdx":4,"setId":4,"iconIdx":982},{"icon":{"paths":["M855.68 842.44c5.167 5.664 8.331 13.233 8.331 21.54 0 17.679-14.332 32.011-32.011 32.011-9.372 0-17.803-4.027-23.657-10.446l-0.023-0.025-58.040-64c-60.171 58.896-133.071 105.047-214.166 133.922l-4.114 1.278c-5.963 2.109-12.839 3.328-20 3.328s-14.037-1.219-20.433-3.46l0.433 0.132c-60.8-20-364-139.040-364-497.52v-235.2c0.005-23.979 13.197-44.876 32.718-55.834l0.322-0.166c-0.648-2.405-1.020-5.166-1.020-8.014 0-17.673 14.327-32 32-32 9.362 0 17.786 4.021 23.637 10.43l0.022 0.025zM832 160h-437.92c-17.672 0.002-31.997 14.328-31.997 32 0 8.299 3.159 15.859 8.34 21.545l-0.023-0.025 428.36 471.16c5.836 6.447 14.235 10.48 23.577 10.48 0.022 0 0.045-0 0.067-0l-0.003 0c0.033 0 0.072 0 0.11 0 1.741 0 3.448-0.146 5.109-0.425l-0.179 0.025c10.764-1.812 19.577-8.787 23.918-18.241l0.082-0.199c29.48-65.44 44.4-138.48 44.4-217.16v-235.16c0-0 0-0 0-0 0-35.29-28.563-63.909-63.831-64l-0.009-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-slash-fill"]},"attrs":[{}],"properties":{"order":30468,"id":264,"name":"shield-slash-fill","prevSize":16,"code":60631},"setIdx":4,"setId":4,"iconIdx":983},{"icon":{"paths":["M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c60.8-20.2 364-139.080 364-497.56v-235.040c0-35.346-28.654-64-64-64v0zM684 509.72l-121.24 48.48 70.84 94.6c3.996 5.281 6.4 11.96 6.4 19.2 0 17.673-14.327 32-32 32-10.433 0-19.7-4.993-25.542-12.72l-0.058-0.080-70.4-93.88-70.4 93.88c-5.9 7.807-15.167 12.8-25.6 12.8-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 70.96-94.6-121.36-48.48c-11.856-4.88-20.051-16.343-20.051-29.72 0-17.701 14.35-32.051 32.051-32.051 4.325 0 8.449 0.856 12.213 2.409l-0.213-0.078 116 46.44v-112.72c0-17.673 14.327-32 32-32s32 14.327 32 32v0 112.72l116-46.44c3.551-1.475 7.675-2.331 12-2.331 17.701 0 32.051 14.35 32.051 32.051 0 13.377-8.195 24.84-19.838 29.642l-0.213 0.078z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-star-fill"]},"attrs":[{}],"properties":{"order":30469,"id":263,"name":"shield-star-fill","prevSize":16,"code":60632},"setIdx":4,"setId":4,"iconIdx":984},{"icon":{"paths":["M832 160h-640c-35.346 0-64 28.654-64 64v0 235.080c0 358.48 303.28 477.36 364 497.52 5.963 2.109 12.839 3.328 20 3.328s14.037-1.219 20.433-3.46l-0.433 0.132c60.8-20.2 364-139.080 364-497.56v-235.040c0-35.346-28.654-64-64-64v0zM480 384c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 736c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-warning-fill"]},"attrs":[{}],"properties":{"order":30470,"id":262,"name":"shield-warning-fill","prevSize":16,"code":60633},"setIdx":4,"setId":4,"iconIdx":985},{"icon":{"paths":["M804 192h-86.6l-54.76-54.64c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-255.999-0c-0.007-0-0.016-0-0.025-0-8.83 0-16.825 3.577-22.615 9.36l-54.76 54.64h-86.6c-33.137 0-60 26.863-60 60v0 616c0 33.137 26.863 60 60 60v0h244c8.837 0 16-7.163 16-16v0-462.92c-0.002-0.12-0.002-0.261-0.002-0.403 0-17.072 13.074-31.090 29.757-32.588l0.126-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004v463.92c0 8.837 7.163 16 16 16v0h244c33.137 0 60-26.863 60-60v0-616c0-33.137-26.863-60-60-60v0zM346.16 460.32c-2.74 2.266-6.29 3.64-10.16 3.64-8.822 0-15.977-7.141-16-15.958l-0-0.002v-178.76l60.96-60.96 93.88 140.84zM512 352v0 0zM704 448c0 0.011 0 0.024 0 0.037 0 6.367-3.719 11.866-9.104 14.442l-0.096 0.042c-1.996 0.985-4.345 1.56-6.828 1.56-3.816 0-7.315-1.36-10.038-3.621l0.026 0.021-128.8-111.28 93.88-140.84 60.96 60.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shirt-folded-fill"]},"attrs":[{}],"properties":{"order":30471,"id":261,"name":"shirt-folded-fill","prevSize":16,"code":60634},"setIdx":4,"setId":4,"iconIdx":986},{"icon":{"paths":["M941.56 336.28l-112.6 96 33.72 142.92c0.898 3.63 1.413 7.797 1.413 12.084 0 17.277-8.367 32.599-21.271 42.135l-0.143 0.101c-8.665 6.423-19.567 10.282-31.371 10.282-10.022 0-19.394-2.781-27.386-7.615l0.237 0.133-128-76-128 76c-7.755 4.7-17.127 7.482-27.149 7.482-11.804 0-22.706-3.859-31.514-10.383l0.143 0.101c-13.044-9.645-21.408-24.972-21.408-42.253 0-4.281 0.513-8.443 1.482-12.426l-0.074 0.358 33.72-142.92-112.64-96c-11.305-9.692-18.422-23.988-18.422-39.946 0-27.451 21.060-49.983 47.905-52.32l0.197-0.014 148.92-12.6 58.080-135.4c8.34-18.963 26.962-31.963 48.62-31.963s40.28 13.001 48.487 31.624l0.133 0.339 58.080 135.48 148.88 12.52c27.163 2.196 48.374 24.78 48.374 52.319 0 15.949-7.115 30.237-18.343 39.862l-0.071 0.059zM342.64 457.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-224 224c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378v-0l224-224c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM406.64 681.36c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-224 224c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 224-224c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0zM649.4 681.36l-224 224c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l224-224c5.797-5.793 9.384-13.797 9.384-22.64 0-17.675-14.329-32.004-32.004-32.004-8.833 0-16.829 3.578-22.62 9.364l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shooting-star-fill"]},"attrs":[{}],"properties":{"order":30472,"id":260,"name":"shooting-star-fill","prevSize":16,"code":60635},"setIdx":4,"setId":4,"iconIdx":987},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM512 544c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shopping-bag-fill"]},"attrs":[{}],"properties":{"order":30473,"id":259,"name":"shopping-bag-fill","prevSize":16,"code":60636},"setIdx":4,"setId":4,"iconIdx":988},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM512 640c-105.993-0.114-191.886-86.007-192-191.989l-0-0.011c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c-0.114 105.993-86.007 191.886-191.989 192l-0.011 0zM160 288v-64h704v64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shopping-bag-open-fill"]},"attrs":[{}],"properties":{"order":30474,"id":258,"name":"shopping-bag-open-fill","prevSize":16,"code":60637},"setIdx":4,"setId":4,"iconIdx":989},{"icon":{"paths":["M888.56 235.48c-5.91-7.038-14.714-11.48-24.555-11.48-0.002 0-0.004 0-0.006 0l-645.28-0-19.56-107.44c-5.613-30.085-31.662-52.555-62.96-52.56l-72.2-0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h72l102.24 561.16c3.226 17.421 10.75 32.705 21.431 45.213l-0.111-0.133c-21.902 20.496-35.55 49.579-35.55 81.85 0 61.856 50.144 112 112 112s112-50.144 112-112c0-17.476-4.003-34.018-11.141-48.757l0.292 0.667h181.68c-6.84 13.995-10.84 30.452-10.84 47.843 0 0.055 0 0.11 0 0.165l-0-0.009c0 61.856 50.144 112 112 112s112-50.144 112-112c0-61.856-50.144-112-112-112v0h-387.32c-15.649-0.002-28.674-11.238-31.449-26.082l-0.031-0.198-12.68-69.72h464c46.948-0.007 86.021-33.713 94.348-78.246l0.092-0.594 48.64-267.44c0.316-1.687 0.496-3.629 0.496-5.612 0-7.882-2.849-15.098-7.574-20.675l0.038 0.047zM720 768c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM336 768c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shopping-cart-fill"]},"attrs":[{}],"properties":{"order":30475,"id":257,"name":"shopping-cart-fill","prevSize":16,"code":60638},"setIdx":4,"setId":4,"iconIdx":990},{"icon":{"paths":["M384 864c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM736 800c-35.346 0-64 28.654-64 64s28.654 64 64 64c35.346 0 64-28.654 64-64v0c0-35.346-28.654-64-64-64v0zM921.76 269c-5.893-7.923-15.228-13-25.749-13-0.004 0-0.008 0-0.012 0l-702.719-0-32.44-113.6c-8.002-26.957-32.509-46.301-61.548-46.4l-0.012-0h-67.28c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h67.28l144.72 506.36c11.972 40.44 48.713 69.471 92.26 69.64l0.020 0h384.44c0.099 0 0.216 0.001 0.333 0.001 42.859 0 79.128-28.215 91.245-67.084l0.182-0.677 114.12-370.84c0.896-2.811 1.412-6.045 1.412-9.399 0-7.153-2.347-13.757-6.312-19.086l0.061 0.085z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shopping-cart-simple-fill"]},"attrs":[{}],"properties":{"order":30476,"id":256,"name":"shopping-cart-simple-fill","prevSize":16,"code":60639},"setIdx":4,"setId":4,"iconIdx":991},{"icon":{"paths":["M256 944c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM336 768c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM80 768c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM208 640c-26.51 0-48 21.49-48 48s21.49 48 48 48c26.51 0 48-21.49 48-48v0c0-26.51-21.49-48-48-48v0zM992 128h-114.76c-0.060-0-0.131-0-0.203-0-17.607 0-33.539 7.173-45.033 18.756l-0.004 0.004-111.44 111.4-507.040 86.6c-30.551 5.213-53.515 31.492-53.515 63.135 0 17.678 7.167 33.682 18.755 45.264l392 392c11.581 11.577 27.578 18.738 45.248 18.738 31.594 0 57.841-22.893 63.058-52.996l0.055-0.382 86.72-507.080 111.4-111.44h114.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shower-fill"]},"attrs":[{}],"properties":{"order":30477,"id":255,"name":"shower-fill","prevSize":16,"code":60640},"setIdx":4,"setId":4,"iconIdx":992},{"icon":{"paths":["M544 464c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM960 240c-0.020 44.706-26.23 83.286-64.12 101.23l-0.68 0.29c-11.788 167.119-150.144 298.256-319.177 298.48l-0.023 0h-128c-26.51 0-48 21.49-48 48s21.49 48 48 48v0h224c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192v64h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224c-176.731 0-320-143.269-320-320s143.269-320 320-320v0h464c26.51 0 48-21.49 48-48s-21.49-48-48-48v0h-336c-53.019 0-96-42.981-96-96v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 17.673 14.327 32 32 32v0h336c61.856 0 112 50.144 112 112v0zM342.88 728.8c-5.875-8.154-15.345-13.401-26.040-13.401-6.979 0-13.436 2.234-18.695 6.026l0.094-0.065-61.44 44c-7.481 5.912-12.238 14.985-12.238 25.169 0 17.673 14.327 32 32 32 6.484 0 12.518-1.929 17.559-5.244l-0.121 0.075 61.44-44c8.133-5.877 13.363-15.334 13.363-26.013 0-6.956-2.219-13.393-5.989-18.643l0.065 0.096zM336.88 586.32l-154.68-70.32c-4.093-2.040-8.916-3.233-14.017-3.233-17.673 0-32 14.327-32 32 0 13.172 7.958 24.485 19.329 29.393l0.208 0.080 154.68 70.36c3.874 1.797 8.409 2.844 13.189 2.844 12.906 0 24.028-7.641 29.089-18.645l0.082-0.199c1.791-3.869 2.835-8.396 2.835-13.168 0-12.856-7.582-23.942-18.518-29.030l-0.197-0.082zM830 352h-350v224h96c130.046-0.162 237.394-97.131 253.861-222.704l0.139-1.296z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shrimp-fill"]},"attrs":[{}],"properties":{"order":30478,"id":254,"name":"shrimp-fill","prevSize":16,"code":60641},"setIdx":4,"setId":4,"iconIdx":993},{"icon":{"paths":["M950.64 713.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-64h-111.52c-21.359-0.027-40.264-10.513-51.87-26.611l-0.13-0.189-300.96-421.2h-207.52c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h207.52c21.359 0.027 40.264 10.513 51.87 26.611l0.13 0.189 300.96 421.2h111.52v-64c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0zM572 428c5.165 3.727 11.621 5.961 18.6 5.961 10.695 0 20.164-5.247 25.975-13.306l0.065-0.095 72-100.48h111.36v63.92c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 96-96c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-96-96c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v64h-111.52c-21.359 0.027-40.264 10.513-51.87 26.611l-0.13 0.189-71.88 100.48c-3.758 5.179-6.012 11.662-6.012 18.672 0 10.7 5.251 20.173 13.318 25.983l0.095 0.065zM452 596c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-71.84 100.56h-207.52c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h207.52c21.359-0.027 40.264-10.513 51.87-26.611l0.13-0.189 71.8-100.48c3.775-5.186 6.040-11.684 6.040-18.71 0-10.677-5.229-20.133-13.266-25.946l-0.094-0.064z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shuffle-angular-fill"]},"attrs":[{}],"properties":{"order":30479,"id":253,"name":"shuffle-angular-fill","prevSize":16,"code":60642},"setIdx":4,"setId":4,"iconIdx":994},{"icon":{"paths":["M950.64 713.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-96 96c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-64c-94.801-1.374-178.372-48.248-230.018-119.714l-0.582-0.846-166.88-233.6c-41.165-57.044-107.426-93.761-182.268-93.84l-92.252-0c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h92.24c96.233 0.083 181.428 47.273 233.777 119.752l0.583 0.848 166.88 233.6c40.439 56.056 105.091 92.468 178.313 93.797l0.207 0.003v-64c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0zM572 428c5.165 3.727 11.621 5.961 18.6 5.961 10.695 0 20.164-5.247 25.975-13.306l0.065-0.095 4.8-6.68c40.432-56.098 105.103-92.542 178.352-93.877l0.208-0.003v64c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 96-96c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-96-96c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v64c-94.801 1.374-178.372 48.248-230.018 119.714l-0.582 0.846-4.8 6.68c-3.77 5.184-6.031 11.677-6.031 18.698 0 10.708 5.26 20.188 13.336 25.996l0.095 0.065zM452 596c-5.165-3.727-11.621-5.961-18.6-5.961-10.695 0-20.164 5.247-25.975 13.306l-0.065 0.095-4.8 6.68c-41.165 57.070-107.444 93.805-182.308 93.88l-92.252 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h92.24c96.233-0.083 181.428-47.273 233.777-119.752l0.583-0.848 4.8-6.68c3.758-5.179 6.012-11.662 6.012-18.672 0-10.7-5.251-20.173-13.318-25.983l-0.095-0.065z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shuffle-fill"]},"attrs":[{}],"properties":{"order":30480,"id":252,"name":"shuffle-fill","prevSize":16,"code":60643},"setIdx":4,"setId":4,"iconIdx":995},{"icon":{"paths":["M864 192v160c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-57.36-57.4-126.88 126.76c-5.559 4.783-12.847 7.695-20.815 7.695-17.673 0-32-14.327-32-32 0-7.968 2.912-15.255 7.73-20.857l-0.035 0.042 126.76-126.88-57.4-57.36c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l159.999-0c17.673 0 32 14.327 32 32v0zM844.24 642.44c-3.623-1.545-7.838-2.443-12.262-2.443-8.832 0-16.828 3.578-22.618 9.363l0-0-57.36 57.4-537.36-537.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l537.4 537.36-57.4 57.36c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l159.999 0c17.673 0 32-14.327 32-32v0-160c-0.003-13.254-8.064-24.626-19.55-29.481l-0.21-0.079zM398.88 580l-229.52 229.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 229.36-229.52c4.783-5.559 7.695-12.847 7.695-20.815 0-17.673-14.327-32-32-32-7.968 0-15.255 2.912-20.857 7.73l0.042-0.035z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shuffle-simple-fill"]},"attrs":[{}],"properties":{"order":30481,"id":251,"name":"shuffle-simple-fill","prevSize":16,"code":60644},"setIdx":4,"setId":4,"iconIdx":996},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM256 608h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM256 480h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM256 352h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM864 800h-512v-576h512v576z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sidebar-fill"]},"attrs":[{}],"properties":{"order":30482,"id":250,"name":"sidebar-fill","prevSize":16,"code":60645},"setIdx":4,"setId":4,"iconIdx":997},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM864 800h-512v-576h512v576z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sidebar-simple-fill"]},"attrs":[{}],"properties":{"order":30483,"id":249,"name":"sidebar-simple-fill","prevSize":16,"code":60646},"setIdx":4,"setId":4,"iconIdx":998},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM736 352c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-288l153.6 204.8c3.996 5.281 6.4 11.96 6.4 19.2s-2.404 13.919-6.458 19.28l0.058-0.080-153.6 204.8h288v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96c0 17.673-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 177.6-236.8-177.6-236.8c-3.996-5.281-6.4-11.96-6.4-19.2 0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sigma-fill"]},"attrs":[{}],"properties":{"order":30484,"id":248,"name":"sigma-fill","prevSize":16,"code":60647},"setIdx":4,"setId":4,"iconIdx":999},{"icon":{"paths":["M928 672h-672.56c10.64-20.96 21.32-42.52 32-64.44 59.76 6.6 130.48-35.2 210.96-124.88 2.4 6.64 5.080 13.48 8 20.4 26.040 61 59.64 95.76 100 103.4 41.36 8 82.32-12.92 124.32-63.28 27.28 32.28 83.28 64.8 197.28 64.8 17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-122.52 0-158.2-42.36-160-64.88-0.467-17.309-14.61-31.163-31.989-31.163-13.726 0-25.434 8.642-29.978 20.782l-0.072 0.221c-48.68 73-77.52 76.56-88 74.64-33.32-6.28-64.32-83.72-74.76-134.040-3.209-14.55-15.995-25.275-31.285-25.275-11.926 0-22.328 6.524-27.832 16.197l-0.083 0.158c-79.2 98.48-132.32 132-165.64 140.56 33.96-75.52 59.32-141.8 75.56-197.6 27.28-93.76 29.28-159.32 6.040-200.4-12-21.44-37.16-47-87.64-47.2h-1c-64 0.44-114.4 61.2-138.48 166.8-14.36 62.84-16.72 132.76-6.52 192s31.44 102.040 62.2 127.56c-14.88 30.92-30.12 61.12-44.92 89.72h-87.6c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h53.64c-45.28 84-80.48 142.56-81.040 143.52-3.113 4.849-4.963 10.767-4.963 17.117 0 17.673 14.327 32 32 32 11.846 0 22.188-6.437 27.721-16.003l0.082-0.154c0.6-1.040 45.080-75.16 98.8-176.48h705.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM768 480v-0.84c0.013 0.126 0.020 0.272 0.020 0.42s-0.007 0.294-0.021 0.438l0.001-0.018z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["signature-fill"]},"attrs":[{}],"properties":{"order":30485,"id":247,"name":"signature-fill","prevSize":16,"code":60648},"setIdx":4,"setId":4,"iconIdx":1000},{"icon":{"paths":["M566.64 534.64l-160 160c-5.792 5.798-13.797 9.385-22.64 9.385-17.673 0-32-14.327-32-32 0-0.009 0-0.018 0-0.027l-0 0.001v-128h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256v-128c-0-0.007-0-0.016-0-0.025 0-17.673 14.327-32 32-32 8.843 0 16.848 3.587 22.64 9.385l0 0 160 160c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM768 128h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224v640h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sign-in-fill"]},"attrs":[{}],"properties":{"order":30486,"id":246,"name":"sign-in-fill","prevSize":16,"code":60649},"setIdx":4,"setId":4,"iconIdx":1001},{"icon":{"paths":["M448 864c0 17.673-14.327 32-32 32v0h-224c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h224c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224v640h224c17.673 0 32 14.327 32 32v0zM886.64 489.36l-160-160c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v128h-256c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256v128c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 160-160c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sign-out-fill"]},"attrs":[{}],"properties":{"order":30487,"id":245,"name":"sign-out-fill","prevSize":16,"code":60650},"setIdx":4,"setId":4,"iconIdx":1002},{"icon":{"paths":["M984 469.4l-144 160c-5.882 6.52-14.36 10.601-23.792 10.601-0.073 0-0.146-0-0.219-0.001l0.011 0h-272v256c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256h-320c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h320v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h272c0.062-0 0.135-0.001 0.208-0.001 9.432 0 17.91 4.080 23.767 10.572l0.025 0.028 144 160c5.093 5.644 8.208 13.158 8.208 21.4s-3.116 15.756-8.234 21.428l0.025-0.028z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["signpost-fill"]},"attrs":[{}],"properties":{"order":30488,"id":244,"name":"signpost-fill","prevSize":16,"code":60651},"setIdx":4,"setId":4,"iconIdx":1003},{"icon":{"paths":["M854.64 329.36l-224-224c-5.79-5.783-13.785-9.36-22.615-9.36-0.009 0-0.018 0-0.027 0l-383.999-0c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-512c0-0.007 0-0.016 0-0.025 0-8.83-3.577-16.825-9.36-22.615l0 0zM800 864h-576v-704h370.76l205.24 205.24v498.76zM736 480v288c0 17.673-14.327 32-32 32v0h-80c-8.837 0-16-7.163-16-16v0-176c0-0.021 0-0.046 0-0.070 0-17.673-14.327-32-32-32-0.746 0-1.486 0.026-2.219 0.076l0.099-0.005c-16.804 1.487-29.883 15.496-29.883 32.56 0 0.155 0.001 0.309 0.003 0.463l-0-0.023v175c0 8.837-7.163 16-16 16v0h-32c-8.837 0-16-7.163-16-16v0-176c0-0.021 0-0.046 0-0.070 0-17.673-14.327-32-32-32-0.746 0-1.486 0.026-2.219 0.076l0.099-0.005c-16.804 1.487-29.883 15.496-29.883 32.56 0 0.155 0.001 0.309 0.003 0.463l-0-0.023v175c0 8.837-7.163 16-16 16v0h-80c-17.673 0-32-14.327-32-32v0-288c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sim-card-fill"]},"attrs":[{}],"properties":{"order":30489,"id":243,"name":"sim-card-fill","prevSize":16,"code":60652},"setIdx":4,"setId":4,"iconIdx":1004},{"icon":{"paths":["M480 64v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM800 192c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 32-32c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-32 32c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM201.36 182.64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-32-32c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM928 704v96c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-96c0-35.346 28.654-64 64-64v0-128c-0-0.003-0-0.007-0-0.010 0-194.404 157.596-352 352-352 0.942 0 1.884 0.004 2.824 0.011l-0.144-0.001c192.6 1.44 349.32 161.16 349.32 356v124c35.346 0 64 28.654 64 64v0zM538.72 351.56c75.96 12.76 133.28 81.72 133.28 160.44 0 17.673 14.327 32 32 32s32-14.327 32-32v0c0-109.6-80.28-205.72-186.72-223.56-1.675-0.311-3.603-0.489-5.573-0.489-17.673 0-32 14.327-32 32 0 15.912 11.614 29.112 26.828 31.584l0.184 0.025zM864 800v-96h-704v96h704z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["siren-fill"]},"attrs":[{}],"properties":{"order":30490,"id":242,"name":"siren-fill","prevSize":16,"code":60653},"setIdx":4,"setId":4,"iconIdx":1005},{"icon":{"paths":["M984 394.92l-224-256c-5.879-6.69-14.446-10.897-23.996-10.92l-0.004-0h-448c-9.554 0.023-18.121 4.23-23.969 10.884l-0.031 0.036-224 256c-4.924 5.599-7.928 12.991-7.928 21.084 0 8.45 3.275 16.134 8.625 21.854l-0.017-0.018 448 480c5.857 6.267 14.172 10.172 23.4 10.172s17.543-3.906 23.383-10.154l0.017-0.018 448-480c5.284-5.69 8.526-13.34 8.526-21.748 0-8.135-3.035-15.56-8.035-21.206l0.029 0.034zM889.48 384h-169.48l-144-192h145.48zM298.32 448l120.52 301.32-281.2-301.32zM725.68 448h160.68l-281.2 301.32zM302.52 192h145.48l-144 192h-169.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sketch-logo-fill"]},"attrs":[{}],"properties":{"order":30491,"id":241,"name":"sketch-logo-fill","prevSize":16,"code":60654},"setIdx":4,"setId":4,"iconIdx":1006},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM672 672c0 0 0 0.001 0 0.001 0 17.673-14.327 32-32 32-6.979 0-13.435-2.234-18.695-6.026l0.095 0.065-205.4-146.72v120.68c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 120.68l205.4-146.72c5.165-3.727 11.621-5.961 18.6-5.961 17.673 0 32 14.327 32 32 0 0-0 0.001-0 0.001l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skip-back-circle-fill"]},"attrs":[{}],"properties":{"order":30492,"id":240,"name":"skip-back-circle-fill","prevSize":16,"code":60655},"setIdx":4,"setId":4,"iconIdx":1007},{"icon":{"paths":["M832 191.52v640.96c-0.381 35.055-28.887 63.326-63.996 63.326-12.488 0-24.141-3.577-33.99-9.762l0.267 0.156-478.28-299.12v276.92c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-704c0-17.673 14.327-32 32-32s32 14.327 32 32v0 276.92l478.28-299.12c9.621-6.127 21.346-9.765 33.921-9.765 35.125 0 63.62 28.385 63.799 63.468l0 0.017z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skip-back-fill"]},"attrs":[{}],"properties":{"order":30493,"id":239,"name":"skip-back-fill","prevSize":16,"code":60656},"setIdx":4,"setId":4,"iconIdx":1008},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM672 672c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-120.68l-205.4 146.72c-5.165 3.727-11.621 5.961-18.6 5.961-17.673 0-32-14.327-32-32 0-0 0-0.001 0-0.001l-0 0v-320c-0-0-0-0.001-0-0.001 0-17.673 14.327-32 32-32 6.979 0 13.435 2.234 18.695 6.026l-0.095-0.065 205.4 146.72v-120.68c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skip-forward-circle-fill"]},"attrs":[{}],"properties":{"order":30494,"id":238,"name":"skip-forward-circle-fill","prevSize":16,"code":60657},"setIdx":4,"setId":4,"iconIdx":1009},{"icon":{"paths":["M832 160v704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-276.92l-478.28 299.12c-9.621 6.127-21.346 9.765-33.921 9.765-35.125 0-63.62-28.385-63.799-63.468l-0-0.017v-640.96c0.179-35.1 28.674-63.485 63.799-63.485 12.575 0 24.3 3.638 34.18 9.919l-0.259-0.154 478.28 299.12v-276.92c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skip-forward-fill"]},"attrs":[{}],"properties":{"order":30495,"id":237,"name":"skip-forward-fill","prevSize":16,"code":60658},"setIdx":4,"setId":4,"iconIdx":1010},{"icon":{"paths":["M512 64c-229.4 0-416 179.44-416 400 0 136.4 73.080 264 192 337.12v62.88c0 35.346 28.654 64 64 64v0h32c8.837 0 16-7.163 16-16v0-110.92c-0.002-0.131-0.003-0.285-0.003-0.44 0-17.064 13.078-31.073 29.758-32.551l0.125-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004v112c0 8.837 7.163 16 16 16v0h64c8.837 0 16-7.163 16-16v0-111c-0.002-0.131-0.003-0.285-0.003-0.44 0-17.064 13.078-31.073 29.758-32.551l0.125-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004v112c0 8.837 7.163 16 16 16v0h32c35.346 0 64-28.654 64-64v0-62.96c118.92-73.12 192-200.72 192-337.12 0-220.56-186.6-400-416-400zM368 608c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0zM656 608c-44.183 0-80-35.817-80-80s35.817-80 80-80c44.183 0 80 35.817 80 80v0c0 44.183-35.817 80-80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skull-fill"]},"attrs":[{}],"properties":{"order":30496,"id":236,"name":"skull-fill","prevSize":16,"code":60659},"setIdx":4,"setId":4,"iconIdx":1011},{"icon":{"paths":["M884.52 512c26.305-23.545 42.782-57.603 42.782-95.509 0-70.692-57.308-128-128-128-23.281 0-45.111 6.216-63.92 17.078l0.618-0.329v-81.24c-0.082-70.63-57.358-127.856-128-127.856-38.166 0-72.431 16.704-95.883 43.201l-0.118 0.135c-23.545-26.305-57.603-42.782-95.509-42.782-70.692 0-128 57.308-128 128 0 23.281 6.216 45.111 17.078 63.92l-0.329-0.618h-81.24c-70.63 0.082-127.856 57.358-127.856 128 0 38.166 16.704 72.431 43.201 95.883l0.135 0.118c-26.305 23.545-42.782 57.603-42.782 95.509 0 70.692 57.308 128 128 128 23.281 0 45.111-6.216 63.92-17.078l-0.618 0.329v81.24c0.082 70.63 57.358 127.856 128 127.856 38.166 0 72.431-16.704 95.883-43.201l0.118-0.135c23.545 26.305 57.603 42.782 95.509 42.782 70.692 0 128-57.308 128-128 0-23.281-6.216-45.111-17.078-63.92l0.329 0.618h81.24c70.63-0.082 127.856-57.358 127.856-128 0-38.166-16.704-72.431-43.201-95.883l-0.135-0.118zM352 224c0-35.346 28.654-64 64-64s64 28.654 64 64v0 64h-64c-35.346 0-64-28.654-64-64v0zM160 416c0-35.346 28.654-64 64-64v0h192c35.346 0 64 28.654 64 64v0 64h-256c-35.346 0-64-28.654-64-64v0zM672 800c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-64h64c35.346 0 64 28.654 64 64v0zM800 672h-192c-35.346 0-64-28.654-64-64v0-64h256c35.346 0 64 28.654 64 64s-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["slack-logo-fill"]},"attrs":[{}],"properties":{"order":30497,"id":235,"name":"slack-logo-fill","prevSize":16,"code":60660},"setIdx":4,"setId":4,"iconIdx":1012},{"icon":{"paths":["M336 544c-0.005 50.441-33.355 93.092-79.207 107.111l-0.793 0.209v212.68c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-212.68c-46.63-14.241-79.962-56.888-79.962-107.32s33.333-93.079 79.169-107.111l0.793-0.209v-276.68c0-17.673 14.327-32 32-32s32 14.327 32 32v0 276.68c46.645 14.228 79.995 56.879 80 107.319l0 0.001zM544 244.68v-84.68c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 84.68c-46.63 14.241-79.962 56.888-79.962 107.32s33.333 93.079 79.169 107.111l0.793 0.209v404.68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-404.68c46.63-14.241 79.962-56.888 79.962-107.32s-33.333-93.079-79.169-107.111l-0.793-0.209zM832 564.68v-404.68c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 404.68c-46.63 14.241-79.962 56.888-79.962 107.32s33.333 93.079 79.169 107.111l0.793 0.209v84.68c0 17.673 14.327 32 32 32s32-14.327 32-32v0-84.68c46.63-14.241 79.962-56.888 79.962-107.32s-33.333-93.079-79.169-107.111l-0.793-0.209z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sliders-fill"]},"attrs":[{}],"properties":{"order":30498,"id":234,"name":"sliders-fill","prevSize":16,"code":60661},"setIdx":4,"setId":4,"iconIdx":1013},{"icon":{"paths":["M128 320c0-17.673 14.327-32 32-32v0h148.68c14.241-46.63 56.888-79.962 107.32-79.962s93.079 33.333 107.111 79.169l0.209 0.793h340.68c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-340.68c-14.241 46.63-56.888 79.962-107.32 79.962s-93.079-33.333-107.111-79.169l-0.209-0.793h-148.68c-17.673 0-32-14.327-32-32v0zM864 672h-84.68c-14.241-46.63-56.888-79.962-107.32-79.962s-93.079 33.333-107.111 79.169l-0.209 0.793h-404.68c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h404.68c14.241 46.63 56.888 79.962 107.32 79.962s93.079-33.333 107.111-79.169l0.209-0.793h84.68c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sliders-horizontal-fill"]},"attrs":[{}],"properties":{"order":30499,"id":233,"name":"sliders-horizontal-fill","prevSize":16,"code":60662},"setIdx":4,"setId":4,"iconIdx":1014},{"icon":{"paths":["M832 256v512c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-512c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM928 192c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32s32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0zM96 192c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32s32-14.327 32-32v0-576c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["slideshow-fill"]},"attrs":[{}],"properties":{"order":30500,"id":232,"name":"slideshow-fill","prevSize":16,"code":60663},"setIdx":4,"setId":4,"iconIdx":1015},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM320 560c0-26.51 21.49-48 48-48s48 21.49 48 48c0 26.51-21.49 48-48 48v0c-26.51 0-48-21.49-48-48v0zM634.64 753.72c-5.819 8.655-15.574 14.273-26.641 14.273-6.602 0-12.737-1.999-17.833-5.426l0.115 0.073c-26-17.28-46.28-26.64-78.28-26.64s-52.28 9.36-78.28 26.64c-4.88 3.167-10.847 5.051-17.255 5.051-17.673 0-32-14.327-32-32 0-10.873 5.423-20.479 13.711-26.262l0.104-0.069c33.72-22.44 65.96-37.36 113.72-37.36s80 14.92 113.72 37.36c8.655 5.819 14.273 15.574 14.273 26.641 0 6.602-1.999 12.737-5.426 17.833l0.073-0.115zM656 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM721.76 378.64l-192 128c-4.99 3.371-11.14 5.381-17.76 5.381s-12.77-2.010-17.874-5.453l0.114 0.072-192-128c-8.646-5.824-14.257-15.577-14.257-26.64 0-17.683 14.335-32.017 32.017-32.017 6.619 0 12.769 2.009 17.874 5.45l-0.114-0.072 174.24 116.2 174.24-116c4.991-3.369 11.141-5.377 17.76-5.377 17.683 0 32.017 14.335 32.017 32.017 0 11.063-5.611 20.816-14.143 26.568l-0.114 0.072z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-angry-fill"]},"attrs":[{}],"properties":{"order":30501,"id":231,"name":"smiley-angry-fill","prevSize":16,"code":60664},"setIdx":4,"setId":4,"iconIdx":1016},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.296-229.631-186.369-415.704-415.972-416l-0.028-0zM368 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM656 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-blank-fill"]},"attrs":[{}],"properties":{"order":30502,"id":230,"name":"smiley-blank-fill","prevSize":16,"code":60665},"setIdx":4,"setId":4,"iconIdx":1017},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM368 384c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM699.68 624c-41.16 71.16-109.56 112-187.68 112s-146.52-40.8-187.68-112c-3.133-4.86-4.995-10.796-4.995-17.167 0-17.673 14.327-32 32-32 12.25 0 22.893 6.884 28.271 16.994l0.084 0.173c29.88 51.64 76.84 80 132.32 80s102.44-28.4 132.32-80c5.462-10.283 16.104-17.167 28.355-17.167 17.673 0 32 14.327 32 32 0 6.371-1.862 12.307-5.071 17.294l0.076-0.127zM656 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-fill"]},"attrs":[{}],"properties":{"order":30503,"id":229,"name":"smiley-fill","prevSize":16,"code":60666},"setIdx":4,"setId":4,"iconIdx":1018},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.296-229.631-186.369-415.704-415.972-416l-0.028-0zM368 384c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM672 672h-320c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h320c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM656 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-meh-fill"]},"attrs":[{}],"properties":{"order":30504,"id":228,"name":"smiley-meh-fill","prevSize":16,"code":60667},"setIdx":4,"setId":4,"iconIdx":1019},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM656 384c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM368 384c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM726.64 694.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-41.36-41.4-41.36 41.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-41.36-41.4-41.36 41.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l64-64c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l41.36 41.4 41.36-41.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l41.36 41.4 41.36-41.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 64 64c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-nervous-fill"]},"attrs":[{}],"properties":{"order":30505,"id":227,"name":"smiley-nervous-fill","prevSize":16,"code":60668},"setIdx":4,"setId":4,"iconIdx":1020},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM368 384c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM688 731.68c-4.587 2.692-10.103 4.281-15.99 4.281-11.766 0-22.049-6.35-27.609-15.811l-0.082-0.15c-29.88-51.64-76.84-80-132.32-80s-102.44 28.4-132.32 80c-5.462 10.283-16.104 17.167-28.355 17.167-17.673 0-32-14.327-32-32 0-6.371 1.862-12.307 5.071-17.294l-0.076 0.127c41.16-71.16 109.56-112 187.68-112s146.52 40.8 187.68 112c2.692 4.587 4.281 10.103 4.281 15.99 0 11.766-6.35 22.049-15.811 27.609l-0.15 0.082zM656 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-sad-fill"]},"attrs":[{}],"properties":{"order":30506,"id":226,"name":"smiley-sad-fill","prevSize":16,"code":60669},"setIdx":4,"setId":4,"iconIdx":1021},{"icon":{"paths":["M512 96c-229.614 0.181-415.682 186.361-415.682 416 0 229.75 186.25 416 416 416 43.521 0 85.48-6.683 124.909-19.079l-2.947 0.799c5.189-1.625 9.626-4.383 13.197-7.997l0.003-0.003 254.28-254.28c3.609-3.593 6.365-8.041 7.938-13.013l0.062-0.227c11.563-36.447 18.226-78.365 18.226-121.84 0-229.818-186.197-416.147-415.965-416.36l-0.021-0zM368 384c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM699.68 624c-41.16 71.16-109.56 112-187.68 112s-146.52-40.8-187.68-112c-3.133-4.86-4.995-10.796-4.995-17.167 0-17.673 14.327-32 32-32 12.25 0 22.893 6.884 28.271 16.994l0.084 0.173c29.88 51.64 76.84 80 132.32 80s102.44-28.4 132.32-80c5.462-10.283 16.104-17.167 28.355-17.167 17.673 0 32 14.327 32 32 0 6.371-1.862 12.307-5.071 17.294l0.076-0.127zM656 480c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-sticker-fill"]},"attrs":[{}],"properties":{"order":30507,"id":225,"name":"smiley-sticker-fill","prevSize":16,"code":60670},"setIdx":4,"setId":4,"iconIdx":1022},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM368 384c26.51 0 48 21.49 48 48s-21.49 48-48 48c-26.51 0-48-21.49-48-48v0c0-26.51 21.49-48 48-48v0zM699.68 624c-41.16 71.16-109.56 112-187.68 112s-146.52-40.8-187.68-112c-3.133-4.86-4.995-10.796-4.995-17.167 0-17.673 14.327-32 32-32 12.25 0 22.893 6.884 28.271 16.994l0.084 0.173c29.88 51.64 76.84 80 132.32 80s102.44-28.4 132.32-80c5.462-10.283 16.104-17.167 28.355-17.167 17.673 0 32 14.327 32 32 0 6.371-1.862 12.307-5.071 17.294l0.076-0.127zM736 464h-128c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-wink-fill"]},"attrs":[{}],"properties":{"order":30508,"id":224,"name":"smiley-wink-fill","prevSize":16,"code":60671},"setIdx":4,"setId":4,"iconIdx":1023},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.296-229.631-186.369-415.704-415.972-416l-0.028-0zM438.64 489.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4 41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-41.4 41.36zM512 768c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM758.64 489.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l41.36 41.4 41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-41.4 41.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-x-eyes-fill"]},"attrs":[{}],"properties":{"order":30509,"id":223,"name":"smiley-x-eyes-fill","prevSize":16,"code":60672},"setIdx":4,"setId":4,"iconIdx":1024},{"icon":{"paths":["M981.88 758.96c-28.4 26.68-70.68 30.84-111.52 34.88-25.24 2.48-51.32 5.080-65.56 12.92-13.48 7.44-27.4 26.48-40.84 44.88-21.6 29.64-46.12 63.2-84.92 73.12v0c-7.786 2.059-16.725 3.242-25.94 3.242-0.218 0-0.436-0.001-0.654-0.002l0.034 0c-27.52 0-54.8-9.28-79.6-17.72-22.2-7.56-43.2-14.72-60.84-14.72s-38.64 7.16-60.84 14.72c-32.76 11.16-69.88 24-106.16 14.48-38.84-9.92-63.36-43.48-84.96-73.12-13.44-18.4-27.36-37.44-40.84-44.88-14.24-8-40.32-10.44-65.52-12.92-40.88-4-83.16-8.2-111.56-34.88-6.22-5.852-10.094-14.137-10.094-23.327 0-13.79 8.723-25.543 20.952-30.042l0.222-0.071c0.36 0 51.36-19.44 101.44-76 29.939-34.099 54.019-74.221 70.124-118.189l0.836-2.611-77.64-31c-11.856-4.88-20.051-16.343-20.051-29.72 0-17.701 14.35-32.051 32.051-32.051 4.325 0 8.449 0.856 12.213 2.409l-0.213-0.078 71.4 28.6c8.020-36.942 12.613-79.379 12.613-122.889 0-1.403-0.005-2.805-0.014-4.206l0.001 0.216c0-141.385 114.615-256 256-256s256 114.615 256 256v0c-0.008 1.134-0.012 2.474-0.012 3.816 0 43.597 4.681 86.1 13.568 127.035l-0.716-3.931 71.16-28.64c3.551-1.475 7.675-2.331 12-2.331 17.701 0 32.051 14.35 32.051 32.051 0 13.377-8.195 24.84-19.838 29.642l-0.213 0.078-77.2 30.88c56.32 153.4 170.56 196.36 172 196.92 12.451 4.57 21.174 16.323 21.174 30.113 0 9.19-3.874 17.475-10.078 23.311l-0.016 0.015z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["snapchat-logo-fill"]},"attrs":[{}],"properties":{"order":30510,"id":222,"name":"snapchat-logo-fill","prevSize":16,"code":60673},"setIdx":4,"setId":4,"iconIdx":1025},{"icon":{"paths":["M914.6 516.44l-112.24-37.4c-1.567-0.564-3.376-0.889-5.26-0.889s-3.693 0.326-5.372 0.924l0.112-0.035-172.92 62.88c-3.236 1.255-6.98 2.012-10.891 2.080l-0.029 0c-14.649-0.008-26.996-9.857-30.786-23.295l-0.054-0.225c-0.643-2.423-1.013-5.204-1.013-8.072 0-14.183 9.035-26.256 21.664-30.777l0.228-0.071 73.96-26.88c3.95-1.453 6.716-5.183 6.716-9.558 0-4.465-2.88-8.257-6.884-9.62l-0.072-0.021c-13.69-4.65-25.442-11.825-35.25-21.046l0.050 0.046c-2.886-2.843-6.851-4.599-11.225-4.599-1.957 0-3.832 0.351-5.565 0.995l0.111-0.036-96.88 35.2c-3.247 1.216-6.999 1.919-10.915 1.919-14.641 0-26.985-9.832-30.79-23.254l-0.055-0.226c-0.643-2.423-1.013-5.204-1.013-8.072 0-14.183 9.035-26.256 21.664-30.777l0.228-0.071 81.88-29.84c6.201-2.298 10.541-8.162 10.541-15.040 0-2.284-0.479-4.457-1.341-6.423l0.040 0.103-12.24-28.64c-2.503-5.767-8.149-9.728-14.719-9.728-1.967 0-3.851 0.355-5.591 1.004l0.111-0.036-102 37.080c-3.247 1.216-6.999 1.919-10.915 1.919-14.641 0-26.985-9.832-30.79-23.254l-0.055-0.226c-0.643-2.423-1.013-5.204-1.013-8.072 0-14.183 9.035-26.256 21.664-30.777l0.228-0.071 96-34.92c6.193-2.302 10.526-8.162 10.526-15.035 0-2.271-0.473-4.432-1.326-6.389l0.040 0.103-21.6-50.92s0-0.28 0-0.4c-10.231-22.543-32.545-37.939-58.454-37.939-7.936 0-15.535 1.444-22.547 4.085l0.441-0.146-302.88 109.96c-24.751 9.254-42.065 32.678-42.12 60.153l-0 0.007v465.88c0 35.346 28.654 64 64 64v0h800c35.346 0 64-28.654 64-64v0-99.76c0-0.004 0-0.008 0-0.012 0-70.264-45.292-129.95-108.274-151.454l-1.126-0.334zM960 768h-800v-64h800z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sneaker-fill"]},"attrs":[{}],"properties":{"order":30511,"id":221,"name":"sneaker-fill","prevSize":16,"code":60674},"setIdx":4,"setId":4,"iconIdx":1026},{"icon":{"paths":["M1024 801.64c-0.717 34.593-28.929 62.361-63.627 62.361-0.131 0-0.262-0-0.393-0.001l0.020 0h-370.76c-0.038 0-0.082 0-0.127 0-17.525 0-33.397-7.074-44.917-18.523l0.003 0.003-429.44-416.16c-11.573-11.58-18.73-27.574-18.73-45.24s7.157-33.66 18.731-45.24l-0 0 256.6-257.040c11.426-11.019 26.997-17.808 44.153-17.808 17.697 0 33.707 7.223 45.242 18.882l0.006 0.006 32.84 33.12c10.857 10.872 17.824 25.631 18.634 42.010l0.006 0.15c4.52 91.32 67.64 153.040 164.76 161.040 32.945 2.911 58.635 30.199 59 63.563l0 0.037v49.2c0 8.837-7.163 16-16 16v0h-112c-0.021-0-0.046-0-0.070-0-17.673 0-32 14.327-32 32 0 0.746 0.026 1.486 0.076 2.219l-0.005-0.099c1.507 16.808 15.525 29.882 32.597 29.882 0.142 0 0.283-0.001 0.425-0.003l-0.021 0h112c0.030-0 0.066-0 0.102-0 8.202 0 14.963 6.172 15.891 14.126l0.007 0.075c1.178 10.596 3.488 20.263 6.838 29.43l-0.278-0.87c0.55 1.55 0.869 3.338 0.869 5.2 0 8.818-7.134 15.971-15.946 16l-0.003 0h-88.48c-0.021-0-0.046-0-0.070-0-17.673 0-32 14.327-32 32 0 0.746 0.026 1.486 0.076 2.219l-0.005-0.099c1.487 16.804 15.496 29.883 32.56 29.883 0.155 0 0.309-0.001 0.463-0.003l-0.023 0h223c0.003-0 0.006-0 0.009-0 88.366 0 160 71.634 160 160 0 0.591-0.003 1.181-0.010 1.77l0.001-0.090zM288 704c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128c17.673 0 32-14.327 32-32v0zM384 800h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sneaker-move-fill"]},"attrs":[{}],"properties":{"order":30512,"id":220,"name":"sneaker-move-fill","prevSize":16,"code":60675},"setIdx":4,"setId":4,"iconIdx":1027},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM681.48 572.88l75.76-27.040c3.203-1.18 6.902-1.862 10.76-1.862 17.685 0 32.022 14.337 32.022 32.022 0 13.827-8.764 25.607-21.039 30.089l-0.223 0.071-61.92 22.080 18.080 67.48c0.693 2.485 1.092 5.34 1.092 8.287 0 14.733-9.956 27.14-23.507 30.861l-0.225 0.053c-2.482 0.679-5.333 1.072-8.275 1.080l-0.005 0c-0.003 0-0.006 0-0.010 0-14.728 0-27.133-9.95-30.858-23.495l-0.053-0.225-22.28-83.2-106.8-61.64v123.32l54.64 54.6c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-41.36-41.4-41.36 41.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l54.64-54.6v-123.32l-106.8 61.64-22.28 83.2c-3.777 13.77-16.182 23.72-30.91 23.72-0.003 0-0.007-0-0.010-0l0.001 0c-2.947-0.008-5.798-0.401-8.51-1.133l0.23 0.053c-13.776-3.773-23.732-16.181-23.732-30.913 0-2.947 0.398-5.801 1.144-8.511l-0.053 0.225 18.080-67.48-61.92-22.080c-12.498-4.553-21.262-16.333-21.262-30.16 0-17.685 14.337-32.022 32.022-32.022 3.858 0 7.557 0.682 10.983 1.933l-0.223-0.071 75.76 27.040 105.48-60.88-105.48-60.88-75.76 27.040c-3.204 1.159-6.902 1.833-10.757 1.84l-0.003 0c-0.019 0-0.043 0-0.066 0-17.673 0-32-14.327-32-32 0-13.839 8.785-25.627 21.083-30.089l0.223-0.071 61.92-22.080-18.080-67.48c-0.692-2.483-1.089-5.335-1.089-8.28 0-17.678 14.331-32.009 32.009-32.009 14.734 0 27.142 9.954 30.867 23.505l0.053 0.225 22.28 83.2 106.8 61.64v-123.32l-54.64-54.6c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v-0l41.36 41.4 41.36-41.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-54.64 54.6v123.32l106.8-61.64 22.28-83.2c3.778-13.775 16.186-23.729 30.92-23.729 17.678 0 32.009 14.331 32.009 32.009 0 2.945-0.398 5.797-1.142 8.505l0.053-0.225-18.080 67.48 61.92 22.080c12.52 4.533 21.306 16.321 21.306 30.16 0 17.673-14.327 32-32 32-0.023 0-0.046-0-0.069-0l0.004 0c-3.858-0.007-7.556-0.681-10.988-1.911l0.228 0.071-75.76-27.040-105.48 60.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["snowflake-fill"]},"attrs":[{}],"properties":{"order":30513,"id":219,"name":"snowflake-fill","prevSize":16,"code":60676},"setIdx":4,"setId":4,"iconIdx":1028},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM544 253.52l99.16-68.2c58.257 23.862 106.968 60.779 144.176 107.296l0.544 0.704-32 107.76c-0.8 0-1.64 0.4-2.44 0.68l-91.28 29.64c-1.581 0.509-2.905 1.051-4.178 1.679l0.178-0.079-114.16-78.52c0-0.8 0-1.64 0-2.48v-96c0-0.84 0-1.68 0-2.48zM380.96 185.32l99.040 68.2c0 0.8 0 1.64 0 2.48v96c0 0.84 0 1.68 0 2.48l-114.24 78.68c-1.095-0.549-2.419-1.091-3.785-1.539l-0.215-0.061-91.28-29.64c-0.8-0.28-1.64-0.48-2.44-0.68l-32-107.76c37.79-47.307 86.573-84.283 142.566-107.303l2.354-0.857zM328.96 701.68h-113.36c-31.837-48.827-51.966-107.908-55.127-171.457l-0.033-0.823 88-67.52c0.602 0.278 1.37 0.577 2.157 0.834l0.163 0.046 91.32 29.68c0.999 0.319 2.251 0.624 3.531 0.852l0.189 0.028 43.16 125.68c-0.6 0.72-1.2 1.44-1.76 2.2l-56.4 77.64c-0.593 0.804-1.202 1.731-1.76 2.691l-0.080 0.149zM602.76 852c-27.225 7.544-58.486 11.88-90.76 11.88s-63.536-4.336-93.234-12.456l2.474 0.577-40.24-113.6c0.52-0.64 1.080-1.24 1.56-1.92l56.44-77.68c0.596-0.796 1.204-1.71 1.762-2.657l0.078-0.143h142.32c0.636 1.090 1.244 2.004 1.898 2.881l-0.058-0.081 56.44 77.68c0.48 0.68 1.040 1.28 1.56 1.92zM695.040 701.56c-0.638-1.109-1.247-2.036-1.901-2.927l0.061 0.087-56.44-77.52c-0.56-0.76-1.16-1.48-1.76-2.2l43.16-125.68c1.469-0.256 2.721-0.561 3.942-0.939l-0.222 0.059 91.32-29.68c0.95-0.303 1.718-0.602 2.466-0.939l-0.146 0.059 88 67.52c-3.194 64.372-23.323 123.453-55.984 173.631l0.824-1.351z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["soccer-ball-fill"]},"attrs":[{}],"properties":{"order":30514,"id":218,"name":"soccer-ball-fill","prevSize":16,"code":60677},"setIdx":4,"setId":4,"iconIdx":1029},{"icon":{"paths":["M512 512c0 17.673-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h288c17.673 0 32 14.327 32 32v0zM192 288h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM416 736h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM925.56 659.76c-4.934-11.696-16.306-19.757-29.56-19.76l-128-0v-192c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 192h-128c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 160 160c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 160-160c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sort-ascending-fill"]},"attrs":[{}],"properties":{"order":30515,"id":217,"name":"sort-ascending-fill","prevSize":16,"code":60678},"setIdx":4,"setId":4,"iconIdx":1030},{"icon":{"paths":["M160 512c0-17.673 14.327-32 32-32v0h288c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32v0zM192 288h224c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-224c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM736 736h-544c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM918.64 329.36l-160-160c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-160 160c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l127.999 0v192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192h128c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sort-descending-fill"]},"attrs":[{}],"properties":{"order":30516,"id":216,"name":"sort-descending-fill","prevSize":16,"code":60679},"setIdx":4,"setId":4,"iconIdx":1031},{"icon":{"paths":["M96 480v192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM192 352c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32s32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0zM320 320c-17.673 0-32 14.327-32 32v0 416c0 17.673 14.327 32 32 32s32-14.327 32-32v0-416c0-17.673-14.327-32-32-32v0zM448 192c-17.673 0-32 14.327-32 32v0 544c0 17.673 14.327 32 32 32s32-14.327 32-32v0-544c0-17.673-14.327-32-32-32v0zM891.36 425.36c-27.001-151.682-157.875-265.36-315.301-265.36-0.021 0-0.042 0-0.062 0l0.003-0c-17.673 0-32 14.327-32 32v0 576c0 17.673 14.327 32 32 32v0h256c0.043 0 0.093 0 0.143 0 106.039 0 192-85.961 192-192 0-84.873-55.070-156.884-131.427-182.25l-1.356-0.39z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["soundcloud-logo-fill"]},"attrs":[{}],"properties":{"order":30517,"id":215,"name":"soundcloud-logo-fill","prevSize":16,"code":60680},"setIdx":4,"setId":4,"iconIdx":1032},{"icon":{"paths":["M928 544c-0.043 123.679-100.315 223.924-224 223.924-40.266 0-78.051-10.625-110.704-29.223l1.104 0.579 44.24 147.52c0.857 2.753 1.351 5.919 1.351 9.2 0 17.67-14.322 31.995-31.991 32l-192 0c-17.669-0.005-31.991-14.33-31.991-32 0-3.281 0.494-6.447 1.411-9.427l-0.060 0.227 44.24-147.52c-31.549 18.020-69.334 28.644-109.6 28.644-123.685 0-223.957-100.245-224-223.92l-0-0.004c0-128 70.6-251.36 204-357.080 57.782-45.927 123.413-86.2 193.674-118.052l5.886-2.388c3.637-1.574 7.871-2.49 12.32-2.49s8.683 0.916 12.526 2.569l-0.206-0.079c76.239 34.222 141.951 74.498 201.736 121.922l-1.936-1.482c133.4 105.72 204 229.080 204 357.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spade-fill"]},"attrs":[{}],"properties":{"order":30518,"id":214,"name":"spade-fill","prevSize":16,"code":60681},"setIdx":4,"setId":4,"iconIdx":1033},{"icon":{"paths":["M832 576c0.001 0.117 0.001 0.254 0.001 0.392 0 27.169-17.166 50.33-41.244 59.226l-0.437 0.141-206.6 76-76 206.44c-9.219 24.538-32.487 41.683-59.76 41.683s-50.541-17.145-59.615-41.244l-0.145-0.439-76.2-206.2-206.48-76c-24.538-9.219-41.683-32.487-41.683-59.76s17.145-50.541 41.244-59.615l0.439-0.145 206.6-76 76-206.44c9.219-24.538 32.487-41.683 59.76-41.683s50.541 17.145 59.615 41.244l0.145 0.439 76 206.6 206.44 76c24.612 8.961 41.878 32.139 41.92 59.355l0 0.005zM608 192h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM960 320h-32v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sparkle-fill"]},"attrs":[{}],"properties":{"order":30519,"id":213,"name":"sparkle-fill","prevSize":16,"code":60682},"setIdx":4,"setId":4,"iconIdx":1034},{"icon":{"paths":["M608 640c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM832 160v704c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-704c0-35.346 28.654-64 64-64v0h512c35.346 0 64 28.654 64 64v0zM464 272c0 26.51 21.49 48 48 48s48-21.49 48-48c0-26.51-21.49-48-48-48v0c-26.51 0-48 21.49-48 48v0zM672 640c0-88.366-71.634-160-160-160s-160 71.634-160 160c0 88.366 71.634 160 160 160v0c88.366 0 160-71.634 160-160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-hifi-fill"]},"attrs":[{}],"properties":{"order":30520,"id":212,"name":"speaker-hifi-fill","prevSize":16,"code":60683},"setIdx":4,"setId":4,"iconIdx":1035},{"icon":{"paths":["M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM288 640h-160v-256h160zM792 406.24c24.798 28.047 39.938 65.135 39.938 105.76s-15.14 77.713-40.086 105.931l0.148-0.171c-5.875 6.438-14.301 10.462-23.666 10.462-17.673 0-32-14.327-32-32 0-7.953 2.901-15.228 7.702-20.825l-0.036 0.043c14.87-16.826 23.949-39.073 23.949-63.44s-9.079-46.614-24.038-63.543l0.089 0.103c-4.765-5.554-7.666-12.829-7.666-20.782 0-17.673 14.327-32 32-32 9.366 0 17.792 4.024 23.644 10.437l0.023 0.025zM992 512c0 0.055 0 0.121 0 0.186 0 82.050-30.919 156.878-81.741 213.47l0.261-0.296c-5.864 6.331-14.221 10.281-23.501 10.281-17.673 0-32-14.327-32-32 0-8.036 2.962-15.38 7.854-21l-0.033 0.039c40.45-45.080 65.183-104.982 65.183-170.66s-24.733-125.58-65.394-170.899l0.211 0.239c-5.268-5.687-8.499-13.326-8.499-21.719 0-17.673 14.327-32 32-32 9.637 0 18.28 4.26 24.146 11l0.033 0.039c50.56 56.257 81.48 131.051 81.48 213.067 0 0.089-0 0.178-0 0.267l0-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-high-fill"]},"attrs":[{}],"properties":{"order":30521,"id":211,"name":"speaker-high-fill","prevSize":16,"code":60684},"setIdx":4,"setId":4,"iconIdx":1036},{"icon":{"paths":["M832 512c0 0.034 0 0.075 0 0.116 0 40.624-15.166 77.705-40.145 105.891l0.145-0.167c-5.875 6.438-14.301 10.462-23.666 10.462-17.673 0-32-14.327-32-32 0-7.953 2.901-15.228 7.702-20.825l-0.036 0.043c14.87-16.826 23.949-39.073 23.949-63.44s-9.079-46.614-24.038-63.543l0.089 0.103c-4.765-5.554-7.666-12.829-7.666-20.782 0-17.673 14.327-32 32-32 9.366 0 17.792 4.024 23.644 10.437l0.023 0.025c24.803 28.020 39.961 65.076 40 105.672l0 0.008zM640 128v768c-0.014 17.663-14.335 31.976-32 31.976-7.435 0-14.277-2.535-19.71-6.789l0.070 0.053-279.36-217.24h-181c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h181l279.36-217.24c5.363-4.201 12.205-6.736 19.64-6.736 17.665 0 31.986 14.313 32 31.975l0 0.001zM288 384h-160v256h160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-low-fill"]},"attrs":[{}],"properties":{"order":30522,"id":210,"name":"speaker-low-fill","prevSize":16,"code":60685},"setIdx":4,"setId":4,"iconIdx":1037},{"icon":{"paths":["M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-none-fill"]},"attrs":[{}],"properties":{"order":30523,"id":209,"name":"speaker-none-fill","prevSize":16,"code":60686},"setIdx":4,"setId":4,"iconIdx":1038},{"icon":{"paths":["M640 128v768c-0.014 17.663-14.335 31.976-32 31.976-7.435 0-14.277-2.535-19.71-6.789l0.070 0.053-279.36-217.24h-181c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h181l279.36-217.24c5.363-4.201 12.205-6.736 19.64-6.736 17.665 0 31.986 14.313 32 31.975l0 0.001zM768 384c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0zM896 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-high-fill"]},"attrs":[{}],"properties":{"order":30524,"id":208,"name":"speaker-simple-high-fill","prevSize":16,"code":60687},"setIdx":4,"setId":4,"iconIdx":1039},{"icon":{"paths":["M640 128v768c-0.014 17.663-14.335 31.976-32 31.976-7.435 0-14.277-2.535-19.71-6.789l0.070 0.053-279.36-217.24h-181c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h181l279.36-217.24c5.363-4.201 12.205-6.736 19.64-6.736 17.665 0 31.986 14.313 32 31.975l0 0.001zM768 384c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-low-fill"]},"attrs":[{}],"properties":{"order":30525,"id":207,"name":"speaker-simple-low-fill","prevSize":16,"code":60688},"setIdx":4,"setId":4,"iconIdx":1040},{"icon":{"paths":["M622.080 99.24c-4.1-2.047-8.931-3.246-14.042-3.246-7.452 0-14.308 2.547-19.747 6.818l0.069-0.052-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.34 4.214 12.167 6.76 19.588 6.76 0.018 0 0.036-0 0.055-0l-0.003 0c17.673 0 32-14.327 32-32v0-768c0-0.007 0-0.016 0-0.024 0-12.547-7.221-23.408-17.735-28.652l-0.185-0.084z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-none-fill"]},"attrs":[{}],"properties":{"order":30526,"id":206,"name":"speaker-simple-none-fill","prevSize":16,"code":60689},"setIdx":4,"setId":4,"iconIdx":1041},{"icon":{"paths":["M736 608v-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM896 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0zM215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 125.88 138.48h-166.2c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-195.64l168.32 185.16c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM584.32 448.84c5.875 6.447 14.307 10.477 23.68 10.477 17.672 0 31.998-14.325 32-31.996l0-0v-299.32c-0.014-17.663-14.335-31.976-32-31.976-7.435 0-14.277 2.535-19.71 6.789l0.070-0.053-159.4 124c-7.542 5.911-12.343 15.020-12.343 25.251 0 8.312 3.169 15.884 8.366 21.574l-0.022-0.025z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-slash-fill"]},"attrs":[{}],"properties":{"order":30527,"id":205,"name":"speaker-simple-slash-fill","prevSize":16,"code":60690},"setIdx":4,"setId":4,"iconIdx":1042},{"icon":{"paths":["M622.080 99.24c-4.1-2.047-8.931-3.246-14.042-3.246-7.452 0-14.308 2.547-19.747 6.818l0.069-0.052-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.34 4.214 12.167 6.76 19.588 6.76 0.018 0 0.036-0 0.055-0l-0.003 0c17.673 0 32-14.327 32-32v0-768c0-0.007 0-0.016 0-0.024 0-12.547-7.221-23.408-17.735-28.652l-0.185-0.084z","M909.24 512l73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-73.36 73.4-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l73.4 73.36-73.4 73.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l73.36-73.4 73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-x-fill"]},"attrs":[{},{}],"properties":{"order":30528,"id":204,"name":"speaker-simple-x-fill","prevSize":16,"code":60691},"setIdx":4,"setId":4,"iconIdx":1043},{"icon":{"paths":["M215.68 138.48c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 125.88 138.48h-166.2c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-195.64l168.32 185.16c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM128 384h160v256h-160zM744 575.48c14.87-16.826 23.949-39.073 23.949-63.44s-9.079-46.614-24.038-63.543l0.089 0.103c-5.384-5.713-8.693-13.434-8.693-21.927 0-17.673 14.327-32 32-32 9.917 0 18.781 4.511 24.651 11.594l0.043 0.053c24.798 28.047 39.938 65.135 39.938 105.76s-15.14 77.713-40.086 105.931l0.148-0.171c-5.894 6.655-14.459 10.829-24 10.829-17.678 0-32.009-14.331-32.009-32.009 0-8.138 3.037-15.566 8.038-21.214l-0.029 0.034zM424.92 273.52c-5.174-5.665-8.343-13.237-8.343-21.549 0-10.231 4.801-19.34 12.274-25.198l0.070-0.053 159.4-124c5.37-4.22 12.227-6.767 19.68-6.767 17.673 0 32 14.327 32 32 0 0.017-0 0.033-0 0.050l0-0.003v299.32c-0.002 17.672-14.328 31.997-32 31.997-9.373 0-17.805-4.030-23.657-10.451l-0.023-0.025zM992 512c0 0.055 0 0.121 0 0.186 0 82.050-30.919 156.878-81.741 213.47l0.261-0.296c-5.864 6.331-14.221 10.281-23.501 10.281-17.673 0-32-14.327-32-32 0-8.036 2.962-15.38 7.854-21l-0.033 0.039c40.45-45.080 65.183-104.982 65.183-170.66s-24.733-125.58-65.394-170.899l0.211 0.239c-5.268-5.687-8.499-13.326-8.499-21.719 0-17.673 14.327-32 32-32 9.637 0 18.28 4.26 24.146 11l0.033 0.039c50.56 56.257 81.48 131.051 81.48 213.067 0 0.089-0 0.178-0 0.267l0-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-slash-fill"]},"attrs":[{}],"properties":{"order":30529,"id":203,"name":"speaker-slash-fill","prevSize":16,"code":60692},"setIdx":4,"setId":4,"iconIdx":1044},{"icon":{"paths":["M622.040 99.24c-4.093-2.040-8.916-3.234-14.017-3.234-7.445 0-14.296 2.542-19.732 6.806l0.070-0.053-279.36 217.24h-181c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h181l279.36 217.24c5.363 4.201 12.205 6.736 19.64 6.736 17.665 0 31.986-14.313 32-31.975l0-0.001v-768c0-0.001 0-0.003 0-0.005 0-12.563-7.239-23.435-17.774-28.672l-0.186-0.084zM128 384h160v256h-160z","M909.24 512l73.4-73.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-73.36 73.4-73.36-73.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l73.4 73.36-73.4 73.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l73.36-73.4 73.36 73.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-x-fill"]},"attrs":[{},{}],"properties":{"order":30530,"id":202,"name":"speaker-x-fill","prevSize":16,"code":60693},"setIdx":4,"setId":4,"iconIdx":1045},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM647.76 331l68-68c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-68 68c-5.727 5.449-13.492 8.801-22.041 8.801-17.673 0-32-14.327-32-32 0-8.548 3.352-16.314 8.813-22.054l-0.013 0.013zM192 544c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM376.24 693l-68 68c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l68-68c5.727-5.449 13.492-8.801 22.041-8.801 17.673 0 32 14.327 32 32 0 8.548-3.352 16.314-8.813 22.054l0.013-0.013zM376.24 376.24c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-68-68c-5.762-5.787-9.324-13.767-9.324-22.58 0-17.675 14.329-32.004 32.004-32.004 8.862 0 16.884 3.602 22.679 9.423l0.001 0.001 68 68c5.727 5.78 9.265 13.737 9.265 22.52 0 8.843-3.587 16.848-9.385 22.64l-0 0zM544 832c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM544 288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM760.92 760.92c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-68-68c-5.449-5.727-8.801-13.492-8.801-22.041 0-17.673 14.327-32 32-32 8.548 0 16.314 3.352 22.054 8.813l-0.013-0.013 68 68c5.798 5.792 9.385 13.797 9.385 22.64 0 8.823-3.571 16.812-9.346 22.601l0.001-0.001zM832 544h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spinner-fill"]},"attrs":[{}],"properties":{"order":30531,"id":201,"name":"spinner-fill","prevSize":16,"code":60694},"setIdx":4,"setId":4,"iconIdx":1046},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM192 544c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM376.24 693l-68 68c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l68-68c5.727-5.449 13.492-8.801 22.041-8.801 17.673 0 32 14.327 32 32 0 8.548-3.352 16.314-8.813 22.054l0.013-0.013zM376.24 376.24c-5.79 5.786-13.787 9.365-22.62 9.365s-16.83-3.579-22.62-9.365l-68-68c-5.762-5.787-9.324-13.767-9.324-22.58 0-17.675 14.329-32.004 32.004-32.004 8.862 0 16.884 3.602 22.679 9.423l0.001 0.001 68 68c5.727 5.78 9.265 13.737 9.265 22.52 0 8.843-3.587 16.848-9.385 22.64l-0 0zM544 832c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM544 288c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM760.92 760.92c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-68-68c-5.449-5.727-8.801-13.492-8.801-22.041 0-17.673 14.327-32 32-32 8.548 0 16.314 3.352 22.054 8.813l-0.013-0.013 68 68c5.798 5.792 9.385 13.797 9.385 22.64 0 8.823-3.571 16.812-9.346 22.601l0.001-0.001zM832 544h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spinner-gap-fill"]},"attrs":[{}],"properties":{"order":30532,"id":200,"name":"spinner-gap-fill","prevSize":16,"code":60695},"setIdx":4,"setId":4,"iconIdx":1047},{"icon":{"paths":["M928 528c0 0.086 0 0.188 0 0.29 0 108.386-41.598 207.056-109.701 280.916l0.261-0.286c-13.040 14.2-35.68-2.36-25.72-18.84 34.641-56.345 55.16-124.594 55.16-197.636 0-0.156-0-0.312-0-0.469l0 0.025c-0.228-176.64-143.36-319.772-319.978-320l-0.022-0c-141.321 0.159-255.841 114.679-256 255.985l-0 0.015c0.114 105.993 86.007 191.886 191.989 192l0.011 0c70.692 0 128-57.308 128-128v0c0.029-0.49 0.046-1.063 0.046-1.64s-0.017-1.15-0.049-1.719l0.004 0.079c-1.719-33.028-28.233-59.334-61.191-60.716l-0.129-0.004c-0.575-0.036-1.246-0.056-1.922-0.056-17.032 0-31.043 12.934-32.746 29.516l-0.012 0.14c-0.057 0.718-0.090 1.555-0.090 2.4 0 17.673 14.327 32 32 32 0.032 0 0.063-0 0.095-0l-0.005 0c0 35.346-28.654 64-64 64v0c-70.692 0-128-57.308-128-128v0c0.114-105.993 86.007-191.886 191.989-192l0.011-0c141.321 0.159 255.841 114.679 256 255.985l0 0.015c-0.228 176.64-143.36 319.772-319.978 320l-0.022 0c-296.64 0-371.080-274.2-368-395.24 6-221.84 187.76-401.4 409.64-404.76 1.749-0.026 3.813-0.042 5.88-0.042 229.861 0 416.23 186.215 416.48 416.018l0 0.024z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spiral-fill"]},"attrs":[{}],"properties":{"order":30533,"id":199,"name":"spiral-fill","prevSize":16,"code":60696},"setIdx":4,"setId":4,"iconIdx":1048},{"icon":{"paths":["M448 192v640c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-288h-128v96c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 128-128c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v96h128v-288c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM950.64 489.36l-128-128c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v96h-128v-288c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 640c0 17.673 14.327 32 32 32s32-14.327 32-32v0-288h128v96c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 128-128c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["split-horizontal-fill"]},"attrs":[{}],"properties":{"order":30534,"id":198,"name":"split-horizontal-fill","prevSize":16,"code":60697},"setIdx":4,"setId":4,"iconIdx":1049},{"icon":{"paths":["M864 608c0 17.673-14.327 32-32 32v0h-288v128h96c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0-128 128c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-128-128c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l95.999-0v-128h-288c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM192 448h640c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-288v-128h96c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-128-128c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-128 128c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l95.999 0v128h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["split-vertical-fill"]},"attrs":[{}],"properties":{"order":30535,"id":197,"name":"split-vertical-fill","prevSize":16,"code":60698},"setIdx":4,"setId":4,"iconIdx":1050},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM636.28 678.96c-5.484 10.208-16.087 17.031-28.283 17.031-5.472 0-10.623-1.373-15.128-3.795l0.171 0.084c-23.44-12.845-51.358-20.401-81.040-20.401s-57.6 7.556-81.934 20.848l0.894-0.447c-4.185 2.15-9.132 3.41-14.374 3.41-17.673 0-32-14.327-32-32 0-11.965 6.567-22.397 16.294-27.887l0.16-0.083c32.149-17.345 70.364-27.538 110.96-27.538s78.811 10.193 112.225 28.159l-1.265-0.622c10.208 5.484 17.031 16.087 17.031 28.283 0 5.472-1.373 10.623-3.795 15.128l0.084-0.171zM700.28 566.96c-5.496 10.165-16.076 16.954-28.242 16.954-5.504 0-10.684-1.39-15.207-3.837l0.169 0.084c-41.968-22.802-91.899-36.208-144.96-36.208s-102.992 13.406-146.589 37.015l1.629-0.807c-4.232 2.207-9.243 3.502-14.556 3.502-17.673 0-32-14.327-32-32 0-11.974 6.577-22.413 16.316-27.899l0.16-0.083c50.672-27.554 110.964-43.755 175.040-43.755s124.368 16.2 177.003 44.728l-1.963-0.973c10.166 5.496 16.956 16.077 16.956 28.243 0 5.536-1.406 10.743-3.879 15.285l0.084-0.168zM764.28 454.96c-5.499 10.157-16.074 16.939-28.234 16.939-5.523 0-10.72-1.399-15.254-3.863l0.168 0.084c-60.452-33.013-132.419-52.427-208.92-52.427s-148.468 19.414-211.243 53.585l2.323-1.157c-4.365 2.377-9.559 3.774-15.080 3.774-17.681 0-32.014-14.333-32.014-32.014 0-12.16 6.78-22.737 16.765-28.156l0.169-0.084c69.185-37.752 151.54-59.953 239.080-59.953s169.896 22.2 241.743 61.278l-2.663-1.325c10.158 5.498 16.941 16.075 16.941 28.235 0 5.555-1.415 10.779-3.905 15.332l0.084-0.167z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spotify-logo-fill"]},"attrs":[{}],"properties":{"order":30536,"id":196,"name":"spotify-logo-fill","prevSize":16,"code":60699},"setIdx":4,"setId":4,"iconIdx":1051},{"icon":{"paths":["M192 128h640c35.346 0 64 28.654 64 64v640c0 35.346-28.654 64-64 64h-640c-35.346 0-64-28.654-64-64v-640c0-35.346 28.654-64 64-64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-fill"]},"attrs":[{}],"properties":{"order":30537,"id":195,"name":"square-fill","prevSize":16,"code":60700},"setIdx":4,"setId":4,"iconIdx":1052},{"icon":{"paths":["M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 224v288h-576v-288z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-half-bottom-fill"]},"attrs":[{}],"properties":{"order":30538,"id":194,"name":"square-half-bottom-fill","prevSize":16,"code":60701},"setIdx":4,"setId":4,"iconIdx":1053},{"icon":{"paths":["M800 160h-576c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM224 224h288v576h-288z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-half-fill"]},"attrs":[{}],"properties":{"order":30539,"id":193,"name":"square-half-fill","prevSize":16,"code":60702},"setIdx":4,"setId":4,"iconIdx":1054},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-640h640v640zM672 384v256c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-logo-fill"]},"attrs":[{}],"properties":{"order":30540,"id":192,"name":"square-logo-fill","prevSize":16,"code":60703},"setIdx":4,"setId":4,"iconIdx":1055},{"icon":{"paths":["M480 224v192c0 35.346-28.654 64-64 64v0h-192c-35.346 0-64-28.654-64-64v0-192c0-35.346 28.654-64 64-64v0h192c35.346 0 64 28.654 64 64v0zM800 160h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM416 544h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0zM800 544h-192c-35.346 0-64 28.654-64 64v0 192c0 35.346 28.654 64 64 64v0h192c35.346 0 64-28.654 64-64v0-192c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["squares-four-fill"]},"attrs":[{}],"properties":{"order":30541,"id":191,"name":"squares-four-fill","prevSize":16,"code":60704},"setIdx":4,"setId":4,"iconIdx":1056},{"icon":{"paths":["M480 176v672c0 8.837-7.163 16-16 16v0h-240c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h240c8.837 0 16 7.163 16 16v0zM800 160h-240c-8.837 0-16 7.163-16 16v0 672c0 8.837 7.163 16 16 16v0h240c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-split-horizontal-fill"]},"attrs":[{}],"properties":{"order":30542,"id":190,"name":"square-split-horizontal-fill","prevSize":16,"code":60705},"setIdx":4,"setId":4,"iconIdx":1057},{"icon":{"paths":["M864 224v240c0 8.837-7.163 16-16 16v0h-672c-8.837 0-16-7.163-16-16v0-240c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0zM848 544h-672c-8.837 0-16 7.163-16 16v0 240c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-240c0-8.837-7.163-16-16-16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-split-vertical-fill"]},"attrs":[{}],"properties":{"order":30543,"id":189,"name":"square-split-vertical-fill","prevSize":16,"code":60706},"setIdx":4,"setId":4,"iconIdx":1058},{"icon":{"paths":["M880 676.36l-368 214.6-368-214.6c-4.157-2.115-9.065-3.354-14.263-3.354-17.673 0-32 14.327-32 32 0 11.063 5.614 20.815 14.148 26.562l0.114 0.072 384 224c4.618 2.738 10.18 4.357 16.12 4.357s11.502-1.618 16.269-4.438l-0.149 0.081 384-224c9.768-5.603 16.242-15.971 16.242-27.851 0-17.673-14.327-32-32-32-6.088 0-11.779 1.7-16.624 4.651l0.141-0.080z","M880 484.36l-368 214.6-368-214.6c-4.157-2.115-9.065-3.354-14.263-3.354-17.673 0-32 14.327-32 32 0 11.063 5.614 20.815 14.148 26.562l0.114 0.072 384 224c4.618 2.738 10.18 4.357 16.12 4.357s11.502-1.618 16.269-4.438l-0.149 0.081 384-224c9.768-5.603 16.242-15.971 16.242-27.851 0-17.673-14.327-32-32-32-6.088 0-11.779 1.7-16.624 4.651l0.141-0.080z","M112 347.64l384 224c4.618 2.738 10.18 4.357 16.12 4.357s11.502-1.618 16.269-4.438l-0.149 0.081 384-224c9.562-5.652 15.875-15.909 15.875-27.64s-6.313-21.988-15.726-27.559l-0.148-0.081-384-224c-4.618-2.738-10.18-4.357-16.12-4.357s-11.502 1.618-16.269 4.438l0.149-0.081-384 224c-9.562 5.652-15.875 15.909-15.875 27.64s6.313 21.988 15.726 27.559l0.148 0.081z"],"attrs":[{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stack-fill"]},"attrs":[{},{},{}],"properties":{"order":30544,"id":188,"name":"stack-fill","prevSize":16,"code":60707},"setIdx":4,"setId":4,"iconIdx":1059},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM539.44 187.44c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 181 181.040c5.449 5.727 8.801 13.492 8.801 22.041 0 17.673-14.327 32-32 32-8.548 0-16.314-3.352-22.054-8.813l0.013 0.013-181.040-181c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0zM400.72 395.080c4.937-11.694 16.309-19.752 29.563-19.752 4.415 0 8.621 0.894 12.447 2.511l-0.21-0.079 236.52 97.96c11.742 4.916 19.841 16.312 19.841 29.6 0 17.673-14.327 32-32 32-0.029 0-0.057-0-0.086-0l0.004 0c-4.421-0.003-8.627-0.915-12.445-2.559l0.205 0.079-236.52-97.96c-11.694-4.937-19.752-16.309-19.752-29.563 0-4.415 0.894-8.621 2.511-12.447l-0.079 0.21zM384 608h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM800 768c0 17.673-14.327 32-32 32v0h-512c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160h448v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stack-overflow-logo-fill"]},"attrs":[{}],"properties":{"order":30545,"id":187,"name":"stack-overflow-logo-fill","prevSize":16,"code":60708},"setIdx":4,"setId":4,"iconIdx":1060},{"icon":{"paths":["M48 444l448 256c4.561 2.653 10.038 4.218 15.88 4.218s11.319-1.566 16.033-4.3l-0.153 0.082 448-256c9.718-5.615 16.152-15.956 16.152-27.8s-6.434-22.185-15.998-27.718l-0.154-0.082-448-256c-4.561-2.653-10.038-4.218-15.88-4.218s-11.319 1.566-16.033 4.3l0.153-0.082-448 256c-9.718 5.615-16.152 15.956-16.152 27.8s6.434 22.185 15.998 27.718l0.154 0.082z","M944 548.2l-432 246.96-432-246.96c-4.594-2.68-10.112-4.262-16-4.262-17.763 0-32.162 14.4-32.162 32.162 0 11.875 6.435 22.246 16.009 27.818l0.153 0.082 448 256c4.561 2.653 10.038 4.218 15.88 4.218s11.319-1.566 16.033-4.3l-0.153 0.082 448-256c9.709-5.622 16.136-15.96 16.136-27.8 0-17.682-14.334-32.016-32.016-32.016-5.842 0-11.319 1.565-16.034 4.298l0.154-0.082z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stack-simple-fill"]},"attrs":[{},{}],"properties":{"order":30546,"id":186,"name":"stack-simple-fill","prevSize":16,"code":60709},"setIdx":4,"setId":4,"iconIdx":1061},{"icon":{"paths":["M800 96h-576c-35.346 0-64 28.654-64 64v0 704c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-704c0-35.346-28.654-64-64-64v0zM640 416h160v96h-160zM448 576h352v96h-352zM800 864h-576v-128h576v128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stairs-fill"]},"attrs":[{}],"properties":{"order":30547,"id":185,"name":"stairs-fill","prevSize":16,"code":60710},"setIdx":4,"setId":4,"iconIdx":1062},{"icon":{"paths":["M896 896c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM832 512h-225.72l62.84-293.16c1.809-8.067 2.846-17.333 2.846-26.84 0-70.68-57.288-127.981-127.964-128l-64.002-0c-70.678 0.020-127.966 57.32-127.966 128 0 9.507 1.037 18.773 3.003 27.689l-0.157-0.849 62.84 293.16h-225.72c-35.346 0-64 28.654-64 64v0 160c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-160c0-35.346-28.654-64-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stamp-fill"]},"attrs":[{}],"properties":{"order":30548,"id":184,"name":"stamp-fill","prevSize":16,"code":60711},"setIdx":4,"setId":4,"iconIdx":1063},{"icon":{"paths":["M640 825.6c0 0.007 0 0.016 0 0.024 0 12.358-7.006 23.081-17.262 28.412l-0.178 0.084c-50.382 26.395-110.061 41.882-173.357 41.882-0.423 0-0.846-0.001-1.268-0.002l0.065 0c-212.077 0-384-171.923-384-384s171.923-384 384-384v0c0.357-0.001 0.78-0.002 1.203-0.002 63.296 0 122.975 15.487 175.455 42.878l-2.097-0.997c10.439 5.414 17.448 16.138 17.448 28.5s-7.009 23.086-17.271 28.416l-0.178 0.084c-104.519 54.096-174.719 161.41-174.719 285.12s70.2 231.024 172.938 284.28l1.781 0.84c10.43 5.413 17.434 16.128 17.44 28.479l0 0.001zM1004.68 482.6l-106-45.72-9.24-119.36c-1.344-16.558-15.113-29.485-31.901-29.485-9.898 0-18.747 4.494-24.617 11.553l-0.042 0.052-74.36 90.040-110.84-27.4c-2.296-0.589-4.933-0.927-7.648-0.927-17.673 0-32 14.327-32 32 0 5.975 1.638 11.568 4.489 16.354l-0.081-0.147 60.28 102.44-60.28 102.44c-2.77 4.639-4.408 10.232-4.408 16.207 0 17.673 14.327 32 32 32 2.715 0 5.352-0.338 7.869-0.975l-0.221 0.047 110.84-27.4 74.36 90.040c5.912 7.111 14.761 11.605 24.659 11.605 16.788 0 30.557-12.928 31.894-29.372l0.007-0.114 9.24-119.36 106-45.72c11.486-5.028 19.365-16.294 19.365-29.4s-7.879-24.372-19.16-29.32l-0.206-0.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-and-crescent-fill"]},"attrs":[{}],"properties":{"order":30549,"id":183,"name":"star-and-crescent-fill","prevSize":16,"code":60712},"setIdx":4,"setId":4,"iconIdx":1064},{"icon":{"paths":["M938 457.52l-180.4 157.44 54.040 234.4c1.064 4.369 1.675 9.386 1.675 14.545 0 35.346-28.654 64-64 64-12.204 0-23.611-3.416-33.316-9.344l0.281 0.16-204.44-124-204 124c-9.424 5.769-20.83 9.185-33.035 9.185-35.346 0-64-28.654-64-64 0-5.159 0.61-10.175 1.763-14.981l-0.088 0.436 53.96-234.16-180.44-157.68c-13.63-11.803-22.201-29.133-22.201-48.465 0-33.46 25.677-60.922 58.401-63.758l0.24-0.017 237.84-20.6 92.84-221.44c9.879-23.235 32.511-39.232 58.88-39.232s49.001 15.997 58.722 38.815l0.158 0.417 93.12 221.44 237.76 20.6c32.964 2.853 58.641 30.315 58.641 63.775 0 19.332-8.571 36.662-22.121 48.397l-0.080 0.068z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-fill"]},"attrs":[{}],"properties":{"order":30550,"id":182,"name":"star-fill","prevSize":16,"code":60713},"setIdx":4,"setId":4,"iconIdx":1065},{"icon":{"paths":["M960 512c0.001 0.145 0.002 0.317 0.002 0.489 0 27.297-17.316 50.549-41.563 59.371l-0.439 0.14-253.76 92.28-92.24 253.72c-9.309 24.575-32.651 41.729-60 41.729s-50.69-17.154-59.853-41.289l-0.147-0.44-92.28-254-253.72-92c-24.575-9.309-41.729-32.651-41.729-60s17.154-50.69 41.289-59.853l0.44-0.147 254-92.28 92-253.72c9.309-24.575 32.651-41.729 60-41.729s50.69 17.154 59.853 41.289l0.147 0.44 92.28 254 253.72 92c24.686 8.962 42.002 32.214 42.002 59.511 0 0.172-0.001 0.344-0.002 0.516l0-0.026z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-four-fill"]},"attrs":[{}],"properties":{"order":30551,"id":181,"name":"star-four-fill","prevSize":16,"code":60714},"setIdx":4,"setId":4,"iconIdx":1066},{"icon":{"paths":["M956.8 389.16c-7.996-24.113-29.299-41.639-54.991-43.982l-0.249-0.018-237.56-20.48-93.12-221.44c-9.879-23.235-32.511-39.232-58.88-39.232s-49.001 15.997-58.722 38.815l-0.158 0.417-92.84 221.44-237.84 20.56c-32.983 2.832-58.683 30.304-58.683 63.779 0 19.351 8.589 36.697 22.162 48.433l0.081 0.069 180.44 157.68-54.080 234.16c-1.064 4.369-1.675 9.386-1.675 14.545 0 35.346 28.654 64 64 64 12.204 0 23.611-3.416 33.316-9.344l-0.281 0.16 204-124 204.44 124c9.424 5.769 20.83 9.185 33.035 9.185 35.346 0 64-28.654 64-64 0-5.159-0.61-10.175-1.763-14.981l0.088 0.436-54.040-234.4 180.4-157.44c13.579-11.8 22.115-29.099 22.115-48.391 0-7.14-1.169-14.008-3.327-20.421l0.132 0.451zM895.92 409.16l-180.4 157.44c-13.509 11.797-21.996 29.051-21.996 48.288 0 5.162 0.611 10.181 1.765 14.989l-0.088-0.436 54.2 234.56-204.28-124c-9.423-5.827-20.848-9.28-33.080-9.28l-0-0v-602.36l92.8 221.12c9.203 21.54 29.285 36.812 53.151 38.982l0.249 0.018 237.76 20.56s0 0.24 0 0.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-half-fill"]},"attrs":[{}],"properties":{"order":30552,"id":180,"name":"star-half-fill","prevSize":16,"code":60715},"setIdx":4,"setId":4,"iconIdx":1067},{"icon":{"paths":["M804.84 512l119.16-208c2.696-4.59 4.288-10.11 4.288-16.001 0-17.673-14.327-32-32-32-0.101 0-0.202 0-0.303 0.001l0.015-0h-237.4l-118.6-208c-5.615-9.718-15.956-16.152-27.8-16.152s-22.185 6.434-27.718 15.998l-0.082 0.154-119.080 208h-237.32c-0.026-0-0.057-0-0.087-0-17.673 0-32 14.327-32 32 0 5.891 1.592 11.41 4.369 16.151l-0.082-0.151 118.88 208-118.88 208c-2.696 4.59-4.288 10.11-4.288 16.001 0 17.673 14.327 32 32 32 0.101 0 0.202-0 0.303-0.001l-0.015 0h237.12l118.88 208c5.615 9.718 15.956 16.152 27.8 16.152s22.185-6.434 27.718-15.998l0.082-0.154 118.8-208h237.4c0.086 0.001 0.187 0.001 0.288 0.001 17.673 0 32-14.327 32-32 0-5.892-1.592-11.411-4.37-16.152l0.082 0.151zM731.16 512l-109.68 192h-219l-109.68-192 109.68-192h219z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-of-david-fill"]},"attrs":[{}],"properties":{"order":30553,"id":179,"name":"star-of-david-fill","prevSize":16,"code":60716},"setIdx":4,"setId":4,"iconIdx":1068},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM198.52 672h163.28l68 182.32c-101.592-25.206-184.189-91.78-230.353-180.365l-0.927-1.955zM512 624c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM593.84 854.36l68.36-182.36h163.28c-47.153 90.633-129.895 157.245-229.211 181.851l-2.429 0.509zM512 384c-134.591 0.169-257.733 49.052-352.771 129.96l0.771-0.64v-1.32c0-194.404 157.596-352 352-352s352 157.596 352 352v0 1.32c-94.268-80.269-217.41-129.152-351.964-129.32l-0.036-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["steering-wheel-fill"]},"attrs":[{}],"properties":{"order":30554,"id":178,"name":"steering-wheel-fill","prevSize":16,"code":60717},"setIdx":4,"setId":4,"iconIdx":1069},{"icon":{"paths":["M960 224v576c0 17.673-14.327 32-32 32v0h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192v-160c0-17.673 14.327-32 32-32v0h192v-160c0-17.673 14.327-32 32-32v0h192v-160c0-17.673 14.327-32 32-32v0h224c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["steps-fill"]},"attrs":[{}],"properties":{"order":30555,"id":177,"name":"steps-fill","prevSize":16,"code":60718},"setIdx":4,"setId":4,"iconIdx":1070},{"icon":{"paths":["M928 608c0-0.002 0-0.005 0-0.007 0-70.692-57.308-128-128-128s-128 57.308-128 128c0 59.422 40.492 109.387 95.388 123.808l0.892 0.199c-0.168 1.193-0.269 2.579-0.28 3.988l-0 0.012c0 70.692-57.308 128-128 128v0h-96c-70.692 0-128-57.308-128-128v0-162.080c125.88-16 224-125.88 224-257.24v-156.68c0-35.346-28.654-64-64-64v0h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v156.68c0 106.32-85 193.96-189.44 195.32-0.761 0.011-1.66 0.017-2.56 0.017-106.039 0-192-85.961-192-192 0-0.006 0-0.012 0-0.018l-0 0.001v-160h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64c-35.346 0-64 28.654-64 64v0 160c0.017 130.091 97.066 237.51 222.714 253.824l1.286 0.136v162.040c0.114 105.993 86.007 191.886 191.989 192l96.011 0c105.993-0.114 191.886-86.007 192-191.989l0-0.011c-0.011-1.421-0.112-2.807-0.299-4.167l0.019 0.167c55.786-14.619 96.276-64.581 96.28-124l0-0zM800 640c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stethoscope-fill"]},"attrs":[{}],"properties":{"order":30556,"id":176,"name":"stethoscope-fill","prevSize":16,"code":60719},"setIdx":4,"setId":4,"iconIdx":1071},{"icon":{"paths":["M672 128h-320c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013v320c0.137 123.657 100.343 223.863 223.987 224l192.013 0c3.621-0.004 7.1-0.604 10.347-1.707l-0.227 0.067c104.92-35 305.24-235.32 340.24-340.24 1.036-3.020 1.636-6.499 1.64-10.118l0-0.002v-192c-0.137-123.657-100.343-223.863-223.987-224l-0.013-0zM544 829.68v-125.68c0-88.366 71.634-160 160-160v0h125.68c-37.040 86.2-199.48 248.64-285.68 285.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sticker-fill"]},"attrs":[{}],"properties":{"order":30557,"id":175,"name":"sticker-fill","prevSize":16,"code":60720},"setIdx":4,"setId":4,"iconIdx":1072},{"icon":{"paths":["M800 256v-96c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 96c0 35.346 28.654 64 64 64v0h26.56l-90.16 571c-0.25 1.501-0.392 3.231-0.392 4.994 0 15.905 11.604 29.1 26.807 31.581l0.185 0.025c1.499 0.255 3.226 0.4 4.986 0.4 0.005 0 0.010-0 0.014-0l-0.001 0c15.888-0.024 29.060-11.624 31.535-26.815l0.025-0.185 31.16-197h386.56l31.12 197c2.502 15.39 15.695 26.996 31.6 27l0 0c0.016 0 0.035 0 0.053 0 1.761 0 3.488-0.145 5.169-0.425l-0.182 0.025c15.388-2.506 26.992-15.701 26.992-31.606 0-1.763-0.143-3.493-0.417-5.179l0.025 0.184-90.2-571h26.56c35.346 0 64-28.654 64-64v0zM695.16 640h-366.32l50.52-320h265.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stool-fill"]},"attrs":[{}],"properties":{"order":30558,"id":174,"name":"stool-fill","prevSize":16,"code":60721},"setIdx":4,"setId":4,"iconIdx":1073},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM640 608c0 17.673-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stop-circle-fill"]},"attrs":[{}],"properties":{"order":30559,"id":173,"name":"stop-circle-fill","prevSize":16,"code":60722},"setIdx":4,"setId":4,"iconIdx":1074},{"icon":{"paths":["M864 221.080v581.84c-0.045 33.715-27.365 61.035-61.076 61.080l-0.004 0h-581.84c-33.715-0.045-61.035-27.365-61.080-61.076l-0-0.004v-581.84c0.045-33.715 27.365-61.035 61.076-61.080l0.004-0h581.84c33.715 0.045 61.035 27.365 61.080 61.076l0 0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stop-fill"]},"attrs":[{}],"properties":{"order":30560,"id":172,"name":"stop-fill","prevSize":16,"code":60723},"setIdx":4,"setId":4,"iconIdx":1075},{"icon":{"paths":["M928 384c0-0.053 0.001-0.116 0.001-0.178 0-3.070-0.438-6.038-1.256-8.845l0.056 0.223-57.4-200.8c-7.975-26.913-32.409-46.24-61.381-46.4l-0.019-0h-592c-28.991 0.16-53.425 19.487-61.284 45.945l-0.116 0.455-57.36 200.8c-0.787 2.624-1.24 5.639-1.24 8.76 0 0.014 0 0.028 0 0.042l-0-0.002v64c0 52.165 24.964 98.5 63.598 127.708l0.402 0.292v256c0 35.346 28.654 64 64 64v0h576c35.346 0 64-28.654 64-64v0-256c39.036-29.5 64-75.835 64-128v0-64zM352 448c-0.019 53.005-42.992 95.966-96 95.966-16.261 0-31.577-4.043-44.999-11.178l0.519 0.252c-2.101-1.649-4.5-3.072-7.073-4.162l-0.207-0.078c-26.76-17.324-44.221-47.021-44.24-80.797l-0-0.003v-32h192zM608 448c0 53.019-42.981 96-96 96s-96-42.981-96-96v0-32h192zM864 448c-0.028 33.786-17.505 63.484-43.905 80.572l-0.375 0.228c-2.749 1.172-5.12 2.58-7.273 4.255l0.073-0.055c-12.913 6.897-28.243 10.947-44.52 10.947-53.001 0-95.97-42.951-96-95.944l-0-0.003v-32h192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["storefront-fill"]},"attrs":[{}],"properties":{"order":30561,"id":171,"name":"storefront-fill","prevSize":16,"code":60724},"setIdx":4,"setId":4,"iconIdx":1076},{"icon":{"paths":["M416 752c0 79.529-64.471 144-144 144s-144-64.471-144-144c0-79.529 64.471-144 144-144v0c79.529 0 144 64.471 144 144v0zM137.36 470.64c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l57.36-57.4 57.36 57.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-57.4-57.36 57.4-57.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-57.36 57.4-57.36-57.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l57.4 57.36-57.4 57.36c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0zM829.36 752l57.4-57.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-57.48 57.4-57.36-57.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l57.4 57.36-57.4 57.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l57.36-57.4 57.36 57.4c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM630.64 201.36l-9.4-9.36h82.76c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160c-17.673 0-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32s32-14.327 32-32v0-82.76l9.36 9.4c71.72 71.72 71.6 141.6 58.84 187.6-18.56 67.080-77.44 127.080-140 142.72-14.023 3.601-24.221 16.13-24.221 31.040 0 17.673 14.327 32 32 32 0.007 0 0.015-0 0.022-0l-0.001 0c0.046 0 0.101 0 0.155 0 2.786 0 5.49-0.35 8.070-1.009l-0.225 0.049c84.84-21.2 161.4-98.4 186.12-187.72 24.2-88.2-2.52-176.96-75.48-249.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["strategy-fill"]},"attrs":[{}],"properties":{"order":30562,"id":170,"name":"strategy-fill","prevSize":16,"code":60725},"setIdx":4,"setId":4,"iconIdx":1077},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM512 736c-88.24 0-160-57.4-160-128 0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 34.68 44 64 96 64s96-29.32 96-64c0-37.92-34.44-52-107.52-73.040-63-18.16-141.36-40.76-141.36-118.96 0-72.96 65.72-128 152.88-128 62.88 0 116.72 29.2 140.48 76 2.456 4.422 3.901 9.698 3.901 15.312 0 17.673-14.327 32-32 32-12.747 0-23.753-7.453-28.898-18.239l-0.083-0.193c-12.84-25.12-44.8-40.88-83.4-40.88-50.68 0-88.88 27.52-88.88 64 0 28 36 40.4 95.080 57.44 64.92 18.56 153.8 44.36 153.8 134.56 0 70.6-71.76 128-160 128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stripe-logo-fill"]},"attrs":[{}],"properties":{"order":30563,"id":169,"name":"stripe-logo-fill","prevSize":16,"code":60726},"setIdx":4,"setId":4,"iconIdx":1078},{"icon":{"paths":["M906.12 225.64l-384-128c-3.020-1.041-6.5-1.642-10.12-1.642s-7.1 0.601-10.345 1.709l0.225-0.067-384 128c-12.822 4.368-21.88 16.305-21.88 30.358 0 0.001 0 0.002 0 0.003l-0-0v320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-275.6l134.36 44.76c-24.055 38.293-38.325 84.848-38.325 134.736 0 91.357 47.854 171.537 119.863 216.841l1.062 0.624c-72 28.24-134.24 79.32-179.76 149.16-3.413 5.012-5.45 11.2-5.45 17.863 0 17.673 14.327 32 32 32 11.332 0 21.287-5.89 26.973-14.775l0.077-0.128c60.28-92.48 155.48-145.48 261.2-145.48s200.92 53 261.2 145.48c5.829 8.577 15.54 14.137 26.55 14.137 17.673 0 32-14.327 32-32 0-6.342-1.845-12.252-5.027-17.225l0.077 0.128c-45.52-69.84-108-120.92-179.76-149.16 73.021-45.937 120.836-126.089 120.836-217.409 0-49.828-14.236-96.331-38.862-135.664l0.626 1.073 176.48-58.8c12.825-4.366 21.887-16.305 21.887-30.36s-9.062-25.994-21.662-30.293l-0.225-0.067zM704 480c0 0.016 0 0.035 0 0.054 0 106.039-85.961 192-192 192s-192-85.961-192-192c0-42.851 14.038-82.423 37.765-114.369l-0.365 0.515 144.48 48c3.020 1.041 6.5 1.642 10.12 1.642s7.1-0.601 10.345-1.709l-0.225 0.067 144.48-48c23.361 31.382 37.4 70.906 37.4 113.71 0 0.032-0 0.063-0 0.095l0-0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["student-fill"]},"attrs":[{}],"properties":{"order":30564,"id":168,"name":"student-fill","prevSize":16,"code":60727},"setIdx":4,"setId":4,"iconIdx":1079},{"icon":{"paths":["M896 192h-768c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM224 512h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0zM608 704h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM800 704h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM800 576h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["subtitles-fill"]},"attrs":[{}],"properties":{"order":30565,"id":167,"name":"subtitles-fill","prevSize":16,"code":60728},"setIdx":4,"setId":4,"iconIdx":1080},{"icon":{"paths":["M698.52 325.4c-28.609-149.797-158.564-261.484-314.604-261.484-176.731 0-320 143.269-320 320 0 156.041 111.687 285.996 259.482 314.285l2.003 0.319c28.609 149.797 158.564 261.484 314.604 261.484 176.731 0 320-143.269 320-320 0-156.041-111.687-285.996-259.482-314.285l-2.003-0.319zM384 640c-141.385 0-256-114.615-256-256s114.615-256 256-256c141.385 0 256 114.615 256 256v0c-0.159 141.321-114.679 255.841-255.985 256l-0.015 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["subtract-fill"]},"attrs":[{}],"properties":{"order":30566,"id":166,"name":"subtract-fill","prevSize":16,"code":60729},"setIdx":4,"setId":4,"iconIdx":1081},{"icon":{"paths":["M864 352h-192v-192c0-17.673-14.327-32-32-32v0h-480c-17.673 0-32 14.327-32 32v0 480c0 17.673 14.327 32 32 32v0h192v192c0 17.673 14.327 32 32 32v0h480c17.673 0 32-14.327 32-32v0-480c0-17.673-14.327-32-32-32v0zM192 192h416v416h-416z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["subtract-square-fill"]},"attrs":[{}],"properties":{"order":30567,"id":165,"name":"subtract-square-fill","prevSize":16,"code":60730},"setIdx":4,"setId":4,"iconIdx":1082},{"icon":{"paths":["M864 224h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 288h256v512h-256zM384 192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["suitcase-fill"]},"attrs":[{}],"properties":{"order":30568,"id":164,"name":"suitcase-fill","prevSize":16,"code":60731},"setIdx":4,"setId":4,"iconIdx":1083},{"icon":{"paths":["M768 192h-96v-96c0-53.019-42.981-96-96-96v0h-128c-53.019 0-96 42.981-96 96v0 96h-96c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h256v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM384 768c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM544 768c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM608 192h-192v-96c0-17.673 14.327-32 32-32v0h128c17.673 0 32 14.327 32 32v0zM704 768c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["suitcase-rolling-fill"]},"attrs":[{}],"properties":{"order":30569,"id":163,"name":"suitcase-rolling-fill","prevSize":16,"code":60732},"setIdx":4,"setId":4,"iconIdx":1084},{"icon":{"paths":["M864 224h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-512c0-35.346-28.654-64-64-64v0zM384 192c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0 32h-256zM864 288v288h-704v-288z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["suitcase-simple-fill"]},"attrs":[{}],"properties":{"order":30570,"id":162,"name":"suitcase-simple-fill","prevSize":16,"code":60733},"setIdx":4,"setId":4,"iconIdx":1085},{"icon":{"paths":["M480 160v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 256c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM233.36 278.64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-32-32c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM233.36 745.36l-32 32c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 32-32c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-0 0zM768 288c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 32-32c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-32 32c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM790.64 745.36c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l32 32c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM160 480h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 832c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32s32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM896 480h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sun-dim-fill"]},"attrs":[{}],"properties":{"order":30571,"id":161,"name":"sun-dim-fill","prevSize":16,"code":60734},"setIdx":4,"setId":4,"iconIdx":1086},{"icon":{"paths":["M480 160v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 256c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c-0.159-141.321-114.679-255.841-255.985-256l-0.015-0zM233.36 278.64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-64-64c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l-0-0zM233.36 745.36l-64 64c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 64-64c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l-0 0zM768 288c0.007 0 0.016 0 0.025 0 8.83 0 16.825-3.577 22.615-9.36l-0 0 64-64c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378l0-0-64 64c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0zM790.64 745.36c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l64 64c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0zM192 512c0-17.673-14.327-32-32-32v0h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32v0zM512 832c-17.673 0-32 14.327-32 32v0 96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96c0-17.673-14.327-32-32-32v0zM960 480h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h96c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sun-fill"]},"attrs":[{}],"properties":{"order":30572,"id":160,"name":"sun-fill","prevSize":16,"code":60735},"setIdx":4,"setId":4,"iconIdx":1087},{"icon":{"paths":["M800 160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c35.346 0 64 28.654 64 64v0 224h-704v-224c0-35.346 28.654-64 64-64v0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-70.692 0-128 57.308-128 128v0 368c0 97.202 78.798 176 176 176s176-78.798 176-176v0-80h128v80c0 97.202 78.798 176 176 176s176-78.798 176-176v0-368c0-70.692-57.308-128-128-128v0zM374.64 726.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM854.64 726.64c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-96-96c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sunglasses-fill"]},"attrs":[{}],"properties":{"order":30573,"id":159,"name":"sunglasses-fill","prevSize":16,"code":60736},"setIdx":4,"setId":4,"iconIdx":1088},{"icon":{"paths":["M992 640c0 17.673-14.327 32-32 32v0h-896c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h161.8c-1.127-9.582-1.78-20.703-1.8-31.973l-0-0.027c0-159.058 128.942-288 288-288s288 128.942 288 288v0c-0.020 11.297-0.673 22.418-1.926 33.357l0.126-1.357h161.8c17.673 0 32 14.327 32 32v0zM832 768h-640c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h640c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM323.36 238.32c5.374 10.579 16.175 17.7 28.64 17.7 17.684 0 32.020-14.336 32.020-32.020 0-5.22-1.249-10.148-3.464-14.502l0.084 0.182-32-64c-5.374-10.579-16.175-17.7-28.64-17.7-17.684 0-32.020 14.336-32.020 32.020 0 5.22 1.249 10.148 3.464 14.502l-0.084-0.182zM81.68 412.64l64 32c4.172 2.133 9.1 3.383 14.32 3.383 17.675 0 32.003-14.328 32.003-32.003 0-12.454-7.114-23.247-17.501-28.536l-0.182-0.084-64-32c-4.172-2.133-9.1-3.383-14.32-3.383-17.675 0-32.003 14.328-32.003 32.003 0 12.454 7.114 23.247 17.501 28.536l0.182 0.084zM864 448c0.002 0 0.004 0 0.006 0 5.202 0 10.114-1.241 14.456-3.444l-0.182 0.084 64-32c10.568-5.373 17.683-16.166 17.683-28.62 0-17.675-14.328-32.003-32.003-32.003-5.22 0-10.148 1.25-14.502 3.467l0.182-0.084-64 32c-10.548 5.379-17.646 16.16-17.646 28.6 0 17.673 14.327 32 32 32 0.002 0 0.004-0 0.006-0l-0 0zM657.68 252.64c4.174 2.136 9.105 3.388 14.329 3.388 12.464 0 23.263-7.126 28.547-17.525l0.084-0.182 32-64c2.131-4.172 3.38-9.1 3.38-14.32 0-17.684-14.336-32.020-32.020-32.020-12.465 0-23.266 7.122-28.556 17.519l-0.084 0.182-32 64c-2.136 4.174-3.388 9.105-3.388 14.329 0 12.464 7.126 23.263 17.525 28.547l0.182 0.084z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sun-horizon-fill"]},"attrs":[{}],"properties":{"order":30574,"id":158,"name":"sun-horizon-fill","prevSize":16,"code":60737},"setIdx":4,"setId":4,"iconIdx":1089},{"icon":{"paths":["M896 192v416c0 35.346-28.654 64-64 64v0h-384v64c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-0-0-96-96c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 96-96c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001v64h384v-416h-448v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-35.346 28.654-64 64-64v0h448c35.346 0 64 28.654 64 64v0zM672 768c-17.673 0-32 14.327-32 32v0 32h-448v-416h384v64c-0 0.007-0 0.016-0 0.025 0 17.673 14.327 32 32 32 8.843 0 16.848-3.587 22.64-9.385l0-0 96-96c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-96-96c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v64h-384c-35.346 0-64 28.654-64 64v0 416c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-32c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["swap-fill"]},"attrs":[{}],"properties":{"order":30575,"id":157,"name":"swap-fill","prevSize":16,"code":60738},"setIdx":4,"setId":4,"iconIdx":1090},{"icon":{"paths":["M928 623.64c-0.174-7.543-1.626-14.695-4.147-21.32l0.147 0.44-76.24-208.84c-9.305-24.584-32.651-41.745-60.006-41.745-7.819 0-15.311 1.402-22.237 3.969l0.443-0.144-271.24 98.28 48.32-276c0.638-3.394 1.003-7.299 1.003-11.288 0-31.346-22.536-57.429-52.289-62.931l-0.394-0.061-218.68-39c-3.32-0.613-7.139-0.963-11.041-0.963-31.399 0-57.497 22.697-62.783 52.579l-0.056 0.384-100 572.48c-1.785 9.393-2.806 20.197-2.806 31.24 0 96.75 78.388 175.192 175.118 175.28l592.889 0c35.346 0 64-28.654 64-64v0zM272 784c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM442.88 750.48l39.12-223.68 305.68-110.8 76.32 208.44-428.88 155.56c3.080-8.294 5.772-18.213 7.599-28.432l0.161-1.088zM864 832h-385.040l385.040-139.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["swatches-fill"]},"attrs":[{}],"properties":{"order":30576,"id":156,"name":"swatches-fill","prevSize":16,"code":60739},"setIdx":4,"setId":4,"iconIdx":1091},{"icon":{"paths":["M96 672c0-17.673 14.327-32 32-32v0c57.68 0 88.76 20.72 113.76 37.36 22.24 14.88 39.92 26.64 78.24 26.64s56-11.76 78.24-26.64c24.96-16.64 56-37.36 113.72-37.36s88.8 20.72 113.76 37.36c22.32 14.88 40 26.64 78.28 26.64s56-11.76 78.24-26.64c25-16.64 56-37.36 113.76-37.36 17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-38.32 0-56 11.76-78.24 26.64-25 16.64-56 37.36-113.76 37.36s-88.8-20.72-113.76-37.36c-22.24-14.88-39.96-26.64-78.24-26.64s-56 11.76-78.24 26.64c-24.96 16.64-56 37.36-113.72 37.36s-88.76-20.72-113.76-37.36c-22.28-14.88-39.96-26.64-78.28-26.64-17.673 0-32-14.327-32-32v0zM896 800c-57.68 0-88.76 20.72-113.76 37.36-22.24 14.88-39.92 26.64-78.24 26.64s-56-11.76-78.28-26.64c-24.96-16.64-56-37.36-113.76-37.36s-88.76 20.72-113.72 37.36c-22.24 14.88-39.96 26.64-78.24 26.64s-56-11.76-78.24-26.64c-25-16.64-56.080-37.36-113.76-37.36-17.673 0-32 14.327-32 32s14.327 32 32 32v0c38.32 0 56 11.76 78.24 26.64 25 16.64 56 37.36 113.76 37.36s88.76-20.72 113.72-37.36c22.32-14.88 40-26.64 78.24-26.64s56 11.76 78.28 26.64c24.96 16.64 56 37.36 113.76 37.36s88.76-20.72 113.76-37.36c22.28-14.88 40-26.64 78.24-26.64 17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM320 565.56v-437.56c0-17.673 14.327-32 32-32s32 14.327 32 32v0 32h256v-32c0-17.673 14.327-32 32-32s32 14.327 32 32v0 445.16c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-29.16h-256v21.56c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM384 288c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0zM384 416c0 17.673 14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-192c-17.673 0-32 14.327-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["swimming-pool-fill"]},"attrs":[{}],"properties":{"order":30577,"id":155,"name":"swimming-pool-fill","prevSize":16,"code":60740},"setIdx":4,"setId":4,"iconIdx":1092},{"icon":{"paths":["M864 128h-256c-0.001-0-0.002-0-0.003-0-10.292 0-19.449 4.859-25.302 12.407l-0.054 0.073-256 332.84-38.64-38.56c-11.584-11.597-27.594-18.77-45.28-18.77s-33.696 7.174-45.279 18.77l-50.761 50.801c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l80 80-112 112c-11.585 11.582-18.75 27.584-18.75 45.26s7.166 33.678 18.75 45.26l50.76 50.72c11.58 11.573 27.574 18.73 45.24 18.73s33.66-7.157 45.24-18.731l112-112 80 80c11.584 11.597 27.594 18.77 45.28 18.77s33.696-7.174 45.279-18.77l50.761-50.801c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-38.56-38.56 332.84-256c7.622-5.908 12.48-15.065 12.48-25.357 0-0.029-0-0.058-0-0.088l0 0.005v-256c0-17.673-14.327-32-32-32v0zM832 400.24l-326.96 251.52-43.76-43.76 201.36-201.36c5.786-5.791 9.364-13.787 9.364-22.62 0-17.675-14.329-32.004-32.004-32.004-8.843 0-16.847 3.586-22.64 9.383l-0 0-201.36 201.32-43.72-43.76 251.48-326.96h208.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sword-fill"]},"attrs":[{}],"properties":{"order":30578,"id":154,"name":"sword-fill","prevSize":16,"code":60741},"setIdx":4,"setId":4,"iconIdx":1093},{"icon":{"paths":["M832 229.52v-101.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 101.52c-37.596 13.574-63.987 48.943-64 90.478l-0 0.002v168.84l-160-91.4v-109.44c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 109.44l-160 91.4v-168.84c-0.013-41.537-26.404-76.906-63.332-90.269l-0.668-0.211v-101.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 101.52c-37.596 13.574-63.987 48.943-64 90.478l-0 0.002v544c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-160c0-35.346 28.654-64 64-64s64 28.654 64 64v0 160c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-544c-0.013-41.537-26.404-76.906-63.332-90.269l-0.668-0.211zM256 832h-64v-384h64zM832 832h-64v-384h64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["synagogue-fill"]},"attrs":[{}],"properties":{"order":30579,"id":153,"name":"synagogue-fill","prevSize":16,"code":60742},"setIdx":4,"setId":4,"iconIdx":1094},{"icon":{"paths":["M950.64 310.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-73.36-73.4-114.8 115 137.4 137.4c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l0 0-25.32-25.6-336 336c-11.592 11.679-27.651 18.912-45.398 18.92l-197.562 0-86.64 86.64c-5.792 5.8-13.798 9.387-22.642 9.387-9.669 0-18.336-4.288-24.204-11.067l-0.034-0.040c-4.66-5.628-7.487-12.92-7.487-20.874 0-9.221 3.8-17.555 9.92-23.519l0.007-0.007 85.8-85.84v-197.56c0.043-17.626 7.204-33.571 18.76-45.12l60.72-60.72c2.896-2.899 6.899-4.693 11.32-4.693s8.424 1.793 11.32 4.692l0 0 115.32 115.24c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-115.36-115.36c-2.899-2.896-4.693-6.899-4.693-11.32s1.793-8.424 4.692-11.32l0-0 44-44c2.896-2.899 6.899-4.693 11.32-4.693s8.424 1.793 11.32 4.692l0 0 115.36 115.36c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l-0-0-115.24-115.48c-2.899-2.896-4.693-6.899-4.693-11.32s1.793-8.424 4.692-11.32l95.48-95.44-25.4-25.4c-5.793-5.791-9.376-13.793-9.376-22.631 0-9.191 3.875-17.477 10.080-23.313l0.017-0.015c5.785-5.177 13.465-8.341 21.885-8.341 9.253 0 17.613 3.822 23.588 9.973l0.008 0.008 136.56 136.48 114.76-114.8-73.44-73.4c-5.805-5.793-9.396-13.803-9.396-22.651 0-9.181 3.866-17.459 10.060-23.294l0.016-0.015c5.791-5.179 13.478-8.345 21.904-8.345 9.26 0 17.627 3.823 23.608 9.977l0.007 0.008 191.12 191.12c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["syringe-fill"]},"attrs":[{}],"properties":{"order":30580,"id":152,"name":"syringe-fill","prevSize":16,"code":60743},"setIdx":4,"setId":4,"iconIdx":1095},{"icon":{"paths":["M896 192h-768c-17.673 0-32 14.327-32 32v0 544c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-544c0-17.673-14.327-32-32-32v0zM160 448h160v128h-160zM384 448h480v128h-480zM160 640h160v128h-160zM864 768h-480v-128h480v128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["table-fill"]},"attrs":[{}],"properties":{"order":30581,"id":151,"name":"table-fill","prevSize":16,"code":60744},"setIdx":4,"setId":4,"iconIdx":1096},{"icon":{"paths":["M1024 672c0 17.673-14.327 32-32 32v0h-960c-17.669-0.005-31.991-14.33-31.991-32 0-3.281 0.494-6.447 1.411-9.427l-0.060 0.227v-0.2l89.16-297c8.010-26.577 32.268-45.602 60.97-45.602 0.179 0 0.358 0.001 0.537 0.002l-0.027-0h336.4c0.092-0 0.201-0.001 0.31-0.001 28.702 0 52.96 19.024 60.853 45.151l0.117 0.45 82.32 274.4h125.2l-76.8-256h-40.4c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h40.2c0.092-0 0.201-0.001 0.31-0.001 28.702 0 52.96 19.024 60.853 45.151l0.117 0.45 82.52 274.4h125.2l-76.8-256h-40.4c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h40.2c0.092-0 0.201-0.001 0.31-0.001 28.702 0 52.96 19.024 60.853 45.151l0.117 0.45 89.040 296.76c0.009 0.048 0.013 0.103 0.013 0.16s-0.005 0.112-0.014 0.166l0.001-0.006c0.908 2.78 1.447 5.981 1.48 9.304l0 0.016z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tabs-fill"]},"attrs":[{}],"properties":{"order":30582,"id":150,"name":"tabs-fill","prevSize":16,"code":60745},"setIdx":4,"setId":4,"iconIdx":1097},{"icon":{"paths":["M949.2 547.52l-170.64 256c-11.643 17.271-31.132 28.48-53.238 28.48-0.001 0-0.001-0-0.002-0l-629.32 0c-17.673-0-32-14.327-32-32 0-6.807 2.125-13.117 5.748-18.304l-0.069 0.104 186.32-269.8-186.32-269.8c-3.554-5.083-5.68-11.393-5.68-18.2 0-17.673 14.327-32 32-32l629.32-0c0-0 0.001-0 0.002-0 22.107 0 41.596 11.209 53.094 28.253l0.145 0.227 170.64 256c6.742 9.98 10.762 22.281 10.762 35.52s-4.020 25.54-10.906 35.747l0.145-0.227z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tag-chevron-fill"]},"attrs":[{}],"properties":{"order":30583,"id":149,"name":"tag-chevron-fill","prevSize":16,"code":60746},"setIdx":4,"setId":4,"iconIdx":1098},{"icon":{"paths":["M973.24 544l-397.24-397.24c-11.498-11.587-27.43-18.76-45.037-18.76-0.071 0-0.143 0-0.214 0l0.011-0h-370.76c-17.673 0-32 14.327-32 32v0 370.76c-0 0.060-0 0.131-0 0.203 0 17.607 7.173 33.539 18.756 45.033l0.004 0.004 397.24 397.24c11.582 11.585 27.584 18.75 45.26 18.75s33.678-7.166 45.26-18.75l338.72-338.72c11.585-11.582 18.75-27.584 18.75-45.26s-7.166-33.678-18.75-45.26l-0-0zM336 384c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tag-fill"]},"attrs":[{}],"properties":{"order":30584,"id":148,"name":"tag-fill","prevSize":16,"code":60747},"setIdx":4,"setId":4,"iconIdx":1099},{"icon":{"paths":["M986.64 494.24l-182.64-273.72c-11.584-17.286-31.040-28.514-53.119-28.52l-590.881-0c-35.346 0-64 28.654-64 64v0 512c0 35.346 28.654 64 64 64v0h590.88c22.062-0.042 41.499-11.241 52.975-28.253l0.145-0.227 182.52-273.76c3.408-5.009 5.441-11.192 5.441-17.85 0-6.582-1.987-12.699-5.394-17.786l0.073 0.116z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tag-simple-fill"]},"attrs":[{}],"properties":{"order":30585,"id":147,"name":"tag-simple-fill","prevSize":16,"code":60748},"setIdx":4,"setId":4,"iconIdx":1100},{"icon":{"paths":["M887.48 332.64c25.703 52.536 40.733 114.323 40.733 179.619 0 229.971-186.429 416.4-416.4 416.4s-416.4-186.429-416.4-416.4c0-229.971 186.429-416.4 416.4-416.4 103.689 0 198.527 37.9 271.416 100.602l-0.548-0.461 90.68-90.72c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64v0l-494.88 494.92c24.835 16.636 55.393 26.549 88.266 26.549 88.366 0 160-71.634 160-160 0-3.247-0.097-6.471-0.287-9.67l0.021 0.441c-0.032-0.538-0.051-1.167-0.051-1.8 0-17.701 14.35-32.051 32.051-32.051 17.068 0 31.020 13.341 31.996 30.164l0.004 0.086c0.231 3.807 0.363 8.257 0.363 12.739 0 123.712-100.288 224-224 224-61.841 0-117.83-25.060-158.363-65.579l0.001 0.001c-40.359-40.506-65.312-96.387-65.312-158.096 0-123.712 100.288-224 224-224 50.431 0 96.97 16.666 134.409 44.79l-0.577-0.415 90.92-91.080c-60.419-50.441-138.906-81.066-224.546-81.066-194.139 0-351.52 157.381-351.52 351.52s157.381 351.52 351.52 351.52c194.139 0 351.52-157.381 351.52-351.52 0-55.178-12.713-107.386-35.37-153.856l0.916 2.082c-1.974-4.037-3.128-8.783-3.128-13.8 0-17.677 14.33-32.008 32.008-32.008 12.661 0 23.605 7.351 28.797 18.018l0.083 0.19z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["target-fill"]},"attrs":[{}],"properties":{"order":30586,"id":146,"name":"target-fill","prevSize":16,"code":60749},"setIdx":4,"setId":4,"iconIdx":1101},{"icon":{"paths":["M960 448h-45.44l-109.56-191.76c-11.239-19.399-31.9-32.239-55.56-32.24l-87.76-0-48-119.76c-9.609-23.773-32.499-40.24-59.236-40.24-0.043 0-0.087 0-0.13 0l0.007-0h-84.64c-0.061-0-0.132-0-0.204-0-26.737 0-49.628 16.467-59.083 39.813l-0.153 0.427-47.92 119.76h-87.76c-23.66 0.001-44.321 12.841-55.396 31.933l-0.164 0.307-109.56 191.76h-45.44c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v320c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-64h384v64c0 35.346 28.654 64 64 64v0h96c35.346 0 64-28.654 64-64v0-320h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM469.68 128h84.64l38.4 96h-161.44zM320 640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM768 640h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["taxi-fill"]},"attrs":[{}],"properties":{"order":30587,"id":145,"name":"taxi-fill","prevSize":16,"code":60750},"setIdx":4,"setId":4,"iconIdx":1102},{"icon":{"paths":["M947.52 104.76c-6.271-5.438-14.513-8.753-23.528-8.753-4.719 0-9.225 0.908-13.354 2.558l0.243-0.086-810.64 317.24c-21.405 8.49-36.266 29.016-36.266 53.013 0 27.56 19.6 50.542 45.622 55.766l0.364 0.061 210.040 41.24v234.2c-0 0.061-0 0.134-0 0.206 0 26.639 16.357 49.457 39.575 58.96l0.425 0.154c7.115 2.987 15.384 4.723 24.059 4.723 18.067 0 34.376-7.529 45.96-19.62l0.022-0.023 101.28-105.040 160.68 140.64c11.131 9.908 25.875 15.971 42.034 16l0.006 0c7.15-0.006 14.027-1.162 20.461-3.292l-0.461 0.132c21.41-6.942 37.578-24.384 42.597-46.093l0.083-0.427 162.36-706.32c0.572-2.404 0.901-5.165 0.901-8.002 0-10.861-4.81-20.599-12.416-27.2l-0.045-0.038zM734.12 832l-330.72-290 476-341.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["telegram-logo-fill"]},"attrs":[{}],"properties":{"order":30588,"id":144,"name":"telegram-logo-fill","prevSize":16,"code":60751},"setIdx":4,"setId":4,"iconIdx":1103},{"icon":{"paths":["M864 256h-274.76l137.4-137.36c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378h0l-169.36 169.4-169.36-169.4c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64v0l137.4 137.36h-274.76c-35.346 0-64 28.654-64 64v0 480c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-480c0-35.346-28.654-64-64-64v0zM864 800h-224v-480h224v480zM800 464c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM800 656c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["television-fill"]},"attrs":[{}],"properties":{"order":30589,"id":143,"name":"television-fill","prevSize":16,"code":60752},"setIdx":4,"setId":4,"iconIdx":1104},{"icon":{"paths":["M928 320v480c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-480c0-35.346 28.654-64 64-64v0h274.76l-137.4-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378v-0l169.36 169.4 169.36-169.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64h-0l-137.4 137.36h274.76c35.346 0 64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["television-simple-fill"]},"attrs":[{}],"properties":{"order":30590,"id":142,"name":"television-simple-fill","prevSize":16,"code":60753},"setIdx":4,"setId":4,"iconIdx":1105},{"icon":{"paths":["M99.24 461.64c23.655-189.914 172.512-338.839 360.36-362.391l2.040-0.209c0.569-0.072 1.228-0.113 1.897-0.113 8.581 0 15.584 6.755 15.982 15.237l0.001 0.036c0.186 4.273 0.292 9.286 0.292 14.323 0 194.007-157.273 351.28-351.28 351.28-4.956 0-9.888-0.103-14.794-0.306l0.702 0.023c-8.536-0.378-15.313-7.39-15.313-15.985 0-0.668 0.041-1.326 0.12-1.972l-0.008 0.077zM909.4 544.44c-4.48 0-8.92-0.28-13.4-0.28-0.134-0-0.292-0-0.45-0-194.051 0-351.36 157.309-351.36 351.36 0 5.022 0.105 10.020 0.314 14.991l-0.024-0.711c0.4 8.518 7.403 15.273 15.983 15.273 0.668 0 1.327-0.041 1.974-0.121l-0.078 0.008c189.899-23.764 338.763-172.709 362.193-360.608l0.207-2.032c0.071-0.567 0.112-1.223 0.112-1.889 0-8.651-6.865-15.698-15.445-15.991l-0.027-0.001zM601.84 601.84c74.873-75.263 178.518-121.842 293.042-121.842 0.393 0 0.786 0.001 1.178 0.002l-0.060-0c4 0 8.24 0 12.36 0 0.171 0.007 0.372 0.010 0.574 0.010 8.837 0 16-7.163 16-16 0-0.61-0.034-1.211-0.1-1.803l0.007 0.073c-23.358-190.639-172.886-340.181-361.507-363.358l-2.013-0.202c-0.519-0.060-1.121-0.094-1.73-0.094-8.837 0-16 7.163-16 16 0 0.202 0.004 0.403 0.011 0.603l-0.001-0.029c0.136 3.963 0.213 8.622 0.213 13.298 0 114.634-46.493 218.41-121.65 293.499l-0.003 0.003c-74.889 75.359-178.598 122.001-293.201 122.001-0.337 0-0.674-0-1.011-0.001l0.052 0c-4 0-8.24 0-12.36 0-0.171-0.007-0.372-0.010-0.574-0.010-8.837 0-16 7.163-16 16 0 0.61 0.034 1.211 0.1 1.803l-0.007-0.073c23.358 190.639 172.886 340.181 361.507 363.358l2.013 0.202c0.519 0.060 1.121 0.094 1.73 0.094 8.837 0 16-7.163 16-16 0-0.202-0.004-0.403-0.011-0.603l0.001 0.029c-0.139-4.010-0.218-8.722-0.218-13.453 0-114.637 46.495-218.415 121.655-293.504l0.003-0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tennis-ball-fill"]},"attrs":[{}],"properties":{"order":30591,"id":141,"name":"tennis-ball-fill","prevSize":16,"code":60754},"setIdx":4,"setId":4,"iconIdx":1106},{"icon":{"paths":["M1021.24 787l-256-576c-5.109-11.288-16.274-19-29.24-19l-448-0c-12.966 0-24.131 7.712-29.158 18.799l-0.082 0.201v0.48l-256 575.52c-1.743 3.824-2.76 8.293-2.76 13 0 17.673 14.327 32 32 32l960 0c17.673-0 32-14.327 32-32 0-4.707-1.016-9.176-2.841-13.201l0.082 0.201zM256 768h-174.76l174.76-393.2zM320 768v-393.2l174.76 393.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tent-fill"]},"attrs":[{}],"properties":{"order":30592,"id":140,"name":"tent-fill","prevSize":16,"code":60755},"setIdx":4,"setId":4,"iconIdx":1107},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM310.64 694.64c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l137.4-137.36-137.4-137.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l160 160c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0zM768 704h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["terminal-fill"]},"attrs":[{}],"properties":{"order":30593,"id":139,"name":"terminal-fill","prevSize":16,"code":60756},"setIdx":4,"setId":4,"iconIdx":1108},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM500 537l-160 128c-5.427 4.371-12.405 7.016-20 7.016-17.682 0-32.016-14.334-32.016-32.016 0-10.086 4.664-19.084 11.954-24.952l0.062-0.048 128.76-103-128.76-103c-7.351-5.916-12.016-14.914-12.016-25 0-17.682 14.334-32.016 32.016-32.016 7.595 0 14.573 2.645 20.062 7.064l-0.062-0.048 160 128c7.357 5.913 12.025 14.912 12.025 25s-4.668 19.086-11.963 24.952l-0.062 0.048zM704 672h-160c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["terminal-window-fill"]},"attrs":[{}],"properties":{"order":30594,"id":138,"name":"terminal-window-fill","prevSize":16,"code":60757},"setIdx":4,"setId":4,"iconIdx":1109},{"icon":{"paths":["M950.64 345.36l-240-240c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-516.92 516.92c-32.41 32.41-52.456 77.184-52.456 126.64 0 98.912 80.184 179.096 179.096 179.096 49.456 0 94.23-20.046 126.64-52.456v0l447.56-447.56 88.84-29.6c12.832-4.362 21.901-16.304 21.901-30.365 0-8.841-3.585-16.844-9.38-22.635l-0-0zM821.88 369.64c-4.905 1.659-9.098 4.304-12.52 7.72l0-0-158.28 158.28c-33.88 11.6-87 16-156.28-20-42.4-22.16-80.72-32-114.24-34.92l307.44-307.48 180.76 180.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["test-tube-fill"]},"attrs":[{}],"properties":{"order":30595,"id":137,"name":"test-tube-fill","prevSize":16,"code":60758},"setIdx":4,"setId":4,"iconIdx":1110},{"icon":{"paths":["M800 624c0 26-29.32 48-64 48s-64-22-64-48 29.32-48 64-48 64 22 64 48zM294.44 544h147.12l-73.56-173.88zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM573.48 691.52l-176-416c-4.984-11.587-16.302-19.553-29.48-19.553s-24.496 7.966-29.4 19.345l-0.080 0.208-176 416c-1.601 3.683-2.533 7.973-2.533 12.48 0 17.68 14.333 32.013 32.013 32.013 13.173 0 24.487-7.956 29.4-19.325l0.080-0.208 45.88-108.48h201.28l45.88 108.48c4.993 11.577 16.307 19.533 29.48 19.533 17.68 0 32.013-14.333 32.013-32.013 0-4.507-0.932-8.797-2.613-12.688l0.080 0.208zM864 528c0-61.76-57.44-112-128-112-0.306-0.002-0.669-0.004-1.031-0.004-30.86 0-59.378 10.025-82.477 26.996l0.388-0.272c-7.854 5.897-12.88 15.192-12.88 25.66 0 17.673 14.327 32 32 32 7.205 0 13.854-2.381 19.202-6.399l-0.082 0.059c12.165-8.783 27.376-14.048 43.817-14.048 0.374 0 0.747 0.003 1.12 0.008l-0.056-0.001c34.24 0 63.2 21.44 64 47.040-18.448-9.483-40.254-15.041-63.358-15.041-0.226 0-0.451 0.001-0.677 0.002l0.035-0c-70.56 0-128 50.24-128 112s57.44 112 128 112c0.192 0.001 0.419 0.001 0.646 0.001 24.585 0 47.695-6.314 67.798-17.408l-0.724 0.366c5.485 10.205 16.086 17.025 28.28 17.025 17.668 0 31.992-14.319 32-31.985l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-aa-fill"]},"attrs":[{}],"properties":{"order":30596,"id":136,"name":"text-aa-fill","prevSize":16,"code":60759},"setIdx":4,"setId":4,"iconIdx":1111},{"icon":{"paths":["M896 256v32c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM768 480c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0zM864 544h-704c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM768 704h-512c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-align-center-fill"]},"attrs":[{}],"properties":{"order":30597,"id":135,"name":"text-align-center-fill","prevSize":16,"code":60760},"setIdx":4,"setId":4,"iconIdx":1112},{"icon":{"paths":["M896 256v32c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM864 384h-704c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 544h-704c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 704h-704c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-align-justify-fill"]},"attrs":[{}],"properties":{"order":30598,"id":134,"name":"text-align-justify-fill","prevSize":16,"code":60761},"setIdx":4,"setId":4,"iconIdx":1113},{"icon":{"paths":["M896 256v32c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM160 480h512c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0zM864 544h-704c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM672 704h-512c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-align-left-fill"]},"attrs":[{}],"properties":{"order":30599,"id":133,"name":"text-align-left-fill","prevSize":16,"code":60762},"setIdx":4,"setId":4,"iconIdx":1114},{"icon":{"paths":["M896 256v32c0 17.673-14.327 32-32 32v0h-704c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM864 384h-512c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 544h-704c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h704c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 704h-512c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-align-right-fill"]},"attrs":[{}],"properties":{"order":30600,"id":132,"name":"text-align-right-fill","prevSize":16,"code":60763},"setIdx":4,"setId":4,"iconIdx":1115},{"icon":{"paths":["M594.92 480h-165.84l82.92-179.64zM864 128v768c0 17.673-14.327 32-32 32v0h-640c-17.673 0-32-14.327-32-32v0-768c0-17.673 14.327-32 32-32v0h640c17.673 0 32 14.327 32 32v0zM306.6 669.040c3.928 1.854 8.534 2.937 13.391 2.937 12.803 0 23.85-7.519 28.966-18.382l0.083-0.195 50.52-109.4h224.88l50.52 109.4c5.38 10.544 16.16 17.64 28.597 17.64 17.673 0 32-14.327 32-32 0-4.492-0.926-8.768-2.597-12.648l0.080 0.208-192-416c-5.203-11.048-16.244-18.558-29.040-18.558s-23.837 7.51-28.957 18.363l-0.083 0.195-192 416c-1.854 3.928-2.937 8.534-2.937 13.391 0 12.803 7.519 23.85 18.382 28.966l0.195 0.083zM800 768c0-17.673-14.327-32-32-32v0h-512c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h512c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-a-underline-fill"]},"attrs":[{}],"properties":{"order":30601,"id":131,"name":"text-a-underline-fill","prevSize":16,"code":60764},"setIdx":4,"setId":4,"iconIdx":1116},{"icon":{"paths":["M672 624c0 44.183-35.817 80-80 80v0h-208v-160h208c44.183 0 80 35.817 80 80v0zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM736 624c-0.041-52.978-28.684-99.256-71.32-124.232l-0.68-0.368c24.643-25.795 39.81-60.827 39.81-99.4 0-79.462-64.363-143.892-143.799-144l-0.010-0h-208c-17.673 0-32 14.327-32 32v0 448c0 17.673 14.327 32 32 32v0h240c79.529 0 144-64.471 144-144v0zM640 400c0-44.183-35.817-80-80-80v0h-176v160h176c44.183 0 80-35.817 80-80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-b-fill"]},"attrs":[{}],"properties":{"order":30602,"id":130,"name":"text-b-fill","prevSize":16,"code":60765},"setIdx":4,"setId":4,"iconIdx":1117},{"icon":{"paths":["M992 320v384c0 35.346-28.654 64-64 64v0h-352c-17.673 0-32-14.327-32-32v0-448c0-17.673 14.327-32 32-32v0h352c35.346 0 64 28.654 64 64v0zM480 192v640c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-320c-35.346 0-64-28.654-64-64v0-384c0-35.346 28.654-64 64-64v0h320v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM352 448c0-17.673-14.327-32-32-32v0h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v96c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h32c17.673 0 32-14.327 32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["textbox-fill"]},"attrs":[{}],"properties":{"order":30603,"id":129,"name":"textbox-fill","prevSize":16,"code":60766},"setIdx":4,"setId":4,"iconIdx":1118},{"icon":{"paths":["M480 736v32c0 17.673-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32v0-32c0-17.673 14.327-32 32-32v0h288c17.673 0 32 14.327 32 32v0zM448 384h-288c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM448 544h-288c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM448 224h-288c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 384h-288c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 704h-288c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 224h-288c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0zM864 544h-288c-17.673 0-32 14.327-32 32v0 32c0 17.673 14.327 32 32 32v0h288c17.673 0 32-14.327 32-32v0-32c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-columns-fill"]},"attrs":[{}],"properties":{"order":30604,"id":128,"name":"text-columns-fill","prevSize":16,"code":60767},"setIdx":4,"setId":4,"iconIdx":1119},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM736 704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-320v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-384c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160h320v-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-fill"]},"attrs":[{}],"properties":{"order":30605,"id":127,"name":"text-h-fill","prevSize":16,"code":60768},"setIdx":4,"setId":4,"iconIdx":1120},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM512 640c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-160v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h160v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM672 480c70.684 0.012 127.98 57.315 127.98 128 0 70.692-57.308 128-128 128-32.844 0-62.798-12.37-85.459-32.705l0.119 0.105c-6.331-5.864-10.281-14.221-10.281-23.501 0-17.673 14.327-32 32-32 8.036 0 15.38 2.962 21 7.854l-0.039-0.033c11.223 9.934 26.069 16 42.332 16 35.346 0 64-28.654 64-64s-28.654-64-64-64c-16.263 0-31.109 6.066-42.4 16.059l0.068-0.059c-5.641 5.078-13.144 8.184-21.373 8.184-17.673 0-32-14.327-32-32 0-2.346 0.252-4.633 0.732-6.836l-0.039 0.211 32-152c3.207-14.553 15.994-25.28 31.286-25.28 0.026 0 0.052 0 0.078 0l-0.004-0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-102.040l-13.96 65.48c6.009-0.94 12.941-1.478 19.998-1.48l0.002-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-five-fill"]},"attrs":[{}],"properties":{"order":30606,"id":126,"name":"text-h-five-fill","prevSize":16,"code":60769},"setIdx":4,"setId":4,"iconIdx":1121},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM480 640c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-128v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 640h-32v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-128c-17.673-0.001-31.999-14.327-31.999-32 0-4.038 0.748-7.901 2.113-11.459l-0.074 0.219 96-256c4.685-12.253 16.345-20.797 30-20.797 17.693 0 32.037 14.343 32.037 32.037 0 4.038-0.747 7.901-2.11 11.459l0.074-0.219-80 212.76h81.96v-96c0-17.673 14.327-32 32-32s32 14.327 32 32v0 96h32c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-four-fill"]},"attrs":[{}],"properties":{"order":30607,"id":125,"name":"text-h-four-fill","prevSize":16,"code":60770},"setIdx":4,"setId":4,"iconIdx":1122},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM576 640c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-224v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h224v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM800 704c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-260l-46.24 30.84c-4.991 3.369-11.141 5.377-17.76 5.377-17.683 0-32.017-14.335-32.017-32.017 0-11.063 5.611-20.816 14.143-26.568l0.114-0.072 96-64c4.99-3.371 11.141-5.381 17.76-5.381 17.61 0 31.898 14.225 31.999 31.811l0 0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-one-fill"]},"attrs":[{}],"properties":{"order":30608,"id":124,"name":"text-h-one-fill","prevSize":16,"code":60771},"setIdx":4,"setId":4,"iconIdx":1123},{"icon":{"paths":["M768 608c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64v0c35.346 0 64 28.654 64 64v0zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM512 320c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 128h-160v-128c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-128h160v128c0 17.673 14.327 32 32 32s32-14.327 32-32v0zM832 608c0-70.692-57.308-128-128-128v0l46.2-80c2.695-4.59 4.286-10.109 4.286-16 0-17.677-14.33-32.006-32.006-32.006-11.786 0-22.083 6.37-27.638 15.855l-0.082 0.151-101.6 176-0.56 1.080c-10.441 18.128-16.6 39.865-16.6 63.040 0 70.692 57.308 128 128 128s128-57.308 128-128c0-0.042-0-0.084-0-0.126l0 0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-six-fill"]},"attrs":[{}],"properties":{"order":30609,"id":123,"name":"text-h-six-fill","prevSize":16,"code":60772},"setIdx":4,"setId":4,"iconIdx":1124},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM512 640c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-160v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h160v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM672 736c-0.006 0-0.013 0-0.020 0-32.844 0-62.798-12.37-85.459-32.705l0.119 0.105c-6.549-5.886-10.649-14.384-10.649-23.84 0-17.678 14.331-32.009 32.009-32.009 8.222 0 15.72 3.1 21.389 8.195l-0.029-0.026c11.267 10.103 26.236 16.28 42.647 16.28 35.346 0 64-28.654 64-64s-28.654-64-64-64c-0.003 0-0.005 0-0.008 0l0-0c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 57.6-76.8h-96c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h160c17.673 0 32 14.327 32 32 0 7.24-2.404 13.919-6.458 19.28l0.058-0.080-66.84 89.12c43.632 21.018 73.208 64.895 73.208 115.68 0 70.681-57.289 127.982-127.966 128l-0.002 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-three-fill"]},"attrs":[{}],"properties":{"order":30610,"id":122,"name":"text-h-three-fill","prevSize":16,"code":60773},"setIdx":4,"setId":4,"iconIdx":1125},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM512 640c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-128h-160v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h160v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM768 736h-160c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 144-192c6.371-8.071 10.22-18.39 10.22-29.608 0-26.51-21.49-48-48-48-15.898 0-29.991 7.729-38.726 19.634l-0.094 0.134c-4.587 5.387-8.131 11.817-10.226 18.87l-0.094 0.37c-2.941 14.883-15.89 25.951-31.423 25.951-17.673 0-32-14.327-32-32 0-2.363 0.256-4.666 0.742-6.883l-0.039 0.212c10.826-51.831 56.14-90.207 110.416-90.207 62.231 0 112.68 50.449 112.68 112.68 0 25.353-8.373 48.751-22.505 67.578l0.209-0.291-105.56 140.76h96c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-two-fill"]},"attrs":[{}],"properties":{"order":30611,"id":121,"name":"text-h-two-fill","prevSize":16,"code":60774},"setIdx":4,"setId":4,"iconIdx":1126},{"icon":{"paths":["M896 512c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0zM448 288h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-416c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM147.76 573.56c3.623 1.545 7.838 2.443 12.262 2.443 8.832 0 16.828-3.578 22.618-9.363l160-160c5.798-5.792 9.385-13.797 9.385-22.64s-3.587-16.848-9.385-22.64l-0-0-160-160c-5.792-5.798-13.797-9.385-22.64-9.385-17.673 0-32 14.327-32 32 0 0.009 0 0.018 0 0.027l-0-0.001v320c0.003 13.254 8.064 24.626 19.55 29.481l0.21 0.079z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-indent-fill"]},"attrs":[{}],"properties":{"order":30612,"id":120,"name":"text-indent-fill","prevSize":16,"code":60775},"setIdx":4,"setId":4,"iconIdx":1127},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM704 320h-89.44l-137.16 384h66.6c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h89.44l137.16-384h-66.6c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h224c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-italic-fill"]},"attrs":[{}],"properties":{"order":30613,"id":119,"name":"text-italic-fill","prevSize":16,"code":60776},"setIdx":4,"setId":4,"iconIdx":1128},{"icon":{"paths":["M896 512c0 17.673-14.327 32-32 32v0h-416c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h416c17.673 0 32 14.327 32 32v0zM448 288h416c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-416c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM864 736h-704c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h704c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM288 576c17.673 0 32-14.327 32-32v0-320c0-0.007 0-0.016 0-0.025 0-17.673-14.327-32-32-32-8.843 0-16.848 3.587-22.64 9.385l-0 0-160 160c-5.798 5.792-9.385 13.797-9.385 22.64s3.587 16.848 9.385 22.64l0 0 160 160c5.79 5.783 13.785 9.36 22.615 9.36 0.009 0 0.018-0 0.027-0l-0.001 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-outdent-fill"]},"attrs":[{}],"properties":{"order":30614,"id":118,"name":"text-outdent-fill","prevSize":16,"code":60777},"setIdx":4,"setId":4,"iconIdx":1129},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM330.84 378.32c13.16-72.040 87.48-122.32 181.16-122.32 72.8 0 134.36 29.64 164.72 79.32 2.944 4.75 4.689 10.511 4.689 16.68 0 17.678-14.331 32.009-32.009 32.009-11.509 0-21.6-6.074-27.241-15.192l-0.079-0.137c-18.32-30.040-60.52-48.68-110.080-48.68-61.2 0-110.92 29.32-118.2 69.68-2.787 15.046-15.796 26.294-31.437 26.32l-0.003 0c-0.018 0-0.040 0-0.062 0-2.001 0-3.957-0.189-5.852-0.551l0.194 0.031c-15.057-2.796-26.306-15.829-26.306-31.489 0-2.004 0.184-3.966 0.537-5.868l-0.030 0.197zM768 544h-94.84c19.114 20.309 30.859 47.742 30.859 77.918 0 0.732-0.007 1.463-0.021 2.191l0.002-0.109c0 80.76-84.32 144-192 144-95.56 0-175.32-51.12-189.72-121.6-0.536-2.193-0.844-4.711-0.844-7.3 0-17.673 14.327-32 32-32 15.73 0 28.809 11.349 31.495 26.306l0.029 0.194c8 39.48 64 70.4 127.040 70.4 69.4 0 128-36.64 128-80 0-36.56-27.040-57.72-102.88-80h-281.12c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h512c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-strikethrough-fill"]},"attrs":[{}],"properties":{"order":30615,"id":117,"name":"text-strikethrough-fill","prevSize":16,"code":60778},"setIdx":4,"setId":4,"iconIdx":1130},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM736 384c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32h-128v352h64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-352h-128v32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-t-fill"]},"attrs":[{}],"properties":{"order":30616,"id":116,"name":"text-t-fill","prevSize":16,"code":60779},"setIdx":4,"setId":4,"iconIdx":1131},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM320 288c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 70.692 57.308 128 128 128s128-57.308 128-128v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0 192c0 106.039-85.961 192-192 192s-192-85.961-192-192v0zM704 800h-384c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-underline-fill"]},"attrs":[{}],"properties":{"order":30617,"id":115,"name":"text-underline-fill","prevSize":16,"code":60780},"setIdx":4,"setId":4,"iconIdx":1132},{"icon":{"paths":["M995.64 310.88l-80 25.96 49.36 68c4.143 5.34 6.641 12.137 6.641 19.517 0 17.673-14.327 32-32 32-10.916 0-20.556-5.466-26.331-13.811l-0.070-0.106-49.24-68-49.36 68c-5.908 7.623-15.066 12.483-25.359 12.483-17.673 0-32-14.327-32-32 0-6.757 2.094-13.024 5.669-18.189l-0.070 0.106 49.36-68-80-25.96c-12.949-4.296-22.123-16.297-22.123-30.44 0-17.675 14.328-32.003 32.003-32.003 3.531 0 6.929 0.572 10.106 1.628l-0.226-0.065 80 26v-84c0-17.673 14.327-32 32-32s32 14.327 32 32v0 84l80-25.96c2.956-0.995 6.361-1.569 9.9-1.569 17.678 0 32.009 14.331 32.009 32.009 0 14.139-9.168 26.138-21.883 30.375l-0.226 0.065zM704 768c0 0.043 0 0.095 0 0.146 0 123.712-100.288 224-224 224s-224-100.288-224-224c0-75.808 37.658-142.82 95.288-183.351l0.712-0.475v-424.32c0-70.692 57.308-128 128-128s128 57.308 128 128v0 424.32c58.303 40.978 95.949 107.927 96 183.672l0 0.008zM544 160c0-35.346-28.654-64-64-64s-64 28.654-64 64v0 160h128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thermometer-cold-fill"]},"attrs":[{}],"properties":{"order":30618,"id":114,"name":"thermometer-cold-fill","prevSize":16,"code":60781},"setIdx":4,"setId":4,"iconIdx":1133},{"icon":{"paths":["M848 224c-61.856 0-112 50.144-112 112s50.144 112 112 112c61.856 0 112-50.144 112-112v0c0-61.856-50.144-112-112-112v0zM848 384c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM608 584.32v-424.32c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 424.32c-58.342 41.006-96 108.018-96 183.826 0 123.712 100.288 224 224 224s224-100.288 224-224c0-75.808-37.658-142.82-95.288-183.351l-0.712-0.475zM544 320h-128v-160c0-35.346 28.654-64 64-64s64 28.654 64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thermometer-fill"]},"attrs":[{}],"properties":{"order":30619,"id":113,"name":"thermometer-fill","prevSize":16,"code":60782},"setIdx":4,"setId":4,"iconIdx":1134},{"icon":{"paths":["M709.64 322.16c-3.527-5.070-5.635-11.356-5.635-18.135 0-10.881 5.431-20.494 13.731-26.276l0.105-0.069c41.6-28.72 106.72-28.72 148.32 0 20 13.88 55.52 13.88 75.68 0 4.859-3.131 10.793-4.991 17.161-4.991 17.673 0 32 14.327 32 32 0 10.451-5.010 19.732-12.76 25.572l-0.081 0.059c-21.005 13.497-46.646 21.517-74.16 21.517s-53.155-8.019-74.713-21.848l0.553 0.332c-20-13.88-55.52-13.88-75.68 0-5.079 3.546-11.383 5.667-18.181 5.667-10.878 0-20.488-5.428-26.27-13.722l-0.069-0.104zM941.84 405.68c-20 13.88-55.52 13.88-75.68 0-41.6-28.72-106.72-28.72-148.32 0-8.977 5.769-14.839 15.704-14.839 27.009 0 17.673 14.327 32 32 32 7.222 0 13.885-2.392 19.24-6.428l-0.081 0.059c20-13.88 55.52-13.88 75.68 0 21.005 13.497 46.646 21.517 74.16 21.517s53.155-8.019 74.713-21.848l-0.553 0.332c7.831-5.899 12.841-15.18 12.841-25.631 0-17.673-14.327-32-32-32-6.369 0-12.303 1.86-17.288 5.067l0.127-0.076zM704 768c0 0.043 0 0.095 0 0.146 0 123.712-100.288 224-224 224s-224-100.288-224-224c0-75.808 37.658-142.82 95.288-183.351l0.712-0.475v-424.32c0-70.692 57.308-128 128-128s128 57.308 128 128v0 424.32c58.303 40.978 95.949 107.927 96 183.672l0 0.008zM544 160c0-35.346-28.654-64-64-64s-64 28.654-64 64v0 160h128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thermometer-hot-fill"]},"attrs":[{}],"properties":{"order":30620,"id":112,"name":"thermometer-hot-fill","prevSize":16,"code":60783},"setIdx":4,"setId":4,"iconIdx":1135},{"icon":{"paths":["M640 584.32v-424.32c0-70.692-57.308-128-128-128s-128 57.308-128 128v0 424.32c-58.342 41.006-96 108.018-96 183.826 0 123.712 100.288 224 224 224s224-100.288 224-224c0-75.808-37.658-142.82-95.288-183.351l-0.712-0.475zM512 96c35.346 0 64 28.654 64 64v0 160h-128v-160c0-35.346 28.654-64 64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thermometer-simple-fill"]},"attrs":[{}],"properties":{"order":30621,"id":111,"name":"thermometer-simple-fill","prevSize":16,"code":60784},"setIdx":4,"setId":4,"iconIdx":1136},{"icon":{"paths":["M959.28 628l-48-384c-6.17-47.604-46.458-84-95.247-84-0.012 0-0.023 0-0.035 0l-687.998-0c-35.346 0-64 28.654-64 64v0 352c0 35.346 28.654 64 64 64v0h172.24l151.12 302.32c5.373 10.567 16.164 17.68 28.617 17.68 0.008 0 0.016-0 0.024-0l-0.001 0c88.366 0 160-71.634 160-160v0-64h224c0.010 0 0.021 0 0.033 0 53.019 0 96-42.981 96-96 0-4.23-0.274-8.396-0.804-12.482l0.051 0.482zM288 576h-160v-352h160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thumbs-down-fill"]},"attrs":[{}],"properties":{"order":30622,"id":110,"name":"thumbs-down-fill","prevSize":16,"code":60785},"setIdx":4,"setId":4,"iconIdx":1137},{"icon":{"paths":["M936 320.48c-17.676-19.961-43.366-32.48-71.981-32.48-0.007 0-0.014 0-0.021 0l-223.999-0v-64c0-88.366-71.634-160-160-160v0c-0.007-0-0.015-0-0.023-0-12.453 0-23.245 7.113-28.533 17.498l-0.084 0.182-151.12 302.32h-172.24c-35.346 0-64 28.654-64 64v0 352c0 35.346 28.654 64 64 64v0h688c0.010 0 0.021 0 0.033 0 48.789 0 89.078-36.396 95.196-83.518l0.051-0.482 48-384c0.478-3.599 0.751-7.761 0.751-11.987 0-24.411-9.111-46.694-24.119-63.634l0.087 0.101zM128 448h160v352h-160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thumbs-up-fill"]},"attrs":[{}],"properties":{"order":30623,"id":109,"name":"thumbs-up-fill","prevSize":16,"code":60786},"setIdx":4,"setId":4,"iconIdx":1138},{"icon":{"paths":["M908.76 417.92c29.43-6.145 51.223-31.865 51.24-62.678l0-0.002v-99.24c0-35.346-28.654-64-64-64v0h-768c-35.346 0-64 28.654-64 64v0 99.24c0.017 30.815 21.81 56.535 50.824 62.607l0.416 0.073c43.988 9.36 76.506 47.883 76.506 94s-32.519 84.64-75.878 93.888l-0.629 0.112c-29.441 6.147-51.24 31.885-51.24 62.715 0 0.044 0 0.088 0 0.132l-0-0.007v99.24c0 35.346 28.654 64 64 64v0h768c35.346 0 64-28.654 64-64v0-99.24c-0.017-30.815-21.81-56.535-50.824-62.607l-0.416-0.073c-43.988-9.36-76.506-47.883-76.506-94s32.519-84.64 75.878-93.888l0.629-0.112zM128 668.8c73.584-15.383 128.062-79.72 128.062-156.78s-54.478-141.397-127.021-156.597l-1.041-0.183v-99.24h224v512h-224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ticket-fill"]},"attrs":[{}],"properties":{"order":30624,"id":108,"name":"ticket-fill","prevSize":16,"code":60787},"setIdx":4,"setId":4,"iconIdx":1139},{"icon":{"paths":["M1014.64 406.64l-144 144c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-144-144-1.36-1.52-1.36 1.52-137.4 137.36 137.4 137.36c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0-144 144c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-144-144c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l137.4-137.36-137.4-137.36-1.36-1.52-1.36 1.52-144 144c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-144-144c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 144-144c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 144 144 1.36 1.52 1.36-1.52 144-144c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 144 144 1.36 1.52 1.36-1.52 144-144c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 144 144c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tidal-logo-fill"]},"attrs":[{}],"properties":{"order":30625,"id":107,"name":"tidal-logo-fill","prevSize":16,"code":60788},"setIdx":4,"setId":4,"iconIdx":1140},{"icon":{"paths":["M928 320v160c0 17.673-14.327 32-32 32v0c-0.285 0.001-0.622 0.001-0.959 0.001-69.83 0-135.611-17.33-193.279-47.924l2.238 1.083v158.84c0 167.895-136.105 304-304 304s-304-136.105-304-304v0c0-147.6 107.64-278.080 250.4-303.52 1.684-0.314 3.621-0.494 5.6-0.494 17.673 0 32 14.327 32 32 0 0.005-0 0.010-0 0.015l0-0.001v170.76c0 0.003 0 0.007 0 0.010 0 12.688-7.384 23.651-18.089 28.826l-0.191 0.083c-27.251 13.143-45.72 40.556-45.72 72.283 0 44.183 35.817 80 80 80 44.17 0 79.979-35.796 80-79.961l0-0.002v-528c0-17.673 14.327-32 32-32v0h160c17.673 0 32 14.327 32 32v0c0.114 105.993 86.007 191.886 191.989 192l0.011 0c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tiktok-logo-fill"]},"attrs":[{}],"properties":{"order":30626,"id":106,"name":"tiktok-logo-fill","prevSize":16,"code":60789},"setIdx":4,"setId":4,"iconIdx":1141},{"icon":{"paths":["M512 160c-212.077 0-384 171.923-384 384s171.923 384 384 384c212.077 0 384-171.923 384-384v0c-0.25-211.976-172.023-383.75-383.976-384l-0.024-0zM694.64 406.64l-160 160c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l160-160c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l0-0zM384 64c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["timer-fill"]},"attrs":[{}],"properties":{"order":30627,"id":105,"name":"timer-fill","prevSize":16,"code":60790},"setIdx":4,"setId":4,"iconIdx":1142},{"icon":{"paths":["M954.96 846.76l-404.96-632.76 84.96-132.76c3.161-4.876 5.041-10.839 5.041-17.24 0-17.674-14.327-32.001-32.001-32.001-11.272 0-21.183 5.828-26.884 14.636l-0.076 0.125-69.040 107.88-69.040-108c-5.777-8.933-15.688-14.761-26.96-14.761-17.674 0-32.001 14.327-32.001 32.001 0 6.401 1.88 12.364 5.117 17.365l-0.076-0.125 84.96 132.88-404.96 632.76c-3.162 4.876-5.041 10.839-5.041 17.24 0 17.673 14.327 32 32 32 0 0 0.001-0 0.001-0l832 0c0 0 0.001 0 0.001 0 17.673 0 32-14.327 32-32 0-6.401-1.88-12.364-5.117-17.365l0.076 0.125zM754.96 832l-216-337.24c-5.776-8.933-15.687-14.762-26.96-14.762s-21.184 5.829-26.884 14.637l-0.076 0.125-215.84 337.24h-114.72l357.52-558.64 357.52 558.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tipi-fill"]},"attrs":[{}],"properties":{"order":30628,"id":104,"name":"tipi-fill","prevSize":16,"code":60791},"setIdx":4,"setId":4,"iconIdx":1143},{"icon":{"paths":["M704 224h-384c-159.058 0-288 128.942-288 288s128.942 288 288 288v0h384c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM320 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toggle-left-fill"]},"attrs":[{}],"properties":{"order":30629,"id":103,"name":"toggle-left-fill","prevSize":16,"code":60792},"setIdx":4,"setId":4,"iconIdx":1144},{"icon":{"paths":["M704 224h-384c-159.058 0-288 128.942-288 288s128.942 288 288 288v0h384c159.058 0 288-128.942 288-288s-128.942-288-288-288v0zM704 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toggle-right-fill"]},"attrs":[{}],"properties":{"order":30630,"id":102,"name":"toggle-right-fill","prevSize":16,"code":60793},"setIdx":4,"setId":4,"iconIdx":1145},{"icon":{"paths":["M240 352h544c8.837 0 16-7.163 16-16v0-176c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 176c0 8.837 7.163 16 16 16v0zM352 192h62.92c0.144-0.002 0.313-0.004 0.483-0.004 17.072 0 31.091 13.075 32.588 29.758l0.009 0.126c0.045 0.634 0.070 1.374 0.070 2.12 0 17.673-14.327 32-32 32-0.025 0-0.049-0-0.074-0l0.004 0h-62.92c-0.144 0.002-0.313 0.004-0.483 0.004-17.072 0-31.091-13.075-32.588-29.758l-0.009-0.126c-0.045-0.634-0.070-1.374-0.070-2.12 0-17.673 14.327-32 32-32 0.025 0 0.049 0 0.074 0l-0.004-0zM896 448.24c0.001-0.071 0.001-0.156 0.001-0.24 0-17.673-14.327-32-32-32-0 0-0.001 0-0.001 0l-704-0c-0-0-0.001-0-0.001-0-17.673 0-32 14.327-32 32 0 0.084 0 0.169 0.001 0.253l-0-0.013c0.218 147.142 83.075 274.881 204.635 339.312l2.085 1.008-13.88 97.080c-0.481 2.988-0.756 6.433-0.756 9.942 0 10.976 2.691 21.324 7.449 30.42l-0.173-0.362c10.906 20.557 32.161 34.327 56.635 34.36l0.005 0h254.64c0.267 0.004 0.583 0.006 0.899 0.006 14.227 0 27.403-4.496 38.186-12.144l-0.205 0.138c16.126-11.766 26.486-30.6 26.486-51.852 0-3.199-0.235-6.343-0.688-9.416l0.042 0.348-14.080-98.4c123.681-65.458 206.55-193.252 206.72-340.417l0-0.023zM384 896l11.72-82c34.751 11.416 74.747 17.999 116.28 17.999s81.529-6.584 119.001-18.764l-2.721 0.765 11.72 82z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toilet-fill"]},"attrs":[{}],"properties":{"order":30631,"id":101,"name":"toilet-fill","prevSize":16,"code":60794},"setIdx":4,"setId":4,"iconIdx":1146},{"icon":{"paths":["M736 480c0 17.673-14.327 32-32 32v0h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64c17.673 0 32 14.327 32 32v0zM960 480v352c0 35.346-28.654 64-64 64v0h-448c-35.346 0-64-28.654-64-64v0-86.6c-34.52 56.080-79.28 86.6-128 86.6-55.48 0-105.84-39.56-141.76-111.4-32.4-64.6-50.24-150.24-50.24-240.6s17.84-175.8 50.24-240.6c35.92-71.84 86.28-111.4 141.76-111.4h512c55.48 0 105.84 39.56 141.76 111.4 32.4 64.8 50.24 150.24 50.24 240.6zM304 480c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0zM896 512h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h63.16c-7.8-152.4-70.52-256-127.16-256h-399.52c10.525 13.763 20.262 29.296 28.509 45.706l0.771 1.694c28.56 57.12 45.76 130.24 49.48 208.6h64.76c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-64v320h448z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toilet-paper-fill"]},"attrs":[{}],"properties":{"order":30632,"id":100,"name":"toilet-paper-fill","prevSize":16,"code":60795},"setIdx":4,"setId":4,"iconIdx":1147},{"icon":{"paths":["M896 256h-192v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-192c-35.346 0-64 28.654-64 64v0 112c0 8.837 7.163 16 16 16v0h176v-62.92c-0.003-0.155-0.004-0.337-0.004-0.52 0-17.064 13.079-31.074 29.76-32.551l0.124-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004v64h384v-62.92c-0.003-0.155-0.004-0.337-0.004-0.52 0-17.064 13.079-31.074 29.76-32.551l0.124-0.009c0.634-0.045 1.374-0.070 2.12-0.070 17.673 0 32 14.327 32 32 0 0.025-0 0.049-0 0.074l0-0.004v64h176c8.837 0 16-7.163 16-16v0-112c0-35.346-28.654-64-64-64v0zM640 256h-256v-32c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0zM960 528v240c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-240c0-8.837 7.163-16 16-16v0h176v64c-0 0.021-0 0.046-0 0.070 0 17.673 14.327 32 32 32 0.746 0 1.486-0.026 2.219-0.076l-0.099 0.005c16.805-1.486 29.884-15.496 29.884-32.56 0-0.183-0.002-0.365-0.004-0.547l0 0.027v-62.92h384v64c-0 0.021-0 0.046-0 0.070 0 17.673 14.327 32 32 32 0.746 0 1.486-0.026 2.219-0.076l-0.099 0.005c16.804-1.487 29.883-15.496 29.883-32.56 0-0.155-0.001-0.309-0.003-0.463l0 0.023v-63h176c8.837 0 16 7.163 16 16v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toolbox-fill"]},"attrs":[{}],"properties":{"order":30633,"id":99,"name":"toolbox-fill","prevSize":16,"code":60796},"setIdx":4,"setId":4,"iconIdx":1148},{"icon":{"paths":["M672 96h-320c-0.001-0-0.001-0-0.002-0-123.36 0-223.43 99.719-223.998 222.946l-0 0.054c0 170.88 32 301.6 58.8 381.12 34.88 103.2 82.48 181.96 130.56 216 10.121 7.387 22.797 11.835 36.509 11.88l0.011 0c33.792-0.1 61.45-26.226 63.987-59.382l0.013-0.218c3.4-46.080 20-196.44 94.12-196.44s90.72 150.36 94.12 196.44c1.808 23.65 16.151 43.57 36.334 53.273l0.386 0.167c7.938 3.896 17.276 6.175 27.147 6.175 13.762 0 26.489-4.429 36.834-11.94l-0.181 0.125c48-34.12 95.68-112.88 130.56-216 26.8-79.6 58.8-210.32 58.8-381.2-0.568-123.281-100.638-223-223.998-223-0.001 0-0.002 0-0.002 0l0-0zM684 322.28c11.846 4.879 20.033 16.333 20.033 29.7 0 17.691-14.342 32.033-32.033 32.033-4.325 0-8.449-0.857-12.213-2.41l0.213 0.078-148-59.24-148 59.24c-3.551 1.476-7.675 2.333-12 2.333-17.691 0-32.033-14.342-32.033-32.033 0-13.367 8.187-24.821 19.82-29.622l0.213-0.078 85.84-34.28-85.84-34.32c-11.846-4.879-20.033-16.333-20.033-29.7 0-17.691 14.342-32.033 32.033-32.033 4.325 0 8.449 0.857 12.213 2.41l-0.213-0.078 148 59.24 148-59.24c3.551-1.476 7.675-2.333 12-2.333 17.691 0 32.033 14.342 32.033 32.033 0 13.367-8.187 24.821-19.82 29.622l-0.213 0.078-85.84 34.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tooth-fill"]},"attrs":[{}],"properties":{"order":30634,"id":98,"name":"tooth-fill","prevSize":16,"code":60797},"setIdx":4,"setId":4,"iconIdx":1149},{"icon":{"paths":["M944 277.6c-11.87-13.28-29.050-21.6-48.174-21.6-0.051 0-0.103 0-0.154 0l0.008-0h-191.68c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-191.68c-19.060 0.053-36.168 8.362-47.945 21.538l-0.055 0.062c-10.004 11.241-16.116 26.139-16.116 42.463 0 2.628 0.158 5.219 0.466 7.763l-0.030-0.306 57.040 480c3.89 31.963 30.86 56.482 63.557 56.482 0.156 0 0.312-0.001 0.467-0.002l-0.024 0h653c0.132 0.001 0.287 0.002 0.443 0.002 32.697 0 59.667-24.519 63.526-56.173l0.031-0.308 57.040-480c0.275-2.226 0.431-4.803 0.431-7.417 0-16.343-6.126-31.256-16.207-42.566l0.056 0.064zM384 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0zM704 416c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tote-fill"]},"attrs":[{}],"properties":{"order":30635,"id":97,"name":"tote-fill","prevSize":16,"code":60798},"setIdx":4,"setId":4,"iconIdx":1150},{"icon":{"paths":["M944 277.6c-11.87-13.28-29.050-21.6-48.174-21.6-0.051 0-0.103 0-0.154 0l0.008-0h-191.68c0-106.039-85.961-192-192-192s-192 85.961-192 192v0h-191.68c-19.060 0.053-36.168 8.362-47.945 21.538l-0.055 0.062c-10.004 11.241-16.116 26.139-16.116 42.463 0 2.628 0.158 5.219 0.466 7.763l-0.030-0.306 57.040 480c3.89 31.963 30.86 56.482 63.557 56.482 0.156 0 0.312-0.001 0.467-0.002l-0.024 0h653c0.132 0.001 0.287 0.002 0.443 0.002 32.697 0 59.667-24.519 63.526-56.173l0.031-0.308 57.040-480c0.275-2.226 0.431-4.803 0.431-7.417 0-16.343-6.126-31.256-16.207-42.566l0.056 0.064zM512 128c70.692 0 128 57.308 128 128v0h-256c0-70.692 57.308-128 128-128v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tote-simple-fill"]},"attrs":[{}],"properties":{"order":30636,"id":96,"name":"tote-simple-fill","prevSize":16,"code":60799},"setIdx":4,"setId":4,"iconIdx":1151},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM416 448h-32v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM768 608c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-106.84l-56 64c-5.892 6.658-14.458 10.834-24 10.834s-18.108-4.176-23.971-10.8l-0.029-0.034-56-64v106.84c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0.049-17.636 14.357-31.914 32-31.914 9.542 0 18.108 4.176 23.971 10.8l0.029 0.034 88 100.48 88-100.48c5.892-6.658 14.458-10.834 24-10.834 17.643 0 31.951 14.278 32 31.909l0 0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trademark-fill"]},"attrs":[{}],"properties":{"order":30637,"id":95,"name":"trademark-fill","prevSize":16,"code":60800},"setIdx":4,"setId":4,"iconIdx":1152},{"icon":{"paths":["M608 448c0 35.346-28.654 64-64 64v0h-96v-128h96c35.346 0 64 28.654 64 64v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c0-194.404-157.596-352-352-352s-352 157.596-352 352c0 194.404 157.596 352 352 352v0c194.313-0.228 351.772-157.687 352-351.978l0-0.022zM800 512c0 159.058-128.942 288-288 288s-288-128.942-288-288c0-159.058 128.942-288 288-288v0c158.985 0.182 287.818 129.015 288 287.983l0 0.017zM666.64 654.24l-62.28-93.4c40.527-22.024 67.575-64.273 67.575-112.84 0-70.67-57.271-127.963-127.932-128l-128.004-0c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-96h89.56l76 113.76c5.824 8.646 15.577 14.257 26.64 14.257 17.683 0 32.017-14.335 32.017-32.017 0-6.619-2.009-12.769-5.45-17.874l0.072 0.114z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trademark-registered-fill"]},"attrs":[{}],"properties":{"order":30638,"id":94,"name":"trademark-registered-fill","prevSize":16,"code":60801},"setIdx":4,"setId":4,"iconIdx":1153},{"icon":{"paths":["M928 832h-73.24l-241.080-693c-8.955-25.24-32.623-42.993-60.439-43l-82.481-0c-27.807 0.001-51.472 17.737-60.301 42.513l-0.139 0.447-241.080 693.040h-73.24c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h832c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM381.72 416h260.56l66.8 192h-394.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["traffic-cone-fill"]},"attrs":[{}],"properties":{"order":30639,"id":93,"name":"traffic-cone-fill","prevSize":16,"code":60802},"setIdx":4,"setId":4,"iconIdx":1154},{"icon":{"paths":["M864 576h-64v-256h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-96c0-35.346-28.654-64-64-64v0h-448c-35.346 0-64 28.654-64 64v0 96h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v256h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h64v224c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-224h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM512 464c-61.856 0-112-50.144-112-112s50.144-112 112-112c61.856 0 112 50.144 112 112v0c0 61.856-50.144 112-112 112v0zM512 560c61.856 0 112 50.144 112 112s-50.144 112-112 112c-61.856 0-112-50.144-112-112v0c0-61.856 50.144-112 112-112v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["traffic-signal-fill"]},"attrs":[{}],"properties":{"order":30640,"id":92,"name":"traffic-signal-fill","prevSize":16,"code":60803},"setIdx":4,"setId":4,"iconIdx":1155},{"icon":{"paths":["M972.6 465.16l-413.76-413.76c-11.987-11.988-28.548-19.402-46.84-19.402s-34.853 7.415-46.84 19.403l-413.76 413.76c-11.988 11.987-19.402 28.548-19.402 46.84s7.415 34.853 19.403 46.84l413.76 413.76c11.987 11.988 28.548 19.402 46.84 19.402s34.853-7.415 46.84-19.403l413.76-413.76c11.988-11.987 19.402-28.548 19.402-46.84s-7.415-34.853-19.403-46.84l0 0zM694.64 502.64l-96 96c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l41.4-41.36h-146.76c-35.346 0-64 28.654-64 64v0 32c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-32c0-70.692 57.308-128 128-128v0h146.76l-41.4-41.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l96 96c5.798 5.792 9.385 13.797 9.385 22.64s-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["traffic-sign-fill"]},"attrs":[{}],"properties":{"order":30641,"id":91,"name":"traffic-sign-fill","prevSize":16,"code":60804},"setIdx":4,"setId":4,"iconIdx":1156},{"icon":{"paths":["M736 96h-448c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h32l-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h32c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM336 736c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM480 480h-256v-160h256zM688 736c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM800 480h-256v-160h256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["train-fill"]},"attrs":[{}],"properties":{"order":30642,"id":90,"name":"train-fill","prevSize":16,"code":60805},"setIdx":4,"setId":4,"iconIdx":1157},{"icon":{"paths":["M672 352c0 17.673-14.327 32-32 32v0h-256c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM894.88 488.4l-89.56 328.44c-7.651 27.397-32.39 47.16-61.745 47.16-0.005 0-0.011-0-0.016-0l-39.559 0 57.6 76.8c3.996 5.281 6.4 11.96 6.4 19.2 0 17.673-14.327 32-32 32-10.433 0-19.7-4.993-25.542-12.72l-0.058-0.080-86.4-115.2h-224l-86.4 115.2c-5.9 7.807-15.167 12.8-25.6 12.8-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080 57.6-76.8h-39.56c-0.004 0-0.010 0-0.015 0-29.355 0-54.094-19.763-61.637-46.71l-0.108-0.45-89.56-328.44c-0.705-2.519-1.111-5.412-1.111-8.4s0.405-5.881 1.164-8.627l-0.054 0.227 89.56-328.44c7.651-27.397 32.39-47.16 61.745-47.16 0.005 0 0.011 0 0.016 0l463.119-0c0.004-0 0.010-0 0.015-0 29.355 0 54.094 19.763 61.637 46.71l0.108 0.45 89.56 328.44c0.705 2.519 1.111 5.412 1.111 8.4s-0.405 5.881-1.164 8.627l0.054-0.227zM544 608c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 160c0 17.673 14.327 32 32 32s32-14.327 32-32v0zM824 454.76l-80.44-294.76h-463.12l-80.44 294.76 312 56.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["train-regional-fill"]},"attrs":[{}],"properties":{"order":30643,"id":89,"name":"train-regional-fill","prevSize":16,"code":60806},"setIdx":4,"setId":4,"iconIdx":1158},{"icon":{"paths":["M736 96h-448c-70.692 0-128 57.308-128 128v0 512c0 70.692 57.308 128 128 128v0h32l-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h32c70.692 0 128-57.308 128-128v0-512c0-70.692-57.308-128-128-128v0zM736 800h-448c-35.346 0-64-28.654-64-64v0-192h576v192c0 35.346-28.654 64-64 64v0zM384 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["train-simple-fill"]},"attrs":[{}],"properties":{"order":30644,"id":88,"name":"train-simple-fill","prevSize":16,"code":60807},"setIdx":4,"setId":4,"iconIdx":1159},{"icon":{"paths":["M736 192h-192v-96h128c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h128v96h-192c-70.692 0-128 57.308-128 128v0 416c0 70.692 57.308 128 128 128v0h32l-57.6 76.8c-3.996 5.281-6.4 11.96-6.4 19.2 0 17.673 14.327 32 32 32 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080 86.4-115.2h224l86.4 115.2c5.9 7.807 15.167 12.8 25.6 12.8 17.673 0 32-14.327 32-32 0-7.24-2.404-13.919-6.458-19.28l0.058 0.080-57.6-76.8h32c70.692 0 128-57.308 128-128v0-416c0-70.692-57.308-128-128-128v0zM736 800h-448c-35.346 0-64-28.654-64-64v0-224h576v224c0 35.346-28.654 64-64 64v0zM384 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM736 688c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tram-fill"]},"attrs":[{}],"properties":{"order":30645,"id":87,"name":"tram-fill","prevSize":16,"code":60808},"setIdx":4,"setId":4,"iconIdx":1160},{"icon":{"paths":["M640 519.56l60.24 120.44h-120.48l25.44-50.8zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM828.64 753.68l-160-320c-5.364-10.592-16.169-17.726-28.64-17.726s-23.276 7.134-28.556 17.544l-0.084 0.182-52.72 105.52c-35.88-7.177-67.616-21.121-95.234-40.529l0.794 0.529c42.68-48.143 71.089-109.818 78.087-177.841l0.113-1.359h65.6c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-160v-32c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 32h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h253.92c-6.804 52.743-28.821 99.392-61.445 136.484l0.245-0.284c-13.622-15.825-25.608-33.702-35.309-52.929l-0.691-1.511c-5.509-10.122-16.066-16.877-28.201-16.877-17.673 0-32 14.327-32 32 0 4.845 1.077 9.438 3.003 13.553l-0.083-0.196c13.106 26.139 28.29 48.672 45.942 69.003l-0.342-0.403c-40.42 28.262-90.599 45.16-144.725 45.16-0.111 0-0.221-0-0.332-0l0.017 0c-17.673 0-32 14.327-32 32s14.327 32 32 32v0c0.1 0 0.219 0 0.339 0 72.512 0 139.36-24.252 192.875-65.086l-0.773 0.566c31.875 24.57 69.569 43.405 110.538 54.154l2.182 0.486-77.8 155.56c-2.131 4.172-3.38 9.1-3.38 14.32 0 17.684 14.336 32.020 32.020 32.020 12.465 0 23.266-7.122 28.556-17.519l0.084-0.182 39.12-78.32h184.48l39.12 78.32c5.374 10.579 16.175 17.7 28.64 17.7 17.684 0 32.020-14.336 32.020-32.020 0-5.22-1.249-10.148-3.464-14.502l0.084 0.182z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["translate-fill"]},"attrs":[{}],"properties":{"order":30646,"id":86,"name":"translate-fill","prevSize":16,"code":60809},"setIdx":4,"setId":4,"iconIdx":1161},{"icon":{"paths":["M864 192h-160v-32c0-53.019-42.981-96-96-96v0h-192c-53.019 0-96 42.981-96 96v0 32h-160c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h32v576c0 35.346 28.654 64 64 64v0h512c35.346 0 64-28.654 64-64v0-576h32c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM448 672c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 672c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM640 192h-256v-32c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trash-fill"]},"attrs":[{}],"properties":{"order":30647,"id":85,"name":"trash-fill","prevSize":16,"code":60810},"setIdx":4,"setId":4,"iconIdx":1162},{"icon":{"paths":["M896 224c0 17.673-14.327 32-32 32v0h-32v576c0 35.346-28.654 64-64 64v0h-512c-35.346 0-64-28.654-64-64v0-576h-32c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h704c17.673 0 32 14.327 32 32v0zM352 128h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-320c-17.673 0-32 14.327-32 32s14.327 32 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trash-simple-fill"]},"attrs":[{}],"properties":{"order":30648,"id":84,"name":"trash-simple-fill","prevSize":16,"code":60811},"setIdx":4,"setId":4,"iconIdx":1163},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM832 832h-640v-160h114.76l77.24 77.28c11.512 11.564 27.444 18.72 45.047 18.72 0.068 0 0.135-0 0.203-0l-0.011 0h165.52c0.060 0 0.131 0 0.203 0 17.607 0 33.539-7.173 45.033-18.756l0.004-0.004 77.24-77.24h114.76v160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tray-fill"]},"attrs":[{}],"properties":{"order":30649,"id":83,"name":"tray-fill","prevSize":16,"code":60812},"setIdx":4,"setId":4,"iconIdx":1164},{"icon":{"paths":["M924.76 782.040c-5.321 10.721-16.193 17.96-28.755 17.96-0.002 0-0.003-0-0.005-0l-352 0v160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160h-352c-17.663-0.014-31.976-14.335-31.976-32 0-7.435 2.535-14.277 6.789-19.71l-0.053 0.070 184-236.36h-94.76c-0.001 0-0.002 0-0.003 0-17.673 0-32-14.327-32-32 0-7.381 2.499-14.179 6.698-19.593l-0.054 0.073 320-416c5.908-7.624 15.066-12.484 25.36-12.484s19.452 4.86 25.306 12.411l0.054 0.073 320 416c4.144 5.341 6.643 12.139 6.643 19.52 0 17.673-14.327 32-32 32-0.001 0-0.002-0-0.003-0l-94.56 0 183.8 236.36c4.211 5.367 6.754 12.218 6.754 19.663 0 5.101-1.194 9.924-3.317 14.204l0.084-0.186z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tree-evergreen-fill"]},"attrs":[{}],"properties":{"order":30650,"id":82,"name":"tree-evergreen-fill","prevSize":16,"code":60813},"setIdx":4,"setId":4,"iconIdx":1165},{"icon":{"paths":["M512 751.52s0 0-0.24 0c-9.007 6.106-19.483 12.237-30.357 17.693l-1.643 0.747v158.040c0 17.673 14.327 32 32 32s32-14.327 32-32v0-158.040c-12.517-6.203-22.993-12.335-33.018-19.086l1.018 0.646z","M792.4 250.4c-47.161-110.512-154.899-186.561-280.4-186.561s-233.239 76.049-279.646 184.578l-0.754 1.983c-99.314 46.811-166.956 145.829-167.6 260.715l-0 0.085c-0.44 155.28 125.44 284.8 280.56 288.8 2.228 0.062 4.85 0.098 7.48 0.098 46.636 0 90.671-11.134 129.593-30.889l-1.633 0.752v-142.2l-174.32-87.12c-10.579-5.374-17.7-16.175-17.7-28.64 0-17.684 14.336-32.020 32.020-32.020 5.22 0 10.148 1.249 14.502 3.464l-0.182-0.084 145.68 72.88v-204.24c0-17.673 14.327-32 32-32s32 14.327 32 32v0 108.24l145.68-72.88c4.172-2.131 9.1-3.38 14.32-3.38 17.684 0 32.020 14.336 32.020 32.020 0 12.465-7.122 23.266-17.519 28.556l-0.182 0.084-174.32 87.12v238.2c37.169 18.942 81.063 30.040 127.549 30.040 0.159 0 0.317-0 0.476-0l-0.025 0h7.44c155.12-4 281-133.44 280.56-288.72-0.58-115.012-68.243-214.081-165.839-260.133l-1.761-0.747z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tree-fill"]},"attrs":[{},{}],"properties":{"order":30651,"id":81,"name":"tree-fill","prevSize":16,"code":60814},"setIdx":4,"setId":4,"iconIdx":1166},{"icon":{"paths":["M959.36 241.32c-2.155 10.39-9.112 18.799-18.396 22.919l-0.204 0.081-224.76 97.88c74.505 20.369 135.481 68.119 172.711 131.498l0.729 1.342c24.37 40.904 38.776 90.2 38.776 142.862 0 26.477-3.642 52.104-10.452 76.407l0.476-1.989c-3.807 13.727-16.19 23.635-30.887 23.635-7.307 0-14.043-2.449-19.43-6.572l0.077 0.057-324-246.72v413.28c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-413.28l-324 246.72c-5.316 4.081-12.064 6.54-19.386 6.54-14.707 0-27.096-9.921-30.841-23.436l-0.053-0.225c-6.334-22.314-9.976-47.941-9.976-74.418 0-52.661 14.406-101.958 39.493-144.164l-0.717 1.302c37.968-64.729 98.959-112.481 171.475-132.371l2.005-0.469-224.76-97.88c-11.408-5.060-19.221-16.286-19.221-29.338 0-8.559 3.36-16.333 8.833-22.075l-0.012 0.013c48.944-52.32 118.405-84.925 195.48-84.925s146.536 32.605 195.341 84.774l0.139 0.151c18.635 19.606 34.627 41.982 47.242 66.387l0.758 1.613c13.432-26.020 29.488-48.396 48.307-68.113l-0.107 0.113c48.944-52.32 118.405-84.925 195.48-84.925s146.536 32.605 195.341 84.774l0.139 0.151c5.567 5.75 8.997 13.597 8.997 22.246 0 2.177-0.217 4.304-0.632 6.359l0.034-0.205z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tree-palm-fill"]},"attrs":[{}],"properties":{"order":30652,"id":80,"name":"tree-palm-fill","prevSize":16,"code":60815},"setIdx":4,"setId":4,"iconIdx":1167},{"icon":{"paths":["M608 384v-64h-32c-35.346 0-64 28.654-64 64v0 256c0 35.346 28.654 64 64 64v0h32v-64c0-35.346 28.654-64 64-64v0h192c35.346 0 64 28.654 64 64v0 192c0 35.346-28.654 64-64 64v0h-192c-35.346 0-64-28.654-64-64v0-64h-32c-70.692 0-128-57.308-128-128v0-96h-128v32c0 35.346-28.654 64-64 64v0h-128c-35.346 0-64-28.654-64-64v0-128c0-35.346 28.654-64 64-64v0h128c35.346 0 64 28.654 64 64v0 32h128v-96c0-70.692 57.308-128 128-128v0h32v-64c0-35.346 28.654-64 64-64v0h192c35.346 0 64 28.654 64 64v0 192c0 35.346-28.654 64-64 64v0h-192c-35.346 0-64-28.654-64-64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tree-structure-fill"]},"attrs":[{}],"properties":{"order":30653,"id":79,"name":"tree-structure-fill","prevSize":16,"code":60816},"setIdx":4,"setId":4,"iconIdx":1168},{"icon":{"paths":["M960 544v256c0 17.673-14.327 32-32 32v0h-256c-0.007 0-0.016 0-0.025 0-17.673 0-32-14.327-32-32 0-8.843 3.587-16.848 9.385-22.64l105.4-105.36-210.76-210.76-137.36 137.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0-288-288c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l265.36 265.4 137.36-137.4c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 233.36 233.4 105.36-105.4c5.792-5.798 13.797-9.385 22.64-9.385 17.673 0 32 14.327 32 32 0 0.009-0 0.018-0 0.027l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trend-down-fill"]},"attrs":[{}],"properties":{"order":30654,"id":78,"name":"trend-down-fill","prevSize":16,"code":60817},"setIdx":4,"setId":4,"iconIdx":1169},{"icon":{"paths":["M960 224v256c0 0.007 0 0.016 0 0.025 0 17.673-14.327 32-32 32-8.843 0-16.848-3.587-22.64-9.385l-105.36-105.4-233.36 233.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-137.36-137.4-265.36 265.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l-0 0 288-288c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l137.36 137.4 210.76-210.76-105.4-105.36c-5.798-5.792-9.385-13.797-9.385-22.64 0-17.673 14.327-32 32-32 0.009 0 0.018 0 0.027 0l255.999-0c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trend-up-fill"]},"attrs":[{}],"properties":{"order":30655,"id":77,"name":"trend-up-fill","prevSize":16,"code":60818},"setIdx":4,"setId":4,"iconIdx":1170},{"icon":{"paths":["M947.12 847.24c-17.136 29.354-48.484 48.765-84.365 48.765-0.336 0-0.671-0.002-1.006-0.005l0.051 0h-699.6c-0.284 0.003-0.619 0.005-0.955 0.005-35.881 0-67.229-19.41-84.116-48.304l-0.249-0.461c-8.072-13.588-12.843-29.957-12.843-47.44s4.771-33.852 13.082-47.875l-0.239 0.435 349.72-607.48c17.525-29.455 49.194-48.883 85.4-48.883s67.875 19.428 85.149 48.428l0.251 0.455 349.8 607.48c8.047 13.572 12.803 29.916 12.803 47.372 0 17.511-4.786 33.904-13.122 47.943l0.239-0.434z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["triangle-fill"]},"attrs":[{}],"properties":{"order":30656,"id":76,"name":"triangle-fill","prevSize":16,"code":60819},"setIdx":4,"setId":4,"iconIdx":1171},{"icon":{"paths":["M928 256h-96v-32c0-35.346-28.654-64-64-64v0h-512c-35.346 0-64 28.654-64 64v0 32h-96c-35.346 0-64 28.654-64 64v0 64c0 88.366 71.634 160 160 160v0h14.6c38.943 120.722 144.334 209.004 272.018 222.323l1.382 0.117v97.56h-96c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h256c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-96v-97.68c127.76-12.92 233.76-102.56 272.32-222.32h15.68c88.366 0 160-71.634 160-160v0-64c0-35.346-28.654-64-64-64v0zM192 480c-53.019 0-96-42.981-96-96v0-64h96v128q0 16 1.56 32zM928 384c0 53.019-42.981 96-96 96v0h-2c1.253-10.661 1.979-23.034 2-35.572l0-0.028v-124.4h96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trophy-fill"]},"attrs":[{}],"properties":{"order":30657,"id":75,"name":"trophy-fill","prevSize":16,"code":60820},"setIdx":4,"setId":4,"iconIdx":1172},{"icon":{"paths":["M989.72 468l-56-140c-9.668-23.645-32.495-40.001-59.141-40.001-0.091 0-0.182 0-0.273 0.001l0.014-0h-138.32v-32c0-17.673-14.327-32-32-32v0h-608c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h68c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h200c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c35.346 0 64-28.654 64-64v0-256c0-0.011 0-0.025 0-0.038 0-4.307-0.837-8.418-2.358-12.18l0.078 0.218zM288 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM96 544v-256h576v256zM736 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM736 448v-96h138.32l38.4 96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["truck-fill"]},"attrs":[{}],"properties":{"order":30658,"id":74,"name":"truck-fill","prevSize":16,"code":60821},"setIdx":4,"setId":4,"iconIdx":1173},{"icon":{"paths":["M990.36 244.88l-207.040-112.88c-4.417-2.49-9.693-3.969-15.311-4l-0.009-0h-128c-17.673 0-32 14.327-32 32v0c0 53.019-42.981 96-96 96s-96-42.981-96-96v0c0-17.673-14.327-32-32-32v0h-128c-5.641 0.024-10.931 1.504-15.521 4.083l0.161-0.083-207 112.88c-20.128 10.798-33.585 31.695-33.585 55.736 0 10.716 2.674 20.807 7.39 29.644l-0.165-0.339 77.080 147.24c11.223 20.883 32.916 34.842 57.87 34.842 0.158 0 0.316-0.001 0.474-0.002l-0.024 0h81.32v320c0 35.346 28.654 64 64 64v0h448c35.346 0 64-28.654 64-64v0-320h81.36c0.134 0.001 0.292 0.002 0.45 0.002 24.954 0 46.647-13.958 57.698-34.493l0.171-0.349 77.080-147.24c4.546-8.493 7.217-18.579 7.217-29.288 0-24.053-13.471-44.959-33.279-55.587l-0.337-0.165zM142.68 448c-0.035 0.002-0.076 0.003-0.117 0.003-0.577 0-1.107-0.197-1.528-0.527l0.005 0.004-76.68-146.44 159.64-87.12v234.080zM882.96 447.44c-0.388 0.351-0.906 0.566-1.473 0.566-0.059 0-0.117-0.002-0.174-0.007l0.008 0h-81.32v-234.080l159.68 87.12z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["t-shirt-fill"]},"attrs":[{}],"properties":{"order":30659,"id":73,"name":"t-shirt-fill","prevSize":16,"code":60822},"setIdx":4,"setId":4,"iconIdx":1174},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h64v128c-0 0.004-0 0.008-0 0.012 0 17.673 14.327 32 32 32 7.814 0 14.974-2.801 20.53-7.453l-0.050 0.041 183.12-152.6h168.8c0.006 0 0.013 0 0.021 0 15.636 0 29.963-5.608 41.079-14.921l-0.1 0.081 171.56-143c14.12-11.771 23.040-29.366 23.040-49.045 0-0.041-0-0.081-0-0.122l0 0.006v-433c0-35.346-28.654-64-64-64v0zM512 544c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM704 544c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-192c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["twitch-logo-fill"]},"attrs":[{}],"properties":{"order":30660,"id":72,"name":"twitch-logo-fill","prevSize":16,"code":60823},"setIdx":4,"setId":4,"iconIdx":1175},{"icon":{"paths":["M982.64 310.64l-119.6 119.6c-24.16 280.080-260.36 497.76-543.040 497.76-58.080 0-105.96-9.2-142.32-27.36-29.32-14.68-41.32-30.4-44.32-34.88-3.368-4.989-5.376-11.136-5.376-17.753 0-13.641 8.535-25.289 20.557-29.893l0.219-0.074c1.040-0.4 96.96-37.24 157.88-107.36-33.667-27.816-62.593-59.692-86.515-95.217l-1.005-1.583c-49.6-73.64-105.12-201.56-88-392.72 1.509-16.405 15.202-29.153 31.873-29.153 8.886 0 16.926 3.622 22.725 9.47l0.002 0.002c1.4 1.4 133.12 132.4 294.16 174.88v-24.36c-0-0.136-0.001-0.298-0.001-0.459 0-53.547 21.98-101.961 57.41-136.711l0.031-0.030c33.918-33.871 80.75-54.818 132.475-54.818 0.916 0 1.83 0.007 2.743 0.020l-0.138-0.002c70.39 0.716 131.753 38.687 165.387 95.108l0.493 0.892h121.72c0.007-0 0.016-0 0.025-0 17.673 0 32 14.327 32 32 0 8.843-3.587 16.848-9.385 22.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["twitter-logo-fill"]},"attrs":[{}],"properties":{"order":30661,"id":71,"name":"twitter-logo-fill","prevSize":16,"code":60824},"setIdx":4,"setId":4,"iconIdx":1176},{"icon":{"paths":["M960 506.52c-20.371-230.843-212.803-410.521-447.201-410.521-0.281 0-0.561 0-0.842 0.001l0.043-0c-0.178-0-0.388-0-0.599-0-234.398 0-426.831 179.677-447.080 408.814l-0.122 1.706c-0.15 1.642-0.235 3.551-0.235 5.48 0 35.346 28.654 64 64 64 0.012 0 0.025-0 0.037-0l351.998 0v224c0 70.692 57.308 128 128 128s128-57.308 128-128v0c0-17.673-14.327-32-32-32s-32 14.327-32 32v0c0 35.346-28.654 64-64 64s-64-28.654-64-64v0-224h352c0.070 0 0.152 0 0.235 0 35.346 0 64-28.654 64-64 0-1.929-0.085-3.839-0.253-5.724l0.017 0.244zM128 512c15.114-170.615 139.626-308.283 302.277-343.107l2.523-0.453c-46.88 63.56-105.4 176-112.12 343.56h-192.68zM703.32 512c-6.72-167.56-65.24-280-112-343.76 165.237 35.247 289.773 173.050 304.578 342.31l0.102 1.45z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["umbrella-fill"]},"attrs":[{}],"properties":{"order":30662,"id":70,"name":"umbrella-fill","prevSize":16,"code":60825},"setIdx":4,"setId":4,"iconIdx":1177},{"icon":{"paths":["M943.040 555.32c-11.72 12.715-28.45 20.659-47.036 20.68l-352.004 0v224c0 35.346 28.654 64 64 64s64-28.654 64-64v0c0-17.673 14.327-32 32-32s32 14.327 32 32v0c0 70.692-57.308 128-128 128s-128-57.308-128-128v0-224h-352c-0.070 0-0.152 0-0.235 0-35.346 0-64-28.654-64-64 0-1.929 0.085-3.839 0.253-5.724l-0.017 0.244c20.832-230.926 213.466-410.511 448.044-410.511 117.729 0 224.893 45.233 305.060 119.269l-0.304-0.278c80.112 73.582 133.142 175.543 143.083 289.844l0.117 1.676c0.126 1.507 0.197 3.262 0.197 5.034 0 16.919-6.524 32.314-17.194 43.807l0.037-0.041z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["umbrella-simple-fill"]},"attrs":[{}],"properties":{"order":30663,"id":69,"name":"umbrella-simple-fill","prevSize":16,"code":60826},"setIdx":4,"setId":4,"iconIdx":1178},{"icon":{"paths":["M256 640c0 12.8 0.64 25.48 1.88 37.96-115.187-50.136-194.261-162.964-194.261-294.261 0-176.731 143.269-320 320-320 131.297 0 244.126 79.075 293.46 192.199l0.802 2.063c-12.48-1.24-25.16-1.88-37.96-1.88-211.914 0.295-383.624 172.006-383.92 383.891l-0 0.029zM704 384c-0.011-20.701-2.005-40.93-5.802-60.515l0.322 1.995c-17.59-3.475-37.819-5.469-58.511-5.48l-0.009-0c-176.648 0.205-319.795 143.351-320 319.98l-0 0.020c0.011 20.701 2.005 40.93 5.802 60.515l-0.322-1.995c17.59 3.475 37.819 5.469 58.511 5.48l0.009 0c176.648-0.205 319.795-143.351 320-319.98l0-0.020zM766.12 346.040c1.24 12.48 1.88 25.16 1.88 37.96-0.25 211.976-172.023 383.75-383.976 384l-0.024 0c-12.8 0-25.48-0.64-37.96-1.88 50.136 115.187 162.964 194.261 294.261 194.261 176.731 0 320-143.269 320-320 0-131.297-79.075-244.126-192.199-293.46l-2.063-0.802z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["unite-fill"]},"attrs":[{}],"properties":{"order":30664,"id":68,"name":"unite-fill","prevSize":16,"code":60827},"setIdx":4,"setId":4,"iconIdx":1179},{"icon":{"paths":["M896 384v480c0 17.673-14.327 32-32 32v0h-480c-17.673 0-32-14.327-32-32v0-192h-192c-17.673 0-32-14.327-32-32v0-480c0-17.673 14.327-32 32-32v0h480c17.673 0 32 14.327 32 32v0 192h192c17.673 0 32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["unite-square-fill"]},"attrs":[{}],"properties":{"order":30665,"id":67,"name":"unite-square-fill","prevSize":16,"code":60828},"setIdx":4,"setId":4,"iconIdx":1180},{"icon":{"paths":["M297.36 310.64c-5.798-5.792-9.385-13.797-9.385-22.64s3.587-16.848 9.385-22.64l0-0 192-192c5.792-5.798 13.797-9.385 22.64-9.385s16.848 3.587 22.64 9.385l0 0 192 192c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-137.36-137.4v338.76c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-338.76l-137.36 137.4c-5.792 5.798-13.797 9.385-22.64 9.385s-16.848-3.587-22.64-9.385l-0-0zM960 544v256c0 35.346-28.654 64-64 64v0h-768c-35.346 0-64-28.654-64-64v0-256c0-35.346 28.654-64 64-64v0h272c8.837 0 16 7.163 16 16v0 13.84c0 53.8 44 99.16 97.84 98.16 52.222-1.033 94.16-43.61 94.16-95.982 0-0.006-0-0.012-0-0.019l0 0.001v-16c0-8.837 7.163-16 16-16v0h272c35.346 0 64 28.654 64 64v0zM800 672c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["upload-fill"]},"attrs":[{}],"properties":{"order":30666,"id":66,"name":"upload-fill","prevSize":16,"code":60829},"setIdx":4,"setId":4,"iconIdx":1181},{"icon":{"paths":["M896 608v224c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224h640v-224c0-17.673 14.327-32 32-32s32 14.327 32 32v0zM352 352h128v256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-256h128c0.007 0 0.016 0 0.025 0 17.673 0 32-14.327 32-32 0-8.843-3.587-16.848-9.385-22.64l-0-0-160-160c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-160 160c-5.798 5.792-9.385 13.797-9.385 22.64 0 17.673 14.327 32 32 32 0.009 0 0.018-0 0.027-0l-0.001 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["upload-simple-fill"]},"attrs":[{}],"properties":{"order":30667,"id":65,"name":"upload-simple-fill","prevSize":16,"code":60830},"setIdx":4,"setId":4,"iconIdx":1182},{"icon":{"paths":["M1008 512c0 0.003 0 0.007 0 0.010 0 5.527-2.802 10.399-7.063 13.273l-0.057 0.036-192 128c-2.495 1.685-5.57 2.69-8.88 2.69-8.837 0-16-7.163-16-16 0-0.004 0-0.007 0-0.011l-0 0.001v-96h-496v192h144v-32c0-26.51 21.49-48 48-48v0h128c26.51 0 48 21.49 48 48v0 128c0 26.51-21.49 48-48 48v0h-128c-26.51 0-48-21.49-48-48v0-32h-144c-35.346 0-64-28.654-64-64v0-192h-192c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h192v-192c0-35.346 28.654-64 64-64v0h148.68c14.229-46.649 56.885-80 107.331-80 61.856 0 112 50.144 112 112s-50.144 112-112 112c-50.446 0-93.102-33.351-107.123-79.207l-0.209-0.793h-148.68v192h496v-96c-0-0.003-0-0.007-0-0.010 0-8.837 7.163-16 16-16 3.31 0 6.385 1.005 8.937 2.727l-0.057-0.036 192 128c4.318 2.911 7.12 7.783 7.12 13.31 0 0.004-0 0.007-0 0.011l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["usb-fill"]},"attrs":[{}],"properties":{"order":30668,"id":64,"name":"usb-fill","prevSize":16,"code":60831},"setIdx":4,"setId":4,"iconIdx":1183},{"icon":{"paths":["M688 480c0 97.202-78.798 176-176 176s-176-78.798-176-176c0-97.202 78.798-176 176-176v0c97.156 0.114 175.886 78.844 176 175.989l0 0.011zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM864 512c-0.217-194.439-157.891-351.979-352.36-351.979-4.755 0-9.488 0.094-14.197 0.281l0.676-0.021c-188.4 7.28-338.64 164.2-338.12 352.72 0.194 89.521 33.91 171.129 89.255 232.975l-0.295-0.335c23.585-33.914 52.515-62.272 85.874-84.509l1.166-0.731c2.482-1.66 5.534-2.649 8.818-2.649 4.028 0 7.708 1.488 10.521 3.945l-0.019-0.016c41.711 36.232 96.556 58.314 156.56 58.314s114.849-22.083 156.854-58.564l-0.294 0.25c2.794-2.441 6.474-3.929 10.502-3.929 3.284 0 6.336 0.989 8.876 2.686l-0.058-0.037c34.573 22.96 63.543 51.318 86.474 84.202l0.686 1.038c55.282-61.692 89.080-143.632 89.080-233.466 0-0.061-0-0.123-0-0.184l0 0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-circle-fill"]},"attrs":[{}],"properties":{"order":30669,"id":63,"name":"user-circle-fill","prevSize":16,"code":60832},"setIdx":4,"setId":4,"iconIdx":1184},{"icon":{"paths":["M913 252.28l-18.64-10.76c1.043-5.268 1.64-11.324 1.64-17.52s-0.597-12.252-1.736-18.115l0.096 0.595 18.64-10.76c9.636-5.637 16.006-15.934 16.006-27.72 0-17.677-14.33-32.006-32.006-32.006-5.891 0-11.41 1.592-16.151 4.368l0.151-0.082-18.68 10.8c-8.578-7.394-18.645-13.353-29.654-17.349l-0.666-0.211v-21.52c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 21.52c-11.675 4.207-21.742 10.166-30.445 17.665l0.125-0.105-18.68-10.8c-4.59-2.695-10.109-4.286-16-4.286-17.677 0-32.006 14.33-32.006 32.006 0 11.786 6.37 22.083 15.855 27.638l0.151 0.082 18.64 10.76c-1.043 5.268-1.64 11.324-1.64 17.52s0.597 12.252 1.736 18.115l-0.096-0.595-18.64 10.76c-9.639 5.634-16.012 15.933-16.012 27.72 0 17.673 14.327 32 32 32 0.004 0 0.009-0 0.013-0l-0.001 0c0.029 0 0.064 0 0.098 0 5.857 0 11.343-1.59 16.050-4.361l-0.148 0.081 18.68-10.8c8.578 7.394 18.645 13.353 29.654 17.349l0.666 0.211v21.52c0 17.673 14.327 32 32 32s32-14.327 32-32v0-21.52c11.675-4.207 21.742-10.166 30.445-17.665l-0.125 0.105 18.68 10.8c4.559 2.691 10.045 4.28 15.902 4.28 0.034 0 0.069-0 0.103-0l-0.005 0c0.004 0 0.008 0 0.012 0 17.673 0 32-14.327 32-32 0-11.787-6.373-22.086-15.861-27.638l-0.151-0.082zM800 256c-17.673 0-32-14.327-32-32s14.327-32 32-32c17.673 0 32 14.327 32 32v0c0 17.673-14.327 32-32 32v0zM512 304c97.202 0 176 78.798 176 176s-78.798 176-176 176c-97.202 0-176-78.798-176-176v0c0-97.202 78.798-176 176-176v0zM922.24 442.72c3.665 20.732 5.76 44.601 5.76 68.96 0 229.574-186.106 415.68-415.68 415.68s-415.68-186.106-415.68-415.68c0-229.574 186.106-415.68 415.68-415.68 24.359 0 48.228 2.095 71.438 6.115l-2.478-0.355c15.116 2.746 26.427 15.807 26.427 31.511 0 17.673-14.327 32-32 32-1.761 0-3.488-0.142-5.172-0.416l0.184 0.025c-17.569-3.106-37.797-4.881-58.44-4.881-194.461 0-352.121 157.562-352.28 351.986l-0 0.015c-0 0.092-0 0.2-0 0.308 0 89.771 33.751 171.658 89.255 233.666l-0.295-0.335c23.585-33.914 52.515-62.272 85.874-84.509l1.166-0.731c2.482-1.66 5.534-2.649 8.818-2.649 4.028 0 7.708 1.488 10.521 3.945l-0.019-0.016c41.701 36.237 96.541 58.323 156.54 58.323s114.838-22.086 156.833-58.572l-0.293 0.249c2.796-2.45 6.483-3.944 10.519-3.944 3.293 0 6.354 0.995 8.898 2.701l-0.058-0.036c34.563 22.971 63.532 51.328 86.474 84.202l0.686 1.038c55.282-61.692 89.080-143.632 89.080-233.466 0-0.061-0-0.123-0-0.184l0 0.010c0-0.008 0-0.017 0-0.027 0-20.731-1.775-41.048-5.181-60.806l0.301 2.113c-0.311-1.675-0.489-3.603-0.489-5.573 0-17.673 14.327-32 32-32 15.912 0 29.112 11.614 31.584 26.828l0.025 0.184z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-circle-gear-fill"]},"attrs":[{}],"properties":{"order":30670,"id":62,"name":"user-circle-gear-fill","prevSize":16,"code":60833},"setIdx":4,"setId":4,"iconIdx":1185},{"icon":{"paths":["M672 224c0-17.673 14.327-32 32-32v0h192c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-192c-17.673 0-32-14.327-32-32v0zM885.4 416.44c-15.256 2.623-26.718 15.754-26.718 31.561 0 1.865 0.159 3.692 0.466 5.469l-0.027-0.19c3.105 17.645 4.88 37.962 4.88 58.693 0 0.009-0 0.019-0 0.028l0-0.001c0 0.092 0 0.2 0 0.308 0 89.771-33.751 171.658-89.255 233.666l0.295-0.335c-23.596-33.905-52.524-62.26-85.874-84.508l-1.166-0.732c-2.487-1.669-5.547-2.664-8.841-2.664-4.036 0-7.723 1.494-10.538 3.96l0.018-0.016c-41.701 36.237-96.541 58.323-156.54 58.323s-114.838-22.086-156.833-58.572l0.293 0.249c-2.809-2.496-6.529-4.020-10.606-4.020-3.341 0-6.443 1.024-9.009 2.776l0.055-0.036c-34.573 22.96-63.543 51.318-86.474 84.202l-0.686 1.038c-55.072-61.841-88.72-143.811-88.72-233.64 0-194.362 157.527-351.932 351.874-352l0.006-0c0.017-0 0.037-0 0.057-0 20.721 0 41.027 1.775 60.775 5.181l-2.112-0.301c1.499 0.249 3.227 0.391 4.987 0.391 17.673 0 32-14.327 32-32 0-15.704-11.312-28.766-26.232-31.482l-0.196-0.030c-20.732-3.665-44.601-5.76-68.96-5.76-229.574 0-415.68 186.106-415.68 415.68s186.106 415.68 415.68 415.68c229.574 0 415.68-186.106 415.68-415.68 0-24.359-2.095-48.228-6.115-71.438l0.355 2.478c-2.623-15.256-15.754-26.718-31.561-26.718-1.865 0-3.692 0.159-5.469 0.466l0.19-0.027zM336 480c0 97.202 78.798 176 176 176s176-78.798 176-176c0-97.202-78.798-176-176-176v0c-97.202 0-176 78.798-176 176v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-circle-minus-fill"]},"attrs":[{}],"properties":{"order":30671,"id":61,"name":"user-circle-minus-fill","prevSize":16,"code":60834},"setIdx":4,"setId":4,"iconIdx":1186},{"icon":{"paths":["M512 304c97.202 0 176 78.798 176 176s-78.798 176-176 176c-97.202 0-176-78.798-176-176v0c0-97.202 78.798-176 176-176v0zM704 256h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-64v-64c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 64h-64c-17.673 0-32 14.327-32 32s14.327 32 32 32v0zM885.4 416.44c-15.256 2.623-26.718 15.754-26.718 31.561 0 1.865 0.159 3.692 0.466 5.469l-0.027-0.19c3.105 17.645 4.88 37.962 4.88 58.693 0 0.009-0 0.019-0 0.028l0-0.001c0 0.092 0 0.2 0 0.308 0 89.771-33.751 171.658-89.255 233.666l0.295-0.335c-23.596-33.905-52.524-62.26-85.874-84.508l-1.166-0.732c-2.487-1.669-5.547-2.664-8.841-2.664-4.036 0-7.723 1.494-10.538 3.96l0.018-0.016c-41.701 36.237-96.541 58.323-156.54 58.323s-114.838-22.086-156.833-58.572l0.293 0.249c-2.809-2.496-6.529-4.020-10.606-4.020-3.341 0-6.443 1.024-9.009 2.776l0.055-0.036c-34.573 22.96-63.543 51.318-86.474 84.202l-0.686 1.038c-55.072-61.841-88.72-143.811-88.72-233.64 0-194.362 157.527-351.932 351.874-352l0.006-0c0.017-0 0.037-0 0.057-0 20.721 0 41.027 1.775 60.775 5.181l-2.112-0.301c1.499 0.249 3.227 0.391 4.987 0.391 17.673 0 32-14.327 32-32 0-15.704-11.312-28.766-26.232-31.482l-0.196-0.030c-20.732-3.665-44.601-5.76-68.96-5.76-229.574 0-415.68 186.106-415.68 415.68s186.106 415.68 415.68 415.68c229.574 0 415.68-186.106 415.68-415.68 0-24.359-2.095-48.228-6.115-71.438l0.355 2.478c-2.623-15.256-15.754-26.718-31.561-26.718-1.865 0-3.692 0.159-5.469 0.466l0.19-0.027z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-circle-plus-fill"]},"attrs":[{}],"properties":{"order":30672,"id":60,"name":"user-circle-plus-fill","prevSize":16,"code":60835},"setIdx":4,"setId":4,"iconIdx":1187},{"icon":{"paths":["M923.72 880c-5.636 9.632-15.931 16-27.713 16-0.003 0-0.005-0-0.008-0l-768 0c-17.659-0.019-31.967-14.338-31.967-32 0-5.891 1.592-11.41 4.369-16.151l-0.082 0.151c60.92-105.32 154.8-180.84 264.36-216.64-84.826-51.143-140.68-142.783-140.68-247.469 0-159.058 128.942-288 288-288s288 128.942 288 288c0 104.685-55.854 196.325-139.388 246.745l-1.292 0.724c109.56 35.8 203.44 111.32 264.36 216.64 2.708 4.598 4.307 10.13 4.307 16.035 0 5.877-1.584 11.384-4.349 16.117l0.082-0.152z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-fill"]},"attrs":[{}],"properties":{"order":30673,"id":59,"name":"user-fill","prevSize":16,"code":60836},"setIdx":4,"setId":4,"iconIdx":1188},{"icon":{"paths":["M896 192v112c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-112h-112c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h112c35.346 0 64 28.654 64 64v0zM864 688c-17.673 0-32 14.327-32 32v0 112h-112c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h112c35.346 0 64-28.654 64-64v0-112c0-17.673-14.327-32-32-32v0zM304 832h-112v-112c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 112c0 35.346 28.654 64 64 64v0h112c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM160 336c17.673 0 32-14.327 32-32v0-112h112c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-112c-35.346 0-64 28.654-64 64v0 112c0 17.673 14.327 32 32 32v0zM404 566.040c-44.432 19.585-81.348 49.16-109.099 86.025l-0.501 0.695c-4.014 5.289-6.43 11.982-6.43 19.24 0 17.673 14.327 32 32 32 0.011 0 0.021-0 0.032-0l383.998 0c0.009 0 0.019 0 0.030 0 17.673 0 32-14.327 32-32 0-7.258-2.416-13.951-6.488-19.32l0.058 0.080c-28.252-37.56-65.168-67.135-107.864-86.034l-1.736-0.686c32.079-29.362 52.12-71.421 52.12-118.161 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.739 20.041 88.798 51.999 118.051l0.121 0.109z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-focus-fill"]},"attrs":[{}],"properties":{"order":30674,"id":58,"name":"user-focus-fill","prevSize":16,"code":60837},"setIdx":4,"setId":4,"iconIdx":1189},{"icon":{"paths":["M792.52 779.4c4.672 5.526 7.512 12.731 7.512 20.6 0 17.673-14.327 32-32 32-0.011 0-0.023-0-0.034-0l-671.998 0c-17.67-0.004-31.992-14.33-31.992-32 0-7.869 2.84-15.074 7.551-20.647l-0.039 0.047c59.76-71.12 134.080-121.64 216.68-148.68-77.478-48.828-128.2-133.931-128.2-230.88 0-150.221 121.779-272 272-272s272 121.779 272 272c0 96.95-50.722 182.052-127.077 230.219l-1.123 0.661c82.6 27.040 156.92 77.56 216.72 148.68zM988.72 616c-5.636 9.633-15.931 16-27.713 16-0.017 0-0.033-0-0.050-0l0.003 0c-0.029 0-0.064 0-0.098 0-5.857 0-11.343-1.59-16.050-4.361l0.148 0.081-18.68-10.8c-8.578 7.394-18.645 13.353-29.654 17.349l-0.666 0.211v21.52c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-21.52c-11.675-4.207-21.742-10.166-30.445-17.665l0.125 0.105-18.68 10.8c-4.559 2.691-10.045 4.28-15.902 4.28-0.034 0-0.069-0-0.103-0l0.005 0c-0.004 0-0.008 0-0.012 0-17.673 0-32-14.327-32-32 0-11.787 6.373-22.086 15.861-27.638l0.151-0.082 18.64-10.76c-1.043-5.268-1.64-11.324-1.64-17.52s0.597-12.252 1.736-18.115l-0.096 0.595-18.64-10.76c-9.636-5.637-16.006-15.934-16.006-27.72 0-17.677 14.33-32.006 32.006-32.006 5.891 0 11.41 1.592 16.151 4.368l-0.151-0.082 18.68 10.8c8.578-7.394 18.645-13.353 29.654-17.349l0.666-0.211v-21.52c0-17.673 14.327-32 32-32s32 14.327 32 32v0 21.52c11.675 4.207 21.742 10.166 30.445 17.665l-0.125-0.105 18.68-10.8c4.59-2.695 10.109-4.286 16-4.286 17.677 0 32.006 14.33 32.006 32.006 0 11.786-6.37 22.083-15.855 27.638l-0.151 0.082-18.64 10.76c1.043 5.268 1.64 11.324 1.64 17.52s-0.597 12.252-1.736 18.115l0.096-0.595 18.64 10.76c9.654 5.631 16.039 15.937 16.039 27.735 0 5.885-1.589 11.399-4.36 16.136l0.082-0.151zM864 576c17.673 0 32-14.327 32-32s-14.327-32-32-32c-17.673 0-32 14.327-32 32v0c0 17.673 14.327 32 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-gear-fill"]},"attrs":[{}],"properties":{"order":30675,"id":57,"name":"user-gear-fill","prevSize":16,"code":60838},"setIdx":4,"setId":4,"iconIdx":1190},{"icon":{"paths":["M576 320c0-17.673 14.327-32 32-32v0h384c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-384c-17.673 0-32-14.327-32-32v0zM992 480h-384c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h384c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM992 672h-288c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h288c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM437.16 568c45.706-35.45 74.84-90.378 74.84-152.11 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.733 29.134 116.661 74.403 151.784l0.437 0.326c-82.48 34.92-147.48 105.2-169.84 192-0.645 2.401-1.016 5.157-1.016 8 0 17.673 14.327 32 32 32 0.006 0 0.011-0 0.017-0l511.999 0c0.005 0 0.010 0 0.016 0 17.673 0 32-14.327 32-32 0-2.843-0.371-5.599-1.066-8.223l0.050 0.223c-22.36-86.84-87.36-157.12-169.84-192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-list-fill"]},"attrs":[{}],"properties":{"order":30676,"id":56,"name":"user-list-fill","prevSize":16,"code":60839},"setIdx":4,"setId":4,"iconIdx":1191},{"icon":{"paths":["M792.52 779.4c4.672 5.526 7.512 12.731 7.512 20.6 0 17.673-14.327 32-32 32-0.011 0-0.023-0-0.034-0l-671.998 0c-17.67-0.004-31.992-14.33-31.992-32 0-7.869 2.84-15.074 7.551-20.647l-0.039 0.047c59.76-71.12 134.080-121.64 216.68-148.68-77.478-48.828-128.2-133.931-128.2-230.88 0-150.221 121.779-272 272-272s272 121.779 272 272c0 96.95-50.722 182.052-127.077 230.219l-1.123 0.661c82.6 27.040 156.92 77.56 216.72 148.68zM992 512h-192c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h192c17.673 0 32-14.327 32-32s-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-minus-fill"]},"attrs":[{}],"properties":{"order":30677,"id":55,"name":"user-minus-fill","prevSize":16,"code":60840},"setIdx":4,"setId":4,"iconIdx":1192},{"icon":{"paths":["M1024 544c0 17.673-14.327 32-32 32v0h-64v64c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-64h-64c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h64v-64c0-17.673 14.327-32 32-32s32 14.327 32 32v0 64h64c17.673 0 32 14.327 32 32v0zM576 630.72c77.478-48.828 128.2-133.931 128.2-230.88 0-150.221-121.779-272-272-272s-272 121.779-272 272c0 96.95 50.722 182.052 127.077 230.219l1.123 0.661c-82.6 27.040-156.92 77.56-216.68 148.68-4.673 5.526-7.513 12.732-7.513 20.601 0 17.6 14.209 31.882 31.782 31.999l0.011 0h672c0.010 0 0.021 0 0.032 0 17.673 0 32-14.327 32-32 0-7.869-2.84-15.074-7.551-20.647l0.039 0.047c-59.8-71.12-134.12-121.64-216.52-148.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-plus-fill"]},"attrs":[{}],"properties":{"order":30678,"id":54,"name":"user-plus-fill","prevSize":16,"code":60841},"setIdx":4,"setId":4,"iconIdx":1193},{"icon":{"paths":["M688 480c0 97.202-78.798 176-176 176s-176-78.798-176-176c0-97.202 78.798-176 176-176v0c97.202 0 176 78.798 176 176v0zM928 224v576c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-576c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM864 800v-576h-704v576h58.72c25.689-57.816 66.061-105.168 116.458-138.622l1.182-0.738c2.487-1.671 5.549-2.666 8.844-2.666 4.016 0 7.686 1.479 10.495 3.923l-0.019-0.017c41.671 36.114 96.426 58.12 156.32 58.12s114.648-22.006 156.619-58.373l-0.299 0.253c2.79-2.427 6.46-3.906 10.476-3.906 3.295 0 6.357 0.996 8.902 2.703l-0.058-0.036c51.579 34.192 91.951 81.544 116.83 137.326l0.81 2.034h58.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-rectangle-fill"]},"attrs":[{}],"properties":{"order":30679,"id":53,"name":"user-rectangle-fill","prevSize":16,"code":60842},"setIdx":4,"setId":4,"iconIdx":1194},{"icon":{"paths":["M657.88 782.52c3.257 4.929 5.196 10.978 5.196 17.48 0 17.672-14.325 31.998-31.996 32l-590.16 0c-17.671-0.002-31.996-14.328-31.996-32 0-6.502 1.939-12.551 5.27-17.6l-0.074 0.12c45.084-68.675 109.853-121.168 186.24-149.967l2.64-0.873c-64.882-43.644-107-116.792-107-199.777 0-132.548 107.452-240 240-240s240 107.452 240 240c0 82.985-42.118 156.133-106.143 199.234l-0.857 0.544c79.027 29.672 143.796 82.165 187.986 149.391l0.894 1.449zM1009.52 781.92c-45.086-68.377-109.709-120.647-185.88-149.367l-2.64-0.873c64.263-43.727 105.917-116.525 105.917-199.052 0-132.548-107.452-240-240-240-39.433 0-76.645 9.51-109.467 26.362l1.35-0.63c-5.184 2.718-8.659 8.061-8.659 14.217 0 3.701 1.257 7.108 3.366 9.819l-0.027-0.036c41.527 51.46 66.661 117.657 66.661 189.725 0 63.464-19.491 122.375-52.812 171.075l0.672-1.039c-1.694 2.5-2.705 5.583-2.705 8.902 0 5.469 2.744 10.298 6.931 13.183l0.054 0.035c47.547 33.464 87.278 74.444 118.354 121.63l1.046 1.69c9.757 14.749 15.567 32.852 15.567 52.312 0 4.787-0.351 9.491-1.030 14.089l0.063-0.521c-0.131 0.77-0.206 1.656-0.206 2.56 0 8.837 7.163 16 16 16 0.002 0 0.004-0 0.006-0l241.2 0c0.003 0 0.006 0 0.010 0 14.728 0 27.133-9.95 30.858-23.495l0.053-0.225c0.617-2.381 0.971-5.114 0.971-7.93 0-6.879-2.112-13.264-5.723-18.542l0.073 0.113z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["users-fill"]},"attrs":[{}],"properties":{"order":30680,"id":52,"name":"users-fill","prevSize":16,"code":60843},"setIdx":4,"setId":4,"iconIdx":1195},{"icon":{"paths":["M921.6 876.76c4.014 5.289 6.43 11.982 6.43 19.24 0 17.673-14.327 32-32 32-0.011 0-0.021-0-0.032-0l-767.998 0c-17.673 0-32-14.327-32-32 0-7.24 2.404-13.919 6.458-19.28l-0.058 0.080c28.241-37.584 65.16-67.174 107.866-86.075l1.734-0.685c-32.091-29.363-52.14-71.43-52.14-118.179 0-88.366 71.634-160 160-160s160 71.634 160 160c0 46.749-20.049 88.815-52.019 118.069l-0.121 0.11c32.623 14.307 60.479 33.565 83.993 57.153l0.007 0.007c23.521-23.595 51.377-42.853 82.274-56.481l1.726-0.679c-32.091-29.363-52.14-71.43-52.14-118.179 0-88.366 71.634-160 160-160s160 71.634 160 160c0 46.749-20.049 88.815-52.019 118.069l-0.121 0.11c44.661 19.491 81.776 49.084 109.663 86.033l0.497 0.687zM108.8 505.6c5.281 3.996 11.96 6.4 19.2 6.4 10.433 0 19.7-4.993 25.542-12.72l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.9 7.807 15.167 12.8 25.6 12.8s19.7-4.993 25.542-12.72l0.058-0.080c38.35-50.747 98.585-83.2 166.4-83.2s128.050 32.453 166.021 82.677l0.379 0.523c5.903 7.803 15.169 12.792 25.6 12.792 17.68 0 32.012-14.332 32.012-32.012 0-7.248-2.409-13.934-6.47-19.3l0.058 0.080c-28.241-37.572-65.16-67.15-107.866-86.036l-1.734-0.684c32.091-29.363 52.14-71.43 52.14-118.179 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.749 20.049 88.815 52.019 118.069l0.121 0.11c-32.623 14.307-60.479 33.565-83.993 57.153l-0.007 0.007c-23.521-23.595-51.377-42.853-82.274-56.481l-1.726-0.679c32.091-29.363 52.14-71.43 52.14-118.179 0-88.366-71.634-160-160-160s-160 71.634-160 160c0 46.749 20.049 88.815 52.019 118.069l0.121 0.11c-44.661 19.507-81.776 49.112-109.663 86.072l-0.497 0.688c-3.996 5.281-6.4 11.96-6.4 19.2 0 10.433 4.993 19.7 12.72 25.542l0.080 0.058z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["users-four-fill"]},"attrs":[{}],"properties":{"order":30681,"id":51,"name":"users-four-fill","prevSize":16,"code":60844},"setIdx":4,"setId":4,"iconIdx":1196},{"icon":{"paths":["M688 480c0 97.202-78.798 176-176 176s-176-78.798-176-176c0-97.202 78.798-176 176-176v0c97.202 0 176 78.798 176 176v0zM896 192v640c0 35.346-28.654 64-64 64v0h-640c-35.346 0-64-28.654-64-64v0-640c0-35.346 28.654-64 64-64v0h640c35.346 0 64 28.654 64 64v0zM832 832v-640h-640v640h14.68c19.992-61.859 56.225-113.826 103.696-152.539l0.584-0.461q12.32-9.92 25.44-18.48c2.466-1.631 5.493-2.602 8.746-2.602 4.024 0 7.701 1.486 10.513 3.938l-0.019-0.016c41.677 36.135 96.447 58.154 156.36 58.154s114.683-22.020 156.658-58.407l-0.298 0.253c2.793-2.436 6.47-3.922 10.494-3.922 3.253 0 6.28 0.971 8.806 2.639l-0.060-0.037q13.12 8.6 25.44 18.48c48.054 39.173 84.288 91.141 103.639 150.719l0.641 2.281h14.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-square-fill"]},"attrs":[{}],"properties":{"order":30682,"id":50,"name":"user-square-fill","prevSize":16,"code":60845},"setIdx":4,"setId":4,"iconIdx":1197},{"icon":{"paths":["M256.48 591.2c0.013 0.239 0.020 0.519 0.020 0.8 0 8.837-7.163 16-16 16-0.007 0-0.014-0-0.021-0l0.001 0h-176.48c-0.014 0-0.031 0-0.048 0-15.076 0-27.718-10.426-31.107-24.462l-0.045-0.218c-0.469-2.099-0.738-4.509-0.738-6.982 0-7.867 2.72-15.098 7.27-20.805l-0.052 0.067c28.118-37.024 64.717-66.192 106.987-84.876l1.733-0.684c-32.126-29.367-52.2-71.456-52.2-118.234 0-88.366 71.634-160 160-160 79.551 0 145.543 58.057 157.916 134.112l0.124 0.922c0.113 0.71 0.178 1.529 0.178 2.364 0 6.348-3.753 11.819-9.161 14.316l-0.098 0.040c-88.488 41.62-148.669 129.991-148.76 232.428l-0 0.012c0 5.12 0 10.16 0.48 15.2zM984.48 555.56c-28.057-36.985-64.573-66.135-106.751-84.836l-1.729-0.684c32.126-29.367 52.2-71.456 52.2-118.234 0-88.366-71.634-160-160-160-79.551 0-145.543 58.057-157.916 134.112l-0.124 0.922c-0.113 0.71-0.178 1.529-0.178 2.364 0 6.348 3.753 11.819 9.161 14.316l0.098 0.040c88.488 41.62 148.669 129.991 148.76 232.428l0 0.012c0 5.12 0 10.16-0.48 15.2-0.013 0.239-0.020 0.519-0.020 0.8 0 8.837 7.163 16 16 16 0.007 0 0.014-0 0.021-0l-0.001 0h176.48c0.014 0 0.031 0 0.048 0 15.076 0 27.718-10.426 31.107-24.462l0.045-0.218c0.472-2.102 0.742-4.517 0.742-6.994 0-7.883-2.737-15.126-7.313-20.831l0.051 0.065zM628.48 728.28c45.95-35.441 75.26-90.514 75.26-152.433 0-106.039-85.961-192-192-192s-192 85.961-192 192c0 61.919 29.31 116.992 74.813 152.101l0.447 0.331c-57.225 25.212-103.455 66.611-133.986 118.374l-0.734 1.346c-2.695 4.59-4.287 10.109-4.287 16 0 17.673 14.327 32 32 32 0.003 0 0.005-0 0.008-0l448 0c0.002 0 0.005 0 0.007 0 17.673 0 32-14.327 32-32 0-5.891-1.592-11.41-4.369-16.151l0.082 0.151c-31.328-53.138-77.642-94.544-133.112-118.993l-1.848-0.727z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["users-three-fill"]},"attrs":[{}],"properties":{"order":30683,"id":49,"name":"users-three-fill","prevSize":16,"code":60846},"setIdx":4,"setId":4,"iconIdx":1198},{"icon":{"paths":["M336 480c0-97.202 78.798-176 176-176s176 78.798 176 176c0 97.202-78.798 176-176 176v0c-97.202 0-176-78.798-176-176v0zM840.64 708.72c-4.726-2.79-10.414-4.438-16.487-4.438-11.116 0-20.942 5.523-26.883 13.974l-0.070 0.105c-7.48 10.257-14.719 19.185-22.373 27.733l0.293-0.333c-23.602-33.964-52.56-62.361-85.954-84.629l-1.166-0.731c-2.487-1.669-5.547-2.664-8.841-2.664-4.036 0-7.723 1.494-10.538 3.96l0.018-0.016c-41.696 36.234-96.529 58.318-156.52 58.318s-114.824-22.085-156.813-58.568l0.293 0.249c-2.811-2.505-6.539-4.036-10.623-4.036-3.351 0-6.461 1.030-9.031 2.791l0.055-0.035c-34.573 22.96-63.543 51.318-86.474 84.202l-0.686 1.038c-48.242-53.987-80.107-123.532-87.255-200.251l-0.105-1.389h61.6c0.154 0.003 0.335 0.004 0.517 0.004 10.696 0 20.196-5.119 26.183-13.041l0.060-0.083c3.856-5.222 6.172-11.787 6.172-18.893 0-8.836-3.582-16.836-9.372-22.627l-96-96c-5.792-5.798-13.797-9.385-22.64-9.385s-16.848 3.587-22.64 9.385l-0 0-96 96c-5.791 5.791-9.372 13.791-9.372 22.627 0 7.106 2.316 13.67 6.234 18.98l-0.062-0.088c6.047 8.005 15.547 13.124 26.243 13.124 0.182 0 0.363-0.001 0.544-0.004l-0.027 0h64.28c17.085 215.605 196.254 384.092 414.775 384.092 138.688 0 261.524-67.867 337.11-172.202l0.835-1.211c3.757-5.178 6.010-11.661 6.010-18.669 0-11.492-6.058-21.569-15.154-27.212l-0.136-0.079zM1021.56 499.76c-4.934-11.696-16.306-19.757-29.56-19.76l-65.2-0c-17.085-215.605-196.254-384.092-414.775-384.092-138.688 0-261.524 67.867-337.11 172.202l-0.835 1.211c-3.76 5.181-6.015 11.667-6.015 18.68 0 17.681 14.333 32.015 32.015 32.015 10.669 0 20.118-5.218 25.936-13.242l0.064-0.093c64.668-89.264 168.581-146.658 285.9-146.658 183.13 0 333.596 139.846 350.433 318.571l0.107 1.407h-62.52c-0.007-0-0.016-0-0.025-0-17.673 0-32 14.327-32 32 0 8.843 3.587 16.848 9.385 22.64l0 0 96 96c5.792 5.798 13.797 9.385 22.64 9.385s16.848-3.587 22.64-9.385l0-0 96-96c5.785-5.79 9.363-13.786 9.363-22.618 0-4.425-0.898-8.639-2.522-12.472l0.079 0.21z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-switch-fill"]},"attrs":[{}],"properties":{"order":30684,"id":48,"name":"user-switch-fill","prevSize":16,"code":60847},"setIdx":4,"setId":4,"iconIdx":1199},{"icon":{"paths":["M1016.28 459.16l-182.16-212.24c-11.82-14.052-29.412-22.92-49.076-22.92-0.001 0-0.003 0-0.004 0l-657.040-0c-35.346 0-64 28.654-64 64v0 448c0 35.346 28.654 64 64 64v0h68c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h200c14.63 55.774 64.588 96.251 124 96.251s109.37-40.477 123.801-95.359l0.199-0.892h68c35.346 0 64-28.654 64-64v0-256c-0.001-7.98-2.923-15.277-7.755-20.881l0.035 0.041zM128 448v-160h224v160zM320 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM640 448h-224v-160h224zM768 832c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM704 448v-160h81.040l137.32 160z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["van-fill"]},"attrs":[{}],"properties":{"order":30685,"id":47,"name":"van-fill","prevSize":16,"code":60848},"setIdx":4,"setId":4,"iconIdx":1200},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 544c0 35.346 28.654 64 64 64v0h64v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h448v64c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h64c35.346 0 64-28.654 64-64v0-544c0-35.346-28.654-64-64-64v0zM832 544h-115.64c-15.101 64.612-72.216 112-140.399 112-79.529 0-144-64.471-144-144s64.471-144 144-144c68.183 0 125.298 47.388 140.207 111.026l0.192 0.974h115.64c17.673 0 32 14.327 32 32s-14.327 32-32 32v0zM656 512c0 44.183-35.817 80-80 80s-80-35.817-80-80c0-44.183 35.817-80 80-80v0c44.183 0 80 35.817 80 80v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["vault-fill"]},"attrs":[{}],"properties":{"order":30686,"id":46,"name":"vault-fill","prevSize":16,"code":60849},"setIdx":4,"setId":4,"iconIdx":1201},{"icon":{"paths":["M384 128h256c53.019 0 96 42.981 96 96v576c0 53.019-42.981 96-96 96h-256c-53.019 0-96-42.981-96-96v-576c0-53.019 42.981-96 96-96z","M832 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0z","M960 384c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z","M192 320c-17.673 0-32 14.327-32 32v0 320c0 17.673 14.327 32 32 32s32-14.327 32-32v0-320c0-17.673-14.327-32-32-32v0z","M64 384c-17.673 0-32 14.327-32 32v0 192c0 17.673 14.327 32 32 32s32-14.327 32-32v0-192c0-17.673-14.327-32-32-32v0z"],"attrs":[{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["vibrate-fill"]},"attrs":[{},{},{},{},{}],"properties":{"order":30687,"id":45,"name":"vibrate-fill","prevSize":16,"code":60850},"setIdx":4,"setId":4,"iconIdx":1202},{"icon":{"paths":["M768 288v448c0 35.346-28.654 64-64 64v0h-576c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h576c35.346 0 64 28.654 64 64v0zM1000 289c-2.35-0.599-5.047-0.943-7.825-0.943-6.99 0-13.472 2.179-18.802 5.894l0.107-0.071-134.36 89.56c-4.318 2.911-7.12 7.783-7.12 13.31 0 0.004 0 0.007 0 0.011l-0-0.001v230.48c-0 0.003-0 0.007-0 0.010 0 5.527 2.802 10.399 7.063 13.273l0.057 0.036 135.12 90.080c4.99 3.37 11.139 5.379 17.758 5.379 6.121 0 11.84-1.718 16.702-4.699l-0.14 0.080c9.344-6.008 15.445-16.351 15.445-28.119 0-0.197-0.002-0.394-0.005-0.59l0 0.030v-382.72c0-0.005 0-0.010 0-0.016 0-14.83-10.088-27.304-23.777-30.934l-0.223-0.050z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["video-camera-fill"]},"attrs":[{}],"properties":{"order":30688,"id":44,"name":"video-camera-fill","prevSize":16,"code":60851},"setIdx":4,"setId":4,"iconIdx":1203},{"icon":{"paths":["M855.68 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-77.76-85.52h-602.56c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h78.92l-38.6-42.48c-5.315-5.698-8.578-13.37-8.578-21.804 0-17.673 14.327-32 32-32 9.509 0 18.049 4.147 23.91 10.732l0.028 0.032zM1007.080 292c-4.374-2.39-9.581-3.796-15.117-3.796-6.604 0-12.741 2-17.837 5.429l0.114-0.073-128 85.36c-8.631 5.818-14.233 15.554-14.24 26.599l-0 0.001v213.36c0.007 11.046 5.609 20.782 14.126 26.528l0.114 0.072 128 85.36c4.918 3.236 10.948 5.162 17.427 5.162 0.117 0 0.234-0.001 0.351-0.002l-0.018 0c17.673 0 32-14.327 32-32v0-384c-0.087-12.065-6.838-22.533-16.751-27.916l-0.169-0.084zM712.32 589.84c5.875 6.448 14.308 10.478 23.682 10.478 17.673 0 32-14.327 32-32 0-0.112-0.001-0.224-0.002-0.335l0 0.017v-280c0-35.346-28.654-64-64-64v0h-251.76c-17.672 0.002-31.997 14.328-31.997 32 0 8.299 3.159 15.859 8.34 21.545l-0.023-0.025z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["video-camera-slash-fill"]},"attrs":[{}],"properties":{"order":30689,"id":43,"name":"video-camera-slash-fill","prevSize":16,"code":60852},"setIdx":4,"setId":4,"iconIdx":1204},{"icon":{"paths":["M928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h768c17.673 0 32 14.327 32 32v0zM928 224v448c0 35.346-28.654 64-64 64v0h-704c-35.346 0-64-28.654-64-64v0-448c0-35.346 28.654-64 64-64v0h704c35.346 0 64 28.654 64 64v0zM656 448c-0.004-11.301-5.865-21.233-14.713-26.924l-0.127-0.076-176-112c-4.859-3.13-10.792-4.99-17.16-4.99-17.67 0-31.994 14.321-32 31.99l-0 0.001v224c0.006 17.669 14.33 31.99 32 31.99 6.368 0 12.301-1.86 17.287-5.066l-0.127 0.076 176-112c8.975-5.767 14.836-15.699 14.84-26.999l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["video-fill"]},"attrs":[{}],"properties":{"order":30690,"id":42,"name":"video-fill","prevSize":16,"code":60853},"setIdx":4,"setId":4,"iconIdx":1205},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM800 512c0 123.72-128.96 224-288 224s-288-100.28-288-224 128.96-224 288-224 288 100.28 288 224z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["vignette-fill"]},"attrs":[{}],"properties":{"order":30691,"id":41,"name":"vignette-fill","prevSize":16,"code":60854},"setIdx":4,"setId":4,"iconIdx":1206},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM288 512c0 17.673-14.327 32-32 32s-32-14.327-32-32v0c0.182-158.985 129.015-287.818 287.983-288l0.017-0c17.673 0 32 14.327 32 32s-14.327 32-32 32v0c-123.657 0.137-223.863 100.343-224 223.987l-0 0.013zM416 512c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96v0c-53.019 0-96-42.981-96-96v0zM512 800c-17.673 0-32-14.327-32-32s14.327-32 32-32v0c123.657-0.137 223.863-100.343 224-223.987l0-0.013c0-17.673 14.327-32 32-32s32 14.327 32 32v0c-0.182 158.985-129.015 287.818-287.983 288l-0.017 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["vinyl-record-fill"]},"attrs":[{}],"properties":{"order":30692,"id":40,"name":"vinyl-record-fill","prevSize":16,"code":60855},"setIdx":4,"setId":4,"iconIdx":1207},{"icon":{"paths":["M704 464c0 26.51-21.49 48-48 48v0h-48v-96h48c26.51 0 48 21.49 48 48v0zM1024 512c-0.205 176.648-143.351 319.795-319.98 320l-384.020 0c-176.731 0-320-143.269-320-320s143.269-320 320-320v0h384c176.648 0.205 319.795 143.351 320 319.98l0 0.020zM476 354.36c-3.547-1.474-7.667-2.33-11.987-2.33-13.337 0-24.768 8.159-29.575 19.758l-0.078 0.212-74.36 182.96-74.36-182.96c-4.584-12.425-16.324-21.124-30.095-21.124-17.673 0-32 14.327-32 32 0 4.755 1.037 9.267 2.897 13.323l-0.082-0.199 104 256c4.892 11.794 16.315 19.939 29.64 19.939s24.748-8.144 29.562-19.727l0.078-0.212 104-256c1.474-3.547 2.33-7.667 2.33-11.987 0-13.337-8.159-24.768-19.758-29.575l-0.212-0.078zM723.32 553.4c27.171-20.658 44.534-53.001 44.534-89.4 0-61.805-50.061-111.917-111.846-112l-0.008-0h-80c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32s32-14.327 32-32v0-64h48c2.16 0 4.32 0 6.44-0.2l45.76 80c5.635 9.754 16.013 16.213 27.9 16.213 17.735 0 32.113-14.377 32.113-32.113 0-5.848-1.563-11.332-4.295-16.055l0.083 0.155z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["virtual-reality-fill"]},"attrs":[{}],"properties":{"order":30693,"id":39,"name":"virtual-reality-fill","prevSize":16,"code":60856},"setIdx":4,"setId":4,"iconIdx":1208},{"icon":{"paths":["M960 480h-65.36c-7.076-83.094-39.751-157.439-90.003-216.332l0.443 0.532 49.56-49.56c5.794-5.794 9.378-13.799 9.378-22.64 0-17.683-14.335-32.018-32.018-32.018-8.841 0-16.846 3.584-22.64 9.378v-0l-49.36 49.56c-58.412-49.846-132.834-82.528-214.593-89.464l-1.407-0.096v-65.36c0-17.673-14.327-32-32-32s-32 14.327-32 32v0 65.36c-83.094 7.076-157.439 39.751-216.332 90.003l0.532-0.443-49.56-49.56c-5.794-5.794-13.799-9.378-22.64-9.378-17.683 0-32.018 14.335-32.018 32.018 0 8.841 3.584 16.846 9.378 22.64l49.56 49.56c-49.846 58.412-82.528 132.834-89.464 214.593l-0.096 1.407h-65.36c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h65.36c7.076 83.094 39.751 157.439 90.003 216.332l-0.443-0.532-49.56 49.36c-5.794 5.794-9.378 13.799-9.378 22.64 0 17.683 14.335 32.018 32.018 32.018 8.841 0 16.846-3.584 22.64-9.378l0-0 49.56-49.56c58.412 49.846 132.834 82.528 214.593 89.464l1.407 0.096v65.36c0 17.673 14.327 32 32 32s32-14.327 32-32v0-65.36c83.094-7.076 157.439-39.751 216.332-90.003l-0.532 0.443 49.56 49.56c5.794 5.794 13.799 9.378 22.64 9.378 17.683 0 32.018-14.335 32.018-32.018 0-8.841-3.584-16.846-9.378-22.64l0 0-49.76-49.36c49.846-58.412 82.528-132.834 89.464-214.593l0.096-1.407h65.36c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM320 432c0-61.856 50.144-112 112-112s112 50.144 112 112c0 61.856-50.144 112-112 112v0c-61.856 0-112-50.144-112-112v0zM512 768c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0zM704 576c-35.346 0-64-28.654-64-64s28.654-64 64-64c35.346 0 64 28.654 64 64v0c0 35.346-28.654 64-64 64v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["virus-fill"]},"attrs":[{}],"properties":{"order":30694,"id":38,"name":"virus-fill","prevSize":16,"code":60857},"setIdx":4,"setId":4,"iconIdx":1209},{"icon":{"paths":["M800 288c-123.623 0.118-223.793 100.361-223.793 224 0 62.66 25.728 119.31 67.196 159.964l0.037 0.036h-262.88c41.505-40.69 67.233-97.34 67.233-160 0-123.712-100.288-224-224-224s-224 100.288-224 224c0 123.712 100.288 224 224 224 0.073 0 0.146-0 0.219-0l575.989 0c123.712 0 224-100.288 224-224s-100.288-224-224-224v0zM224 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0zM800 672c-88.366 0-160-71.634-160-160s71.634-160 160-160c88.366 0 160 71.634 160 160v0c0 88.366-71.634 160-160 160v0zM896 512c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0zM320 512c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96v0c53.019 0 96 42.981 96 96v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["voicemail-fill"]},"attrs":[{}],"properties":{"order":30695,"id":37,"name":"voicemail-fill","prevSize":16,"code":60858},"setIdx":4,"setId":4,"iconIdx":1210},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM862.52 480h-137.040c-0.434-124.688-55.562-236.415-142.631-312.502l-0.489-0.418c151.111 31.885 265.293 157.181 280.050 311.495l0.11 1.425zM178.12 623.48c-11.485-33.252-18.118-71.573-18.118-111.442 0-118.332 58.423-223.019 147.998-286.789l1.079-0.73 68.48 118.6c-102.097 60.148-175.369 159.949-198.994 277.697l-0.446 2.663zM235.6 729.72c-0.656-8.054-1.030-17.436-1.030-26.905 0-129.192 69.599-242.129 173.349-303.359l1.641-0.896 65.48 113.44-165.96 287.48c-28.097-20.044-52.293-43.057-72.921-69.031l-0.559-0.729zM838.96 642.32c-55.667 38.602-124.652 61.667-199.024 61.667-64.37 0-124.704-17.278-176.618-47.449l1.682 0.902 65.48-113.44h332c-3.319 36.202-11.659 69.548-24.361 100.648l0.841-2.328z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["volleyball-fill"]},"attrs":[{}],"properties":{"order":30696,"id":36,"name":"volleyball-fill","prevSize":16,"code":60859},"setIdx":4,"setId":4,"iconIdx":1211},{"icon":{"paths":["M864 288h-640c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h544c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-544c-53.019 0-96 42.981-96 96v0 512c0 53.019 42.981 96 96 96v0h640c35.346 0 64-28.654 64-64v0-448c0-35.346-28.654-64-64-64v0zM720 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wallet-fill"]},"attrs":[{}],"properties":{"order":30697,"id":35,"name":"wallet-fill","prevSize":16,"code":60860},"setIdx":4,"setId":4,"iconIdx":1212},{"icon":{"paths":["M544 368h368c8.837 0 16-7.163 16-16v0-128c0-17.673-14.327-32-32-32v0h-336c-8.837 0-16 7.163-16 16v0z","M736 608h176c8.837 0 16-7.163 16-16v0-144c0-8.837-7.163-16-16-16v0h-176z","M352 432h320v176h-320v-176z","M288 432h-176c-8.837 0-16 7.163-16 16v0 144c0 8.837 7.163 16 16 16v0h176z","M544 672v144c0 8.837 7.163 16 16 16v0h336c17.673 0 32-14.327 32-32v0-112c0-8.837-7.163-16-16-16v0z","M480 368v-160c0-8.837-7.163-16-16-16v0h-336c-17.673 0-32 14.327-32 32v0 128c0 8.837 7.163 16 16 16v0z","M480 672h-368c-8.837 0-16 7.163-16 16v0 112c0 17.673 14.327 32 32 32v0h336c8.837 0 16-7.163 16-16v0z"],"attrs":[{},{},{},{},{},{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wall-fill"]},"attrs":[{},{},{},{},{},{},{}],"properties":{"order":30698,"id":34,"name":"wall-fill","prevSize":16,"code":60861},"setIdx":4,"setId":4,"iconIdx":1213},{"icon":{"paths":["M960 736h-32v-504.4l38.68-8.32c14.957-2.88 26.101-15.864 26.101-31.452 0-17.673-14.327-32-32-32-2.662 0-5.249 0.325-7.721 0.938l0.22-0.046-896 192c-14.538 3.218-25.25 15.998-25.25 31.28 0 17.663 14.31 31.983 31.969 32l0.002 0c2.397-0.004 4.73-0.266 6.976-0.76l-0.216 0.040 25.24-5.4v326.12h-32c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h896c17.673 0 32-14.327 32-32s-14.327-32-32-32v0zM736 736h-448v-64h448zM736 608h-448v-64h448z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warehouse-fill"]},"attrs":[{}],"properties":{"order":30699,"id":33,"name":"warehouse-fill","prevSize":16,"code":60862},"setIdx":4,"setId":4,"iconIdx":1214},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM480 320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 736c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warning-circle-fill"]},"attrs":[{}],"properties":{"order":30700,"id":32,"name":"warning-circle-fill","prevSize":16,"code":60863},"setIdx":4,"setId":4,"iconIdx":1215},{"icon":{"paths":["M941.32 466.88l-384.2-384.24c-11.568-11.501-27.514-18.611-45.12-18.611s-33.552 7.109-45.123 18.614l0.003-0.003-384 384.24c-11.501 11.568-18.611 27.514-18.611 45.12s7.109 33.552 18.614 45.123l-0.003-0.003 384.2 384.24c11.568 11.501 27.514 18.611 45.12 18.611s33.552-7.109 45.123-18.614l-0.003 0.003 384.2-384.24c11.501-11.568 18.611-27.514 18.611-45.12s-7.109-33.552-18.614-45.123l0.003 0.003zM480 320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 736c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warning-diamond-fill"]},"attrs":[{}],"properties":{"order":30701,"id":31,"name":"warning-diamond-fill","prevSize":16,"code":60864},"setIdx":4,"setId":4,"iconIdx":1216},{"icon":{"paths":["M947.2 752.36l-349.8-607.48c-17.525-29.455-49.194-48.883-85.4-48.883s-67.875 19.428-85.149 48.428l-0.251 0.455-349.8 607.48c-8.072 13.588-12.843 29.957-12.843 47.44s4.771 33.852 13.082 47.875l-0.239-0.435c17.146 29.356 48.5 48.765 84.389 48.765 0.356 0 0.711-0.002 1.066-0.006l-0.054 0h699.6c0.277 0.003 0.604 0.004 0.932 0.004 35.888 0 67.242-19.409 84.139-48.304l0.249-0.461c8.097-13.604 12.883-29.998 12.883-47.508 0-17.455-4.756-33.8-13.042-47.808l0.239 0.437zM480 416c0-17.673 14.327-32 32-32s32 14.327 32 32v0 160c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 768c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warning-fill"]},"attrs":[{}],"properties":{"order":30702,"id":30,"name":"warning-fill","prevSize":16,"code":60865},"setIdx":4,"setId":4,"iconIdx":1217},{"icon":{"paths":["M909.24 320.92l-206.16-206.16c-11.615-11.547-27.606-18.702-45.269-18.76l-0.011-0h-291.6c-17.674 0.058-33.665 7.213-45.283 18.763l0.003-0.003-206.16 206.16c-11.547 11.615-18.702 27.606-18.76 45.269l-0 0.011v291.6c0.058 17.674 7.213 33.665 18.763 45.283l-0.003-0.003 206.16 206.16c11.615 11.547 27.606 18.702 45.269 18.76l0.011 0h291.6c17.674-0.058 33.665-7.213 45.283-18.763l-0.003 0.003 206.16-206.16c11.547-11.615 18.702-27.606 18.76-45.269l0-0.011v-291.6c-0.058-17.674-7.213-33.665-18.763-45.283l0.003 0.003zM480 320c0-17.673 14.327-32 32-32s32 14.327 32 32v0 224c0 17.673-14.327 32-32 32s-32-14.327-32-32v0zM512 736c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warning-octagon-fill"]},"attrs":[{}],"properties":{"order":30703,"id":29,"name":"warning-octagon-fill","prevSize":16,"code":60866},"setIdx":4,"setId":4,"iconIdx":1218},{"icon":{"paths":["M701.2 254.12l-24.96-137.52c-5.596-30.102-31.65-52.592-62.959-52.6l-202.561-0c-31.31 0.008-57.364 22.498-62.899 52.204l-0.061 0.396-24.96 137.52c-79.692 58.82-130.809 152.381-130.809 257.88s51.117 199.059 129.935 257.264l0.874 0.616 24.96 137.52c5.596 30.102 31.65 52.592 62.959 52.6l202.561 0c31.31-0.008 57.364-22.498 62.899-52.204l0.061-0.396 24.96-137.52c79.692-58.82 130.809-152.381 130.809-257.88s-51.117-199.059-129.935-257.264l-0.874-0.616zM410.72 128h202.56l15.64 86.2c-34.645-14.048-74.83-22.199-116.92-22.199s-82.275 8.151-119.064 22.962l2.144-0.762zM613.28 896h-202.56l-15.64-86.2c34.645 14.048 74.83 22.199 116.92 22.199s82.275-8.151 119.064-22.962l-2.144 0.762zM672 544h-160c-17.673 0-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32s32 14.327 32 32v0 128h128c17.673 0 32 14.327 32 32s-14.327 32-32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["watch-fill"]},"attrs":[{}],"properties":{"order":30704,"id":28,"name":"watch-fill","prevSize":16,"code":60867},"setIdx":4,"setId":4,"iconIdx":1219},{"icon":{"paths":["M256 384v256c0 17.673-14.327 32-32 32v0h-32c-17.673 0-32-14.327-32-32v0-256c0-17.673 14.327-32 32-32v0h32c17.673 0 32 14.327 32 32v0zM384 96h-32c-17.673 0-32 14.327-32 32v0 768c0 17.673 14.327 32 32 32v0h32c17.673 0 32-14.327 32-32v0-768c0-17.673-14.327-32-32-32v0zM544 224h-32c-17.673 0-32 14.327-32 32v0 512c0 17.673 14.327 32 32 32v0h32c17.673 0 32-14.327 32-32v0-512c0-17.673-14.327-32-32-32v0zM704 352h-32c-17.673 0-32 14.327-32 32v0 256c0 17.673 14.327 32 32 32v0h32c17.673 0 32-14.327 32-32v0-256c0-17.673-14.327-32-32-32v0zM864 288h-32c-17.673 0-32 14.327-32 32v0 384c0 17.673 14.327 32 32 32v0h32c17.673 0 32-14.327 32-32v0-384c0-17.673-14.327-32-32-32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["waveform-fill"]},"attrs":[{}],"properties":{"order":30705,"id":27,"name":"waveform-fill","prevSize":16,"code":60868},"setIdx":4,"setId":4,"iconIdx":1220},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM817.76 538.64l-288 192c-4.983 3.358-11.122 5.36-17.729 5.36-0.011 0-0.022-0-0.033-0l0.002 0c-17.673 0-32-14.327-32-32v0-324l-238.24 158.64c-4.991 3.369-11.141 5.377-17.76 5.377-17.683 0-32.017-14.335-32.017-32.017 0-11.063 5.611-20.816 14.143-26.568l0.114-0.072 288-192c4.99-3.371 11.14-5.381 17.76-5.381 17.673 0 32 14.327 32 32 0 0.007-0 0.015-0 0.022l0-0.001v324.2l238.24-158.84c4.991-3.369 11.141-5.377 17.76-5.377 17.683 0 32.017 14.335 32.017 32.017 0 11.063-5.611 20.816-14.143 26.568l-0.114 0.072z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wave-sawtooth-fill"]},"attrs":[{}],"properties":{"order":30706,"id":26,"name":"wave-sawtooth-fill","prevSize":16,"code":60869},"setIdx":4,"setId":4,"iconIdx":1221},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM782.32 700.64c-2.88 1.44-71.56 35.36-142.32 35.36-71.56 0-109.16-18.8-142.32-35.36-30.72-15.36-57.24-28.64-113.68-28.64-55.36 0-113.16 28.36-113.72 28.64-4.167 2.126-9.088 3.372-14.3 3.372-17.679 0-32.012-14.332-32.012-32.012 0-12.467 7.127-23.27 17.529-28.556l0.182-0.084c2.88-1.44 71.56-35.36 142.32-35.36 71.56 0 109.16 18.8 142.32 35.36 30.72 15.36 57.24 28.64 113.68 28.64 55.36 0 113.16-28.36 113.72-28.64 4.167-2.126 9.088-3.372 14.3-3.372 17.679 0 32.012 14.332 32.012 32.012 0 12.467-7.127 23.27-17.529 28.556l-0.182 0.084zM782.32 540.64c-2.88 1.44-71.56 35.36-142.32 35.36-71.56 0-109.16-18.8-142.32-35.36-30.72-15.36-57.24-28.64-113.68-28.64-55.36 0-113.16 28.36-113.72 28.64-4.167 2.126-9.088 3.372-14.3 3.372-17.679 0-32.012-14.332-32.012-32.012 0-12.467 7.127-23.27 17.529-28.556l0.182-0.084c2.88-1.44 71.56-35.36 142.32-35.36 71.56 0 109.16 18.8 142.32 35.36 30.72 15.36 57.24 28.64 113.68 28.64 55.36 0 113.16-28.36 113.72-28.64 4.167-2.126 9.088-3.372 14.3-3.372 17.679 0 32.012 14.332 32.012 32.012 0 12.467-7.127 23.27-17.529 28.556l-0.182 0.084zM782.32 380.64c-2.88 1.44-71.56 35.36-142.32 35.36-71.56 0-109.16-18.8-142.32-35.36-30.72-15.36-57.24-28.64-113.68-28.64-55.36 0-113.16 28.36-113.72 28.64-4.167 2.126-9.088 3.372-14.3 3.372-17.679 0-32.012-14.332-32.012-32.012 0-12.467 7.127-23.27 17.529-28.556l0.182-0.084c2.88-1.44 71.56-35.36 142.32-35.36 71.56 0 109.16 18.8 142.32 35.36 30.72 15.36 57.24 28.64 113.68 28.64 55.36 0 113.16-28.36 113.72-28.64 4.167-2.126 9.088-3.372 14.3-3.372 17.679 0 32.012 14.332 32.012 32.012 0 12.467-7.127 23.27-17.529 28.556l-0.182 0.084z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["waves-fill"]},"attrs":[{}],"properties":{"order":30707,"id":25,"name":"waves-fill","prevSize":16,"code":60870},"setIdx":4,"setId":4,"iconIdx":1222},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM844.88 525.76c-66.72 140-124.24 202.24-186.6 202.24-78.72 0-125.56-98.24-175.16-202.24-35.12-73.76-79.12-165.76-117.4-165.76-14.96 0-57.48 16-128.84 165.76-5.398 10.487-16.148 17.536-28.545 17.536-17.673 0-32-14.327-32-32 0-4.728 1.026-9.217 2.866-13.256l-0.082 0.2c66.72-139.88 124.24-202.24 186.6-202.24 78.72 0 125.56 98.24 175.16 202.24 35.12 73.76 79.12 165.76 117.4 165.76 14.96 0 57.48-16 128.84-165.76 5.121-11.258 16.271-18.944 29.215-18.944 17.673 0 32 14.327 32 32 0 5.277-1.277 10.255-3.539 14.643l0.084-0.179z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wave-sine-fill"]},"attrs":[{}],"properties":{"order":30708,"id":24,"name":"wave-sine-fill","prevSize":16,"code":60871},"setIdx":4,"setId":4,"iconIdx":1223},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM832 672c0 17.673-14.327 32-32 32v0h-288c-17.673 0-32-14.327-32-32v0-288h-224v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v0-160c0-17.673 14.327-32 32-32v0h288c17.673 0 32 14.327 32 32v0 288h224v-128c0-17.673 14.327-32 32-32s32 14.327 32 32v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wave-square-fill"]},"attrs":[{}],"properties":{"order":30709,"id":23,"name":"wave-square-fill","prevSize":16,"code":60872},"setIdx":4,"setId":4,"iconIdx":1224},{"icon":{"paths":["M864 160h-704c-35.346 0-64 28.654-64 64v0 576c0 35.346 28.654 64 64 64v0h704c35.346 0 64-28.654 64-64v0-576c0-35.346-28.654-64-64-64v0zM824.6 532.48l-160 192c-5.911 7.061-14.729 11.52-24.588 11.52-0.004 0-0.008-0-0.013-0l-1.719 0c-10.397-0.571-19.41-6.023-24.848-14.086l-0.072-0.114-232-348.36-132.76 159.040c-5.913 7.067-14.735 11.529-24.6 11.529-17.678 0-32.009-14.331-32.009-32.009 0-7.813 2.799-14.973 7.45-20.53l-0.041 0.050 160-192c5.911-7.074 14.737-11.542 24.606-11.542 11.063 0 20.814 5.614 26.561 14.148l0.072 0.114 232.2 348.36 132.56-159.080c5.913-7.067 14.735-11.529 24.6-11.529 17.678 0 32.009 14.331 32.009 32.009 0 7.813-2.799 14.973-7.45 20.53l0.041-0.050z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wave-triangle-fill"]},"attrs":[{}],"properties":{"order":30710,"id":22,"name":"wave-triangle-fill","prevSize":16,"code":60873},"setIdx":4,"setId":4,"iconIdx":1225},{"icon":{"paths":["M640 416c0 70.692-57.308 128-128 128s-128-57.308-128-128c0-70.692 57.308-128 128-128v0c70.692 0 128 57.308 128 128v0zM928 832c0 17.673-14.327 32-32 32v0h-768c-17.673 0-32-14.327-32-32s14.327-32 32-32v0h352v-65.6c-162.421-16.804-288-152.935-288-318.396 0-176.731 143.269-320 320-320s320 143.269 320 320c0 165.461-125.58 301.592-286.627 318.281l-1.373 0.115v65.6h352c17.673 0 32 14.327 32 32v0zM512 608c106.039 0 192-85.961 192-192s-85.961-192-192-192c-106.039 0-192 85.961-192 192v0c0.114 105.993 86.007 191.886 191.989 192l0.011 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["webcam-fill"]},"attrs":[{}],"properties":{"order":30711,"id":21,"name":"webcam-fill","prevSize":16,"code":60874},"setIdx":4,"setId":4,"iconIdx":1226},{"icon":{"paths":["M855.68 842.48l-640-704c-5.889-6.617-14.429-10.764-23.938-10.764-17.673 0-32 14.327-32 32 0 8.434 3.263 16.106 8.595 21.823l-0.017-0.019 66.96 73.68c-27.24 46.088-43.334 101.564-43.334 160.799 0 165.481 125.609 301.624 286.684 318.287l1.371 0.115v65.6h-352c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h660.76l19.56 21.52c5.889 6.617 14.429 10.764 23.938 10.764 17.673 0 32-14.327 32-32 0-8.434-3.263-16.106-8.595-21.823l0.017 0.019zM320 416c0.036-20.64 3.311-40.502 9.342-59.124l-0.382 1.364 55.040 60.6c1.486 64.172 49.978 116.574 112.303 124.179l0.617 0.061 55.080 60.68c-12.023 2.678-25.832 4.213-40 4.213-106.029 0-191.985-85.946-192-191.971l-0-0.002zM544 800v-65.64c37.623-3.847 72.085-13.64 103.719-28.465l-1.959 0.825 84.8 93.28zM346.24 186.96c-5.139-5.656-8.285-13.203-8.285-21.485 0-11.897 6.493-22.278 16.128-27.793l0.157-0.083c45.416-26.242 99.899-41.726 157.998-41.726 176.731 0 320 143.269 320 320 0 68.807-21.716 132.541-58.669 184.724l0.671-0.998c-5.486 7.749-14.18 12.915-24.106 13.555l-0.094 0.005h-2c-9.373-0.001-17.805-4.032-23.657-10.455l-0.023-0.025-44.36-48.84c-5.169-5.663-8.335-13.232-8.335-21.54 0-6.145 1.732-11.885 4.734-16.759l-0.079 0.138c17.567-28.433 27.977-62.902 27.977-99.802 0-106.039-85.961-192-192-192-30.481 0-59.302 7.103-84.901 19.743l1.124-0.502c-4.139 2.094-9.023 3.32-14.193 3.32-9.355 0-17.773-4.015-23.624-10.415l-0.022-0.025zM512 288c70.692 0 128 57.308 128 128v0c-0.015 5.021-0.291 9.958-0.814 14.821l0.054-0.621c-1.818 16.107-15.365 28.511-31.809 28.511-9.389 0-17.834-4.044-23.687-10.484l-0.023-0.026-96.96-106.68c-5.16-5.661-8.32-13.223-8.32-21.524 0-17.504 14.055-31.726 31.495-31.996l0.025-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["webcam-slash-fill"]},"attrs":[{}],"properties":{"order":30712,"id":20,"name":"webcam-slash-fill","prevSize":16,"code":60875},"setIdx":4,"setId":4,"iconIdx":1227},{"icon":{"paths":["M200.6 672l155.68-269.72-8.96-15.52c-17.009-28.084-27.074-62.018-27.074-98.303 0-106.039 85.961-192 192-192 77.653 0 144.538 46.098 174.784 112.422l0.491 1.201c1.886 4.005 2.987 8.698 2.987 13.649 0 11.79-6.244 22.122-15.605 27.87l-0.142 0.081c-4.606 2.72-10.15 4.327-16.069 4.327-13.046 0-24.268-7.807-29.251-19.003l-0.081-0.204c-20.39-45.266-65.109-76.209-117.054-76.209-70.692 0-128 57.308-128 128 0 24.138 6.682 46.716 18.296 65.984l-0.322-0.576c0.124 0.15 0.231 0.321 0.314 0.506l0.006 0.014 55.32 95.76c2.695 4.59 4.287 10.109 4.287 16s-1.592 11.41-4.369 16.151l0.082-0.151-146.48 253.72c-11.359 18.881-31.74 31.316-55.025 31.316-35.346 0-64-28.654-64-64 0-11.505 3.036-22.302 8.351-31.631l-0.165 0.315zM764.6 512h-49.36l-147.8-256c-11.359-18.881-31.74-31.316-55.025-31.316-35.346 0-64 28.654-64 64 0 11.505 3.036 22.302 8.351 31.631l-0.165-0.315 138.56 240c5.63 9.623 15.911 15.988 27.678 16l142.522 0c71.56 0 131.8 58.56 130.64 130.12-1.182 69.349-57.337 125.196-126.695 125.879l-0.065 0.001c-0.118-0.002-0.258-0.002-0.397-0.002-16.914 0-30.848 12.755-32.709 29.172l-0.014 0.151c-0.072 0.803-0.112 1.737-0.112 2.68 0 17.673 14.327 32 32 32 0.040 0 0.079-0 0.119-0l-0.006 0c106.077-0.096 192.032-86.11 192.032-192.2 0-1.238-0.012-2.473-0.035-3.705l0.003 0.185c-2.16-105.12-90.2-188.28-195.36-188.28zM832 700.92c-1.6-34.44-31.28-60.92-65.72-60.92h-307.040c-0.002-0-0.005-0-0.007-0-11.782 0-22.077 6.368-27.631 15.849l-0.082 0.151-64.64 112c-22.571 38.41-63.686 63.787-110.728 63.787-70.692 0-128-57.308-128-128 0-28.517 9.325-54.855 25.093-76.133l-0.245 0.346c4.234-5.469 6.786-12.426 6.786-19.978 0-9.477-4.019-18.016-10.447-24.004l-0.020-0.018c-5.629-5.033-13.099-8.109-21.289-8.109-10.428 0-19.691 4.988-25.533 12.708l-0.058 0.080c-23.743 31.196-38.142 70.628-38.44 113.411l-0 0.069c-0.005 0.511-0.008 1.115-0.008 1.72 0 106.039 85.961 192 192 192 70.644 0 132.377-38.152 165.718-94.976l0.49-0.904 18.48-32h327.32c0.022 0 0.048 0 0.074 0 35.346 0 64-28.654 64-64 0-1.083-0.027-2.16-0.080-3.231l0.006 0.151z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["webhooks-logo-fill"]},"attrs":[{}],"properties":{"order":30713,"id":19,"name":"webhooks-logo-fill","prevSize":16,"code":60876},"setIdx":4,"setId":4,"iconIdx":1228},{"icon":{"paths":["M927.16 749.32c20.729-41.215 32.866-89.82 32.866-141.26 0-163.235-122.223-297.923-280.146-317.542l-1.561-0.158c-50.388-114.591-162.913-193.157-293.787-193.157-176.731 0-320 143.269-320 320 0 50.993 11.927 99.199 33.144 141.983l-0.837-1.866-30.64 107.28c-1.37 4.614-2.159 9.915-2.159 15.4 0 30.914 25.049 55.977 55.957 56l0.002 0c0.046 0 0.1 0 0.154 0 5.418 0 10.652-0.789 15.593-2.259l-0.386 0.099 107.28-30.64c29.951 15.156 64.786 25.93 101.571 30.372l1.509 0.148c50.116 115.233 162.968 194.347 294.298 194.347 51.441 0 100.046-12.138 143.109-33.705l-1.847 0.838 107.28 30.64c4.597 1.36 9.878 2.143 15.343 2.143 30.928 0 56-25.072 56-56 0-5.464-0.783-10.746-2.242-15.739l0.099 0.396zM528 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0zM320 608c0.015 20.232 1.921 40.009 5.551 59.176l-0.311-1.976c-24.23-5.717-45.571-14.091-65.299-25.020l1.299 0.66c-4.428-2.464-9.713-3.915-15.337-3.915-3.084 0-6.067 0.436-8.889 1.251l0.226-0.056-105.64 30.2 30.2-105.64c0.759-2.596 1.195-5.579 1.195-8.663 0-5.624-1.451-10.909-3.998-15.501l0.083 0.164c-20.315-35.869-32.287-78.776-32.287-124.48 0-141.444 114.663-256.107 256.107-256.107 95.74 0 179.21 52.534 223.156 130.349l0.664 1.278c-161.727 17.633-286.498 153.351-286.72 318.257l-0 0.023zM752 608c-26.51 0-48-21.49-48-48s21.49-48 48-48c26.51 0 48 21.49 48 48v0c0 26.51-21.49 48-48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wechat-logo-fill"]},"attrs":[{}],"properties":{"order":30714,"id":18,"name":"wechat-logo-fill","prevSize":16,"code":60877},"setIdx":4,"setId":4,"iconIdx":1229},{"icon":{"paths":["M610.32 580.92l92 45.92c-9.102 44.31-47.781 77.16-94.133 77.16-0.066 0-0.131-0-0.197-0l0.010 0c-158.985-0.182-287.818-129.015-288-287.983l-0-0.017c-0-0.008-0-0.017-0-0.027 0-46.352 32.851-85.031 76.54-94.026l0.62-0.107 45.92 92-39.080 58.16c-3.367 4.988-5.374 11.135-5.374 17.75 0 4.435 0.902 8.659 2.533 12.499l-0.079-0.21c23.383 54.6 66 97.217 119.131 120.039l1.469 0.561c3.747 1.666 8.12 2.636 12.718 2.636 6.553 0 12.646-1.97 17.719-5.349l-0.117 0.073zM928 512c0 0.027 0 0.059 0 0.091 0 229.75-186.25 416-416 416-71.565 0-138.91-18.071-197.72-49.9l2.2 1.089-136.2 45.4c-6.042 2.084-13.004 3.287-20.247 3.287-35.346 0-64-28.654-64-64 0-7.243 1.203-14.205 3.421-20.698l-0.134 0.45 45.4-136.2c-30.683-56.567-48.72-123.852-48.72-195.349 0-229.75 186.25-416 416-416 229.69 0 415.903 186.152 416 415.82l0 0.009zM768 608c0-0.007 0-0.015 0-0.023 0-12.453-7.113-23.245-17.498-28.533l-0.182-0.084-128-64c-4.159-2.118-9.071-3.359-14.272-3.359-6.606 0-12.744 2.002-17.842 5.432l0.114-0.073-58.76 39.2c-27.114-15.102-48.898-36.886-63.578-63.177l-0.422-0.823 39.2-58.76c3.357-4.983 5.359-11.122 5.359-17.728 0-5.201-1.241-10.113-3.443-14.455l0.084 0.182-64-128c-5.351-10.633-16.177-17.8-28.677-17.8-0.029 0-0.058 0-0.088 0l0.005-0c-88.366 0-160 71.634-160 160v0c0.228 194.313 157.687 351.772 351.978 352l0.022 0c88.366 0 160-71.634 160-160v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["whatsapp-logo-fill"]},"attrs":[{}],"properties":{"order":30715,"id":17,"name":"whatsapp-logo-fill","prevSize":16,"code":60878},"setIdx":4,"setId":4,"iconIdx":1230},{"icon":{"paths":["M1002.12 798.36l-96 32c-3.030 1.049-6.522 1.654-10.156 1.654-12.443 0-23.227-7.102-28.52-17.473l-0.084-0.181-119.16-238.36h-332.2c-17.673 0-32-14.327-32-32v0-118.64c-93.259 28.483-159.925 113.776-159.925 214.64 0 123.685 100.245 223.957 223.92 224l0.004 0c103.64 0 200.36-72.2 225-168 3.68-13.92 16.161-24.016 31-24.016 17.682 0 32.016 14.334 32.016 32.016 0 2.843-0.371 5.599-1.066 8.223l0.050-0.223c-32.24 125.2-152.92 216-287 216-158.985-0.097-287.83-129.002-287.83-288 0-136.305 94.691-250.494 221.879-280.374l1.951-0.386v-76c-46.649-14.229-80-56.885-80-107.331 0-61.856 50.144-112 112-112s112 50.144 112 112c0 50.446-33.351 93.102-79.207 107.123l-0.793 0.209v68.76h224c17.673 0 32 14.327 32 32s-14.327 32-32 32v0h-224v96h320c12.446 0.007 23.23 7.118 28.516 17.498l0.084 0.182 115.6 231.2 69.68-23.24c3.020-1.041 6.5-1.642 10.12-1.642 17.674 0 32.002 14.328 32.002 32.002 0 14.054-9.059 25.992-21.657 30.293l-0.225 0.067z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wheelchair-fill"]},"attrs":[{}],"properties":{"order":30716,"id":16,"name":"wheelchair-fill","prevSize":16,"code":60879},"setIdx":4,"setId":4,"iconIdx":1231},{"icon":{"paths":["M576 192c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128v0c-70.692 0-128-57.308-128-128v0zM640 640c-17.673 0-32 14.327-32 32v0c0 106.039-85.961 192-192 192s-192-85.961-192-192c0-106.039 85.961-192 192-192v0c17.673 0 32-14.327 32-32s-14.327-32-32-32v0c-141.385 0-256 114.615-256 256s114.615 256 256 256c141.385 0 256-114.615 256-256v0c0-17.673-14.327-32-32-32v0zM800 512h-232.72l68.48-119.12c2.676-4.577 4.256-10.077 4.256-15.946 0-11.178-5.731-21.017-14.416-26.74l-0.12-0.074c-59.051-38.9-131.471-62.053-209.299-62.053-93.209 0-178.662 33.21-245.172 88.442l0.631-0.509c-7.655 5.907-12.538 15.084-12.538 25.401 0 17.673 14.327 32 32 32 8.175 0 15.633-3.065 21.289-8.109l-0.032 0.028c54.906-45.487 126.069-73.084 203.678-73.084 54.219 0 105.292 13.469 150.056 37.244l-1.734-0.84-80.12 139.36c-2.695 4.59-4.287 10.109-4.287 16 0 17.673 14.327 32 32 32 0.017 0 0.033-0 0.050-0l-0.003 0h248.96l-56.32 281.72c-0.394 1.884-0.62 4.049-0.62 6.266 0 15.443 10.94 28.332 25.493 31.338l0.207 0.036c1.886 0.407 4.053 0.64 6.275 0.64 0.002 0 0.004-0 0.005-0l-0 0c15.427-0.029 28.29-10.969 31.284-25.513l0.036-0.207 64-320c0.396-1.888 0.622-4.058 0.622-6.28 0-17.653-14.294-31.967-31.939-32l-0.003-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wheelchair-motion-fill"]},"attrs":[{}],"properties":{"order":30717,"id":15,"name":"wheelchair-motion-fill","prevSize":16,"code":60880},"setIdx":4,"setId":4,"iconIdx":1232},{"icon":{"paths":["M977.4 371.2l-416 501.72c-11.772 14.144-29.381 23.081-49.078 23.081-0.113 0-0.226-0-0.339-0.001l0.017 0c-0.048 0-0.105 0-0.162 0-19.697 0-37.306-8.937-48.994-22.977l-0.083-0.103-416.16-501.72c-9.080-10.791-14.597-24.841-14.597-40.18 0-2.601 0.159-5.165 0.467-7.682l-0.030 0.302c2.145-17.719 11.284-32.966 24.528-43.128l0.152-0.112c123.997-95.105 281.343-152.405 452.071-152.405 0.987 0 1.974 0.002 2.961 0.006l-0.152-0c0.834-0.003 1.821-0.005 2.809-0.005 170.729 0 328.074 57.3 453.854 153.718l-1.783-1.312c13.396 10.274 22.535 25.521 24.65 42.934l0.030 0.306c0.278 2.215 0.437 4.779 0.437 7.38 0 15.339-5.517 29.389-14.675 40.275l0.078-0.095z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-high-fill"]},"attrs":[{}],"properties":{"order":30718,"id":14,"name":"wifi-high-fill","prevSize":16,"code":60881},"setIdx":4,"setId":4,"iconIdx":1233},{"icon":{"paths":["M991.56 323.64c-2.145-17.719-11.284-32.966-24.528-43.128l-0.152-0.112c-123.997-95.105-281.343-152.405-452.071-152.405-0.987 0-1.974 0.002-2.961 0.006l0.152-0c-0.834-0.003-1.821-0.005-2.809-0.005-170.729 0-328.074 57.3-453.854 153.718l1.783-1.312c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 416-501.72c9.165-10.817 14.737-24.931 14.737-40.347 0-2.542-0.151-5.048-0.446-7.51l0.029 0.297zM681.48 627.64c-47.552-32.39-106.259-51.716-169.48-51.716s-121.928 19.327-170.535 52.394l1.055-0.677-246.16-296.68c113.319-86.725 257.033-138.965 412.948-138.965 0.946 0 1.892 0.002 2.838 0.006l-0.146-0c0.799-0.003 1.745-0.005 2.692-0.005 155.915 0 299.629 52.24 414.593 140.173l-1.644-1.207z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-low-fill"]},"attrs":[{}],"properties":{"order":30719,"id":13,"name":"wifi-low-fill","prevSize":16,"code":60882},"setIdx":4,"setId":4,"iconIdx":1234},{"icon":{"paths":["M991.56 323.64c-2.145-17.719-11.284-32.966-24.528-43.128l-0.152-0.112c-123.997-95.105-281.343-152.405-452.071-152.405-0.987 0-1.974 0.002-2.961 0.006l0.152-0c-0.834-0.003-1.821-0.005-2.809-0.005-170.729 0-328.074 57.3-453.854 153.718l1.783-1.312c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 416-501.72c9.165-10.817 14.737-24.931 14.737-40.347 0-2.542-0.151-5.048-0.446-7.51l0.029 0.297zM804.48 479.4c-80.878-59.615-182.499-95.411-292.48-95.411s-211.602 35.796-293.848 96.373l1.368-0.962-123.16-148.44c113.319-86.725 257.033-138.965 412.948-138.965 0.946 0 1.892 0.002 2.838 0.006l-0.146-0c0.799-0.003 1.745-0.005 2.692-0.005 155.915 0 299.629 52.24 414.593 140.173l-1.644-1.207z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-medium-fill"]},"attrs":[{}],"properties":{"order":30720,"id":12,"name":"wifi-medium-fill","prevSize":16,"code":60883},"setIdx":4,"setId":4,"iconIdx":1235},{"icon":{"paths":["M991.56 323.64c-2.145-17.719-11.284-32.966-24.528-43.128l-0.152-0.112c-123.997-95.105-281.343-152.405-452.071-152.405-0.987 0-1.974 0.002-2.961 0.006l0.152-0c-0.834-0.003-1.821-0.005-2.809-0.005-170.729 0-328.074 57.3-453.854 153.718l1.783-1.312c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416 501.72c11.772 14.144 29.381 23.081 49.078 23.081 0.113 0 0.226-0 0.339-0.001l-0.017 0c0.048 0 0.105 0 0.162 0 19.697 0 37.306-8.937 48.994-22.977l0.083-0.103 416-501.72c9.165-10.817 14.737-24.931 14.737-40.347 0-2.542-0.151-5.048-0.446-7.51l0.029 0.297zM512 832l-415.64-501.040c113.319-86.725 257.033-138.965 412.948-138.965 0.946 0 1.892 0.002 2.838 0.006l-0.146-0c0.799-0.003 1.745-0.005 2.692-0.005 155.915 0 299.629 52.24 414.593 140.173l-1.644-1.207z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-none-fill"]},"attrs":[{}],"properties":{"order":30721,"id":11,"name":"wifi-none-fill","prevSize":16,"code":60884},"setIdx":4,"setId":4,"iconIdx":1236},{"icon":{"paths":["M855.68 842.48c5.315 5.698 8.578 13.37 8.578 21.804 0 17.673-14.327 32-32 32-9.509 0-18.049-4.147-23.91-10.732l-0.028-0.032-134.68-148-112.4 135.52c-11.77 14.073-29.337 22.961-48.979 22.961-0.092 0-0.184-0-0.276-0.001l0.014 0c-0.048 0-0.105 0-0.162 0-19.697 0-37.306-8.937-48.994-22.977l-0.083-0.103-416.16-501.72c-9.080-10.791-14.597-24.841-14.597-40.18 0-2.601 0.159-5.165 0.467-7.682l-0.030 0.302c2.145-17.719 11.284-32.966 24.528-43.128l0.152-0.112c37.557-28.721 79.996-54.976 124.945-76.881l4.455-1.959-18.2-20c-5.167-5.664-8.331-13.233-8.331-21.54 0-17.679 14.332-32.011 32.011-32.011 9.372 0 17.803 4.027 23.657 10.446l0.023 0.025zM991.68 323.64c-2.145-17.719-11.284-32.966-24.528-43.128l-0.152-0.112c-123.998-95.106-281.344-152.406-452.072-152.406-1.030 0-2.059 0.002-3.087 0.006l0.159-0.001c-0.052-0-0.115-0-0.177-0-49.956 0-98.79 4.804-146.064 13.976l4.801-0.776c-14.942 2.892-26.071 15.869-26.071 31.446 0 8.296 3.157 15.854 8.334 21.54l-0.023-0.026 378.6 416.48c5.875 6.448 14.307 10.479 23.68 10.48l0.92 0c9.652-0.205 18.226-4.653 23.958-11.548l0.042-0.052 197.4-238.32c9.080-10.791 14.597-24.841 14.597-40.18 0-2.601-0.159-5.165-0.467-7.682l0.030 0.302z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-slash-fill"]},"attrs":[{}],"properties":{"order":30722,"id":10,"name":"wifi-slash-fill","prevSize":16,"code":60885},"setIdx":4,"setId":4,"iconIdx":1237},{"icon":{"paths":["M918.040 392.52c6.127 5.972 9.927 14.305 9.927 23.526 0 7.953-2.827 15.246-7.532 20.929l0.044-0.055c-5.902 6.819-14.569 11.107-24.238 11.107-8.844 0-16.85-3.588-22.642-9.387l-0-0-73.4-73.4-73.36 73.4c-5.792 5.8-13.798 9.387-22.642 9.387-9.669 0-18.336-4.288-24.204-11.067l-0.034-0.040c-4.66-5.628-7.487-12.92-7.487-20.874 0-9.221 3.8-17.555 9.92-23.519l0.007-0.007 72.56-72.52-72.44-72.44c-6.168-5.978-9.997-14.338-9.997-23.593 0-8.423 3.171-16.105 8.384-21.917l-0.027 0.031c5.852-6.222 14.138-10.096 23.329-10.096 8.838 0 16.84 3.583 22.631 9.376l73.36 73.4 73.4-73.4c5.791-5.793 13.793-9.376 22.631-9.376 9.191 0 17.477 3.875 23.313 10.080l0.015 0.017c5.186 5.782 8.357 13.464 8.357 21.887 0 9.255-3.828 17.616-9.988 23.585l-0.009 0.008-72.44 72.44zM848 498.84c-7.389-4.344-13.769-9.298-19.441-14.961l-16.839-16.799c-2.894-2.887-6.889-4.673-11.3-4.673s-8.406 1.785-11.3 4.673l0-0-17.12 16.92c-17.375 17.388-41.386 28.144-67.908 28.144-27.036 0-51.461-11.176-68.909-29.16l-0.023-0.024c-36.76-37.92-34.76-98.92 2.6-136.24l15.24-15.28c2.899-2.896 4.693-6.899 4.693-11.32s-1.793-8.424-4.692-11.32l-0-0-16.76-16.8c-17.371-17.372-28.116-41.372-28.116-67.88 0-26.628 10.841-50.724 28.35-68.114l0.005-0.005c2.013-2.012 3.258-4.793 3.258-7.864 0-5.512-4.010-10.087-9.273-10.967l-0.065-0.009c-35.534-5.829-76.487-9.16-118.219-9.16-0.064 0-0.127 0-0.191 0l0.009-0c-0.794-0.003-1.734-0.005-2.674-0.005-170.772 0-328.162 57.299-453.992 153.719l1.787-1.314c-13.396 10.274-22.535 25.521-24.65 42.934l-0.030 0.306c-0.278 2.215-0.437 4.779-0.437 7.38 0 15.339 5.517 29.389 14.675 40.275l-0.078-0.095 416.28 501.72c11.772 14.143 29.381 23.080 49.078 23.080 0.015 0 0.030-0 0.044-0l-0.002 0c0.009 0 0.020 0 0.031 0 19.737 0 37.387-8.934 49.127-22.979l0.082-0.101 290.4-350c2.434-2.792 3.917-6.467 3.917-10.489 0-5.71-2.991-10.721-7.491-13.552l-0.066-0.039z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-x-fill"]},"attrs":[{}],"properties":{"order":30723,"id":9,"name":"wifi-x-fill","prevSize":16,"code":60886},"setIdx":4,"setId":4,"iconIdx":1238},{"icon":{"paths":["M480 416h-384c-0.021 0-0.046 0-0.070 0-17.673 0-32-14.327-32-32 0-0.746 0.026-1.486 0.076-2.219l-0.005 0.099c1.486-16.805 15.496-29.884 32.56-29.884 0.183 0 0.365 0.002 0.547 0.004l-0.027-0h350.92c0.021 0 0.046 0 0.070 0 17.673 0 32-14.327 32-32 0-0.746-0.026-1.486-0.076-2.219l0.005 0.099c-1.486-16.805-15.496-29.884-32.56-29.884-0.183 0-0.365 0.002-0.547 0.004l0.027-0h-77.76c-0.050 0.001-0.11 0.001-0.169 0.001-8.837 0-16-7.163-16-16 0-0.819 0.062-1.623 0.18-2.409l-0.011 0.088c9.273-62.373 62.453-109.68 126.682-109.68 70.692 0 128 57.308 128 128 0 70.637-57.218 127.91-127.834 128l-0.009 0zM959.68 406.84c-4.912-66.652-60.195-118.868-127.674-118.868-64.239 0-117.425 47.322-126.601 109.007l-0.086 0.7c-0.108 0.697-0.169 1.502-0.169 2.321 0 8.837 7.163 16 16 16 0.059 0 0.119-0 0.178-0.001l-0.009 0h77.76c0.131-0.002 0.285-0.003 0.44-0.003 17.064 0 31.073 13.078 32.551 29.758l0.009 0.125c0.045 0.634 0.070 1.374 0.070 2.12 0 17.673-14.327 32-32 32-0.025 0-0.049-0-0.074-0l0.004 0h-671c-0.155-0.003-0.337-0.004-0.52-0.004-17.064 0-31.074 13.079-32.551 29.76l-0.009 0.124c-0.045 0.634-0.070 1.374-0.070 2.12 0 17.673 14.327 32 32 32 0.025 0 0.049-0 0.074-0l-0.004 0h704c0.002 0 0.005 0 0.008 0 70.692 0 128-57.308 128-128 0-3.223-0.119-6.419-0.353-9.582l0.025 0.422zM608 608h-446.92c-0.155-0.003-0.337-0.004-0.52-0.004-17.064 0-31.074 13.079-32.551 29.76l-0.009 0.124c-0.045 0.634-0.070 1.374-0.070 2.12 0 17.673 14.327 32 32 32 0.025 0 0.049-0 0.074-0l-0.004 0h414.92c0.131-0.002 0.285-0.003 0.44-0.003 17.064 0 31.073 13.078 32.551 29.758l0.009 0.125c0.045 0.634 0.070 1.374 0.070 2.12 0 17.673-14.327 32-32 32-0.025 0-0.049-0-0.074-0l0.004 0h-78.76c-0.050-0.001-0.11-0.001-0.169-0.001-8.837 0-16 7.163-16 16 0 0.819 0.062 1.623 0.18 2.409l-0.011-0.088c9.273 62.373 62.453 109.68 126.682 109.68 70.692 0 128-57.308 128-128 0-70.637-57.218-127.91-127.834-128l-0.009-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wind-fill"]},"attrs":[{}],"properties":{"order":30724,"id":8,"name":"wind-fill","prevSize":16,"code":60887},"setIdx":4,"setId":4,"iconIdx":1239},{"icon":{"paths":["M448 576v206.56c0 17.673-14.327 32-32 32v0c-2.031-0.014-4.008-0.202-5.929-0.551l0.209 0.031-256-46.56c-15.042-2.806-26.278-15.831-26.28-31.48l-0-0v-160c0-17.673 14.327-32 32-32v0h256c17.673 0 32 14.327 32 32v0zM436.52 216.88c-5.511-4.627-12.683-7.437-20.51-7.437-2.025 0-4.007 0.188-5.928 0.548l0.198-0.031-256 46.56c-15.042 2.806-26.278 15.831-26.28 31.48l-0 0v160c0 17.673 14.327 32 32 32v0h256c17.673 0 32-14.327 32-32v0-206.56c0-0.002 0-0.003 0-0.005 0-9.841-4.442-18.644-11.431-24.514l-0.049-0.040zM864 544h-320c-17.673 0-32 14.327-32 32v0 229.8c-0 0.011-0 0.023-0 0.035 0 15.651 11.236 28.678 26.082 31.454l0.198 0.031 320 58.16c1.685 0.331 3.622 0.52 5.604 0.52 0.041 0 0.082-0 0.123-0l-0.006 0c17.673 0 32-14.327 32-32v0-288c0-17.673-14.327-32-32-32v0zM884.52 135.44c-5.511-4.627-12.683-7.437-20.51-7.437-2.025 0-4.007 0.188-5.928 0.548l0.198-0.031-320 58.2c-15.042 2.806-26.278 15.831-26.28 31.48l-0 0v229.8c0 17.673 14.327 32 32 32v0h320c17.673 0 32-14.327 32-32v0-288c0-0.002 0-0.003 0-0.005 0-9.841-4.442-18.644-11.431-24.514l-0.049-0.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["windows-logo-fill"]},"attrs":[{}],"properties":{"order":30725,"id":7,"name":"windows-logo-fill","prevSize":16,"code":60888},"setIdx":4,"setId":4,"iconIdx":1240},{"icon":{"paths":["M821.32 382.68l-87.080-295.72c-4.031-13.376-16.236-22.952-30.679-22.96l-383.121-0c-14.444 0.008-26.649 9.584-30.621 22.733l-0.059 0.227-87.080 295.72c-6.853 21.922-10.801 47.129-10.801 73.258 0 73.096 30.896 138.975 80.341 185.292l0.14 0.13c54.873 51.548 126.693 85.631 206.253 93.055l1.387 0.105v161.48h-128c-17.673 0-32 14.327-32 32s14.327 32 32 32v0h320c17.673 0 32-14.327 32-32s-14.327-32-32-32v0h-128v-161.48c80.948-7.523 152.77-41.607 207.824-93.331l-0.184 0.171c49.579-46.459 80.47-112.345 80.47-185.447 0-26.119-3.944-51.318-11.268-75.032l0.478 1.799zM344.36 128h335.28l80.36 272.76c0.36 1.2 0.68 2.4 1 3.6-85.68 30.72-182.16-6.4-234.52-32.92-100.76-51-180.76-57.48-239.76-47.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wine-fill"]},"attrs":[{}],"properties":{"order":30726,"id":6,"name":"wine-fill","prevSize":16,"code":60889},"setIdx":4,"setId":4,"iconIdx":1241},{"icon":{"paths":["M928 384c0 0.086 0 0.187 0 0.289 0 159.058-128.942 288-288 288-41.885 0-81.682-8.941-117.585-25.019l1.825 0.73-208.24 240.88c-0.48 0.56-1.040 1.16-1.56 1.68-23.166 23.166-55.17 37.495-90.52 37.495-70.701 0-128.015-57.314-128.015-128.015 0-35.35 14.329-67.354 37.495-90.52h-0c0.56-0.52 1.12-1.080 1.72-1.56l240.88-208.2c-15.252-34.003-24.137-73.7-24.137-115.472 0-159.213 129.067-288.28 288.28-288.28 24.866 0 48.997 3.148 72.016 9.068l-1.999-0.436c14.023 3.601 24.22 16.13 24.22 31.040 0 8.394-3.232 16.033-8.519 21.741l0.019-0.021-149.88 162.6 22.64 105.4 105.36 22.6 162.6-150.080c5.687-5.268 13.326-8.5 21.72-8.5 14.91 0 27.438 10.197 30.991 23.998l0.048 0.222c5.489 21.108 8.64 45.341 8.64 70.31 0 0.018-0 0.035-0 0.053l0-0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wrench-fill"]},"attrs":[{}],"properties":{"order":30727,"id":5,"name":"wrench-fill","prevSize":16,"code":60890},"setIdx":4,"setId":4,"iconIdx":1242},{"icon":{"paths":["M512 96c-229.75 0-416 186.25-416 416s186.25 416 416 416c229.75 0 416-186.25 416-416v0c-0.25-229.65-186.35-415.75-415.976-416l-0.024-0zM662.64 617.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-105.4 105.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["x-circle-fill"]},"attrs":[{}],"properties":{"order":30728,"id":4,"name":"x-circle-fill","prevSize":16,"code":60891},"setIdx":4,"setId":4,"iconIdx":1243},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM726.64 681.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-169.36-169.4-169.36 169.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l169.4-169.36-169.4-169.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l169.36 169.4 169.36-169.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-169.4 169.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["x-fill"]},"attrs":[{}],"properties":{"order":30729,"id":3,"name":"x-fill","prevSize":16,"code":60892},"setIdx":4,"setId":4,"iconIdx":1244},{"icon":{"paths":["M832 128h-640c-35.346 0-64 28.654-64 64v0 640c0 35.346 28.654 64 64 64v0h640c35.346 0 64-28.654 64-64v0-640c0-35.346-28.654-64-64-64v0zM662.64 617.36c5.794 5.794 9.378 13.799 9.378 22.64 0 17.683-14.335 32.018-32.018 32.018-8.841 0-16.846-3.584-22.64-9.378l-105.36-105.4-105.36 105.4c-5.794 5.794-13.799 9.378-22.64 9.378-17.683 0-32.018-14.335-32.018-32.018 0-8.841 3.584-16.846 9.378-22.64l105.4-105.36-105.4-105.36c-5.794-5.794-9.378-13.799-9.378-22.64 0-17.683 14.335-32.018 32.018-32.018 8.841 0 16.846 3.584 22.64 9.378l105.36 105.4 105.36-105.4c5.794-5.794 13.799-9.378 22.64-9.378 17.683 0 32.018 14.335 32.018 32.018 0 8.841-3.584 16.846-9.378 22.64l-105.4 105.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["x-square-fill"]},"attrs":[{}],"properties":{"order":30730,"id":2,"name":"x-square-fill","prevSize":16,"code":60893},"setIdx":4,"setId":4,"iconIdx":1245},{"icon":{"paths":["M560 320c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416c0-229.75 186.25-416 416-416v0c229.65 0.25 415.75 186.35 416 415.976l0 0.024zM560 704c0-26.51-21.49-48-48-48s-48 21.49-48 48c0 26.51 21.49 48 48 48v0c26.51 0 48-21.49 48-48v0zM688 336c-0.114-97.156-78.844-175.886-175.989-176l-0.011-0c-194.311 0.124-351.782 157.672-351.782 352 0 124.732 64.877 234.311 162.727 296.834l1.415 0.846c-12.826-26.232-20.326-57.080-20.326-89.68 0-114.863 93.106-207.981 207.964-208l0.002-0c97.156-0.114 175.886-78.844 176-175.989l0-0.011z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["yin-yang-fill"]},"attrs":[{}],"properties":{"order":30731,"id":1,"name":"yin-yang-fill","prevSize":16,"code":60894},"setIdx":4,"setId":4,"iconIdx":1246},{"icon":{"paths":["M937.32 278.080c-7.899-30.195-29.359-54.167-57.313-65.371l-0.647-0.229c-137.12-52.96-355.36-52.48-367.36-52.48s-230.24-0.48-367.36 52.48c-28.601 11.433-50.061 35.405-57.811 64.931l-0.149 0.669c-10.36 39.92-22.68 112.88-22.68 233.92s12.32 194 22.68 233.92c7.888 30.211 29.35 54.199 57.313 65.411l0.647 0.229c131.36 50.68 336.96 52.44 364.72 52.44h5.28c27.76 0 233.48-1.76 364.72-52.44 28.609-11.441 50.072-35.429 57.811-64.972l0.149-0.668c10.36-40 22.68-112.88 22.68-233.92s-12.32-194-22.68-233.92zM648.88 525.32l-192 128c-2.495 1.685-5.57 2.69-8.88 2.69-8.837 0-16-7.163-16-16 0-0.004 0-0.007 0-0.011l-0 0.001v-256c-0-0.003-0-0.007-0-0.010 0-8.837 7.163-16 16-16 3.31 0 6.385 1.005 8.937 2.727l-0.057-0.036 192 128c4.327 2.909 7.136 7.787 7.136 13.32s-2.809 10.411-7.078 13.284l-0.057 0.036z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["youtube-logo-fill"]},"attrs":[{}],"properties":{"order":30732,"id":0,"name":"youtube-logo-fill","prevSize":16,"code":60895},"setIdx":4,"setId":4,"iconIdx":1247}],"height":1024,"metadata":{"name":"Phosphor-Fill","url":"https://phosphoricons.com","designer":"Helena Zhang & Tobias Fried","designerURL":"https://phosphoricons.com","license":"MIT","licenseURL":"https://github.com/phosphor-icons/homepage/blob/master/LICENSE"},"preferences":{"showGlyphs":true,"showCodes":true,"showQuickUse":false,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"ph-fill.ph-","metadata":{"fontFamily":"Phosphor-Fill","majorVersion":2,"minorVersion":0,"fontURL":"https://phosphoricons.com","copyright":"2023","designer":"Helena Zhang & Tobias Fried","designerURL":"https://phosphoricons.com","license":"MIT","licenseURL":"https://github.com/phosphor-icons/homepage/blob/master/LICENSE"},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"noie8":true,"ie7":false,"addZero":true,"showSelector":true,"showMetrics":false,"showMetadata":false,"showVersion":true,"includeMetadata":true,"selector":"class","classSelector":".ph-fill","postfix":"","flutter":true,"autoHost":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"name":"icomoon","classSelector":".icon","height":32,"columns":16,"margin":16},"historySize":50,"gridSize":16,"showGrid":true,"showLiga":false,"quickUsageToken":{"Phosphor20":"YjY4NWJkN2JlNzBhMTQwNWYzNWI5NzNiMzE4MTFiNzAjMSMxNjc2MjcwNzg1IyMjNDRjODM2MThmYTM1"}}} \ No newline at end of file diff --git a/public/phicons/fill/style.css b/public/phicons/fill/style.css deleted file mode 100644 index dca77d34..00000000 --- a/public/phicons/fill/style.css +++ /dev/null @@ -1,3769 +0,0 @@ -@font-face { - font-family: "Phosphor-Fill"; - src: url("./Phosphor-Fill.woff") format("woff"), - url("./Phosphor-Fill.ttf") format("truetype"), - url("./Phosphor-Fill.svg#Phosphor-Fill") format("svg"); - font-weight: normal; - font-style: normal; - font-display: block; -} - -.ph-fill { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: "Phosphor-Fill" !important; - speak: never; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.ph-fill.ph-address-book:before { - content: "\e900"; -} -.ph-fill.ph-airplane:before { - content: "\e901"; -} -.ph-fill.ph-airplane-in-flight:before { - content: "\e902"; -} -.ph-fill.ph-airplane-landing:before { - content: "\e903"; -} -.ph-fill.ph-airplane-takeoff:before { - content: "\e904"; -} -.ph-fill.ph-airplane-tilt:before { - content: "\e905"; -} -.ph-fill.ph-airplay:before { - content: "\e906"; -} -.ph-fill.ph-air-traffic-control:before { - content: "\e907"; -} -.ph-fill.ph-alarm:before { - content: "\e908"; -} -.ph-fill.ph-alien:before { - content: "\e909"; -} -.ph-fill.ph-align-bottom:before { - content: "\e90a"; -} -.ph-fill.ph-align-bottom-simple:before { - content: "\e90b"; -} -.ph-fill.ph-align-center-horizontal:before { - content: "\e90c"; -} -.ph-fill.ph-align-center-horizontal-simple:before { - content: "\e90d"; -} -.ph-fill.ph-align-center-vertical:before { - content: "\e90e"; -} -.ph-fill.ph-align-center-vertical-simple:before { - content: "\e90f"; -} -.ph-fill.ph-align-left:before { - content: "\e910"; -} -.ph-fill.ph-align-left-simple:before { - content: "\e911"; -} -.ph-fill.ph-align-right:before { - content: "\e912"; -} -.ph-fill.ph-align-right-simple:before { - content: "\e913"; -} -.ph-fill.ph-align-top:before { - content: "\e914"; -} -.ph-fill.ph-align-top-simple:before { - content: "\e915"; -} -.ph-fill.ph-amazon-logo:before { - content: "\e916"; -} -.ph-fill.ph-anchor:before { - content: "\e917"; -} -.ph-fill.ph-anchor-simple:before { - content: "\e918"; -} -.ph-fill.ph-android-logo:before { - content: "\e919"; -} -.ph-fill.ph-angular-logo:before { - content: "\e91a"; -} -.ph-fill.ph-aperture:before { - content: "\e91b"; -} -.ph-fill.ph-apple-logo:before { - content: "\e91c"; -} -.ph-fill.ph-apple-podcasts-logo:before { - content: "\e91d"; -} -.ph-fill.ph-app-store-logo:before { - content: "\e91e"; -} -.ph-fill.ph-app-window:before { - content: "\e91f"; -} -.ph-fill.ph-archive-box:before { - content: "\e920"; -} -.ph-fill.ph-archive:before { - content: "\e921"; -} -.ph-fill.ph-archive-tray:before { - content: "\e922"; -} -.ph-fill.ph-armchair:before { - content: "\e923"; -} -.ph-fill.ph-arrow-arc-left:before { - content: "\e924"; -} -.ph-fill.ph-arrow-arc-right:before { - content: "\e925"; -} -.ph-fill.ph-arrow-bend-double-up-left:before { - content: "\e926"; -} -.ph-fill.ph-arrow-bend-double-up-right:before { - content: "\e927"; -} -.ph-fill.ph-arrow-bend-down-left:before { - content: "\e928"; -} -.ph-fill.ph-arrow-bend-down-right:before { - content: "\e929"; -} -.ph-fill.ph-arrow-bend-left-down:before { - content: "\e92a"; -} -.ph-fill.ph-arrow-bend-left-up:before { - content: "\e92b"; -} -.ph-fill.ph-arrow-bend-right-down:before { - content: "\e92c"; -} -.ph-fill.ph-arrow-bend-right-up:before { - content: "\e92d"; -} -.ph-fill.ph-arrow-bend-up-left:before { - content: "\e92e"; -} -.ph-fill.ph-arrow-bend-up-right:before { - content: "\e92f"; -} -.ph-fill.ph-arrow-circle-down:before { - content: "\e930"; -} -.ph-fill.ph-arrow-circle-down-left:before { - content: "\e931"; -} -.ph-fill.ph-arrow-circle-down-right:before { - content: "\e932"; -} -.ph-fill.ph-arrow-circle-left:before { - content: "\e933"; -} -.ph-fill.ph-arrow-circle-right:before { - content: "\e934"; -} -.ph-fill.ph-arrow-circle-up:before { - content: "\e935"; -} -.ph-fill.ph-arrow-circle-up-left:before { - content: "\e936"; -} -.ph-fill.ph-arrow-circle-up-right:before { - content: "\e937"; -} -.ph-fill.ph-arrow-clockwise:before { - content: "\e938"; -} -.ph-fill.ph-arrow-counter-clockwise:before { - content: "\e939"; -} -.ph-fill.ph-arrow-down:before { - content: "\e93a"; -} -.ph-fill.ph-arrow-down-left:before { - content: "\e93b"; -} -.ph-fill.ph-arrow-down-right:before { - content: "\e93c"; -} -.ph-fill.ph-arrow-elbow-down-left:before { - content: "\e93d"; -} -.ph-fill.ph-arrow-elbow-down-right:before { - content: "\e93e"; -} -.ph-fill.ph-arrow-elbow-left-down:before { - content: "\e93f"; -} -.ph-fill.ph-arrow-elbow-left:before { - content: "\e940"; -} -.ph-fill.ph-arrow-elbow-left-up:before { - content: "\e941"; -} -.ph-fill.ph-arrow-elbow-right-down:before { - content: "\e942"; -} -.ph-fill.ph-arrow-elbow-right:before { - content: "\e943"; -} -.ph-fill.ph-arrow-elbow-right-up:before { - content: "\e944"; -} -.ph-fill.ph-arrow-elbow-up-left:before { - content: "\e945"; -} -.ph-fill.ph-arrow-elbow-up-right:before { - content: "\e946"; -} -.ph-fill.ph-arrow-fat-down:before { - content: "\e947"; -} -.ph-fill.ph-arrow-fat-left:before { - content: "\e948"; -} -.ph-fill.ph-arrow-fat-line-down:before { - content: "\e949"; -} -.ph-fill.ph-arrow-fat-line-left:before { - content: "\e94a"; -} -.ph-fill.ph-arrow-fat-line-right:before { - content: "\e94b"; -} -.ph-fill.ph-arrow-fat-lines-down:before { - content: "\e94c"; -} -.ph-fill.ph-arrow-fat-lines-left:before { - content: "\e94d"; -} -.ph-fill.ph-arrow-fat-lines-right:before { - content: "\e94e"; -} -.ph-fill.ph-arrow-fat-lines-up:before { - content: "\e94f"; -} -.ph-fill.ph-arrow-fat-line-up:before { - content: "\e950"; -} -.ph-fill.ph-arrow-fat-right:before { - content: "\e951"; -} -.ph-fill.ph-arrow-fat-up:before { - content: "\e952"; -} -.ph-fill.ph-arrow-left:before { - content: "\e953"; -} -.ph-fill.ph-arrow-line-down:before { - content: "\e954"; -} -.ph-fill.ph-arrow-line-down-left:before { - content: "\e955"; -} -.ph-fill.ph-arrow-line-down-right:before { - content: "\e956"; -} -.ph-fill.ph-arrow-line-left:before { - content: "\e957"; -} -.ph-fill.ph-arrow-line-right:before { - content: "\e958"; -} -.ph-fill.ph-arrow-line-up:before { - content: "\e959"; -} -.ph-fill.ph-arrow-line-up-left:before { - content: "\e95a"; -} -.ph-fill.ph-arrow-line-up-right:before { - content: "\e95b"; -} -.ph-fill.ph-arrow-right:before { - content: "\e95c"; -} -.ph-fill.ph-arrows-clockwise:before { - content: "\e95d"; -} -.ph-fill.ph-arrows-counter-clockwise:before { - content: "\e95e"; -} -.ph-fill.ph-arrows-down-up:before { - content: "\e95f"; -} -.ph-fill.ph-arrows-horizontal:before { - content: "\e960"; -} -.ph-fill.ph-arrows-in-cardinal:before { - content: "\e961"; -} -.ph-fill.ph-arrows-in:before { - content: "\e962"; -} -.ph-fill.ph-arrows-in-line-horizontal:before { - content: "\e963"; -} -.ph-fill.ph-arrows-in-line-vertical:before { - content: "\e964"; -} -.ph-fill.ph-arrows-in-simple:before { - content: "\e965"; -} -.ph-fill.ph-arrows-left-right:before { - content: "\e966"; -} -.ph-fill.ph-arrows-merge:before { - content: "\e967"; -} -.ph-fill.ph-arrows-out-cardinal:before { - content: "\e968"; -} -.ph-fill.ph-arrows-out:before { - content: "\e969"; -} -.ph-fill.ph-arrows-out-line-horizontal:before { - content: "\e96a"; -} -.ph-fill.ph-arrows-out-line-vertical:before { - content: "\e96b"; -} -.ph-fill.ph-arrows-out-simple:before { - content: "\e96c"; -} -.ph-fill.ph-arrow-square-down:before { - content: "\e96d"; -} -.ph-fill.ph-arrow-square-down-left:before { - content: "\e96e"; -} -.ph-fill.ph-arrow-square-down-right:before { - content: "\e96f"; -} -.ph-fill.ph-arrow-square-in:before { - content: "\e970"; -} -.ph-fill.ph-arrow-square-left:before { - content: "\e971"; -} -.ph-fill.ph-arrow-square-out:before { - content: "\e972"; -} -.ph-fill.ph-arrow-square-right:before { - content: "\e973"; -} -.ph-fill.ph-arrow-square-up:before { - content: "\e974"; -} -.ph-fill.ph-arrow-square-up-left:before { - content: "\e975"; -} -.ph-fill.ph-arrow-square-up-right:before { - content: "\e976"; -} -.ph-fill.ph-arrows-split:before { - content: "\e977"; -} -.ph-fill.ph-arrows-vertical:before { - content: "\e978"; -} -.ph-fill.ph-arrow-u-down-left:before { - content: "\e979"; -} -.ph-fill.ph-arrow-u-down-right:before { - content: "\e97a"; -} -.ph-fill.ph-arrow-u-left-down:before { - content: "\e97b"; -} -.ph-fill.ph-arrow-u-left-up:before { - content: "\e97c"; -} -.ph-fill.ph-arrow-up:before { - content: "\e97d"; -} -.ph-fill.ph-arrow-up-left:before { - content: "\e97e"; -} -.ph-fill.ph-arrow-up-right:before { - content: "\e97f"; -} -.ph-fill.ph-arrow-u-right-down:before { - content: "\e980"; -} -.ph-fill.ph-arrow-u-right-up:before { - content: "\e981"; -} -.ph-fill.ph-arrow-u-up-left:before { - content: "\e982"; -} -.ph-fill.ph-arrow-u-up-right:before { - content: "\e983"; -} -.ph-fill.ph-article:before { - content: "\e984"; -} -.ph-fill.ph-article-medium:before { - content: "\e985"; -} -.ph-fill.ph-article-ny-times:before { - content: "\e986"; -} -.ph-fill.ph-asterisk:before { - content: "\e987"; -} -.ph-fill.ph-asterisk-simple:before { - content: "\e988"; -} -.ph-fill.ph-at:before { - content: "\e989"; -} -.ph-fill.ph-atom:before { - content: "\e98a"; -} -.ph-fill.ph-baby:before { - content: "\e98b"; -} -.ph-fill.ph-backpack:before { - content: "\e98c"; -} -.ph-fill.ph-backspace:before { - content: "\e98d"; -} -.ph-fill.ph-bag:before { - content: "\e98e"; -} -.ph-fill.ph-bag-simple:before { - content: "\e98f"; -} -.ph-fill.ph-balloon:before { - content: "\e990"; -} -.ph-fill.ph-bandaids:before { - content: "\e991"; -} -.ph-fill.ph-bank:before { - content: "\e992"; -} -.ph-fill.ph-barbell:before { - content: "\e993"; -} -.ph-fill.ph-barcode:before { - content: "\e994"; -} -.ph-fill.ph-barricade:before { - content: "\e995"; -} -.ph-fill.ph-baseball-cap:before { - content: "\e996"; -} -.ph-fill.ph-baseball:before { - content: "\e997"; -} -.ph-fill.ph-basketball:before { - content: "\e998"; -} -.ph-fill.ph-basket:before { - content: "\e999"; -} -.ph-fill.ph-bathtub:before { - content: "\e99a"; -} -.ph-fill.ph-battery-charging:before { - content: "\e99b"; -} -.ph-fill.ph-battery-charging-vertical:before { - content: "\e99c"; -} -.ph-fill.ph-battery-empty:before { - content: "\e99d"; -} -.ph-fill.ph-battery-full:before { - content: "\e99e"; -} -.ph-fill.ph-battery-high:before { - content: "\e99f"; -} -.ph-fill.ph-battery-low:before { - content: "\e9a0"; -} -.ph-fill.ph-battery-medium:before { - content: "\e9a1"; -} -.ph-fill.ph-battery-plus:before { - content: "\e9a2"; -} -.ph-fill.ph-battery-plus-vertical:before { - content: "\e9a3"; -} -.ph-fill.ph-battery-vertical-empty:before { - content: "\e9a4"; -} -.ph-fill.ph-battery-vertical-full:before { - content: "\e9a5"; -} -.ph-fill.ph-battery-vertical-high:before { - content: "\e9a6"; -} -.ph-fill.ph-battery-vertical-low:before { - content: "\e9a7"; -} -.ph-fill.ph-battery-vertical-medium:before { - content: "\e9a8"; -} -.ph-fill.ph-battery-warning:before { - content: "\e9a9"; -} -.ph-fill.ph-battery-warning-vertical:before { - content: "\e9aa"; -} -.ph-fill.ph-bed:before { - content: "\e9ab"; -} -.ph-fill.ph-beer-bottle:before { - content: "\e9ac"; -} -.ph-fill.ph-beer-stein:before { - content: "\e9ad"; -} -.ph-fill.ph-behance-logo:before { - content: "\e9ae"; -} -.ph-fill.ph-bell:before { - content: "\e9af"; -} -.ph-fill.ph-bell-ringing:before { - content: "\e9b0"; -} -.ph-fill.ph-bell-simple:before { - content: "\e9b1"; -} -.ph-fill.ph-bell-simple-ringing:before { - content: "\e9b2"; -} -.ph-fill.ph-bell-simple-slash:before { - content: "\e9b3"; -} -.ph-fill.ph-bell-simple-z:before { - content: "\e9b4"; -} -.ph-fill.ph-bell-slash:before { - content: "\e9b5"; -} -.ph-fill.ph-bell-z:before { - content: "\e9b6"; -} -.ph-fill.ph-bezier-curve:before { - content: "\e9b7"; -} -.ph-fill.ph-bicycle:before { - content: "\e9b8"; -} -.ph-fill.ph-binoculars:before { - content: "\e9b9"; -} -.ph-fill.ph-bird:before { - content: "\e9ba"; -} -.ph-fill.ph-bluetooth-connected:before { - content: "\e9bb"; -} -.ph-fill.ph-bluetooth:before { - content: "\e9bc"; -} -.ph-fill.ph-bluetooth-slash:before { - content: "\e9bd"; -} -.ph-fill.ph-bluetooth-x:before { - content: "\e9be"; -} -.ph-fill.ph-boat:before { - content: "\e9bf"; -} -.ph-fill.ph-bone:before { - content: "\e9c0"; -} -.ph-fill.ph-book-bookmark:before { - content: "\e9c1"; -} -.ph-fill.ph-book:before { - content: "\e9c2"; -} -.ph-fill.ph-bookmark:before { - content: "\e9c3"; -} -.ph-fill.ph-bookmarks:before { - content: "\e9c4"; -} -.ph-fill.ph-bookmark-simple:before { - content: "\e9c5"; -} -.ph-fill.ph-bookmarks-simple:before { - content: "\e9c6"; -} -.ph-fill.ph-book-open:before { - content: "\e9c7"; -} -.ph-fill.ph-book-open-text:before { - content: "\e9c8"; -} -.ph-fill.ph-books:before { - content: "\e9c9"; -} -.ph-fill.ph-boot:before { - content: "\e9ca"; -} -.ph-fill.ph-bounding-box:before { - content: "\e9cb"; -} -.ph-fill.ph-bowl-food:before { - content: "\e9cc"; -} -.ph-fill.ph-brackets-angle:before { - content: "\e9cd"; -} -.ph-fill.ph-brackets-curly:before { - content: "\e9ce"; -} -.ph-fill.ph-brackets-round:before { - content: "\e9cf"; -} -.ph-fill.ph-brackets-square:before { - content: "\e9d0"; -} -.ph-fill.ph-brain:before { - content: "\e9d1"; -} -.ph-fill.ph-brandy:before { - content: "\e9d2"; -} -.ph-fill.ph-bridge:before { - content: "\e9d3"; -} -.ph-fill.ph-briefcase:before { - content: "\e9d4"; -} -.ph-fill.ph-briefcase-metal:before { - content: "\e9d5"; -} -.ph-fill.ph-broadcast:before { - content: "\e9d6"; -} -.ph-fill.ph-broom:before { - content: "\e9d7"; -} -.ph-fill.ph-browser:before { - content: "\e9d8"; -} -.ph-fill.ph-browsers:before { - content: "\e9d9"; -} -.ph-fill.ph-bug-beetle:before { - content: "\e9da"; -} -.ph-fill.ph-bug-droid:before { - content: "\e9db"; -} -.ph-fill.ph-bug:before { - content: "\e9dc"; -} -.ph-fill.ph-buildings:before { - content: "\e9dd"; -} -.ph-fill.ph-bus:before { - content: "\e9de"; -} -.ph-fill.ph-butterfly:before { - content: "\e9df"; -} -.ph-fill.ph-cactus:before { - content: "\e9e0"; -} -.ph-fill.ph-cake:before { - content: "\e9e1"; -} -.ph-fill.ph-calculator:before { - content: "\e9e2"; -} -.ph-fill.ph-calendar-blank:before { - content: "\e9e3"; -} -.ph-fill.ph-calendar-check:before { - content: "\e9e4"; -} -.ph-fill.ph-calendar:before { - content: "\e9e5"; -} -.ph-fill.ph-calendar-plus:before { - content: "\e9e6"; -} -.ph-fill.ph-calendar-x:before { - content: "\e9e7"; -} -.ph-fill.ph-call-bell:before { - content: "\e9e8"; -} -.ph-fill.ph-camera:before { - content: "\e9e9"; -} -.ph-fill.ph-camera-plus:before { - content: "\e9ea"; -} -.ph-fill.ph-camera-rotate:before { - content: "\e9eb"; -} -.ph-fill.ph-camera-slash:before { - content: "\e9ec"; -} -.ph-fill.ph-campfire:before { - content: "\e9ed"; -} -.ph-fill.ph-cardholder:before { - content: "\e9ee"; -} -.ph-fill.ph-cards:before { - content: "\e9ef"; -} -.ph-fill.ph-caret-circle-double-down:before { - content: "\e9f0"; -} -.ph-fill.ph-caret-circle-double-left:before { - content: "\e9f1"; -} -.ph-fill.ph-caret-circle-double-right:before { - content: "\e9f2"; -} -.ph-fill.ph-caret-circle-double-up:before { - content: "\e9f3"; -} -.ph-fill.ph-caret-circle-down:before { - content: "\e9f4"; -} -.ph-fill.ph-caret-circle-left:before { - content: "\e9f5"; -} -.ph-fill.ph-caret-circle-right:before { - content: "\e9f6"; -} -.ph-fill.ph-caret-circle-up-down:before { - content: "\e9f7"; -} -.ph-fill.ph-caret-circle-up:before { - content: "\e9f8"; -} -.ph-fill.ph-caret-double-down:before { - content: "\e9f9"; -} -.ph-fill.ph-caret-double-left:before { - content: "\e9fa"; -} -.ph-fill.ph-caret-double-right:before { - content: "\e9fb"; -} -.ph-fill.ph-caret-double-up:before { - content: "\e9fc"; -} -.ph-fill.ph-caret-down:before { - content: "\e9fd"; -} -.ph-fill.ph-caret-left:before { - content: "\e9fe"; -} -.ph-fill.ph-caret-right:before { - content: "\e9ff"; -} -.ph-fill.ph-caret-up-down:before { - content: "\ea00"; -} -.ph-fill.ph-caret-up:before { - content: "\ea01"; -} -.ph-fill.ph-car:before { - content: "\ea02"; -} -.ph-fill.ph-car-profile:before { - content: "\ea03"; -} -.ph-fill.ph-carrot:before { - content: "\ea04"; -} -.ph-fill.ph-car-simple:before { - content: "\ea05"; -} -.ph-fill.ph-cassette-tape:before { - content: "\ea06"; -} -.ph-fill.ph-castle-turret:before { - content: "\ea07"; -} -.ph-fill.ph-cat:before { - content: "\ea08"; -} -.ph-fill.ph-cell-signal-full:before { - content: "\ea09"; -} -.ph-fill.ph-cell-signal-high:before { - content: "\ea0a"; -} -.ph-fill.ph-cell-signal-low:before { - content: "\ea0b"; -} -.ph-fill.ph-cell-signal-medium:before { - content: "\ea0c"; -} -.ph-fill.ph-cell-signal-none:before { - content: "\ea0d"; -} -.ph-fill.ph-cell-signal-slash:before { - content: "\ea0e"; -} -.ph-fill.ph-cell-signal-x:before { - content: "\ea0f"; -} -.ph-fill.ph-certificate:before { - content: "\ea10"; -} -.ph-fill.ph-chair:before { - content: "\ea11"; -} -.ph-fill.ph-chalkboard:before { - content: "\ea12"; -} -.ph-fill.ph-chalkboard-simple:before { - content: "\ea13"; -} -.ph-fill.ph-chalkboard-teacher:before { - content: "\ea14"; -} -.ph-fill.ph-champagne:before { - content: "\ea15"; -} -.ph-fill.ph-charging-station:before { - content: "\ea16"; -} -.ph-fill.ph-chart-bar:before { - content: "\ea17"; -} -.ph-fill.ph-chart-bar-horizontal:before { - content: "\ea18"; -} -.ph-fill.ph-chart-donut:before { - content: "\ea19"; -} -.ph-fill.ph-chart-line-down:before { - content: "\ea1a"; -} -.ph-fill.ph-chart-line:before { - content: "\ea1b"; -} -.ph-fill.ph-chart-line-up:before { - content: "\ea1c"; -} -.ph-fill.ph-chart-pie:before { - content: "\ea1d"; -} -.ph-fill.ph-chart-pie-slice:before { - content: "\ea1e"; -} -.ph-fill.ph-chart-polar:before { - content: "\ea1f"; -} -.ph-fill.ph-chart-scatter:before { - content: "\ea20"; -} -.ph-fill.ph-chat-centered-dots:before { - content: "\ea21"; -} -.ph-fill.ph-chat-centered:before { - content: "\ea22"; -} -.ph-fill.ph-chat-centered-text:before { - content: "\ea23"; -} -.ph-fill.ph-chat-circle-dots:before { - content: "\ea24"; -} -.ph-fill.ph-chat-circle:before { - content: "\ea25"; -} -.ph-fill.ph-chat-circle-text:before { - content: "\ea26"; -} -.ph-fill.ph-chat-dots:before { - content: "\ea27"; -} -.ph-fill.ph-chat:before { - content: "\ea28"; -} -.ph-fill.ph-chats-circle:before { - content: "\ea29"; -} -.ph-fill.ph-chats:before { - content: "\ea2a"; -} -.ph-fill.ph-chats-teardrop:before { - content: "\ea2b"; -} -.ph-fill.ph-chat-teardrop-dots:before { - content: "\ea2c"; -} -.ph-fill.ph-chat-teardrop:before { - content: "\ea2d"; -} -.ph-fill.ph-chat-teardrop-text:before { - content: "\ea2e"; -} -.ph-fill.ph-chat-text:before { - content: "\ea2f"; -} -.ph-fill.ph-check-circle:before { - content: "\ea30"; -} -.ph-fill.ph-check-fat:before { - content: "\ea31"; -} -.ph-fill.ph-check:before { - content: "\ea32"; -} -.ph-fill.ph-checks:before { - content: "\ea33"; -} -.ph-fill.ph-check-square:before { - content: "\ea34"; -} -.ph-fill.ph-check-square-offset:before { - content: "\ea35"; -} -.ph-fill.ph-church:before { - content: "\ea36"; -} -.ph-fill.ph-circle-dashed:before { - content: "\ea37"; -} -.ph-fill.ph-circle:before { - content: "\ea38"; -} -.ph-fill.ph-circle-half:before { - content: "\ea39"; -} -.ph-fill.ph-circle-half-tilt:before { - content: "\ea3a"; -} -.ph-fill.ph-circle-notch:before { - content: "\ea3b"; -} -.ph-fill.ph-circles-four:before { - content: "\ea3c"; -} -.ph-fill.ph-circles-three:before { - content: "\ea3d"; -} -.ph-fill.ph-circles-three-plus:before { - content: "\ea3e"; -} -.ph-fill.ph-circuitry:before { - content: "\ea3f"; -} -.ph-fill.ph-clipboard:before { - content: "\ea40"; -} -.ph-fill.ph-clipboard-text:before { - content: "\ea41"; -} -.ph-fill.ph-clock-afternoon:before { - content: "\ea42"; -} -.ph-fill.ph-clock-clockwise:before { - content: "\ea43"; -} -.ph-fill.ph-clock-countdown:before { - content: "\ea44"; -} -.ph-fill.ph-clock-counter-clockwise:before { - content: "\ea45"; -} -.ph-fill.ph-clock:before { - content: "\ea46"; -} -.ph-fill.ph-closed-captioning:before { - content: "\ea47"; -} -.ph-fill.ph-cloud-arrow-down:before { - content: "\ea48"; -} -.ph-fill.ph-cloud-arrow-up:before { - content: "\ea49"; -} -.ph-fill.ph-cloud-check:before { - content: "\ea4a"; -} -.ph-fill.ph-cloud:before { - content: "\ea4b"; -} -.ph-fill.ph-cloud-fog:before { - content: "\ea4c"; -} -.ph-fill.ph-cloud-lightning:before { - content: "\ea4d"; -} -.ph-fill.ph-cloud-moon:before { - content: "\ea4e"; -} -.ph-fill.ph-cloud-rain:before { - content: "\ea4f"; -} -.ph-fill.ph-cloud-slash:before { - content: "\ea50"; -} -.ph-fill.ph-cloud-snow:before { - content: "\ea51"; -} -.ph-fill.ph-cloud-sun:before { - content: "\ea52"; -} -.ph-fill.ph-cloud-warning:before { - content: "\ea53"; -} -.ph-fill.ph-cloud-x:before { - content: "\ea54"; -} -.ph-fill.ph-club:before { - content: "\ea55"; -} -.ph-fill.ph-coat-hanger:before { - content: "\ea56"; -} -.ph-fill.ph-coda-logo:before { - content: "\ea57"; -} -.ph-fill.ph-code-block:before { - content: "\ea58"; -} -.ph-fill.ph-code:before { - content: "\ea59"; -} -.ph-fill.ph-codepen-logo:before { - content: "\ea5a"; -} -.ph-fill.ph-codesandbox-logo:before { - content: "\ea5b"; -} -.ph-fill.ph-code-simple:before { - content: "\ea5c"; -} -.ph-fill.ph-coffee:before { - content: "\ea5d"; -} -.ph-fill.ph-coin:before { - content: "\ea5e"; -} -.ph-fill.ph-coins:before { - content: "\ea5f"; -} -.ph-fill.ph-coin-vertical:before { - content: "\ea60"; -} -.ph-fill.ph-columns:before { - content: "\ea61"; -} -.ph-fill.ph-command:before { - content: "\ea62"; -} -.ph-fill.ph-compass:before { - content: "\ea63"; -} -.ph-fill.ph-compass-tool:before { - content: "\ea64"; -} -.ph-fill.ph-computer-tower:before { - content: "\ea65"; -} -.ph-fill.ph-confetti:before { - content: "\ea66"; -} -.ph-fill.ph-contactless-payment:before { - content: "\ea67"; -} -.ph-fill.ph-control:before { - content: "\ea68"; -} -.ph-fill.ph-cookie:before { - content: "\ea69"; -} -.ph-fill.ph-cooking-pot:before { - content: "\ea6a"; -} -.ph-fill.ph-copy:before { - content: "\ea6b"; -} -.ph-fill.ph-copyleft:before { - content: "\ea6c"; -} -.ph-fill.ph-copyright:before { - content: "\ea6d"; -} -.ph-fill.ph-copy-simple:before { - content: "\ea6e"; -} -.ph-fill.ph-corners-in:before { - content: "\ea6f"; -} -.ph-fill.ph-corners-out:before { - content: "\ea70"; -} -.ph-fill.ph-couch:before { - content: "\ea71"; -} -.ph-fill.ph-cpu:before { - content: "\ea72"; -} -.ph-fill.ph-credit-card:before { - content: "\ea73"; -} -.ph-fill.ph-crop:before { - content: "\ea74"; -} -.ph-fill.ph-cross:before { - content: "\ea75"; -} -.ph-fill.ph-crosshair:before { - content: "\ea76"; -} -.ph-fill.ph-crosshair-simple:before { - content: "\ea77"; -} -.ph-fill.ph-crown:before { - content: "\ea78"; -} -.ph-fill.ph-crown-simple:before { - content: "\ea79"; -} -.ph-fill.ph-cube:before { - content: "\ea7a"; -} -.ph-fill.ph-cube-focus:before { - content: "\ea7b"; -} -.ph-fill.ph-cube-transparent:before { - content: "\ea7c"; -} -.ph-fill.ph-currency-btc:before { - content: "\ea7d"; -} -.ph-fill.ph-currency-circle-dollar:before { - content: "\ea7e"; -} -.ph-fill.ph-currency-cny:before { - content: "\ea7f"; -} -.ph-fill.ph-currency-dollar:before { - content: "\ea80"; -} -.ph-fill.ph-currency-dollar-simple:before { - content: "\ea81"; -} -.ph-fill.ph-currency-eth:before { - content: "\ea82"; -} -.ph-fill.ph-currency-eur:before { - content: "\ea83"; -} -.ph-fill.ph-currency-gbp:before { - content: "\ea84"; -} -.ph-fill.ph-currency-inr:before { - content: "\ea85"; -} -.ph-fill.ph-currency-jpy:before { - content: "\ea86"; -} -.ph-fill.ph-currency-krw:before { - content: "\ea87"; -} -.ph-fill.ph-currency-kzt:before { - content: "\ea88"; -} -.ph-fill.ph-currency-ngn:before { - content: "\ea89"; -} -.ph-fill.ph-currency-rub:before { - content: "\ea8a"; -} -.ph-fill.ph-cursor-click:before { - content: "\ea8b"; -} -.ph-fill.ph-cursor:before { - content: "\ea8c"; -} -.ph-fill.ph-cursor-text:before { - content: "\ea8d"; -} -.ph-fill.ph-cylinder:before { - content: "\ea8e"; -} -.ph-fill.ph-database:before { - content: "\ea8f"; -} -.ph-fill.ph-desktop:before { - content: "\ea90"; -} -.ph-fill.ph-desktop-tower:before { - content: "\ea91"; -} -.ph-fill.ph-detective:before { - content: "\ea92"; -} -.ph-fill.ph-device-mobile-camera:before { - content: "\ea93"; -} -.ph-fill.ph-device-mobile:before { - content: "\ea94"; -} -.ph-fill.ph-device-mobile-speaker:before { - content: "\ea95"; -} -.ph-fill.ph-devices:before { - content: "\ea96"; -} -.ph-fill.ph-device-tablet-camera:before { - content: "\ea97"; -} -.ph-fill.ph-device-tablet:before { - content: "\ea98"; -} -.ph-fill.ph-device-tablet-speaker:before { - content: "\ea99"; -} -.ph-fill.ph-dev-to-logo:before { - content: "\ea9a"; -} -.ph-fill.ph-diamond:before { - content: "\ea9b"; -} -.ph-fill.ph-diamonds-four:before { - content: "\ea9c"; -} -.ph-fill.ph-dice-five:before { - content: "\ea9d"; -} -.ph-fill.ph-dice-four:before { - content: "\ea9e"; -} -.ph-fill.ph-dice-one:before { - content: "\ea9f"; -} -.ph-fill.ph-dice-six:before { - content: "\eaa0"; -} -.ph-fill.ph-dice-three:before { - content: "\eaa1"; -} -.ph-fill.ph-dice-two:before { - content: "\eaa2"; -} -.ph-fill.ph-disc:before { - content: "\eaa3"; -} -.ph-fill.ph-discord-logo:before { - content: "\eaa4"; -} -.ph-fill.ph-divide:before { - content: "\eaa5"; -} -.ph-fill.ph-dna:before { - content: "\eaa6"; -} -.ph-fill.ph-dog:before { - content: "\eaa7"; -} -.ph-fill.ph-door:before { - content: "\eaa8"; -} -.ph-fill.ph-door-open:before { - content: "\eaa9"; -} -.ph-fill.ph-dot:before { - content: "\eaaa"; -} -.ph-fill.ph-dot-outline:before { - content: "\eaab"; -} -.ph-fill.ph-dots-nine:before { - content: "\eaac"; -} -.ph-fill.ph-dots-six:before { - content: "\eaad"; -} -.ph-fill.ph-dots-six-vertical:before { - content: "\eaae"; -} -.ph-fill.ph-dots-three-circle:before { - content: "\eaaf"; -} -.ph-fill.ph-dots-three-circle-vertical:before { - content: "\eab0"; -} -.ph-fill.ph-dots-three:before { - content: "\eab1"; -} -.ph-fill.ph-dots-three-outline:before { - content: "\eab2"; -} -.ph-fill.ph-dots-three-outline-vertical:before { - content: "\eab3"; -} -.ph-fill.ph-dots-three-vertical:before { - content: "\eab4"; -} -.ph-fill.ph-download:before { - content: "\eab5"; -} -.ph-fill.ph-download-simple:before { - content: "\eab6"; -} -.ph-fill.ph-dress:before { - content: "\eab7"; -} -.ph-fill.ph-dribbble-logo:before { - content: "\eab8"; -} -.ph-fill.ph-dropbox-logo:before { - content: "\eab9"; -} -.ph-fill.ph-drop:before { - content: "\eaba"; -} -.ph-fill.ph-drop-half-bottom:before { - content: "\eabb"; -} -.ph-fill.ph-drop-half:before { - content: "\eabc"; -} -.ph-fill.ph-ear:before { - content: "\eabd"; -} -.ph-fill.ph-ear-slash:before { - content: "\eabe"; -} -.ph-fill.ph-egg-crack:before { - content: "\eabf"; -} -.ph-fill.ph-egg:before { - content: "\eac0"; -} -.ph-fill.ph-eject:before { - content: "\eac1"; -} -.ph-fill.ph-eject-simple:before { - content: "\eac2"; -} -.ph-fill.ph-elevator:before { - content: "\eac3"; -} -.ph-fill.ph-engine:before { - content: "\eac4"; -} -.ph-fill.ph-envelope:before { - content: "\eac5"; -} -.ph-fill.ph-envelope-open:before { - content: "\eac6"; -} -.ph-fill.ph-envelope-simple:before { - content: "\eac7"; -} -.ph-fill.ph-envelope-simple-open:before { - content: "\eac8"; -} -.ph-fill.ph-equalizer:before { - content: "\eac9"; -} -.ph-fill.ph-equals:before { - content: "\eaca"; -} -.ph-fill.ph-eraser:before { - content: "\eacb"; -} -.ph-fill.ph-escalator-down:before { - content: "\eacc"; -} -.ph-fill.ph-escalator-up:before { - content: "\eacd"; -} -.ph-fill.ph-exam:before { - content: "\eace"; -} -.ph-fill.ph-exclude:before { - content: "\eacf"; -} -.ph-fill.ph-exclude-square:before { - content: "\ead0"; -} -.ph-fill.ph-export:before { - content: "\ead1"; -} -.ph-fill.ph-eye-closed:before { - content: "\ead2"; -} -.ph-fill.ph-eyedropper:before { - content: "\ead3"; -} -.ph-fill.ph-eyedropper-sample:before { - content: "\ead4"; -} -.ph-fill.ph-eye:before { - content: "\ead5"; -} -.ph-fill.ph-eyeglasses:before { - content: "\ead6"; -} -.ph-fill.ph-eye-slash:before { - content: "\ead7"; -} -.ph-fill.ph-facebook-logo:before { - content: "\ead8"; -} -.ph-fill.ph-face-mask:before { - content: "\ead9"; -} -.ph-fill.ph-factory:before { - content: "\eada"; -} -.ph-fill.ph-faders:before { - content: "\eadb"; -} -.ph-fill.ph-faders-horizontal:before { - content: "\eadc"; -} -.ph-fill.ph-fan:before { - content: "\eadd"; -} -.ph-fill.ph-fast-forward-circle:before { - content: "\eade"; -} -.ph-fill.ph-fast-forward:before { - content: "\eadf"; -} -.ph-fill.ph-feather:before { - content: "\eae0"; -} -.ph-fill.ph-figma-logo:before { - content: "\eae1"; -} -.ph-fill.ph-file-archive:before { - content: "\eae2"; -} -.ph-fill.ph-file-arrow-down:before { - content: "\eae3"; -} -.ph-fill.ph-file-arrow-up:before { - content: "\eae4"; -} -.ph-fill.ph-file-audio:before { - content: "\eae5"; -} -.ph-fill.ph-file-cloud:before { - content: "\eae6"; -} -.ph-fill.ph-file-code:before { - content: "\eae7"; -} -.ph-fill.ph-file-css:before { - content: "\eae8"; -} -.ph-fill.ph-file-csv:before { - content: "\eae9"; -} -.ph-fill.ph-file-dashed:before, .ph-fill.ph-file-dotted:before { - content: "\eaea"; -} -.ph-fill.ph-file-doc:before { - content: "\eaeb"; -} -.ph-fill.ph-file:before { - content: "\eaec"; -} -.ph-fill.ph-file-html:before { - content: "\eaed"; -} -.ph-fill.ph-file-image:before { - content: "\eaee"; -} -.ph-fill.ph-file-jpg:before { - content: "\eaef"; -} -.ph-fill.ph-file-js:before { - content: "\eaf0"; -} -.ph-fill.ph-file-jsx:before { - content: "\eaf1"; -} -.ph-fill.ph-file-lock:before { - content: "\eaf2"; -} -.ph-fill.ph-file-magnifying-glass:before, .ph-fill.ph-file-search:before { - content: "\eaf3"; -} -.ph-fill.ph-file-minus:before { - content: "\eaf4"; -} -.ph-fill.ph-file-pdf:before { - content: "\eaf5"; -} -.ph-fill.ph-file-plus:before { - content: "\eaf6"; -} -.ph-fill.ph-file-png:before { - content: "\eaf7"; -} -.ph-fill.ph-file-ppt:before { - content: "\eaf8"; -} -.ph-fill.ph-file-rs:before { - content: "\eaf9"; -} -.ph-fill.ph-files:before { - content: "\eafa"; -} -.ph-fill.ph-file-sql:before { - content: "\eafb"; -} -.ph-fill.ph-file-svg:before { - content: "\eafc"; -} -.ph-fill.ph-file-text:before { - content: "\eafd"; -} -.ph-fill.ph-file-ts:before { - content: "\eafe"; -} -.ph-fill.ph-file-tsx:before { - content: "\eaff"; -} -.ph-fill.ph-file-video:before { - content: "\eb00"; -} -.ph-fill.ph-file-vue:before { - content: "\eb01"; -} -.ph-fill.ph-file-x:before { - content: "\eb02"; -} -.ph-fill.ph-file-xls:before { - content: "\eb03"; -} -.ph-fill.ph-file-zip:before { - content: "\eb04"; -} -.ph-fill.ph-film-reel:before { - content: "\eb05"; -} -.ph-fill.ph-film-script:before { - content: "\eb06"; -} -.ph-fill.ph-film-slate:before { - content: "\eb07"; -} -.ph-fill.ph-film-strip:before { - content: "\eb08"; -} -.ph-fill.ph-fingerprint:before { - content: "\eb09"; -} -.ph-fill.ph-fingerprint-simple:before { - content: "\eb0a"; -} -.ph-fill.ph-finn-the-human:before { - content: "\eb0b"; -} -.ph-fill.ph-fire-extinguisher:before { - content: "\eb0c"; -} -.ph-fill.ph-fire:before { - content: "\eb0d"; -} -.ph-fill.ph-fire-simple:before { - content: "\eb0e"; -} -.ph-fill.ph-first-aid:before { - content: "\eb0f"; -} -.ph-fill.ph-first-aid-kit:before { - content: "\eb10"; -} -.ph-fill.ph-fish:before { - content: "\eb11"; -} -.ph-fill.ph-fish-simple:before { - content: "\eb12"; -} -.ph-fill.ph-flag-banner:before { - content: "\eb13"; -} -.ph-fill.ph-flag-checkered:before { - content: "\eb14"; -} -.ph-fill.ph-flag:before { - content: "\eb15"; -} -.ph-fill.ph-flag-pennant:before { - content: "\eb16"; -} -.ph-fill.ph-flame:before { - content: "\eb17"; -} -.ph-fill.ph-flashlight:before { - content: "\eb18"; -} -.ph-fill.ph-flask:before { - content: "\eb19"; -} -.ph-fill.ph-floppy-disk-back:before { - content: "\eb1a"; -} -.ph-fill.ph-floppy-disk:before { - content: "\eb1b"; -} -.ph-fill.ph-flow-arrow:before { - content: "\eb1c"; -} -.ph-fill.ph-flower:before { - content: "\eb1d"; -} -.ph-fill.ph-flower-lotus:before { - content: "\eb1e"; -} -.ph-fill.ph-flower-tulip:before { - content: "\eb1f"; -} -.ph-fill.ph-flying-saucer:before { - content: "\eb20"; -} -.ph-fill.ph-folder-dashed:before, .ph-fill.ph-folder-dotted:before { - content: "\eb21"; -} -.ph-fill.ph-folder:before { - content: "\eb22"; -} -.ph-fill.ph-folder-lock:before { - content: "\eb23"; -} -.ph-fill.ph-folder-minus:before { - content: "\eb24"; -} -.ph-fill.ph-folder-notch:before { - content: "\eb25"; -} -.ph-fill.ph-folder-notch-minus:before { - content: "\eb26"; -} -.ph-fill.ph-folder-notch-open:before { - content: "\eb27"; -} -.ph-fill.ph-folder-notch-plus:before { - content: "\eb28"; -} -.ph-fill.ph-folder-open:before { - content: "\eb29"; -} -.ph-fill.ph-folder-plus:before { - content: "\eb2a"; -} -.ph-fill.ph-folders:before { - content: "\eb2b"; -} -.ph-fill.ph-folder-simple-dashed:before, .ph-fill.ph-folder-simple-dotted:before { - content: "\eb2c"; -} -.ph-fill.ph-folder-simple:before { - content: "\eb2d"; -} -.ph-fill.ph-folder-simple-lock:before { - content: "\eb2e"; -} -.ph-fill.ph-folder-simple-minus:before { - content: "\eb2f"; -} -.ph-fill.ph-folder-simple-plus:before { - content: "\eb30"; -} -.ph-fill.ph-folder-simple-star:before { - content: "\eb31"; -} -.ph-fill.ph-folder-simple-user:before { - content: "\eb32"; -} -.ph-fill.ph-folder-star:before { - content: "\eb33"; -} -.ph-fill.ph-folder-user:before { - content: "\eb34"; -} -.ph-fill.ph-football:before { - content: "\eb35"; -} -.ph-fill.ph-footprints:before { - content: "\eb36"; -} -.ph-fill.ph-fork-knife:before { - content: "\eb37"; -} -.ph-fill.ph-frame-corners:before { - content: "\eb38"; -} -.ph-fill.ph-framer-logo:before { - content: "\eb39"; -} -.ph-fill.ph-function:before { - content: "\eb3a"; -} -.ph-fill.ph-funnel:before { - content: "\eb3b"; -} -.ph-fill.ph-funnel-simple:before { - content: "\eb3c"; -} -.ph-fill.ph-game-controller:before { - content: "\eb3d"; -} -.ph-fill.ph-garage:before { - content: "\eb3e"; -} -.ph-fill.ph-gas-can:before { - content: "\eb3f"; -} -.ph-fill.ph-gas-pump:before { - content: "\eb40"; -} -.ph-fill.ph-gauge:before { - content: "\eb41"; -} -.ph-fill.ph-gavel:before { - content: "\eb42"; -} -.ph-fill.ph-gear:before { - content: "\eb43"; -} -.ph-fill.ph-gear-fine:before { - content: "\eb44"; -} -.ph-fill.ph-gear-six:before { - content: "\eb45"; -} -.ph-fill.ph-gender-female:before { - content: "\eb46"; -} -.ph-fill.ph-gender-intersex:before { - content: "\eb47"; -} -.ph-fill.ph-gender-male:before { - content: "\eb48"; -} -.ph-fill.ph-gender-neuter:before { - content: "\eb49"; -} -.ph-fill.ph-gender-nonbinary:before { - content: "\eb4a"; -} -.ph-fill.ph-gender-transgender:before { - content: "\eb4b"; -} -.ph-fill.ph-ghost:before { - content: "\eb4c"; -} -.ph-fill.ph-gif:before { - content: "\eb4d"; -} -.ph-fill.ph-gift:before { - content: "\eb4e"; -} -.ph-fill.ph-git-branch:before { - content: "\eb4f"; -} -.ph-fill.ph-git-commit:before { - content: "\eb50"; -} -.ph-fill.ph-git-diff:before { - content: "\eb51"; -} -.ph-fill.ph-git-fork:before { - content: "\eb52"; -} -.ph-fill.ph-github-logo:before { - content: "\eb53"; -} -.ph-fill.ph-gitlab-logo:before { - content: "\eb54"; -} -.ph-fill.ph-gitlab-logo-simple:before { - content: "\eb55"; -} -.ph-fill.ph-git-merge:before { - content: "\eb56"; -} -.ph-fill.ph-git-pull-request:before { - content: "\eb57"; -} -.ph-fill.ph-globe:before { - content: "\eb58"; -} -.ph-fill.ph-globe-hemisphere-east:before { - content: "\eb59"; -} -.ph-fill.ph-globe-hemisphere-west:before { - content: "\eb5a"; -} -.ph-fill.ph-globe-simple:before { - content: "\eb5b"; -} -.ph-fill.ph-globe-stand:before { - content: "\eb5c"; -} -.ph-fill.ph-goggles:before { - content: "\eb5d"; -} -.ph-fill.ph-goodreads-logo:before { - content: "\eb5e"; -} -.ph-fill.ph-google-cardboard-logo:before { - content: "\eb5f"; -} -.ph-fill.ph-google-chrome-logo:before { - content: "\eb60"; -} -.ph-fill.ph-google-drive-logo:before { - content: "\eb61"; -} -.ph-fill.ph-google-logo:before { - content: "\eb62"; -} -.ph-fill.ph-google-photos-logo:before { - content: "\eb63"; -} -.ph-fill.ph-google-play-logo:before { - content: "\eb64"; -} -.ph-fill.ph-google-podcasts-logo:before { - content: "\eb65"; -} -.ph-fill.ph-gradient:before { - content: "\eb66"; -} -.ph-fill.ph-graduation-cap:before { - content: "\eb67"; -} -.ph-fill.ph-grains:before { - content: "\eb68"; -} -.ph-fill.ph-grains-slash:before { - content: "\eb69"; -} -.ph-fill.ph-graph:before { - content: "\eb6a"; -} -.ph-fill.ph-grid-four:before { - content: "\eb6b"; -} -.ph-fill.ph-grid-nine:before { - content: "\eb6c"; -} -.ph-fill.ph-guitar:before { - content: "\eb6d"; -} -.ph-fill.ph-hamburger:before { - content: "\eb6e"; -} -.ph-fill.ph-hammer:before { - content: "\eb6f"; -} -.ph-fill.ph-handbag:before { - content: "\eb70"; -} -.ph-fill.ph-handbag-simple:before { - content: "\eb71"; -} -.ph-fill.ph-hand-coins:before { - content: "\eb72"; -} -.ph-fill.ph-hand-eye:before { - content: "\eb73"; -} -.ph-fill.ph-hand:before { - content: "\eb74"; -} -.ph-fill.ph-hand-fist:before { - content: "\eb75"; -} -.ph-fill.ph-hand-grabbing:before { - content: "\eb76"; -} -.ph-fill.ph-hand-heart:before { - content: "\eb77"; -} -.ph-fill.ph-hand-palm:before { - content: "\eb78"; -} -.ph-fill.ph-hand-pointing:before { - content: "\eb79"; -} -.ph-fill.ph-hands-clapping:before { - content: "\eb7a"; -} -.ph-fill.ph-handshake:before { - content: "\eb7b"; -} -.ph-fill.ph-hand-soap:before { - content: "\eb7c"; -} -.ph-fill.ph-hands-praying:before { - content: "\eb7d"; -} -.ph-fill.ph-hand-swipe-left:before { - content: "\eb7e"; -} -.ph-fill.ph-hand-swipe-right:before { - content: "\eb7f"; -} -.ph-fill.ph-hand-tap:before { - content: "\eb80"; -} -.ph-fill.ph-hand-waving:before { - content: "\eb81"; -} -.ph-fill.ph-hard-drive:before { - content: "\eb82"; -} -.ph-fill.ph-hard-drives:before { - content: "\eb83"; -} -.ph-fill.ph-hash:before { - content: "\eb84"; -} -.ph-fill.ph-hash-straight:before { - content: "\eb85"; -} -.ph-fill.ph-headlights:before { - content: "\eb86"; -} -.ph-fill.ph-headphones:before { - content: "\eb87"; -} -.ph-fill.ph-headset:before { - content: "\eb88"; -} -.ph-fill.ph-heartbeat:before { - content: "\eb89"; -} -.ph-fill.ph-heart-break:before { - content: "\eb8a"; -} -.ph-fill.ph-heart:before { - content: "\eb8b"; -} -.ph-fill.ph-heart-half:before { - content: "\eb8c"; -} -.ph-fill.ph-heart-straight-break:before { - content: "\eb8d"; -} -.ph-fill.ph-heart-straight:before { - content: "\eb8e"; -} -.ph-fill.ph-hexagon:before { - content: "\eb8f"; -} -.ph-fill.ph-high-heel:before { - content: "\eb90"; -} -.ph-fill.ph-highlighter-circle:before { - content: "\eb91"; -} -.ph-fill.ph-hoodie:before { - content: "\eb92"; -} -.ph-fill.ph-horse:before { - content: "\eb93"; -} -.ph-fill.ph-hourglass:before { - content: "\eb94"; -} -.ph-fill.ph-hourglass-high:before { - content: "\eb95"; -} -.ph-fill.ph-hourglass-low:before { - content: "\eb96"; -} -.ph-fill.ph-hourglass-medium:before { - content: "\eb97"; -} -.ph-fill.ph-hourglass-simple:before { - content: "\eb98"; -} -.ph-fill.ph-hourglass-simple-high:before { - content: "\eb99"; -} -.ph-fill.ph-hourglass-simple-low:before { - content: "\eb9a"; -} -.ph-fill.ph-hourglass-simple-medium:before { - content: "\eb9b"; -} -.ph-fill.ph-house:before { - content: "\eb9c"; -} -.ph-fill.ph-house-line:before { - content: "\eb9d"; -} -.ph-fill.ph-house-simple:before { - content: "\eb9e"; -} -.ph-fill.ph-ice-cream:before { - content: "\eb9f"; -} -.ph-fill.ph-identification-badge:before { - content: "\eba0"; -} -.ph-fill.ph-identification-card:before { - content: "\eba1"; -} -.ph-fill.ph-image:before { - content: "\eba2"; -} -.ph-fill.ph-images:before { - content: "\eba3"; -} -.ph-fill.ph-image-square:before { - content: "\eba4"; -} -.ph-fill.ph-images-square:before { - content: "\eba5"; -} -.ph-fill.ph-infinity:before { - content: "\eba6"; -} -.ph-fill.ph-info:before { - content: "\eba7"; -} -.ph-fill.ph-instagram-logo:before { - content: "\eba8"; -} -.ph-fill.ph-intersect:before { - content: "\eba9"; -} -.ph-fill.ph-intersect-square:before { - content: "\ebaa"; -} -.ph-fill.ph-intersect-three:before { - content: "\ebab"; -} -.ph-fill.ph-jeep:before { - content: "\ebac"; -} -.ph-fill.ph-kanban:before { - content: "\ebad"; -} -.ph-fill.ph-keyboard:before { - content: "\ebae"; -} -.ph-fill.ph-key:before { - content: "\ebaf"; -} -.ph-fill.ph-keyhole:before { - content: "\ebb0"; -} -.ph-fill.ph-key-return:before { - content: "\ebb1"; -} -.ph-fill.ph-knife:before { - content: "\ebb2"; -} -.ph-fill.ph-ladder:before { - content: "\ebb3"; -} -.ph-fill.ph-ladder-simple:before { - content: "\ebb4"; -} -.ph-fill.ph-lamp:before { - content: "\ebb5"; -} -.ph-fill.ph-laptop:before { - content: "\ebb6"; -} -.ph-fill.ph-layout:before { - content: "\ebb7"; -} -.ph-fill.ph-leaf:before { - content: "\ebb8"; -} -.ph-fill.ph-lifebuoy:before { - content: "\ebb9"; -} -.ph-fill.ph-lightbulb-filament:before { - content: "\ebba"; -} -.ph-fill.ph-lightbulb:before { - content: "\ebbb"; -} -.ph-fill.ph-lighthouse:before { - content: "\ebbc"; -} -.ph-fill.ph-lightning-a:before { - content: "\ebbd"; -} -.ph-fill.ph-lightning:before { - content: "\ebbe"; -} -.ph-fill.ph-lightning-slash:before { - content: "\ebbf"; -} -.ph-fill.ph-line-segment:before { - content: "\ebc0"; -} -.ph-fill.ph-line-segments:before { - content: "\ebc1"; -} -.ph-fill.ph-link-break:before { - content: "\ebc2"; -} -.ph-fill.ph-linkedin-logo:before { - content: "\ebc3"; -} -.ph-fill.ph-link:before { - content: "\ebc4"; -} -.ph-fill.ph-link-simple-break:before { - content: "\ebc5"; -} -.ph-fill.ph-link-simple:before { - content: "\ebc6"; -} -.ph-fill.ph-link-simple-horizontal-break:before { - content: "\ebc7"; -} -.ph-fill.ph-link-simple-horizontal:before { - content: "\ebc8"; -} -.ph-fill.ph-linux-logo:before { - content: "\ebc9"; -} -.ph-fill.ph-list-bullets:before { - content: "\ebca"; -} -.ph-fill.ph-list-checks:before { - content: "\ebcb"; -} -.ph-fill.ph-list-dashes:before { - content: "\ebcc"; -} -.ph-fill.ph-list:before { - content: "\ebcd"; -} -.ph-fill.ph-list-magnifying-glass:before { - content: "\ebce"; -} -.ph-fill.ph-list-numbers:before { - content: "\ebcf"; -} -.ph-fill.ph-list-plus:before { - content: "\ebd0"; -} -.ph-fill.ph-lockers:before { - content: "\ebd1"; -} -.ph-fill.ph-lock:before { - content: "\ebd2"; -} -.ph-fill.ph-lock-key:before { - content: "\ebd3"; -} -.ph-fill.ph-lock-key-open:before { - content: "\ebd4"; -} -.ph-fill.ph-lock-laminated:before { - content: "\ebd5"; -} -.ph-fill.ph-lock-laminated-open:before { - content: "\ebd6"; -} -.ph-fill.ph-lock-open:before { - content: "\ebd7"; -} -.ph-fill.ph-lock-simple:before { - content: "\ebd8"; -} -.ph-fill.ph-lock-simple-open:before { - content: "\ebd9"; -} -.ph-fill.ph-magic-wand:before { - content: "\ebda"; -} -.ph-fill.ph-magnet:before { - content: "\ebdb"; -} -.ph-fill.ph-magnet-straight:before { - content: "\ebdc"; -} -.ph-fill.ph-magnifying-glass:before { - content: "\ebdd"; -} -.ph-fill.ph-magnifying-glass-minus:before { - content: "\ebde"; -} -.ph-fill.ph-magnifying-glass-plus:before { - content: "\ebdf"; -} -.ph-fill.ph-map-pin:before { - content: "\ebe0"; -} -.ph-fill.ph-map-pin-line:before { - content: "\ebe1"; -} -.ph-fill.ph-map-trifold:before { - content: "\ebe2"; -} -.ph-fill.ph-marker-circle:before { - content: "\ebe3"; -} -.ph-fill.ph-martini:before { - content: "\ebe4"; -} -.ph-fill.ph-mask-happy:before { - content: "\ebe5"; -} -.ph-fill.ph-mask-sad:before { - content: "\ebe6"; -} -.ph-fill.ph-math-operations:before { - content: "\ebe7"; -} -.ph-fill.ph-medal:before { - content: "\ebe8"; -} -.ph-fill.ph-medal-military:before { - content: "\ebe9"; -} -.ph-fill.ph-medium-logo:before { - content: "\ebea"; -} -.ph-fill.ph-megaphone:before { - content: "\ebeb"; -} -.ph-fill.ph-megaphone-simple:before { - content: "\ebec"; -} -.ph-fill.ph-messenger-logo:before { - content: "\ebed"; -} -.ph-fill.ph-meta-logo:before { - content: "\ebee"; -} -.ph-fill.ph-metronome:before { - content: "\ebef"; -} -.ph-fill.ph-microphone:before { - content: "\ebf0"; -} -.ph-fill.ph-microphone-slash:before { - content: "\ebf1"; -} -.ph-fill.ph-microphone-stage:before { - content: "\ebf2"; -} -.ph-fill.ph-microsoft-excel-logo:before { - content: "\ebf3"; -} -.ph-fill.ph-microsoft-outlook-logo:before { - content: "\ebf4"; -} -.ph-fill.ph-microsoft-powerpoint-logo:before { - content: "\ebf5"; -} -.ph-fill.ph-microsoft-teams-logo:before { - content: "\ebf6"; -} -.ph-fill.ph-microsoft-word-logo:before { - content: "\ebf7"; -} -.ph-fill.ph-minus-circle:before { - content: "\ebf8"; -} -.ph-fill.ph-minus:before { - content: "\ebf9"; -} -.ph-fill.ph-minus-square:before { - content: "\ebfa"; -} -.ph-fill.ph-money:before { - content: "\ebfb"; -} -.ph-fill.ph-monitor:before { - content: "\ebfc"; -} -.ph-fill.ph-monitor-play:before { - content: "\ebfd"; -} -.ph-fill.ph-moon:before { - content: "\ebfe"; -} -.ph-fill.ph-moon-stars:before { - content: "\ebff"; -} -.ph-fill.ph-moped:before { - content: "\ec00"; -} -.ph-fill.ph-moped-front:before { - content: "\ec01"; -} -.ph-fill.ph-mosque:before { - content: "\ec02"; -} -.ph-fill.ph-motorcycle:before { - content: "\ec03"; -} -.ph-fill.ph-mountains:before { - content: "\ec04"; -} -.ph-fill.ph-mouse:before { - content: "\ec05"; -} -.ph-fill.ph-mouse-simple:before { - content: "\ec06"; -} -.ph-fill.ph-music-note:before { - content: "\ec07"; -} -.ph-fill.ph-music-notes:before { - content: "\ec08"; -} -.ph-fill.ph-music-note-simple:before { - content: "\ec09"; -} -.ph-fill.ph-music-notes-plus:before { - content: "\ec0a"; -} -.ph-fill.ph-music-notes-simple:before { - content: "\ec0b"; -} -.ph-fill.ph-navigation-arrow:before { - content: "\ec0c"; -} -.ph-fill.ph-needle:before { - content: "\ec0d"; -} -.ph-fill.ph-newspaper-clipping:before { - content: "\ec0e"; -} -.ph-fill.ph-newspaper:before { - content: "\ec0f"; -} -.ph-fill.ph-notches:before { - content: "\ec10"; -} -.ph-fill.ph-note-blank:before { - content: "\ec11"; -} -.ph-fill.ph-notebook:before { - content: "\ec12"; -} -.ph-fill.ph-note:before { - content: "\ec13"; -} -.ph-fill.ph-notepad:before { - content: "\ec14"; -} -.ph-fill.ph-note-pencil:before { - content: "\ec15"; -} -.ph-fill.ph-notification:before { - content: "\ec16"; -} -.ph-fill.ph-notion-logo:before { - content: "\ec17"; -} -.ph-fill.ph-number-circle-eight:before { - content: "\ec18"; -} -.ph-fill.ph-number-circle-five:before { - content: "\ec19"; -} -.ph-fill.ph-number-circle-four:before { - content: "\ec1a"; -} -.ph-fill.ph-number-circle-nine:before { - content: "\ec1b"; -} -.ph-fill.ph-number-circle-one:before { - content: "\ec1c"; -} -.ph-fill.ph-number-circle-seven:before { - content: "\ec1d"; -} -.ph-fill.ph-number-circle-six:before { - content: "\ec1e"; -} -.ph-fill.ph-number-circle-three:before { - content: "\ec1f"; -} -.ph-fill.ph-number-circle-two:before { - content: "\ec20"; -} -.ph-fill.ph-number-circle-zero:before { - content: "\ec21"; -} -.ph-fill.ph-number-eight:before { - content: "\ec22"; -} -.ph-fill.ph-number-five:before { - content: "\ec23"; -} -.ph-fill.ph-number-four:before { - content: "\ec24"; -} -.ph-fill.ph-number-nine:before { - content: "\ec25"; -} -.ph-fill.ph-number-one:before { - content: "\ec26"; -} -.ph-fill.ph-number-seven:before { - content: "\ec27"; -} -.ph-fill.ph-number-six:before { - content: "\ec28"; -} -.ph-fill.ph-number-square-eight:before { - content: "\ec29"; -} -.ph-fill.ph-number-square-five:before { - content: "\ec2a"; -} -.ph-fill.ph-number-square-four:before { - content: "\ec2b"; -} -.ph-fill.ph-number-square-nine:before { - content: "\ec2c"; -} -.ph-fill.ph-number-square-one:before { - content: "\ec2d"; -} -.ph-fill.ph-number-square-seven:before { - content: "\ec2e"; -} -.ph-fill.ph-number-square-six:before { - content: "\ec2f"; -} -.ph-fill.ph-number-square-three:before { - content: "\ec30"; -} -.ph-fill.ph-number-square-two:before { - content: "\ec31"; -} -.ph-fill.ph-number-square-zero:before { - content: "\ec32"; -} -.ph-fill.ph-number-three:before { - content: "\ec33"; -} -.ph-fill.ph-number-two:before { - content: "\ec34"; -} -.ph-fill.ph-number-zero:before { - content: "\ec35"; -} -.ph-fill.ph-nut:before { - content: "\ec36"; -} -.ph-fill.ph-ny-times-logo:before { - content: "\ec37"; -} -.ph-fill.ph-octagon:before { - content: "\ec38"; -} -.ph-fill.ph-office-chair:before { - content: "\ec39"; -} -.ph-fill.ph-option:before { - content: "\ec3a"; -} -.ph-fill.ph-orange-slice:before { - content: "\ec3b"; -} -.ph-fill.ph-package:before { - content: "\ec3c"; -} -.ph-fill.ph-paint-brush-broad:before { - content: "\ec3d"; -} -.ph-fill.ph-paint-brush:before { - content: "\ec3e"; -} -.ph-fill.ph-paint-brush-household:before { - content: "\ec3f"; -} -.ph-fill.ph-paint-bucket:before { - content: "\ec40"; -} -.ph-fill.ph-paint-roller:before { - content: "\ec41"; -} -.ph-fill.ph-palette:before { - content: "\ec42"; -} -.ph-fill.ph-pants:before { - content: "\ec43"; -} -.ph-fill.ph-paperclip:before { - content: "\ec44"; -} -.ph-fill.ph-paperclip-horizontal:before { - content: "\ec45"; -} -.ph-fill.ph-paper-plane:before { - content: "\ec46"; -} -.ph-fill.ph-paper-plane-right:before { - content: "\ec47"; -} -.ph-fill.ph-paper-plane-tilt:before { - content: "\ec48"; -} -.ph-fill.ph-parachute:before { - content: "\ec49"; -} -.ph-fill.ph-paragraph:before { - content: "\ec4a"; -} -.ph-fill.ph-parallelogram:before { - content: "\ec4b"; -} -.ph-fill.ph-park:before { - content: "\ec4c"; -} -.ph-fill.ph-password:before { - content: "\ec4d"; -} -.ph-fill.ph-path:before { - content: "\ec4e"; -} -.ph-fill.ph-patreon-logo:before { - content: "\ec4f"; -} -.ph-fill.ph-pause-circle:before { - content: "\ec50"; -} -.ph-fill.ph-pause:before { - content: "\ec51"; -} -.ph-fill.ph-paw-print:before { - content: "\ec52"; -} -.ph-fill.ph-paypal-logo:before { - content: "\ec53"; -} -.ph-fill.ph-peace:before { - content: "\ec54"; -} -.ph-fill.ph-pencil-circle:before { - content: "\ec55"; -} -.ph-fill.ph-pencil:before { - content: "\ec56"; -} -.ph-fill.ph-pencil-line:before { - content: "\ec57"; -} -.ph-fill.ph-pencil-simple:before { - content: "\ec58"; -} -.ph-fill.ph-pencil-simple-line:before { - content: "\ec59"; -} -.ph-fill.ph-pencil-simple-slash:before { - content: "\ec5a"; -} -.ph-fill.ph-pencil-slash:before { - content: "\ec5b"; -} -.ph-fill.ph-pen:before { - content: "\ec5c"; -} -.ph-fill.ph-pen-nib:before { - content: "\ec5d"; -} -.ph-fill.ph-pen-nib-straight:before { - content: "\ec5e"; -} -.ph-fill.ph-pentagram:before { - content: "\ec5f"; -} -.ph-fill.ph-pepper:before { - content: "\ec60"; -} -.ph-fill.ph-percent:before { - content: "\ec61"; -} -.ph-fill.ph-person-arms-spread:before { - content: "\ec62"; -} -.ph-fill.ph-person:before { - content: "\ec63"; -} -.ph-fill.ph-person-simple-bike:before { - content: "\ec64"; -} -.ph-fill.ph-person-simple:before { - content: "\ec65"; -} -.ph-fill.ph-person-simple-run:before { - content: "\ec66"; -} -.ph-fill.ph-person-simple-throw:before { - content: "\ec67"; -} -.ph-fill.ph-person-simple-walk:before { - content: "\ec68"; -} -.ph-fill.ph-perspective:before { - content: "\ec69"; -} -.ph-fill.ph-phone-call:before { - content: "\ec6a"; -} -.ph-fill.ph-phone-disconnect:before { - content: "\ec6b"; -} -.ph-fill.ph-phone:before { - content: "\ec6c"; -} -.ph-fill.ph-phone-incoming:before { - content: "\ec6d"; -} -.ph-fill.ph-phone-outgoing:before { - content: "\ec6e"; -} -.ph-fill.ph-phone-plus:before { - content: "\ec6f"; -} -.ph-fill.ph-phone-slash:before { - content: "\ec70"; -} -.ph-fill.ph-phone-x:before { - content: "\ec71"; -} -.ph-fill.ph-phosphor-logo:before { - content: "\ec72"; -} -.ph-fill.ph-piano-keys:before { - content: "\ec73"; -} -.ph-fill.ph-picture-in-picture:before { - content: "\ec74"; -} -.ph-fill.ph-pi:before { - content: "\ec75"; -} -.ph-fill.ph-piggy-bank:before { - content: "\ec76"; -} -.ph-fill.ph-pill:before { - content: "\ec77"; -} -.ph-fill.ph-pinterest-logo:before { - content: "\ec78"; -} -.ph-fill.ph-pinwheel:before { - content: "\ec79"; -} -.ph-fill.ph-pizza:before { - content: "\ec7a"; -} -.ph-fill.ph-placeholder:before { - content: "\ec7b"; -} -.ph-fill.ph-planet:before { - content: "\ec7c"; -} -.ph-fill.ph-plant:before { - content: "\ec7d"; -} -.ph-fill.ph-play-circle:before { - content: "\ec7e"; -} -.ph-fill.ph-play:before { - content: "\ec7f"; -} -.ph-fill.ph-playlist:before { - content: "\ec80"; -} -.ph-fill.ph-play-pause:before { - content: "\ec81"; -} -.ph-fill.ph-plug-charging:before { - content: "\ec82"; -} -.ph-fill.ph-plug:before { - content: "\ec83"; -} -.ph-fill.ph-plugs-connected:before { - content: "\ec84"; -} -.ph-fill.ph-plugs:before { - content: "\ec85"; -} -.ph-fill.ph-plus-circle:before { - content: "\ec86"; -} -.ph-fill.ph-plus:before { - content: "\ec87"; -} -.ph-fill.ph-plus-minus:before { - content: "\ec88"; -} -.ph-fill.ph-plus-square:before { - content: "\ec89"; -} -.ph-fill.ph-poker-chip:before { - content: "\ec8a"; -} -.ph-fill.ph-police-car:before { - content: "\ec8b"; -} -.ph-fill.ph-polygon:before { - content: "\ec8c"; -} -.ph-fill.ph-popcorn:before { - content: "\ec8d"; -} -.ph-fill.ph-potted-plant:before { - content: "\ec8e"; -} -.ph-fill.ph-power:before { - content: "\ec8f"; -} -.ph-fill.ph-prescription:before { - content: "\ec90"; -} -.ph-fill.ph-presentation-chart:before { - content: "\ec91"; -} -.ph-fill.ph-presentation:before { - content: "\ec92"; -} -.ph-fill.ph-printer:before { - content: "\ec93"; -} -.ph-fill.ph-prohibit:before { - content: "\ec94"; -} -.ph-fill.ph-prohibit-inset:before { - content: "\ec95"; -} -.ph-fill.ph-projector-screen-chart:before { - content: "\ec96"; -} -.ph-fill.ph-projector-screen:before { - content: "\ec97"; -} -.ph-fill.ph-pulse:before, .ph-fill.ph-activity:before { - content: "\ec98"; -} -.ph-fill.ph-push-pin:before { - content: "\ec99"; -} -.ph-fill.ph-push-pin-simple:before { - content: "\ec9a"; -} -.ph-fill.ph-push-pin-simple-slash:before { - content: "\ec9b"; -} -.ph-fill.ph-push-pin-slash:before { - content: "\ec9c"; -} -.ph-fill.ph-puzzle-piece:before { - content: "\ec9d"; -} -.ph-fill.ph-qr-code:before { - content: "\ec9e"; -} -.ph-fill.ph-question:before { - content: "\ec9f"; -} -.ph-fill.ph-queue:before { - content: "\eca0"; -} -.ph-fill.ph-quotes:before { - content: "\eca1"; -} -.ph-fill.ph-radical:before { - content: "\eca2"; -} -.ph-fill.ph-radioactive:before { - content: "\eca3"; -} -.ph-fill.ph-radio-button:before { - content: "\eca4"; -} -.ph-fill.ph-radio:before { - content: "\eca5"; -} -.ph-fill.ph-rainbow-cloud:before { - content: "\eca6"; -} -.ph-fill.ph-rainbow:before { - content: "\eca7"; -} -.ph-fill.ph-read-cv-logo:before { - content: "\eca8"; -} -.ph-fill.ph-receipt:before { - content: "\eca9"; -} -.ph-fill.ph-receipt-x:before { - content: "\ecaa"; -} -.ph-fill.ph-record:before { - content: "\ecab"; -} -.ph-fill.ph-rectangle:before { - content: "\ecac"; -} -.ph-fill.ph-recycle:before { - content: "\ecad"; -} -.ph-fill.ph-reddit-logo:before { - content: "\ecae"; -} -.ph-fill.ph-repeat:before { - content: "\ecaf"; -} -.ph-fill.ph-repeat-once:before { - content: "\ecb0"; -} -.ph-fill.ph-rewind-circle:before { - content: "\ecb1"; -} -.ph-fill.ph-rewind:before { - content: "\ecb2"; -} -.ph-fill.ph-road-horizon:before { - content: "\ecb3"; -} -.ph-fill.ph-robot:before { - content: "\ecb4"; -} -.ph-fill.ph-rocket:before { - content: "\ecb5"; -} -.ph-fill.ph-rocket-launch:before { - content: "\ecb6"; -} -.ph-fill.ph-rows:before { - content: "\ecb7"; -} -.ph-fill.ph-rss:before { - content: "\ecb8"; -} -.ph-fill.ph-rss-simple:before { - content: "\ecb9"; -} -.ph-fill.ph-rug:before { - content: "\ecba"; -} -.ph-fill.ph-ruler:before { - content: "\ecbb"; -} -.ph-fill.ph-scales:before { - content: "\ecbc"; -} -.ph-fill.ph-scan:before { - content: "\ecbd"; -} -.ph-fill.ph-scissors:before { - content: "\ecbe"; -} -.ph-fill.ph-scooter:before { - content: "\ecbf"; -} -.ph-fill.ph-screencast:before { - content: "\ecc0"; -} -.ph-fill.ph-scribble-loop:before { - content: "\ecc1"; -} -.ph-fill.ph-scroll:before { - content: "\ecc2"; -} -.ph-fill.ph-seal-check:before, .ph-fill.ph-circle-wavy-check:before { - content: "\ecc3"; -} -.ph-fill.ph-seal:before, .ph-fill.ph-circle-wavy:before { - content: "\ecc4"; -} -.ph-fill.ph-seal-question:before, .ph-fill.ph-circle-wavy-question:before { - content: "\ecc5"; -} -.ph-fill.ph-seal-warning:before, .ph-fill.ph-circle-wavy-warning:before { - content: "\ecc6"; -} -.ph-fill.ph-selection-all:before { - content: "\ecc7"; -} -.ph-fill.ph-selection-background:before { - content: "\ecc8"; -} -.ph-fill.ph-selection:before { - content: "\ecc9"; -} -.ph-fill.ph-selection-foreground:before { - content: "\ecca"; -} -.ph-fill.ph-selection-inverse:before { - content: "\eccb"; -} -.ph-fill.ph-selection-plus:before { - content: "\eccc"; -} -.ph-fill.ph-selection-slash:before { - content: "\eccd"; -} -.ph-fill.ph-shapes:before { - content: "\ecce"; -} -.ph-fill.ph-share-fat:before { - content: "\eccf"; -} -.ph-fill.ph-share:before { - content: "\ecd0"; -} -.ph-fill.ph-share-network:before { - content: "\ecd1"; -} -.ph-fill.ph-shield-checkered:before { - content: "\ecd2"; -} -.ph-fill.ph-shield-check:before { - content: "\ecd3"; -} -.ph-fill.ph-shield-chevron:before { - content: "\ecd4"; -} -.ph-fill.ph-shield:before { - content: "\ecd5"; -} -.ph-fill.ph-shield-plus:before { - content: "\ecd6"; -} -.ph-fill.ph-shield-slash:before { - content: "\ecd7"; -} -.ph-fill.ph-shield-star:before { - content: "\ecd8"; -} -.ph-fill.ph-shield-warning:before { - content: "\ecd9"; -} -.ph-fill.ph-shirt-folded:before { - content: "\ecda"; -} -.ph-fill.ph-shooting-star:before { - content: "\ecdb"; -} -.ph-fill.ph-shopping-bag:before { - content: "\ecdc"; -} -.ph-fill.ph-shopping-bag-open:before { - content: "\ecdd"; -} -.ph-fill.ph-shopping-cart:before { - content: "\ecde"; -} -.ph-fill.ph-shopping-cart-simple:before { - content: "\ecdf"; -} -.ph-fill.ph-shower:before { - content: "\ece0"; -} -.ph-fill.ph-shrimp:before { - content: "\ece1"; -} -.ph-fill.ph-shuffle-angular:before { - content: "\ece2"; -} -.ph-fill.ph-shuffle:before { - content: "\ece3"; -} -.ph-fill.ph-shuffle-simple:before { - content: "\ece4"; -} -.ph-fill.ph-sidebar:before { - content: "\ece5"; -} -.ph-fill.ph-sidebar-simple:before { - content: "\ece6"; -} -.ph-fill.ph-sigma:before { - content: "\ece7"; -} -.ph-fill.ph-signature:before { - content: "\ece8"; -} -.ph-fill.ph-sign-in:before { - content: "\ece9"; -} -.ph-fill.ph-sign-out:before { - content: "\ecea"; -} -.ph-fill.ph-signpost:before { - content: "\eceb"; -} -.ph-fill.ph-sim-card:before { - content: "\ecec"; -} -.ph-fill.ph-siren:before { - content: "\eced"; -} -.ph-fill.ph-sketch-logo:before { - content: "\ecee"; -} -.ph-fill.ph-skip-back-circle:before { - content: "\ecef"; -} -.ph-fill.ph-skip-back:before { - content: "\ecf0"; -} -.ph-fill.ph-skip-forward-circle:before { - content: "\ecf1"; -} -.ph-fill.ph-skip-forward:before { - content: "\ecf2"; -} -.ph-fill.ph-skull:before { - content: "\ecf3"; -} -.ph-fill.ph-slack-logo:before { - content: "\ecf4"; -} -.ph-fill.ph-sliders:before { - content: "\ecf5"; -} -.ph-fill.ph-sliders-horizontal:before { - content: "\ecf6"; -} -.ph-fill.ph-slideshow:before { - content: "\ecf7"; -} -.ph-fill.ph-smiley-angry:before { - content: "\ecf8"; -} -.ph-fill.ph-smiley-blank:before { - content: "\ecf9"; -} -.ph-fill.ph-smiley:before { - content: "\ecfa"; -} -.ph-fill.ph-smiley-meh:before { - content: "\ecfb"; -} -.ph-fill.ph-smiley-nervous:before { - content: "\ecfc"; -} -.ph-fill.ph-smiley-sad:before { - content: "\ecfd"; -} -.ph-fill.ph-smiley-sticker:before { - content: "\ecfe"; -} -.ph-fill.ph-smiley-wink:before { - content: "\ecff"; -} -.ph-fill.ph-smiley-x-eyes:before { - content: "\ed00"; -} -.ph-fill.ph-snapchat-logo:before { - content: "\ed01"; -} -.ph-fill.ph-sneaker:before { - content: "\ed02"; -} -.ph-fill.ph-sneaker-move:before { - content: "\ed03"; -} -.ph-fill.ph-snowflake:before { - content: "\ed04"; -} -.ph-fill.ph-soccer-ball:before { - content: "\ed05"; -} -.ph-fill.ph-sort-ascending:before { - content: "\ed06"; -} -.ph-fill.ph-sort-descending:before { - content: "\ed07"; -} -.ph-fill.ph-soundcloud-logo:before { - content: "\ed08"; -} -.ph-fill.ph-spade:before { - content: "\ed09"; -} -.ph-fill.ph-sparkle:before { - content: "\ed0a"; -} -.ph-fill.ph-speaker-hifi:before { - content: "\ed0b"; -} -.ph-fill.ph-speaker-high:before { - content: "\ed0c"; -} -.ph-fill.ph-speaker-low:before { - content: "\ed0d"; -} -.ph-fill.ph-speaker-none:before { - content: "\ed0e"; -} -.ph-fill.ph-speaker-simple-high:before { - content: "\ed0f"; -} -.ph-fill.ph-speaker-simple-low:before { - content: "\ed10"; -} -.ph-fill.ph-speaker-simple-none:before { - content: "\ed11"; -} -.ph-fill.ph-speaker-simple-slash:before { - content: "\ed12"; -} -.ph-fill.ph-speaker-simple-x:before { - content: "\ed13"; -} -.ph-fill.ph-speaker-slash:before { - content: "\ed14"; -} -.ph-fill.ph-speaker-x:before { - content: "\ed15"; -} -.ph-fill.ph-spinner:before { - content: "\ed16"; -} -.ph-fill.ph-spinner-gap:before { - content: "\ed17"; -} -.ph-fill.ph-spiral:before { - content: "\ed18"; -} -.ph-fill.ph-split-horizontal:before { - content: "\ed19"; -} -.ph-fill.ph-split-vertical:before { - content: "\ed1a"; -} -.ph-fill.ph-spotify-logo:before { - content: "\ed1b"; -} -.ph-fill.ph-square:before { - content: "\ed1c"; -} -.ph-fill.ph-square-half-bottom:before { - content: "\ed1d"; -} -.ph-fill.ph-square-half:before { - content: "\ed1e"; -} -.ph-fill.ph-square-logo:before { - content: "\ed1f"; -} -.ph-fill.ph-squares-four:before { - content: "\ed20"; -} -.ph-fill.ph-square-split-horizontal:before { - content: "\ed21"; -} -.ph-fill.ph-square-split-vertical:before { - content: "\ed22"; -} -.ph-fill.ph-stack:before { - content: "\ed23"; -} -.ph-fill.ph-stack-overflow-logo:before { - content: "\ed24"; -} -.ph-fill.ph-stack-simple:before { - content: "\ed25"; -} -.ph-fill.ph-stairs:before { - content: "\ed26"; -} -.ph-fill.ph-stamp:before { - content: "\ed27"; -} -.ph-fill.ph-star-and-crescent:before { - content: "\ed28"; -} -.ph-fill.ph-star:before { - content: "\ed29"; -} -.ph-fill.ph-star-four:before { - content: "\ed2a"; -} -.ph-fill.ph-star-half:before { - content: "\ed2b"; -} -.ph-fill.ph-star-of-david:before { - content: "\ed2c"; -} -.ph-fill.ph-steering-wheel:before { - content: "\ed2d"; -} -.ph-fill.ph-steps:before { - content: "\ed2e"; -} -.ph-fill.ph-stethoscope:before { - content: "\ed2f"; -} -.ph-fill.ph-sticker:before { - content: "\ed30"; -} -.ph-fill.ph-stool:before { - content: "\ed31"; -} -.ph-fill.ph-stop-circle:before { - content: "\ed32"; -} -.ph-fill.ph-stop:before { - content: "\ed33"; -} -.ph-fill.ph-storefront:before { - content: "\ed34"; -} -.ph-fill.ph-strategy:before { - content: "\ed35"; -} -.ph-fill.ph-stripe-logo:before { - content: "\ed36"; -} -.ph-fill.ph-student:before { - content: "\ed37"; -} -.ph-fill.ph-subtitles:before { - content: "\ed38"; -} -.ph-fill.ph-subtract:before { - content: "\ed39"; -} -.ph-fill.ph-subtract-square:before { - content: "\ed3a"; -} -.ph-fill.ph-suitcase:before { - content: "\ed3b"; -} -.ph-fill.ph-suitcase-rolling:before { - content: "\ed3c"; -} -.ph-fill.ph-suitcase-simple:before { - content: "\ed3d"; -} -.ph-fill.ph-sun-dim:before { - content: "\ed3e"; -} -.ph-fill.ph-sun:before { - content: "\ed3f"; -} -.ph-fill.ph-sunglasses:before { - content: "\ed40"; -} -.ph-fill.ph-sun-horizon:before { - content: "\ed41"; -} -.ph-fill.ph-swap:before { - content: "\ed42"; -} -.ph-fill.ph-swatches:before { - content: "\ed43"; -} -.ph-fill.ph-swimming-pool:before { - content: "\ed44"; -} -.ph-fill.ph-sword:before { - content: "\ed45"; -} -.ph-fill.ph-synagogue:before { - content: "\ed46"; -} -.ph-fill.ph-syringe:before { - content: "\ed47"; -} -.ph-fill.ph-table:before { - content: "\ed48"; -} -.ph-fill.ph-tabs:before { - content: "\ed49"; -} -.ph-fill.ph-tag-chevron:before { - content: "\ed4a"; -} -.ph-fill.ph-tag:before { - content: "\ed4b"; -} -.ph-fill.ph-tag-simple:before { - content: "\ed4c"; -} -.ph-fill.ph-target:before { - content: "\ed4d"; -} -.ph-fill.ph-taxi:before { - content: "\ed4e"; -} -.ph-fill.ph-telegram-logo:before { - content: "\ed4f"; -} -.ph-fill.ph-television:before { - content: "\ed50"; -} -.ph-fill.ph-television-simple:before { - content: "\ed51"; -} -.ph-fill.ph-tennis-ball:before { - content: "\ed52"; -} -.ph-fill.ph-tent:before { - content: "\ed53"; -} -.ph-fill.ph-terminal:before { - content: "\ed54"; -} -.ph-fill.ph-terminal-window:before { - content: "\ed55"; -} -.ph-fill.ph-test-tube:before { - content: "\ed56"; -} -.ph-fill.ph-text-aa:before { - content: "\ed57"; -} -.ph-fill.ph-text-align-center:before { - content: "\ed58"; -} -.ph-fill.ph-text-align-justify:before { - content: "\ed59"; -} -.ph-fill.ph-text-align-left:before { - content: "\ed5a"; -} -.ph-fill.ph-text-align-right:before { - content: "\ed5b"; -} -.ph-fill.ph-text-a-underline:before { - content: "\ed5c"; -} -.ph-fill.ph-text-b:before, .ph-fill.ph-text-bolder:before { - content: "\ed5d"; -} -.ph-fill.ph-textbox:before { - content: "\ed5e"; -} -.ph-fill.ph-text-columns:before { - content: "\ed5f"; -} -.ph-fill.ph-text-h:before { - content: "\ed60"; -} -.ph-fill.ph-text-h-five:before { - content: "\ed61"; -} -.ph-fill.ph-text-h-four:before { - content: "\ed62"; -} -.ph-fill.ph-text-h-one:before { - content: "\ed63"; -} -.ph-fill.ph-text-h-six:before { - content: "\ed64"; -} -.ph-fill.ph-text-h-three:before { - content: "\ed65"; -} -.ph-fill.ph-text-h-two:before { - content: "\ed66"; -} -.ph-fill.ph-text-indent:before { - content: "\ed67"; -} -.ph-fill.ph-text-italic:before { - content: "\ed68"; -} -.ph-fill.ph-text-outdent:before { - content: "\ed69"; -} -.ph-fill.ph-text-strikethrough:before { - content: "\ed6a"; -} -.ph-fill.ph-text-t:before { - content: "\ed6b"; -} -.ph-fill.ph-text-underline:before { - content: "\ed6c"; -} -.ph-fill.ph-thermometer-cold:before { - content: "\ed6d"; -} -.ph-fill.ph-thermometer:before { - content: "\ed6e"; -} -.ph-fill.ph-thermometer-hot:before { - content: "\ed6f"; -} -.ph-fill.ph-thermometer-simple:before { - content: "\ed70"; -} -.ph-fill.ph-thumbs-down:before { - content: "\ed71"; -} -.ph-fill.ph-thumbs-up:before { - content: "\ed72"; -} -.ph-fill.ph-ticket:before { - content: "\ed73"; -} -.ph-fill.ph-tidal-logo:before { - content: "\ed74"; -} -.ph-fill.ph-tiktok-logo:before { - content: "\ed75"; -} -.ph-fill.ph-timer:before { - content: "\ed76"; -} -.ph-fill.ph-tipi:before { - content: "\ed77"; -} -.ph-fill.ph-toggle-left:before { - content: "\ed78"; -} -.ph-fill.ph-toggle-right:before { - content: "\ed79"; -} -.ph-fill.ph-toilet:before { - content: "\ed7a"; -} -.ph-fill.ph-toilet-paper:before { - content: "\ed7b"; -} -.ph-fill.ph-toolbox:before { - content: "\ed7c"; -} -.ph-fill.ph-tooth:before { - content: "\ed7d"; -} -.ph-fill.ph-tote:before { - content: "\ed7e"; -} -.ph-fill.ph-tote-simple:before { - content: "\ed7f"; -} -.ph-fill.ph-trademark:before { - content: "\ed80"; -} -.ph-fill.ph-trademark-registered:before { - content: "\ed81"; -} -.ph-fill.ph-traffic-cone:before { - content: "\ed82"; -} -.ph-fill.ph-traffic-signal:before { - content: "\ed83"; -} -.ph-fill.ph-traffic-sign:before { - content: "\ed84"; -} -.ph-fill.ph-train:before { - content: "\ed85"; -} -.ph-fill.ph-train-regional:before { - content: "\ed86"; -} -.ph-fill.ph-train-simple:before { - content: "\ed87"; -} -.ph-fill.ph-tram:before { - content: "\ed88"; -} -.ph-fill.ph-translate:before { - content: "\ed89"; -} -.ph-fill.ph-trash:before { - content: "\ed8a"; -} -.ph-fill.ph-trash-simple:before { - content: "\ed8b"; -} -.ph-fill.ph-tray:before { - content: "\ed8c"; -} -.ph-fill.ph-tree-evergreen:before { - content: "\ed8d"; -} -.ph-fill.ph-tree:before { - content: "\ed8e"; -} -.ph-fill.ph-tree-palm:before { - content: "\ed8f"; -} -.ph-fill.ph-tree-structure:before { - content: "\ed90"; -} -.ph-fill.ph-trend-down:before { - content: "\ed91"; -} -.ph-fill.ph-trend-up:before { - content: "\ed92"; -} -.ph-fill.ph-triangle:before { - content: "\ed93"; -} -.ph-fill.ph-trophy:before { - content: "\ed94"; -} -.ph-fill.ph-truck:before { - content: "\ed95"; -} -.ph-fill.ph-t-shirt:before { - content: "\ed96"; -} -.ph-fill.ph-twitch-logo:before { - content: "\ed97"; -} -.ph-fill.ph-twitter-logo:before { - content: "\ed98"; -} -.ph-fill.ph-umbrella:before { - content: "\ed99"; -} -.ph-fill.ph-umbrella-simple:before { - content: "\ed9a"; -} -.ph-fill.ph-unite:before { - content: "\ed9b"; -} -.ph-fill.ph-unite-square:before { - content: "\ed9c"; -} -.ph-fill.ph-upload:before { - content: "\ed9d"; -} -.ph-fill.ph-upload-simple:before { - content: "\ed9e"; -} -.ph-fill.ph-usb:before { - content: "\ed9f"; -} -.ph-fill.ph-user-circle:before { - content: "\eda0"; -} -.ph-fill.ph-user-circle-gear:before { - content: "\eda1"; -} -.ph-fill.ph-user-circle-minus:before { - content: "\eda2"; -} -.ph-fill.ph-user-circle-plus:before { - content: "\eda3"; -} -.ph-fill.ph-user:before { - content: "\eda4"; -} -.ph-fill.ph-user-focus:before { - content: "\eda5"; -} -.ph-fill.ph-user-gear:before { - content: "\eda6"; -} -.ph-fill.ph-user-list:before { - content: "\eda7"; -} -.ph-fill.ph-user-minus:before { - content: "\eda8"; -} -.ph-fill.ph-user-plus:before { - content: "\eda9"; -} -.ph-fill.ph-user-rectangle:before { - content: "\edaa"; -} -.ph-fill.ph-users:before { - content: "\edab"; -} -.ph-fill.ph-users-four:before { - content: "\edac"; -} -.ph-fill.ph-user-square:before { - content: "\edad"; -} -.ph-fill.ph-users-three:before { - content: "\edae"; -} -.ph-fill.ph-user-switch:before { - content: "\edaf"; -} -.ph-fill.ph-van:before { - content: "\edb0"; -} -.ph-fill.ph-vault:before { - content: "\edb1"; -} -.ph-fill.ph-vibrate:before { - content: "\edb2"; -} -.ph-fill.ph-video-camera:before { - content: "\edb3"; -} -.ph-fill.ph-video-camera-slash:before { - content: "\edb4"; -} -.ph-fill.ph-video:before { - content: "\edb5"; -} -.ph-fill.ph-vignette:before { - content: "\edb6"; -} -.ph-fill.ph-vinyl-record:before { - content: "\edb7"; -} -.ph-fill.ph-virtual-reality:before { - content: "\edb8"; -} -.ph-fill.ph-virus:before { - content: "\edb9"; -} -.ph-fill.ph-voicemail:before { - content: "\edba"; -} -.ph-fill.ph-volleyball:before { - content: "\edbb"; -} -.ph-fill.ph-wallet:before { - content: "\edbc"; -} -.ph-fill.ph-wall:before { - content: "\edbd"; -} -.ph-fill.ph-warehouse:before { - content: "\edbe"; -} -.ph-fill.ph-warning-circle:before { - content: "\edbf"; -} -.ph-fill.ph-warning-diamond:before { - content: "\edc0"; -} -.ph-fill.ph-warning:before { - content: "\edc1"; -} -.ph-fill.ph-warning-octagon:before { - content: "\edc2"; -} -.ph-fill.ph-watch:before { - content: "\edc3"; -} -.ph-fill.ph-waveform:before { - content: "\edc4"; -} -.ph-fill.ph-wave-sawtooth:before { - content: "\edc5"; -} -.ph-fill.ph-waves:before { - content: "\edc6"; -} -.ph-fill.ph-wave-sine:before { - content: "\edc7"; -} -.ph-fill.ph-wave-square:before { - content: "\edc8"; -} -.ph-fill.ph-wave-triangle:before { - content: "\edc9"; -} -.ph-fill.ph-webcam:before { - content: "\edca"; -} -.ph-fill.ph-webcam-slash:before { - content: "\edcb"; -} -.ph-fill.ph-webhooks-logo:before { - content: "\edcc"; -} -.ph-fill.ph-wechat-logo:before { - content: "\edcd"; -} -.ph-fill.ph-whatsapp-logo:before { - content: "\edce"; -} -.ph-fill.ph-wheelchair:before { - content: "\edcf"; -} -.ph-fill.ph-wheelchair-motion:before { - content: "\edd0"; -} -.ph-fill.ph-wifi-high:before { - content: "\edd1"; -} -.ph-fill.ph-wifi-low:before { - content: "\edd2"; -} -.ph-fill.ph-wifi-medium:before { - content: "\edd3"; -} -.ph-fill.ph-wifi-none:before { - content: "\edd4"; -} -.ph-fill.ph-wifi-slash:before { - content: "\edd5"; -} -.ph-fill.ph-wifi-x:before { - content: "\edd6"; -} -.ph-fill.ph-wind:before { - content: "\edd7"; -} -.ph-fill.ph-windows-logo:before { - content: "\edd8"; -} -.ph-fill.ph-wine:before { - content: "\edd9"; -} -.ph-fill.ph-wrench:before { - content: "\edda"; -} -.ph-fill.ph-x-circle:before { - content: "\eddb"; -} -.ph-fill.ph-x:before { - content: "\eddc"; -} -.ph-fill.ph-x-square:before { - content: "\eddd"; -} -.ph-fill.ph-yin-yang:before { - content: "\edde"; -} -.ph-fill.ph-youtube-logo:before { - content: "\eddf"; -} diff --git a/public/phicons/light/Phosphor-Light.svg b/public/phicons/light/Phosphor-Light.svg deleted file mode 100644 index cff25ac1..00000000 --- a/public/phicons/light/Phosphor-Light.svg +++ /dev/null @@ -1,1280 +0,0 @@ - - - \ No newline at end of file diff --git a/public/phicons/light/Phosphor-Light.ttf b/public/phicons/light/Phosphor-Light.ttf deleted file mode 100644 index a72ca65d..00000000 Binary files a/public/phicons/light/Phosphor-Light.ttf and /dev/null differ diff --git a/public/phicons/light/Phosphor-Light.woff b/public/phicons/light/Phosphor-Light.woff deleted file mode 100644 index eb36bcaa..00000000 Binary files a/public/phicons/light/Phosphor-Light.woff and /dev/null differ diff --git a/public/phicons/light/desktop.ini b/public/phicons/light/desktop.ini deleted file mode 100644 index 63581396..00000000 Binary files a/public/phicons/light/desktop.ini and /dev/null differ diff --git a/public/phicons/light/selection.json b/public/phicons/light/selection.json deleted file mode 100644 index 38bb8d9b..00000000 --- a/public/phicons/light/selection.json +++ /dev/null @@ -1 +0,0 @@ -{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M636.44 568.52c36.365-28.058 59.56-71.65 59.56-120.66 0-83.947-68.053-152-152-152s-152 68.053-152 152c0 49.010 23.195 92.602 59.207 120.398l0.353 0.262c-48.457 18.425-88.736 49.147-118.275 88.407l-0.485 0.673c-2.997 3.961-4.8 8.97-4.8 14.4 0 13.255 10.745 24 24 24 7.825 0 14.775-3.745 19.156-9.54l0.044-0.060c39.825-52.698 102.377-86.4 172.8-86.4s132.975 33.702 172.406 85.857l0.394 0.543c4.425 5.855 11.375 9.6 19.2 9.6 13.255 0 24-10.745 24-24 0-5.43-1.803-10.439-4.844-14.46l0.044 0.060c-30.024-39.933-70.303-70.655-116.956-88.475l-1.804-0.605zM440 448c0-57.438 46.562-104 104-104s104 46.562 104 104c0 57.438-46.562 104-104 104v0c-57.438 0-104-46.562-104-104v0zM832 104h-576c-30.928 0-56 25.072-56 56v0 104h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v176h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v176h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v104c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-704c0-30.928-25.072-56-56-56v0zM840 864c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h576c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["address-book-light"]},"attrs":[{}],"properties":{"order":26989,"id":1247,"name":"address-book-light","prevSize":16,"code":59648},"setIdx":2,"setId":2,"iconIdx":0},{"icon":{"paths":["M888 864c0 13.255-10.745 24-24 24v0h-576c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h576c13.255 0 24 10.745 24 24v0zM984 544v96c0 13.255-10.745 24-24 24v0h-715.72c-0.207 0.001-0.452 0.002-0.697 0.002-68.197 0-125.841-45.186-144.625-107.252l-0.278-1.070-56.28-187.68c-1.481-4.789-2.334-10.295-2.334-16 0-30.905 25.035-55.963 55.931-56l32.004-0c6.625 0.006 12.621 2.695 16.96 7.040l0 0 89 88.96h104.4l-39.44-118.28c-1.824-5.288-2.877-11.381-2.877-17.72 0-30.913 25.048-55.976 55.955-56l32.002-0c0.006-0 0.012-0 0.019-0 6.633 0 12.637 2.691 16.981 7.040l0 0 184.96 184.96h246.040c83.947 0 152 68.053 152 152v0zM936 544c0-57.438-46.562-104-104-104v0h-256c-6.625-0.006-12.621-2.695-16.96-7.040l-0-0-184.96-184.96h-22.080c-0.002-0-0.005-0-0.007-0-4.418 0-8 3.582-8 8 0 0.901 0.149 1.768 0.424 2.576l-0.017-0.056 50 149.88c0.783 2.268 1.235 4.881 1.235 7.6 0 13.253-10.742 23.997-23.995 24l-147.64 0c-6.625-0.006-12.621-2.695-16.96-7.040l-0-0-88.96-88.96h-22.080c-0.033-0.001-0.073-0.001-0.112-0.001-2.584 0-4.871 1.269-6.272 3.218l-0.016 0.023c-1.004 1.281-1.61 2.915-1.61 4.691 0 0.839 0.135 1.647 0.385 2.403l-0.015-0.054 56.24 187.6c13.065 43.205 52.521 74.121 99.198 74.121 0.169 0 0.339-0 0.508-0.001l-0.026 0h691.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-in-flight-light"]},"attrs":[{}],"properties":{"order":26990,"id":1246,"name":"airplane-in-flight-light","prevSize":16,"code":59649},"setIdx":2,"setId":2,"iconIdx":1},{"icon":{"paths":["M984 864c0 13.255-10.745 24-24 24v0h-576c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h576c13.255 0 24 10.745 24 24v0zM889.52 759.12l-706.52-197.84c-64.459-18.68-110.817-77.101-111-146.379l-0-0.021v-222.88c-0-0.011-0-0.024-0-0.037 0-30.928 25.072-56 56-56 6.339 0 12.432 1.053 18.114 2.994l-0.394-0.117 21.88 7.32c6.982 2.383 12.413 7.696 14.906 14.434l0.054 0.166 44 121.32 133.44 37.92v-128c-0-0.011-0-0.024-0-0.037 0-30.928 25.072-56 56-56 6.339 0 12.432 1.053 18.114 2.994l-0.394-0.117 21.88 7.32c6.602 2.254 11.803 7.115 14.46 13.324l0.060 0.156 91.52 218.12 247.080 69.080c64.627 18.524 111.149 77.031 111.28 146.425l0 0.015v142.72c0 0.003 0 0.007 0 0.011 0 13.255-10.745 24-24 24-2.307 0-4.538-0.325-6.649-0.933l0.169 0.042zM872 593.28c-0.175-47.372-31.909-87.284-75.264-99.818l-0.736-0.182-258.32-72c-7.12-2.049-12.774-7.113-15.581-13.683l-0.059-0.157-92-218.8-11.56-4c-0.742-0.251-1.596-0.395-2.484-0.395-4.332 0-7.86 3.444-7.996 7.743l-0 0.012v160c-0.003 13.252-10.747 23.994-24 23.994-2.336 0-4.594-0.334-6.73-0.956l0.17 0.042-176-50.16c-7.468-2.173-13.327-7.678-15.946-14.754l-0.054-0.166-44.080-122-10.84-3.6c-0.728-0.254-1.567-0.4-2.441-0.4-0.028 0-0.056 0-0.083 0l0.004-0c-1.745 0.012-3.354 0.58-4.663 1.536l0.023-0.016c-2.034 1.461-3.347 3.816-3.36 6.478l-0 0.002v222.88c0.203 47.362 31.924 87.261 75.263 99.817l0.737 0.183 676 189.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-landing-light"]},"attrs":[{}],"properties":{"order":26991,"id":1245,"name":"airplane-landing-light","prevSize":16,"code":59650,"ligatures":"airplane-landing"},"setIdx":2,"setId":2,"iconIdx":2},{"icon":{"paths":["M938.72 522.52l-306.72-153.36v-177.16c0-66.274-53.726-120-120-120s-120 53.726-120 120v0 177.16l-306.72 153.36c-7.936 4.026-13.28 12.125-13.28 21.473 0 0.003 0 0.005 0 0.008l-0-0v128c0.006 13.25 10.749 23.989 24 23.989 1.67 0 3.301-0.171 4.875-0.495l-0.155 0.027 291.28-58.24v88.76l-56.96 57c-4.345 4.339-7.034 10.335-7.040 16.959l-0 0.001v128c0 13.254 10.745 23.999 24 23.999 3.213 0 6.279-0.632 9.080-1.777l-0.16 0.058 151.080-60.44 151.080 60.44c2.641 1.088 5.707 1.719 8.92 1.719 13.255 0 24-10.745 24-23.999l-0-0v-128c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0-56.96-57v-88.76l291.28 58.24c1.419 0.298 3.050 0.469 4.72 0.469 13.251 0 23.994-10.739 24-23.988l0-0.001v-128c0-0.002 0-0.005 0-0.007 0-9.348-5.344-17.447-13.143-21.41l-0.137-0.063zM904 642.72l-291.28-58.24c-1.419-0.298-3.050-0.469-4.72-0.469-13.251 0-23.994 10.739-24 23.988l-0 0.001v128c0.006 6.625 2.695 12.621 7.040 16.96l0 0 56.96 57v82.6l-127.080-50.84c-2.641-1.088-5.707-1.719-8.92-1.719s-6.279 0.632-9.080 1.777l0.16-0.058-127.080 50.84v-82.6l56.96-57c4.345-4.339 7.034-10.335 7.040-16.959l0-0.001v-128c-0.006-13.25-10.749-23.989-24-23.989-1.67 0-3.301 0.171-4.875 0.495l0.155-0.027-291.28 58.24v-84l306.72-153.36c7.903-4.009 13.235-12.057 13.28-21.354l0-0.006v-192c0-39.765 32.235-72 72-72s72 32.235 72 72v0 192c-0 0.002-0 0.005-0 0.007 0 9.348 5.344 17.447 13.143 21.41l0.137 0.063 306.72 153.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-light"]},"attrs":[{}],"properties":{"order":26992,"id":1244,"name":"airplane-light","prevSize":16,"code":59651},"setIdx":2,"setId":2,"iconIdx":3},{"icon":{"paths":["M696 864c0 13.255-10.745 24-24 24v0h-576c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h576c13.255 0 24 10.745 24 24v0zM983.6 371.12c-1.378 6.845-5.514 12.527-11.172 15.94l-0.108 0.060-589.64 352c-22.030 13.103-48.563 20.868-76.905 20.92l-0.015 0c-40.19-0.051-76.698-15.774-103.749-41.385l0.069 0.065-0.4-0.36-144.2-140.92c-10.81-10.232-17.538-24.681-17.538-40.702 0-22.802 13.628-42.42 33.182-51.156l0.356-0.142 12-5.96c3.074-1.534 6.696-2.433 10.528-2.433 2.76 0 5.412 0.466 7.88 1.324l-0.168-0.051 116.6 39.32 92.68-56-94.8-92c-11.123-10.267-18.066-24.92-18.066-41.194 0-23.004 13.87-42.768 33.704-51.386l0.362-0.14 0.96-0.4 28.6-10.84c2.49-0.957 5.37-1.511 8.38-1.511s5.89 0.554 8.545 1.566l-0.165-0.055 219.36 80.72 209.52-125.080c22.070-13.317 48.722-21.196 77.215-21.196 47.248 0 89.436 21.666 117.17 55.605l0.215 0.271 0.36 0.44 74.56 95.56c3.167 4.028 5.079 9.173 5.079 14.764 0 1.54-0.145 3.046-0.422 4.506l0.024-0.15zM924.36 360l-57.68-73.88c-19.115-23.322-47.923-38.087-80.18-38.087-19.508 0-37.754 5.4-53.326 14.787l0.465-0.26-219.24 130.88c-3.516 2.134-7.765 3.397-12.31 3.397-2.976 0-5.826-0.542-8.456-1.532l0.165 0.055-221.8-81.56-19.6 7.4c-2.34 1.083-4.016 3.25-4.395 5.839l-0.005 0.041c-0.073 0.405-0.114 0.871-0.114 1.346 0 2.35 1.014 4.464 2.627 5.928l0.007 0.006 0.68 0.6 117.4 113.96c4.499 4.367 7.292 10.472 7.292 17.229 0 8.662-4.588 16.251-11.467 20.472l-0.105 0.060-128.76 77.96c-3.533 2.161-7.808 3.441-12.382 3.441-2.725 0-5.345-0.454-7.786-1.291l0.169 0.050-117.8-39.76-3.72 1.84-1.12 0.52c-2.864 1.26-4.827 4.073-4.827 7.344 0 2.289 0.962 4.354 2.503 5.813l0.004 0.004 0.4 0.36 144 141.12c18.459 17.42 43.416 28.127 70.875 28.127 19.307 0 37.377-5.294 52.839-14.508l-0.474 0.262z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-takeoff-light"]},"attrs":[{}],"properties":{"order":26993,"id":1243,"name":"airplane-takeoff-light","prevSize":16,"code":59652},"setIdx":2,"setId":2,"iconIdx":4},{"icon":{"paths":["M732 454.6l120.92-113.8c21.718-21.718 35.15-51.72 35.15-84.86 0-66.28-53.73-120.010-120.010-120.010-33.14 0-63.142 13.433-84.86 35.15l-0.52 0.52-113.28 120.4-337.2-122.6c-2.442-0.917-5.264-1.448-8.211-1.448-6.617 0-12.608 2.678-16.95 7.009l0-0-96 96c-4.383 4.35-7.097 10.377-7.097 17.038 0 8.314 4.228 15.641 10.65 19.948l0.087 0.055 263.68 175.76-68.28 68.24h-86.080c-6.625 0.006-12.621 2.695-16.96 7.040l-0 0-96 96c-4.364 4.347-7.064 10.361-7.064 17.005 0 10.036 6.16 18.633 14.904 22.217l0.16 0.058 150.48 60 60 150.24v0.48c3.694 8.791 12.233 14.852 22.188 14.852 3.263 0 6.374-0.651 9.211-1.831l-0.159 0.059c3.244-1.337 6.002-3.249 8.271-5.63l0.009-0.010 95.64-95.64c4.42-4.275 7.201-10.221 7.32-16.818l0-0.022v-86.080l68.28-68.28 175.72 263.68c4.367 6.468 11.671 10.665 19.954 10.665 6.625 0 12.623-2.684 16.966-7.025l96-96c4.33-4.341 7.008-10.332 7.008-16.949 0-2.946-0.531-5.769-1.502-8.377l0.054 0.166zM739.76 858.32l-175.76-263.68c-3.934-5.834-10.237-9.811-17.498-10.552l-0.102-0.008h-2.36c-6.625 0.006-12.621 2.695-16.96 7.040l-0 0-96 96c-4.341 4.316-7.040 10.279-7.080 16.872l-0 0.008v86.080l-63.2 63.2-50.52-126.2c-2.484-6.128-7.242-10.899-13.2-13.342l-0.16-0.058-126.2-50.48 63.24-63.2h86.040c0.006 0 0.012 0 0.019 0 6.633 0 12.637-2.691 16.981-7.040l0-0 96-96c4.331-4.341 7.009-10.333 7.009-16.95 0-8.294-4.207-15.605-10.603-19.916l-0.085-0.054-263.64-175.8 64.48-64.52 337.84 122.8c2.437 0.913 5.253 1.442 8.193 1.442 6.888 0 13.099-2.902 17.475-7.55l0.011-0.012 124-131.6c12.687-11.408 29.557-18.385 48.056-18.385 39.765 0 72 32.235 72 72 0 18.579-7.037 35.515-18.591 48.286l0.055-0.062-131.6 124c-4.66 4.388-7.562 10.599-7.562 17.487 0 2.94 0.529 5.756 1.496 8.359l-0.054-0.166 122.8 337.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplane-tilt-light"]},"attrs":[{}],"properties":{"order":26994,"id":1242,"name":"airplane-tilt-light","prevSize":16,"code":59653,"ligatures":"airplane-tilt"},"setIdx":2,"setId":2,"iconIdx":5},{"icon":{"paths":["M530.24 624.4c-4.428-5.142-10.946-8.378-18.22-8.378s-13.792 3.236-18.194 8.347l-0.026 0.031-192 224c-3.581 4.168-5.762 9.629-5.762 15.6 0 13.241 10.723 23.978 23.959 24l0.002 0h384c0 0 0.001 0 0.002 0 13.255 0 24-10.745 24-24 0-5.971-2.18-11.432-5.788-15.632l0.027 0.032zM372.2 840l140-163.12 139.8 163.12zM920 256v448c0 48.601-39.399 88-88 88v0h-64c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h64c22.091 0 40-17.909 40-40v0-448c0-22.091-17.909-40-40-40v0h-640c-22.091 0-40 17.909-40 40v0 448c0 22.091 17.909 40 40 40v0h64c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-64c-48.601 0-88-39.399-88-88v0-448c0-48.601 39.399-88 88-88v0h640c48.601 0 88 39.399 88 88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["airplay-light"]},"attrs":[{}],"properties":{"order":26995,"id":1241,"name":"airplay-light","prevSize":16,"code":59654},"setIdx":2,"setId":2,"iconIdx":6},{"icon":{"paths":["M909.88 256c-10.237-14.565-26.957-23.973-45.876-24l-0.004-0h-328v-144h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v144h-328c-0.002-0-0.003-0-0.005-0-30.928 0-56 25.072-56 56 0 6.86 1.234 13.433 3.491 19.507l-0.126-0.387 104.76 288c8.042 21.686 28.546 36.865 52.598 36.88l127.282 0v264c0 13.255 10.745 24 24 24s24-10.745 24-24v0-264h144v264c0 13.255 10.745 24 24 24s24-10.745 24-24v0-264h127.28c0.025 0 0.055 0 0.085 0 24.068 0 44.589-15.183 52.509-36.493l0.126-0.387 104.76-288c2.088-5.633 3.296-12.14 3.296-18.93 0-12.058-3.811-23.225-10.293-32.364l0.117 0.174zM436 584l-55.24-304h262.48l-55.24 304zM257.2 578.72l-104.72-288c-0.306-0.814-0.483-1.755-0.483-2.737 0-1.716 0.54-3.305 1.46-4.608l-0.017 0.025c1.416-2.064 3.762-3.401 6.42-3.401 0.049 0 0.098 0 0.147 0.001l-0.007-0h172l55.28 304h-122.56c-3.441-0.002-6.374-2.175-7.502-5.225l-0.018-0.055zM871.52 290.72l-104.72 288c-1.146 3.105-4.079 5.278-7.52 5.28l-122.52 0 55.24-304h172c0.042-0.001 0.091-0.001 0.14-0.001 2.658 0 5.005 1.337 6.403 3.375l0.017 0.026c0.903 1.278 1.443 2.867 1.443 4.583 0 0.982-0.177 1.923-0.501 2.792l0.018-0.055z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["air-traffic-control-light"]},"attrs":[{}],"properties":{"order":26996,"id":1240,"name":"air-traffic-control-light","prevSize":16,"code":59655},"setIdx":2,"setId":2,"iconIdx":7},{"icon":{"paths":["M512 136c-207.659 0-376 168.341-376 376s168.341 376 376 376c207.659 0 376-168.341 376-376v0c-0.25-207.558-168.441-375.749-375.975-376l-0.025-0zM512 840c-181.149 0-328-146.851-328-328s146.851-328 328-328c181.149 0 328 146.851 328 328v0c-0.227 181.058-146.942 327.772-327.978 328l-0.022 0zM240.96 112.96l-128 128c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 128-128c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014zM944.96 240.96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 128 128c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0zM736 488c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-224c-13.255 0-24-10.745-24-24v0-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0 200z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["alarm-light"]},"attrs":[{}],"properties":{"order":26997,"id":1239,"name":"alarm-light","prevSize":16,"code":59656,"ligatures":"alarm"},"setIdx":2,"setId":2,"iconIdx":8},{"icon":{"paths":["M512 72c-207.558 0.25-375.749 168.441-376 375.975l-0 0.025c0 94.4 49.64 216.8 132.84 327.32 64.24 85.4 161.88 176.68 243.16 176.68s178.92-91.28 243.16-176.68c83.2-110.52 132.84-232.92 132.84-327.32-0.25-207.558-168.441-375.749-375.975-376l-0.025-0zM716.84 746.48c-70.92 94.2-153.2 157.52-204.84 157.52s-133.92-63.32-204.84-157.52c-75.96-101-123.16-215.36-123.16-298.48 0-181.149 146.851-328 328-328s328 146.851 328 328v0c0 83.12-47.2 197.48-123.16 298.48zM472 544c0-83.947-68.053-152-152-152v0c-30.928 0-56 25.072-56 56v0c0 83.947 68.053 152 152 152v0c30.928 0 56-25.072 56-56v0zM416 552c-57.438 0-104-46.562-104-104v0c0-4.418 3.582-8 8-8v0c57.438 0 104 46.562 104 104v0c0 4.418-3.582 8-8 8v0zM704 392c-83.947 0-152 68.053-152 152v0c0 30.928 25.072 56 56 56v0c83.947 0 152-68.053 152-152v0c0-30.928-25.072-56-56-56v0zM608 552c-4.418 0-8-3.582-8-8v0c0-57.438 46.562-104 104-104v0c4.418 0 8 3.582 8 8v0c0 57.438-46.562 104-104 104v0zM600 736c0 13.255-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["alien-light"]},"attrs":[{}],"properties":{"order":26998,"id":1238,"name":"alien-light","prevSize":16,"code":59657},"setIdx":2,"setId":2,"iconIdx":9},{"icon":{"paths":["M888 864c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0zM552 704v-384c0-30.928 25.072-56 56-56v0h160c30.928 0 56 25.072 56 56v0 384c0 30.928-25.072 56-56 56v0h-160c-30.928 0-56-25.072-56-56v0zM600 704c0 4.418 3.582 8 8 8v0h160c4.418 0 8-3.582 8-8v0-384c0-4.418-3.582-8-8-8v0h-160c-4.418 0-8 3.582-8 8v0zM200 704v-544c0-30.928 25.072-56 56-56v0h160c30.928 0 56 25.072 56 56v0 544c0 30.928-25.072 56-56 56v0h-160c-30.928 0-56-25.072-56-56v0zM248 704c0 4.418 3.582 8 8 8v0h160c4.418 0 8-3.582 8-8v0-544c0-4.418-3.582-8-8-8v0h-160c-4.418 0-8 3.582-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-bottom-light"]},"attrs":[{}],"properties":{"order":26999,"id":1237,"name":"align-bottom-light","prevSize":16,"code":59658},"setIdx":2,"setId":2,"iconIdx":10},{"icon":{"paths":["M824 928c0 13.255-10.745 24-24 24v0h-576c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h576c13.255 0 24 10.745 24 24v0zM328 768v-608c0-30.928 25.072-56 56-56v0h256c30.928 0 56 25.072 56 56v0 608c0 30.928-25.072 56-56 56v0h-256c-30.928 0-56-25.072-56-56v0zM376 768c0 4.418 3.582 8 8 8v0h256c4.418 0 8-3.582 8-8v0-608c0-4.418-3.582-8-8-8v0h-256c-4.418 0-8 3.582-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-bottom-simple-light"]},"attrs":[{}],"properties":{"order":27000,"id":1236,"name":"align-bottom-simple-light","prevSize":16,"code":59659},"setIdx":2,"setId":2,"iconIdx":11},{"icon":{"paths":["M832 552h-296v-80h200c30.928 0 56-25.072 56-56v0-160c0-30.928-25.072-56-56-56v0h-200v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-200c-30.928 0-56 25.072-56 56v0 160c0 30.928 25.072 56 56 56v0h200v80h-296c-30.928 0-56 25.072-56 56v0 160c0 30.928 25.072 56 56 56v0h296v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h296c30.928 0 56-25.072 56-56v0-160c0-30.928-25.072-56-56-56v0zM280 416v-160c0-4.418 3.582-8 8-8v0h448c4.418 0 8 3.582 8 8v0 160c0 4.418-3.582 8-8 8v0h-448c-4.418 0-8-3.582-8-8v0zM840 768c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-160c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-center-horizontal-light"]},"attrs":[{}],"properties":{"order":27001,"id":1235,"name":"align-center-horizontal-light","prevSize":16,"code":59660},"setIdx":2,"setId":2,"iconIdx":12},{"icon":{"paths":["M832 328h-296v-136c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 136h-296c-30.928 0-56 25.072-56 56v0 256c0 30.928 25.072 56 56 56v0h296v136c0 13.255 10.745 24 24 24s24-10.745 24-24v0-136h296c30.928 0 56-25.072 56-56v0-256c0-30.928-25.072-56-56-56v0zM840 640c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-256c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-center-horizontal-simple-light"]},"attrs":[{}],"properties":{"order":27002,"id":1234,"name":"align-center-horizontal-simple-light","prevSize":16,"code":59661},"setIdx":2,"setId":2,"iconIdx":13},{"icon":{"paths":["M896 488h-72v-200c0-30.928-25.072-56-56-56v0h-160c-30.928 0-56 25.072-56 56v0 200h-80v-296c0-30.928-25.072-56-56-56v0h-160c-30.928 0-56 25.072-56 56v0 296h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v296c0 30.928 25.072 56 56 56v0h160c30.928 0 56-25.072 56-56v0-296h80v200c0 30.928 25.072 56 56 56v0h160c30.928 0 56-25.072 56-56v0-200h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM424 832c0 4.418-3.582 8-8 8v0h-160c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h160c4.418 0 8 3.582 8 8v0zM776 736c0 4.418-3.582 8-8 8v0h-160c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h160c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-center-vertical-light"]},"attrs":[{}],"properties":{"order":27003,"id":1233,"name":"align-center-vertical-light","prevSize":16,"code":59662},"setIdx":2,"setId":2,"iconIdx":14},{"icon":{"paths":["M832 488h-136v-296c0-30.928-25.072-56-56-56v0h-256c-30.928 0-56 25.072-56 56v0 296h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h136v296c0 30.928 25.072 56 56 56v0h256c30.928 0 56-25.072 56-56v0-296h136c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM648 832c0 4.418-3.582 8-8 8v0h-256c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h256c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-center-vertical-simple-light"]},"attrs":[{}],"properties":{"order":27004,"id":1232,"name":"align-center-vertical-simple-light","prevSize":16,"code":59663},"setIdx":2,"setId":2,"iconIdx":15},{"icon":{"paths":["M184 160v704c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-704c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM264 416v-160c0-30.928 25.072-56 56-56v0h384c30.928 0 56 25.072 56 56v0 160c0 30.928-25.072 56-56 56v0h-384c-30.928 0-56-25.072-56-56v0zM312 416c0 4.418 3.582 8 8 8v0h384c4.418 0 8-3.582 8-8v0-160c0-4.418-3.582-8-8-8v0h-384c-4.418 0-8 3.582-8 8v0zM920 608v160c0 30.928-25.072 56-56 56v0h-544c-30.928 0-56-25.072-56-56v0-160c0-30.928 25.072-56 56-56v0h544c30.928 0 56 25.072 56 56v0zM872 608c0-4.418-3.582-8-8-8v0h-544c-4.418 0-8 3.582-8 8v0 160c0 4.418 3.582 8 8 8v0h544c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-left-light"]},"attrs":[{}],"properties":{"order":27005,"id":1231,"name":"align-left-light","prevSize":16,"code":59664},"setIdx":2,"setId":2,"iconIdx":16},{"icon":{"paths":["M152 224v576c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-576c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM952 384v256c0 30.928-25.072 56-56 56v0h-608c-30.928 0-56-25.072-56-56v0-256c0-30.928 25.072-56 56-56v0h608c30.928 0 56 25.072 56 56v0zM904 384c0-4.418-3.582-8-8-8v0h-608c-4.418 0-8 3.582-8 8v0 256c0 4.418 3.582 8 8 8v0h608c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-left-simple-light"]},"attrs":[{}],"properties":{"order":27006,"id":1230,"name":"align-left-simple-light","prevSize":16,"code":59665},"setIdx":2,"setId":2,"iconIdx":17},{"icon":{"paths":["M888 160v704c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-704c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM760 256v160c0 30.928-25.072 56-56 56v0h-384c-30.928 0-56-25.072-56-56v0-160c0-30.928 25.072-56 56-56v0h384c30.928 0 56 25.072 56 56v0zM712 256c0-4.418-3.582-8-8-8v0h-384c-4.418 0-8 3.582-8 8v0 160c0 4.418 3.582 8 8 8v0h384c4.418 0 8-3.582 8-8v0zM760 608v160c0 30.928-25.072 56-56 56v0h-544c-30.928 0-56-25.072-56-56v0-160c0-30.928 25.072-56 56-56v0h544c30.928 0 56 25.072 56 56v0zM712 608c0-4.418-3.582-8-8-8v0h-544c-4.418 0-8 3.582-8 8v0 160c0 4.418 3.582 8 8 8v0h544c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-right-light"]},"attrs":[{}],"properties":{"order":27007,"id":1229,"name":"align-right-light","prevSize":16,"code":59666},"setIdx":2,"setId":2,"iconIdx":18},{"icon":{"paths":["M920 224v576c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-576c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM792 384v256c0 30.928-25.072 56-56 56v0h-608c-30.928 0-56-25.072-56-56v0-256c0-30.928 25.072-56 56-56v0h608c30.928 0 56 25.072 56 56v0zM744 384c0-4.418-3.582-8-8-8v0h-608c-4.418 0-8 3.582-8 8v0 256c0 4.418 3.582 8 8 8v0h608c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-right-simple-light"]},"attrs":[{}],"properties":{"order":27008,"id":1228,"name":"align-right-simple-light","prevSize":16,"code":59667},"setIdx":2,"setId":2,"iconIdx":19},{"icon":{"paths":["M888 160c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0zM824 320v384c0 30.928-25.072 56-56 56v0h-160c-30.928 0-56-25.072-56-56v0-384c0-30.928 25.072-56 56-56v0h160c30.928 0 56 25.072 56 56v0zM776 320c0-4.418-3.582-8-8-8v0h-160c-4.418 0-8 3.582-8 8v0 384c0 4.418 3.582 8 8 8v0h160c4.418 0 8-3.582 8-8v0zM472 320v544c0 30.928-25.072 56-56 56v0h-160c-30.928 0-56-25.072-56-56v0-544c0-30.928 25.072-56 56-56v0h160c30.928 0 56 25.072 56 56v0zM424 320c0-4.418-3.582-8-8-8v0h-160c-4.418 0-8 3.582-8 8v0 544c0 4.418 3.582 8 8 8v0h160c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-top-light"]},"attrs":[{}],"properties":{"order":27009,"id":1227,"name":"align-top-light","prevSize":16,"code":59668},"setIdx":2,"setId":2,"iconIdx":20},{"icon":{"paths":["M824 128c0 13.255-10.745 24-24 24v0h-576c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h576c13.255 0 24 10.745 24 24v0zM696 288v608c0 30.928-25.072 56-56 56v0h-256c-30.928 0-56-25.072-56-56v0-608c0-30.928 25.072-56 56-56v0h256c30.928 0 56 25.072 56 56v0zM648 288c0-4.418-3.582-8-8-8v0h-256c-4.418 0-8 3.582-8 8v0 608c0 4.418 3.582 8 8 8v0h256c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["align-top-simple-light"]},"attrs":[{}],"properties":{"order":27010,"id":1226,"name":"align-top-simple-light","prevSize":16,"code":59669},"setIdx":2,"setId":2,"iconIdx":21},{"icon":{"paths":["M984 672v128c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-70.080l-22.64 22.64c-10.96 12.040-157.92 167.44-401.36 167.44-248 0-395.68-161.080-401.84-168-4.349-4.344-7.039-10.348-7.039-16.98 0-13.255 10.745-24 24-24 7.549 0 14.284 3.485 18.684 8.935l0.036 0.046c1.36 1.48 140.36 152 366.16 152s364.8-150.56 366.2-152l0.84-0.88 23.040-23.040h-70.080c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c0-0 0-0 0-0 13.227 0 23.954 10.7 24 23.916l0 0.004zM648 398.24v-62.24c0-0.026 0-0.057 0-0.087 0-83.947-68.053-152-152-152-58.769 0-109.747 33.352-135.041 82.161l-0.399 0.847c-3.944 8.173-12.167 13.712-21.683 13.712-13.255 0-24-10.745-24-24 0-4.238 1.098-8.219 3.026-11.674l-0.062 0.122c33.824-65.281 100.872-109.121 178.16-109.121 110.457 0 200 89.543 200 200 0 0.014-0 0.029-0 0.043l0-0.003v368c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-46.24c-36.908 43.1-91.381 70.24-152.192 70.24-110.457 0-200-89.543-200-200s89.543-200 200-200c60.811 0 115.283 27.14 151.965 69.969l0.227 0.271zM648 528c0-83.947-68.053-152-152-152s-152 68.053-152 152c0 83.947 68.053 152 152 152v0c83.947 0 152-68.053 152-152v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["amazon-logo-light"]},"attrs":[{}],"properties":{"order":27011,"id":1225,"name":"amazon-logo-light","prevSize":16,"code":59670},"setIdx":2,"setId":2,"iconIdx":22},{"icon":{"paths":["M864 552c-13.255 0-24 10.745-24 24v0c0 92.784-75.216 168-168 168v0c-0.005-0-0.010-0-0.016-0-53.855 0-102.29 23.208-135.849 60.168l-0.136 0.152v-300.32h136c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-136v-114.4c55.165-11.556 96-59.797 96-117.576 0-66.274-53.726-120-120-120s-120 53.726-120 120c0 57.779 40.835 106.020 95.219 117.438l0.781 0.137v114.4h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h136v300.32c-33.695-37.112-82.129-60.32-135.984-60.32-0.006 0-0.011 0-0.017 0l0.001-0c-92.784 0-168-75.216-168-168v0c0-13.255-10.745-24-24-24s-24 10.745-24 24v0c0.137 119.239 96.762 215.864 215.987 216l0.013 0c75.111 0 136 60.889 136 136v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-75.111 60.889-136 136-136v0c119.239-0.137 215.864-96.762 216-215.987l0-0.013c0-13.255-10.745-24-24-24v0zM440 224c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["anchor-light"]},"attrs":[{}],"properties":{"order":27012,"id":1224,"name":"anchor-light","prevSize":16,"code":59671},"setIdx":2,"setId":2,"iconIdx":23},{"icon":{"paths":["M896 456h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h71.2c-12.652 179.791-155.401 322.511-334.061 335.056l-1.139 0.064v-465.52c55.165-11.556 96-59.797 96-117.576 0-66.274-53.726-120-120-120s-120 53.726-120 120c0 57.779 40.835 106.020 95.219 117.438l0.781 0.137v465.52c-179.799-12.609-322.548-155.329-335.135-333.977l-0.065-1.143h71.2c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-96c-13.255 0-24 10.745-24 24v0c0 225.332 182.668 408 408 408s408-182.668 408-408v0c0-13.255-10.745-24-24-24v0zM440 256c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["anchor-simple-light"]},"attrs":[{}],"properties":{"order":27013,"id":1223,"name":"anchor-simple-light","prevSize":16,"code":59672},"setIdx":2,"setId":2,"iconIdx":24},{"icon":{"paths":["M696 624c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM368 584c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM952 672v96c0 30.928-25.072 56-56 56v0h-768c-30.928 0-56-25.072-56-56v0-91.48c-0-0.108-0-0.236-0-0.364 0-130.175 55.8-247.318 144.786-328.814l0.334-0.302-106.080-106.080c-4.706-4.393-7.639-10.634-7.639-17.559 0-13.255 10.745-24 24-24 6.925 0 13.165 2.933 17.546 7.625l0.013 0.014 109.48 109.44c70.706-52.502 159.625-84.16 255.923-84.48l0.077-0h1.56c0.357-0.001 0.779-0.002 1.202-0.002 96.662 0 185.988 31.407 258.332 84.572l-1.213-0.851 108.72-108.68c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-105.24 105.24c5.040 4.6 10 9.28 14.88 14.12 79.922 79.243 129.402 189.080 129.402 310.473 0 0.424-0.001 0.849-0.002 1.273l0-0.066zM904 672c0-216.496-175.504-392-392-392v0h-1.4c-215.36 0.76-390.6 178.64-390.6 396.52v91.48c0 4.418 3.582 8 8 8v0h768c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["android-logo-light"]},"attrs":[{}],"properties":{"order":27014,"id":1222,"name":"android-logo-light","prevSize":16,"code":59673},"setIdx":2,"setId":2,"iconIdx":25},{"icon":{"paths":["M905.24 265.84l-384-160c-2.731-1.157-5.907-1.83-9.24-1.83s-6.509 0.673-9.399 1.89l0.159-0.060-384 160c-8.747 3.713-14.77 12.23-14.77 22.154 0 1.116 0.076 2.215 0.224 3.291l-0.014-0.125 64 480c1.1 8.064 6.068 14.767 12.943 18.257l0.137 0.063 320 160c3.124 1.593 6.813 2.527 10.72 2.527s7.596-0.934 10.857-2.59l-0.137 0.063 320-160c7.012-3.553 11.98-10.256 13.066-18.195l0.014-0.125 64-480c0.134-0.951 0.21-2.050 0.21-3.166 0-9.924-6.023-18.441-14.613-22.095l-0.157-0.059zM809.88 752.24l-297.88 148.92-297.88-148.92-60-449.16 357.88-149.080 357.76 149.080zM491 340.24l-160 288c-1.894 3.355-3.010 7.367-3.010 11.64 0 13.26 10.75 24.010 24.010 24.010 8.988 0 16.822-4.938 20.938-12.25l0.062-0.12 46.44-83.52h185.12l46.44 83.64c4.177 7.426 12.006 12.36 20.988 12.36 0.004 0 0.008-0 0.012-0l-0.001 0c0.010 0 0.022 0 0.034 0 4.251 0 8.239-1.128 11.68-3.101l-0.115 0.061c7.424-4.177 12.357-12.006 12.357-20.987 0-4.262-1.111-8.265-3.059-11.734l0.062 0.121-160-288c-4.174-7.438-12.010-12.381-21-12.381s-16.826 4.943-20.938 12.26l-0.062 0.121zM577.88 520h-131.76l65.88-118.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["angular-logo-light"]},"attrs":[{}],"properties":{"order":27015,"id":1221,"name":"angular-logo-light","prevSize":16,"code":59674},"setIdx":2,"setId":2,"iconIdx":26},{"icon":{"paths":["M800.48 223.52c-73.592-72.442-174.648-117.17-286.151-117.17-225.332 0-408 182.668-408 408 0 111.493 44.721 212.541 117.203 286.184l-0.052-0.053c74.060 75.247 177.010 121.87 290.849 121.87 225.332 0 408-182.668 408-408 0-113.829-46.615-216.771-121.796-290.777l-0.053-0.052zM392.48 490.2l78.6-92.56 119.44 21.84 40.84 114.32-78.6 92.56-119.44-21.84zM839.72 362.76c20.329 43.764 32.188 94.997 32.188 148.999 0 60.457-14.863 117.443-41.135 167.502l0.947-1.981-224.56-40.96zM815.080 317.64l-147.76 173.92-120.68-337.88c86.566 8.327 162.946 46.407 219.985 103.745l0.015 0.015c17.794 17.858 33.759 37.561 47.579 58.789l0.861 1.411zM257.44 257.64c61.135-61.553 144.488-100.971 237.017-105.211l0.783-0.029 76.76 214.88-353-64.44c12.124-16.844 24.741-31.669 38.447-45.407l-0.007 0.007zM192 346.72l224.56 40.96-232.28 273.56c-20.329-43.764-32.188-94.997-32.188-148.999 0-60.457 14.863-117.443 41.135-167.502l-0.947 1.981zM208.84 706.36l147.76-173.92 120.68 337.88c-86.566-8.327-162.946-46.407-219.985-103.745l-0.015-0.015c-17.762-17.857-33.702-37.559-47.497-58.784l-0.863-1.416zM766.48 766.36c-61.149 61.495-144.509 100.849-237.031 105.012l-0.769 0.028-76.68-214.68 352.96 64.44c-12.114 16.846-24.718 31.671-38.41 45.41l0.010-0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["aperture-light"]},"attrs":[{}],"properties":{"order":27016,"id":1220,"name":"aperture-light","prevSize":16,"code":59675},"setIdx":2,"setId":2,"iconIdx":27},{"icon":{"paths":["M877.6 671.36c-70.76-48.6-85.6-130.88-85.6-191.36 0-73.68 55.44-137.16 88.48-168.48 4.618-4.383 7.491-10.566 7.491-17.42s-2.873-13.037-7.481-17.41l-0.011-0.010c-48.48-45.88-132.2-76.68-208.48-76.68-59.872 0.058-115.347 18.837-160.899 50.798l0.899-0.598c-44.447-31.39-99.747-50.173-159.434-50.173-77.35 0-147.333 31.545-197.785 82.472l-0.021 0.021c-51.242 52.34-82.862 124.065-82.862 203.175 0 2.709 0.037 5.41 0.111 8.102l-0.009-0.397c3.41 139.538 63.422 264.423 157.853 353.072l0.267 0.248c27.049 25.565 63.64 41.28 103.902 41.28 0.133 0 0.266-0 0.398-0.001l-0.021 0h350.8c0.15 0.001 0.327 0.001 0.505 0.001 43.451 0 82.624-18.314 110.222-47.643l0.072-0.078c26.366-28.276 49.629-60.028 68.886-94.331l1.274-2.469c26.2-48 23.080-55 20-61.92-1.909-4.203-4.837-7.657-8.477-10.146l-0.083-0.054zM760.68 807.36c-18.891 20.112-45.655 32.64-75.344 32.64-0.048 0-0.095-0-0.143-0l0.007 0h-350.8c-0.155 0.001-0.339 0.001-0.523 0.001-27.399 0-52.309-10.657-70.811-28.051l0.054 0.050c-85.771-80.501-140.105-193.623-143.11-319.456l-0.010-0.544c-0.060-2.016-0.095-4.387-0.095-6.767 0-65.879 26.303-125.615 68.979-169.279l-0.045 0.046c41.266-41.985 98.661-68.002 162.132-68.002 0.362 0 0.723 0.001 1.084 0.003l-0.056-0h3.24c53.942 0.551 103.323 19.635 142.186 51.174l-0.426-0.334c4.070 3.28 9.303 5.265 15 5.265s10.93-1.985 15.046-5.301l-0.046 0.036c39.030-31.667 89.313-50.842 144.075-50.842 0.325 0 0.65 0.001 0.975 0.002l-0.050-0c55.56 0 115.24 18.72 156.44 48-37.76 40.56-84.4 106.36-84.4 184 0 95.12 31.24 170.4 90.64 219.080-20.101 41.616-44.834 77.371-74.217 108.714l0.217-0.234zM520.68 121.8c17.549-65.979 76.751-113.8 147.122-113.8 0.070 0 0.139 0 0.209 0l-0.011-0h4c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-4c-0.007-0-0.015-0-0.022-0-48.198 0-88.738 32.787-100.534 77.274l-0.164 0.726c-2.76 10.435-12.116 18.002-23.24 18.002-13.256 0-24.002-10.746-24.002-24.002 0-2.132 0.278-4.199 0.8-6.167l-0.038 0.167z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["apple-logo-light"]},"attrs":[{}],"properties":{"order":27017,"id":1219,"name":"apple-logo-light","prevSize":16,"code":59676},"setIdx":2,"setId":2,"iconIdx":28},{"icon":{"paths":["M604 556.8c17.344-20.666 27.88-47.553 27.88-76.902 0-66.274-53.726-120-120-120s-120 53.726-120 120c0 29.349 10.536 56.236 28.032 77.087l-0.152-0.186c-16.831 5.851-30.891 16.093-41.252 29.364l-0.148 0.196c-11.523 14.586-18.483 33.239-18.483 53.518 0 7.662 0.994 15.091 2.859 22.167l-0.135-0.604 48.72 192c10.179 38.579 44.76 66.562 85.877 66.562 0.198 0 0.395-0.001 0.593-0.002l-0.030 0h28.48c0.131 0.001 0.287 0.001 0.443 0.001 41.117 0 75.698-27.983 85.738-65.943l0.139-0.618 48.72-192c1.73-6.471 2.723-13.901 2.723-21.562 0-20.279-6.961-38.932-18.623-53.701l0.139 0.183c-10.538-13.484-24.642-23.729-40.898-29.372l-0.622-0.188zM512 408c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM614.76 649.6l-48.72 192c-4.746 17.635-20.593 30.402-39.422 30.402-0.133 0-0.266-0.001-0.398-0.002l0.020 0h-28.48c-0.172 0.003-0.374 0.004-0.578 0.004-18.83 0-34.677-12.768-39.357-30.119l-0.066-0.285-48.72-192c-0.772-2.9-1.216-6.229-1.216-9.662 0-9.133 3.139-17.533 8.398-24.179l-0.062 0.082c7.57-9.771 19.306-16 32.496-16 0.050 0 0.101 0 0.151 0l-0.008-0h126c0.043-0 0.093-0 0.144-0 13.191 0 24.927 6.229 32.427 15.907l0.070 0.094c5.289 6.598 8.487 15.070 8.487 24.289 0 3.363-0.426 6.627-1.226 9.741l0.059-0.27zM744 512c-0.104-128.052-103.934-231.818-232-231.818-128.13 0-232 103.87-232 232 0 20.545 2.671 40.466 7.683 59.435l-0.363-1.618c0.484 1.801 0.762 3.868 0.762 6 0 13.256-10.746 24.002-24.002 24.002-11.124 0-20.48-7.567-23.202-17.835l-0.038-0.167c-5.615-20.948-8.84-44.998-8.84-69.802 0-154.64 125.36-280 280-280s280 125.36 280 280c0 24.803-3.225 48.853-9.279 71.754l0.439-1.952c-2.753 10.409-12.069 17.963-23.156 18l-0.004 0c-0.013 0-0.028 0-0.044 0-2.117 0-4.169-0.277-6.122-0.798l0.166 0.038c-10.454-2.746-18.040-12.111-18.040-23.248 0-2.129 0.277-4.194 0.798-6.159l-0.038 0.167c4.624-17.284 7.28-37.128 7.28-57.593 0-0.143-0-0.286-0-0.429l0 0.022zM920 512c0 0.098 0 0.214 0 0.33 0 141.193-71.805 265.616-180.89 338.742l-1.47 0.928c-3.739 2.518-8.344 4.019-13.3 4.019-13.265 0-24.019-10.753-24.019-24.019 0-8.309 4.219-15.633 10.633-19.946l0.086-0.054c97.586-65.43 160.96-175.3 160.96-299.972 0-198.823-161.177-360-360-360s-360 161.177-360 360c0 124.672 63.374 234.542 159.664 299.153l1.296 0.819c6.499 4.367 10.719 11.691 10.719 20 0 13.265-10.753 24.019-24.019 24.019-4.956 0-9.561-1.501-13.386-4.073l0.086 0.054c-110.563-74.159-182.36-198.659-182.36-339.927 0-225.332 182.668-408 408-408 225.307 0 407.959 182.626 408 407.923l0 0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["apple-podcasts-logo-light"]},"attrs":[{}],"properties":{"order":27018,"id":1218,"name":"apple-podcasts-logo-light","prevSize":16,"code":59677},"setIdx":2,"setId":2,"iconIdx":29},{"icon":{"paths":["M250.48 780.2l-37.8 64c-4.364 6.489-11.68 10.702-19.979 10.702-13.255 0-24-10.745-24-24 0-3.979 0.968-7.731 2.682-11.035l-0.063 0.134 37.84-64c4.187-7.387 11.996-12.29 20.95-12.29 13.255 0 24 10.745 24 24 0 4.701-1.352 9.087-3.688 12.789l0.058-0.099zM928 616h-195.76l-125.24-212c-4.255-7.103-11.911-11.783-20.66-11.783-13.257 0-24.003 10.747-24.003 24.003 0 4.508 1.243 8.725 3.404 12.329l-0.061-0.109 245.64 415.72c4.254 7.118 11.919 11.81 20.68 11.81 13.261 0 24.010-10.75 24.010-24.010 0-4.499-1.238-8.71-3.391-12.309l0.061 0.109-92-155.8h167.32c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM569.88 616h-222.36l281.16-475.8c1.651-3.17 2.619-6.923 2.619-10.902 0-13.255-10.745-24-24-24-8.299 0-15.615 4.212-19.924 10.616l-0.054 0.086-75.32 127.28-75.32-127.28c-4.254-7.118-11.919-11.81-20.68-11.81-13.261 0-24.010 10.75-24.010 24.010 0 4.499 1.238 8.71 3.391 12.309l-0.061-0.109 88.68 150.080-192.24 325.52h-195.76c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h473.88c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["app-store-logo-light"]},"attrs":[{}],"properties":{"order":27019,"id":1217,"name":"app-store-logo-light","prevSize":16,"code":59678},"setIdx":2,"setId":2,"iconIdx":30},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM872 800c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-576c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM312 336c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM472 336c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["app-window-light"]},"attrs":[{}],"properties":{"order":27020,"id":1216,"name":"app-window-light","prevSize":16,"code":59679},"setIdx":2,"setId":2,"iconIdx":31},{"icon":{"paths":["M885.48 277.28l-64-128c-4.026-7.936-12.125-13.28-21.473-13.28-0.003 0-0.005 0-0.008 0l-576-0c-0.002-0-0.005-0-0.007-0-9.348 0-17.447 5.344-21.41 13.143l-0.063 0.137-64 128c-1.582 3.126-2.511 6.813-2.52 10.717l-0 0.003v544c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-544c-0.009-3.907-0.938-7.594-2.584-10.859l0.064 0.139zM238.84 184h546.32l40 80h-626.32zM832 840h-640c-4.418 0-8-3.582-8-8v0-520h656v520c0 4.418-3.582 8-8 8v0zM656.96 591.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 87.040 87v-262.040c0-13.255 10.745-24 24-24s24 10.745 24 24v0 262.040l87.040-87c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["archive-box-light"]},"attrs":[{}],"properties":{"order":27021,"id":1215,"name":"archive-box-light","prevSize":16,"code":59680},"setIdx":2,"setId":2,"iconIdx":32},{"icon":{"paths":["M896 200h-768c-30.928 0-56 25.072-56 56v0 96c0 30.928 25.072 56 56 56v0h8v360c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-360h8c30.928 0 56-25.072 56-56v0-96c0-30.928-25.072-56-56-56v0zM840 768c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-360h656zM904 352c0 4.418-3.582 8-8 8v0h-768c-4.418 0-8-3.582-8-8v0-96c0-4.418 3.582-8 8-8v0h768c4.418 0 8 3.582 8 8v0zM392 544c0-13.255 10.745-24 24-24v0h192c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["archive-light"]},"attrs":[{}],"properties":{"order":27022,"id":1214,"name":"archive-light","prevSize":16,"code":59681},"setIdx":2,"setId":2,"iconIdx":33},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM192 184h640c4.418 0 8 3.582 8 8v0 424h-122.76c-0.031-0-0.067-0-0.103-0-15.432 0-29.399 6.269-39.495 16.399l-0.002 0.002-77.24 77.24c-1.442 1.45-3.435 2.35-5.638 2.36l-0.002 0h-165.52c-0.002 0-0.004 0-0.006 0-2.198 0-4.188-0.886-5.634-2.321l0.001 0.001-77.24-77.28c-10.097-10.131-24.065-16.4-39.497-16.4-0.036 0-0.073 0-0.109 0l0.006-0h-122.76v-424c0-4.418 3.582-8 8-8v0zM832 840h-640c-4.418 0-8-3.582-8-8v0-168h122.76c0.002-0 0.004-0 0.006-0 2.198 0 4.188 0.886 5.634 2.321l-0.001-0.001 77.24 77.28c10.097 10.131 24.065 16.4 39.497 16.4 0.036 0 0.073-0 0.109-0l-0.006 0h165.52c0.031 0 0.067 0 0.103 0 15.432 0 29.399-6.269 39.495-16.399l0.002-0.002 77.24-77.24c1.442-1.45 3.435-2.35 5.638-2.36l0.002-0h122.76v168c0 4.418-3.582 8-8 8v0zM367.040 496.96c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 87.040 87v-262.040c0-13.255 10.745-24 24-24s24 10.745 24 24v0 262.040l87.040-87c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["archive-tray-light"]},"attrs":[{}],"properties":{"order":27023,"id":1213,"name":"archive-tray-light","prevSize":16,"code":59682},"setIdx":2,"setId":2,"iconIdx":34},{"icon":{"paths":["M856 361.92v-73.92c0-83.947-68.053-152-152-152v0h-384c-83.947 0-152 68.053-152 152v0 73.92c-73.013 11.976-128.042 74.612-128.042 150.1s55.029 138.124 127.161 149.98l0.881 0.12v137.88c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-137.88c72.715-12.241 127.424-74.732 127.424-150s-54.709-137.759-126.53-149.875l-0.893-0.125zM320 184h384c57.438 0 104 46.562 104 104v0 73.92c-72.946 12.072-127.906 74.644-128 150.070l-0 0.010v8h-336v-8c-0.094-75.436-55.054-138.008-127.114-149.959l-0.886-0.121v-73.92c0-57.438 46.562-104 104-104v0zM833.4 616h-1.4c-13.255 0-24 10.745-24 24v0 160c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-160c0-13.255-10.745-24-24-24v0h-1.4c-56.832-0.789-102.6-47.045-102.6-103.991 0-57.438 46.562-104 104-104 57.434 0 103.995 46.557 104 103.99l0 0.001v160c0 13.255 10.745 24 24 24s24-10.745 24-24v0-104h336v104c0 13.255 10.745 24 24 24s24-10.745 24-24v0-160c0.005-57.434 46.566-103.991 104-103.991 57.438 0 104 46.562 104 104 0 56.945-45.768 103.201-102.526 103.99l-0.074 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["armchair-light"]},"attrs":[{}],"properties":{"order":27024,"id":1212,"name":"armchair-light","prevSize":16,"code":59683},"setIdx":2,"setId":2,"iconIdx":35},{"icon":{"paths":["M920 736c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0-0.001 0-0.002 0-0.003 0-198.823-161.177-360-360-360-99.412 0-189.412 40.295-254.56 105.443l-0 0-103.24 102.56h197.8c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0 198.32l103.56-102.88c73.827-73.798 175.803-119.441 288.44-119.441 225.332 0 408 182.668 408 408 0 0-0 0.001-0 0.001l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-arc-left-light"]},"attrs":[{}],"properties":{"order":27025,"id":1211,"name":"arrow-arc-left-light","prevSize":16,"code":59684},"setIdx":2,"setId":2,"iconIdx":36},{"icon":{"paths":["M952 352v256c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h197.8l-103.2-102.52c-65.151-65.172-155.168-105.483-254.6-105.483-198.823 0-360 161.177-360 360 0 0.001 0 0.002 0 0.003l-0-0c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0.022-225.315 182.682-407.961 408-407.961 112.656 0 214.648 45.659 288.48 119.481l-0-0 103.52 102.8v-198.32c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-arc-right-light"]},"attrs":[{}],"properties":{"order":27026,"id":1210,"name":"arrow-arc-right-light","prevSize":16,"code":59685},"setIdx":2,"setId":2,"iconIdx":37},{"icon":{"paths":["M336.96 591.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-192-192c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 192-192c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-175 175.040zM512 392h-134.040l151-151.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-192 192c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 192 192c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-151-151.040h134.040c198.731 0.228 359.773 161.269 360 359.979l0 0.021c0 13.255 10.745 24 24 24s24-10.745 24-24v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-double-up-left-light"]},"attrs":[{}],"properties":{"order":27027,"id":1209,"name":"arrow-bend-double-up-left-light","prevSize":16,"code":59686},"setIdx":2,"setId":2,"iconIdx":38},{"icon":{"paths":["M912.96 432.96l-192 192c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 175-175.040-175-175.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 192 192c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0zM720.96 399.040l-192-192c-4.393-4.706-10.634-7.639-17.559-7.639-13.255 0-24 10.745-24 24 0 6.925 2.933 13.165 7.625 17.546l0.014 0.013 151 151.040h-134.040c-225.222 0.273-407.727 182.778-408 407.974l-0 0.026c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0.228-198.731 161.269-359.773 359.979-360l134.061-0-151 151.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 192-192c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-double-up-right-light"]},"attrs":[{}],"properties":{"order":27028,"id":1208,"name":"arrow-bend-double-up-right-light","prevSize":16,"code":59687},"setIdx":2,"setId":2,"iconIdx":39},{"icon":{"paths":["M920 224c-0.273 225.222-182.778 407.727-407.974 408l-326.066 0 151 151.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-192-192c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 192-192c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-151 151.040h326.040c198.731-0.228 359.773-161.269 360-359.979l0-0.021c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-down-left-light"]},"attrs":[{}],"properties":{"order":27029,"id":1207,"name":"arrow-bend-down-left-light","prevSize":16,"code":59688},"setIdx":2,"setId":2,"iconIdx":40},{"icon":{"paths":["M912.96 624.96l-192 192c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 151-151.040h-326.040c-225.222-0.273-407.727-182.778-408-407.974l-0-0.026c0-13.255 10.745-24 24-24s24 10.745 24 24v0c0.228 198.731 161.269 359.773 359.979 360l326.061 0-151-151.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 192 192c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-down-right-light"]},"attrs":[{}],"properties":{"order":27030,"id":1206,"name":"arrow-bend-down-right-light","prevSize":16,"code":59689},"setIdx":2,"setId":2,"iconIdx":41},{"icon":{"paths":["M824 128c0 13.255-10.745 24-24 24v0c-198.731 0.228-359.773 161.269-360 359.979l-0 0.021v326.040l151.040-151c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-192 192c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-192-192c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 151.040 151v-326.040c0.273-225.222 182.778-407.727 407.974-408l0.026-0c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-left-down-light"]},"attrs":[{}],"properties":{"order":27031,"id":1205,"name":"arrow-bend-left-down-light","prevSize":16,"code":59690},"setIdx":2,"setId":2,"iconIdx":42},{"icon":{"paths":["M824 896c0 13.255-10.745 24-24 24v0c-225.222-0.273-407.727-182.778-408-407.974l-0-0.026v-326.040l-151.040 151c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 192-192c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 192 192c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-151.040-151v326.040c0.228 198.731 161.269 359.773 359.979 360l0.021 0c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-left-up-light"]},"attrs":[{}],"properties":{"order":27032,"id":1204,"name":"arrow-bend-left-up-light","prevSize":16,"code":59691},"setIdx":2,"setId":2,"iconIdx":43},{"icon":{"paths":["M816.96 720.96l-192 192c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-192-192c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 151.040 151v-326.040c-0.228-198.731-161.269-359.773-359.979-360l-0.021-0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0c225.222 0.273 407.727 182.778 408 407.974l0 0.026v326.040l151.040-151c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-right-down-light"]},"attrs":[{}],"properties":{"order":27033,"id":1203,"name":"arrow-bend-right-down-light","prevSize":16,"code":59692},"setIdx":2,"setId":2,"iconIdx":44},{"icon":{"paths":["M816.96 336.96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-151.040-151v326.040c-0.273 225.222-182.778 407.727-407.974 408l-0.026 0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0c198.731-0.228 359.773-161.269 360-359.979l0-0.021v-326.040l-151.040 151c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 192-192c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 192 192c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-right-up-light"]},"attrs":[{}],"properties":{"order":27034,"id":1202,"name":"arrow-bend-right-up-light","prevSize":16,"code":59693},"setIdx":2,"setId":2,"iconIdx":45},{"icon":{"paths":["M920 800c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c-0.228-198.731-161.269-359.773-359.979-360l-326.061-0 151 151.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-192-192c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 192-192c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-151 151.040h326.040c225.222 0.273 407.727 182.778 408 407.974l0 0.026z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-up-left-light"]},"attrs":[{}],"properties":{"order":27035,"id":1201,"name":"arrow-bend-up-left-light","prevSize":16,"code":59694},"setIdx":2,"setId":2,"iconIdx":46},{"icon":{"paths":["M912.96 432.96l-192 192c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 151-151.040h-326.040c-198.731 0.228-359.773 161.269-360 359.979l-0 0.021c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0.273-225.222 182.778-407.727 407.974-408l326.066-0-151-151.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 192 192c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-bend-up-right-light"]},"attrs":[{}],"properties":{"order":27036,"id":1200,"name":"arrow-bend-up-right-light","prevSize":16,"code":59695},"setIdx":2,"setId":2,"iconIdx":47},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM656.96 367.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-215 215.040h134.040c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0 134.040l215.040-215c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-down-left-light"]},"attrs":[{}],"properties":{"order":27037,"id":1199,"name":"arrow-circle-down-left-light","prevSize":16,"code":59696},"setIdx":2,"setId":2,"iconIdx":48},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM656.96 527.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 87.040 87v-262.040c0-13.255 10.745-24 24-24s24 10.745 24 24v0 262.040l87.040-87c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-down-light"]},"attrs":[{}],"properties":{"order":27038,"id":1198,"name":"arrow-circle-down-light","prevSize":16,"code":59697},"setIdx":2,"setId":2,"iconIdx":49},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM664 448v192c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h134.040l-215-215.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 215.040 215v-134.040c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-down-right-light"]},"attrs":[{}],"properties":{"order":27039,"id":1197,"name":"arrow-circle-down-right-light","prevSize":16,"code":59698},"setIdx":2,"setId":2,"iconIdx":50},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM696 512c0 13.255-10.745 24-24 24v0h-262.040l87 87.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-128-128c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 128-128c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-87 87.040h262.040c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-left-light"]},"attrs":[{}],"properties":{"order":27040,"id":1196,"name":"arrow-circle-left-light","prevSize":16,"code":59699},"setIdx":2,"setId":2,"iconIdx":51},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM688.96 495.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 87-87.040h-262.040c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h262.040l-87-87.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-right-light"]},"attrs":[{}],"properties":{"order":27041,"id":1195,"name":"arrow-circle-right-light","prevSize":16,"code":59700},"setIdx":2,"setId":2,"iconIdx":52},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM656.96 623.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-215.040-215v134.040c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24v0h192c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-134.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-up-left-light"]},"attrs":[{}],"properties":{"order":27042,"id":1194,"name":"arrow-circle-up-left-light","prevSize":16,"code":59701},"setIdx":2,"setId":2,"iconIdx":53},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM656.96 463.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-87.040-87v262.040c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-262.040l-87.040 87c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 128-128c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-up-light"]},"attrs":[{}],"properties":{"order":27043,"id":1193,"name":"arrow-circle-up-light","prevSize":16,"code":59702},"setIdx":2,"setId":2,"iconIdx":54},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM664 384v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-134.040l-215.040 215c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 215-215.040h-134.040c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-circle-up-right-light"]},"attrs":[{}],"properties":{"order":27044,"id":1192,"name":"arrow-circle-up-right-light","prevSize":16,"code":59703},"setIdx":2,"setId":2,"iconIdx":55},{"icon":{"paths":["M952 224v192c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h130.2l-121.52-111.2c-0.24-0.24-0.48-0.52-0.76-0.76-59.349-59.316-141.322-96.001-231.863-96.001-181.149 0-328 146.851-328 328s146.851 328 328 328c87.208 0 166.468-34.034 225.22-89.545l-0.156 0.147c4.29-4.056 10.094-6.549 16.48-6.549 13.26 0 24.009 10.749 24.009 24.009 0 6.874-2.888 13.073-7.518 17.449l-0.011 0.011c-66.855 63.431-157.42 102.441-257.097 102.441-0.345 0-0.691-0-1.036-0.001l0.054 0h-5.12c-205.37-2.984-370.706-170.165-370.706-375.963 0-207.659 168.341-376 376-376 103.548 0 197.32 41.858 265.319 109.575l-0.013-0.013 126.52 115.8v-137.4c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-clockwise-light"]},"attrs":[{}],"properties":{"order":27045,"id":1191,"name":"arrow-clockwise-light","prevSize":16,"code":59704},"setIdx":2,"setId":2,"iconIdx":56},{"icon":{"paths":["M888 512c0 0.010 0 0.022 0 0.034 0 205.887-165.48 373.124-370.693 375.963l-0.267 0.003h-5.040c-0.232 0.001-0.507 0.001-0.782 0.001-99.743 0-190.36-39.075-257.378-102.752l0.16 0.151c-4.853-4.408-7.888-10.743-7.888-17.788 0-13.255 10.745-24 24-24 6.567 0 12.517 2.637 16.851 6.91l-0.003-0.003c58.59 55.341 137.833 89.36 225.022 89.36 181.149 0 328-146.851 328-328s-146.851-328-328-328c-90.6 0-172.621 36.733-231.981 96.119l-0.761 0.761-121.48 111.24h130.24c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0 137.36l126.52-115.76c68.003-67.809 161.845-109.736 265.48-109.736 207.659 0 376 168.341 376 376 0 0.048-0 0.096-0 0.143l0-0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-counter-clockwise-light"]},"attrs":[{}],"properties":{"order":27046,"id":1190,"name":"arrow-counter-clockwise-light","prevSize":16,"code":59705},"setIdx":2,"setId":2,"iconIdx":57},{"icon":{"paths":["M784.96 272.96l-471.040 471.040h358.080c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-416c-13.255 0-24-10.745-24-24v0-416c0-13.255 10.745-24 24-24s24 10.745 24 24v0 358.080l471.040-471.040c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-down-left-light"]},"attrs":[{}],"properties":{"order":27047,"id":1189,"name":"arrow-down-left-light","prevSize":16,"code":59706},"setIdx":2,"setId":2,"iconIdx":58},{"icon":{"paths":["M816.96 592.96l-288 288c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-288-288c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 247.040 247v-646.040c0-13.255 10.745-24 24-24s24 10.745 24 24v0 646.040l247.040-247c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-down-light"]},"attrs":[{}],"properties":{"order":27048,"id":1188,"name":"arrow-down-light","prevSize":16,"code":59707},"setIdx":2,"setId":2,"iconIdx":59},{"icon":{"paths":["M792 352v416c0 13.255-10.745 24-24 24v0h-416c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h358.080l-471.040-471.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 471.040 471.040v-358.080c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-down-right-light"]},"attrs":[{}],"properties":{"order":27049,"id":1187,"name":"arrow-down-right-light","prevSize":16,"code":59708},"setIdx":2,"setId":2,"iconIdx":60},{"icon":{"paths":["M792 128v576c0 13.255-10.745 24-24 24v0h-518.040l151 151.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-192-192c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 192-192c4.393-4.706 10.634-7.639 17.559-7.639 13.255 0 24 10.745 24 24 0 6.925-2.933 13.165-7.625 17.546l-0.014 0.013-151 151.040h494.040v-552c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-down-left-light"]},"attrs":[{}],"properties":{"order":27050,"id":1186,"name":"arrow-elbow-down-left-light","prevSize":16,"code":59709},"setIdx":2,"setId":2,"iconIdx":61},{"icon":{"paths":["M848.96 720.96l-192 192c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 151-151.040h-518.040c-13.255 0-24-10.745-24-24v0-576c0-13.255 10.745-24 24-24s24 10.745 24 24v0 552h494.040l-151-151.040c-4.706-4.393-7.639-10.634-7.639-17.559 0-13.255 10.745-24 24-24 6.925 0 13.165 2.933 17.546 7.625l0.013 0.014 192 192c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-down-right-light"]},"attrs":[{}],"properties":{"order":27051,"id":1185,"name":"arrow-elbow-down-right-light","prevSize":16,"code":59710},"setIdx":2,"setId":2,"iconIdx":62},{"icon":{"paths":["M920 256c0 13.255-10.745 24-24 24v0h-552v494.040l151.040-151c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-192 192c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-192-192c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 151.040 151v-518.040c0-13.255 10.745-24 24-24v0h576c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-left-down-light"]},"attrs":[{}],"properties":{"order":27052,"id":1184,"name":"arrow-elbow-left-down-light","prevSize":16,"code":59711},"setIdx":2,"setId":2,"iconIdx":63},{"icon":{"paths":["M944.96 400.96l-384 384c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-407.040-407.040v230.080c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-288c0-13.255 10.745-24 24-24v0h288c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-230.080l390.080 390.040 367.040-367c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-left-light"]},"attrs":[{}],"properties":{"order":27053,"id":1183,"name":"arrow-elbow-left-light","prevSize":16,"code":59712},"setIdx":2,"setId":2,"iconIdx":64},{"icon":{"paths":["M920 768c0 13.255-10.745 24-24 24v0h-576c-13.255 0-24-10.745-24-24v0-518.040l-151.040 151c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 192-192c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 192 192c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-151.040-151v494.040h552c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-left-up-light"]},"attrs":[{}],"properties":{"order":27054,"id":1182,"name":"arrow-elbow-left-up-light","prevSize":16,"code":59713},"setIdx":2,"setId":2,"iconIdx":65},{"icon":{"paths":["M912.96 656.96l-192 192c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-192-192c-4.706-4.393-7.639-10.634-7.639-17.559 0-13.255 10.745-24 24-24 6.925 0 13.165 2.933 17.546 7.625l0.013 0.014 151.040 151v-494.040h-552c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h576c13.255 0 24 10.745 24 24v0 518.040l151.040-151c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-right-down-light"]},"attrs":[{}],"properties":{"order":27055,"id":1181,"name":"arrow-elbow-right-down-light","prevSize":16,"code":59714},"setIdx":2,"setId":2,"iconIdx":66},{"icon":{"paths":["M952 320v288c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-230.080l-407.040 407.040c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-384-384c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 367.040 367 390.080-390.040h-230.080c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h288c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-right-light"]},"attrs":[{}],"properties":{"order":27056,"id":1180,"name":"arrow-elbow-right-light","prevSize":16,"code":59715},"setIdx":2,"setId":2,"iconIdx":67},{"icon":{"paths":["M912.96 400.96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-151.040-151v518.040c0 13.255-10.745 24-24 24v0h-576c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h552v-494.040l-151.040 151c-4.393 4.706-10.634 7.639-17.559 7.639-13.255 0-24-10.745-24-24 0-6.925 2.933-13.165 7.625-17.546l0.014-0.013 192-192c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 192 192c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-right-up-light"]},"attrs":[{}],"properties":{"order":27057,"id":1179,"name":"arrow-elbow-right-up-light","prevSize":16,"code":59716},"setIdx":2,"setId":2,"iconIdx":68},{"icon":{"paths":["M792 320v576c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-552h-494.040l151 151.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-192-192c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 192-192c4.393-4.706 10.634-7.639 17.559-7.639 13.255 0 24 10.745 24 24 0 6.925-2.933 13.165-7.625 17.546l-0.014 0.013-151 151.040h518.040c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-up-left-light"]},"attrs":[{}],"properties":{"order":27058,"id":1178,"name":"arrow-elbow-up-left-light","prevSize":16,"code":59717},"setIdx":2,"setId":2,"iconIdx":69},{"icon":{"paths":["M848.96 336.96l-192 192c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 151-151.040h-494.040v552c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-576c0-13.255 10.745-24 24-24v0h518.040l-151-151.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 192 192c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-elbow-up-right-light"]},"attrs":[{}],"properties":{"order":27059,"id":1177,"name":"arrow-elbow-up-right-light","prevSize":16,"code":59718},"setIdx":2,"setId":2,"iconIdx":70},{"icon":{"paths":["M918.16 534.8c-3.705-8.761-12.227-14.797-22.16-14.8l-168-0v-328c0-30.928-25.072-56-56-56v0h-320c-30.928 0-56 25.072-56 56v0 328h-168c-13.246 0.012-23.979 10.753-23.979 24 0 6.622 2.682 12.618 7.019 16.96l-0-0 384 384c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 384-384c4.343-4.343 7.029-10.343 7.029-16.97 0-3.316-0.672-6.474-1.888-9.347l0.059 0.157zM512 894.040l-326.040-326.040h134.040c13.255 0 24-10.745 24-24v0-352c0-4.418 3.582-8 8-8v0h320c4.418 0 8 3.582 8 8v0 352c0 13.255 10.745 24 24 24v0h134.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-down-light"]},"attrs":[{}],"properties":{"order":27060,"id":1176,"name":"arrow-fat-down-light","prevSize":16,"code":59719},"setIdx":2,"setId":2,"iconIdx":71},{"icon":{"paths":["M832 296h-328v-168c-0.012-13.246-10.753-23.979-24-23.979-6.622 0-12.618 2.682-16.96 7.019l0-0-384 384c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 384 384c4.342 4.337 10.338 7.019 16.96 7.019 13.247 0 23.988-10.733 24-23.978l0-0.001v-168h328c30.928 0 56-25.072 56-56v0-320c0-30.928-25.072-56-56-56v0zM840 672c0 4.418-3.582 8-8 8v0h-352c-13.255 0-24 10.745-24 24v0 134.040l-326.040-326.040 326.040-326.040v134.040c0 13.255 10.745 24 24 24v0h352c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-left-light"]},"attrs":[{}],"properties":{"order":27061,"id":1175,"name":"arrow-fat-left-light","prevSize":16,"code":59720},"setIdx":2,"setId":2,"iconIdx":72},{"icon":{"paths":["M918.16 534.8c-3.705-8.761-12.227-14.797-22.16-14.8l-168-0v-232c0-13.255-10.745-24-24-24v0h-384c-13.255 0-24 10.745-24 24v0 232h-168c-13.246 0.012-23.979 10.753-23.979 24 0 6.622 2.682 12.618 7.019 16.96l-0-0 384 384c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 384-384c4.343-4.343 7.029-10.343 7.029-16.97 0-3.316-0.672-6.474-1.888-9.347l0.059 0.157zM512 894.040l-326.040-326.040h134.040c13.255 0 24-10.745 24-24v0-232h336v232c0 13.255 10.745 24 24 24v0h134.040zM296 160c0-13.255 10.745-24 24-24v0h384c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-line-down-light"]},"attrs":[{}],"properties":{"order":27062,"id":1174,"name":"arrow-fat-line-down-light","prevSize":16,"code":59721},"setIdx":2,"setId":2,"iconIdx":73},{"icon":{"paths":["M736 296h-232v-168c-0.012-13.246-10.753-23.979-24-23.979-6.622 0-12.618 2.682-16.96 7.019l0-0-384 384c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 384 384c4.342 4.337 10.338 7.019 16.96 7.019 13.247 0 23.988-10.733 24-23.978l0-0.001v-168h232c13.255 0 24-10.745 24-24v0-384c0-13.255-10.745-24-24-24v0zM712 680h-232c-13.255 0-24 10.745-24 24v0 134.040l-326.040-326.040 326.040-326.040v134.040c0 13.255 10.745 24 24 24v0h232zM888 320v384c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-384c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-line-left-light"]},"attrs":[{}],"properties":{"order":27063,"id":1173,"name":"arrow-fat-line-left-light","prevSize":16,"code":59722},"setIdx":2,"setId":2,"iconIdx":74},{"icon":{"paths":["M944.96 495.040l-384-384c-4.342-4.337-10.338-7.019-16.96-7.019-13.247 0-23.988 10.733-24 23.978l-0 0.001v168h-232c-13.255 0-24 10.745-24 24v0 384c0 13.255 10.745 24 24 24v0h232v168c0.012 13.246 10.753 23.979 24 23.979 6.622 0 12.618-2.682 16.96-7.019l-0 0 384-384c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0zM568 838.040v-134.040c0-13.255-10.745-24-24-24v0h-232v-336h232c13.255 0 24-10.745 24-24v0-134.040l326.040 326.040zM184 320v384c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-384c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-line-right-light"]},"attrs":[{}],"properties":{"order":27064,"id":1172,"name":"arrow-fat-line-right-light","prevSize":16,"code":59723},"setIdx":2,"setId":2,"iconIdx":75},{"icon":{"paths":["M918.16 534.8c-3.705-8.761-12.227-14.797-22.16-14.8l-168-0v-104c0-13.255-10.745-24-24-24v0h-384c-13.255 0-24 10.745-24 24v0 104h-168c-13.246 0.012-23.979 10.753-23.979 24 0 6.622 2.682 12.618 7.019 16.96l-0-0 384 384c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 384-384c4.343-4.343 7.029-10.343 7.029-16.97 0-3.316-0.672-6.474-1.888-9.347l0.059 0.157zM512 894.040l-326.040-326.040h134.040c13.255 0 24-10.745 24-24v0-104h336v104c0 13.255 10.745 24 24 24v0h134.040zM296 160c0-13.255 10.745-24 24-24v0h384c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24v0zM296 288c0-13.255 10.745-24 24-24v0h384c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-lines-down-light"]},"attrs":[{}],"properties":{"order":27065,"id":1171,"name":"arrow-fat-lines-down-light","prevSize":16,"code":59724},"setIdx":2,"setId":2,"iconIdx":76},{"icon":{"paths":["M608 296h-104v-168c-0.012-13.246-10.753-23.979-24-23.979-6.622 0-12.618 2.682-16.96 7.019l0-0-384 384c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 384 384c4.342 4.337 10.338 7.019 16.96 7.019 13.247 0 23.988-10.733 24-23.978l0-0.001v-168h104c13.255 0 24-10.745 24-24v0-384c0-13.255-10.745-24-24-24v0zM584 680h-104c-13.255 0-24 10.745-24 24v0 134.040l-326.040-326.040 326.040-326.040v134.040c0 13.255 10.745 24 24 24v0h104zM888 320v384c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-384c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM760 320v384c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-384c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-lines-left-light"]},"attrs":[{}],"properties":{"order":27066,"id":1170,"name":"arrow-fat-lines-left-light","prevSize":16,"code":59725},"setIdx":2,"setId":2,"iconIdx":77},{"icon":{"paths":["M944.96 495.040l-384-384c-4.342-4.337-10.338-7.019-16.96-7.019-13.247 0-23.988 10.733-24 23.978l-0 0.001v168h-104c-13.255 0-24 10.745-24 24v0 384c0 13.255 10.745 24 24 24v0h104v168c0.012 13.246 10.753 23.979 24 23.979 6.622 0 12.618-2.682 16.96-7.019l-0 0 384-384c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0zM568 838.040v-134.040c0-13.255-10.745-24-24-24v0h-104v-336h104c13.255 0 24-10.745 24-24v0-134.040l326.040 326.040zM184 320v384c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-384c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM312 320v384c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-384c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-lines-right-light"]},"attrs":[{}],"properties":{"order":27067,"id":1169,"name":"arrow-fat-lines-right-light","prevSize":16,"code":59726},"setIdx":2,"setId":2,"iconIdx":78},{"icon":{"paths":["M912.96 463.040l-384-384c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-384 384c-4.337 4.342-7.019 10.338-7.019 16.96 0 13.247 10.733 23.988 23.978 24l168.001 0v104c0 13.255 10.745 24 24 24v0h384c13.255 0 24-10.745 24-24v0-104h168c13.246-0.012 23.979-10.753 23.979-24 0-6.622-2.682-12.618-7.019-16.96l0 0zM704 456c-13.255 0-24 10.745-24 24v0 104h-336v-104c0-13.255-10.745-24-24-24v0h-134.040l326.040-326.040 326.040 326.040zM728 864c0 13.255-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h384c13.255 0 24 10.745 24 24v0zM728 736c0 13.255-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h384c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-lines-up-light"]},"attrs":[{}],"properties":{"order":27068,"id":1168,"name":"arrow-fat-lines-up-light","prevSize":16,"code":59727},"setIdx":2,"setId":2,"iconIdx":79},{"icon":{"paths":["M912.96 463.040l-384-384c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-384 384c-4.337 4.342-7.019 10.338-7.019 16.96 0 13.247 10.733 23.988 23.978 24l168.001 0v232c0 13.255 10.745 24 24 24v0h384c13.255 0 24-10.745 24-24v0-232h168c13.246-0.012 23.979-10.753 23.979-24 0-6.622-2.682-12.618-7.019-16.96l0 0zM704 456c-13.255 0-24 10.745-24 24v0 232h-336v-232c0-13.255-10.745-24-24-24v0h-134.040l326.040-326.040 326.040 326.040zM728 864c0 13.255-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h384c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-line-up-light"]},"attrs":[{}],"properties":{"order":27069,"id":1167,"name":"arrow-fat-line-up-light","prevSize":16,"code":59728},"setIdx":2,"setId":2,"iconIdx":80},{"icon":{"paths":["M944.96 495.040l-384-384c-4.342-4.337-10.338-7.019-16.96-7.019-13.247 0-23.988 10.733-24 23.978l-0 0.001v168h-328c-30.928 0-56 25.072-56 56v0 320c0 30.928 25.072 56 56 56v0h328v168c0.012 13.246 10.753 23.979 24 23.979 6.622 0 12.618-2.682 16.96-7.019l-0 0 384-384c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0zM568 838.040v-134.040c0-13.255-10.745-24-24-24v0h-352c-4.418 0-8-3.582-8-8v0-320c0-4.418 3.582-8 8-8v0h352c13.255 0 24-10.745 24-24v0-134.040l326.040 326.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-right-light"]},"attrs":[{}],"properties":{"order":27070,"id":1166,"name":"arrow-fat-right-light","prevSize":16,"code":59729},"setIdx":2,"setId":2,"iconIdx":81},{"icon":{"paths":["M912.96 463.040l-384-384c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-384 384c-4.337 4.342-7.019 10.338-7.019 16.96 0 13.247 10.733 23.988 23.978 24l168.001 0v328c0 30.928 25.072 56 56 56v0h320c30.928 0 56-25.072 56-56v0-328h168c13.246-0.012 23.979-10.753 23.979-24 0-6.622-2.682-12.618-7.019-16.96l0 0zM704 456c-13.255 0-24 10.745-24 24v0 352c0 4.418-3.582 8-8 8v0h-320c-4.418 0-8-3.582-8-8v0-352c0-13.255-10.745-24-24-24v0h-134.040l326.040-326.040 326.040 326.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-fat-up-light"]},"attrs":[{}],"properties":{"order":27071,"id":1165,"name":"arrow-fat-up-light","prevSize":16,"code":59730},"setIdx":2,"setId":2,"iconIdx":82},{"icon":{"paths":["M888 512c0 13.255-10.745 24-24 24v0h-646.040l247 247.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-288-288c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 288-288c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-247 247.040h646.040c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-left-light"]},"attrs":[{}],"properties":{"order":27072,"id":1164,"name":"arrow-left-light","prevSize":16,"code":59731},"setIdx":2,"setId":2,"iconIdx":83},{"icon":{"paths":["M888 160c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0zM687.040 335.040l-407.040 407.040v-326.080c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 384c0 13.255 10.745 24 24 24v0h384c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-326.080l407.040-407.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-down-left-light"]},"attrs":[{}],"properties":{"order":27073,"id":1163,"name":"arrow-line-down-left-light","prevSize":16,"code":59732},"setIdx":2,"setId":2,"iconIdx":84},{"icon":{"paths":["M207.040 464.96c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 247.040 247v-550.040c0-13.255 10.745-24 24-24s24 10.745 24 24v0 550.040l247.040-247c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-288 288c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0zM864 840h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-down-light"]},"attrs":[{}],"properties":{"order":27074,"id":1162,"name":"arrow-line-down-light","prevSize":16,"code":59733},"setIdx":2,"setId":2,"iconIdx":85},{"icon":{"paths":["M888 160c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0zM768 392c-13.255 0-24 10.745-24 24v0 326.080l-407.040-407.040c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 407.040 407.040h-326.080c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h384c13.255 0 24-10.745 24-24v0-384c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-down-right-light"]},"attrs":[{}],"properties":{"order":27075,"id":1161,"name":"arrow-line-down-right-light","prevSize":16,"code":59734},"setIdx":2,"setId":2,"iconIdx":86},{"icon":{"paths":["M920 512c0 13.255-10.745 24-24 24v0h-550.040l247 247.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-288-288c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 288-288c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-247 247.040h550.040c13.255 0 24 10.745 24 24v0zM160 136c-13.255 0-24 10.745-24 24v0 704c0 13.255 10.745 24 24 24s24-10.745 24-24v0-704c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-left-light"]},"attrs":[{}],"properties":{"order":27076,"id":1160,"name":"arrow-line-left-light","prevSize":16,"code":59735},"setIdx":2,"setId":2,"iconIdx":87},{"icon":{"paths":["M752.96 495.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-288 288c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 247-247.040h-550.040c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h550.040l-247-247.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013zM864 136c-13.255 0-24 10.745-24 24v0 704c0 13.255 10.745 24 24 24s24-10.745 24-24v0-704c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-right-light"]},"attrs":[{}],"properties":{"order":27077,"id":1159,"name":"arrow-line-right-light","prevSize":16,"code":59736},"setIdx":2,"setId":2,"iconIdx":88},{"icon":{"paths":["M888 864c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0zM256 632c13.255 0 24-10.745 24-24v0-326.040l407.040 407c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-407-407.040h326.040c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-384c-13.255 0-24 10.745-24 24v0 384c0 13.255 10.745 24 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-up-left-light"]},"attrs":[{}],"properties":{"order":27078,"id":1158,"name":"arrow-line-up-left-light","prevSize":16,"code":59737},"setIdx":2,"setId":2,"iconIdx":89},{"icon":{"paths":["M816.96 559.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-247.040-247v550.040c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-550.040l-247.040 247c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 288-288c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM864 136h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-up-light"]},"attrs":[{}],"properties":{"order":27079,"id":1157,"name":"arrow-line-up-light","prevSize":16,"code":59738},"setIdx":2,"setId":2,"iconIdx":90},{"icon":{"paths":["M888 864c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0zM320 696c6.625-0.006 12.621-2.695 16.96-7.040l0-0 407.040-407v326.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-384c0-13.255-10.745-24-24-24v0h-384c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h326.040l-407 407.040c-4.337 4.342-7.019 10.338-7.019 16.96 0 13.247 10.733 23.988 23.978 24l0.001 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-line-up-right-light"]},"attrs":[{}],"properties":{"order":27080,"id":1156,"name":"arrow-line-up-right-light","prevSize":16,"code":59739},"setIdx":2,"setId":2,"iconIdx":91},{"icon":{"paths":["M880.96 528.96l-288 288c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 247-247.040h-646.040c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h646.040l-247-247.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 288 288c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-right-light"]},"attrs":[{}],"properties":{"order":27081,"id":1155,"name":"arrow-right-light","prevSize":16,"code":59740},"setIdx":2,"setId":2,"iconIdx":92},{"icon":{"paths":["M784.96 751.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0c-4.2 4.2-104.96 103.040-272.96 103.040-158.64 0-270.36-103-328-173.040v117.040c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24v0h192c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-146.6c45.64 60.44 152.92 176 306.6 176 148.36 0 238.16-88 239.040-88.96 4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM864 168c-13.255 0-24 10.745-24 24v0 117.040c-57.64-70.040-169.36-173.040-328-173.040-168 0-268.76 98.84-272.96 103.040-3.991 4.274-6.441 10.032-6.441 16.361 0 13.255 10.745 24 24 24 6.33 0 12.087-2.45 16.375-6.454l-0.014 0.013c0.88-0.96 90.68-88.96 239.040-88.96 153.68 0 260.96 115.56 306.6 176h-146.6c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-clockwise-light"]},"attrs":[{}],"properties":{"order":27082,"id":1154,"name":"arrows-clockwise-light","prevSize":16,"code":59741},"setIdx":2,"setId":2,"iconIdx":93},{"icon":{"paths":["M352 408h-192c-13.255 0-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0 117.040c57.64-70.040 169.36-173.040 328-173.040 168 0 268.76 98.84 272.96 103.040 4.003 4.277 6.461 10.043 6.461 16.382 0 13.255-10.745 24-24 24-6.32 0-12.069-2.443-16.355-6.436l0.014 0.013c-0.92-1-91.68-89-239.080-89-153.64 0-260.96 115.52-306.6 176h146.6c13.255 0 24 10.745 24 24s-10.745 24-24 24v0zM864 616h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h146.6c-45.64 60.48-152.96 176-306.6 176-147.4 0-238.16-88-239.080-89-4.272-3.98-10.021-6.422-16.341-6.422-13.255 0-24 10.745-24 24 0 6.34 2.458 12.105 6.473 16.396l-0.012-0.013c4.2 4.2 104.96 103.040 272.96 103.040 158.64 0 270.36-103 328-173.040v117.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-counter-clockwise-light"]},"attrs":[{}],"properties":{"order":27083,"id":1153,"name":"arrows-counter-clockwise-light","prevSize":16,"code":59742},"setIdx":2,"setId":2,"iconIdx":94},{"icon":{"paths":["M464.96 687.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 87.040 87v-582.040c0-13.255 10.745-24 24-24s24 10.745 24 24v0 582.040l87.040-87c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM848.96 303.040l-128-128c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-128 128c-3.991 4.274-6.441 10.032-6.441 16.361 0 13.255 10.745 24 24 24 6.33 0 12.087-2.45 16.375-6.454l-0.014 0.013 87.040-87v582.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-582.040l87.040 87c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-down-up-light"]},"attrs":[{}],"properties":{"order":27084,"id":1152,"name":"arrows-down-up-light","prevSize":16,"code":59743},"setIdx":2,"setId":2,"iconIdx":95},{"icon":{"paths":["M944.96 528.96l-128 128c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 87-87.040h-716l87 87.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-128-128c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 128-128c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-87.080 87.040h716l-87-87.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 128 128c4.361 4.346 7.059 10.358 7.059 17 0 6.602-2.666 12.582-6.98 16.921l0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-horizontal-light"]},"attrs":[{}],"properties":{"order":27085,"id":1151,"name":"arrows-horizontal-light","prevSize":16,"code":59744},"setIdx":2,"setId":2,"iconIdx":96},{"icon":{"paths":["M367.040 272.96c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 87.040 87v-230.040c0-13.255 10.745-24 24-24s24 10.745 24 24v0 230.040l87.040-87c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0zM528.96 623.040c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-128 128c-3.991 4.274-6.441 10.032-6.441 16.361 0 13.255 10.745 24 24 24 6.33 0 12.087-2.45 16.375-6.454l-0.014 0.013 87.040-87v230.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-230.040l87.040 87c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014zM928 488h-230.040l87-87.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-128 128c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 128 128c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-87-87.040h230.040c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM400.96 495.040l-128-128c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 87 87.040h-230.040c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h230.040l-87 87.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 128-128c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-cardinal-light"]},"attrs":[{}],"properties":{"order":27086,"id":1150,"name":"arrows-in-cardinal-light","prevSize":16,"code":59745},"setIdx":2,"setId":2,"iconIdx":97},{"icon":{"paths":["M584 416v-160c0-13.255 10.745-24 24-24s24 10.745 24 24v0 102.040l183.040-183c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-183.040 183.040h102.080c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24v0zM416 584h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h102.080l-183.040 183.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 183.040-183.040v102.080c0 13.255 10.745 24 24 24s24-10.745 24-24v0-160c0-13.255-10.745-24-24-24v0zM665.92 632h102.080c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-160c-13.255 0-24 10.745-24 24v0 160c0 13.255 10.745 24 24 24s24-10.745 24-24v0-102.080l183.040 183.040c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014zM416 232c-13.255 0-24 10.745-24 24v0 102.040l-183.040-183c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 183.040 183.040h-102.080c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c13.255 0 24-10.745 24-24v0-160c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-light"]},"attrs":[{}],"properties":{"order":27087,"id":1149,"name":"arrows-in-light","prevSize":16,"code":59746},"setIdx":2,"setId":2,"iconIdx":98},{"icon":{"paths":["M536 160v704c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-704c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM272.96 367.040c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 87 87.040h-262.040c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h262.040l-87 87.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 128-128c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0zM960 488h-262.040l87-87.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-128 128c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 128 128c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-87-87.040h262.040c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-line-horizontal-light"]},"attrs":[{}],"properties":{"order":27088,"id":1148,"name":"arrows-in-line-horizontal-light","prevSize":16,"code":59747},"setIdx":2,"setId":2,"iconIdx":99},{"icon":{"paths":["M888 512c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0zM495.040 400.96c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 128-128c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-87.040 87v-262.040c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 262.040l-87.040-87c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014zM528.96 623.040c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-128 128c-3.991 4.274-6.441 10.032-6.441 16.361 0 13.255 10.745 24 24 24 6.33 0 12.087-2.45 16.375-6.454l-0.014 0.013 87.040-87v262.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-262.040l87.040 87c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-line-vertical-light"]},"attrs":[{}],"properties":{"order":27089,"id":1147,"name":"arrows-in-line-vertical-light","prevSize":16,"code":59748},"setIdx":2,"setId":2,"iconIdx":100},{"icon":{"paths":["M848.96 208.96l-215.040 215.040h134.080c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0 134.080l215.040-215.040c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014zM448 552h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h134.080l-215.040 215.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 215.040-215.040v134.080c0 13.255 10.745 24 24 24s24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-in-simple-light"]},"attrs":[{}],"properties":{"order":27090,"id":1146,"name":"arrows-in-simple-light","prevSize":16,"code":59749},"setIdx":2,"setId":2,"iconIdx":101},{"icon":{"paths":["M848.96 687.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 87-87.040h-582.040c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h582.040l-87-87.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013zM303.040 464.96c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-87-87.040h582.040c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-582.040l87-87.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-128 128c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-left-right-light"]},"attrs":[{}],"properties":{"order":27091,"id":1145,"name":"arrows-left-right-light","prevSize":16,"code":59750},"setIdx":2,"setId":2,"iconIdx":102},{"icon":{"paths":["M760 160v256c-0.006 6.625-2.695 12.621-7.040 16.96l-0 0-216.96 217v220l87.040-87c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 87.040 87.080v-220l-216.96-217.080c-4.345-4.339-7.034-10.335-7.040-16.959l-0-0.001v-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0 246.040l200 200 200-200v-246.040c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-merge-light"]},"attrs":[{}],"properties":{"order":27092,"id":1144,"name":"arrows-merge-light","prevSize":16,"code":59751},"setIdx":2,"setId":2,"iconIdx":103},{"icon":{"paths":["M367.040 240.96c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 128-128c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 128 128c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-87.040-87v230.040c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-230.040l-87.040 87c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0zM623.040 783.040l-87.040 87v-230.040c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 230.040l-87.040-87c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 128 128c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 128-128c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013zM944.96 495.040l-128-128c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 87 87.040h-230.040c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h230.040l-87 87.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 128-128c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0zM153.96 536h230.040c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-230.040l87-87.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-128 128c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 128 128c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-cardinal-light"]},"attrs":[{}],"properties":{"order":27093,"id":1143,"name":"arrows-out-cardinal-light","prevSize":16,"code":59752},"setIdx":2,"setId":2,"iconIdx":104},{"icon":{"paths":["M856 192v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-134.080l-183.040 183.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 183.040-183.040h-134.080c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0zM399.040 591.040l-183.040 183.040v-134.080c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-134.080l183.040-183.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013zM832 616c-13.255 0-24 10.745-24 24v0 134.080l-183.040-183.040c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 183.040 183.040h-134.080c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM249.92 216h134.080c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-192c-13.255 0-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24s24-10.745 24-24v0-134.080l183.040 183.040c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-light"]},"attrs":[{}],"properties":{"order":27094,"id":1142,"name":"arrows-out-light","prevSize":16,"code":59753},"setIdx":2,"setId":2,"iconIdx":105},{"icon":{"paths":["M536 160v704c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-704c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM384 488h-262.040l87-87.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-128 128c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 128 128c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-87-87.040h262.040c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM976.96 495.040l-128-128c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 87 87.040h-262.040c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h262.040l-87 87.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 128-128c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-line-horizontal-light"]},"attrs":[{}],"properties":{"order":27095,"id":1141,"name":"arrows-out-line-horizontal-light","prevSize":16,"code":59754},"setIdx":2,"setId":2,"iconIdx":106},{"icon":{"paths":["M888 512c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0zM400.96 208.96l87.040-87v262.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-262.040l87.040 87c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-128-128c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-128 128c-3.991 4.274-6.441 10.032-6.441 16.361 0 13.255 10.745 24 24 24 6.33 0 12.087-2.45 16.375-6.454l-0.014 0.013zM623.040 815.040l-87.040 87v-262.040c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 262.040l-87.040-87c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 128 128c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 128-128c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-line-vertical-light"]},"attrs":[{}],"properties":{"order":27096,"id":1140,"name":"arrows-out-line-vertical-light","prevSize":16,"code":59755},"setIdx":2,"setId":2,"iconIdx":107},{"icon":{"paths":["M856 192v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-134.080l-215.040 215.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 215.040-215.040h-134.080c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0zM431.040 559.040l-215.040 215.040v-134.080c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-134.080l215.040-215.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-out-simple-light"]},"attrs":[{}],"properties":{"order":27097,"id":1139,"name":"arrows-out-simple-light","prevSize":16,"code":59756},"setIdx":2,"setId":2,"iconIdx":108},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM656.96 367.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-215.040 215.040h134.080c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0 134.080l215.040-215.040c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-down-left-light"]},"attrs":[{}],"properties":{"order":27098,"id":1138,"name":"arrow-square-down-left-light","prevSize":16,"code":59757},"setIdx":2,"setId":2,"iconIdx":109},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM656.96 527.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 87.040 87v-262.040c0-13.255 10.745-24 24-24s24 10.745 24 24v0 262.040l87.040-87c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-down-light"]},"attrs":[{}],"properties":{"order":27099,"id":1137,"name":"arrow-square-down-light","prevSize":16,"code":59758},"setIdx":2,"setId":2,"iconIdx":110},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM664 448v192c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h134.080l-215.040-215.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 215.040 215.040v-134.080c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-down-right-light"]},"attrs":[{}],"properties":{"order":27100,"id":1136,"name":"arrow-square-down-right-light","prevSize":16,"code":59759},"setIdx":2,"setId":2,"iconIdx":111},{"icon":{"paths":["M504 544v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-198.040l-279.040 279c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 279-279.040h-198.040c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM832 136h-512c-30.928 0-56 25.072-56 56v0 192c0 13.255 10.745 24 24 24s24-10.745 24-24v0-192c0-4.418 3.582-8 8-8v0h512c4.418 0 8 3.582 8 8v0 512c0 4.418-3.582 8-8 8v0h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-in-light"]},"attrs":[{}],"properties":{"order":27101,"id":1135,"name":"arrow-square-in-light","prevSize":16,"code":59760},"setIdx":2,"setId":2,"iconIdx":112},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM696 512c0 13.255-10.745 24-24 24v0h-262.040l87 87.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-128-128c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 128-128c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-87 87.040h262.040c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-left-light"]},"attrs":[{}],"properties":{"order":27102,"id":1134,"name":"arrow-square-left-light","prevSize":16,"code":59761},"setIdx":2,"setId":2,"iconIdx":113},{"icon":{"paths":["M888 416c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-198.040l-279 279c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 278.96-279.040h-198.040c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM736 520c-13.255 0-24 10.745-24 24v0 288c0 4.418-3.582 8-8 8v0h-512c-4.418 0-8-3.582-8-8v0-512c0-4.418 3.582-8 8-8v0h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-288c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h512c30.928 0 56-25.072 56-56v0-288c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-out-light"]},"attrs":[{}],"properties":{"order":27103,"id":1133,"name":"arrow-square-out-light","prevSize":16,"code":59762},"setIdx":2,"setId":2,"iconIdx":114},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM688.96 495.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 87-87.040h-262.040c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h262.040l-87-87.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-right-light"]},"attrs":[{}],"properties":{"order":27104,"id":1132,"name":"arrow-square-right-light","prevSize":16,"code":59763},"setIdx":2,"setId":2,"iconIdx":115},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM656.96 623.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-215.040-215.040v134.080c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24v0h192c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-134.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-up-left-light"]},"attrs":[{}],"properties":{"order":27105,"id":1131,"name":"arrow-square-up-left-light","prevSize":16,"code":59764},"setIdx":2,"setId":2,"iconIdx":116},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM656.96 463.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-87.040-87v262.040c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-262.040l-87.040 87c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 128-128c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-up-light"]},"attrs":[{}],"properties":{"order":27106,"id":1130,"name":"arrow-square-up-light","prevSize":16,"code":59765},"setIdx":2,"setId":2,"iconIdx":117},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM664 384v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-134.080l-215.040 215.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 215.040-215.040h-134.080c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-square-up-right-light"]},"attrs":[{}],"properties":{"order":27107,"id":1129,"name":"arrow-square-up-right-light","prevSize":16,"code":59766},"setIdx":2,"setId":2,"iconIdx":118},{"icon":{"paths":["M912.96 752.96l-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 87.040 87v-252l-232-232-232 232v252l87.040-87c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 87.040 87v-262.040c0.006-6.625 2.695-12.621 7.040-16.96l0-0 248.96-249v-182.040c0-13.255 10.745-24 24-24s24 10.745 24 24v0 182.040l248.96 249c4.345 4.339 7.034 10.335 7.040 16.959l0 0.001v262.040l87.040-87c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-split-light"]},"attrs":[{}],"properties":{"order":27108,"id":1128,"name":"arrows-split-light","prevSize":16,"code":59767},"setIdx":2,"setId":2,"iconIdx":119},{"icon":{"paths":["M656.96 783.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 87.040 87v-716l-87.040 86.92c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 128-128c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 128 128c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-87.040-87v716l87.040-87c4.338-4.313 10.318-6.979 16.92-6.979 6.642 0 12.654 2.698 16.999 7.058l0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrows-vertical-light"]},"attrs":[{}],"properties":{"order":27109,"id":1127,"name":"arrows-vertical-light","prevSize":16,"code":59768},"setIdx":2,"setId":2,"iconIdx":120},{"icon":{"paths":["M920 448c-0.159 136.903-111.097 247.841-247.985 248l-486.055 0 151 151.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-192-192c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 192-192c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-151 151.040h486.040c110.457 0 200-89.543 200-200s-89.543-200-200-200v0h-352c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h352c136.903 0.159 247.841 111.097 248 247.985l0 0.015z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-down-left-light"]},"attrs":[{}],"properties":{"order":27110,"id":1126,"name":"arrow-u-down-left-light","prevSize":16,"code":59769},"setIdx":2,"setId":2,"iconIdx":121},{"icon":{"paths":["M912.96 688.96l-192 192c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 151-151.040h-486.040c-136.967 0-248-111.033-248-248s111.033-248 248-248v0h352c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-352c-110.457 0-200 89.543-200 200s89.543 200 200 200v0h486.040l-151-151.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 192 192c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-down-right-light"]},"attrs":[{}],"properties":{"order":27111,"id":1125,"name":"arrow-u-down-right-light","prevSize":16,"code":59770},"setIdx":2,"setId":2,"iconIdx":122},{"icon":{"paths":["M824 352v352c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-352c0-110.457-89.543-200-200-200s-200 89.543-200 200v0 486.040l151.040-151c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-192 192c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-192-192c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 151.040 151v-486.040c0-136.967 111.033-248 248-248s248 111.033 248 248v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-left-down-light"]},"attrs":[{}],"properties":{"order":27112,"id":1124,"name":"arrow-u-left-down-light","prevSize":16,"code":59771},"setIdx":2,"setId":2,"iconIdx":123},{"icon":{"paths":["M824 320v352c0 136.967-111.033 248-248 248s-248-111.033-248-248v0-486.040l-151.040 151c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 192-192c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 192 192c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-151.040-151v486.040c0 110.457 89.543 200 200 200s200-89.543 200-200v0-352c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-left-up-light"]},"attrs":[{}],"properties":{"order":27113,"id":1123,"name":"arrow-u-left-up-light","prevSize":16,"code":59772},"setIdx":2,"setId":2,"iconIdx":124},{"icon":{"paths":["M784.96 784.96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-471.040-471.040v358.080c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-416c0-13.255 10.745-24 24-24v0h416c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-358.080l471.040 471.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-up-left-light"]},"attrs":[{}],"properties":{"order":27114,"id":1122,"name":"arrow-up-left-light","prevSize":16,"code":59773},"setIdx":2,"setId":2,"iconIdx":125},{"icon":{"paths":["M816.96 464.96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-247.040-247v646.040c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-646.040l-247.040 247c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 288-288c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 288 288c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-up-light"]},"attrs":[{}],"properties":{"order":27115,"id":1121,"name":"arrow-up-light","prevSize":16,"code":59774},"setIdx":2,"setId":2,"iconIdx":126},{"icon":{"paths":["M792 256v416c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-358.080l-471.040 471.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 471.040-471.040h-358.080c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h416c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-up-right-light"]},"attrs":[{}],"properties":{"order":27116,"id":1120,"name":"arrow-up-right-light","prevSize":16,"code":59775},"setIdx":2,"setId":2,"iconIdx":127},{"icon":{"paths":["M880.96 720.96l-192 192c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-192-192c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 151.040 151v-486.040c0-110.457-89.543-200-200-200s-200 89.543-200 200v0 352c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-352c0-136.967 111.033-248 248-248s248 111.033 248 248v0 486.040l151.040-151c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-right-down-light"]},"attrs":[{}],"properties":{"order":27117,"id":1119,"name":"arrow-u-right-down-light","prevSize":16,"code":59776},"setIdx":2,"setId":2,"iconIdx":128},{"icon":{"paths":["M880.96 336.96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-151.040-151v486.040c0 136.967-111.033 248-248 248s-248-111.033-248-248v0-352c0-13.255 10.745-24 24-24s24 10.745 24 24v0 352c0 110.457 89.543 200 200 200s200-89.543 200-200v0-486.040l-151.040 151c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 192-192c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 192 192c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-right-up-light"]},"attrs":[{}],"properties":{"order":27118,"id":1118,"name":"arrow-u-right-up-light","prevSize":16,"code":59777},"setIdx":2,"setId":2,"iconIdx":129},{"icon":{"paths":["M920 576c-0.159 136.903-111.097 247.841-247.985 248l-352.015 0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h352c110.457 0 200-89.543 200-200s-89.543-200-200-200v0h-486.040l151 151.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-192-192c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 192-192c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-151 151.040h486.040c136.903 0.159 247.841 111.097 248 247.985l0 0.015z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-up-left-light"]},"attrs":[{}],"properties":{"order":27119,"id":1117,"name":"arrow-u-up-left-light","prevSize":16,"code":59778},"setIdx":2,"setId":2,"iconIdx":130},{"icon":{"paths":["M687.040 527.040l151-151.040h-486.040c-110.457 0-200 89.543-200 200s89.543 200 200 200v0h352c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-352c-136.967 0-248-111.033-248-248s111.033-248 248-248v0h486.040l-151-151.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 192 192c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-192 192c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["arrow-u-up-right-light"]},"attrs":[{}],"properties":{"order":27120,"id":1116,"name":"arrow-u-up-right-light","prevSize":16,"code":59779},"setIdx":2,"setId":2,"iconIdx":131},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM872 800c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-576c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM728 384c0 13.255-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h384c13.255 0 24 10.745 24 24v0zM728 512c0 13.255-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h384c13.255 0 24 10.745 24 24v0zM728 640c0 13.255-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h384c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["article-light"]},"attrs":[{}],"properties":{"order":27121,"id":1115,"name":"article-light","prevSize":16,"code":59780},"setIdx":2,"setId":2,"iconIdx":132},{"icon":{"paths":["M216 544c0 13.255-10.745 24-24 24v0h-96c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h40v-272h-40c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h64c0.017-0 0.038-0 0.058-0 8.508 0 15.982 4.427 20.244 11.103l0.058 0.097 139.64 223.52 139.64-223.44c4.312-6.818 11.811-11.28 20.352-11.28 0.003 0 0.006 0 0.009 0l64-0c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-40v272h40c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-96c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h8v-212.32l-115.64 185.040c-4.31 6.826-11.813 11.293-20.36 11.293s-16.050-4.467-20.302-11.194l-0.058-0.099-115.64-185.040v212.32h8c13.255 0 24 10.745 24 24v0zM672 440h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM960 520h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM960 648h-672c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h672c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM960 776h-672c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h672c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["article-medium-light"]},"attrs":[{}],"properties":{"order":27122,"id":1114,"name":"article-medium-light","prevSize":16,"code":59781},"setIdx":2,"setId":2,"iconIdx":133},{"icon":{"paths":["M616 416c0-13.255 10.745-24 24-24v0h320c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-320c-13.255 0-24-10.745-24-24v0zM960 520h-320c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h320c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM960 648h-320c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h320c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM960 776h-672c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h672c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM320 696c-0.073 0-0.16 0-0.246 0-119.161 0-215.76-96.599-215.76-215.76 0-31.562 6.777-61.541 18.955-88.561l-0.549 1.361c-30.327-18.532-50.261-51.458-50.261-89.040 0-57.389 46.483-103.921 103.854-104l0.007-0c0.006-0 0.014-0 0.021-0 4.264 0 8.269 1.112 11.74 3.062l-0.121-0.062 282.080 156.72c28.428-2.937 50.408-26.761 50.408-55.72 0-30.928-25.072-56-56-56-0.045 0-0.090 0-0.136 0l0.007-0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0c57.438 0 104 46.562 104 104s-46.562 104-104 104v0c-0.006 0-0.014 0-0.021 0-4.264 0-8.269-1.112-11.74-3.062l0.121 0.062-162.52-90.32c-78.936 14.773-137.878 83.142-137.878 165.278 0 84.33 62.134 154.148 143.12 166.17l0.918 0.112v-166.24c0-13.255 10.745-24 24-24s24 10.745 24 24v0 166.24c62.599-9.315 113.34-51.992 134.068-109.069l0.372-1.171c3.395-9.408 12.246-16.012 22.64-16.012 13.261 0 24.012 10.75 24.012 24.012 0 2.868-0.503 5.618-1.425 8.167l0.053-0.167c-30.666 84.555-110.25 143.894-203.707 144l-0.013 0zM146.56 351.6c22.115-29.648 50.933-53.104 84.285-68.364l1.355-0.556-61.92-34.4c-28.352 3.014-50.247 26.802-50.247 55.704 0 20.015 10.5 37.578 26.293 47.479l0.234 0.137z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["article-ny-times-light"]},"attrs":[{}],"properties":{"order":27123,"id":1113,"name":"article-ny-times-light","prevSize":16,"code":59782},"setIdx":2,"setId":2,"iconIdx":134},{"icon":{"paths":["M852.56 716.36c-4.27 7.030-11.886 11.655-20.581 11.655-4.556 0-8.816-1.27-12.445-3.475l0.106 0.060-283.64-170.2v309.6c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-309.6l-283.64 170.2c-3.533 2.131-7.799 3.394-12.358 3.4l-0.002 0c-0.026 0-0.056 0-0.086 0-13.255 0-24-10.745-24-24 0-8.709 4.638-16.334 11.579-20.54l0.107-0.060 285.76-171.4-285.72-171.4c-7.036-4.275-11.664-11.897-11.664-20.6 0-13.268 10.756-24.024 24.024-24.024 4.565 0 8.832 1.273 12.466 3.484l-0.106-0.060 283.64 170.2v-309.6c0-13.255 10.745-24 24-24s24 10.745 24 24v0 309.6l283.64-170.2c3.528-2.15 7.795-3.424 12.36-3.424 13.268 0 24.024 10.756 24.024 24.024 0 8.703-4.628 16.325-11.557 20.54l-0.106 0.060-285.72 171.4 285.72 171.4c7.023 4.272 11.643 11.883 11.643 20.574 0 4.576-1.281 8.852-3.503 12.491l0.060-0.105z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["asterisk-light"]},"attrs":[{}],"properties":{"order":27124,"id":1112,"name":"asterisk-light","prevSize":16,"code":59783},"setIdx":2,"setId":2,"iconIdx":135},{"icon":{"paths":["M840.92 406.28l-290.4 116 204.44 262.84c3.145 4.020 5.043 9.149 5.043 14.72 0 13.257-10.747 24.003-24.003 24.003-7.685 0-14.527-3.612-18.92-9.23l-0.040-0.053-205.040-263.48-205.040 263.64c-4.433 5.672-11.275 9.283-18.96 9.283-13.257 0-24.003-10.747-24.003-24.003 0-5.571 1.898-10.7 5.083-14.773l-0.040 0.053 204.44-262.84-290.4-116c-9.006-3.594-15.254-12.242-15.254-22.35 0-13.255 10.745-24 24-24 3.279 0 6.405 0.658 9.253 1.848l-0.158-0.059 287.080 114.68v-316.56c0-13.255 10.745-24 24-24s24 10.745 24 24v0 316.56l287.080-114.84c2.689-1.132 5.815-1.79 9.094-1.79 13.255 0 24 10.745 24 24 0 10.107-6.248 18.755-15.092 22.293l-0.162 0.057z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["asterisk-simple-light"]},"attrs":[{}],"properties":{"order":27125,"id":1111,"name":"asterisk-simple-light","prevSize":16,"code":59784},"setIdx":2,"setId":2,"iconIdx":136},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408v0c84.52 0 173.24-25.4 237.28-68 6.499-4.367 10.719-11.691 10.719-20 0-13.265-10.753-24.019-24.019-24.019-4.956 0-9.561 1.501-13.386 4.073l0.086-0.054c-55.6 37-136.36 60-210.68 60-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c0 118.32-55.12 136-88 136s-88-17.68-88-136v-160c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 36c-33.781-37.046-82.249-60.201-136.125-60.201-101.62 0-184 82.38-184 184s82.38 184 184 184c63.827 0 120.063-32.498 153.064-81.851l0.42-0.668c21.68 53.12 62.64 82.72 118.64 82.72 85.16 0 136-68.8 136-184-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 648c-75.111 0-136-60.889-136-136s60.889-136 136-136c75.111 0 136 60.889 136 136v0c0 75.111-60.889 136-136 136v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["at-light"]},"attrs":[{}],"properties":{"order":27126,"id":1110,"name":"at-light","prevSize":16,"code":59785},"setIdx":2,"setId":2,"iconIdx":137},{"icon":{"paths":["M775.32 512c28.974-38.97 55.516-83.135 77.575-129.833l2.025-4.767c42.96-95.52 44-170.64 3.2-211.52s-116-39.76-211.52 3.2c-51.465 24.084-95.63 50.626-136.708 81.094l2.108-1.494c-38.97-28.974-83.135-55.516-129.833-77.575l-4.767-2.025c-95.52-42.96-170.64-44-211.52-3.2s-39.76 116 3.2 211.52c24.084 51.465 50.626 95.63 81.094 136.708l-1.494-2.108c-28.974 38.97-55.516 83.135-77.575 129.833l-2.025 4.767c-42.96 95.52-44 170.64-3.2 211.52v0c20 20 48 29.88 82.52 29.88 36.4 0 80-11.040 129-33.080 51.465-24.084 95.63-50.626 136.708-81.094l-2.108 1.494c38.97 28.974 83.135 55.516 129.833 77.575l4.767 2.025c49 22.040 92.6 33.080 129 33.080 34.56 0 62.6-9.96 82.52-29.88v0c40.92-40.88 39.76-116-3.2-211.52-24.084-51.465-50.626-95.63-81.094-136.708l1.494 2.108zM824 200c37.12 37.12 9.44 145.16-79.2 272-29.794-37.121-59.599-70.309-91.11-101.79l-0.010-0.010c-31.468-31.546-64.618-61.363-99.325-89.324l-2.355-1.836c127-88.6 235.080-116.32 272-79.040zM715.24 512c-30.884 39.573-62.061 74.794-95.248 108.008l0.008-0.008c-33.226 33.299-68.448 64.565-105.487 93.621l-2.513 1.899c-39.552-30.955-74.774-62.221-107.98-95.5l-0.020-0.020c-33.284-33.231-64.549-68.453-93.616-105.482l-1.904-2.518c60.187-76.444 127.043-143.274 200.983-201.513l2.537-1.927c39.554 30.953 74.775 62.192 107.993 95.433l0.007 0.007c33.248 33.218 64.476 68.44 93.494 105.475l1.906 2.525zM200 200c10.72-10.76 27.36-16 48.68-16 52.44 0 133.2 32 223.48 95.24-37.234 29.724-70.489 59.467-102.018 90.938l0.018-0.018c-31.519 31.5-61.324 64.701-89.27 99.461l-1.85 2.379c-88.64-127-116.32-235.040-79.040-272zM200 824v0c-37.12-37.12-9.4-145.16 79.2-272 29.794 37.121 59.599 70.309 91.11 101.79l0.010 0.010c31.468 31.546 64.618 61.363 99.325 89.324l2.355 1.836c-127 88.64-235.040 116.32-272 79.040zM824 824c-37.12 37.12-145.16 9.4-272-79.24 37.128-29.766 70.317-59.559 101.788-91.068l0.012-0.012c31.546-31.468 61.363-64.618 89.324-99.325l1.836-2.355c88.64 127 116.32 235.040 79.040 272zM552 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["atom-light"]},"attrs":[{}],"properties":{"order":27127,"id":1109,"name":"atom-light","prevSize":16,"code":59786},"setIdx":2,"setId":2,"iconIdx":138},{"icon":{"paths":["M368 552c-22.091 0-40-17.909-40-40s17.909-40 40-40c22.091 0 40 17.909 40 40v0c0 22.091-17.909 40-40 40v0zM656 472c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM611.2 651.68c-28.179 17.763-62.459 28.302-99.2 28.302s-71.021-10.54-99.98-28.76l0.78 0.458c-3.629-2.318-8.054-3.695-12.8-3.695-13.263 0-24.015 10.752-24.015 24.015 0 8.517 4.434 15.998 11.119 20.262l0.097 0.058c35.436 22.403 78.565 35.698 124.8 35.698s89.364-13.295 125.774-36.272l-0.974 0.574c6.782-4.322 11.215-11.803 11.215-20.32 0-13.263-10.752-24.015-24.015-24.015-4.746 0-9.171 1.377-12.897 3.753l0.097-0.058zM920 512c0 225.332-182.668 408-408 408s-408-182.668-408-408c0-225.332 182.668-408 408-408v0c225.222 0.273 407.727 182.778 408 407.974l0 0.026zM872 512c-0.242-194.603-154.667-353.060-347.665-359.783l-0.615-0.017c-50.52 68.72-51.72 135.2-51.72 135.8 0 22.091 17.909 40 40 40s40-17.909 40-40v0c0-13.255 10.745-24 24-24s24 10.745 24 24v0c0 48.601-39.399 88-88 88s-88-39.399-88-88v0c0-3 0.6-63.28 40.56-132.88-177.363 24.249-312.56 174.766-312.56 356.861 0 198.823 161.177 360 360 360 198.816 0 359.989-161.166 360-359.979l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["baby-light"]},"attrs":[{}],"properties":{"order":27128,"id":1108,"name":"baby-light","prevSize":16,"code":59787},"setIdx":2,"setId":2,"iconIdx":139},{"icon":{"paths":["M664 169.36v-41.36c0-48.601-39.399-88-88-88v0h-128c-48.601 0-88 39.399-88 88v0 41.36c-108.449 12.608-191.856 103.861-192 214.625l-0 0.015v480c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-480c-0.144-110.779-83.551-202.032-190.991-214.544l-1.009-0.096zM448 88h128c22.091 0 40 17.909 40 40v0 40h-208v-40c0-22.091 17.909-40 40-40v0zM680 648h-336v-40c0-22.091 17.909-40 40-40v0h256c22.091 0 40 17.909 40 40v0zM344 696h208v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h80v176h-336zM808 864c0 4.418-3.582 8-8 8v0h-72v-264c0-48.601-39.399-88-88-88v0h-256c-48.601 0-88 39.399-88 88v0 264h-72c-4.418 0-8-3.582-8-8v0-480c0-92.784 75.216-168 168-168v0h256c92.784 0 168 75.216 168 168v0zM600 352c0 13.255-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["backpack-light"]},"attrs":[{}],"properties":{"order":27129,"id":1107,"name":"backpack-light","prevSize":16,"code":59788},"setIdx":2,"setId":2,"iconIdx":140},{"icon":{"paths":["M864 168h-589.88c-20.282 0.010-38.042 10.801-47.86 26.952l-0.14 0.248-182.68 304.44c-2.153 3.527-3.427 7.795-3.427 12.36s1.275 8.833 3.487 12.466l-0.060-0.106 182.68 304.44c9.958 16.399 27.718 27.19 47.999 27.2l589.881 0c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM872 800c0 4.418-3.582 8-8 8v0h-589.88c-2.911-0.033-5.446-1.617-6.82-3.962l-0.020-0.038-175.28-292 175.28-292c1.394-2.383 3.929-3.967 6.835-4l0.005-0h589.88c4.418 0 8 3.582 8 8v0zM656.96 432.96l-79.040 79.040 79.040 79.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-79.040-79.040-79.040 79.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 79.040-79.040-79.040-79.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79.040 79.040-79.040c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["backspace-light"]},"attrs":[{}],"properties":{"order":27130,"id":1106,"name":"backspace-light","prevSize":16,"code":59789},"setIdx":2,"setId":2,"iconIdx":141},{"icon":{"paths":["M864 264h-168v-8c0-101.62-82.38-184-184-184s-184 82.38-184 184v0 8h-168c-30.928 0-56 25.072-56 56v0 480c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-480c0-30.928-25.072-56-56-56v0zM376 256c0-75.111 60.889-136 136-136s136 60.889 136 136v0 8h-272zM872 800c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-480c0-4.418 3.582-8 8-8v0h168v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h272v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h168c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bag-light"]},"attrs":[{}],"properties":{"order":27131,"id":1105,"name":"bag-light","prevSize":16,"code":59790},"setIdx":2,"setId":2,"iconIdx":142},{"icon":{"paths":["M864 264h-168v-8c0-101.62-82.38-184-184-184s-184 82.38-184 184v0 8h-168c-30.928 0-56 25.072-56 56v0 480c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-480c0-30.928-25.072-56-56-56v0zM376 256c0-75.111 60.889-136 136-136s136 60.889 136 136v0 8h-272zM872 800c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-480c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bag-simple-light"]},"attrs":[{}],"properties":{"order":27132,"id":1104,"name":"bag-simple-light","prevSize":16,"code":59791},"setIdx":2,"setId":2,"iconIdx":143},{"icon":{"paths":["M512 72c-189.894 0.227-343.773 154.106-344 343.978l-0 0.022c0 92 36.96 194.080 98.84 273.080 49.48 63.16 108.92 105.68 172.2 124.28l-45.080 105.2c-1.223 2.784-1.935 6.029-1.935 9.44 0 13.246 10.731 23.985 23.973 24l192.001 0c13.244-0.015 23.975-10.754 23.975-24 0-3.411-0.712-6.656-1.995-9.595l0.060 0.155-45.080-105.2c63.28-18.6 122.72-61.12 172-124.28 62.080-79 99.040-181.080 99.040-273.080-0.227-189.894-154.106-343.773-343.978-344l-0.022-0zM448.68 816l2.32 0.56c-0.855-0.080-1.641-0.278-2.375-0.58l0.055 0.020zM571.6 904h-119.2l34.8-81.24c7.437 0.79 16.066 1.24 24.8 1.24s17.363-0.45 25.864-1.329l-1.064 0.089zM512 776c-134.080 0-296-160.6-296-360 0-163.476 132.524-296 296-296s296 132.524 296 296v0c0 199.4-161.92 360-296 360zM708 407.68c-1.197 0.196-2.582 0.312-3.992 0.32l-0.008 0c-11.832-0.012-21.658-8.585-23.619-19.857l-0.021-0.143c-13.029-71.653-68.701-127.311-139.302-140.16l-1.058-0.16c-11.432-1.984-20.015-11.83-20.015-23.68 0-13.263 10.752-24.015 24.015-24.015 1.413 0 2.797 0.122 4.143 0.356l-0.143-0.021c91.712 16.729 162.951 87.968 179.474 178.321l0.206 1.359c0.215 1.206 0.338 2.595 0.338 4.013 0 11.848-8.586 21.691-19.875 23.647l-0.143 0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["balloon-light"]},"attrs":[{}],"properties":{"order":27133,"id":1103,"name":"balloon-light","prevSize":16,"code":59792},"setIdx":2,"setId":2,"iconIdx":144},{"icon":{"paths":["M726.96 512l116.52-116.52c27.64-27.529 44.743-65.618 44.743-107.703 0-83.947-68.053-152-152-152-42.084 0-80.174 17.103-107.698 44.738l-0.005 0.005-116.52 116.52-116.52-116.52c-27.529-27.64-65.618-44.743-107.703-44.743-83.947 0-152 68.053-152 152 0 42.084 17.103 80.174 44.738 107.698l0.005 0.005 116.52 116.52-116.52 116.52c-27.64 27.529-44.743 65.618-44.743 107.703 0 83.947 68.053 152 152 152 42.084 0 80.174-17.103 107.698-44.738l0.005-0.005 116.52-116.52 116.52 116.52c27.529 27.64 65.618 44.743 107.703 44.743 83.947 0 152-68.053 152-152 0-42.084-17.103-80.174-44.738-107.698l-0.005-0.005zM662.48 214.48v0c18.927-19.509 45.388-31.617 74.677-31.617 57.438 0 104 46.562 104 104 0 29.299-12.116 55.769-31.611 74.671l-0.027 0.026-116.52 116.52-147.040-147.080zM659.080 512l-147.080 147.080-147.080-147.080 147.080-147.080zM214.48 361.52c-19.83-18.97-32.156-45.644-32.156-75.196 0-57.438 46.562-104 104-104 29.552 0 56.226 12.326 75.159 32.118l0.037 0.039 116.52 116.52-147.040 147.080zM361.52 809.52c-18.97 19.83-45.644 32.156-75.196 32.156-57.438 0-104-46.562-104-104 0-29.552 12.326-56.226 32.118-75.159l0.039-0.037 116.52-116.52 147.040 147.040zM809.52 809.52c-18.818 18.809-44.811 30.442-73.52 30.442s-54.702-11.633-73.52-30.442l-116.56-116.52 147.080-147.080 116.52 116.56c18.809 18.818 30.442 44.811 30.442 73.52s-11.633 54.702-30.442 73.52l0-0zM472 512c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bandaids-light"]},"attrs":[{}],"properties":{"order":27134,"id":1102,"name":"bandaids-light","prevSize":16,"code":59793},"setIdx":2,"setId":2,"iconIdx":145},{"icon":{"paths":["M96 408h104v272h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h768c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-272h104c13.247-0.010 23.982-10.751 23.982-24 0-8.6-4.523-16.143-11.321-20.381l-0.101-0.059-416-256c-3.574-2.228-7.913-3.549-12.56-3.549s-8.986 1.321-12.662 3.608l0.102-0.059-416 256c-6.899 4.297-11.422 11.84-11.422 20.44 0 13.249 10.735 23.99 23.981 24l0.001 0zM248 408h144v272h-144zM584 408v272h-144v-272zM776 680h-144v-272h144zM512 156l331.2 204h-662.4zM984 832c0 13.255-10.745 24-24 24v0h-896c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h896c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bank-light"]},"attrs":[{}],"properties":{"order":27135,"id":1101,"name":"bank-light","prevSize":16,"code":59794},"setIdx":2,"setId":2,"iconIdx":146},{"icon":{"paths":["M992 488h-40v-136c0-30.928-25.072-56-56-56v0h-72v-40c0-30.928-25.072-56-56-56v0h-96c-30.928 0-56 25.072-56 56v0 232h-208v-232c0-30.928-25.072-56-56-56v0h-96c-30.928 0-56 25.072-56 56v0 40h-72c-30.928 0-56 25.072-56 56v0 136h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v136c0 30.928 25.072 56 56 56v0h72v40c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-232h208v232c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-40h72c30.928 0 56-25.072 56-56v0-136h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM128 680c-4.418 0-8-3.582-8-8v0-320c0-4.418 3.582-8 8-8v0h72v336zM360 768c0 4.418-3.582 8-8 8v0h-96c-4.418 0-8-3.582-8-8v0-512c0-4.418 3.582-8 8-8v0h96c4.418 0 8 3.582 8 8v0zM776 768c0 4.418-3.582 8-8 8v0h-96c-4.418 0-8-3.582-8-8v0-512c0-4.418 3.582-8 8-8v0h96c4.418 0 8 3.582 8 8v0zM904 672c0 4.418-3.582 8-8 8v0h-72v-336h72c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["barbell-light"]},"attrs":[{}],"properties":{"order":27136,"id":1100,"name":"barbell-light","prevSize":16,"code":59795},"setIdx":2,"setId":2,"iconIdx":147},{"icon":{"paths":["M920 192v160c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-136h-136c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0zM288 808h-136v-136c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 160c0 13.255 10.745 24 24 24v0h160c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM896 648c-13.255 0-24 10.745-24 24v0 136h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c13.255 0 24-10.745 24-24v0-160c0-13.255-10.745-24-24-24v0zM128 376c13.255 0 24-10.745 24-24v0-136h136c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-160c-13.255 0-24 10.745-24 24v0 160c0 13.255 10.745 24 24 24v0zM320 328c-13.255 0-24 10.745-24 24v0 320c0 13.255 10.745 24 24 24s24-10.745 24-24v0-320c0-13.255-10.745-24-24-24v0zM728 672v-320c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 320c0 13.255 10.745 24 24 24s24-10.745 24-24v0zM576 328c-13.255 0-24 10.745-24 24v0 320c0 13.255 10.745 24 24 24s24-10.745 24-24v0-320c0-13.255-10.745-24-24-24v0zM448 328c-13.255 0-24 10.745-24 24v0 320c0 13.255 10.745 24 24 24s24-10.745 24-24v0-320c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["barcode-light"]},"attrs":[{}],"properties":{"order":27137,"id":1099,"name":"barcode-light","prevSize":16,"code":59796},"setIdx":2,"setId":2,"iconIdx":148},{"icon":{"paths":["M896 264h-768c-30.928 0-56 25.072-56 56v0 288c0 30.928 25.072 56 56 56v0h104v136c0 13.255 10.745 24 24 24s24-10.745 24-24v0-136h464v136c0 13.255 10.745 24 24 24s24-10.745 24-24v0-136h104c30.928 0 56-25.072 56-56v0-288c0-30.928-25.072-56-56-56v0zM904 320v214.080l-222.080-222.080h214.080c4.418 0 8 3.582 8 8v0zM128 312h198.080l304 304h-220l-290.080-289.92v-6.080c0-4.418 3.582-8 8-8v0zM120 608v-214.080l222.080 222.080h-214.080c-4.418 0-8-3.582-8-8v0zM896 616h-198.080l-304-304h220l290.080 289.92v6.080c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["barricade-light"]},"attrs":[{}],"properties":{"order":27138,"id":1098,"name":"barricade-light","prevSize":16,"code":59797},"setIdx":2,"setId":2,"iconIdx":149},{"icon":{"paths":["M512 104c-225.222 0.273-407.727 182.778-408 407.974l-0 0.026v224c0.019 48.587 39.411 87.967 88 87.967 19.56 0 37.63-6.382 52.24-17.177l-0.24 0.169c49.52-36 136.24-78.96 268-78.96s218.44 42.92 268 78.92c14.37 10.625 32.44 17.007 52 17.007 48.575 0 87.958-39.357 88-87.923l0-0.004v-224c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM872 512v50c-51.514-33.93-111.056-61.65-174.559-80.049l-4.641-1.151c-13.12-123.443-58.431-234.291-127.282-326.54l1.242 1.74c173.814 27.754 305.073 176.524 305.24 355.983l0 0.017zM643.16 468.88c-39.433-8.191-84.749-12.88-131.16-12.88s-91.727 4.689-135.5 13.62l4.34-0.74c20-153.52 96.64-262.36 131.16-304.56 34.52 42.28 111.2 151.080 131.16 304.6zM457.24 156c-67.616 90.521-112.928 201.384-125.79 321.947l-0.25 2.893c-68.145 19.55-127.687 47.271-181.689 82.735l2.489-1.535v-50.040c0.167-179.477 131.427-328.246 303.182-355.729l2.058-0.271zM850.28 771.4c-5.35 2.858-11.701 4.537-18.444 4.537-8.987 0-17.277-2.982-23.936-8.010l0.1 0.073c-55.28-40-151.52-88-296-88s-240.88 48-296 88c-6.54 4.934-14.805 7.902-23.762 7.902-6.71 0-13.031-1.666-18.573-4.606l0.215 0.104c-13.066-6.53-21.881-19.806-21.881-35.142 0-0.091 0-0.182 0.001-0.272l-0 0.014v-116c99.806-72.599 224.818-116.144 360-116.144s260.194 43.545 361.774 117.372l-1.774-1.228v116c0.002 0.148 0.003 0.322 0.003 0.496 0 15.274-8.744 28.505-21.499 34.961l-0.224 0.103z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["baseball-cap-light"]},"attrs":[{}],"properties":{"order":27139,"id":1097,"name":"baseball-cap-light","prevSize":16,"code":59798},"setIdx":2,"setId":2,"iconIdx":150},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM781.24 750.68c-4-4.48-8-9.040-11.6-13.68-4.429-5.164-10.96-8.415-18.251-8.415-13.255 0-24 10.745-24 24 0 5.437 1.808 10.451 4.855 14.475l-0.044-0.060c4.76 5.96 9.72 11.76 14.84 17.48-62.625 54.38-144.962 87.522-235.040 87.522s-172.415-33.142-235.483-87.898l0.443 0.376c5.12-5.72 10.080-11.52 14.84-17.48 3.004-3.964 4.811-8.978 4.811-14.415 0-13.255-10.745-24-24-24-7.291 0-13.823 3.251-18.224 8.383l-0.027 0.032c-3.72 4.64-7.64 9.2-11.6 13.68-56.338-63.143-90.767-146.891-90.767-238.68s34.429-175.537 91.077-239.034l-0.31 0.354c4 4.48 8 9.040 11.6 13.68 4.435 5.506 11.177 9 18.735 9 0.009 0 0.018-0 0.026-0l-0.001 0c0.043 0 0.094 0 0.145 0 13.255 0 24-10.745 24-24 0-5.697-1.985-10.931-5.301-15.047l0.036 0.046c-4.76-5.96-9.72-11.76-14.84-17.48 62.625-54.38 144.962-87.522 235.040-87.522s172.415 33.142 235.483 87.898l-0.443-0.376c-5.12 5.72-10.080 11.52-14.84 17.48-3.573 4.165-5.749 9.621-5.749 15.585 0 13.255 10.745 24 24 24 7.818 0 14.763-3.738 19.145-9.525l0.044-0.060c3.72-4.64 7.64-9.2 11.6-13.68 56.338 63.143 90.767 146.891 90.767 238.68s-34.429 175.537-91.077 239.034l0.31-0.354zM375.68 580c-4.425 25.979-10.537 48.843-18.493 70.825l0.893-2.825c-3.235 9.687-12.223 16.546-22.813 16.546-13.255 0-24-10.745-24-24 0-3.072 0.577-6.010 1.629-8.71l-0.056 0.163c6.207-16.895 11.583-37.072 15.174-57.859l0.306-2.141c1.984-11.432 11.83-20.015 23.68-20.015 13.263 0 24.015 10.752 24.015 24.015 0 1.413-0.122 2.797-0.356 4.143l0.021-0.143zM375.68 444c0.215 1.206 0.338 2.595 0.338 4.013 0 11.848-8.586 21.691-19.875 23.647l-0.143 0.021c-1.197 0.196-2.582 0.312-3.992 0.32l-0.008 0c-11.832-0.012-21.658-8.585-23.619-19.857l-0.021-0.143c-3.897-22.928-9.273-43.105-16.269-62.506l0.789 2.506c-0.996-2.537-1.573-5.474-1.573-8.546 0-13.255 10.745-24 24-24 10.59 0 19.578 6.859 22.764 16.377l0.049 0.169c7.051 19.157 13.149 42.024 17.215 65.586l0.345 2.414zM711.16 632c0.996 2.537 1.573 5.474 1.573 8.546 0 13.255-10.745 24-24 24-10.59 0-19.578-6.859-22.764-16.377l-0.049-0.169c-7.063-19.156-13.174-42.021-17.254-65.582l-0.346-2.418c-0.213-1.203-0.335-2.587-0.335-4 0-13.263 10.752-24.015 24.015-24.015 11.85 0 21.696 8.583 23.659 19.872l0.021 0.143c3.897 22.928 9.273 43.105 16.269 62.506l-0.789-2.506zM711.16 392c-6.207 16.895-11.583 37.072-15.174 57.859l-0.306 2.141c-1.982 11.415-11.808 19.988-23.639 20l-0.001 0c-1.418-0.008-2.803-0.124-4.154-0.34l0.154 0.020c-11.448-1.962-20.050-11.813-20.050-23.673 0-1.401 0.12-2.775 0.351-4.11l-0.020 0.143c4.425-25.979 10.537-48.843 18.493-70.825l-0.893 2.825c3.235-9.687 12.223-16.546 22.813-16.546 13.255 0 24 10.745 24 24 0 3.072-0.577 6.010-1.629 8.71l0.056-0.163z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["baseball-light"]},"attrs":[{}],"properties":{"order":27140,"id":1096,"name":"baseball-light","prevSize":16,"code":59799},"setIdx":2,"setId":2,"iconIdx":151},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM240 276.36c49.657 56.744 81.726 130.001 87.063 210.566l0.057 1.074h-174.32c5.549-81.626 37.619-154.847 87.562-212.064l-0.362 0.424zM152.8 536h174.32c-5.394 81.64-37.463 154.896-87.475 212.055l0.355-0.415c-49.581-56.792-81.65-130.013-87.14-210.534l-0.060-1.106zM488 871.2c-82.721-5.653-156.827-38.548-214.366-89.679l0.366 0.319c58.346-65.561 95.79-150.864 101.23-244.752l0.050-1.088h112.72zM488 488h-112.72c-5.49-94.976-42.934-180.279-101.637-246.248l0.357 0.408c57.173-50.812 131.279-83.707 212.889-89.299l1.111-0.061zM871.2 488h-174.32c5.394-81.64 37.463-154.896 87.475-212.055l-0.355 0.415c49.581 56.792 81.65 130.013 87.14 210.534l0.060 1.106zM536 152.8c82.721 5.653 156.827 38.548 214.366 89.679l-0.366-0.319c-58.346 65.561-95.79 150.864-101.23 244.752l-0.050 1.088h-112.72zM536 871.2v-335.2h112.72c5.49 94.976 42.934 180.279 101.637 246.248l-0.357-0.408c-57.173 50.812-131.279 83.707-212.889 89.299l-1.111 0.061zM784 747.64c-49.657-56.744-81.726-130.001-87.063-210.566l-0.057-1.074h174.32c-5.549 81.626-37.619 154.847-87.562 212.064l0.362-0.424z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["basketball-light"]},"attrs":[{}],"properties":{"order":27141,"id":1095,"name":"basketball-light","prevSize":16,"code":59800},"setIdx":2,"setId":2,"iconIdx":152},{"icon":{"paths":["M536 480v224c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM951.52 391.4l-55.52 416c-3.78 27.57-27.174 48.585-55.478 48.6l-657.042 0c-28.306-0.015-51.7-21.030-55.447-48.308l-0.033-0.292-55.48-416c-0.313-2.223-0.491-4.791-0.491-7.4 0-30.918 25.056-55.984 55.97-56l149.121-0 216.8-247.8c4.419-4.993 10.844-8.125 18-8.125s13.581 3.132 17.978 8.1l0.022 0.025 216.8 248h149.28c30.916 0.016 55.971 25.082 55.971 56 0 2.609-0.178 5.177-0.524 7.692l0.033-0.292zM340.88 328h342.24l-171.12-195.56zM902 378.72c-1.471-1.669-3.613-2.717-5.999-2.72l-0.001-0h-768c-0.009-0-0.019-0-0.030-0-2.391 0-4.537 1.049-6.003 2.711l-0.008 0.009c-1.256 1.407-2.023 3.272-2.023 5.318 0 0.353 0.023 0.701 0.067 1.043l-0.004-0.040 55.44 416c0.55 3.929 3.889 6.92 7.927 6.92 0.026 0 0.051-0 0.077-0l-0.004 0h657.080c0.022 0 0.047 0 0.073 0 4.038 0 7.376-2.991 7.922-6.878l0.005-0.042 55.48-416c0.046-0.317 0.073-0.684 0.073-1.056 0-2.036-0.788-3.889-2.077-5.268l0.004 0.004zM725.6 456c-0.72-0.077-1.555-0.12-2.4-0.12-12.41 0-22.62 9.419-23.871 21.497l-0.009 0.103-22.4 224c-0.093 0.792-0.145 1.708-0.145 2.638 0 12.419 9.432 22.634 21.523 23.874l0.102 0.008h2.44c0.036 0 0.078 0 0.12 0 12.41 0 22.62-9.419 23.871-21.497l0.009-0.103 22.4-224c0.083-0.751 0.131-1.622 0.131-2.504 0-12.47-9.51-22.719-21.674-23.889l-0.097-0.008zM324.68 477.6c-1.26-12.182-11.47-21.6-23.88-21.6-13.255 0-24 10.745-24 24 0 0.845 0.044 1.68 0.129 2.503l-0.009-0.103 22.4 224c1.26 12.182 11.47 21.6 23.88 21.6 0.042 0 0.085-0 0.127-0l-0.007 0h2.44c12.182-1.26 21.6-11.47 21.6-23.88 0-0.845-0.044-1.68-0.129-2.503l0.009 0.103z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["basket-light"]},"attrs":[{}],"properties":{"order":27142,"id":1094,"name":"basket-light","prevSize":16,"code":59801},"setIdx":2,"setId":2,"iconIdx":153},{"icon":{"paths":["M928 392h-104v-8c0-13.255-10.745-24-24-24v0h-256c-13.255 0-24 10.745-24 24v0 8h-272v-184c0-30.928 25.072-56 56-56v0c0.032-0 0.069-0 0.107-0 27.313 0 50.207 18.918 56.294 44.366l0.080 0.394c2.141 11.24 11.89 19.622 23.597 19.622 13.255 0 24-10.745 24-24 0-1.822-0.203-3.597-0.588-5.303l0.030 0.16c-10.523-47.913-52.609-83.242-102.947-83.242-0.201 0-0.402 0.001-0.604 0.002l0.031-0c-57.438 0-104 46.562-104 104v0 184h-104c-30.928 0-56 25.072-56 56v0 128c0.137 119.239 96.762 215.864 215.987 216l8.013 0v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h400v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h8c119.239-0.137 215.864-96.762 216-215.987l0-0.013v-128c0-30.928-25.072-56-56-56v0zM568 408h208v144h-208zM936 576c0 92.784-75.216 168-168 168v0h-512c-92.784 0-168-75.216-168-168v0-128c0-4.418 3.582-8 8-8v0h424v136c0 13.255 10.745 24 24 24v0h256c13.255 0 24-10.745 24-24v0-136h104c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bathtub-light"]},"attrs":[{}],"properties":{"order":27143,"id":1093,"name":"bathtub-light","prevSize":16,"code":59802},"setIdx":2,"setId":2,"iconIdx":154},{"icon":{"paths":["M800 232h-672c-48.601 0-88 39.399-88 88v0 384c0 48.601 39.399 88 88 88v0h672c48.601 0 88-39.399 88-88v0-384c0-48.601-39.399-88-88-88v0zM840 704c0 22.091-17.909 40-40 40v0h-672c-22.091 0-40-17.909-40-40v0-384c0-22.091 17.909-40 40-40v0h672c22.091 0 40 17.909 40 40v0zM1016 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM548.4 499.4c2.255 3.59 3.592 7.954 3.592 12.63 0 3.895-0.928 7.574-2.575 10.827l0.063-0.137-64 128c-4.026 7.94-12.129 13.286-21.48 13.286-13.258 0-24.006-10.748-24.006-24.006 0-3.907 0.933-7.596 2.589-10.857l-0.063 0.137 46.64-93.28h-89.16c-0.002 0-0.005 0-0.007 0-13.255 0-24-10.745-24-24 0-3.907 0.934-7.596 2.59-10.857l-0.063 0.137 64-128c4.026-7.94 12.129-13.286 21.48-13.286 13.258 0 24.006 10.748 24.006 24.006 0 3.907-0.933 7.596-2.589 10.857l0.063-0.137-46.64 93.28h89.16c8.581 0.010 16.106 4.521 20.341 11.299l0.059 0.101z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-charging-light"]},"attrs":[{}],"properties":{"order":27144,"id":1092,"name":"battery-charging-light","prevSize":16,"code":59803},"setIdx":2,"setId":2,"iconIdx":155},{"icon":{"paths":["M596.4 531.4c2.255 3.59 3.592 7.954 3.592 12.63 0 3.895-0.928 7.574-2.575 10.827l0.063-0.137-64 128c-4.026 7.94-12.129 13.286-21.48 13.286-13.258 0-24.006-10.748-24.006-24.006 0-3.907 0.933-7.596 2.589-10.857l-0.063 0.137 46.64-93.28h-89.16c-0.002 0-0.005 0-0.007 0-13.255 0-24-10.745-24-24 0-3.907 0.934-7.596 2.59-10.857l-0.063 0.137 64-128c4.026-7.94 12.129-13.286 21.48-13.286 13.258 0 24.006 10.748 24.006 24.006 0 3.907-0.933 7.596-2.589 10.857l0.063-0.137-46.64 93.28h89.16c8.581 0.010 16.106 4.521 20.341 11.299l0.059 0.101zM384 56h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM792 224v672c0 48.601-39.399 88-88 88v0h-384c-48.601 0-88-39.399-88-88v0-672c0-48.601 39.399-88 88-88v0h384c48.601 0 88 39.399 88 88v0zM744 224c0-22.091-17.909-40-40-40v0h-384c-22.091 0-40 17.909-40 40v0 672c0 22.091 17.909 40 40 40v0h384c22.091 0 40-17.909 40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-charging-vertical-light"]},"attrs":[{}],"properties":{"order":27145,"id":1091,"name":"battery-charging-vertical-light","prevSize":16,"code":59804},"setIdx":2,"setId":2,"iconIdx":156},{"icon":{"paths":["M800 232h-672c-48.601 0-88 39.399-88 88v0 384c0 48.601 39.399 88 88 88v0h672c48.601 0 88-39.399 88-88v0-384c0-48.601-39.399-88-88-88v0zM840 704c0 22.091-17.909 40-40 40v0h-672c-22.091 0-40-17.909-40-40v0-384c0-22.091 17.909-40 40-40v0h672c22.091 0 40 17.909 40 40v0zM1016 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-empty-light"]},"attrs":[{}],"properties":{"order":27146,"id":1090,"name":"battery-empty-light","prevSize":16,"code":59805},"setIdx":2,"setId":2,"iconIdx":157},{"icon":{"paths":["M800 232h-672c-48.601 0-88 39.399-88 88v0 384c0 48.601 39.399 88 88 88v0h672c48.601 0 88-39.399 88-88v0-384c0-48.601-39.399-88-88-88v0zM840 704c0 22.091-17.909 40-40 40v0h-672c-22.091 0-40-17.909-40-40v0-384c0-22.091 17.909-40 40-40v0h672c22.091 0 40 17.909 40 40v0zM728 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM568 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM408 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM248 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM1016 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-full-light"]},"attrs":[{}],"properties":{"order":27147,"id":1089,"name":"battery-full-light","prevSize":16,"code":59806},"setIdx":2,"setId":2,"iconIdx":158},{"icon":{"paths":["M800 232h-672c-48.601 0-88 39.399-88 88v0 384c0 48.601 39.399 88 88 88v0h672c48.601 0 88-39.399 88-88v0-384c0-48.601-39.399-88-88-88v0zM840 704c0 22.091-17.909 40-40 40v0h-672c-22.091 0-40-17.909-40-40v0-384c0-22.091 17.909-40 40-40v0h672c22.091 0 40 17.909 40 40v0zM568 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM408 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM248 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM1016 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-high-light"]},"attrs":[{}],"properties":{"order":27148,"id":1088,"name":"battery-high-light","prevSize":16,"code":59807},"setIdx":2,"setId":2,"iconIdx":159},{"icon":{"paths":["M800 232h-672c-48.601 0-88 39.399-88 88v0 384c0 48.601 39.399 88 88 88v0h672c48.601 0 88-39.399 88-88v0-384c0-48.601-39.399-88-88-88v0zM840 704c0 22.091-17.909 40-40 40v0h-672c-22.091 0-40-17.909-40-40v0-384c0-22.091 17.909-40 40-40v0h672c22.091 0 40 17.909 40 40v0zM248 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM1016 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-low-light"]},"attrs":[{}],"properties":{"order":27149,"id":1087,"name":"battery-low-light","prevSize":16,"code":59808},"setIdx":2,"setId":2,"iconIdx":160},{"icon":{"paths":["M800 232h-672c-48.601 0-88 39.399-88 88v0 384c0 48.601 39.399 88 88 88v0h672c48.601 0 88-39.399 88-88v0-384c0-48.601-39.399-88-88-88v0zM840 704c0 22.091-17.909 40-40 40v0h-672c-22.091 0-40-17.909-40-40v0-384c0-22.091 17.909-40 40-40v0h672c22.091 0 40 17.909 40 40v0zM408 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM248 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM1016 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-medium-light"]},"attrs":[{}],"properties":{"order":27150,"id":1086,"name":"battery-medium-light","prevSize":16,"code":59809},"setIdx":2,"setId":2,"iconIdx":161},{"icon":{"paths":["M600 512c0 13.255-10.745 24-24 24v0h-88v88c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-88h-88c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h88v-88c0-13.255 10.745-24 24-24s24 10.745 24 24v0 88h88c13.255 0 24 10.745 24 24v0zM888 320v384c0 48.601-39.399 88-88 88v0h-672c-48.601 0-88-39.399-88-88v0-384c0-48.601 39.399-88 88-88v0h672c48.601 0 88 39.399 88 88v0zM840 320c0-22.091-17.909-40-40-40v0h-672c-22.091 0-40 17.909-40 40v0 384c0 22.091 17.909 40 40 40v0h672c22.091 0 40-17.909 40-40v0zM992 360c-13.255 0-24 10.745-24 24v0 256c0 13.255 10.745 24 24 24s24-10.745 24-24v0-256c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-plus-light"]},"attrs":[{}],"properties":{"order":27151,"id":1085,"name":"battery-plus-light","prevSize":16,"code":59810},"setIdx":2,"setId":2,"iconIdx":162},{"icon":{"paths":["M360 32c0-13.255 10.745-24 24-24v0h256c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24v0zM792 224v672c0 48.601-39.399 88-88 88v0h-384c-48.601 0-88-39.399-88-88v0-672c0-48.601 39.399-88 88-88v0h384c48.601 0 88 39.399 88 88v0zM744 224c0-22.091-17.909-40-40-40v0h-384c-22.091 0-40 17.909-40 40v0 672c0 22.091 17.909 40 40 40v0h384c22.091 0 40-17.909 40-40v0zM624 536h-88v-88c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 88h-88c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h88v88c0 13.255 10.745 24 24 24s24-10.745 24-24v0-88h88c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-plus-vertical-light"]},"attrs":[{}],"properties":{"order":27152,"id":1084,"name":"battery-plus-vertical-light","prevSize":16,"code":59811},"setIdx":2,"setId":2,"iconIdx":163},{"icon":{"paths":["M360 32c0-13.255 10.745-24 24-24v0h256c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24v0zM792 224v672c0 48.601-39.399 88-88 88v0h-384c-48.601 0-88-39.399-88-88v0-672c0-48.601 39.399-88 88-88v0h384c48.601 0 88 39.399 88 88v0zM744 224c0-22.091-17.909-40-40-40v0h-384c-22.091 0-40 17.909-40 40v0 672c0 22.091 17.909 40 40 40v0h384c22.091 0 40-17.909 40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-empty-light"]},"attrs":[{}],"properties":{"order":27153,"id":1083,"name":"battery-vertical-empty-light","prevSize":16,"code":59812},"setIdx":2,"setId":2,"iconIdx":164},{"icon":{"paths":["M360 32c0-13.255 10.745-24 24-24v0h256c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24v0zM792 224v672c0 48.601-39.399 88-88 88v0h-384c-48.601 0-88-39.399-88-88v0-672c0-48.601 39.399-88 88-88v0h384c48.601 0 88 39.399 88 88v0zM744 224c0-22.091-17.909-40-40-40v0h-384c-22.091 0-40 17.909-40 40v0 672c0 22.091 17.909 40 40 40v0h384c22.091 0 40-17.909 40-40v0zM640 296h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM640 456h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM640 616h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM640 776h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-full-light"]},"attrs":[{}],"properties":{"order":27154,"id":1082,"name":"battery-vertical-full-light","prevSize":16,"code":59813},"setIdx":2,"setId":2,"iconIdx":165},{"icon":{"paths":["M360 32c0-13.255 10.745-24 24-24v0h256c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24v0zM792 224v672c0 48.601-39.399 88-88 88v0h-384c-48.601 0-88-39.399-88-88v0-672c0-48.601 39.399-88 88-88v0h384c48.601 0 88 39.399 88 88v0zM744 224c0-22.091-17.909-40-40-40v0h-384c-22.091 0-40 17.909-40 40v0 672c0 22.091 17.909 40 40 40v0h384c22.091 0 40-17.909 40-40v0zM640 456h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM640 616h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM640 776h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-high-light"]},"attrs":[{}],"properties":{"order":27155,"id":1081,"name":"battery-vertical-high-light","prevSize":16,"code":59814},"setIdx":2,"setId":2,"iconIdx":166},{"icon":{"paths":["M360 32c0-13.255 10.745-24 24-24v0h256c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24v0zM792 224v672c0 48.601-39.399 88-88 88v0h-384c-48.601 0-88-39.399-88-88v0-672c0-48.601 39.399-88 88-88v0h384c48.601 0 88 39.399 88 88v0zM744 224c0-22.091-17.909-40-40-40v0h-384c-22.091 0-40 17.909-40 40v0 672c0 22.091 17.909 40 40 40v0h384c22.091 0 40-17.909 40-40v0zM640 776h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-low-light"]},"attrs":[{}],"properties":{"order":27156,"id":1080,"name":"battery-vertical-low-light","prevSize":16,"code":59815},"setIdx":2,"setId":2,"iconIdx":167},{"icon":{"paths":["M360 32c0-13.255 10.745-24 24-24v0h256c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24v0zM792 224v672c0 48.601-39.399 88-88 88v0h-384c-48.601 0-88-39.399-88-88v0-672c0-48.601 39.399-88 88-88v0h384c48.601 0 88 39.399 88 88v0zM744 224c0-22.091-17.909-40-40-40v0h-384c-22.091 0-40 17.909-40 40v0 672c0 22.091 17.909 40 40 40v0h384c22.091 0 40-17.909 40-40v0zM640 616h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM640 776h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-vertical-medium-light"]},"attrs":[{}],"properties":{"order":27157,"id":1079,"name":"battery-vertical-medium-light","prevSize":16,"code":59816},"setIdx":2,"setId":2,"iconIdx":168},{"icon":{"paths":["M800 232h-672c-48.601 0-88 39.399-88 88v0 384c0 48.601 39.399 88 88 88v0h672c48.601 0 88-39.399 88-88v0-384c0-48.601-39.399-88-88-88v0zM840 704c0 22.091-17.909 40-40 40v0h-672c-22.091 0-40-17.909-40-40v0-384c0-22.091 17.909-40 40-40v0h672c22.091 0 40 17.909 40 40v0zM1016 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM440 496v-112c0-13.255 10.745-24 24-24s24 10.745 24 24v0 112c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM504 624c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-warning-light"]},"attrs":[{}],"properties":{"order":27158,"id":1078,"name":"battery-warning-light","prevSize":16,"code":59817},"setIdx":2,"setId":2,"iconIdx":169},{"icon":{"paths":["M488 544v-160c0-13.255 10.745-24 24-24s24 10.745 24 24v0 160c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM512 648c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM384 56h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM792 224v672c0 48.601-39.399 88-88 88v0h-384c-48.601 0-88-39.399-88-88v0-672c0-48.601 39.399-88 88-88v0h384c48.601 0 88 39.399 88 88v0zM744 224c0-22.091-17.909-40-40-40v0h-384c-22.091 0-40 17.909-40 40v0 672c0 22.091 17.909 40 40 40v0h384c22.091 0 40-17.909 40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["battery-warning-vertical-light"]},"attrs":[{}],"properties":{"order":27159,"id":1077,"name":"battery-warning-vertical-light","prevSize":16,"code":59818},"setIdx":2,"setId":2,"iconIdx":170},{"icon":{"paths":["M832 296h-744v-104c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 640c0 13.255 10.745 24 24 24s24-10.745 24-24v0-136h848v136c0 13.255 10.745 24 24 24s24-10.745 24-24v0-384c0-83.947-68.053-152-152-152v0zM88 344h304v304h-304zM440 648v-304h392c57.438 0 104 46.562 104 104v0 200z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bed-light"]},"attrs":[{}],"properties":{"order":27160,"id":1076,"name":"bed-light","prevSize":16,"code":59819},"setIdx":2,"setId":2,"iconIdx":171},{"icon":{"paths":["M976.96 175.040l-128-128c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 12.44 12.44-229.52 172-154.68 30.96c-4.828 0.973-9.004 3.298-12.238 6.558l-0.002 0.002-333.28 333.36c-15.922 15.924-25.769 37.922-25.769 62.22s9.848 46.296 25.769 62.22l165.52 165.52c15.924 15.922 37.922 25.769 62.22 25.769s46.296-9.848 62.22-25.769l333.24-333.28c3.262-3.236 5.587-7.412 6.534-12.088l0.026-0.152 30.96-154.68 172-229.52 12.44 12.44c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014zM353.76 892.28c-7.238 7.236-17.236 11.711-28.28 11.711s-21.042-4.475-28.28-11.712l-165.48-165.48c-7.236-7.238-11.711-17.236-11.711-28.28s4.475-21.042 11.712-28.28l28.28-28.28 222.040 222.040zM416 830.040l-222.040-222.040 190.040-190.040 222.040 222.040zM716.8 401.6c-2.072 2.719-3.583 5.98-4.295 9.53l-0.025 0.15-30.6 152.72-41.88 42.040-222.040-222.040 42.040-41.88 152.88-30.6c3.7-0.737 6.961-2.248 9.738-4.362l-0.058 0.042 239.36-179.52 34.56 34.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["beer-bottle-light"]},"attrs":[{}],"properties":{"order":27161,"id":1075,"name":"beer-bottle-light","prevSize":16,"code":59820},"setIdx":2,"setId":2,"iconIdx":172},{"icon":{"paths":["M864 360h-72v-72c0-83.947-68.053-152-152-152v0h-47.72c-46.4-40.8-110.040-64-176.28-64-136.76 0-248 96.88-248 216v544c0 30.928 25.072 56 56 56v0h512c30.928 0 56-25.072 56-56v0-40h72c48.601 0 88-39.399 88-88v0-256c0-48.601-39.399-88-88-88v0zM416 120c57.52 0 112.32 20.88 150.36 57.32 4.301 4.131 10.153 6.676 16.599 6.68l57.041 0c48.909 0.016 89.925 33.791 101.013 79.288l0.147 0.712h-523.080c13.92-81.32 97.36-144 197.92-144zM744 832c0 4.418-3.582 8-8 8v0h-512c-4.418 0-8-3.582-8-8v0-520h528zM904 704c0 22.091-17.909 40-40 40v0h-72v-336h72c22.091 0 40 17.909 40 40v0zM408 416v320c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-320c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM600 416v320c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-320c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["beer-stein-light"]},"attrs":[{}],"properties":{"order":27162,"id":1074,"name":"beer-stein-light","prevSize":16,"code":59821},"setIdx":2,"setId":2,"iconIdx":173},{"icon":{"paths":["M448.6 489.44c33.798-26.601 55.302-67.509 55.302-113.44 0-79.495-64.415-143.944-143.897-144l-232.005-0c-13.255 0-24 10.745-24 24v0 512c0 13.255 10.745 24 24 24v0h248c88.348-0.023 159.959-71.649 159.959-160 0-61.855-35.1-115.512-86.469-142.14l-0.891-0.42zM152 280h208c53.019 0 96 42.981 96 96s-42.981 96-96 96v0h-208zM376 744h-224v-224h224c61.856 0 112 50.144 112 112s-50.144 112-112 112v0zM648 320c0-13.255 10.745-24 24-24v0h256c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24v0zM800 424c-101.607 0.017-183.97 82.39-183.97 184 0 101.62 82.38 184 184 184 59.972 0 113.243-28.692 146.835-73.098l0.335-0.462c3.004-3.965 4.812-8.982 4.812-14.42 0-13.261-10.751-24.012-24.012-24.012-7.823 0-14.772 3.741-19.156 9.532l-0.044 0.060c-25.075 33.189-64.464 54.415-108.812 54.415-66.633 0-122.075-47.921-133.74-111.179l-0.128-0.837h293.88c13.255 0 24-10.745 24-24v0c-0.136-101.565-82.435-183.864-183.987-184l-0.013-0zM666.12 584c11.767-64.126 67.223-112.080 133.88-112.080s122.113 47.954 133.752 111.245l0.128 0.835z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["behance-logo-light"]},"attrs":[{}],"properties":{"order":27163,"id":1073,"name":"behance-logo-light","prevSize":16,"code":59822},"setIdx":2,"setId":2,"iconIdx":174},{"icon":{"paths":["M880.28 707.76c-22.64-38.96-56.28-148.84-56.28-291.76 0-172.313-139.687-312-312-312s-312 139.687-312 312v0c0 142.96-33.68 252.8-56.32 291.76-4.803 8.089-7.642 17.833-7.642 28.24 0 30.915 25.050 55.978 55.96 56l169.922 0c12.241 72.715 74.732 127.424 150 127.424s137.759-54.709 149.875-126.53l0.125-0.893h170.080c30.877-0.067 55.882-25.113 55.882-56 0-10.407-2.839-20.151-7.784-28.5l0.142 0.259zM512 872c-48.909-0.016-89.925-33.791-101.013-79.288l-0.147-0.712h202.32c-11.235 46.209-52.251 79.984-101.158 80l-0.002 0zM838.84 740c-1.309 2.4-3.815 4.001-6.694 4.001-0.037 0-0.075-0-0.112-0.001l0.006 0h-640.040c-0.032 0-0.069 0.001-0.106 0.001-2.879 0-5.384-1.601-6.674-3.961l-0.020-0.040c-0.674-1.147-1.072-2.527-1.072-4s0.398-2.853 1.092-4.038l-0.020 0.038c30.28-52 62.8-173.24 62.8-316 0-145.803 118.197-264 264-264s264 118.197 264 264v0c0 142.72 32.56 263.8 62.84 316 0.674 1.147 1.072 2.527 1.072 4s-0.398 2.853-1.092 4.038l0.020-0.038z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-light"]},"attrs":[{}],"properties":{"order":27164,"id":1072,"name":"bell-light","prevSize":16,"code":59823},"setIdx":2,"setId":2,"iconIdx":175},{"icon":{"paths":["M892.2 277.32c-3.174 1.656-6.932 2.627-10.918 2.627-9.2 0-17.192-5.177-21.22-12.777l-0.063-0.13c-32.046-62.389-78.551-113.356-135.274-149.802l-1.526-0.918c-6.646-4.341-10.976-11.744-10.976-20.159 0-13.255 10.745-24 24-24 4.654 0 8.999 1.325 12.678 3.618l-0.101-0.059c65.233 42.168 117.406 99.339 152.493 166.816l1.147 2.424c1.701 3.211 2.7 7.019 2.7 11.060 0 9.214-5.192 17.215-12.81 21.237l-0.131 0.063zM164 267.040c32.046-62.389 78.551-113.356 135.274-149.802l1.526-0.918c6.646-4.341 10.976-11.744 10.976-20.159 0-13.255-10.745-24-24-24-4.654 0-8.999 1.325-12.678 3.618l0.101-0.059c-65.233 42.168-117.406 99.339-152.493 166.816l-1.147 2.424c-2.311 3.623-3.683 8.039-3.683 12.776 0 13.255 10.745 24 24 24 9.896 0 18.392-5.989 22.064-14.54l0.060-0.156zM880 707.76c4.804 8.090 7.643 17.834 7.643 28.241 0 30.802-24.869 55.796-55.623 55.999l-0.019 0h-170c-12.241 72.715-74.732 127.424-150 127.424s-137.759-54.709-149.875-126.53l-0.125-0.893h-170c-30.877-0.067-55.882-25.113-55.882-56 0-10.407 2.839-20.151 7.784-28.5l-0.142 0.259c36.76-63.4 56.24-153.24 56.24-259.76 0-172.313 139.687-312 312-312s312 139.687 312 312v0c0 108 18.96 195.44 56.32 259.76zM613.16 792h-202.32c11.288 46.151 52.287 79.862 101.16 79.862s89.872-33.711 101.012-79.149l0.148-0.713zM838.84 732c-41.68-72-62.84-167.4-62.84-284 0-145.803-118.197-264-264-264s-264 118.197-264 264v0c0 116.64-21.16 212-62.84 284-0.674 1.147-1.072 2.527-1.072 4s0.398 2.853 1.092 4.038l-0.020-0.038c1.309 2.4 3.815 4.001 6.694 4.001 0.037 0 0.075-0 0.112-0.001l-0.006 0h640.040c0.032 0 0.069 0.001 0.106 0.001 2.879 0 5.384-1.601 6.674-3.961l0.020-0.040c0.686-1.156 1.092-2.548 1.092-4.035 0-1.459-0.39-2.826-1.072-4.004l0.021 0.038z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-ringing-light"]},"attrs":[{}],"properties":{"order":27165,"id":1071,"name":"bell-ringing-light","prevSize":16,"code":59824},"setIdx":2,"setId":2,"iconIdx":176},{"icon":{"paths":["M664 896c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM880.44 764c-9.697 16.843-27.597 28.001-48.104 28.001-0.104 0-0.208-0-0.312-0.001l0.016 0h-640.040c-30.877-0.067-55.882-25.113-55.882-56 0-10.407 2.839-20.151 7.784-28.5l-0.142 0.259c22.6-38.96 56.24-148.8 56.24-291.76 0-172.313 139.687-312 312-312s312 139.687 312 312v0c0 142.92 33.68 252.8 56.32 291.76 4.836 8.075 7.695 17.815 7.695 28.222 0 10.324-2.814 19.991-7.717 28.276l0.141-0.258zM838.8 732c-30.28-52-62.8-173.28-62.8-316 0-145.803-118.197-264-264-264s-264 118.197-264 264v0c0 142.76-32.56 264-62.84 316-0.674 1.147-1.072 2.527-1.072 4s0.398 2.853 1.092 4.038l-0.020-0.038c1.309 2.4 3.815 4.001 6.694 4.001 0.037 0 0.075-0 0.112-0.001l-0.006 0h640.040c0.032 0 0.069 0.001 0.106 0.001 2.879 0 5.384-1.601 6.674-3.961l0.020-0.040c0.674-1.147 1.072-2.527 1.072-4s-0.398-2.853-1.092-4.038l0.020 0.038z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-simple-light"]},"attrs":[{}],"properties":{"order":27166,"id":1070,"name":"bell-simple-light","prevSize":16,"code":59825},"setIdx":2,"setId":2,"iconIdx":177},{"icon":{"paths":["M663.68 896c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM902.44 244.92c-36.235-69.889-88.408-127.048-151.932-168.164l-1.708-1.036c-3.444-2.024-7.585-3.219-12.006-3.219-13.255 0-24 10.745-24 24 0 8.174 4.086 15.393 10.327 19.727l0.079 0.052c58.253 37.374 104.759 88.355 135.792 148.607l1.008 2.153c4.085 7.748 12.086 12.94 21.3 12.94 13.255 0 24-10.745 24-24 0-4.041-0.999-7.849-2.763-11.191l0.063 0.131zM164 267.040c32.041-62.405 78.547-113.386 135.275-149.843l1.525-0.917c6.32-4.386 10.406-11.605 10.406-19.779 0-13.255-10.745-24-24-24-4.421 0-8.562 1.195-12.119 3.28l0.113-0.061c-65.233 42.153-117.406 99.311-152.493 166.777l-1.147 2.423c-2.278 3.604-3.631 7.99-3.631 12.692 0 13.255 10.745 24 24 24 9.848 0 18.311-5.932 22.011-14.417l0.060-0.155zM880 707.72c4.818 8.099 7.666 17.857 7.666 28.281 0 30.81-24.882 55.809-55.648 55.999l-0.018 0h-640c-30.817-0.146-55.743-25.162-55.743-55.999 0-10.31 2.786-19.968 7.646-28.265l-0.143 0.264c36.76-63.68 56.24-153.52 56.24-260 0-172.313 139.687-312 312-312s312 139.687 312 312v0c0 108 18.96 195.36 56.32 259.72zM838.52 731.72c-41.36-71.72-62.52-167.16-62.52-283.72 0-145.803-118.197-264-264-264s-264 118.197-264 264v0c0 116.64-21.16 212-62.84 284-0.674 1.147-1.072 2.527-1.072 4s0.398 2.853 1.092 4.038l-0.020-0.038c1.309 2.4 3.815 4.001 6.694 4.001 0.037 0 0.075-0 0.112-0.001l-0.006 0h640.040c0.032 0 0.069 0.001 0.106 0.001 2.879 0 5.384-1.601 6.674-3.961l0.020-0.040c0.686-1.156 1.092-2.548 1.092-4.035 0-1.459-0.39-2.826-1.072-4.004l0.021 0.038z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-simple-ringing-light"]},"attrs":[{}],"properties":{"order":27167,"id":1069,"name":"bell-simple-ringing-light","prevSize":16,"code":59826},"setIdx":2,"setId":2,"iconIdx":178},{"icon":{"paths":["M209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 71 78.24c-28.407 45.915-45.241 101.59-45.241 161.197 0 0.198 0 0.396 0.001 0.594l-0-0.031c0 142.96-33.68 252.8-56.32 291.76-4.803 8.089-7.642 17.833-7.642 28.24 0 30.915 25.050 55.978 55.96 56l542.122 0 80 88c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM192 744c-0.032 0-0.069 0.001-0.106 0.001-2.879 0-5.384-1.601-6.674-3.961l-0.020-0.040c-0.674-1.147-1.072-2.527-1.072-4s0.398-2.853 1.092-4.038l-0.020 0.038c30.24-52 62.8-173.24 62.8-316-0-0.148-0-0.324-0-0.5 0-45.399 11.524-88.107 31.807-125.357l-0.686 1.377 411.36 452.48zM664 896c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM853.080 709.52c-2.585 1.063-5.585 1.68-8.73 1.68-0.025 0-0.049-0-0.074-0l0.004 0c-10.092-0.010-18.725-6.249-22.263-15.078l-0.057-0.162c-28.8-73.24-45.96-177.92-45.96-280 0-0.006 0-0.013 0-0.019 0-145.803-118.197-264-264-264-47.872 0-92.768 12.742-131.482 35.019l1.282-0.68c-3.501 2.112-7.73 3.361-12.25 3.361-13.255 0-24-10.745-24-24 0-9.050 5.009-16.93 12.406-21.019l0.123-0.063c44.249-25.541 97.325-40.61 153.92-40.61 172.313 0 312 139.687 312 312 0 0.018-0 0.035-0 0.053l0-0.003c0 142.8 32.64 236.96 42.64 262.44 1.045 2.593 1.651 5.599 1.651 8.747 0 10.091-6.228 18.727-15.049 22.275l-0.161 0.057z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-simple-slash-light"]},"attrs":[{}],"properties":{"order":27168,"id":1068,"name":"bell-simple-slash-light","prevSize":16,"code":59827},"setIdx":2,"setId":2,"iconIdx":179},{"icon":{"paths":["M664 896c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM576 552h-83.16l103.16-154.68c2.528-3.743 4.036-8.355 4.036-13.32 0-13.255-10.745-24-24-24-0.013 0-0.025 0-0.038 0l0.002-0h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h83.16l-103.16 154.68c-2.528 3.743-4.036 8.355-4.036 13.32 0 13.255 10.745 24 24 24 0.013 0 0.025-0 0.038-0l-0.002 0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM880.44 764c-9.697 16.843-27.597 28.001-48.104 28.001-0.104 0-0.208-0-0.312-0.001l0.016 0h-640.040c-30.877-0.067-55.882-25.113-55.882-56 0-10.407 2.839-20.151 7.784-28.5l-0.142 0.259c22.6-38.96 56.24-148.8 56.24-291.76 0-172.313 139.687-312 312-312s312 139.687 312 312v0c0 142.92 33.68 252.8 56.32 291.76 4.836 8.075 7.695 17.815 7.695 28.222 0 10.324-2.814 19.991-7.717 28.276l0.141-0.258zM838.8 732c-30.28-52-62.8-173.28-62.8-316 0-145.803-118.197-264-264-264s-264 118.197-264 264v0c0 142.76-32.56 264-62.84 316-0.674 1.147-1.072 2.527-1.072 4s0.398 2.853 1.092 4.038l-0.020-0.038c1.309 2.4 3.815 4.001 6.694 4.001 0.037 0 0.075-0 0.112-0.001l-0.006 0h640.040c0.032 0 0.069 0.001 0.106 0.001 2.879 0 5.384-1.601 6.674-3.961l0.020-0.040c0.674-1.147 1.072-2.527 1.072-4s-0.398-2.853-1.092-4.038l0.020 0.038z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-simple-z-light"]},"attrs":[{}],"properties":{"order":27169,"id":1067,"name":"bell-simple-z-light","prevSize":16,"code":59828},"setIdx":2,"setId":2,"iconIdx":180},{"icon":{"paths":["M209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 71 78.24c-28.407 45.915-45.241 101.59-45.241 161.197 0 0.198 0 0.396 0.001 0.594l-0-0.031c0 142.96-33.68 252.8-56.32 291.76-4.803 8.089-7.642 17.833-7.642 28.24 0 30.915 25.050 55.978 55.96 56l170.002 0c12.241 72.715 74.732 127.424 150 127.424s137.759-54.709 149.875-126.53l0.125-0.893h72l80 88c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM512 872c-48.909-0.016-89.925-33.791-101.013-79.288l-0.147-0.712h202.32c-11.235 46.209-52.251 79.984-101.158 80l-0.002 0zM192 744c-0.032 0-0.069 0.001-0.106 0.001-2.879 0-5.384-1.601-6.674-3.961l-0.020-0.040c-0.674-1.147-1.072-2.527-1.072-4s0.398-2.853 1.092-4.038l-0.020 0.038c30.24-52 62.8-173.24 62.8-316-0-0.148-0-0.324-0-0.5 0-45.399 11.524-88.107 31.807-125.357l-0.686 1.377 411.36 452.48zM853.16 709.52c-2.585 1.063-5.585 1.68-8.73 1.68-0.025 0-0.049-0-0.074-0l0.004 0c-10.092-0.010-18.725-6.249-22.263-15.078l-0.057-0.162c-28.8-73.24-45.96-177.92-45.96-280 0-0.019 0-0.042 0-0.065 0-145.803-118.197-264-264-264-47.904 0-92.829 12.759-131.56 35.064l1.28-0.68c-3.501 2.112-7.73 3.361-12.25 3.361-13.255 0-24-10.745-24-24 0-9.050 5.009-16.93 12.406-21.019l0.123-0.063c44.249-25.541 97.325-40.61 153.92-40.61 172.313 0 312 139.687 312 312 0 0.018-0 0.035-0 0.053l0-0.003c0 142.8 32.64 236.96 42.64 262.44 1.045 2.593 1.651 5.599 1.651 8.747 0 10.091-6.228 18.727-15.049 22.275l-0.161 0.057z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-slash-light"]},"attrs":[{}],"properties":{"order":27170,"id":1066,"name":"bell-slash-light","prevSize":16,"code":59829},"setIdx":2,"setId":2,"iconIdx":181},{"icon":{"paths":["M600 576c0 13.255-10.745 24-24 24v0h-128c-0.011 0-0.023 0-0.036 0-13.255 0-24-10.745-24-24 0-4.965 1.508-9.577 4.090-13.405l-0.054 0.085 103.16-154.68h-83.16c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c0.011-0 0.023-0 0.036-0 13.255 0 24 10.745 24 24 0 4.965-1.508 9.577-4.090 13.405l0.054-0.085-103.16 154.68h83.16c13.255 0 24 10.745 24 24v0zM880.44 764c-9.697 16.843-27.597 28.001-48.104 28.001-0.104 0-0.208-0-0.312-0.001l0.016 0h-169.96c-12.241 72.715-74.732 127.424-150 127.424s-137.759-54.709-149.875-126.53l-0.125-0.893h-170.080c-30.877-0.067-55.882-25.113-55.882-56 0-10.407 2.839-20.151 7.784-28.5l-0.142 0.259c22.6-38.96 56.24-148.8 56.24-291.76 0-172.313 139.687-312 312-312s312 139.687 312 312v0c0 142.92 33.68 252.8 56.32 291.76 4.836 8.075 7.695 17.815 7.695 28.222 0 10.324-2.814 19.991-7.717 28.276l0.141-0.258zM613.16 792h-202.32c11.288 46.151 52.287 79.862 101.16 79.862s89.872-33.711 101.012-79.149l0.148-0.713zM838.8 732c-30.28-52-62.8-173.28-62.8-316 0-145.803-118.197-264-264-264s-264 118.197-264 264v0c0 142.76-32.56 264-62.84 316-0.674 1.147-1.072 2.527-1.072 4s0.398 2.853 1.092 4.038l-0.020-0.038c1.309 2.4 3.815 4.001 6.694 4.001 0.037 0 0.075-0 0.112-0.001l-0.006 0h640.040c0.032 0 0.069 0.001 0.106 0.001 2.879 0 5.384-1.601 6.674-3.961l0.020-0.040c0.674-1.147 1.072-2.527 1.072-4s-0.398-2.853-1.092-4.038l0.020 0.038z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bell-z-light"]},"attrs":[{}],"properties":{"order":27171,"id":1065,"name":"bell-z-light","prevSize":16,"code":59830},"setIdx":2,"setId":2,"iconIdx":182},{"icon":{"paths":["M877.76 584.8c-25.748-103.985-91.805-189.221-180.227-239.823l-1.853-0.977h264.32c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-330.4c-11.508-55.225-59.778-96.12-117.6-96.12s-106.092 40.896-117.464 95.34l-0.136 0.78h-330.4c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h264.32c-90.275 51.579-156.331 136.815-181.532 238.195l-0.548 2.605c-60.105 7.12-106.276 57.774-106.276 119.213 0 66.274 53.726 120 120 120s120-53.726 120-120c0-53.92-35.563-99.535-84.513-114.666l-0.85-0.226c28.431-105.032 104.676-187.847 203.322-224.812l2.278-0.748c17.938 45.101 61.214 76.402 111.8 76.402s93.862-31.301 111.515-75.592l0.285-0.81c100.924 37.713 177.169 120.528 205.065 223.247l0.535 2.313c-49.8 15.358-85.364 60.972-85.364 114.893 0 66.274 53.726 120 120 120s120-53.726 120-120c0-61.438-46.171-112.093-105.709-119.158l-0.567-0.055zM232 704c0 39.765-32.235 72-72 72s-72-32.235-72-72c0-39.765 32.235-72 72-72v0c39.765 0 72 32.235 72 72v0zM512 392c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM864 776c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bezier-curve-light"]},"attrs":[{}],"properties":{"order":27172,"id":1064,"name":"bezier-curve-light","prevSize":16,"code":59831},"setIdx":2,"setId":2,"iconIdx":183},{"icon":{"paths":["M832 456c-0.039-0-0.084-0-0.13-0-25.659 0-50.088 5.266-72.265 14.776l1.195-0.456-111-190.32h118.2c22.091 0 40 17.909 40 40v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-48.601-39.399-88-88-88v0h-160c-13.227 0.037-23.935 10.768-23.935 24 0 4.418 1.194 8.558 3.277 12.113l-0.061-0.113 53.6 92h-248.44l-67.72-116c-4.216-7.206-11.908-11.976-20.717-12l-0.003-0h-112c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h98.2l60 102.56-70.2 95.92c-25.672-14.356-56.329-22.81-88.96-22.81-102.106 0-184.88 82.774-184.88 184.88s82.774 184.88 184.88 184.88c102.106 0 184.88-82.774 184.88-184.88 0-52.552-21.927-99.984-57.13-133.644l-0.069-0.066 57.72-78.84 130.84 224c4.223 7.217 11.933 11.991 20.759 12l0.001 0c4.426-0.003 8.567-1.221 12.108-3.34l-0.108 0.060c7.167-4.24 11.898-11.93 11.898-20.726 0-4.448-1.21-8.614-3.32-12.186l0.061 0.112-128.28-220h248.44l50.52 86.64c-43.551 33.98-71.291 86.471-71.291 145.44 0 101.62 82.38 184 184 184s184-82.38 184-184c0-101.62-82.38-184-184-184-0.024 0-0.048 0-0.072 0l0.004-0zM328 640c0 0.007 0 0.015 0 0.023 0 75.111-60.889 136-136 136s-136-60.889-136-136c0-75.111 60.889-136 136-136 21.644 0 42.108 5.056 60.274 14.052l-0.794-0.356-78.88 108c-2.885 3.916-4.618 8.836-4.618 14.16 0 13.265 10.753 24.018 24.018 24.018 7.94 0 14.981-3.853 19.353-9.792l0.047-0.066 78.8-108c23.392 24.317 37.8 57.424 37.8 93.896 0 0.022-0 0.045-0 0.067l0-0.003zM832 776c-74.984-0.168-135.704-60.993-135.704-136 0-41.325 18.431-78.344 47.521-103.287l0.183-0.153 67.28 115.44c4.223 7.217 11.933 11.991 20.759 12l0.001 0c4.426-0.003 8.567-1.221 12.108-3.34l-0.108 0.060c7.167-4.24 11.898-11.93 11.898-20.726 0-4.448-1.21-8.614-3.32-12.186l0.061 0.112-67.44-115.64c13.895-5.244 29.958-8.28 46.729-8.28 75.111 0 136 60.889 136 136 0 75.1-60.872 135.982-135.967 136l-0.002 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bicycle-light"]},"attrs":[{}],"properties":{"order":27173,"id":1063,"name":"bicycle-light","prevSize":16,"code":59832},"setIdx":2,"setId":2,"iconIdx":184},{"icon":{"paths":["M932 588.96l-166.28-378.56c-1.264-2.839-2.947-5.265-5-7.32l0 0c-21.715-21.708-51.709-35.134-84.84-35.134s-63.126 13.426-84.84 35.135l0-0c-4.335 4.33-7.023 10.31-7.040 16.917l-0 0.003v108h-144v-108c0-0.006 0-0.012 0-0.019 0-6.633-2.691-12.637-7.040-16.981l-0-0c-21.715-21.708-51.709-35.134-84.84-35.134s-63.126 13.426-84.84 35.135l0-0c-2.053 2.055-3.736 4.481-4.939 7.168l-0.061 0.152-166.28 378.64c-12.606 24.266-20 52.982-20 83.426 0 101.62 82.38 184 184 184s184-82.38 184-184c0-0.136-0-0.271-0-0.407l0 0.021v-296h144v296c-0 0.115-0 0.25-0 0.386 0 101.62 82.38 184 184 184s184-82.38 184-184c0-30.443-7.393-59.16-20.483-84.452l0.483 1.026zM256 808c-75.111 0-136-60.889-136-136s60.889-136 136-136c75.111 0 136 60.889 136 136v0c0 75.111-60.889 136-136 136v0zM256 488c-0.020-0-0.044-0-0.068-0-26.835 0-52.321 5.773-75.285 16.146l1.153-0.466 118.44-269.52c12.663-11.316 29.466-18.232 47.885-18.232 16.588 0 31.866 5.61 44.040 15.035l-0.165-0.123v317.16c-33.697-36.924-82.027-60-135.747-60-0.089 0-0.178 0-0.267 0l0.014-0zM632 230.88c12.009-9.303 27.287-14.912 43.875-14.912 18.419 0 35.223 6.916 47.955 18.294l-0.070-0.061 118.44 269.48c-21.882-9.945-47.454-15.741-74.38-15.741-53.754 0-102.113 23.101-135.69 59.917l-0.13 0.145zM768 808c-75.111 0-136-60.889-136-136s60.889-136 136-136c75.111 0 136 60.889 136 136v0c0 75.111-60.889 136-136 136v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["binoculars-light"]},"attrs":[{}],"properties":{"order":27174,"id":1062,"name":"binoculars-light","prevSize":16,"code":59833},"setIdx":2,"setId":2,"iconIdx":185},{"icon":{"paths":["M696 272c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM495.36 525.56c-4.13-3.458-9.5-5.559-15.36-5.559-7.394 0-14.007 3.344-18.409 8.601l-0.031 0.038-160 192c-3.534 4.153-5.683 9.579-5.683 15.507 0 13.255 10.745 24 24 24 7.462 0 14.128-3.405 18.53-8.746l0.033-0.041 160-192c3.458-4.13 5.559-9.5 5.559-15.36 0-7.394-3.344-14.007-8.601-18.409l-0.038-0.031zM952 320c0 0.011 0 0.023 0 0.036 0 8.29-4.203 15.598-10.595 19.91l-0.085 0.054-85.32 56.84v83.16c-0.273 225.222-182.778 407.727-407.974 408l-416.026 0c-0.007 0-0.016 0-0.025 0-13.255 0-24-10.745-24-24 0-5.697 1.985-10.93 5.301-15.046l-0.036 0.046 378.76-473.4v-71.6c-0-0.069-0-0.151-0-0.233 0-128.13 103.87-232 232-232 104.142 0 192.257 68.618 221.6 163.109l0.44 1.644 95.28 63.48c6.477 4.366 10.68 11.674 10.68 19.964 0 0.013-0 0.025-0 0.038l0-0.002zM884.72 320l-72.72-48.48c-4.81-3.253-8.335-8.091-9.842-13.752l-0.038-0.168c-21.209-79.92-92.899-137.857-178.12-137.857-101.62 0-184 82.38-184 184 0 0.090 0 0.18 0 0.271l-0-0.014v80c0 0.009 0 0.020 0 0.031 0 5.683-1.975 10.904-5.276 15.016l0.036-0.047-352.84 441h366.080c198.731-0.228 359.773-161.269 360-359.979l0-0.021v-96c-0-0.011-0-0.023-0-0.036 0-8.29 4.203-15.598 10.595-19.91l0.085-0.054z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bird-light"]},"attrs":[{}],"properties":{"order":27175,"id":1061,"name":"bird-light","prevSize":16,"code":59834},"setIdx":2,"setId":2,"iconIdx":186},{"icon":{"paths":["M750.4 684.8l-230.4-172.8 230.4-172.8c5.855-4.425 9.6-11.375 9.6-19.2s-3.745-14.775-9.54-19.156l-0.060-0.044-256-192c-3.961-2.997-8.97-4.8-14.4-4.8-13.255 0-24 10.745-24 24v-0 336l-217.6-163.2c-3.961-2.997-8.97-4.8-14.4-4.8-13.255 0-24 10.745-24 24 0 7.825 3.745 14.775 9.54 19.156l0.060 0.044 230.4 172.8-230.4 172.8c-5.855 4.425-9.6 11.375-9.6 19.2 0 13.255 10.745 24 24 24 5.43 0 10.439-1.803 14.46-4.844l-0.060 0.044 217.6-163.2v336c0 13.255 10.745 24 24 24 5.43 0 10.439-1.803 14.46-4.844l-0.060 0.044 256-192c5.855-4.425 9.6-11.375 9.6-19.2s-3.745-14.775-9.54-19.156l-0.060-0.044zM504 176l192 144-192 144zM504 848v-288l192 144zM208 552c-22.091 0-40-17.909-40-40s17.909-40 40-40c22.091 0 40 17.909 40 40v0c0 22.091-17.909 40-40 40v0zM824 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bluetooth-connected-light"]},"attrs":[{}],"properties":{"order":27176,"id":1060,"name":"bluetooth-connected-light","prevSize":16,"code":59835},"setIdx":2,"setId":2,"iconIdx":187},{"icon":{"paths":["M750.4 684.8l-230.4-172.8 230.4-172.8c5.855-4.425 9.6-11.375 9.6-19.2s-3.745-14.775-9.54-19.156l-0.060-0.044-256-192c-3.961-2.997-8.97-4.8-14.4-4.8-13.255 0-24 10.745-24 24v-0 336l-217.6-163.2c-3.961-2.997-8.97-4.8-14.4-4.8-13.255 0-24 10.745-24 24 0 7.825 3.745 14.775 9.54 19.156l0.060 0.044 230.4 172.8-230.4 172.8c-5.855 4.425-9.6 11.375-9.6 19.2 0 13.255 10.745 24 24 24 5.43 0 10.439-1.803 14.46-4.844l-0.060 0.044 217.6-163.2v336c0 13.255 10.745 24 24 24 5.43 0 10.439-1.803 14.46-4.844l-0.060 0.044 256-192c5.855-4.425 9.6-11.375 9.6-19.2s-3.745-14.775-9.54-19.156l-0.060-0.044zM504 176l192 144-192 144zM504 848v-288l192 144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bluetooth-light"]},"attrs":[{}],"properties":{"order":27177,"id":1059,"name":"bluetooth-light","prevSize":16,"code":59836},"setIdx":2,"setId":2,"iconIdx":188},{"icon":{"paths":["M849.76 848l-640-704c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 289.28 318.2-253.92 190.6c-5.855 4.425-9.6 11.375-9.6 19.2 0 13.255 10.745 24 24 24 5.43 0 10.439-1.803 14.46-4.844l-0.060 0.044 217.6-163.2v336c0 13.255 10.745 24 24 24 5.43 0 10.439-1.803 14.46-4.844l-0.060 0.044 209.12-156.84 110.72 121.64c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM504 848v-288l60.36 45.24 106.72 117.44zM456 286.52v-158.52c0-13.255 10.745-24 24-24 5.43 0 10.439 1.803 14.46 4.844l-0.060-0.044 256 192c5.855 4.425 9.6 11.375 9.6 19.2s-3.745 14.775-9.54 19.156l-0.060 0.044-134.12 100.8c-3.961 2.997-8.97 4.8-14.4 4.8-13.255 0-24-10.745-24-24 0-7.825 3.745-14.775 9.54-19.156l0.060-0.044 108.52-81.6-192-144v110.52c0 13.255-10.745 24-24 24s-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bluetooth-slash-light"]},"attrs":[{}],"properties":{"order":27178,"id":1058,"name":"bluetooth-slash-light","prevSize":16,"code":59837},"setIdx":2,"setId":2,"iconIdx":189},{"icon":{"paths":["M750.4 684.8l-230.4-172.8 102.4-76.8c5.855-4.425 9.6-11.375 9.6-19.2 0-13.255-10.745-24-24-24-5.43 0-10.439 1.803-14.46 4.844l0.060-0.044-89.6 67.2v-288l89.6 67.2c3.961 2.997 8.97 4.8 14.4 4.8 13.255 0 24-10.745 24-24 0-7.825-3.745-14.775-9.54-19.156l-0.060-0.044-128-96c-3.961-2.997-8.97-4.8-14.4-4.8-13.255 0-24 10.745-24 24v0 336l-217.6-163.2c-3.961-2.997-8.97-4.8-14.4-4.8-13.255 0-24 10.745-24 24 0 7.825 3.745 14.775 9.54 19.156l0.060 0.044 230.4 172.8-230.4 172.8c-5.855 4.425-9.6 11.375-9.6 19.2 0 13.255 10.745 24 24 24 5.43 0 10.439-1.803 14.46-4.844l-0.060 0.044 217.6-163.2v336c0 13.255 10.745 24 24 24 5.43 0 10.439-1.803 14.46-4.844l-0.060 0.044 256-192c5.855-4.425 9.6-11.375 9.6-19.2s-3.745-14.775-9.54-19.156l-0.060-0.044zM504 848v-288l192 144zM944.96 399.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-79.040-79-79.040 79c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 79-79.040-79-79.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79 79.040-79c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-79 79.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bluetooth-x-light"]},"attrs":[{}],"properties":{"order":27179,"id":1057,"name":"bluetooth-x-light","prevSize":16,"code":59838},"setIdx":2,"setId":2,"iconIdx":190},{"icon":{"paths":["M881.72 450.12l-57.72-19.28v-206.84c0-30.928-25.072-56-56-56v0h-232v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-232c-30.928 0-56 25.072-56 56v0 206.84l-57.72 19.28c-22.433 7.646-38.28 28.534-38.28 53.123 0 0.013 0 0.026 0 0.040l-0-0.002v137.12c0.006 2.338 0.342 4.596 0.963 6.732l-0.043-0.172c61.64 216 339.36 290.8 394.4 303.6 3.81 0.915 8.184 1.44 12.68 1.44s8.87-0.525 13.064-1.516l-0.384 0.077c55.040-12.8 332.76-87.52 394.4-303.6 0.578-1.964 0.914-4.222 0.92-6.557l0-0.003v-137.12c0-0.011 0-0.024 0-0.037 0-24.589-15.847-45.476-37.886-53.006l-0.394-0.117zM248 224c0-4.418 3.582-8 8-8v0h512c4.418 0 8 3.582 8 8v0 190.8l-256.4-85.56c-2.268-0.783-4.881-1.235-7.6-1.235s-5.332 0.452-7.769 1.285l0.169-0.050-256.4 85.56zM872 636.96c-23.48 78.48-84 145.2-180 198.24-51.26 28.539-110.615 52.139-173.139 67.732l-5.061 1.068c-0.541 0.13-1.162 0.205-1.8 0.205s-1.259-0.075-1.854-0.216l0.054 0.011c-67.585-16.661-126.94-40.261-181.974-70.716l3.774 1.916c-96-53.040-156.44-119.76-180-198.24v-133.68c-0-0.014-0-0.031-0-0.047 0-3.517 2.269-6.504 5.424-7.576l0.056-0.017 330.52-110.32v286.68c0 13.255 10.745 24 24 24s24-10.745 24-24v0-286.68l330.52 110.32c3.211 1.089 5.48 4.076 5.48 7.593 0 0.017-0 0.033-0 0.050l0-0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["boat-light"]},"attrs":[{}],"properties":{"order":27180,"id":1056,"name":"boat-light","prevSize":16,"code":59839},"setIdx":2,"setId":2,"iconIdx":191},{"icon":{"paths":["M920.56 248.68c-23.431-28.050-57.649-46.411-96.193-48.663l-0.367-0.017c-4.437-71.51-63.519-127.826-135.754-127.826-75.111 0-136 60.889-136 136 0 26.605 7.64 51.427 20.845 72.389l-0.331-0.563c0.878 1.265 1.402 2.834 1.402 4.524 0 2.199-0.887 4.19-2.323 5.636l0-0-281.6 281.84c-1.475 1.406-3.477 2.27-5.68 2.27-1.682 0-3.247-0.504-4.551-1.369l0.030 0.019c-20.463-12.982-45.384-20.688-72.106-20.688-75.111 0-136 60.889-136 136 0 72.319 56.448 131.455 127.687 135.75l0.378 0.018c4.437 71.51 63.519 127.826 135.754 127.826 75.111 0 136-60.889 136-136 0-26.605-7.64-51.427-20.845-72.389l0.331 0.563c-0.878-1.265-1.402-2.834-1.402-4.524 0-2.199 0.887-4.19 2.323-5.636l-0 0 281.6-281.6c1.446-1.435 3.437-2.322 5.636-2.322 1.691 0 3.259 0.524 4.551 1.42l-0.027-0.017c20.56 13.148 45.635 20.957 72.534 20.957 75.111 0 136-60.889 136-136 0-33.446-12.073-64.072-32.099-87.758l0.165 0.201zM882.4 393.92c-16.215 18.485-39.883 30.092-66.262 30.092-17.307 0-33.447-4.996-47.057-13.625l0.359 0.213c-8.497-5.468-18.872-8.718-30.006-8.718-15.462 0-29.46 6.266-39.594 16.398l-281.56 281.72c-10.131 10.134-16.398 24.132-16.398 39.594 0 11.134 3.249 21.509 8.852 30.229l-0.134-0.223c8.357 13.216 13.317 29.302 13.317 46.546 0 48.601-39.399 88-88 88s-88-39.399-88-88c0-4.767 0.379-9.446 1.109-14.008l-0.066 0.502c0.185-1.118 0.29-2.407 0.29-3.72 0-13.255-10.745-24-24-24-0.004 0-0.007 0-0.011 0l0.001-0c-1.326 0.015-2.614 0.116-3.876 0.299l0.156-0.019c-4.059 0.663-8.738 1.043-13.506 1.043-48.601 0-88-39.399-88-88s39.399-88 88-88c17.244 0 33.33 4.96 46.909 13.531l-0.363-0.214c8.453 5.392 18.758 8.594 29.81 8.594 15.48 0 29.493-6.281 39.629-16.433l0.001-0.001 281.72-281.72c10.131-10.134 16.398-24.132 16.398-39.594 0-11.134-3.249-21.509-8.852-30.229l0.134 0.223c-8.357-13.216-13.317-29.302-13.317-46.546 0-48.601 39.399-88 88-88s88 39.399 88 88c0 4.767-0.379 9.446-1.109 14.008l0.066-0.502c-0.186 1.122-0.292 2.414-0.292 3.732 0 13.255 10.745 24 24 24 1.317 0 2.61-0.106 3.87-0.31l-0.138 0.018c4.17-0.7 8.974-1.1 13.871-1.1 48.601 0 88 39.399 88 88 0 22.293-8.29 42.65-21.954 58.157l0.083-0.096z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bone-light"]},"attrs":[{}],"properties":{"order":27181,"id":1055,"name":"bone-light","prevSize":16,"code":59840},"setIdx":2,"setId":2,"iconIdx":192},{"icon":{"paths":["M832 104h-544c-66.274 0-120 53.726-120 120v0 672c0 13.255 10.745 24 24 24v0h576c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-552v-8c0-39.765 32.235-72 72-72v0h544c13.255 0 24-10.745 24-24v0-640c0-13.255-10.745-24-24-24v0zM472 152h208v312l-89.64-67.2c-3.961-2.997-8.97-4.8-14.4-4.8s-10.439 1.803-14.46 4.844l0.060-0.044-89.56 67.2zM808 744h-520c-0.052-0-0.112-0-0.173-0-27.094 0-52.081 9.018-72.124 24.216l0.297-0.216v-544c0-39.765 32.235-72 72-72v0h136v360c0 13.255 10.745 24 24 24 5.43 0 10.439-1.803 14.46-4.844l-0.060 0.044 113.6-85.2 113.64 85.2c3.953 2.978 8.948 4.77 14.36 4.77 13.244 0 23.983-10.728 24-23.968l0-0.002v-360h80z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["book-bookmark-light"]},"attrs":[{}],"properties":{"order":27182,"id":1054,"name":"book-bookmark-light","prevSize":16,"code":59841},"setIdx":2,"setId":2,"iconIdx":193},{"icon":{"paths":["M832 104h-544c-66.274 0-120 53.726-120 120v0 672c0 13.255 10.745 24 24 24v0h576c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-552v-8c0-39.765 32.235-72 72-72v0h544c13.255 0 24-10.745 24-24v0-640c0-13.255-10.745-24-24-24v0zM808 744h-520c-0.052-0-0.112-0-0.173-0-27.094 0-52.081 9.018-72.124 24.216l0.297-0.216v-544c0-39.765 32.235-72 72-72v0h520z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["book-light"]},"attrs":[{}],"properties":{"order":27183,"id":1053,"name":"book-light","prevSize":16,"code":59842},"setIdx":2,"setId":2,"iconIdx":194},{"icon":{"paths":["M736 136h-448c-30.928 0-56 25.072-56 56v0 704c-0 0.002-0 0.005-0 0.008 0 13.255 10.745 24 24 24 4.714 0 9.11-1.359 12.818-3.706l-0.098 0.058 243.24-152 243.32 152c3.61 2.289 8.006 3.648 12.72 3.648 13.255 0 24-10.745 24-24 0-0.003-0-0.006-0-0.008l0 0v-704c0-30.928-25.072-56-56-56v0zM288 184h448c4.418 0 8 3.582 8 8v0 468.72l-219.32-137.080c-3.61-2.289-8.006-3.648-12.72-3.648s-9.11 1.359-12.818 3.706l0.098-0.058-219.24 137.040v-468.68c0-4.418 3.582-8 8-8v0zM524.68 715.64c-3.61-2.289-8.006-3.648-12.72-3.648s-9.11 1.359-12.818 3.706l0.098-0.058-219.24 137.040v-135.36l232-145 232 145v135.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bookmark-light"]},"attrs":[{}],"properties":{"order":27184,"id":1052,"name":"bookmark-light","prevSize":16,"code":59843},"setIdx":2,"setId":2,"iconIdx":195},{"icon":{"paths":["M736 136h-448c-30.928 0-56 25.072-56 56v0 704c-0 0.002-0 0.005-0 0.008 0 13.255 10.745 24 24 24 4.714 0 9.11-1.359 12.818-3.706l-0.098 0.058 243.24-152 243.32 152c3.61 2.289 8.006 3.648 12.72 3.648 13.255 0 24-10.745 24-24 0-0.003-0-0.006-0-0.008l0 0v-704c0-30.928-25.072-56-56-56v0zM744 852.68l-219.32-137.040c-3.61-2.289-8.006-3.648-12.72-3.648s-9.11 1.359-12.818 3.706l0.098-0.058-219.24 137.040v-660.68c0-4.418 3.582-8 8-8v0h448c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bookmark-simple-light"]},"attrs":[{}],"properties":{"order":27185,"id":1051,"name":"bookmark-simple-light","prevSize":16,"code":59844},"setIdx":2,"setId":2,"iconIdx":196},{"icon":{"paths":["M768 104h-384c-30.928 0-56 25.072-56 56v0 72h-72c-30.928 0-56 25.072-56 56v0 608c0.001 13.254 10.746 23.998 24 23.998 5.238 0 10.085-1.678 14.031-4.526l-0.071 0.049 210.040-150.040 210.080 150.040c3.867 2.782 8.699 4.449 13.92 4.449 13.244 0 23.982-10.728 24-23.968l0-0.002v-172.8l90.040 64.32c3.875 2.8 8.722 4.478 13.96 4.478 13.254 0 23.999-10.744 24-23.998l0-0v-608c0-30.928-25.072-56-56-56v0zM648 849.36l-186.080-132.88c-3.883-2.817-8.744-4.506-14-4.506s-10.117 1.689-14.070 4.555l0.070-0.048-185.92 132.88v-561.36c0-4.418 3.582-8 8-8v0h384c4.418 0 8 3.582 8 8v0zM776 721.36l-80-57.12v-376.24c0-30.928-25.072-56-56-56v0h-264v-72c0-4.418 3.582-8 8-8v0h384c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bookmarks-light"]},"attrs":[{}],"properties":{"order":27186,"id":1050,"name":"bookmarks-light","prevSize":16,"code":59845},"setIdx":2,"setId":2,"iconIdx":197},{"icon":{"paths":["M640 232h-384c-30.928 0-56 25.072-56 56v0 608c0.001 13.254 10.746 23.998 24 23.998 5.238 0 10.085-1.678 14.031-4.526l-0.071 0.049 210.040-150.040 210.080 150.040c3.867 2.782 8.699 4.449 13.92 4.449 13.244 0 23.982-10.728 24-23.968l0-0.002v-608c0-30.928-25.072-56-56-56v0zM648 849.36l-186.080-132.88c-3.883-2.817-8.744-4.506-14-4.506s-10.117 1.689-14.070 4.555l0.070-0.048-185.92 132.88v-561.36c0-4.418 3.582-8 8-8v0h384c4.418 0 8 3.582 8 8v0zM824 160v608c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-608c0-4.418-3.582-8-8-8v0h-416c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h416c30.928 0 56 25.072 56 56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bookmarks-simple-light"]},"attrs":[{}],"properties":{"order":27187,"id":1049,"name":"bookmarks-simple-light","prevSize":16,"code":59846},"setIdx":2,"setId":2,"iconIdx":198},{"icon":{"paths":["M896 200h-256c-53.536 0.041-100.59 27.752-127.639 69.604l-0.361 0.596c-27.41-42.448-74.464-70.159-127.994-70.2l-256.006-0c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h256c57.438 0 104 46.562 104 104v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-57.438 46.562-104 104-104v0h256c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM384 776h-256c-4.418 0-8-3.582-8-8v0-512c0-4.418 3.582-8 8-8v0h256c57.438 0 104 46.562 104 104v0 465.24c-27.049-25.54-63.629-41.24-103.875-41.24-0.044 0-0.088 0-0.132 0l0.007-0zM904 768c0 4.418-3.582 8-8 8v0h-256c-0.020-0-0.043-0-0.067-0-40.272 0-76.873 15.715-104.006 41.348l0.072-0.068v-465.28c0-57.438 46.562-104 104-104v0h256c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["book-open-light"]},"attrs":[{}],"properties":{"order":27188,"id":1048,"name":"book-open-light","prevSize":16,"code":59847},"setIdx":2,"setId":2,"iconIdx":199},{"icon":{"paths":["M896 200h-256c-53.536 0.041-100.59 27.752-127.639 69.604l-0.361 0.596c-27.41-42.448-74.464-70.159-127.994-70.2l-256.006-0c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h256c57.438 0 104 46.562 104 104v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-57.438 46.562-104 104-104v0h256c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM384 776h-256c-4.418 0-8-3.582-8-8v0-512c0-4.418 3.582-8 8-8v0h256c57.438 0 104 46.562 104 104v0 465.24c-27.049-25.54-63.629-41.24-103.875-41.24-0.044 0-0.088 0-0.132 0l0.007-0zM904 768c0 4.418-3.582 8-8 8v0h-256c-0.020-0-0.043-0-0.067-0-40.272 0-76.873 15.715-104.006 41.348l0.072-0.068v-465.28c0-57.438 46.562-104 104-104v0h256c4.418 0 8 3.582 8 8v0zM824 384c0 13.255-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0zM824 512c0 13.255-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0zM824 640c0 13.255-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["book-open-text-light"]},"attrs":[{}],"properties":{"order":27189,"id":1047,"name":"book-open-text-light","prevSize":16,"code":59848},"setIdx":2,"setId":2,"iconIdx":200},{"icon":{"paths":["M416 136h-192c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h192c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM216 312h208v400h-208zM224 184h192c4.418 0 8 3.582 8 8v0 72h-208v-72c0-4.418 3.582-8 8-8v0zM416 840h-192c-4.418 0-8-3.582-8-8v0-72h208v72c0 4.418-3.582 8-8 8v0zM918.8 780l-132.76-631.36c-5.459-25.661-27.931-44.633-54.834-44.633-4.139 0-8.173 0.449-12.057 1.301l0.371-0.068-187.24 40.24c-25.5 5.749-44.26 28.207-44.26 55.046 0 4.063 0.43 8.025 1.247 11.844l-0.066-0.37 132.76 631.24c3.201 15.009 12.060 27.528 24.187 35.469l0.213 0.131c8.535 5.657 19.013 9.029 30.277 9.040l0.003 0c0.085 0 0.186 0.001 0.287 0.001 4.151 0 8.193-0.467 12.076-1.35l-0.363 0.070 187.24-40.2c25.412-5.817 44.084-28.231 44.084-55.007 0-4.034-0.424-7.968-1.229-11.762l0.066 0.369zM587.56 446.72l202.92-43.6 56.48 268.64-202.96 43.48zM561.040 320.48l202.96-43.72 16.6 79.24-202.92 43.6zM542.4 192.48l187.2-40.2c0.252-0.026 0.544-0.041 0.84-0.041s0.588 0.015 0.876 0.043l-0.036-0.003c1.566 0.002 3.021 0.48 4.227 1.297l-0.027-0.017c1.823 1.174 3.124 3.025 3.552 5.189l0.008 0.051 15 71.28-202.88 43.28-14.96-71.12c-0.123-0.534-0.193-1.148-0.193-1.778 0-3.904 2.701-7.176 6.337-8.051l0.056-0.011zM865.64 799.68l-187.24 40.32c-0.499 0.116-1.073 0.182-1.662 0.182-1.57 0-3.030-0.471-4.246-1.28l0.028 0.018c-1.823-1.174-3.124-3.025-3.552-5.189l-0.008-0.051-15-71.28 202.88-43.6 15.16 70.92c0.123 0.536 0.194 1.15 0.194 1.782 0 3.962-2.782 7.273-6.499 8.088l-0.055 0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["books-light"]},"attrs":[{}],"properties":{"order":27190,"id":1046,"name":"books-light","prevSize":16,"code":59849},"setIdx":2,"setId":2,"iconIdx":201},{"icon":{"paths":["M768 456h-136v-232c0-30.928-25.072-56-56-56v0h-448c-13.252 0.004-23.994 10.747-23.994 24 0 3.092 0.585 6.048 1.65 8.763l-0.056-0.163c36 93.76 44.52 307.68-0.68 464.76-0.579 1.989-0.914 4.274-0.92 6.637l-0 0.003v128c0 30.928 25.072 56 56 56v0h104.44c9.129-0.003 17.745-2.19 25.358-6.067l-0.318 0.147 50.52-25.24c1.040-0.53 2.268-0.84 3.569-0.84 0.011 0 0.022 0 0.033 0l-0.002-0h64.88c0.009-0 0.020-0 0.031-0 1.301 0 2.529 0.31 3.614 0.861l-0.046-0.021 50.48 25.24c7.295 3.73 15.911 5.917 25.039 5.92l112.881 0c9.129-0.003 17.745-2.19 25.358-6.067l-0.318 0.147 50.48-25.24c1.040-0.53 2.268-0.84 3.569-0.84 0.011 0 0.022 0 0.033 0l-0.002-0h64.88c0.009-0 0.020-0 0.031-0 1.301 0 2.529 0.31 3.614 0.861l-0.046-0.021 50.48 25.24c7.295 3.73 15.911 5.917 25.039 5.92l104.401 0c30.928 0 56-25.072 56-56v0-128c-0.137-119.239-96.762-215.864-215.987-216l-0.013-0zM161.080 216h414.92c4.418 0 8 3.582 8 8v0 104h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h136v80h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h320c84.268 0.109 154.009 62.169 166.126 143.076l0.114 0.924h-775.24c29.44-126.24 35.84-310.76 2.080-432zM936 800c0 4.418-3.582 8-8 8v0h-104.44c-0.009 0-0.020 0-0.031 0-1.301 0-2.529-0.31-3.614-0.861l0.046 0.021-50.48-25.24c-7.295-3.73-15.911-5.917-25.039-5.92l-64.881-0c-9.129 0.003-17.745 2.19-25.358 6.067l0.318-0.147-50.52 25.24c-1.040 0.53-2.268 0.84-3.569 0.84-0.011 0-0.022-0-0.033-0l0.002 0h-112.84c-0.009 0-0.020 0-0.031 0-1.301 0-2.529-0.31-3.614-0.861l0.046 0.021-50.48-25.24c-7.295-3.73-15.911-5.917-25.039-5.92l-64.881-0c-9.129 0.003-17.745 2.19-25.358 6.067l0.318-0.147-50.52 25.24c-1.040 0.53-2.268 0.84-3.569 0.84-0.011 0-0.022-0-0.033-0l0.002 0h-104.4c-4.418 0-8-3.582-8-8v0-104h784z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["boot-light"]},"attrs":[{}],"properties":{"order":27191,"id":1045,"name":"boot-light","prevSize":16,"code":59850},"setIdx":2,"setId":2,"iconIdx":202},{"icon":{"paths":["M832 376c30.928 0 56-25.072 56-56v0-128c0-30.928-25.072-56-56-56v0h-128c-30.928 0-56 25.072-56 56v0 40h-272v-40c0-30.928-25.072-56-56-56v0h-128c-30.928 0-56 25.072-56 56v0 128c0 30.928 25.072 56 56 56v0h40v272h-40c-30.928 0-56 25.072-56 56v0 128c0 30.928 25.072 56 56 56v0h128c30.928 0 56-25.072 56-56v0-40h272v40c0 30.928 25.072 56 56 56v0h128c30.928 0 56-25.072 56-56v0-128c0-30.928-25.072-56-56-56v0h-40v-272zM696 192c0-4.418 3.582-8 8-8v0h128c4.418 0 8 3.582 8 8v0 128c0 4.418-3.582 8-8 8v0h-128c-4.418 0-8-3.582-8-8v0zM184 320v-128c0-4.418 3.582-8 8-8v0h128c4.418 0 8 3.582 8 8v0 128c0 4.418-3.582 8-8 8v0h-128c-4.418 0-8-3.582-8-8v0zM328 832c0 4.418-3.582 8-8 8v0h-128c-4.418 0-8-3.582-8-8v0-128c0-4.418 3.582-8 8-8v0h128c4.418 0 8 3.582 8 8v0zM840 704v128c0 4.418-3.582 8-8 8v0h-128c-4.418 0-8-3.582-8-8v0-128c0-4.418 3.582-8 8-8v0h128c4.418 0 8 3.582 8 8v0zM744 648h-40c-30.928 0-56 25.072-56 56v0 40h-272v-40c0-30.928-25.072-56-56-56v0h-40v-272h40c30.928 0 56-25.072 56-56v0-40h272v40c0 30.928 25.072 56 56 56v0h40z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bounding-box-light"]},"attrs":[{}],"properties":{"order":27192,"id":1044,"name":"bounding-box-light","prevSize":16,"code":59851},"setIdx":2,"setId":2,"iconIdx":203},{"icon":{"paths":["M896 424h-40.92c-13.503-178.855-161.942-318.858-343.080-318.858s-329.577 140.003-343.010 317.703l-0.070 1.155h-40.92c-13.255 0-24 10.745-24 24v0c0.309 158.155 90.248 295.231 221.713 363.166l2.287 1.074v19.76c0 30.928 25.072 56 56 56v0h256c30.928 0 56-25.072 56-56v0-19.76c133.752-69.010 223.691-206.086 224-364.198l0-0.042c0-13.255-10.745-24-24-24v0zM696.96 217.16c11.902 9.577 22.548 19.526 32.42 30.202l0.18 0.198c-91.138 28.972-164.19 92.33-205.3 174.456l-0.9 1.984h-134c38.96-121.345 150.675-207.687 282.603-208l0.037-0c8.32 0 16.68 0.44 24.96 1.16zM761.2 288.56c25.079 38.468 41.569 84.667 45.689 134.377l0.071 1.063h-229.040c40.461-66.885 104.953-115.773 181.239-135.004l2.041-0.436zM512 152c0.143-0 0.312-0 0.481-0 38.395 0 75.074 7.342 108.712 20.698l-1.993-0.698c-135.857 22.029-243.892 120.766-279.194 249.578l-0.566 2.422h-122.4c12.972-152.716 140.027-271.786 294.938-272l0.022-0zM662 775.36c-8.33 3.885-14 12.189-14 21.817 0 0.008 0 0.016 0 0.024l-0-0.001v34.8c0 4.418-3.582 8-8 8v0h-256c-4.418 0-8-3.582-8-8v0-34.8c0-0.007 0-0.015 0-0.023 0-9.628-5.67-17.932-13.853-21.756l-0.147-0.062c-117.611-55.177-199.65-168.666-209.134-302.207l-0.066-1.153h718.4c-9.55 134.694-91.589 248.183-206.991 302.427l-2.209 0.933z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bowl-food-light"]},"attrs":[{}],"properties":{"order":27193,"id":1043,"name":"bowl-food-light","prevSize":16,"code":59852},"setIdx":2,"setId":2,"iconIdx":204},{"icon":{"paths":["M340.24 172.88l-215.8 339.12 216 339.12c2.35 3.645 3.747 8.098 3.747 12.877 0 8.469-4.387 15.914-11.012 20.186l-0.095 0.057c-3.645 2.35-8.098 3.747-12.877 3.747-8.469 0-15.914-4.387-20.186-11.012l-0.057-0.095-224-352c-2.351-3.646-3.749-8.1-3.749-12.88s1.397-9.234 3.806-12.975l-0.057 0.095 224-352c4.375-6.405 11.643-10.555 19.881-10.555 13.255 0 24 10.745 24 24 0 4.547-1.264 8.798-3.461 12.422l0.060-0.107zM948.24 499.12l-224-352c-4.267-7.047-11.891-11.685-20.599-11.685-13.255 0-24 10.745-24 24 0 5.018 1.54 9.676 4.173 13.527l-0.053-0.082 215.8 339.12-215.8 339.12c-2.35 3.645-3.747 8.098-3.747 12.877 0 8.469 4.387 15.914 11.012 20.186l0.095 0.057c3.645 2.35 8.098 3.747 12.877 3.747 8.469 0 15.914-4.387 20.186-11.012l0.057-0.095 224-352c2.351-3.646 3.749-8.1 3.749-12.88s-1.397-9.234-3.806-12.975l0.057 0.095z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brackets-angle-light"]},"attrs":[{}],"properties":{"order":27194,"id":1042,"name":"brackets-angle-light","prevSize":16,"code":59853},"setIdx":2,"setId":2,"iconIdx":205},{"icon":{"paths":["M159.64 512c16.324 11.209 29.256 26.245 37.673 43.853l0.287 0.667c18.4 37.96 18.4 85.52 18.4 131.48 0 97.080 4.84 152 104 152 13.255 0 24 10.745 24 24s-10.745 24-24 24v0c-67.52 0-111.24-22.4-133.6-68.52-18.4-37.96-18.4-85.52-18.4-131.48 0-97.080-4.84-152-104-152-13.255 0-24-10.745-24-24s10.745-24 24-24v0c99.16 0 104-54.92 104-152 0-45.96 0-93.52 18.4-131.48 22.36-46.12 66.080-68.52 133.6-68.52 13.255 0 24 10.745 24 24s-10.745 24-24 24v0c-99.16 0-104 54.92-104 152 0 45.96 0 93.52-18.4 131.48-8.704 18.275-21.637 33.311-37.585 44.277l-0.375 0.243zM960 488c-99.16 0-104-54.92-104-152 0-45.96 0-93.52-18.4-131.48-22.36-46.12-66.080-68.52-133.6-68.52-13.255 0-24 10.745-24 24s10.745 24 24 24v0c99.16 0 104 54.92 104 152 0 45.96 0 93.52 18.4 131.48 8.704 18.275 21.637 33.311 37.585 44.277l0.375 0.243c-16.324 11.209-29.256 26.245-37.673 43.853l-0.287 0.667c-18.4 37.96-18.4 85.52-18.4 131.48 0 97.080-4.84 152-104 152-13.255 0-24 10.745-24 24s10.745 24 24 24v0c67.52 0 111.24-22.4 133.6-68.52 18.4-37.96 18.4-85.52 18.4-131.48 0-97.080 4.84-152 104-152 13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brackets-curly-light"]},"attrs":[{}],"properties":{"order":27195,"id":1041,"name":"brackets-curly-light","prevSize":16,"code":59854},"setIdx":2,"setId":2,"iconIdx":206},{"icon":{"paths":["M226.080 256c-49.16 69.84-74.080 156-74.080 256s24.92 186.16 74.080 256c36.68 52 73.96 75.24 74.36 75.48 6.713 4.33 11.095 11.771 11.095 20.235 0 13.255-10.745 24-24 24-4.376 0-8.478-1.171-12.010-3.217l0.115 0.062c-7-4.2-171.64-106.040-171.64-372.56s164.64-368.36 171.64-372.56c3.417-1.984 7.519-3.155 11.895-3.155 13.255 0 24 10.745 24 24 0 8.464-4.382 15.905-11 20.178l-0.094 0.057c-0.44 0.24-37.68 23.48-74.36 75.48zM748.36 139.44c-3.417-1.984-7.519-3.155-11.895-3.155-13.255 0-24 10.745-24 24 0 8.464 4.382 15.905 11 20.178l0.094 0.057c0.4 0.24 37.68 23.36 74.36 75.48 49.16 69.84 74.080 156 74.080 256s-24.92 186.16-74.080 256c-36.68 52-73.96 75.24-74.28 75.4-7.026 4.273-11.646 11.887-11.646 20.58 0 13.258 10.748 24.006 24.006 24.006 4.565 0 8.832-1.274 12.466-3.486l-0.106 0.060c7-4 171.64-106.040 171.64-372.56s-164.64-368.36-171.64-372.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brackets-round-light"]},"attrs":[{}],"properties":{"order":27196,"id":1040,"name":"brackets-round-light","prevSize":16,"code":59855},"setIdx":2,"setId":2,"iconIdx":207},{"icon":{"paths":["M184 184v656h136c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24v0-704c0-13.255 10.745-24 24-24v0h160c13.255 0 24 10.745 24 24s-10.745 24-24 24v0zM864 136h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h136v656h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c13.255 0 24-10.745 24-24v0-704c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brackets-square-light"]},"attrs":[{}],"properties":{"order":27197,"id":1039,"name":"brackets-square-light","prevSize":16,"code":59856},"setIdx":2,"setId":2,"iconIdx":208},{"icon":{"paths":["M984 496c-0.116-87.408-52.008-162.668-126.647-196.766l-1.353-0.554v-10.68c-0.104-101.542-82.444-183.818-184-183.818-68.208 0-127.747 37.113-159.527 92.247l-0.473 0.891c-32.253-56.025-91.792-93.138-160-93.138-101.556 0-183.896 82.276-184 183.808l-0 0.010v10.68c-76.058 34.541-127.997 109.835-127.997 197.26s51.939 162.719 126.643 196.709l1.354 0.551v10.8c0.104 101.542 82.444 183.818 184 183.818 68.208 0 127.747-37.113 159.527-92.247l0.473-0.891c32.253 56.025 91.792 93.138 160 93.138 101.556 0 183.896-82.276 184-183.808l0-0.010v-10.8c75.995-34.588 127.899-109.82 128-197.187l0-0.013zM352 840c-0.020 0-0.043 0-0.066 0-73.62 0-133.577-58.496-135.928-131.544l-0.006-0.216c12.026 2.391 25.853 3.76 40 3.76l32 0c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-32c-0.040 0-0.088 0-0.136 0-92.784 0-168-75.216-168-168 0-72.761 46.256-134.719 110.966-158.071l1.171-0.369c9.401-3.394 16-12.24 16-22.627 0-0.004-0-0.009-0-0.013l0 0.001v-26.92c0-75.111 60.889-136 136-136s136 60.889 136 136v0 292.2c-33.708-37.042-82.114-60.2-135.929-60.2-0.025 0-0.050 0-0.075 0l0.004-0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c75.111 0 136 60.889 136 136s-60.889 136-136 136v0zM768 664h-32c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h32c14.147-0 27.974-1.369 41.356-3.98l-1.356 0.22c-2.357 73.264-62.314 131.76-135.934 131.76-75.111 0-136-60.889-136-136 0-75.088 60.852-135.962 135.93-136l0.003-0c13.255 0 24-10.745 24-24s-10.745-24-24-24v0c-0.021-0-0.046-0-0.071-0-53.815 0-102.22 23.158-135.796 60.052l-0.133 0.148v-292.2c0-75.111 60.889-136 136-136s136 60.889 136 136v0 26.92c-0 0.004-0 0.008-0 0.013 0 10.387 6.599 19.233 15.833 22.575l0.167 0.053c65.881 23.721 112.136 85.679 112.136 158.44 0 92.784-75.216 168-168 168-0.048 0-0.096-0-0.144-0l0.007 0zM824 448c0 13.255-10.745 24-24 24v0h-16c-75.111 0-136-60.889-136-136v0-16c0-13.255 10.745-24 24-24s24 10.745 24 24v0 16c0 48.601 39.399 88 88 88v0h16c13.255 0 24 10.745 24 24v0zM240 472h-16c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h16c48.601 0 88-39.399 88-88v0-16c0-13.255 10.745-24 24-24s24 10.745 24 24v0 16c0 75.111-60.889 136-136 136v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brain-light"]},"attrs":[{}],"properties":{"order":27198,"id":1038,"name":"brain-light","prevSize":16,"code":59857},"setIdx":2,"setId":2,"iconIdx":209},{"icon":{"paths":["M888 352v0c0-0.144 0-0.315 0-0.486 0-76.116-22.704-146.93-61.71-206.037l0.87 1.403c-4.332-6.565-11.662-10.845-19.995-10.88l-0.005-0h-590.24c-8.338 0.035-15.668 4.315-19.944 10.79l-0.056 0.090c-38.185 57.732-60.92 128.589-60.92 204.757 0 0.128 0 0.256 0 0.383l-0-0.020c0.223 199.122 155.030 362.015 350.856 375.139l1.144 0.061v144.8h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h320c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-136v-144.8c196.971-13.185 351.777-176.079 352-375.178l0-0.022zM230.24 184h563.52c25.043 41.246 41.394 90.35 45.296 142.92l0.064 1.080h-654.24c3.966-53.65 20.317-102.754 46.178-145.456l-0.818 1.456zM512 680c-172.599-0.225-313.98-133.584-326.971-302.884l-0.069-1.116h654.080c-13.060 170.416-154.441 303.775-327.018 304l-0.022 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["brandy-light"]},"attrs":[{}],"properties":{"order":27199,"id":1037,"name":"brandy-light","prevSize":16,"code":59858},"setIdx":2,"setId":2,"iconIdx":210},{"icon":{"paths":["M928 648h-136v-266.88c31.195 45.645 74.422 80.994 125.141 101.843l1.859 0.677c2.82 1.259 6.111 1.992 9.573 1.992 13.255 0 24-10.745 24-24 0-10.227-6.397-18.961-15.409-22.417l-0.164-0.055c-85.719-35.114-145.001-117.899-145.001-214.53 0-0.221 0-0.443 0.001-0.664l-0 0.034c0-13.255-10.745-24-24-24s-24 10.745-24 24v0c0 128.13-103.87 232-232 232s-232-103.87-232-232v0c0-13.255-10.745-24-24-24s-24 10.745-24 24v0c0.001 0.187 0.001 0.408 0.001 0.63 0 96.631-59.282 179.416-143.46 213.97l-1.54 0.56c-9.176 3.511-15.573 12.244-15.573 22.472 0 13.255 10.745 24 24 24 3.462 0 6.753-0.733 9.726-2.053l-0.153 0.061c52.578-21.526 95.805-56.875 126.382-101.563l0.618-0.957v266.88h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h136v104c0 13.255 10.745 24 24 24s24-10.745 24-24v0-104h464v104c0 13.255 10.745 24 24 24s24-10.745 24-24v0-104h136c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM584 494.6v153.4h-144v-153.4c21.598 5.97 46.398 9.4 72 9.4s50.402-3.431 73.966-9.857l-1.966 0.457zM280 380.6c28.227 41.295 66.034 74.088 110.326 95.625l1.674 0.735v171.040h-112zM632 648v-171.040c45.966-22.272 83.773-55.065 111.376-95.395l0.624-0.965v267.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bridge-light"]},"attrs":[{}],"properties":{"order":27200,"id":1036,"name":"bridge-light","prevSize":16,"code":59859},"setIdx":2,"setId":2,"iconIdx":211},{"icon":{"paths":["M424 448c0-13.255 10.745-24 24-24v0h128c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24v0zM920 288v512c0 30.928-25.072 56-56 56v0h-704c-30.928 0-56-25.072-56-56v0-512c0-30.928 25.072-56 56-56v0h168v-40c0-48.601 39.399-88 88-88v0h192c48.601 0 88 39.399 88 88v0 40h168c30.928 0 56 25.072 56 56v0zM376 232h272v-40c0-22.091-17.909-40-40-40v0h-192c-22.091 0-40 17.909-40 40v0zM152 288v171.16c103.777 58.423 227.818 92.84 359.898 92.84 0.036 0 0.071-0 0.107-0l-0.005 0c0.037 0 0.080 0 0.122 0 132.077 0 256.113-34.433 363.619-94.811l-3.741 1.931v-171.12c0-4.418-3.582-8-8-8v0h-704c-4.418 0-8 3.582-8 8v0zM872 800v-286.52c-104.686 54.523-228.606 86.509-359.995 86.52l-0.005 0c-0.025 0-0.054 0-0.083 0-131.361 0-255.254-31.972-364.323-88.56l4.406 2.080v286.48c0 4.418 3.582 8 8 8v0h704c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["briefcase-light"]},"attrs":[{}],"properties":{"order":27201,"id":1035,"name":"briefcase-light","prevSize":16,"code":59860},"setIdx":2,"setId":2,"iconIdx":212},{"icon":{"paths":["M864 232h-168v-40c0-48.601-39.399-88-88-88v0h-192c-48.601 0-88 39.399-88 88v0 40h-168c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM152 440h720v208h-720zM376 192c0-22.091 17.909-40 40-40v0h192c22.091 0 40 17.909 40 40v0 40h-272zM160 280h704c4.418 0 8 3.582 8 8v0 104h-720v-104c0-4.418 3.582-8 8-8v0zM864 808h-704c-4.418 0-8-3.582-8-8v0-104h720v104c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["briefcase-metal-light"]},"attrs":[{}],"properties":{"order":27202,"id":1034,"name":"briefcase-metal-light","prevSize":16,"code":59861},"setIdx":2,"setId":2,"iconIdx":213},{"icon":{"paths":["M512 360c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM512 616c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0zM824 512c0 0.121 0 0.264 0 0.407 0 79.918-30.148 152.794-79.691 207.876l0.251-0.284c-4.39 4.676-10.611 7.588-17.511 7.588-13.255 0-24-10.745-24-24 0-5.965 2.176-11.422 5.778-15.62l-0.027 0.032c41.774-46.466 67.322-108.25 67.322-176s-25.548-129.534-67.536-176.242l0.214 0.242c-4.019-4.281-6.489-10.058-6.489-16.412 0-13.255 10.745-24 24-24 7.29 0 13.82 3.25 18.222 8.38l0.027 0.032c49.292 54.799 79.44 127.675 79.44 207.593 0 0.143-0 0.286-0 0.429l0-0.022zM268.72 409.24c-13.178 30.324-20.843 65.646-20.843 102.758 0 67.751 25.549 129.535 67.537 176.244l-0.214-0.242c3.792 4.226 6.111 9.842 6.111 16 0 7.093-3.077 13.467-7.969 17.861l-0.022 0.020c-4.226 3.792-9.842 6.111-16 6.111-7.093 0-13.467-3.077-17.861-7.969l-0.020-0.022c-49.359-54.919-79.545-127.934-79.545-208s30.186-153.081 79.798-208.286l-0.253 0.286c4.429-5.162 10.959-8.412 18.249-8.412 13.255 0 24 10.745 24 24 0 6.354-2.469 12.131-6.501 16.425l0.012-0.013c-18.756 20.888-34.38 45.090-45.819 71.525l-0.661 1.715zM984 512c0 0.142 0 0.311 0 0.48 0 128.488-51.466 244.954-134.909 329.91l0.069-0.070c-4.363 4.454-10.439 7.215-17.16 7.215-13.263 0-24.015-10.752-24.015-24.015 0-6.542 2.616-12.473 6.859-16.804l-0.004 0.004c75.012-76.358 121.317-181.131 121.317-296.72s-46.305-220.362-121.378-296.782l0.061 0.062c-4.239-4.327-6.855-10.258-6.855-16.8 0-13.263 10.752-24.015 24.015-24.015 6.721 0 12.797 2.761 17.156 7.211l0.004 0.004c83.374 84.886 134.84 201.353 134.84 329.84 0 0.169-0 0.337-0 0.506l0-0.026zM209.16 808.72c4.239 4.327 6.855 10.258 6.855 16.8 0 13.263-10.752 24.015-24.015 24.015-6.721 0-12.797-2.761-17.156-7.211l-0.004-0.004c-83.459-85.026-134.974-201.657-134.974-330.32s51.515-245.294 135.045-330.392l-0.071 0.072c4.363-4.454 10.439-7.215 17.16-7.215 13.263 0 24.015 10.752 24.015 24.015 0 6.542-2.616 12.473-6.859 16.804l0.004-0.004c-75.012 76.358-121.317 181.131-121.317 296.72s46.305 220.362 121.378 296.782l-0.061-0.062z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["broadcast-light"]},"attrs":[{}],"properties":{"order":27203,"id":1033,"name":"broadcast-light","prevSize":16,"code":59862},"setIdx":2,"setId":2,"iconIdx":214},{"icon":{"paths":["M938.48 874.4c-93.080-45.24-146.48-142.4-146.48-266.4v-69.2c-0.011-23.455-14.441-43.538-34.905-51.865l-0.375-0.135-99.56-39.32c-14.897-6.044-25.212-20.4-25.212-37.166 0-5.343 1.048-10.442 2.949-15.101l-0.096 0.267 85.2-211.88c5.002-11.756 7.91-25.43 7.91-39.783 0-44.479-27.922-82.436-67.194-97.3l-0.715-0.238c-51.8-19.32-111.52 7.36-133.24 60l-84 212.44c-6.027 14.934-20.402 25.281-37.194 25.281-5.333 0-10.422-1.044-15.074-2.938l0.267 0.096-101.28-41.16c-6.191-2.587-13.384-4.089-20.928-4.089-15.632 0-29.758 6.451-39.859 16.836l-0.012 0.013c-82.72 84.92-124.68 184.28-124.68 295.24-0 0.237-0.001 0.516-0.001 0.796 0 118.051 46.69 225.197 122.61 303.979l-0.13-0.135c4.373 4.541 10.505 7.361 17.296 7.361 0.079 0 0.158-0 0.236-0.001l-0.012 0h684c0.006 0 0.012 0 0.019 0 13.255 0 24-10.745 24-24 0-9.449-5.46-17.623-13.398-21.537l-0.141-0.063zM263.080 346.080c1.439-1.401 3.408-2.265 5.578-2.265 1.044 0 2.042 0.2 2.956 0.564l-0.054-0.019 101.6 41.16c9.683 3.989 20.925 6.304 32.708 6.304 36.929 0 68.545-22.747 81.601-54.994l0.211-0.59 84-212c12-28.52 44-43.24 72-32.84 21.432 8.182 36.379 28.57 36.379 52.45 0 7.838-1.61 15.301-4.519 22.074l0.139-0.364-85.44 212.4c-3.855 9.546-6.092 20.617-6.092 32.209 0 36.854 22.604 68.429 54.704 81.617l0.587 0.214 99.52 39.32c2.978 1.209 5.040 4.080 5.040 7.432 0 0.017-0 0.034-0 0.050l0-0.003v69.2c0 5.36 0 10.6 0.32 16l-533.36-213.56c16.127-24.092 33.279-45.13 52.193-64.435l-0.073 0.075zM457.32 872c-48.644-45.882-84.368-104.962-101.459-171.515l-0.541-2.485c-2.76-10.435-12.116-18.002-23.24-18.002-13.256 0-24.002 10.746-24.002 24.002 0 2.132 0.278 4.199 0.8 6.167l-0.038-0.167c16.118 62.448 44.624 116.785 82.931 162.654l-0.531-0.654h-137c-63.393-69.151-102.241-161.705-102.241-263.332 0-0.235 0-0.47 0.001-0.705l-0 0.036c-0.010-0.966-0.015-2.108-0.015-3.251 0-55.361 12.865-107.717 35.768-154.242l-0.913 2.053 562.56 225.040c12.6 79.68 47.080 146.64 100 194.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["broom-light"]},"attrs":[{}],"properties":{"order":27204,"id":1032,"name":"broom-light","prevSize":16,"code":59863},"setIdx":2,"setId":2,"iconIdx":215},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM160 216h704c4.418 0 8 3.582 8 8v0 136h-720v-136c0-4.418 3.582-8 8-8v0zM864 808h-704c-4.418 0-8-3.582-8-8v0-392h720v392c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["browser-light"]},"attrs":[{}],"properties":{"order":27205,"id":1031,"name":"browser-light","prevSize":16,"code":59864},"setIdx":2,"setId":2,"iconIdx":216},{"icon":{"paths":["M864 168h-576c-30.928 0-56 25.072-56 56v0 72h-72c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-72h72c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM160 344h576c4.418 0 8 3.582 8 8v0 72h-592v-72c0-4.418 3.582-8 8-8v0zM744 800c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-328h592zM872 672c0 4.418-3.582 8-8 8v0h-72v-328c0-30.928-25.072-56-56-56v0h-456v-72c0-4.418 3.582-8 8-8v0h576c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["browsers-light"]},"attrs":[{}],"properties":{"order":27206,"id":1030,"name":"browsers-light","prevSize":16,"code":59865},"setIdx":2,"setId":2,"iconIdx":217},{"icon":{"paths":["M824 568h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-80h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-73c-6.062-76.742-39.109-144.784-89.536-195.536l0.016 0.016 83.48-83.52c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-85.96 85.96c-51.045-38.101-115.378-61.004-185.060-61.004s-134.015 22.902-185.882 61.59l0.822-0.586-86-85.96c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 83.52 83.52c-50.44 50.722-83.505 118.769-89.491 194.436l-0.069 1.084h-73c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v80h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v40c0.031 14.133 0.989 28.012 2.818 41.616l-0.178-1.616h-74.64c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h84.72c39.326 130.447 158.399 223.821 299.28 223.821s259.954-93.374 298.706-221.612l0.574-2.21h84.72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-74.64c1.651-11.988 2.609-25.867 2.64-39.964l0-0.036zM512 152c137.273 0.173 250.013 104.978 262.758 238.936l0.082 1.064h-525.68c12.827-135.022 125.567-239.827 262.822-240l0.018-0zM536 870.84v-326.84c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 326.84c-135.022-12.827-239.827-125.567-240-262.822l-0-0.018v-168h528v168c-0.173 137.273-104.978 250.013-238.936 262.758l-1.064 0.082z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bug-beetle-light"]},"attrs":[{}],"properties":{"order":27207,"id":1029,"name":"bug-beetle-light","prevSize":16,"code":59866},"setIdx":2,"setId":2,"iconIdx":218},{"icon":{"paths":["M756 173.88l60.88-60.92c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-62.96 63.12c-57.024-43.837-129.427-70.254-208-70.254s-150.975 26.416-208.811 70.852l0.811-0.599-63.040-63.12c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 60.96 60.92c-61.794 61.994-100 147.531-100 241.992 0 0.045 0 0.090 0 0.135l-0-0.007v160c0 189.986 154.014 344 344 344s344-154.014 344-344v0-160c0-0.038 0-0.083 0-0.128 0-94.461-38.207-179.998-100.009-242.001l0.009 0.009zM512 120c163.394 0.205 295.795 132.606 296 295.981l0 0.019v40h-592v-40c0.205-163.394 132.606-295.795 295.981-296l0.019-0zM512 872c-163.394-0.205-295.795-132.606-296-295.981l-0-0.019v-72h592v72c-0.205 163.394-132.606 295.795-295.981 296l-0.019 0zM584 336c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0zM360 336c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bug-droid-light"]},"attrs":[{}],"properties":{"order":27208,"id":1028,"name":"bug-droid-light","prevSize":16,"code":59867},"setIdx":2,"setId":2,"iconIdx":219},{"icon":{"paths":["M584 368c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0zM400 328c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM984 512c0 13.255-10.745 24-24 24v0h-104v40c-0.007 34.329-5.049 67.478-14.426 98.752l0.626-2.432 95.4 41.68c8.549 3.799 14.403 12.216 14.403 22 0 13.257-10.747 24.003-24.003 24.003-3.472 0-6.773-0.737-9.753-2.064l0.153 0.061-92.92-40.6c-55.333 120.314-174.827 202.344-313.48 202.344s-258.147-82.031-312.598-200.208l-0.882-2.136-92.92 40.6c-2.827 1.266-6.128 2.003-9.6 2.003-13.257 0-24.003-10.747-24.003-24.003 0-9.784 5.854-18.201 14.251-21.939l0.153-0.061 95.4-41.68c-8.751-28.842-13.793-61.991-13.8-96.316l-0-0.004v-40h-104c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h104v-40c0.007-34.329 5.049-67.478 14.426-98.752l-0.626 2.432-95.4-41.68c-8.549-3.799-14.403-12.216-14.403-22 0-13.257 10.747-24.003 24.003-24.003 3.472 0 6.773 0.737 9.753 2.064l-0.153-0.061 92.92 40.6c55.333-120.314 174.827-202.344 313.48-202.344s258.147 82.031 312.598 200.208l0.882 2.136 92.92-40.6c2.827-1.266 6.128-2.003 9.6-2.003 13.257 0 24.003 10.747 24.003 24.003 0 9.784-5.854 18.201-14.251 21.939l-0.153 0.061-95.4 41.68c8.751 28.842 13.793 61.991 13.8 96.316l0 0.004v40h104c13.255 0 24 10.745 24 24v0zM216 488h592v-40c0-163.476-132.524-296-296-296s-296 132.524-296 296v0zM488 870.96v-334.96h-272v40c0.214 154.933 119.284 281.988 270.906 294.885l1.094 0.075zM808 536h-272v334.96c152.716-12.972 271.786-140.027 272-294.938l0-0.022z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bug-light"]},"attrs":[{}],"properties":{"order":27209,"id":1027,"name":"bug-light","prevSize":16,"code":59868},"setIdx":2,"setId":2,"iconIdx":220},{"icon":{"paths":["M960 840h-72v-456c0-30.928-25.072-56-56-56v0h-264v-200c-0.013-30.918-25.080-55.976-56-55.976-11.585 0-22.347 3.518-31.279 9.543l0.199-0.127-320 213.32c-15.113 10.187-24.92 27.24-24.92 46.584 0 0.006 0 0.011 0 0.017l-0-0.001v498.64h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h896c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM832 376c4.418 0 8 3.582 8 8v0 456h-272v-464zM184 341.36c0.005-2.758 1.405-5.187 3.532-6.622l0.028-0.018 320-213.36c1.248-0.843 2.785-1.345 4.44-1.345 4.413 0 7.992 3.573 8 7.984l0 0.001v712h-336zM440 448v64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM312 448v64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM312 672v64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM440 672v64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["buildings-light"]},"attrs":[{}],"properties":{"order":27210,"id":1026,"name":"buildings-light","prevSize":16,"code":59869},"setIdx":2,"setId":2,"iconIdx":221},{"icon":{"paths":["M736 136h-448c-66.274 0-120 53.726-120 120v0 576c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-72h272v72c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-576c0-66.274-53.726-120-120-120v0zM216 712v-240h592v240zM216 312h592v112h-592zM288 184h448c39.765 0 72 32.235 72 72v0 8h-592v-8c0-39.765 32.235-72 72-72v0zM328 832c0 4.418-3.582 8-8 8v0h-96c-4.418 0-8-3.582-8-8v0-72h112zM800 840h-96c-4.418 0-8-3.582-8-8v0-72h112v72c0 4.418-3.582 8-8 8v0zM408 592c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM696 592c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM984 320v96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-96c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM88 320v96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-96c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["bus-light"]},"attrs":[{}],"properties":{"order":27211,"id":1025,"name":"bus-light","prevSize":16,"code":59870},"setIdx":2,"setId":2,"iconIdx":222},{"icon":{"paths":["M924.4 206.84c-20.040-25.76-49.84-38.84-88.4-38.84-65.32 0-149.64 44.24-225.6 118.36-27.509 26.509-52.020 55.784-73.192 87.479l-1.208 1.921v-151.76c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 151.76c-22.313-33.62-46.747-62.894-74.012-89.258l-0.148-0.142c-75.88-74.12-160.24-118.36-225.56-118.36-38.76 0-68.56 13.080-88.6 38.84-22.12 28.44-30.84 70.76-26.64 129.36 3.64 50.92 16.48 106.12 27.24 148.52 25.12 98.96 83.080 132 127.12 142.72-16.197 25.383-25.816 56.328-25.816 89.52 0 92.848 75.268 168.116 168.116 168.116 59.656 0 112.055-31.073 141.895-77.916l0.405-0.68c30.247 47.534 82.654 78.613 142.32 78.613 92.857 0 168.133-75.276 168.133-168.133 0-33.191-9.618-64.137-26.218-90.201l0.405 0.681c44-10.52 102-43.76 127.12-142.72 26.44-103.88 47.12-218.12 0.64-277.88zM368 840c-65.795-0.97-118.758-54.534-118.758-120.468 0-61.223 45.665-111.78 104.792-119.468l0.606-0.064c12.158-1.366 21.523-11.589 21.523-24 0-13.334-10.809-24.143-24.143-24.143-0.923 0-1.834 0.052-2.73 0.153l0.11-0.010c-30.864 3.54-58.518 15.014-81.55 32.309l0.43-0.309c-36 1.24-96.48-12.64-121.48-111.040-13-51.24-47.56-187.32-9.24-236.6 10.64-13.72 27.24-20.36 50.72-20.36 51.52 0 126.88 41.12 192 104.72 66.48 64.84 107.72 137.64 107.72 189.96v209.32c0 66.274-53.726 120-120 120v0zM877.24 472.92c-24.96 98.4-85.24 112.24-121.24 111.080-22.596-17.001-50.254-28.478-80.352-31.928l-0.768-0.072c-0.816-0.098-1.762-0.154-2.72-0.154-13.34 0-24.154 10.814-24.154 24.154 0 12.381 9.316 22.587 21.321 23.989l0.113 0.011c60.687 6.781 107.44 57.799 107.44 119.736 0 66.517-53.923 120.44-120.44 120.44-66.424 0-120.29-53.773-120.44-120.162l-0-0.014v-209.32c0-52.32 41.28-125.12 107.72-189.96 65.2-63.6 140.56-104.72 192.28-104.72 23.48 0 40 6.64 50.72 20.32 38.12 49.28 3.56 185.36-9.44 236.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["butterfly-light"]},"attrs":[{}],"properties":{"order":27212,"id":1024,"name":"butterfly-light","prevSize":16,"code":59871},"setIdx":2,"setId":2,"iconIdx":223},{"icon":{"paths":["M864 840h-200v-112h24c145.73-0.182 263.818-118.27 264-263.983l0-0.017c0-57.438-46.562-104-104-104s-104 46.562-104 104v0c0 30.928-25.072 56-56 56v0h-24v-296c0-83.947-68.053-152-152-152s-152 68.053-152 152v0 136h-24c-30.928 0-56-25.072-56-56v0c0-57.438-46.562-104-104-104s-104 46.562-104 104v0c0.182 145.73 118.27 263.818 263.983 264l24.017 0v272h-200c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM384 520h-48c-119.239-0.137-215.864-96.762-216-215.987l-0-0.013c0-30.928 25.072-56 56-56s56 25.072 56 56v0c0 57.438 46.562 104 104 104v0h48c13.255 0 24-10.745 24-24v0-160c0-57.438 46.562-104 104-104s104 46.562 104 104v0 320c0 13.255 10.745 24 24 24v0h48c57.438 0 104-46.562 104-104v0c0-30.928 25.072-56 56-56s56 25.072 56 56v0c-0.137 119.239-96.762 215.864-215.987 216l-48.013 0c-13.255 0-24 10.745-24 24v0 136h-208v-296c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cactus-light"]},"attrs":[{}],"properties":{"order":27213,"id":1023,"name":"cactus-light","prevSize":16,"code":59872},"setIdx":2,"setId":2,"iconIdx":224},{"icon":{"paths":["M920 448c0-48.601-39.399-88-88-88v0h-296v-50.4c55.133-11.628 95.931-59.84 96-117.592l0-0.008c0-107.6-102.32-177.080-106.68-180-3.743-2.528-8.355-4.036-13.32-4.036s-9.577 1.508-13.405 4.090l0.085-0.054c-4.36 2.92-106.68 72.4-106.68 180 0.069 57.76 40.867 105.972 95.215 117.461l0.785 0.139v50.4h-296c-48.601 0-88 39.399-88 88v0 93.32c0.028 35.635 12.059 68.455 32.268 94.641l-0.268-0.361v164.4c0 48.601 39.399 88 88 88v0h576c48.601 0 88-39.399 88-88v0-164.4c19.941-25.825 31.972-58.645 32-94.273l0-0.007zM440 192c0-61.6 48-109.64 72-129.76 24 20 72 68 72 129.76 0 39.765-32.235 72-72 72s-72-32.235-72-72v0zM152 448c0-22.091 17.909-40 40-40v0h640c22.091 0 40 17.909 40 40v0 93.32c0 57.28-45.32 105.12-101.040 106.64-0.882 0.027-1.919 0.042-2.96 0.042-57.438 0-104-46.562-104-104 0-0.001 0-0.002 0-0.002l-0 0c0-13.255-10.745-24-24-24s-24 10.745-24 24v0c0 57.438-46.562 104-104 104s-104-46.562-104-104v0c0-13.255-10.745-24-24-24s-24 10.745-24 24v0c0 0.013 0 0.027 0 0.042 0 57.438-46.562 104-104 104-1.041 0-2.078-0.015-3.112-0.046l0.152 0.004c-55.72-1.56-101.040-49.4-101.040-106.68zM800 840h-576c-22.091 0-40-17.909-40-40v0-122.76c19.517 11.149 42.76 18.014 67.542 18.755l0.218 0.005c1.336 0.042 2.908 0.066 4.485 0.066 41.174 0 78.505-16.449 105.783-43.133l-0.027 0.027c8.15-7.973 15.404-16.803 21.634-26.362l0.366-0.598c27.446 42.379 74.495 70.024 128 70.024s100.554-27.646 127.64-69.432l0.36-0.593c6.618 10.155 13.898 18.986 22.047 26.928l0.033 0.032c27.189 26.616 64.447 43.040 105.541 43.040 0.133 0 0.266-0 0.4-0.001l-0.020 0h4.28c24.986-0.753 48.215-7.617 68.445-19.14l-0.725 0.38v122.76c0 22.091-17.909 40-40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cake-light"]},"attrs":[{}],"properties":{"order":27214,"id":1022,"name":"cake-light","prevSize":16,"code":59873},"setIdx":2,"setId":2,"iconIdx":225},{"icon":{"paths":["M704 232h-384c-13.255 0-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24v0h384c13.255 0 24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM680 424h-336v-144h336zM800 104h-576c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-704c0-30.928-25.072-56-56-56v0zM808 864c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h576c4.418 0 8 3.582 8 8v0zM392 592c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM552 592c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM712 592c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM392 752c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM552 752c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM712 752c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calculator-light"]},"attrs":[{}],"properties":{"order":27215,"id":1021,"name":"calculator-light","prevSize":16,"code":59874},"setIdx":2,"setId":2,"iconIdx":226},{"icon":{"paths":["M832 136h-104v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-336v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-104c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM192 184h104v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h336v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h104c4.418 0 8 3.582 8 8v0 136h-656v-136c0-4.418 3.582-8 8-8v0zM832 840h-640c-4.418 0-8-3.582-8-8v0-456h656v456c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-blank-light"]},"attrs":[{}],"properties":{"order":27216,"id":1020,"name":"calendar-blank-light","prevSize":16,"code":59875},"setIdx":2,"setId":2,"iconIdx":227},{"icon":{"paths":["M832 136h-104v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-336v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-104c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM192 184h104v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h336v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h104c4.418 0 8 3.582 8 8v0 136h-656v-136c0-4.418 3.582-8 8-8v0zM832 840h-640c-4.418 0-8-3.582-8-8v0-456h656v456c0 4.418-3.582 8-8 8v0zM672.96 495.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-192 192c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-96-96c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79 175.040-175c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-check-light"]},"attrs":[{}],"properties":{"order":27217,"id":1019,"name":"calendar-check-light","prevSize":16,"code":59876},"setIdx":2,"setId":2,"iconIdx":228},{"icon":{"paths":["M832 136h-104v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-336v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-104c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM192 184h104v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h336v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h104c4.418 0 8 3.582 8 8v0 136h-656v-136c0-4.418 3.582-8 8-8v0zM832 840h-640c-4.418 0-8-3.582-8-8v0-456h656v456c0 4.418-3.582 8-8 8v0zM440 480v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-217.16l-29.28 14.64c-3.124 1.593-6.813 2.526-10.72 2.526-13.258 0-24.006-10.748-24.006-24.006 0-9.351 5.347-17.454 13.15-21.417l0.137-0.063 64-32c3.124-1.594 6.813-2.527 10.72-2.527 13.255 0 24 10.745 24 24 0 0.003-0 0.005-0 0.008l0-0zM678.28 597l-86.28 115h80c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24 0-5.43 1.803-10.439 4.844-14.46l-0.044 0.060 115.2-153.6c5.098-6.644 8.17-15.076 8.17-24.225 0-22.091-17.909-40-40-40-14.819 0-27.755 8.058-34.667 20.032l-0.103 0.193c-3.962 8.123-12.159 13.621-21.64 13.621-13.255 0-24-10.745-24-24 0-5.093 1.586-9.815 4.291-13.699l-0.052 0.078c15.537-26.325 43.759-43.707 76.040-43.707 48.601 0 88 39.399 88 88 0 19.887-6.597 38.233-17.721 52.97l0.161-0.223z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-light"]},"attrs":[{}],"properties":{"order":27218,"id":1018,"name":"calendar-light","prevSize":16,"code":59877},"setIdx":2,"setId":2,"iconIdx":229},{"icon":{"paths":["M832 136h-104v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-336v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-104c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM192 184h104v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h336v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h104c4.418 0 8 3.582 8 8v0 136h-656v-136c0-4.418 3.582-8 8-8v0zM832 840h-640c-4.418 0-8-3.582-8-8v0-456h656v456c0 4.418-3.582 8-8 8v0zM632 608c0 13.255-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h72c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-plus-light"]},"attrs":[{}],"properties":{"order":27219,"id":1017,"name":"calendar-plus-light","prevSize":16,"code":59878},"setIdx":2,"setId":2,"iconIdx":230},{"icon":{"paths":["M832 136h-104v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-336v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-104c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM192 184h104v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h336v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h104c4.418 0 8 3.582 8 8v0 136h-656v-136c0-4.418 3.582-8 8-8v0zM832 840h-640c-4.418 0-8-3.582-8-8v0-456h656v456c0 4.418-3.582 8-8 8v0zM624.96 528.96l-79.040 79.040 79.040 79.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-79.040-79.040-79.040 79.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 79.040-79.040-79.040-79.040c-4.706-4.393-7.639-10.634-7.639-17.559 0-13.255 10.745-24 24-24 6.925 0 13.165 2.933 17.546 7.625l0.013 0.014 79.040 79.040 79.040-79.040c4.393-4.706 10.634-7.639 17.559-7.639 13.255 0 24 10.745 24 24 0 6.925-2.933 13.165-7.625 17.546l-0.014 0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["calendar-x-light"]},"attrs":[{}],"properties":{"order":27220,"id":1016,"name":"calendar-x-light","prevSize":16,"code":59879},"setIdx":2,"setId":2,"iconIdx":231},{"icon":{"paths":["M96 728h832c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-40v-72c-0.223-199.122-155.030-362.015-350.856-375.139l-1.144-0.061v-80.8h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v80.8c-196.971 13.185-351.777 176.079-352 375.178l-0 0.022v72h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM184 608c0-181.149 146.851-328 328-328s328 146.851 328 328v0 72h-656zM952 832c0 13.255-10.745 24-24 24v0h-832c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h832c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["call-bell-light"]},"attrs":[{}],"properties":{"order":27221,"id":1015,"name":"call-bell-light","prevSize":16,"code":59880},"setIdx":2,"setId":2,"iconIdx":232},{"icon":{"paths":["M832 232h-115.16l-56.84-85.32c-4.366-6.477-11.674-10.68-19.964-10.68-0.013 0-0.025 0-0.038 0l0.002-0h-256c-0.011-0-0.023-0-0.036-0-8.29 0-15.598 4.203-19.91 10.595l-0.054 0.085-56.88 85.32h-115.12c-48.601 0-88 39.399-88 88v0 448c0 48.601 39.399 88 88 88v0h640c48.601 0 88-39.399 88-88v0-448c0-48.601-39.399-88-88-88v0zM872 768c0 22.091-17.909 40-40 40v0h-640c-22.091 0-40-17.909-40-40v0-448c0-22.091 17.909-40 40-40v0h128c0.011 0 0.023 0 0.036 0 8.29 0 15.598-4.203 19.91-10.595l0.054-0.085 56.84-85.32h230.28l56.88 85.32c4.366 6.477 11.674 10.68 19.964 10.68 0.013 0 0.025-0 0.038-0l-0.002 0h128c22.091 0 40 17.909 40 40v0zM512 360c-92.784 0-168 75.216-168 168s75.216 168 168 168c92.784 0 168-75.216 168-168v0c0-92.784-75.216-168-168-168v0zM512 648c-66.274 0-120-53.726-120-120s53.726-120 120-120c66.274 0 120 53.726 120 120v0c0 66.274-53.726 120-120 120v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["camera-light"]},"attrs":[{}],"properties":{"order":27222,"id":1014,"name":"camera-light","prevSize":16,"code":59881},"setIdx":2,"setId":2,"iconIdx":233},{"icon":{"paths":["M832 232h-115.16l-56.84-85.32c-4.366-6.477-11.674-10.68-19.964-10.68-0.013 0-0.025 0-0.038 0l0.002-0h-256c-0.011-0-0.023-0-0.036-0-8.29 0-15.598 4.203-19.91 10.595l-0.054 0.085-56.88 85.32h-115.12c-48.601 0-88 39.399-88 88v0 448c0 48.601 39.399 88 88 88v0h640c48.601 0 88-39.399 88-88v0-448c0-48.601-39.399-88-88-88v0zM872 768c0 22.091-17.909 40-40 40v0h-640c-22.091 0-40-17.909-40-40v0-448c0-22.091 17.909-40 40-40v0h128c0.011 0 0.023 0 0.036 0 8.29 0 15.598-4.203 19.91-10.595l0.054-0.085 56.84-85.32h230.28l56.88 85.32c4.366 6.477 11.674 10.68 19.964 10.68 0.013 0 0.025-0 0.038-0l-0.002 0h128c22.091 0 40 17.909 40 40v0zM664 544c0 13.255-10.745 24-24 24v0h-104v104c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-104h-104c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h104v-104c0-13.255 10.745-24 24-24s24 10.745 24 24v0 104h104c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["camera-plus-light"]},"attrs":[{}],"properties":{"order":27223,"id":1013,"name":"camera-plus-light","prevSize":16,"code":59882},"setIdx":2,"setId":2,"iconIdx":234},{"icon":{"paths":["M832 232h-115.16l-56.84-85.32c-4.366-6.477-11.674-10.68-19.964-10.68-0.013 0-0.025 0-0.038 0l0.002-0h-256c-0.011-0-0.023-0-0.036-0-8.29 0-15.598 4.203-19.91 10.595l-0.054 0.085-56.88 85.32h-115.12c-48.601 0-88 39.399-88 88v0 448c0 48.601 39.399 88 88 88v0h640c48.601 0 88-39.399 88-88v0-448c0-48.601-39.399-88-88-88v0zM872 768c0 22.091-17.909 40-40 40v0h-640c-22.091 0-40-17.909-40-40v0-448c0-22.091 17.909-40 40-40v0h128c0.011 0 0.023 0 0.036 0 8.29 0 15.598-4.203 19.91-10.595l0.054-0.085 56.84-85.32h230.28l56.88 85.32c4.366 6.477 11.674 10.68 19.964 10.68 0.013 0 0.025-0 0.038-0l-0.002 0h128c22.091 0 40 17.909 40 40v0zM696 384v96c0 13.255-10.745 24-24 24v0h-96c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h40l-8-8.36c-24.648-24.408-58.572-39.488-96.017-39.488-30.71 0-59.050 10.143-81.855 27.261l0.352-0.253c-3.969 3.014-8.993 4.828-14.44 4.828-13.259 0-24.008-10.749-24.008-24.008 0-7.812 3.731-14.752 9.508-19.137l0.060-0.043c30.402-22.838 68.778-36.573 110.362-36.573 50.795 0 96.804 20.494 130.209 53.664l-0.011-0.011c0.114 0.154 0.246 0.286 0.395 0.396l0.005 0.004 5.44 5.72v-36c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM627.2 625.6c3.005 3.965 4.814 8.981 4.814 14.419 0 7.814-3.734 14.755-9.515 19.137l-0.060 0.043c-30.399 22.853-68.779 36.598-110.37 36.598-50.797 0-96.806-20.504-130.2-53.688l0.010 0.010-0.4-0.4-5.48-5.72v36c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-96c0-13.255 10.745-24 24-24v0h96c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-40l8 8.36c24.648 24.408 58.572 39.488 96.017 39.488 30.71 0 59.050-10.143 81.855-27.261l-0.352 0.253c3.974-3.029 9.009-4.853 14.47-4.853 7.83 0 14.785 3.75 19.166 9.552l0.044 0.061z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["camera-rotate-light"]},"attrs":[{}],"properties":{"order":27224,"id":1012,"name":"camera-rotate-light","prevSize":16,"code":59883},"setIdx":2,"setId":2,"iconIdx":235},{"icon":{"paths":["M209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 50.76 56h-33c-48.601 0-88 39.399-88 88v0 448c0 48.601 39.399 88 88 88v0h600.28l21.96 24c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM422 448.8l160.44 176.52c-19.312 14.174-43.553 22.682-69.78 22.682-0.232 0-0.464-0.001-0.695-0.002l0.036 0c-66.269-0.006-119.989-53.73-119.989-120 0-30.487 11.369-58.319 30.099-79.487l-0.11 0.127zM192 808c-22.091 0-40-17.909-40-40v0-448c0-22.091 17.909-40 40-40v0h76.64l120.92 133c-28.546 30.052-46.104 70.78-46.104 115.608 0 92.784 75.216 168 168 168 39.172 0 75.213-13.407 103.784-35.882l-0.36 0.273 133.76 147zM920 320v424c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-424c0-22.091-17.909-40-40-40v0h-128c-0.011 0-0.023 0-0.036 0-8.29 0-15.598-4.203-19.91-10.595l-0.054-0.085-56.88-85.32h-230.28l-0.92 1.36c-4.367 6.499-11.691 10.719-20 10.719-13.265 0-24.019-10.753-24.019-24.019 0-4.956 1.501-9.561 4.073-13.386l-0.054 0.086 8-12c4.36-6.523 11.694-10.76 20.018-10.76 0.022 0 0.044 0 0.066 0l-0.003-0h256c0.011-0 0.023-0 0.036-0 8.29 0 15.598 4.203 19.91 10.595l0.054 0.085 56.84 85.32h115.16c48.601 0 88 39.399 88 88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["camera-slash-light"]},"attrs":[{}],"properties":{"order":27225,"id":1011,"name":"camera-slash-light","prevSize":16,"code":59884},"setIdx":2,"setId":2,"iconIdx":236},{"icon":{"paths":["M886.88 903.28c-3.178 9.784-12.214 16.733-22.873 16.733-2.603 0-5.109-0.414-7.456-1.181l0.17 0.048-344.72-109.68-344.72 109.68c-2.175 0.717-4.679 1.13-7.28 1.13-13.261 0-24.010-10.75-24.010-24.010 0-10.66 6.947-19.697 16.56-22.832l0.17-0.048 280-89.12-280-89.12c-9.783-3.183-16.73-12.22-16.73-22.88 0-13.261 10.75-24.010 24.010-24.010 2.601 0 5.105 0.413 7.45 1.178l-0.17-0.048 344.72 109.68 344.72-109.68c2.175-0.717 4.679-1.13 7.28-1.13 13.261 0 24.010 10.75 24.010 24.010 0 10.66-6.947 19.697-16.56 22.832l-0.17 0.048-280 89.12 280 89.12c9.784 3.178 16.733 12.214 16.733 22.873 0 2.603-0.414 5.109-1.181 7.456l0.048-0.17zM280 432c0-187.24 210.48-318.92 219.44-324.44 3.574-2.228 7.913-3.549 12.56-3.549s8.986 1.321 12.662 3.608l-0.102-0.059c8.96 5.52 219.44 137.2 219.44 324.44 0 128.13-103.87 232-232 232s-232-103.87-232-232v0zM512 616c39.765 0 72-32.235 72-72v0c0-61.92-48-109.72-72-129.76-24 20-72 68-72 129.76 0 39.765 32.235 72 72 72v0zM328 432c0.005 57.446 26.374 108.731 67.668 142.417l0.332 0.263c-2.54-9.196-4-19.756-4-30.657 0-0.008 0-0.016 0-0.025l-0 0.001c0-107.6 102.32-177.080 106.68-180 3.743-2.528 8.355-4.036 13.32-4.036s9.577 1.508 13.405 4.090l-0.085-0.054c4.36 2.88 106.68 72.36 106.68 180 0 0.007 0 0.015 0 0.023 0 10.901-1.46 21.461-4.195 31.495l0.195-0.838c41.625-33.948 67.995-85.234 68-142.679l0-0.001c0-136.24-140.6-244.88-184-275.12-43.4 30.24-184 138.84-184 275.12z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["campfire-light"]},"attrs":[{}],"properties":{"order":27226,"id":1010,"name":"campfire-light","prevSize":16,"code":59885},"setIdx":2,"setId":2,"iconIdx":237},{"icon":{"paths":["M832 200h-640c-48.601 0-88 39.399-88 88v0 448c0 48.601 39.399 88 88 88v0h640c48.601 0 88-39.399 88-88v0-448c0-48.601-39.399-88-88-88v0zM152 376h720v80h-203.24c-26.963 0.018-49.466 19.089-54.776 44.476l-0.064 0.364c-9.816 48.057-51.745 83.702-102 83.702s-92.184-35.645-101.885-83.032l-0.115-0.67c-5.363-25.699-27.784-44.742-54.669-44.84l-0.011-0h-203.24zM192 248h640c22.091 0 40 17.909 40 40v0 40h-720v-40c0-22.091 17.909-40 40-40v0zM832 776h-640c-22.091 0-40-17.909-40-40v0-232h203.24c0.050-0.001 0.11-0.002 0.17-0.002 3.838 0 7.045 2.703 7.821 6.309l0.009 0.053c14.577 69.951 75.719 121.752 148.96 121.752s134.383-51.801 148.787-120.764l0.173-0.988c0.784-3.648 3.975-6.345 7.798-6.36l0.002-0h203.040v232c0 22.091-17.909 40-40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cardholder-light"]},"attrs":[{}],"properties":{"order":27227,"id":1009,"name":"cardholder-light","prevSize":16,"code":59886},"setIdx":2,"setId":2,"iconIdx":238},{"icon":{"paths":["M736 296h-576c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM744 800c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h576c4.418 0 8 3.582 8 8v0zM920 224v480c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-480c0-4.418-3.582-8-8-8v0h-608c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h608c30.928 0 56 25.072 56 56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cards-light"]},"attrs":[{}],"properties":{"order":27228,"id":1008,"name":"cards-light","prevSize":16,"code":59887},"setIdx":2,"setId":2,"iconIdx":239},{"icon":{"paths":["M800.48 223.48c-73.834-73.834-175.834-119.501-288.5-119.501-225.333 0-408.001 182.668-408.001 408.001 0 112.666 45.667 214.666 119.501 288.5h-0c73.834 73.834 175.834 119.501 288.5 119.501 225.333 0 408.001-182.668 408.001-408.001 0-112.666-45.667-214.666-119.501-288.5v-0zM766.56 766.56c-65.147 65.146-155.147 105.44-254.557 105.44-198.823 0-360-161.177-360-360s161.177-360 360-360c99.411 0 189.41 40.294 254.557 105.44l-0-0c65.052 65.191 105.278 155.178 105.278 254.56s-40.226 189.369-105.284 254.566l0.006-0.006zM656.96 335.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 111.040 111 111.040-111c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM656.96 559.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 111.040 111 111.040-111c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-double-down-light"]},"attrs":[{}],"properties":{"order":27229,"id":1007,"name":"caret-circle-double-down-light","prevSize":16,"code":59888},"setIdx":2,"setId":2,"iconIdx":240},{"icon":{"paths":["M800.48 223.48c-73.834-73.834-175.834-119.501-288.5-119.501-225.333 0-408.001 182.668-408.001 408.001 0 112.666 45.667 214.666 119.501 288.5h-0c73.834 73.834 175.834 119.501 288.5 119.501 225.333 0 408.001-182.668 408.001-408.001 0-112.666-45.667-214.666-119.501-288.5v-0zM766.56 766.56c-65.147 65.146-155.147 105.44-254.557 105.44-198.823 0-360-161.177-360-360s161.177-360 360-360c99.411 0 189.41 40.294 254.557 105.44l-0-0c65.052 65.191 105.278 155.178 105.278 254.56s-40.226 189.369-105.284 254.566l0.006-0.006zM688.96 400.96l-111 111.040 111 111.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-128-128c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 128-128c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014zM464.96 400.96l-111 111.040 111 111.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-128-128c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 128-128c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-double-left-light"]},"attrs":[{}],"properties":{"order":27230,"id":1006,"name":"caret-circle-double-left-light","prevSize":16,"code":59889},"setIdx":2,"setId":2,"iconIdx":241},{"icon":{"paths":["M800.48 223.48c-73.834-73.834-175.834-119.501-288.5-119.501-225.333 0-408.001 182.668-408.001 408.001 0 112.666 45.667 214.666 119.501 288.5h-0c73.834 73.834 175.834 119.501 288.5 119.501 225.333 0 408.001-182.668 408.001-408.001 0-112.666-45.667-214.666-119.501-288.5v-0zM766.56 766.56c-65.147 65.146-155.147 105.44-254.557 105.44-198.823 0-360-161.177-360-360s161.177-360 360-360c99.411 0 189.41 40.294 254.557 105.44l-0-0c65.052 65.191 105.278 155.178 105.278 254.56s-40.226 189.369-105.284 254.566l0.006-0.006zM496.96 495.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 111-111.040-111-111.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013zM720.96 495.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 111-111.040-111-111.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-double-right-light"]},"attrs":[{}],"properties":{"order":27231,"id":1005,"name":"caret-circle-double-right-light","prevSize":16,"code":59890},"setIdx":2,"setId":2,"iconIdx":242},{"icon":{"paths":["M800.48 223.48c-73.834-73.834-175.834-119.501-288.5-119.501-225.333 0-408.001 182.668-408.001 408.001 0 112.666 45.667 214.666 119.501 288.5h-0c73.834 73.834 175.834 119.501 288.5 119.501 225.333 0 408.001-182.668 408.001-408.001 0-112.666-45.667-214.666-119.501-288.5v-0zM766.56 766.56c-65.147 65.146-155.147 105.44-254.557 105.44-198.823 0-360-161.177-360-360s161.177-360 360-360c99.411 0 189.41 40.294 254.557 105.44l-0-0c65.052 65.191 105.278 155.178 105.278 254.56s-40.226 189.369-105.284 254.566l0.006-0.006zM656.96 655.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-111.040-111-111.040 111c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 128-128c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM656.96 431.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-111.040-111-111.040 111c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 128-128c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-double-up-light"]},"attrs":[{}],"properties":{"order":27232,"id":1004,"name":"caret-circle-double-up-light","prevSize":16,"code":59891},"setIdx":2,"setId":2,"iconIdx":243},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM688.96 431.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-160 160c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-160-160c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 143.040 143 143.040-143c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-down-light"]},"attrs":[{}],"properties":{"order":27233,"id":1003,"name":"caret-circle-down-light","prevSize":16,"code":59892},"setIdx":2,"setId":2,"iconIdx":244},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM592.96 368.96l-143 143.040 143 143.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-160-160c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 160-160c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-left-light"]},"attrs":[{}],"properties":{"order":27234,"id":1002,"name":"caret-circle-left-light","prevSize":16,"code":59893},"setIdx":2,"setId":2,"iconIdx":245},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM624.96 495.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-160 160c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 143-143.040-143-143.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-right-light"]},"attrs":[{}],"properties":{"order":27235,"id":1001,"name":"caret-circle-right-light","prevSize":16,"code":59894},"setIdx":2,"setId":2,"iconIdx":246},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM656.96 399.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-111.040-111-111.040 111c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 128-128c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM656.96 591.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 111.040 111 111.040-111c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-up-down-light"]},"attrs":[{}],"properties":{"order":27236,"id":1000,"name":"caret-circle-up-down-light","prevSize":16,"code":59895},"setIdx":2,"setId":2,"iconIdx":247},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM688.96 559.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-143.040-143-143.040 143c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 160-160c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-circle-up-light"]},"attrs":[{}],"properties":{"order":27237,"id":999,"name":"caret-circle-up-light","prevSize":16,"code":59896},"setIdx":2,"setId":2,"iconIdx":248},{"icon":{"paths":["M848.96 495.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-320 320c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-320-320c-4.706-4.393-7.639-10.634-7.639-17.559 0-13.255 10.745-24 24-24 6.925 0 13.165 2.933 17.546 7.625l0.013 0.014 303.040 303 303.040-303c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM495.040 528.96c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 320-320c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-303.040 303-303.040-303c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-double-down-light"]},"attrs":[{}],"properties":{"order":27238,"id":998,"name":"caret-double-down-light","prevSize":16,"code":59897},"setIdx":2,"setId":2,"iconIdx":249},{"icon":{"paths":["M816.96 815.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-320-320c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 320-320c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-303 303.040zM193.96 512l303-303.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-320 320c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 320 320c4.393 4.706 10.634 7.639 17.559 7.639 13.255 0 24-10.745 24-24 0-6.925-2.933-13.165-7.625-17.546l-0.014-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-double-left-light"]},"attrs":[{}],"properties":{"order":27239,"id":997,"name":"caret-double-left-light","prevSize":16,"code":59898},"setIdx":2,"setId":2,"iconIdx":250},{"icon":{"paths":["M560.96 528.96l-320 320c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 303-303.040-303-303.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 320 320c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0zM880.96 495.040l-320-320c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 303 303.040-303 303.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 320-320c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-double-right-light"]},"attrs":[{}],"properties":{"order":27240,"id":996,"name":"caret-double-right-light","prevSize":16,"code":59899},"setIdx":2,"setId":2,"iconIdx":251},{"icon":{"paths":["M848.96 815.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-303.040-303-303.040 303c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 320-320c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM208.96 528.96l303.040-303 303.040 303c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-320-320c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-320 320c-3.991 4.274-6.441 10.032-6.441 16.361 0 13.255 10.745 24 24 24 6.33 0 12.087-2.45 16.375-6.454l-0.014 0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-double-up-light"]},"attrs":[{}],"properties":{"order":27241,"id":995,"name":"caret-double-up-light","prevSize":16,"code":59900},"setIdx":2,"setId":2,"iconIdx":252},{"icon":{"paths":["M848.96 400.96l-320 320c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-320-320c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 303.040 303 303.040-303c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-down-light"]},"attrs":[{}],"properties":{"order":27242,"id":994,"name":"caret-down-light","prevSize":16,"code":59901},"setIdx":2,"setId":2,"iconIdx":253},{"icon":{"paths":["M656.96 815.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-320-320c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 320-320c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-303 303.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-left-light"]},"attrs":[{}],"properties":{"order":27243,"id":993,"name":"caret-left-light","prevSize":16,"code":59902},"setIdx":2,"setId":2,"iconIdx":254},{"icon":{"paths":["M720.96 528.96l-320 320c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 303-303.040-303-303.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 320 320c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-right-light"]},"attrs":[{}],"properties":{"order":27244,"id":992,"name":"caret-right-light","prevSize":16,"code":59903},"setIdx":2,"setId":2,"iconIdx":255},{"icon":{"paths":["M720.96 687.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-192 192c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-192-192c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 175.040 175 175.040-175c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM336.96 336.96l175.040-175 175.040 175c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-192-192c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-192 192c-3.991 4.274-6.441 10.032-6.441 16.361 0 13.255 10.745 24 24 24 6.33 0 12.087-2.45 16.375-6.454l-0.014 0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-up-down-light"]},"attrs":[{}],"properties":{"order":27245,"id":991,"name":"caret-up-down-light","prevSize":16,"code":59904},"setIdx":2,"setId":2,"iconIdx":256},{"icon":{"paths":["M848.96 656.96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-303.040-303-303.040 303c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 320-320c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 320 320c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["caret-up-light"]},"attrs":[{}],"properties":{"order":27246,"id":990,"name":"caret-up-light","prevSize":16,"code":59905},"setIdx":2,"setId":2,"iconIdx":257},{"icon":{"paths":["M960 456h-48.4l-113.24-254.76c-8.942-19.747-28.475-33.237-51.16-33.24l-470.4-0c-22.685 0.003-42.218 13.493-51.017 32.888l-0.143 0.352-113.24 254.76h-48.4c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v328c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-72h400v72c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-328h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM269.48 220.76c1.275-2.827 4.069-4.76 7.315-4.76 0.002 0 0.004 0 0.006 0l470.4-0c0.002-0 0.004-0 0.005-0 3.245 0 6.039 1.933 7.294 4.71l0.020 0.050 104.56 235.24h-694.16zM264 832c0 4.418-3.582 8-8 8v0h-96c-4.418 0-8-3.582-8-8v0-72h112zM864 840h-96c-4.418 0-8-3.582-8-8v0-72h112v72c0 4.418-3.582 8-8 8v0zM872 712h-720v-208h720zM232 608c0-13.255 10.745-24 24-24v0h64c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-64c-13.255 0-24-10.745-24-24v0zM680 608c0-13.255 10.745-24 24-24v0h64c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-64c-13.255 0-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["car-light"]},"attrs":[{}],"properties":{"order":27247,"id":989,"name":"car-light","prevSize":16,"code":59906},"setIdx":2,"setId":2,"iconIdx":258},{"icon":{"paths":["M960 456h-118.040l-175.6-175.6c-10.097-10.131-24.065-16.4-39.497-16.4-0.036 0-0.073 0-0.109 0l0.006-0h-449.64c-0.005-0-0.011-0-0.016-0-19.343 0-36.396 9.807-46.457 24.721l-0.127 0.199-118.52 177.76c-2.506 3.731-4 8.324-4 13.267 0 0.019 0 0.038 0 0.056l-0-0.003v192c0 30.928 25.072 56 56 56v0h74.4c11.508 55.225 59.778 96.12 117.6 96.12s106.092-40.896 117.464-95.34l0.136-0.78h276.8c11.508 55.225 59.778 96.12 117.6 96.12s106.092-40.896 117.464-95.34l0.136-0.78h74.4c30.928 0 56-25.072 56-56v0-160c0-30.928-25.072-56-56-56v0zM170.48 315.56c1.453-2.155 3.882-3.555 6.639-3.56l0.001-0h449.64c2.205 0.010 4.198 0.91 5.64 2.36l0 0 141.68 141.64h-697.24zM256 776c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM768 776c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM968 672c0 4.418-3.582 8-8 8v0h-74.4c-11.508-55.225-59.778-96.12-117.6-96.12s-106.092 40.896-117.464 95.34l-0.136 0.78h-276.8c-11.508-55.225-59.778-96.12-117.6-96.12s-106.092 40.896-117.464 95.34l-0.136 0.78h-74.4c-4.418 0-8-3.582-8-8v0-168h904c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["car-profile-light"]},"attrs":[{}],"properties":{"order":27248,"id":988,"name":"car-profile-light","prevSize":16,"code":59907},"setIdx":2,"setId":2,"iconIdx":259},{"icon":{"paths":["M928 264h-134.080l119.040-119.040c4.706-4.393 7.639-10.634 7.639-17.559 0-13.255-10.745-24-24-24-6.925 0-13.165 2.933-17.546 7.625l-0.013 0.014-119.040 119.040v-134.080c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 144.6c-38.3-25.421-85.339-40.56-135.915-40.56-68.445 0-130.414 27.727-175.287 72.562l0.002-0.002c-160.12 157-280.6 533.2-291.28 567.4-3.458 7.066-5.48 15.377-5.48 24.16 0 30.928 25.072 56 56 56 8.783 0 17.093-2.022 24.492-5.626l-0.332 0.146c34-10.68 410.48-131.24 567.16-291.080 44.871-44.878 72.624-106.872 72.624-175.349 0-50.616-15.164-97.69-41.196-136.928l0.572 0.917h144.64c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM717.24 589.64c-37.24 38.36-89.24 74.36-146.48 107.32l-105.84-105.88c-4.346-4.346-10.349-7.033-16.98-7.033-13.262 0-24.013 10.751-24.013 24.013 0 6.631 2.688 12.634 7.033 16.98l96 96c-166.76 88-356 147.28-358.92 148-1.645 0.524-3.048 1.121-4.382 1.829l0.142-0.069c-1.077 0.576-2.356 0.915-3.715 0.915-4.418 0-8-3.582-8-8 0-1.358 0.339-2.637 0.936-3.758l-0.021 0.043c0.639-1.124 1.246-2.444 1.742-3.817l0.058-0.183c1.2-4 115.4-369.12 263.12-532l141.080 141.040c4.393 4.706 10.634 7.639 17.559 7.639 13.255 0 24-10.745 24-24 0-6.925-2.933-13.165-7.625-17.546l-0.014-0.013-140.4-140.4c33.671-26.663 76.76-42.773 123.611-42.773 110.457 0 200 89.543 200 200 0 55.384-22.512 105.51-58.884 141.726l-0.007 0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["carrot-light"]},"attrs":[{}],"properties":{"order":27249,"id":987,"name":"carrot-light","prevSize":16,"code":59908},"setIdx":2,"setId":2,"iconIdx":260},{"icon":{"paths":["M960 456h-48.4l-113.24-254.76c-8.942-19.747-28.475-33.237-51.16-33.24l-470.4-0c-22.685 0.003-42.218 13.493-51.017 32.888l-0.143 0.352-113.24 254.76h-48.4c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v328c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-72h400v72c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-328h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM269.48 220.76c1.275-2.827 4.069-4.76 7.315-4.76 0.002 0 0.004 0 0.006 0l470.4-0c0.002-0 0.004-0 0.005-0 3.245 0 6.039 1.933 7.294 4.71l0.020 0.050 104.56 235.24h-694.16zM872 832c0 4.418-3.582 8-8 8v0h-96c-4.418 0-8-3.582-8-8v0-96c0-13.255-10.745-24-24-24v0h-448c-13.255 0-24 10.745-24 24v0 96c0 4.418-3.582 8-8 8v0h-96c-4.418 0-8-3.582-8-8v0-328h720z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["car-simple-light"]},"attrs":[{}],"properties":{"order":27250,"id":986,"name":"car-simple-light","prevSize":16,"code":59909},"setIdx":2,"setId":2,"iconIdx":261},{"icon":{"paths":["M896 200h-768c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h768c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM304 776l57.6-76.8c1.475-1.952 3.792-3.2 6.4-3.2h288c2.608 0 4.925 1.248 6.385 3.18l0.015 0.020 57.6 76.8zM904 768c0 4.418-3.582 8-8 8v0h-116l-79.2-105.6c-10.349-13.634-26.551-22.36-44.793-22.4l-0.007-0h-288c-18.249 0.040-34.451 8.766-44.699 22.261l-0.101 0.139-79.2 105.6h-116c-4.418 0-8-3.582-8-8v0-512c0-4.418 3.582-8 8-8v0h768c4.418 0 8 3.582 8 8v0zM704 328h-384c-66.274 0-120 53.726-120 120s53.726 120 120 120v0h384c66.274 0 120-53.726 120-120s-53.726-120-120-120v0zM608 376c-15.032 19.789-24.080 44.838-24.080 72s9.049 52.211 24.296 72.297l-0.216-0.297h-192c15.032-19.789 24.080-44.838 24.080-72s-9.049-52.211-24.296-72.297l0.216 0.297zM248 448c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0zM704 520c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cassette-tape-light"]},"attrs":[{}],"properties":{"order":27251,"id":985,"name":"cassette-tape-light","prevSize":16,"code":59910},"setIdx":2,"setId":2,"iconIdx":262},{"icon":{"paths":["M800 104h-64c-30.928 0-56 25.072-56 56v0 64c0 4.418-3.582 8-8 8v0h-64c-4.418 0-8-3.582-8-8v0-64c0-30.928-25.072-56-56-56v0h-64c-30.928 0-56 25.072-56 56v0 64c0 4.418-3.582 8-8 8v0h-64c-4.418 0-8-3.582-8-8v0-64c0-30.928-25.072-56-56-56v0h-64c-30.928 0-56 25.072-56 56v0 178.76c-0 0.039-0 0.084-0 0.13 0 15.411 6.27 29.357 16.398 39.427l0.003 0.003 45.28 45.28c1.434 1.445 2.32 3.436 2.32 5.634 0 0.002-0 0.004-0 0.007l0-0v434.76c0 30.928 25.072 56 56 56v0h448c30.928 0 56-25.072 56-56v0-434.76c-0-0.002-0-0.004-0-0.006 0-2.198 0.886-4.188 2.321-5.634l-0.001 0.001 45.28-45.28c10.13-10.073 16.4-24.019 16.4-39.43 0-0.046-0-0.091-0-0.137l0 0.007v-178.76c0-30.928-25.072-56-56-56v0zM584 872h-144v-264c0-39.765 32.235-72 72-72s72 32.235 72 72v0zM808 338.76c0 0.002 0 0.004 0 0.006 0 2.198-0.886 4.188-2.321 5.634l0.001-0.001-45.28 45.28c-10.13 10.073-16.4 24.019-16.4 39.43 0 0.046 0 0.091 0 0.137l-0-0.007v434.76c0 4.418-3.582 8-8 8v0h-104v-264c0-66.274-53.726-120-120-120s-120 53.726-120 120v0 264h-104c-4.418 0-8-3.582-8-8v0-434.76c0-0.039 0-0.084 0-0.13 0-15.411-6.27-29.357-16.398-39.427l-0.003-0.003-45.28-45.28c-1.434-1.445-2.32-3.436-2.32-5.634 0-0.002 0-0.004 0-0.007l-0 0v-178.76c0-4.418 3.582-8 8-8v0h64c4.418 0 8 3.582 8 8v0 64c0 30.928 25.072 56 56 56v0h64c30.928 0 56-25.072 56-56v0-64c0-4.418 3.582-8 8-8v0h64c4.418 0 8 3.582 8 8v0 64c0 30.928 25.072 56 56 56v0h64c30.928 0 56-25.072 56-56v0-64c0-4.418 3.582-8 8-8v0h64c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["castle-turret-light"]},"attrs":[{}],"properties":{"order":27252,"id":984,"name":"castle-turret-light","prevSize":16,"code":59911},"setIdx":2,"setId":2,"iconIdx":263},{"icon":{"paths":["M885.44 140.28c-6.362-2.724-13.764-4.307-21.537-4.307-15.417 0-29.378 6.23-39.505 16.309l0.002-0.002-1.16 1.2-73.56 84.84c-67.078-44.108-149.313-70.358-237.68-70.358s-170.602 26.25-239.334 71.377l1.654-1.020-73.56-84.68-1.16-1.2c-10.134-10.135-24.135-16.404-39.6-16.404-30.915 0-55.98 25.052-56 55.962l-0 0.002v352c0 207.32 183.040 376 408 376s408-168.68 408-376v-352c-0.006-23.187-14.103-43.080-34.193-51.582l-0.367-0.138zM872 544c0 173.52-148.64 316-336 327.24v-93.32l56.96-56.96c4.267-4.33 6.902-10.278 6.902-16.842 0-13.255-10.745-24-24-24-6.554 0-12.494 2.627-16.825 6.886l0.003-0.003-47.040 47.040-47.040-47.040c-4.328-4.255-10.268-6.882-16.822-6.882-13.255 0-24 10.745-24 24 0 6.564 2.635 12.512 6.905 16.845l-0.003-0.003 56.96 56.96v93.32c-187.36-11.24-336-153.72-336-327.24v-352c-0.003-0.077-0.004-0.168-0.004-0.259 0-3.243 2.021-6.015 4.872-7.123l0.052-0.018c0.968-0.408 2.092-0.656 3.271-0.68l0.009-0c1.95 0.014 3.721 0.772 5.045 2.004l-0.005-0.004 87.040 100c4.424 5.073 10.899 8.261 18.119 8.261 5.395 0 10.375-1.78 14.383-4.786l-0.062 0.045c21.761-16.192 46.531-30.505 72.896-41.811l2.384-0.909v105.28c0 13.255 10.745 24 24 24s24-10.745 24-24v0-121.96c23.442-6.727 50.755-11.46 78.875-13.224l1.125-0.056v135.24c0 13.255 10.745 24 24 24s24-10.745 24-24v0-135.24c29.245 1.82 56.558 6.553 82.757 13.945l-2.757-0.665v121.96c0 13.255 10.745 24 24 24s24-10.745 24-24v0-105.28c28.747 12.278 53.515 26.655 76.247 43.61l-0.967-0.69c3.946 2.961 8.926 4.741 14.321 4.741 7.22 0 13.695-3.188 18.094-8.233l0.024-0.029 87.040-100c1.396-1.215 3.232-1.956 5.242-1.956 4.361 0 7.907 3.489 7.998 7.828l0 0.009zM376 560c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM728 560c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cat-light"]},"attrs":[{}],"properties":{"order":27253,"id":983,"name":"cat-light","prevSize":16,"code":59912},"setIdx":2,"setId":2,"iconIdx":264},{"icon":{"paths":["M664 288v512c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-512c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM800 104c-13.255 0-24 10.745-24 24v0 672c0 13.255 10.745 24 24 24s24-10.745 24-24v0-672c0-13.255-10.745-24-24-24v0zM480 424c-13.255 0-24 10.745-24 24v0 352c0 13.255 10.745 24 24 24s24-10.745 24-24v0-352c0-13.255-10.745-24-24-24v0zM320 584c-13.255 0-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24s24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM160 744c-13.255 0-24 10.745-24 24v0 32c0 13.255 10.745 24 24 24s24-10.745 24-24v0-32c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-full-light"]},"attrs":[{}],"properties":{"order":27254,"id":982,"name":"cell-signal-full-light","prevSize":16,"code":59913},"setIdx":2,"setId":2,"iconIdx":265},{"icon":{"paths":["M664 288v512c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-512c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM480 424c-13.255 0-24 10.745-24 24v0 352c0 13.255 10.745 24 24 24s24-10.745 24-24v0-352c0-13.255-10.745-24-24-24v0zM320 584c-13.255 0-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24s24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM160 744c-13.255 0-24 10.745-24 24v0 32c0 13.255 10.745 24 24 24s24-10.745 24-24v0-32c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-high-light"]},"attrs":[{}],"properties":{"order":27255,"id":981,"name":"cell-signal-high-light","prevSize":16,"code":59914},"setIdx":2,"setId":2,"iconIdx":266},{"icon":{"paths":["M344 608v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM160 744c-13.255 0-24 10.745-24 24v0 32c0 13.255 10.745 24 24 24s24-10.745 24-24v0-32c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-low-light"]},"attrs":[{}],"properties":{"order":27256,"id":980,"name":"cell-signal-low-light","prevSize":16,"code":59915},"setIdx":2,"setId":2,"iconIdx":267},{"icon":{"paths":["M504 448v352c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-352c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM320 584c-13.255 0-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24s24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM160 744c-13.255 0-24 10.745-24 24v0 32c0 13.255 10.745 24 24 24s24-10.745 24-24v0-32c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-medium-light"]},"attrs":[{}],"properties":{"order":27257,"id":979,"name":"cell-signal-medium-light","prevSize":16,"code":59916},"setIdx":2,"setId":2,"iconIdx":268},{"icon":{"paths":["M184 768v32c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-32c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-none-light"]},"attrs":[{}],"properties":{"order":27258,"id":978,"name":"cell-signal-none-light","prevSize":16,"code":59917},"setIdx":2,"setId":2,"iconIdx":269},{"icon":{"paths":["M344 608v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM160 744c-13.255 0-24 10.745-24 24v0 32c0 13.255 10.745 24 24 24s24-10.745 24-24v0-32c0-13.255-10.745-24-24-24v0zM849.76 848l-640-704c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 281.76 310.080v313.92c0 13.255 10.745 24 24 24s24-10.745 24-24v0-261.12l112 123.2v137.92c0 13.255 10.745 24 24 24s24-10.745 24-24v0-85.12l150.24 165.12c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM640 486.52c13.255 0 24-10.745 24-24v0-174.52c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 174.52c0 13.255 10.745 24 24 24v0zM800 662.52c13.255 0 24-10.745 24-24v0-510.52c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 510.52c0 13.255 10.745 24 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-slash-light"]},"attrs":[{}],"properties":{"order":27259,"id":977,"name":"cell-signal-slash-light","prevSize":16,"code":59918},"setIdx":2,"setId":2,"iconIdx":270},{"icon":{"paths":["M848.96 783.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-79.040-79.040-79.040 79.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 79.040-79.040-79.040-79.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79.040 79.040-79.040c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-79.040 79.040zM640 504c13.255 0 24-10.745 24-24v0-192c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24v0zM800 504c13.255 0 24-10.745 24-24v0-352c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 352c0 13.255 10.745 24 24 24v0zM480 424c-13.255 0-24 10.745-24 24v0 352c0 13.255 10.745 24 24 24s24-10.745 24-24v0-352c0-13.255-10.745-24-24-24v0zM320 584c-13.255 0-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24s24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM160 744c-13.255 0-24 10.745-24 24v0 32c0 13.255 10.745 24 24 24s24-10.745 24-24v0-32c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cell-signal-x-light"]},"attrs":[{}],"properties":{"order":27260,"id":976,"name":"cell-signal-x-light","prevSize":16,"code":59919},"setIdx":2,"setId":2,"iconIdx":271},{"icon":{"paths":["M984 512c0-0.055 0-0.121 0-0.187 0-119.294-96.706-216-216-216s-216 96.706-216 216c0 60.011 24.473 114.307 63.983 153.45l0.017 0.017v230.72c-0 0.002-0 0.005-0 0.007 0 13.255 10.745 24 24 24 3.907 0 7.596-0.934 10.857-2.59l-0.137 0.063 117.28-58.64 117.28 58.64c3.12 1.589 6.804 2.52 10.706 2.52 0.005 0 0.010-0 0.015-0l-0.001 0c0.011 0 0.024 0 0.037 0 4.655 0 8.997-1.341 12.66-3.658l-0.097 0.058c6.879-4.294 11.39-11.819 11.4-20.399l0-0.001v-230.72c39.523-39.056 64-93.261 64-153.183 0-0.034-0-0.068-0-0.103l0 0.005zM600 512c0-92.784 75.216-168 168-168s168 75.216 168 168c0 92.784-75.216 168-168 168v0c-92.784 0-168-75.216-168-168v0zM872 857.16l-93.28-46.64c-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063-93.28 46.64v-156c29.999 16.84 65.841 26.759 104 26.759s74.001-9.919 105.089-27.319l-1.089 0.56zM536 768c0 13.255-10.745 24-24 24v0h-352c-30.928 0-56-25.072-56-56v0-512c0-30.928 25.072-56 56-56v0h704c30.928 0 56 25.072 56 56v0c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0-4.418-3.582-8-8-8v0h-704c-4.418 0-8 3.582-8 8v0 512c0 4.418 3.582 8 8 8v0h352c13.255 0 24 10.745 24 24v0zM472 544c0 13.255-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0zM472 416c0 13.255-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["certificate-light"]},"attrs":[{}],"properties":{"order":27261,"id":975,"name":"certificate-light","prevSize":16,"code":59920},"setIdx":2,"setId":2,"iconIdx":272},{"icon":{"paths":["M832 552h-136v-144h72c30.928 0 56-25.072 56-56v0-192c0-30.928-25.072-56-56-56v0h-512c-30.928 0-56 25.072-56 56v0 192c0 30.928 25.072 56 56 56v0h72v144h-136c-30.928 0-56 25.072-56 56v0 64c0 30.928 25.072 56 56 56v0h40v168c0 13.255 10.745 24 24 24s24-10.745 24-24v0-168h464v168c0 13.255 10.745 24 24 24s24-10.745 24-24v0-168h40c30.928 0 56-25.072 56-56v0-64c0-30.928-25.072-56-56-56v0zM248 352v-192c0-4.418 3.582-8 8-8v0h512c4.418 0 8 3.582 8 8v0 192c0 4.418-3.582 8-8 8v0h-512c-4.418 0-8-3.582-8-8v0zM376 408h272v144h-272zM840 672c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-64c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chair-light"]},"attrs":[{}],"properties":{"order":27262,"id":974,"name":"chair-light","prevSize":16,"code":59921},"setIdx":2,"setId":2,"iconIdx":273},{"icon":{"paths":["M960 776h-40v-552c0-30.928-25.072-56-56-56v0h-704c-30.928 0-56 25.072-56 56v0 552h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h896c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM152 224c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0 552h-80v-104c0-13.255-10.745-24-24-24v0h-288c-13.255 0-24 10.745-24 24v0 104h-176v-432h464v200c0 13.255 10.745 24 24 24s24-10.745 24-24v0-224c0-13.255-10.745-24-24-24v0h-512c-13.255 0-24 10.745-24 24v0 456h-80zM744 776h-240v-80h240z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chalkboard-light"]},"attrs":[{}],"properties":{"order":27263,"id":973,"name":"chalkboard-light","prevSize":16,"code":59922},"setIdx":2,"setId":2,"iconIdx":274},{"icon":{"paths":["M104 672v-448c0-30.928 25.072-56 56-56v0h704c30.928 0 56 25.072 56 56v0 448c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-448c0-4.418-3.582-8-8-8v0h-704c-4.418 0-8 3.582-8 8v0 448c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM984 800c0 13.255-10.745 24-24 24v0h-896c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h392v-104c0-13.255 10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0 104h200c13.255 0 24 10.745 24 24v0zM504 776h208v-80h-208z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chalkboard-simple-light"]},"attrs":[{}],"properties":{"order":27264,"id":972,"name":"chalkboard-simple-light","prevSize":16,"code":59923},"setIdx":2,"setId":2,"iconIdx":275},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h53.56c9.517-0.003 17.739-5.545 21.618-13.577l0.062-0.143c32.836-68.187 101.4-114.409 180.76-114.409s147.924 46.222 180.24 113.213l0.52 1.196c3.941 8.175 12.163 13.717 21.68 13.72l245.56 0c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM312 576c0-57.438 46.562-104 104-104s104 46.562 104 104c0 57.438-46.562 104-104 104v0c-57.438 0-104-46.562-104-104v0zM872 800c0 4.418-3.582 8-8 8v0h-230.92c-28.247-50.031-71.813-88.596-124.249-109.842l-1.671-0.598c37.107-28.024 60.84-72.055 60.84-121.63 0-83.947-68.053-152-152-152s-152 68.053-152 152c0 49.575 23.733 93.606 60.457 121.353l0.383 0.277c-54.107 21.844-97.673 60.409-125.274 109.199l-0.646 1.241h-38.92c-4.418 0-8-3.582-8-8v0-576c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM792 320v384c0 13.255-10.745 24-24 24v0h-64c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h40v-336h-464v40c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c0-13.255 10.745-24 24-24v0h512c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chalkboard-teacher-light"]},"attrs":[{}],"properties":{"order":27265,"id":971,"name":"chalkboard-teacher-light","prevSize":16,"code":59924},"setIdx":2,"setId":2,"iconIdx":276},{"icon":{"paths":["M569.040 40h-178.44c-10.507 0.098-19.392 6.934-22.551 16.391l-0.049 0.169c-5.88 18.040-142.12 442.92-23.4 606.28 27 37.12 64.4 58.48 111.44 63.8v209.36h-72.040c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-209.36c47.040-5.32 84.44-26.68 111.4-63.8 118.72-163.36-17.48-588.24-23.36-606.28-3.231-9.695-12.223-16.561-22.818-16.561-0.064 0-0.128 0-0.192 0.001l0.010-0zM408.32 88h143c8.96 29.92 28 97.16 43 176h-228.96c15-78.84 34.040-146.080 42.96-176zM576.32 634.64c-22.12 30.52-53.68 45.36-96.32 45.36s-74.4-14.84-96.56-45.36c-41.6-56.96-50.6-168.44-26.44-322.64h245.68c24.16 154.2 15.12 265.68-26.28 322.64zM920 208c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM824 80c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM824 400c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["champagne-light"]},"attrs":[{}],"properties":{"order":27266,"id":970,"name":"champagne-light","prevSize":16,"code":59925},"setIdx":2,"setId":2,"iconIdx":277},{"icon":{"paths":["M532 498.56c2.579 3.769 4.118 8.426 4.118 13.443 0 3.212-0.631 6.277-1.776 9.077l0.058-0.16-64 160c-3.594 9.006-12.242 15.254-22.35 15.254-13.255 0-24-10.745-24-24 0-3.279 0.658-6.405 1.848-9.253l-0.059 0.158 50.72-127.080h-92.56c-13.254-0-23.999-10.745-23.999-24 0-3.213 0.632-6.279 1.777-9.080l-0.058 0.16 64-160c3.681-8.82 12.235-14.906 22.21-14.906 13.255 0 24 10.745 24 24 0 3.147-0.606 6.153-1.707 8.908l0.057-0.162-50.84 127.080h92.56c0.034-0 0.075-0 0.116-0 8.239 0 15.509 4.152 19.831 10.478l0.053 0.083zM984 346.56v325.44c0 48.601-39.399 88-88 88s-88-39.399-88-88v0-160c0-22.091-17.909-40-40-40v0h-72v368h72c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-640c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-616c0-48.601 39.399-88 88-88v0h320c48.601 0 88 39.399 88 88v0 200h72c48.601 0 88 39.399 88 88v0 160c0 22.091 17.909 40 40 40s40-17.909 40-40v0-325.48c0-0.032 0-0.070 0-0.108 0-11.011-4.481-20.976-11.718-28.17l-0.002-0.002-77.24-77.28c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 77.28 77.24c15.913 15.85 25.76 37.781 25.76 62.012 0 0.080-0 0.16-0 0.24l0-0.012zM648 840v-616c0-22.091-17.909-40-40-40v0h-320c-22.091 0-40 17.909-40 40v0 616z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["charging-station-light"]},"attrs":[{}],"properties":{"order":27267,"id":969,"name":"charging-station-light","prevSize":16,"code":59926},"setIdx":2,"setId":2,"iconIdx":278},{"icon":{"paths":["M864 392h-168v-168c0-13.255-10.745-24-24-24v0h-488v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 704c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h360c13.255 0 24-10.745 24-24v0-168h296c13.255 0 24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM648 248v144h-464v-144zM520 776h-336v-144h336zM840 584h-656v-144h656z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-bar-horizontal-light"]},"attrs":[{}],"properties":{"order":27268,"id":968,"name":"chart-bar-horizontal-light","prevSize":16,"code":59927},"setIdx":2,"setId":2,"iconIdx":279},{"icon":{"paths":["M896 808h-40v-648c0-13.255-10.745-24-24-24v0h-224c-13.255 0-24 10.745-24 24v0 168h-200c-13.255 0-24 10.745-24 24v0 168h-168c-13.255 0-24 10.745-24 24v0 264h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h768c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM632 184h176v624h-176zM408 376h176v432h-176zM216 568h144v240h-144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-bar-light"]},"attrs":[{}],"properties":{"order":27269,"id":967,"name":"chart-bar-light","prevSize":16,"code":59928},"setIdx":2,"setId":2,"iconIdx":280},{"icon":{"paths":["M548.84 104.2c-1.45-0.133-3.136-0.21-4.84-0.21-30.928 0-56 25.072-56 56 0 0.003 0 0.007 0 0.010l-0-0v162.68c-0.001 0.129-0.002 0.282-0.002 0.435 0 27.398 19.874 50.154 45.993 54.638l0.329 0.047c64.907 11.089 113.691 66.926 113.691 134.158 0 75.111-60.889 136-136 136-72.591 0-131.899-56.873-135.796-128.492l-0.015-0.346c-1.76-34.72 5.48-63.68 21.52-86.12v0c6.481-8.963 10.367-20.174 10.367-32.293 0-15.379-6.257-29.296-16.364-39.344l-0.003-0.003-110.6-112.96c-10.13-10.112-24.115-16.365-39.561-16.365-17.347 0-32.853 7.888-43.124 20.273l-0.075 0.093c-58.707 69.987-94.366 161.032-94.366 260.405 0 113.47 46.494 216.080 121.471 289.82l0.056 0.055c73.182 72.515 173.928 117.322 285.139 117.322 0.472 0 0.943-0.001 1.414-0.002l-0.073 0h5.84c220.533-3.904 398.279-181.664 402.155-401.833l0.005-0.367c2.92-213-160-394.68-371.16-413.6zM235.24 282.96c1.435-1.717 3.536-2.836 5.9-2.959l0.020-0.001h0.36c0.056-0.001 0.121-0.002 0.187-0.002 2.062 0 3.931 0.825 5.294 2.163l-0.001-0.001 110.6 112.96c1.445 1.447 2.339 3.445 2.339 5.652 0 1.599-0.469 3.089-1.278 4.339l0.019-0.031c-16.469 23.258-27.24 51.622-29.721 82.327l-0.039 0.593h-176c5.203-78.769 35.444-149.611 82.75-205.562l-0.43 0.522zM152.88 536h176.72c11.168 82.607 75.798 147.251 157.449 158.334l0.951 0.106v176.68c-179.919-12.298-322.822-155.201-335.059-334.008l-0.061-1.112zM766.24 766.24c-59.406 59.805-139.761 98.736-229.132 104.859l-1.108 0.061v-176.68c39.628-5.265 74.482-22.58 101.53-48.084l-0.090 0.084c36.003-33.675 58.44-81.468 58.44-134.502 0-90.94-65.973-166.471-152.669-181.343l-1.091-0.155c-3.523-0.764-6.124-3.855-6.124-7.553 0-0.087 0.001-0.173 0.004-0.259l-0 0.013v-162.68c-0-0.018-0-0.039-0-0.061 0-2.353 1.016-4.469 2.633-5.933l0.007-0.006c1.359-1.261 3.185-2.035 5.191-2.035 0.257 0 0.51 0.013 0.76 0.037l-0.032-0.003c186.2 16.68 330.040 177.040 327.4 365.080-1.343 97.528-41.506 185.42-105.698 249.139l-0.022 0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-donut-light"]},"attrs":[{}],"properties":{"order":27270,"id":966,"name":"chart-donut-light","prevSize":16,"code":59929},"setIdx":2,"setId":2,"iconIdx":281},{"icon":{"paths":["M920 832c0 13.255-10.745 24-24 24v0h-768c-13.255 0-24-10.745-24-24v0-640c0-13.255 10.745-24 24-24s24 10.745 24 24v0 54.080l232 232 111.040-111c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 247.040 247v-102.080c0-13.255 10.745-24 24-24s24 10.745 24 24v0 160c-0.002 1.558-0.162 3.078-0.465 4.545l0.025-0.145v0.24c-0.359 1.643-0.786 3.047-1.309 4.404l0.069-0.204v0.28c-0.635 1.541-1.332 2.857-2.138 4.095l0.058-0.095v0.24c-1.818 2.668-4.052 4.902-6.634 6.664l-0.086 0.056h-0.24c-1.143 0.748-2.459 1.445-3.838 2.020l-0.162 0.060h-0.28c-1.153 0.454-2.557 0.881-4.001 1.203l-0.199 0.037h-0.24c-1.322 0.278-2.842 0.438-4.399 0.44l-160.161 0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h102.080l-230.080-229.88-111.040 111c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-215.040-215.040v494.080h744c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-line-down-light"]},"attrs":[{}],"properties":{"order":27271,"id":965,"name":"chart-line-down-light","prevSize":16,"code":59930},"setIdx":2,"setId":2,"iconIdx":282},{"icon":{"paths":["M920 832c0 13.255-10.745 24-24 24v0h-768c-13.255 0-24-10.745-24-24v0-640c0-13.255 10.745-24 24-24s24 10.745 24 24v0 395.12l216.2-189.2c4.196-3.681 9.731-5.927 15.791-5.927 5.434 0 10.446 1.806 14.469 4.85l-0.060-0.044 240.44 180.32 241.36-211.2c4.007-3.111 9.107-4.987 14.645-4.987 13.255 0 24 10.745 24 24 0 6.635-2.693 12.642-7.045 16.986l-0 0-256 224c-4.196 3.681-9.731 5.927-15.791 5.927-5.434 0-10.446-1.806-14.469-4.85l0.060 0.044-240.44-180.16-233.16 204v157.12h744c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-line-light"]},"attrs":[{}],"properties":{"order":27272,"id":964,"name":"chart-line-light","prevSize":16,"code":59931},"setIdx":2,"setId":2,"iconIdx":283},{"icon":{"paths":["M920 832c0 13.255-10.745 24-24 24v0h-768c-13.255 0-24-10.745-24-24v0-640c0-13.255 10.745-24 24-24s24 10.745 24 24v0 454.080l215.040-215.040c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 111.040 111 230.080-230.040h-102.080c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0 160c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-102.080l-247.040 247.040c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-111.040-111-232 232v94.040h744c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-line-up-light"]},"attrs":[{}],"properties":{"order":27273,"id":963,"name":"chart-line-up-light","prevSize":16,"code":59932},"setIdx":2,"setId":2,"iconIdx":284},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM810.96 311.68l-274.96 158.76v-317.64c114.755 7.949 213.864 68.566 274.151 157.612l0.809 1.268zM488 152.8v345.36l-299.040 172.64c-23.285-46.338-36.919-100.979-36.919-158.804 0-190.363 147.754-346.217 334.837-359.134l1.122-0.062zM512 872c-124.070-0.056-233.459-62.868-298.151-158.413l-0.809-1.267 622-359.12c23.284 46.337 36.917 100.976 36.917 158.8 0 198.807-161.153 359.976-359.955 360l-0.002 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-pie-light"]},"attrs":[{}],"properties":{"order":27274,"id":962,"name":"chart-pie-light","prevSize":16,"code":59933},"setIdx":2,"setId":2,"iconIdx":285},{"icon":{"paths":["M408 438v-288c0-0.004 0-0.008 0-0.013 0-13.255-10.745-24-24-24-2.868 0-5.618 0.503-8.167 1.425l0.167-0.053c-159.836 57.695-272.027 208.083-272.027 384.676 0 26.279 2.484 51.977 7.231 76.873l-0.404-2.549c2.128 11.255 11.885 19.654 23.603 19.654 4.417 0 8.555-1.193 12.11-3.275l-0.113 0.061 249.6-144c7.224-4.227 12-11.948 12-20.785 0-0.005-0-0.011-0-0.016l0 0.001zM360 424l-206.64 119.2q-1.36-15.56-1.36-31.2c0.112-143.612 84.205-267.557 205.818-325.386l2.182-0.934zM866.28 309.8c-0.32-0.64-0.64-1.28-1-1.88-0.343-0.642-0.701-1.191-1.101-1.708l0.021 0.028c-72.067-121.793-202.739-202.196-352.194-202.24l-0.006-0c-13.255 0-24 10.745-24 24v0 372l-319.2 185.84c-7.17 4.239-11.904 11.931-11.904 20.729 0 4.48 1.227 8.673 3.364 12.262l-0.061-0.11c72.198 121.33 202.653 201.358 351.8 201.358 225.332 0 408-182.668 408-408 0-0.028-0-0.055-0-0.083l0 0.004c0-0.139 0-0.303 0-0.467 0-74.235-19.941-143.813-54.76-203.669l1.040 1.936zM536 152.8c114.799 7.943 213.943 68.595 274.23 157.691l0.81 1.269-275.040 160.24zM512 872c-123.030-0.338-231.583-62.011-296.734-156.041l-0.786-1.199 620.6-361.36c23.223 46.285 36.819 100.855 36.819 158.6 0 198.787-161.12 359.942-359.893 360l-0.006 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-pie-slice-light"]},"attrs":[{}],"properties":{"order":27275,"id":961,"name":"chart-pie-slice-light","prevSize":16,"code":59934},"setIdx":2,"setId":2,"iconIdx":286},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM871.2 488h-112.4c-11.934-117.937-104.863-210.866-221.752-222.714l-1.048-0.086v-112.4c179.81 12.648 322.552 155.391 335.135 334.058l0.065 1.142zM488 488h-174.52c11.51-91.379 83.14-163.009 173.532-174.418l0.988-0.102zM488 536v174.52c-91.379-11.51-163.009-83.14-174.418-173.532l-0.102-0.988zM536 536h174.52c-11.51 91.379-83.14 163.009-173.532 174.418l-0.988 0.102zM536 488v-174.52c91.379 11.51 163.009 83.14 174.418 173.532l0.102 0.988zM488 152.8v112.4c-117.937 11.934-210.866 104.863-222.714 221.752l-0.086 1.048h-112.4c12.648-179.81 155.391-322.552 334.058-335.135l1.142-0.065zM152.8 536h112.4c11.934 117.937 104.863 210.866 221.752 222.714l1.048 0.086v112.4c-179.81-12.648-322.552-155.391-335.135-334.058l-0.065-1.142zM536 871.2v-112.4c117.937-11.934 210.866-104.863 222.714-221.752l0.086-1.048h112.4c-12.648 179.81-155.391 322.552-334.058 335.135l-1.142 0.065z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-polar-light"]},"attrs":[{}],"properties":{"order":27276,"id":960,"name":"chart-polar-light","prevSize":16,"code":59935},"setIdx":2,"setId":2,"iconIdx":287},{"icon":{"paths":["M920 832c0 13.255-10.745 24-24 24v0h-768c-13.255 0-24-10.745-24-24v0-640c0-13.255 10.745-24 24-24s24 10.745 24 24v0 616h744c13.255 0 24 10.745 24 24v0zM528 632c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM432 408c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM304 696c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM688 504c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM784 344c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM752 616c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chart-scatter-light"]},"attrs":[{}],"properties":{"order":27277,"id":959,"name":"chart-scatter-light","prevSize":16,"code":59936},"setIdx":2,"setId":2,"iconIdx":288},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h237.88c2.911 0.033 5.446 1.617 6.82 3.962l0.020 0.038 59.28 96.8c9.956 16.438 27.745 27.256 48.060 27.256 20.233 0 37.96-10.73 47.8-26.811l0.139-0.245 59.28-97c1.394-2.383 3.929-3.967 6.835-4l0.005-0h237.88c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM872 736c0 4.418-3.582 8-8 8v0h-237.88c-0.028-0-0.061-0-0.094-0-20.21 0-37.92 10.706-47.767 26.756l-0.139 0.244-59.24 97c-1.411 2.4-3.98 3.986-6.92 3.986s-5.509-1.586-6.9-3.948l-0.020-0.037-59.2-96.88c-10.034-16.302-27.759-27.022-47.991-27.080l-0.009-0h-237.84c-4.418 0-8-3.582-8-8v0-512.040c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM552 480c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM376 480c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM728 480c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-centered-dots-light"]},"attrs":[{}],"properties":{"order":27278,"id":958,"name":"chat-centered-dots-light","prevSize":16,"code":59937},"setIdx":2,"setId":2,"iconIdx":289},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h237.88c2.911 0.033 5.446 1.617 6.82 3.962l0.020 0.038 59.28 96.8c9.956 16.438 27.745 27.256 48.060 27.256 20.233 0 37.96-10.73 47.8-26.811l0.139-0.245 59.28-97c1.394-2.383 3.929-3.967 6.835-4l0.005-0h237.88c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM872 736c0 4.418-3.582 8-8 8v0h-237.88c-0.028-0-0.061-0-0.094-0-20.21 0-37.92 10.706-47.767 26.756l-0.139 0.244-59.24 97c-1.411 2.4-3.98 3.986-6.92 3.986s-5.509-1.586-6.9-3.948l-0.020-0.037-59.2-96.88c-10.034-16.302-27.759-27.022-47.991-27.080l-0.009-0h-237.84c-4.418 0-8-3.582-8-8v0-512.040c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-centered-light"]},"attrs":[{}],"properties":{"order":27279,"id":957,"name":"chat-centered-light","prevSize":16,"code":59938},"setIdx":2,"setId":2,"iconIdx":290},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h237.88c2.911 0.033 5.446 1.617 6.82 3.962l0.020 0.038 59.28 96.8c9.956 16.438 27.745 27.256 48.060 27.256 20.233 0 37.96-10.73 47.8-26.811l0.139-0.245 59.28-97c1.394-2.383 3.929-3.967 6.835-4l0.005-0h237.88c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM872 736c0 4.418-3.582 8-8 8v0h-237.88c-0.028-0-0.061-0-0.094-0-20.21 0-37.92 10.706-47.767 26.756l-0.139 0.244-59.24 97c-1.411 2.4-3.98 3.986-6.92 3.986s-5.509-1.586-6.9-3.948l-0.020-0.037-59.2-96.88c-10.034-16.302-27.759-27.022-47.991-27.080l-0.009-0h-237.84c-4.418 0-8-3.582-8-8v0-512.040c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM664 416c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM664 544c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-centered-text-light"]},"attrs":[{}],"properties":{"order":27280,"id":956,"name":"chat-centered-text-light","prevSize":16,"code":59939},"setIdx":2,"setId":2,"iconIdx":291},{"icon":{"paths":["M552 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM336 472c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM688 472c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM920 512c0 0.026 0 0.056 0 0.086 0 225.332-182.668 408-408 408-71.387 0-138.492-18.334-196.863-50.55l2.103 1.064-139.48 46.48c-5.286 1.823-11.378 2.876-17.716 2.876-30.928 0-56-25.072-56-56 0-6.338 1.053-12.43 2.993-18.11l-0.117 0.394 46.48-139.48c-31.099-56.229-49.4-123.279-49.4-194.602 0-225.332 182.668-408 408-408 225.277 0 407.91 182.578 408 407.834l0 0.008zM872 512c-0.049-198.786-161.208-359.914-360-359.914-198.823 0-360 161.177-360 360 0 66.337 17.942 128.483 49.239 181.85l-0.919-1.696c2.034 3.451 3.236 7.603 3.236 12.036 0 2.72-0.453 5.335-1.287 7.773l0.050-0.169-49.84 149.52c-0.26 0.755-0.411 1.625-0.411 2.531 0 4.418 3.582 8 8 8 0.905 0 1.776-0.15 2.587-0.428l-0.056 0.017 149.4-49.84c2.266-0.771 4.878-1.224 7.592-1.24l0.008-0c4.42 0.026 8.555 1.226 12.116 3.302l-0.116-0.062c51.73 30.466 113.963 48.462 180.4 48.462 198.823 0 360-161.177 360-360 0-0.050-0-0.1-0-0.15l0 0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-circle-dots-light"]},"attrs":[{}],"properties":{"order":27281,"id":955,"name":"chat-circle-dots-light","prevSize":16,"code":59940},"setIdx":2,"setId":2,"iconIdx":292},{"icon":{"paths":["M512 104c-0.026-0-0.056-0-0.086-0-225.332 0-408 182.668-408 408 0 71.387 18.334 138.492 50.55 196.863l-1.064-2.103-46.48 139.48c-1.823 5.286-2.876 11.378-2.876 17.716 0 30.928 25.072 56 56 56 6.338 0 12.43-1.053 18.11-2.993l-0.394 0.117 139.48-46.48c56.229 31.099 123.279 49.4 194.602 49.4 225.332 0 408-182.668 408-408 0-225.277-182.578-407.91-407.834-408l-0.008-0zM512 872c-0.026 0-0.056 0-0.086 0-66.337 0-128.483-17.943-181.85-49.239l1.696 0.919c-3.445-2.014-7.58-3.214-11.992-3.24l-0.008-0c-2.722 0.016-5.334 0.469-7.775 1.291l0.175-0.051-149.56 49.84c-0.755 0.26-1.625 0.411-2.531 0.411-4.418 0-8-3.582-8-8 0-0.905 0.15-1.776 0.428-2.587l-0.017 0.056 49.84-149.4c0.784-2.269 1.236-4.883 1.236-7.604 0-4.433-1.202-8.585-3.298-12.149l0.061 0.113c-30.451-51.72-48.439-113.94-48.439-180.36 0-198.823 161.177-360 360-360s360 161.177 360 360c0 198.781-161.109 359.932-359.874 360l-0.007 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-circle-light"]},"attrs":[{}],"properties":{"order":27282,"id":954,"name":"chat-circle-light","prevSize":16,"code":59941},"setIdx":2,"setId":2,"iconIdx":293},{"icon":{"paths":["M664 448c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM640 552h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM920 512c0 0.026 0 0.056 0 0.086 0 225.332-182.668 408-408 408-71.387 0-138.492-18.334-196.863-50.55l2.103 1.064-139.48 46.48c-5.286 1.823-11.378 2.876-17.716 2.876-30.928 0-56-25.072-56-56 0-6.338 1.053-12.43 2.993-18.11l-0.117 0.394 46.48-139.48c-31.099-56.229-49.4-123.279-49.4-194.602 0-225.332 182.668-408 408-408 225.277 0 407.91 182.578 408 407.834l0 0.008zM872 512c-0.049-198.786-161.208-359.914-360-359.914-198.823 0-360 161.177-360 360 0 66.337 17.942 128.483 49.239 181.85l-0.919-1.696c2.034 3.451 3.236 7.603 3.236 12.036 0 2.72-0.453 5.335-1.287 7.773l0.050-0.169-49.84 149.52c-0.26 0.755-0.411 1.625-0.411 2.531 0 4.418 3.582 8 8 8 0.905 0 1.776-0.15 2.587-0.428l-0.056 0.017 149.4-49.84c2.266-0.771 4.878-1.224 7.592-1.24l0.008-0c4.42 0.026 8.555 1.226 12.116 3.302l-0.116-0.062c51.73 30.466 113.963 48.462 180.4 48.462 198.823 0 360-161.177 360-360 0-0.050-0-0.1-0-0.15l0 0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-circle-text-light"]},"attrs":[{}],"properties":{"order":27283,"id":953,"name":"chat-circle-text-light","prevSize":16,"code":59942},"setIdx":2,"setId":2,"iconIdx":294},{"icon":{"paths":["M864 200h-704c-30.928 0-56 25.072-56 56v0 640c-0.001 0.089-0.001 0.195-0.001 0.301 0 22.263 13.104 41.466 32.020 50.316l0.341 0.143c6.931 3.293 15.058 5.223 23.634 5.24l0.006 0c0.009 0 0.020 0 0.030 0 13.76 0 26.35-5.009 36.046-13.303l-0.076 0.063 0.36-0.32 128.56-112.68c1.358-1.097 3.105-1.76 5.007-1.76 0.026 0 0.052 0 0.077 0l-0.004-0h534c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM872 768c0 4.418-3.582 8-8 8v0h-534c-13.754 0.017-26.344 4.989-36.082 13.228l0.082-0.068-0.36 0.32-128.64 112.68c-1.357 1.094-3.101 1.755-5 1.755-4.389 0-7.952-3.534-8-7.911l-0-0.005v-640c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM552 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM376 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM728 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-dots-light"]},"attrs":[{}],"properties":{"order":27284,"id":952,"name":"chat-dots-light","prevSize":16,"code":59943},"setIdx":2,"setId":2,"iconIdx":295},{"icon":{"paths":["M864 200h-704c-30.928 0-56 25.072-56 56v0 640c-0.001 0.089-0.001 0.195-0.001 0.301 0 22.263 13.104 41.466 32.020 50.316l0.341 0.143c6.931 3.293 15.058 5.223 23.634 5.24l0.006 0c0.009 0 0.020 0 0.030 0 13.76 0 26.35-5.009 36.046-13.303l-0.076 0.063 0.36-0.32 128.56-112.68c1.358-1.097 3.105-1.76 5.007-1.76 0.026 0 0.052 0 0.077 0l-0.004-0h534c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM872 768c0 4.418-3.582 8-8 8v0h-534c-13.754 0.017-26.344 4.989-36.082 13.228l0.082-0.068-0.36 0.32-128.64 112.68c-1.357 1.094-3.101 1.755-5 1.755-4.389 0-7.952-3.534-8-7.911l-0-0.005v-640c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-light"]},"attrs":[{}],"properties":{"order":27285,"id":951,"name":"chat-light","prevSize":16,"code":59944},"setIdx":2,"setId":2,"iconIdx":296},{"icon":{"paths":["M918.64 748.52c21.086-40.911 33.447-89.283 33.447-140.543 0-160.846-121.715-293.265-278.066-310.176l-1.382-0.121c-47.929-114.485-159.043-193.452-288.601-193.452-172.313 0-312 139.687-312 312 0 51.161 12.314 99.446 34.14 142.052l-0.819-1.76-31.48 110.28c-1.167 3.943-1.839 8.472-1.839 13.159 0 26.51 21.49 48 48 48 4.687 0 9.216-0.672 13.498-1.924l-0.339 0.085 110.28-31.48c31.306 16.090 67.786 27.29 106.371 31.478l1.389 0.122c47.915 114.657 159.151 193.761 288.861 193.761 51.208 0 99.536-12.329 142.179-34.18l-1.76 0.819 110.28 31.48c3.943 1.167 8.472 1.839 13.159 1.839 26.51 0 48-21.49 48-48 0-4.687-0.672-9.216-1.924-13.498l0.085 0.339zM246.12 644.92c-0.035-0-0.077-0-0.119-0-2.309 0-4.54 0.336-6.646 0.962l0.165-0.042-119.52 34.16 34.12-119.48c0.592-1.984 0.932-4.265 0.932-6.624 0-4.215-1.087-8.176-2.995-11.619l0.063 0.123c-20.215-36.451-32.113-79.932-32.113-126.192 0-145.803 118.197-264 264-264s264 118.197 264 264c0 145.803-118.197 264-264 264-46.33 0-89.873-11.934-127.722-32.896l1.354 0.688c-3.32-1.883-7.281-3.017-11.501-3.080l-0.019-0zM869.84 752.48l34.16 119.52-119.48-34.12c-1.984-0.592-4.265-0.932-6.624-0.932-4.215 0-8.176 1.087-11.619 2.995l0.123-0.063c-36.493 20.272-80.033 32.205-126.36 32.205-102.322 0-191.048-58.211-234.867-143.324l-0.693-1.481c163.203-10.943 291.441-146.007 291.441-311.022 0-23.993-2.711-47.354-7.844-69.791l0.403 2.093c123.557 23.624 215.671 130.824 215.671 259.539 0 46.288-11.913 89.793-32.839 127.618l0.688-1.356c-1.911 3.367-3.038 7.396-3.038 11.688 0 2.29 0.321 4.504 0.919 6.602l-0.041-0.169z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chats-circle-light"]},"attrs":[{}],"properties":{"order":27286,"id":950,"name":"chats-circle-light","prevSize":16,"code":59945},"setIdx":2,"setId":2,"iconIdx":297},{"icon":{"paths":["M864 328h-136v-136c0-30.928-25.072-56-56-56v0h-512c-30.928 0-56 25.072-56 56v0 512c0.011 9.493 5.533 17.694 13.537 21.578l0.143 0.062c2.994 1.489 6.52 2.36 10.25 2.36 0.024 0 0.049-0 0.073-0l-0.004 0c0.003 0 0.008 0 0.012 0 5.728 0 10.987-2.007 15.113-5.355l-0.045 0.035 151.76-122.68h1.16v136c0 30.928 25.072 56 56 56v0h377.16l151.76 122.68c4.081 3.313 9.341 5.32 15.068 5.32 0.004 0 0.008-0 0.012-0l-0.001 0c0.021 0 0.045 0 0.070 0 3.73 0 7.257-0.871 10.387-2.421l-0.137 0.061c8.147-3.946 13.669-12.147 13.68-21.638l0-0.002v-512c0-30.928-25.072-56-56-56v0zM286.32 552c-0.003-0-0.008-0-0.012-0-5.728 0-10.987 2.007-15.113 5.355l0.045-0.035-119.24 96.4v-461.72c0-4.418 3.582-8 8-8v0h512c4.418 0 8 3.582 8 8v0 352c0 4.418-3.582 8-8 8v0zM872 845.72l-119.24-96.4c-4.081-3.313-9.341-5.32-15.068-5.32-0.004 0-0.008 0-0.012 0l-385.679-0c-4.418 0-8-3.582-8-8v0-136h328c30.928 0 56-25.072 56-56v0-168h136c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chats-light"]},"attrs":[{}],"properties":{"order":27287,"id":949,"name":"chats-light","prevSize":16,"code":59946},"setIdx":2,"setId":2,"iconIdx":298},{"icon":{"paths":["M672.64 297.68c-47.906-114.536-159.046-193.548-288.64-193.548-172.266 0-311.925 139.612-312 311.86l-0 0.007v264c0 26.51 21.49 48 48 48v0h232c48.405 113.603 159.046 191.83 287.978 192l0.022 0h264c26.51 0 48-21.49 48-48v0-264c0-0.009 0-0.021 0-0.032 0-160.816-121.669-293.214-277.976-310.166l-1.384-0.122zM120 416c0-145.803 118.197-264 264-264s264 118.197 264 264c0 145.803-118.197 264-264 264v0h-264zM904 872h-264c-102.278-0.118-190.946-58.265-234.866-143.282l-0.694-1.478c163.203-10.943 291.441-146.007 291.441-311.022 0-23.993-2.711-47.354-7.844-69.791l0.403 2.093c123.49 23.667 215.541 130.821 215.56 259.478l0 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chats-teardrop-light"]},"attrs":[{}],"properties":{"order":27288,"id":948,"name":"chats-teardrop-light","prevSize":16,"code":59947},"setIdx":2,"setId":2,"iconIdx":299},{"icon":{"paths":["M528 104c-216.395 0.25-391.75 175.605-392 391.976l-0 0.024v337.32c0.023 30.19 24.49 54.657 54.678 54.68l337.322 0c216.496 0 392-175.504 392-392s-175.504-392-392-392v0zM528 840h-337.32c-3.689 0-6.68-2.991-6.68-6.68v0-337.32c0-189.986 154.014-344 344-344s344 154.014 344 344c0 189.986-154.014 344-344 344v0zM568 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM392 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM744 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-teardrop-dots-light"]},"attrs":[{}],"properties":{"order":27289,"id":947,"name":"chat-teardrop-dots-light","prevSize":16,"code":59948},"setIdx":2,"setId":2,"iconIdx":300},{"icon":{"paths":["M528 104c-216.395 0.25-391.75 175.605-392 391.976l-0 0.024v337.32c0.023 30.19 24.49 54.657 54.678 54.68l337.322 0c216.496 0 392-175.504 392-392s-175.504-392-392-392v0zM528 840h-337.32c-3.689 0-6.68-2.991-6.68-6.68v0-337.32c0-189.986 154.014-344 344-344s344 154.014 344 344c0 189.986-154.014 344-344 344v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-teardrop-light"]},"attrs":[{}],"properties":{"order":27290,"id":946,"name":"chat-teardrop-light","prevSize":16,"code":59949},"setIdx":2,"setId":2,"iconIdx":301},{"icon":{"paths":["M664 448c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM640 552h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM920 496c-0.25 216.395-175.605 391.75-391.976 392l-337.344 0c-30.19-0.023-54.657-24.49-54.68-54.678l-0-0.002v-337.32c0-216.496 175.504-392 392-392s392 175.504 392 392v0zM872 496c0-189.986-154.014-344-344-344s-344 154.014-344 344v0 337.32c0 3.689 2.991 6.68 6.68 6.68v0h337.32c189.894-0.227 343.773-154.106 344-343.978l0-0.022z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-teardrop-text-light"]},"attrs":[{}],"properties":{"order":27291,"id":945,"name":"chat-teardrop-text-light","prevSize":16,"code":59950},"setIdx":2,"setId":2,"iconIdx":302},{"icon":{"paths":["M864 200h-704c-30.928 0-56 25.072-56 56v0 640c-0.001 0.089-0.001 0.195-0.001 0.301 0 22.263 13.104 41.466 32.020 50.316l0.341 0.143c6.931 3.293 15.058 5.223 23.634 5.24l0.006 0c0.009 0 0.020 0 0.030 0 13.76 0 26.35-5.009 36.046-13.303l-0.076 0.063 0.36-0.32 128.56-112.68c1.358-1.097 3.105-1.76 5.007-1.76 0.026 0 0.052 0 0.077 0l-0.004-0h534c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM872 768c0 4.418-3.582 8-8 8v0h-534c-13.754 0.017-26.344 4.989-36.082 13.228l0.082-0.068-0.36 0.32-128.64 112.68c-1.357 1.094-3.101 1.755-5 1.755-4.389 0-7.952-3.534-8-7.911l-0-0.005v-640c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM664 448c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM664 576c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["chat-text-light"]},"attrs":[{}],"properties":{"order":27292,"id":944,"name":"chat-text-light","prevSize":16,"code":59951},"setIdx":2,"setId":2,"iconIdx":303},{"icon":{"paths":["M688.96 399.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-224 224c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-96-96c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79 207.040-207c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM920 512c0 225.332-182.668 408-408 408s-408-182.668-408-408c0-225.332 182.668-408 408-408v0c225.222 0.273 407.727 182.778 408 407.974l0 0.026zM872 512c0-198.823-161.177-360-360-360s-360 161.177-360 360c0 198.823 161.177 360 360 360v0c198.731-0.228 359.773-161.269 360-359.979l0-0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-circle-light"]},"attrs":[{}],"properties":{"order":27293,"id":943,"name":"check-circle-light","prevSize":16,"code":59952},"setIdx":2,"setId":2,"iconIdx":304},{"icon":{"paths":["M967.48 278.64l-96-94.24c-10.128-10.099-24.105-16.344-39.54-16.344s-29.412 6.245-39.541 16.345l0.001-0.001-370.88 365.36c-1.448 1.45-3.449 2.346-5.66 2.346s-4.212-0.897-5.66-2.346l-0-0-0.36-0.32-146.44-141.24c-10.124-10.076-24.085-16.304-39.5-16.304s-29.376 6.229-39.502 16.306l0.002-0.002-96 96c-10.123 10.132-16.384 24.125-16.384 39.58s6.261 29.448 16.384 39.58l-0-0 286.48 288c10.134 10.135 24.135 16.404 39.6 16.404s29.466-6.269 39.6-16.404l513.56-513.36c10.135-10.134 16.404-24.135 16.404-39.6 0-15.545-6.333-29.61-16.561-39.756l-0.004-0.004zM933.68 324l-513.68 513.64c-1.444 1.426-3.429 2.307-5.62 2.307s-4.176-0.881-5.621-2.307l0.001 0.001-286.48-288c-1.438-1.446-2.326-3.439-2.326-5.64s0.889-4.194 2.327-5.64l-0 0 96-96c1.449-1.458 3.456-2.36 5.674-2.36 0.016 0 0.032 0 0.049 0l-0.003-0c0.002-0 0.004-0 0.006-0 2.198 0 4.188 0.886 5.634 2.321l-0.001-0.001 0.32 0.32 146.64 141.12c10.118 10.040 24.054 16.245 39.44 16.245s29.322-6.205 39.444-16.248l-0.004 0.003 370.88-365.4c1.456-1.498 3.489-2.428 5.74-2.428s4.284 0.93 5.738 2.426l0.002 0.002 96 94.24c1.427 1.444 2.308 3.43 2.308 5.621 0 2.27-0.946 4.32-2.465 5.776l-0.003 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-fat-light"]},"attrs":[{}],"properties":{"order":27294,"id":942,"name":"check-fat-light","prevSize":16,"code":59953},"setIdx":2,"setId":2,"iconIdx":305},{"icon":{"paths":["M912.96 304.96l-512 512c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-224-224c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 207.040 207 495.040-495c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-light"]},"attrs":[{}],"properties":{"order":27295,"id":941,"name":"check-light","prevSize":16,"code":59954},"setIdx":2,"setId":2,"iconIdx":306},{"icon":{"paths":["M592.8 337.12l-358.4 352c-4.325 4.242-10.257 6.861-16.8 6.861s-12.475-2.618-16.804-6.864l0.004 0.004-153.6-150.84c-4.445-4.359-7.2-10.428-7.2-17.14 0-13.255 10.745-24 24-24 6.543 0 12.474 2.618 16.804 6.864l-0.004-0.004 136.8 134.32 341.6-335.48c4.38-4.594 10.548-7.451 17.382-7.451 13.255 0 24 10.745 24 24 0 6.994-2.992 13.289-7.765 17.676l-0.017 0.016zM977.12 303.2c-4.358-4.433-10.418-7.18-17.12-7.18-6.543 0-12.474 2.618-16.804 6.864l0.004-0.004-341.6 335.48-80.92-79.48c-4.328-4.254-10.267-6.88-16.82-6.88-13.255 0-24 10.745-24 24 0 6.702 2.747 12.762 7.177 17.117l0.003 0.003 97.76 96c4.325 4.242 10.257 6.861 16.8 6.861s12.475-2.618 16.804-6.864l-0.004 0.004 358.4-352c4.433-4.358 7.18-10.418 7.18-17.12 0-6.543-2.618-12.474-6.864-16.804l0.004 0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["checks-light"]},"attrs":[{}],"properties":{"order":27296,"id":940,"name":"checks-light","prevSize":16,"code":59955},"setIdx":2,"setId":2,"iconIdx":307},{"icon":{"paths":["M688.96 399.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-224 224c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-96-96c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79 207.040-207c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM888 192v640c0 30.928-25.072 56-56 56v0h-640c-30.928 0-56-25.072-56-56v0-640c0-30.928 25.072-56 56-56v0h640c30.928 0 56 25.072 56 56v0zM840 192c0-4.418-3.582-8-8-8v0h-640c-4.418 0-8 3.582-8 8v0 640c0 4.418 3.582 8 8 8v0h640c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-square-light"]},"attrs":[{}],"properties":{"order":27297,"id":939,"name":"check-square-light","prevSize":16,"code":59956},"setIdx":2,"setId":2,"iconIdx":308},{"icon":{"paths":["M888 192v640c0 30.928-25.072 56-56 56v0h-288c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h288c4.418 0 8-3.582 8-8v0-640c0-4.418-3.582-8-8-8v0h-640c-4.418 0-8 3.582-8 8v0 384c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-384c0-30.928 25.072-56 56-56v0h640c30.928 0 56 25.072 56 56v0zM463.040 623.040l-207.040 207-79.040-79c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 96 96c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 224-224c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["check-square-offset-light"]},"attrs":[{}],"properties":{"order":27298,"id":938,"name":"check-square-offset-light","prevSize":16,"code":59957},"setIdx":2,"setId":2,"iconIdx":309},{"icon":{"paths":["M908.36 587.44l-148.36-89.040v-82.4c0-0.016 0-0.036 0-0.055 0-8.837-4.776-16.558-11.887-20.723l-0.113-0.061-212-121.080v-90.080h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v90.080l-212 121.080c-7.224 4.227-12 11.948-12 20.785 0 0.019 0 0.039 0 0.058l-0-0.003v82.4l-148.36 89.040c-7.018 4.27-11.635 11.875-11.64 20.559l-0 0.001v256c0 13.255 10.745 24 24 24v0h320c13.255 0 24-10.745 24-24v0-192c0-22.091 17.909-40 40-40s40 17.909 40 40v0 192c0 13.255 10.745 24 24 24v0h320c13.255 0 24-10.745 24-24v0-256c-0.005-8.685-4.622-16.29-11.534-20.5l-0.106-0.060zM152 621.6l112-67.2v285.6h-112zM512 584c-48.601 0-88 39.399-88 88v0 168h-112v-410.080l200-114.28 200 114.28v410.080h-112v-168c0-48.601-39.399-88-88-88v0zM872 840h-112v-285.6l112 67.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["church-light"]},"attrs":[{}],"properties":{"order":27299,"id":937,"name":"church-light","prevSize":16,"code":59958},"setIdx":2,"setId":2,"iconIdx":310},{"icon":{"paths":["M392.76 146.16c-0.486-1.804-0.765-3.875-0.765-6.011 0-11.11 7.549-20.457 17.797-23.191l0.168-0.038c30.61-8.219 65.754-12.94 102-12.94s71.39 4.721 104.85 13.582l-2.85-0.642c10.435 2.76 18.002 12.116 18.002 23.24 0 13.256-10.746 24.002-24.002 24.002-2.132 0-4.199-0.278-6.167-0.8l0.167 0.038c-27.008-7.261-58.017-11.431-90-11.431s-62.992 4.171-92.512 11.998l2.512-0.566c-1.79 0.478-3.845 0.753-5.964 0.753-11.12 0-20.474-7.563-23.198-17.825l-0.038-0.168zM220.76 226.16c-46.998 47.869-82.321 107.36-101.258 173.76l-0.702 2.88c-0.549 1.913-0.864 4.111-0.864 6.382 0 10.986 7.381 20.248 17.455 23.097l0.169 0.041c1.91 0.559 4.104 0.88 6.373 0.88 0.009 0 0.019-0 0.028-0l-0.001 0c10.973-0.005 20.223-7.373 23.079-17.431l0.041-0.169c17.381-61.039 48.568-113.441 90.088-155.649l-0.048 0.049c4.254-4.328 6.88-10.267 6.88-16.82 0-13.255-10.745-24-24-24-6.702 0-12.762 2.747-17.117 7.177l-0.003 0.003zM165.12 608.36c-2.658-10.578-12.084-18.285-23.31-18.285-13.255 0-24 10.745-24 24 0 2.529 0.391 4.966 1.116 7.255l-0.046-0.17c19.614 69.314 54.941 128.836 102.020 176.781l-0.060-0.061c4.294 4.082 10.115 6.593 16.523 6.593 13.255 0 24-10.745 24-24 0-6.268-2.403-11.975-6.338-16.25l0.015 0.017c-41.448-42.25-72.6-94.749-89.3-153.338l-0.62-2.542zM601.96 860.6c-27.008 7.261-58.017 11.431-90 11.431s-62.992-4.171-92.512-11.998l2.512 0.566c-1.801-0.484-3.868-0.762-6-0.762-13.256 0-24.002 10.746-24.002 24.002 0 11.124 7.567 20.48 17.835 23.202l0.167 0.038c30.61 8.216 65.754 12.935 102 12.935s71.39-4.719 104.851-13.576l-2.851 0.642c10.435-2.76 18.002-12.116 18.002-23.24 0-13.256-10.746-24.002-24.002-24.002-2.132 0-4.199 0.278-6.167 0.8l0.167-0.038zM888.44 591.68c-1.916-0.55-4.118-0.867-6.393-0.867-10.972 0-20.225 7.363-23.086 17.418l-0.041 0.169c-17.317 61.191-48.515 113.737-90.091 156.052l0.051-0.052c-4.254 4.328-6.88 10.267-6.88 16.82 0 13.255 10.745 24 24 24 6.702 0 12.762-2.747 17.117-7.177l0.003-0.003c47.062-47.917 82.43-107.478 101.378-173.96l0.702-2.88c0.549-1.913 0.864-4.111 0.864-6.382 0-10.986-7.381-20.248-17.455-23.097l-0.169-0.041zM858.88 415.68c2.897 10.227 12.147 17.595 23.119 17.6l0.001 0c0.008 0 0.017 0 0.027 0 2.269 0 4.463-0.321 6.54-0.921l-0.166 0.041c10.224-2.902 17.587-12.155 17.587-23.127 0-2.275-0.317-4.476-0.908-6.562l0.041 0.169c-19.614-69.314-54.941-128.836-102.020-176.781l0.060 0.061c-4.294-4.082-10.115-6.593-16.523-6.593-13.255 0-24 10.745-24 24 0 6.268 2.403 11.975 6.338 16.25l-0.015-0.017c41.451 42.234 72.604 94.721 89.301 153.3l0.619 2.54z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-dashed-light"]},"attrs":[{}],"properties":{"order":27300,"id":936,"name":"circle-dashed-light","prevSize":16,"code":59959},"setIdx":2,"setId":2,"iconIdx":311},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM536 152.8c29.271 1.987 56.54 7.156 82.547 15.198l-2.547-0.678v689.36c-23.46 7.364-50.729 12.533-78.889 14.459l-1.111 0.061zM664 185.72c30.528 14.466 56.835 31.572 80.522 51.672l-0.522-0.432v550.080c-23.165 19.668-49.472 36.774-77.816 50.301l-2.184 0.939zM152 512c0.244-190.284 147.884-346.007 334.861-359.136l1.139-0.064v718.4c-188.116-13.193-335.756-168.916-336-359.175l-0-0.025zM792 738v-452c49.819 61.169 79.996 140.060 79.996 226s-30.177 164.831-80.513 226.656l0.517-0.656z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-half-light"]},"attrs":[{}],"properties":{"order":27301,"id":935,"name":"circle-half-light","prevSize":16,"code":59960},"setIdx":2,"setId":2,"iconIdx":312},{"icon":{"paths":["M800.48 223.52c-74.058-75.235-177-121.849-290.83-121.849-225.332 0-408 182.668-408 408 0 113.839 46.623 216.789 121.816 290.797l0.053 0.052c74.058 75.235 177 121.849 290.83 121.849 225.332 0 408-182.668 408-408 0-113.839-46.623-216.789-121.816-290.797l-0.053-0.052zM360 838.48c-32.469-15.365-60.425-33.93-85.307-55.895l0.387 0.335 84.92-84.96zM488 871.12c-29.247-1.92-56.526-7.021-82.55-14.992l2.55 0.672v-206.84l80-80zM616 856.8c-23.477 7.306-50.757 12.408-78.924 14.263l-1.076 0.057v-349.16l80-80zM744 787.2c-23.152 19.746-49.465 36.882-77.836 50.392l-2.164 0.928v-444.56l80-80zM241.080 748.96c-55.365-62.987-89.148-146.122-89.148-237.148 0-198.823 161.177-360 360-360 91.026 0 174.161 33.783 237.551 89.495l-0.403-0.347zM792 738.28v-452.56c49.827 61.265 80.005 140.248 80.005 226.28s-30.178 165.016-80.526 226.942l0.522-0.662z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-half-tilt-light"]},"attrs":[{}],"properties":{"order":27302,"id":934,"name":"circle-half-tilt-light","prevSize":16,"code":59961},"setIdx":2,"setId":2,"iconIdx":313},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-light"]},"attrs":[{}],"properties":{"order":27303,"id":933,"name":"circle-light","prevSize":16,"code":59962},"setIdx":2,"setId":2,"iconIdx":314},{"icon":{"paths":["M920 512c0 225.332-182.668 408-408 408s-408-182.668-408-408v0c0-160.72 93.4-307.44 238-373.8 2.72-1.161 5.885-1.837 9.208-1.837 13.255 0 24 10.745 24 24 0 9.319-5.311 17.398-13.072 21.374l-0.135 0.063c-127.56 58.56-210 188.16-210 330.2 0 198.823 161.177 360 360 360s360-161.177 360-360v0c0-142.040-82.44-271.64-210-330.2-7.896-4.039-13.208-12.117-13.208-21.437 0-13.255 10.745-24 24-24 3.323 0 6.487 0.675 9.365 1.896l-0.157-0.059c144.6 66.36 238 213.080 238 373.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circle-notch-light"]},"attrs":[{}],"properties":{"order":27304,"id":932,"name":"circle-notch-light","prevSize":16,"code":59963},"setIdx":2,"setId":2,"iconIdx":315},{"icon":{"paths":["M320 168c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM320 424c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0zM704 472c83.947 0 152-68.053 152-152s-68.053-152-152-152c-83.947 0-152 68.053-152 152v0c0 83.947 68.053 152 152 152v0zM704 216c57.438 0 104 46.562 104 104s-46.562 104-104 104c-57.438 0-104-46.562-104-104v0c0-57.438 46.562-104 104-104v0zM320 552c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM320 808c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0zM704 552c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM704 808c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circles-four-light"]},"attrs":[{}],"properties":{"order":27305,"id":931,"name":"circles-four-light","prevSize":16,"code":59964},"setIdx":2,"setId":2,"iconIdx":316},{"icon":{"paths":["M680 304c0-92.784-75.216-168-168-168s-168 75.216-168 168c0 92.784 75.216 168 168 168v0c92.784 0 168-75.216 168-168v0zM512 424c-66.274 0-120-53.726-120-120s53.726-120 120-120c66.274 0 120 53.726 120 120v0c0 66.274-53.726 120-120 120v0zM752 520c-92.784 0-168 75.216-168 168s75.216 168 168 168c92.784 0 168-75.216 168-168v0c0-92.784-75.216-168-168-168v0zM752 808c-66.274 0-120-53.726-120-120s53.726-120 120-120c66.274 0 120 53.726 120 120v0c0 66.274-53.726 120-120 120v0zM272 520c-92.784 0-168 75.216-168 168s75.216 168 168 168c92.784 0 168-75.216 168-168v0c0-92.784-75.216-168-168-168v0zM272 808c-66.274 0-120-53.726-120-120s53.726-120 120-120c66.274 0 120 53.726 120 120v0c0 66.274-53.726 120-120 120v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circles-three-light"]},"attrs":[{}],"properties":{"order":27306,"id":930,"name":"circles-three-light","prevSize":16,"code":59965},"setIdx":2,"setId":2,"iconIdx":317},{"icon":{"paths":["M320 168c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM320 424c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0zM704 472c83.947 0 152-68.053 152-152s-68.053-152-152-152c-83.947 0-152 68.053-152 152v0c0 83.947 68.053 152 152 152v0zM704 216c57.438 0 104 46.562 104 104s-46.562 104-104 104c-57.438 0-104-46.562-104-104v0c0-57.438 46.562-104 104-104v0zM320 552c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM320 808c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0zM856 704c0 13.255-10.745 24-24 24v0h-104v104c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-104h-104c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h104v-104c0-13.255 10.745-24 24-24s24 10.745 24 24v0 104h104c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circles-three-plus-light"]},"attrs":[{}],"properties":{"order":27307,"id":929,"name":"circles-three-plus-light","prevSize":16,"code":59966},"setIdx":2,"setId":2,"iconIdx":318},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM352 632c22.091 0 40 17.909 40 40s-17.909 40-40 40c-22.091 0-40-17.909-40-40v0c0-22.091 17.909-40 40-40v0zM184 832v-640c0-4.418 3.582-8 8-8v0h136v403.36c-37.239 10.805-64 44.61-64 84.664 0 48.601 39.399 88 88 88s88-39.399 88-88c0-40.055-26.761-73.859-63.378-84.509l-0.622-0.155v-145.4l208 208v190.040h-392c-4.418 0-8-3.582-8-8v0zM840 832c0 4.418-3.582 8-8 8v0h-200v-200c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0-248.96-249v-190.040h144v104c0.006 6.625 2.695 12.621 7.040 16.96l0 0 68 68c-7.028 12.358-11.17 27.15-11.17 42.91 0 48.601 39.399 88 88 88s88-39.399 88-88c0-48.601-39.399-88-88-88-15.759 0-30.551 4.143-43.346 11.398l0.437-0.228-60.96-61v-94.040h264c4.418 0 8 3.582 8 8v0zM672 376c22.091 0 40 17.909 40 40s-17.909 40-40 40c-22.091 0-40-17.909-40-40v0c0-22.091 17.909-40 40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["circuitry-light"]},"attrs":[{}],"properties":{"order":27308,"id":928,"name":"circuitry-light","prevSize":16,"code":59967},"setIdx":2,"setId":2,"iconIdx":319},{"icon":{"paths":["M800 136h-148.68c-33.876-39.284-83.712-64.001-139.32-64.001s-105.444 24.717-139.12 63.763l-0.2 0.238h-148.68c-30.928 0-56 25.072-56 56v0 672c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-672c0-30.928-25.072-56-56-56v0zM512 120c75.111 0 136 60.889 136 136v0 8h-272v-8c0-75.111 60.889-136 136-136v0zM808 864c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-672c0-4.418 3.582-8 8-8v0h118.68c-9.28 21.187-14.68 45.878-14.68 71.831 0 0.059 0 0.119 0 0.178l-0-0.009v32c0 13.255 10.745 24 24 24v0h320c13.255 0 24-10.745 24-24v0-32c0-0.050 0-0.109 0-0.169 0-25.953-5.4-50.645-15.138-73.013l0.458 1.182h118.68c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clipboard-light"]},"attrs":[{}],"properties":{"order":27309,"id":927,"name":"clipboard-light","prevSize":16,"code":59968},"setIdx":2,"setId":2,"iconIdx":320},{"icon":{"paths":["M664 608c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM640 456h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM856 192v672c0 30.928-25.072 56-56 56v0h-576c-30.928 0-56-25.072-56-56v0-672c0-30.928 25.072-56 56-56v0h148.68c33.876-39.284 83.712-64.001 139.32-64.001s105.444 24.717 139.12 63.763l0.2 0.238h148.68c30.928 0 56 25.072 56 56v0zM376 256v8h272v-8c0-75.111-60.889-136-136-136s-136 60.889-136 136v0zM808 192c0-4.418-3.582-8-8-8v0h-118.68c9.28 21.187 14.68 45.878 14.68 71.831 0 0.059-0 0.119-0 0.178l0-0.009v32c0 13.255-10.745 24-24 24v0h-320c-13.255 0-24-10.745-24-24v0-32c-0-0.050-0-0.109-0-0.169 0-25.953 5.4-50.645 15.138-73.013l-0.458 1.182h-118.68c-4.418 0-8 3.582-8 8v0 672c0 4.418 3.582 8 8 8v0h576c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clipboard-text-light"]},"attrs":[{}],"properties":{"order":27310,"id":926,"name":"clipboard-text-light","prevSize":16,"code":59969},"setIdx":2,"setId":2,"iconIdx":321},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM760 512c0 13.255-10.745 24-24 24v0h-166.040l119 119.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-160-160c-4.337-4.342-7.019-10.338-7.019-16.96 0-13.247 10.733-23.988 23.978-24l224.001-0c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-afternoon-light"]},"attrs":[{}],"properties":{"order":27311,"id":925,"name":"clock-afternoon-light","prevSize":16,"code":59970},"setIdx":2,"setId":2,"iconIdx":322},{"icon":{"paths":["M536 320v178.4l148.36 89c7.036 4.275 11.664 11.897 11.664 20.6 0 13.268-10.756 24.024-24.024 24.024-4.565 0-8.832-1.273-12.466-3.484l0.106 0.060-160-96c-7.022-4.272-11.64-11.883-11.64-20.573 0-0.010 0-0.019 0-0.029l-0 0.002v-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM896 232c-13.255 0-24 10.745-24 24v0 93.44c-29.92-35.32-59.76-68.52-94.12-103.32-68.043-68.043-162.043-110.129-265.873-110.129-207.659 0-376 168.341-376 376s168.341 376 376 376c100.006 0 190.894-39.043 258.251-102.718l-0.178 0.167c4.416-4.355 7.152-10.404 7.152-17.092 0-13.255-10.745-24-24-24-6.211 0-11.87 2.359-16.132 6.23l0.020-0.018c-58.593 55.353-137.844 89.379-225.043 89.379-181.149 0-328-146.851-328-328s146.851-328 328-328c90.571 0 172.567 36.709 231.923 96.061l-0-0c36.96 37.44 68.72 73.2 101.24 112h-109.24c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c13.255 0 24-10.745 24-24v0-160c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-clockwise-light"]},"attrs":[{}],"properties":{"order":27312,"id":924,"name":"clock-clockwise-light","prevSize":16,"code":59971},"setIdx":2,"setId":2,"iconIdx":323},{"icon":{"paths":["M920 545.96c-18.592 210.037-193.696 373.499-406.979 373.499-225.597 0-408.48-182.883-408.48-408.48 0-213.283 163.463-388.388 371.942-406.868l1.557-0.111c0.599-0.053 1.296-0.083 2-0.083 13.301 0 24.083 10.782 24.083 24.083 0 12.597-9.671 22.935-21.994 23.994l-0.090 0.006c-185.428 16.354-329.759 170.924-329.759 359.205 0 199.11 161.41 360.52 360.52 360.52 188.255 0 342.809-144.291 359.101-328.312l0.098-1.373c1.065-12.412 11.403-22.083 24-22.083 13.301 0 24.083 10.782 24.083 24.083 0 0.704-0.030 1.401-0.089 2.090l0.006-0.090zM488 288v224c0 13.255 10.745 24 24 24v0h224c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-200v-200c0-13.255-10.745-24-24-24s-24 10.745-24 24v0zM640 184c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM784 280c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM880 424c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-countdown-light"]},"attrs":[{}],"properties":{"order":27313,"id":923,"name":"clock-countdown-light","prevSize":16,"code":59972},"setIdx":2,"setId":2,"iconIdx":324},{"icon":{"paths":["M536 320v178.4l148.36 89c7.036 4.275 11.664 11.897 11.664 20.6 0 13.268-10.756 24.024-24.024 24.024-4.565 0-8.832-1.273-12.466-3.484l0.106 0.060-160-96c-7.022-4.272-11.64-11.883-11.64-20.573 0-0.010 0-0.019 0-0.029l-0 0.002v-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM512 136c-0.288-0.001-0.63-0.001-0.971-0.001-103.572 0-197.301 42.146-264.971 110.223l-0.018 0.018c-34.32 34.72-64 68-94.040 103.2v-93.44c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 160c0 13.255 10.745 24 24 24v0h160c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-109.080c32.52-38.84 64.24-74.6 101.080-112 59.356-59.353 141.353-96.063 231.925-96.063 181.149 0 328 146.851 328 328s-146.851 328-328 328c-87.238 0-166.522-34.058-225.28-89.603l0.155 0.146c-4.331-4.27-10.281-6.908-16.848-6.908-13.255 0-24 10.745-24 24 0 7.044 3.035 13.379 7.868 17.77l0.020 0.018c67.191 63.562 158.115 102.64 258.167 102.64 207.659 0 376-168.341 376-376s-168.341-376-376-376c-0.003 0-0.005 0-0.008 0l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-counter-clockwise-light"]},"attrs":[{}],"properties":{"order":27314,"id":922,"name":"clock-counter-clockwise-light","prevSize":16,"code":59973},"setIdx":2,"setId":2,"iconIdx":325},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM760 512c0 13.255-10.745 24-24 24v0h-224c-13.255 0-24-10.745-24-24v0-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0 200h200c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["clock-light"]},"attrs":[{}],"properties":{"order":27315,"id":921,"name":"clock-light","prevSize":16,"code":59974},"setIdx":2,"setId":2,"iconIdx":326},{"icon":{"paths":["M896 200h-768c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h768c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM904 768c0 4.418-3.582 8-8 8v0h-768c-4.418 0-8-3.582-8-8v0-512c0-4.418 3.582-8 8-8v0h768c4.418 0 8 3.582 8 8v0zM468.76 610.84c2.029 3.448 3.228 7.595 3.228 12.022 0 8.832-4.77 16.549-11.875 20.717l-0.113 0.061c-21.799 12.8-48.013 20.36-75.993 20.36-83.947 0-152-68.053-152-152s68.053-152 152-152c27.98 0 54.193 7.56 76.71 20.748l-0.717-0.388c7.713 4.096 12.875 12.078 12.875 21.266 0 13.255-10.745 24-24 24-4.778 0-9.23-1.396-12.97-3.803l0.095 0.057c-14.903-8.739-32.82-13.9-51.942-13.9-57.438 0-104 46.562-104 104s46.562 104 104 104c19.122 0 37.039-5.161 52.434-14.166l-0.492 0.266c3.44-2.019 7.577-3.211 11.992-3.211 8.825 0 16.537 4.763 20.707 11.858l0.061 0.113zM788.76 610.84c2.029 3.448 3.228 7.595 3.228 12.022 0 8.832-4.77 16.549-11.875 20.717l-0.113 0.061c-21.799 12.8-48.013 20.36-75.993 20.36-83.947 0-152-68.053-152-152s68.053-152 152-152c27.98 0 54.193 7.56 76.71 20.748l-0.717-0.388c7.713 4.096 12.875 12.078 12.875 21.266 0 13.255-10.745 24-24 24-4.778 0-9.23-1.396-12.97-3.803l0.095 0.057c-14.903-8.739-32.82-13.9-51.942-13.9-57.438 0-104 46.562-104 104s46.562 104 104 104c19.122 0 37.039-5.161 52.434-14.166l-0.492 0.266c3.44-2.019 7.577-3.211 11.992-3.211 8.825 0 16.537 4.763 20.707 11.858l0.061 0.113z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["closed-captioning-light"]},"attrs":[{}],"properties":{"order":27316,"id":920,"name":"closed-captioning-light","prevSize":16,"code":59975},"setIdx":2,"setId":2,"iconIdx":327},{"icon":{"paths":["M984 512c0.001 0.289 0.001 0.631 0.001 0.974 0 77.512-25.856 148.986-69.414 206.266l0.612-0.84c-4.425 5.855-11.375 9.6-19.2 9.6-13.255 0-24-10.745-24-24 0-5.43 1.803-10.439 4.844-14.46l-0.044 0.060c36.959-48.853 59.2-110.629 59.2-177.6 0-163.476-132.524-296-296-296s-296 132.524-296 296h-0c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c-0-0.087-0-0.191-0-0.294 0-36.514 5.72-71.693 16.312-104.688l-0.672 2.422c-7.078-0.897-15.287-1.419-23.614-1.44l-0.026-0c-110.457 0-200 89.543-200 200s89.543 200 200 200v0h96c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-96c-136.93-0.048-247.916-111.063-247.916-248 0-136.967 111.033-248 248-248 14.709 0 29.118 1.28 43.123 3.736l-1.487-0.216c56.738-116.561 174.294-195.466 310.28-195.466 189.967 0 343.97 153.984 344 343.944l0 0.002zM719.040 687.040l-87.040 87v-262.040c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 262.040l-87.040-87c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 128 128c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 128-128c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-arrow-down-light"]},"attrs":[{}],"properties":{"order":27317,"id":919,"name":"cloud-arrow-down-light","prevSize":16,"code":59976},"setIdx":2,"setId":2,"iconIdx":328},{"icon":{"paths":["M984 512c0.001 0.289 0.001 0.631 0.001 0.974 0 77.512-25.856 148.986-69.414 206.266l0.612-0.84c-4.425 5.855-11.375 9.6-19.2 9.6-13.255 0-24-10.745-24-24 0-5.43 1.803-10.439 4.844-14.46l-0.044 0.060c36.959-48.853 59.2-110.629 59.2-177.6 0-163.476-132.524-296-296-296s-296 132.524-296 296h-0c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c-0-0.087-0-0.191-0-0.294 0-36.514 5.72-71.693 16.312-104.688l-0.672 2.422c-7.078-0.897-15.287-1.419-23.614-1.44l-0.026-0c-110.457 0-200 89.543-200 200s89.543 200 200 200v0h96c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-96c-136.93-0.048-247.916-111.063-247.916-248 0-136.967 111.033-248 248-248 14.709 0 29.118 1.28 43.123 3.736l-1.487-0.216c56.738-116.561 174.294-195.466 310.28-195.466 189.967 0 343.97 153.984 344 343.944l0 0.002zM624.96 495.040c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-128 128c-3.991 4.274-6.441 10.032-6.441 16.361 0 13.255 10.745 24 24 24 6.33 0 12.087-2.45 16.375-6.454l-0.014 0.013 87.040-87v262.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-262.040l87.040 87c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-arrow-up-light"]},"attrs":[{}],"properties":{"order":27318,"id":918,"name":"cloud-arrow-up-light","prevSize":16,"code":59977},"setIdx":2,"setId":2,"iconIdx":329},{"icon":{"paths":["M640 168c-135.965 0.123-253.476 79.007-309.382 193.483l-0.898 2.037c-12.518-2.24-26.927-3.52-41.636-3.52-136.967 0-248 111.033-248 248 0 136.937 110.985 247.952 247.911 248l352.005 0c189.986 0 344-154.014 344-344s-154.014-344-344-344v0zM640 808h-352c-110.457 0-200-89.543-200-200s89.543-200 200-200v0c8.337 0.006 16.549 0.514 24.615 1.497l-0.975-0.097c-9.921 30.586-15.64 65.779-15.64 102.308 0 0.103 0 0.205 0 0.308l-0-0.016c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-163.476 132.524-296 296-296s296 132.524 296 296c0 163.476-132.524 296-296 296v0zM784.96 431.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-192 192c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-96-96c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79 175.040-175c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-check-light"]},"attrs":[{}],"properties":{"order":27319,"id":917,"name":"cloud-check-light","prevSize":16,"code":59978},"setIdx":2,"setId":2,"iconIdx":330},{"icon":{"paths":["M480 792h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24s-10.745 24-24 24v0zM736 744h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM640 872h-224c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h224c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM920 368c-0.205 163.394-132.606 295.795-295.981 296l-320.019 0c-110.020-0.575-198.987-89.897-198.987-199.997 0-110.457 89.543-200 200-200 14.083 0 27.826 1.456 41.086 4.224l-1.299-0.227c42.295-115.345 151.149-196.163 278.88-196.163 163.598 0 296.23 132.577 296.32 296.154l0 0.009zM872 368c-0.46-136.751-111.424-247.431-248.239-247.431-131.678 0-239.41 102.525-247.724 232.103l-0.037 0.728c-0.761 12.661-11.215 22.641-24 22.641-13.277 0-24.041-10.763-24.041-24.041 0-0.493 0.015-0.982 0.044-1.467l-0.003 0.067c0.801-13.409 2.325-25.766 4.568-37.87l-0.288 1.87c-8.416-1.654-18.094-2.6-27.992-2.6-83.947 0-152 68.053-152 152 0 83.846 67.889 151.836 151.696 152l0.016 0h320c136.903-0.159 247.841-111.097 248-247.985l0-0.015z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-fog-light"]},"attrs":[{}],"properties":{"order":27320,"id":916,"name":"cloud-fog-light","prevSize":16,"code":59979},"setIdx":2,"setId":2,"iconIdx":331},{"icon":{"paths":["M640 168c-135.965 0.123-253.476 79.007-309.382 193.483l-0.898 2.037c-12.518-2.24-26.927-3.52-41.636-3.52-136.967 0-248 111.033-248 248 0 136.937 110.985 247.952 247.911 248l352.005 0c189.986 0 344-154.014 344-344s-154.014-344-344-344v0zM640 808h-352c-110.457 0-200-89.543-200-200s89.543-200 200-200v0c8.337 0.006 16.549 0.514 24.615 1.497l-0.975-0.097c-9.921 30.586-15.64 65.779-15.64 102.308 0 0.103 0 0.205 0 0.308l-0-0.016c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-163.476 132.524-296 296-296s296 132.524 296 296c0 163.476-132.524 296-296 296v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-light"]},"attrs":[{}],"properties":{"order":27321,"id":915,"name":"cloud-light","prevSize":16,"code":59980},"setIdx":2,"setId":2,"iconIdx":332},{"icon":{"paths":["M624 72c-128.191 0.026-237.391 81.305-278.902 195.137l-0.658 2.063c-2.117-1.137-4.574-2-7.171-2.458l-0.149-0.022c-9.956-1.729-21.422-2.718-33.118-2.72l-0.002-0c-110.457 0-200 89.543-200 200s89.543 200 200 200v0h165.6l-74.2 123.64c-2.153 3.527-3.427 7.795-3.427 12.36 0 13.255 10.745 24 24 24 0.010 0 0.019-0 0.029-0l117.599 0-74.2 123.64c-2.15 3.528-3.424 7.795-3.424 12.36 0 13.268 10.756 24.024 24.024 24.024 8.703 0 16.325-4.628 20.54-11.557l0.060-0.106 96-160c2.153-3.527 3.427-7.795 3.427-12.36 0-13.255-10.745-24-24-24-0.010 0-0.019 0-0.029 0l-117.599-0 67.2-112h98.4c163.476 0 296-132.524 296-296s-132.524-296-296-296v0zM624 616h-320c-83.87-0.103-151.819-68.116-151.819-152 0-83.947 68.053-152 152-152 8.851 0 17.526 0.757 25.962 2.208l-0.903-0.129c0.909 0.155 1.997 0.269 3.102 0.318l0.058 0.002c-2.032 10.331-3.599 22.752-4.361 35.39l-0.039 0.81c-0.026 0.418-0.041 0.907-0.041 1.4 0 13.277 10.763 24.041 24.041 24.041 12.785 0 23.239-9.98 23.997-22.574l0.003-0.067c7.81-130.779 115.777-233.88 247.824-233.88 137.099 0 248.24 111.141 248.24 248.24 0 137.037-111.041 248.14-248.055 248.24l-0.009 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-lightning-light"]},"attrs":[{}],"properties":{"order":27322,"id":914,"name":"cloud-lightning-light","prevSize":16,"code":59981},"setIdx":2,"setId":2,"iconIdx":333},{"icon":{"paths":["M656 296c-0.010-0-0.022-0-0.034-0-20.039 0-39.615 1.98-58.543 5.756l1.897-0.316c-8.483-124.54-97.229-226.161-214.538-253.98l-1.902-0.38c-1.625-0.392-3.49-0.617-5.407-0.617-13.255 0-24 10.745-24 24 0 1.965 0.236 3.874 0.681 5.701l-0.034-0.164c3.705 15.537 5.83 33.375 5.83 51.71 0 128.263-103.977 232.24-232.24 232.24-18.335 0-36.173-2.125-53.282-6.141l1.572 0.311c-1.613-0.386-3.465-0.608-5.368-0.608-13.255 0-24 10.745-24 24 0 1.903 0.222 3.755 0.64 5.531l-0.032-0.163c18.361 77.325 66.751 140.943 131.874 179.082l1.326 0.718c-27.49 33.969-44.132 77.701-44.132 125.32 0 110.349 89.368 199.824 199.675 200l0.017 0h320c163.476 0 296-132.524 296-296s-132.524-296-296-296v0zM104.88 407.040q11.52 0.96 23.12 0.96c154.567-0.182 279.818-125.434 280-279.983l0-0.017c0-7.76-0.32-15.52-0.96-23.2 84.451 34.411 143.238 115.15 144.957 209.827l0.003 0.213c-81.692 31.213-144.865 95.026-174.532 175.102l-0.668 2.058c-12.011-2.545-25.812-4.002-39.953-4.002-0.298 0-0.595 0.001-0.893 0.002l0.046-0c-0.063-0-0.138-0-0.213-0-44.95 0-86.418 14.906-119.731 40.045l0.504-0.364c-50.606-25.669-89.781-67.743-111.112-119.097l-0.568-1.543zM656 840h-320c-83.898-0.065-151.886-68.093-151.886-152 0-83.947 68.053-152 152-152 9.975 0 19.725 0.961 29.164 2.795l-0.958-0.155c-1.955 10.234-3.479 22.591-4.239 35.154l-0.041 0.846c-0.026 0.418-0.041 0.907-0.041 1.4 0 13.277 10.763 24.041 24.041 24.041 12.785 0 23.239-9.98 23.997-22.574l0.003-0.067c1.12-17.909 3.97-34.629 8.407-50.689l-0.407 1.729c0-0.6 0.32-1.16 0.44-1.72 29.568-106.428 125.603-183.24 239.579-183.24 137.099 0 248.24 111.141 248.24 248.24s-111.141 248.24-248.24 248.24c-0.021 0-0.041-0-0.062-0l0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-moon-light"]},"attrs":[{}],"properties":{"order":27323,"id":913,"name":"cloud-moon-light","prevSize":16,"code":59982},"setIdx":2,"setId":2,"iconIdx":334},{"icon":{"paths":["M628 781.32l-128 192c-4.37 6.494-11.693 10.71-20 10.71-13.271 0-24.030-10.758-24.030-24.030 0-4.964 1.505-9.576 4.084-13.406l-0.054 0.086 128-192c4.37-6.494 11.693-10.71 20-10.71 13.271 0 24.030 10.758 24.030 24.030 0 4.964-1.505 9.576-4.084 13.406l0.054-0.086zM920 368c-0.205 163.394-132.606 295.795-295.981 296l-99.179 0-120.84 181.32c-4.37 6.494-11.693 10.71-20 10.71-13.271 0-24.030-10.758-24.030-24.030 0-4.964 1.505-9.576 4.084-13.406l-0.054 0.086 103.16-154.68h-163.16c-110.020-0.575-198.987-89.897-198.987-199.997 0-110.457 89.543-200 200-200 14.083 0 27.826 1.456 41.086 4.224l-1.299-0.227c42.295-115.345 151.149-196.163 278.88-196.163 163.598 0 296.23 132.577 296.32 296.154l0 0.009zM872 368c-0.46-136.751-111.424-247.431-248.239-247.431-131.678 0-239.41 102.525-247.724 232.103l-0.037 0.728c-0.761 12.661-11.215 22.641-24 22.641-13.277 0-24.041-10.763-24.041-24.041 0-0.493 0.015-0.982 0.044-1.467l-0.003 0.067c0.801-13.409 2.325-25.766 4.568-37.87l-0.288 1.87c-8.416-1.654-18.094-2.6-27.992-2.6-83.947 0-152 68.053-152 152 0 83.846 67.889 151.836 151.696 152l0.016 0h320c136.903-0.159 247.841-111.097 248-247.985l0-0.015z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-rain-light"]},"attrs":[{}],"properties":{"order":27324,"id":912,"name":"cloud-rain-light","prevSize":16,"code":59983},"setIdx":2,"setId":2,"iconIdx":335},{"icon":{"paths":["M209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 160.72 176.8c-1.8 3.48-3.6 7-5.28 10.56-12.228-2.137-26.308-3.358-40.673-3.358-136.967 0-248 111.033-248 248 0 136.612 110.46 247.426 246.938 247.998l0.055 0h352c0.226 0.001 0.494 0.001 0.761 0.001 46.377 0 90.591-9.26 130.894-26.033l-2.256 0.832 44.84 49.2c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM640 808h-352c-0.105 0-0.23 0-0.354 0-110.457 0-200-89.543-200-200s89.543-200 200-200c8.442 0 16.763 0.523 24.93 1.539l-0.976-0.099c-9.894 30.666-15.599 65.946-15.6 102.559l-0 0.001c0 13.255 10.745 24 24 24s24-10.745 24-24v0c-0-0.028-0-0.061-0-0.094 0-43.717 9.487-85.217 26.515-122.555l-0.755 1.85 364.88 401.36c-28.076 9.787-60.439 15.44-94.123 15.44-0.182 0-0.364-0-0.545-0l0.028 0zM984 512c0 0.058 0 0.128 0 0.197 0 88.082-33.163 168.419-87.684 229.205l0.284-0.322c-4.412 4.917-10.786 7.997-17.88 8l-0 0c-13.251-0.005-23.991-10.748-23.991-24 0-6.158 2.319-11.774 6.131-16.022l-0.020 0.022c46.608-52.081 75.099-121.226 75.099-197.025 0-163.476-132.524-296-296-296-65.876 0-126.725 21.52-175.902 57.912l0.803-0.568c-3.927 2.914-8.869 4.665-14.22 4.665-13.258 0-24.005-10.747-24.005-24.005 0-7.907 3.823-14.92 9.72-19.294l0.065-0.046c56.239-41.682 126.995-66.722 203.6-66.722 189.986 0 344 154.014 344 344 0 0.001-0 0.002-0 0.003l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-slash-light"]},"attrs":[{}],"properties":{"order":27325,"id":911,"name":"cloud-slash-light","prevSize":16,"code":59984},"setIdx":2,"setId":2,"iconIdx":336},{"icon":{"paths":["M344 784c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM464 808c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM656 744c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM272 904c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM624 904c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM920 368c-0.205 163.394-132.606 295.795-295.981 296l-320.019 0c-110.020-0.575-198.987-89.897-198.987-199.997 0-110.457 89.543-200 200-200 14.083 0 27.826 1.456 41.086 4.224l-1.299-0.227c42.295-115.345 151.149-196.163 278.88-196.163 163.598 0 296.23 132.577 296.32 296.154l0 0.009zM872 368c-0.46-136.751-111.424-247.431-248.239-247.431-131.678 0-239.41 102.525-247.724 232.103l-0.037 0.728c-0.761 12.661-11.215 22.641-24 22.641-13.277 0-24.041-10.763-24.041-24.041 0-0.493 0.015-0.982 0.044-1.467l-0.003 0.067c0.801-13.409 2.325-25.766 4.568-37.87l-0.288 1.87c-8.416-1.654-18.094-2.6-27.992-2.6-83.947 0-152 68.053-152 152 0 83.846 67.889 151.836 151.696 152l0.016 0h320c136.903-0.159 247.841-111.097 248-247.985l0-0.015z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-snow-light"]},"attrs":[{}],"properties":{"order":27326,"id":910,"name":"cloud-snow-light","prevSize":16,"code":59985},"setIdx":2,"setId":2,"iconIdx":337},{"icon":{"paths":["M624 296c-30.208 0.001-59.361 4.518-86.821 12.912l2.101-0.552c-12.246-21.031-27.060-38.992-44.327-54.238l-0.233-0.202 42.080-60c2.72-3.839 4.348-8.62 4.348-13.78 0-13.259-10.749-24.008-24.008-24.008-8.099 0-15.261 4.010-19.61 10.153l-0.050 0.075-42.080 60c-29.829-16.592-65.426-26.36-103.303-26.36-0.034 0-0.068 0-0.102 0l0.005-0c-4.6 0-9.12 0-13.64 0.48l-12.76-72.28c-1.724-11.71-11.703-20.597-23.758-20.597-13.255 0-24 10.745-24 24 0 1.756 0.189 3.467 0.546 5.116l-0.029-0.158 12.72 72.24c-40.379 12.164-74.601 34.579-100.798 64.247l-0.202 0.233-60.2-42.16c-3.839-2.72-8.62-4.348-13.78-4.348-13.259 0-24.008 10.749-24.008 24.008 0 8.099 4.010 15.261 10.153 19.61l0.075 0.050 60 42.080c-16.567 29.745-26.32 65.247-26.32 103.027 0 0.159 0 0.319 0.001 0.478l-0-0.025c0 4.52 0 9.040 0.48 13.56l-72.28 12.72c-11.356 2.042-19.861 11.848-19.861 23.64 0 13.206 10.666 23.921 23.854 24l0.007 0c1.487-0.004 2.94-0.135 4.353-0.382l-0.153 0.022 72.4-12.76c6.811 22.846 16.468 42.773 28.792 60.727l-0.472-0.727c-42.421 36.876-69.086 90.924-69.086 151.2 0 110.445 89.524 199.98 199.964 200l320.002 0c163.476 0 296-132.524 296-296s-132.524-296-296-296v0zM184 416c-0-0.017-0-0.036-0-0.056 0-92.784 75.216-168 168-168 59.43 0 111.652 30.858 141.518 77.426l0.402 0.67c-69.172 34.284-122.078 92.658-148.453 163.903l-0.667 2.057c-12.011-2.545-25.812-4.002-39.953-4.002-0.298 0-0.595 0.001-0.893 0.002l0.046-0c-0.045-0-0.098-0-0.151-0-33.24 0-64.572 8.166-92.1 22.601l1.091-0.521c-18.053-26.375-28.831-58.968-28.84-94.078l-0-0.002zM624 840h-320c-83.898-0.065-151.886-68.093-151.886-152 0-83.947 68.053-152 152-152 9.975 0 19.725 0.961 29.164 2.795l-0.958-0.155c-1.955 10.234-3.479 22.591-4.239 35.154l-0.041 0.846c-0.026 0.418-0.041 0.907-0.041 1.4 0 13.277 10.763 24.041 24.041 24.041 12.785 0 23.239-9.98 23.997-22.574l0.003-0.067c1.12-17.909 3.97-34.629 8.407-50.689l-0.407 1.729c0-0.6 0.32-1.16 0.44-1.72 29.568-106.428 125.603-183.24 239.579-183.24 137.099 0 248.24 111.141 248.24 248.24s-111.141 248.24-248.24 248.24c-0.021 0-0.041-0-0.062-0l0.003 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-sun-light"]},"attrs":[{}],"properties":{"order":27327,"id":909,"name":"cloud-sun-light","prevSize":16,"code":59986},"setIdx":2,"setId":2,"iconIdx":338},{"icon":{"paths":["M640 168c-135.965 0.123-253.476 79.007-309.382 193.483l-0.898 2.037c-12.518-2.24-26.927-3.52-41.636-3.52-136.967 0-248 111.033-248 248 0 136.937 110.985 247.952 247.911 248l352.005 0c189.986 0 344-154.014 344-344s-154.014-344-344-344v0zM640 808h-352c-110.457 0-200-89.543-200-200s89.543-200 200-200v0c8.337 0.006 16.549 0.514 24.615 1.497l-0.975-0.097c-9.921 30.586-15.64 65.779-15.64 102.308 0 0.103 0 0.205 0 0.308l-0-0.016c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-163.476 132.524-296 296-296s296 132.524 296 296c0 163.476-132.524 296-296 296v0zM616 512v-160c0-13.255 10.745-24 24-24s24 10.745 24 24v0 160c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM680 656c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-warning-light"]},"attrs":[{}],"properties":{"order":27328,"id":908,"name":"cloud-warning-light","prevSize":16,"code":59987},"setIdx":2,"setId":2,"iconIdx":339},{"icon":{"paths":["M640 168c-135.965 0.123-253.476 79.007-309.382 193.483l-0.898 2.037c-12.518-2.24-26.927-3.52-41.636-3.52-136.967 0-248 111.033-248 248 0 136.937 110.985 247.952 247.911 248l352.005 0c189.986 0 344-154.014 344-344s-154.014-344-344-344v0zM640 808h-352c-110.457 0-200-89.543-200-200s89.543-200 200-200v0c8.337 0.006 16.549 0.514 24.615 1.497l-0.975-0.097c-9.921 30.586-15.64 65.779-15.64 102.308 0 0.103 0 0.205 0 0.308l-0-0.016c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-163.476 132.524-296 296-296s296 132.524 296 296c0 163.476-132.524 296-296 296v0zM752.96 464.96l-79.040 79.040 79.040 79.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-79.040-79.040-79.040 79.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 79.040-79.040-79.040-79.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79.040 79.040-79.040c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cloud-x-light"]},"attrs":[{}],"properties":{"order":27329,"id":907,"name":"cloud-x-light","prevSize":16,"code":59988},"setIdx":2,"setId":2,"iconIdx":340},{"icon":{"paths":["M736 360q-10.36 0-20.64 0.96c7.995-21.653 12.62-46.661 12.62-72.75 0-119.294-96.706-216-216-216s-216 96.706-216 216c0 26.089 4.625 51.097 13.1 74.25l-0.48-1.5c-6.8-0.64-13.68-0.96-20.6-0.96-119.248 0.060-215.895 96.743-215.895 216 0 119.294 96.706 216 216 216 41.109 0 79.536-11.484 112.248-31.419l-0.953 0.539-38.4 128c-0.639 2.059-1.007 4.427-1.007 6.88 0 13.255 10.745 24 24 24 0.003 0 0.005-0 0.008-0l256 0c0.002 0 0.005 0 0.007 0 13.255 0 24-10.745 24-24 0-2.453-0.368-4.821-1.052-7.050l0.045 0.17-38.4-128c31.759 19.396 70.186 30.88 111.295 30.88 119.294 0 216-96.706 216-216 0-119.257-96.647-215.94-215.889-216l-0.006-0zM736 744c-0.054 0-0.119 0-0.184 0-58.284 0-109.622-29.736-139.671-74.865l-0.385-0.615c-4.361-6.513-11.69-10.744-20.007-10.744-13.255 0-24 10.745-24 24 0 2.404 0.353 4.725 1.011 6.914l-0.044-0.17 55.040 183.48h-191.52l55.040-183.36c0.614-2.019 0.967-4.341 0.967-6.744 0-13.255-10.745-24-24-24-8.317 0-15.646 4.231-19.952 10.657l-0.055 0.087c-30.508 45.722-81.883 75.434-140.198 75.434-92.784 0-168-75.216-168-168s75.216-168 168-168c20.282 0 39.724 3.594 57.725 10.18l-1.167-0.373c2.409 0.89 5.191 1.406 8.093 1.406 13.255 0 24-10.745 24-24 0-5.001-1.53-9.645-4.147-13.489l0.054 0.083c-17.888-26.297-28.56-58.754-28.56-93.704 0-92.784 75.216-168 168-168s168 75.216 168 168c0 34.95-10.672 67.407-28.936 94.29l0.376-0.586c-2.563 3.761-4.093 8.405-4.093 13.406 0 13.255 10.745 24 24 24 2.902 0 5.684-0.515 8.26-1.459l-0.167 0.053c16.892-6.259 36.405-9.88 56.763-9.88 92.784 0 168 75.216 168 168s-75.216 168-168 168c-0.085 0-0.171-0-0.256-0l0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["club-light"]},"attrs":[{}],"properties":{"order":27330,"id":906,"name":"club-light","prevSize":16,"code":59989},"setIdx":2,"setId":2,"iconIdx":341},{"icon":{"paths":["M961.48 691.2l-409.48-307.2 102.36-76.8c5.871-4.418 9.63-11.369 9.64-19.198l0-0.002c0-83.947-68.053-152-152-152s-152 68.053-152 152v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0.384-57.145 46.798-103.322 103.998-103.322 53.139 0 96.97 39.854 103.233 91.302l0.050 0.5-552.76 414.72c-13.663 10.325-22.4 26.542-22.4 44.8 0 30.886 25.004 55.932 55.874 56l0.007 0h832c30.911-0.023 55.96-25.086 55.96-56 0-18.258-8.737-34.475-22.259-44.698l-0.141-0.102zM935.48 738.52c-0.873 3.185-3.742 5.487-7.149 5.487-0.117 0-0.233-0.003-0.348-0.008l0.016 0.001h-832c-4.401-0.023-7.96-3.596-7.96-8 0-2.608 1.248-4.925 3.18-6.386l0.020-0.015 420.76-315.6 420.68 315.6c2.016 1.343 3.327 3.608 3.327 6.178 0 0.988-0.193 1.93-0.545 2.791l0.018-0.049z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coat-hanger-light"]},"attrs":[{}],"properties":{"order":27331,"id":905,"name":"coat-hanger-light","prevSize":16,"code":59990},"setIdx":2,"setId":2,"iconIdx":342},{"icon":{"paths":["M704 344c0.426-0.004 0.928-0.006 1.432-0.006 32.999 0 63.767 9.555 89.687 26.050l-0.678-0.404c6.098 3.956 13.554 6.308 21.56 6.308 22.073 0 39.97-17.879 40-39.945l0-0.003v-144c0-30.928-25.072-56-56-56v0h-576c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-144c-0.028-22.070-17.926-39.951-40-39.951-7.956 0-15.369 2.323-21.599 6.327l0.159-0.096c-30.52 19.56-56.44 27.040-89.6 25.68h-0.96c-92.784 0-168-75.216-168-168s75.216-168 168-168v0zM488 512c0.136 119.070 96.488 215.591 215.481 216l0.039 0c2.933 0.166 6.366 0.26 9.82 0.26 34.929 0 67.602-9.657 95.496-26.447l-0.836 0.467v129.72c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h576c4.418 0 8 3.582 8 8v0 129.92c-29.755-16.322-65.198-25.923-102.883-25.923-119.519 0-216.483 96.572-217.117 215.943l-0 0.060z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coda-logo-light"]},"attrs":[{}],"properties":{"order":27332,"id":904,"name":"coda-logo-light","prevSize":16,"code":59991},"setIdx":2,"setId":2,"iconIdx":343},{"icon":{"paths":["M239.040 400.96l-128-128c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 128-128c4.393-4.706 10.634-7.639 17.559-7.639 13.255 0 24 10.745 24 24 0 6.925-2.933 13.165-7.625 17.546l-0.014 0.013-111 111.040 111 111.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014zM399.040 400.96c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 128-128c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0-128-128c-4.393-4.706-10.634-7.639-17.559-7.639-13.255 0-24 10.745-24 24 0 6.925 2.933 13.165 7.625 17.546l0.014 0.013 111 111.040-111 111.040c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0zM800 168h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c4.418 0 8 3.582 8 8v0 576c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-256c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 256c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["code-block-light"]},"attrs":[{}],"properties":{"order":27333,"id":903,"name":"code-block-light","prevSize":16,"code":59992},"setIdx":2,"setId":2,"iconIdx":344},{"icon":{"paths":["M271.36 370.44l-169.88 141.56 169.88 141.56c5.382 4.435 8.787 11.101 8.787 18.563 0 13.255-10.745 24-24 24-5.928 0-11.354-2.149-15.541-5.711l0.034 0.028-192-160c-5.295-4.433-8.639-11.046-8.639-18.44s3.344-14.007 8.601-18.409l0.038-0.031 192-160c4.106-3.385 9.419-5.437 15.213-5.437 13.255 0 24 10.745 24 24 0 7.327-3.283 13.887-8.459 18.289l-0.034 0.028zM975.36 493.56l-192-160c-4.153-3.534-9.579-5.683-15.507-5.683-13.255 0-24 10.745-24 24 0 7.462 3.405 14.128 8.746 18.53l0.041 0.033 169.88 141.56-169.88 141.56c-5.382 4.435-8.787 11.101-8.787 18.563 0 13.255 10.745 24 24 24 5.928 0 11.354-2.149 15.541-5.711l-0.034 0.028 192-160c5.295-4.433 8.639-11.046 8.639-18.44s-3.344-14.007-8.601-18.409l-0.038-0.031zM648.2 137.56c-2.432-0.91-5.243-1.436-8.177-1.436-10.341 0-19.154 6.54-22.53 15.709l-0.054 0.166-256 704c-0.861 2.371-1.359 5.108-1.359 7.961 0 10.357 6.56 19.182 15.752 22.545l0.167 0.053c2.377 0.879 5.121 1.404 7.984 1.44l0.016 0c0.001 0 0.003 0 0.004 0 10.312 0 19.106-6.504 22.502-15.634l0.054-0.166 256-704c0.915-2.44 1.445-5.259 1.445-8.202 0-10.314-6.507-19.109-15.639-22.504l-0.166-0.054z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["code-light"]},"attrs":[{}],"properties":{"order":27334,"id":902,"name":"code-light","prevSize":16,"code":59993},"setIdx":2,"setId":2,"iconIdx":345},{"icon":{"paths":["M939.4 362.88v0l-416-224c-3.286-1.8-7.199-2.859-11.36-2.859s-8.074 1.059-11.485 2.922l0.125-0.063-416 224c-7.592 4.121-12.663 12.026-12.68 21.118l-0 0.002v256c-0 0-0 0-0 0 0 9.078 5.040 16.979 12.475 21.057l0.125 0.063 416 224c3.286 1.8 7.199 2.859 11.36 2.859s8.074-1.059 11.485-2.922l-0.125 0.063 416-224c7.592-4.121 12.663-12.026 12.68-21.118l0-0.002v-256c0-0 0-0 0-0 0-9.078-5.040-16.979-12.475-21.057l-0.125-0.063zM904 600l-163.080-88 163.080-88zM690.28 484.92l-154.28-83.24v-201.68l341.36 184zM512 580.92l-127.68-68.92 127.68-68.76 127.68 68.76zM488 200v201.52l-154.28 83.2-187.080-100.72zM120 424l163.080 88-163.080 88zM333.72 539.040l154.28 83.28v201.68l-341.36-184zM536 824v-201.68l154.28-83.080 187.080 100.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["codepen-logo-light"]},"attrs":[{}],"properties":{"order":27335,"id":901,"name":"codepen-logo-light","prevSize":16,"code":59994},"setIdx":2,"setId":2,"iconIdx":346},{"icon":{"paths":["M890.88 271.64l-352-192.72c-7.752-4.361-17.016-6.929-26.88-6.929s-19.128 2.569-27.16 7.074l0.28-0.144-352 192.68c-17.481 9.703-29.117 28.052-29.12 49.12l-0 0v382.56c0.003 21.068 11.639 39.417 28.834 48.974l0.286 0.146 352 192.68c7.753 4.354 17.017 6.918 26.88 6.918s19.127-2.564 27.161-7.063l-0.281 0.145 352-192.68c17.481-9.703 29.117-28.052 29.12-49.12l0-0v-382.56c-0.018-21.052-11.65-39.383-28.834-48.934l-0.286-0.146zM512 484.64l-334.040-182.88 154.6-84.6 168 92c3.326 1.854 7.295 2.946 11.52 2.946s8.194-1.092 11.643-3.008l-0.123 0.062 168-92 154.6 84.6zM508 121c1.109-0.618 2.432-0.982 3.84-0.982s2.731 0.364 3.881 1.003l-0.041-0.021 125.6 68.8-129.28 70.84-129.48-70.84zM152 703.28v-160l144 78.8v164.64l-140-76.44c-2.408-1.409-4-3.983-4-6.928 0-0.025 0-0.050 0-0.075l-0 0.004zM344 813.12v-205.12c-0.006-9.025-4.991-16.883-12.357-20.978l-0.123-0.062-179.52-98.28v-146.4l336 184v365.72zM536 892v-365.76l336-184v146.4l-179.52 98.28c-7.493 4.159-12.48 12.024-12.48 21.054 0 0.009 0 0.018 0 0.027l-0-0.001v205.12zM868 710.32l-140 76.56v-164.68l144-78.8v160c-0.018 2.927-1.605 5.479-3.962 6.86l-0.038 0.020z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["codesandbox-logo-light"]},"attrs":[{}],"properties":{"order":27336,"id":900,"name":"codesandbox-logo-light","prevSize":16,"code":59995},"setIdx":2,"setId":2,"iconIdx":347},{"icon":{"paths":["M368 273.96l-268 238.040 268 238.080c4.969 4.431 8.083 10.852 8.083 18 0 13.301-10.782 24.083-24.083 24.083-6.153 0-11.767-2.307-16.024-6.104l0.024 0.021-288-256c-4.993-4.419-8.125-10.844-8.125-18s3.132-13.581 8.1-17.978l0.025-0.022 288-256c4.233-3.776 9.847-6.083 16-6.083 13.301 0 24.083 10.782 24.083 24.083 0 7.148-3.114 13.569-8.059 17.979l-0.024 0.021zM976 493.96l-288-256c-4.233-3.776-9.847-6.083-16-6.083-13.301 0-24.083 10.782-24.083 24.083 0 7.148 3.114 13.569 8.059 17.979l0.024 0.021 268 238.040-268 238.080c-4.969 4.431-8.083 10.852-8.083 18 0 13.301 10.782 24.083 24.083 24.083 6.153 0 11.767-2.307 16.024-6.104l-0.024 0.021 288-256c4.993-4.419 8.125-10.844 8.125-18s-3.132-13.581-8.1-17.978l-0.025-0.022z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["code-simple-light"]},"attrs":[{}],"properties":{"order":27337,"id":899,"name":"code-simple-light","prevSize":16,"code":59996},"setIdx":2,"setId":2,"iconIdx":348},{"icon":{"paths":["M328 224v-128c0-13.255 10.745-24 24-24s24 10.745 24 24v0 128c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM480 248c13.255 0 24-10.745 24-24v0-128c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24v0zM608 248c13.255 0 24-10.745 24-24v0-128c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24v0zM984 480v32c0 0.018 0 0.038 0 0.059 0 82.456-65.657 149.578-147.542 151.936l-0.218 0.005c-24.657 71.404-67.788 131.14-123.728 175.396l-0.792 0.604h120.28c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h120.28c-87.998-69.56-144.027-176.211-144.28-295.958l-0-0.042v-192c0-13.255 10.745-24 24-24v0h704c83.947 0 152 68.053 152 152v0zM808 544v-168h-656v168c0.275 129.703 75.543 241.761 184.735 295.142l1.945 0.858h282.64c111.137-54.239 186.405-166.297 186.68-295.963l0-0.037zM936 480c-0.016-48.909-33.791-89.925-79.288-101.013l-0.712-0.147v165.16c-0.007 24.964-2.468 49.349-7.153 72.932l0.393-2.372c49.547-8.556 86.759-51.212 86.76-102.56l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coffee-light"]},"attrs":[{}],"properties":{"order":27338,"id":898,"name":"coffee-light","prevSize":16,"code":59997},"setIdx":2,"setId":2,"iconIdx":349},{"icon":{"paths":["M826.72 262.52c-81.8-40.88-190.72-62.52-314.72-62.52s-232.92 21.64-314.72 62.52c-79.64 39.8-125.28 95.76-125.28 153.48v192c0 57.72 45.64 113.68 125.28 153.48 81.8 40.88 190.72 62.52 314.72 62.52s232.92-21.64 314.72-62.52c79.64-39.8 125.28-95.76 125.28-153.48v-192c0-57.72-45.64-113.68-125.28-153.48zM218.72 305.48c74.12-37.080 178.28-57.48 293.28-57.48s219.16 20.4 293.28 57.48c62.72 31.36 98.72 71.64 98.72 110.52s-36 79.16-98.72 110.52c-74.12 37.080-178.28 57.48-293.28 57.48s-219.16-20.4-293.28-57.48c-62.72-31.36-98.72-71.64-98.72-110.52s36-79.16 98.72-110.52zM488 631.72v144c-76.96-1.92-148.28-13.12-208-32.44v-141.6c61.080 18.040 131.4 28.28 208 30.040zM536 631.72c76.6-1.76 146.92-12 208-30.080v141.6c-59.72 19.32-131.040 30.52-208 32.44zM120 608v-92c22.138 21.079 47.612 38.936 75.493 52.646l1.787 0.794q16.64 8.28 34.72 15.52v140c-4.52-2.080-8.96-4-13.28-6.32-62.72-31.48-98.72-71.76-98.72-110.64zM805.28 718.52c-4.32 2.16-8.76 4.24-13.28 6.32v-140q18.040-7.24 34.72-15.52c29.665-14.469 55.14-32.286 77.411-53.443l-0.131 0.123v92c0 38.88-36 79.16-98.72 110.52z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coin-light"]},"attrs":[{}],"properties":{"order":27339,"id":897,"name":"coin-light","prevSize":16,"code":59998},"setIdx":2,"setId":2,"iconIdx":350},{"icon":{"paths":["M898.24 415.24c-44.52-24.24-104.36-41.68-170.24-49.88v-29.36c0-48.48-38.32-92.4-108-123.72-63.36-28.56-147.2-44.28-236-44.28s-172.64 15.72-236 44.28c-69.68 31.32-108 75.24-108 123.72v160c0 48.48 38.32 92.4 108 123.72 41.96 18.88 92.84 32 148 38.92v29.36c0 48.48 38.32 92.4 108 123.72 63.36 28.56 147.2 44.28 236 44.28s172.64-15.72 236-44.28c69.56-31.32 108-75.24 108-123.72v-160c0-42.6-30.44-82.64-85.76-112.76zM875.28 457.4c39.16 21.32 60.72 46.6 60.72 70.6 0 56.76-121.56 120-296 120-0.123 0-0.267 0-0.412 0-29.764 0-59.074-1.948-87.808-5.723l3.38 0.363c25.368-6.86 46.923-14.682 67.629-24.049l-2.789 1.129c69.56-31.32 108-75.24 108-123.72v-82.28c57.6 7.72 109.2 22.92 147.28 43.68zM432.64 614.32c-15.68 1.080-32 1.68-48.64 1.68-21.2 0-41.6-0.96-61.12-2.68-0.222-0.020-0.48-0.031-0.74-0.031s-0.518 0.011-0.773 0.033l0.033-0.002c-14.32-1.32-28-3.080-41.4-5.2v-111.64c31.016 4.786 66.794 7.52 103.211 7.52 0.277 0 0.555-0 0.832-0l-0.043 0c0.234 0 0.511 0 0.789 0 36.417 0 72.195-2.734 107.14-8.008l-3.929 0.487v111.52c-17.36 2.76-35.64 4.88-54.76 6.24zM680 423.56v72.44c0 38.16-55 79.2-144 102.040v-110.64c32.194-7.358 60.227-16.868 86.91-28.848l-2.91 1.168c22.909-10.071 42.661-22.18 60.51-36.557l-0.51 0.397zM384 216c174.44 0 296 63.24 296 120s-121.56 120-296 120-296-63.24-296-120 121.56-120 296-120zM88 496v-72.44c17.338 13.921 37.091 25.979 58.305 35.333l1.695 0.667c23.773 10.812 51.806 20.322 80.896 27.073l3.104 0.607v110.64c-89-22.68-144-63.72-144-101.88zM344 688v-25.12c13.2 0.72 26.52 1.12 40 1.12q23.64 0 46.64-1.48c15.227 5.779 34.399 11.565 54.022 16.179l3.338 0.661v110.68c-89-22.84-144-63.88-144-102.040zM536 800v-111.6c31.165 4.837 67.113 7.6 103.706 7.6 0.103 0 0.207-0 0.31-0l-0.017 0c0.234 0 0.511 0 0.789 0 36.417 0 72.195-2.734 107.14-8.008l-3.929 0.487v111.52c-31.26 5.091-67.29 8-104 8s-72.74-2.909-107.874-8.509l3.874 0.509zM792 790.040v-110.64c32.194-7.358 60.227-16.868 86.91-28.848l-2.91 1.168c22.909-10.022 42.663-22.079 60.52-36.403l-0.52 0.403v72.28c0 38.16-55 79.2-144 102.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coins-light"]},"attrs":[{}],"properties":{"order":27340,"id":896,"name":"coins-light","prevSize":16,"code":59999},"setIdx":2,"setId":2,"iconIdx":351},{"icon":{"paths":["M787.12 228.36c-46.8-80.36-110.4-124.36-179.12-124.36h-192c-68.72 0-132.32 44-179.12 124.36-44.4 76.16-68.88 176.88-68.88 283.64s24.48 207.48 68.88 283.64c46.8 80.36 110.4 124.36 179.12 124.36h192c68.72 0 132.32-44 179.12-124.36 44.4-76 68.88-176.88 68.88-283.64s-24.48-207.48-68.88-283.64zM807.52 488h-144c-2.6-75.36-17.48-146.92-42.96-208h139.44c28.24 58.96 44.64 131.080 47.52 208zM608 152c45.24 0 88.88 28.24 124.56 80h-135.44l-2-3.64c-16.858-29.435-37.192-54.611-60.905-76.132l-0.255-0.228zM278.32 771.44c-40.16-68.92-62.32-161.040-62.32-259.44s22.16-190.52 62.32-259.44c37.68-64.84 86.72-100.56 137.68-100.56s100 35.72 137.68 100.56c40.16 68.92 62.32 161.040 62.32 259.44s-22.16 190.52-62.32 259.44c-37.68 64.84-86.72 100.56-137.68 100.56s-100-35.72-137.68-100.56zM608 872h-74.040c23.968-21.749 44.302-46.925 60.369-74.867l0.791-1.493 2-3.64h135.44c-35.68 51.76-79.32 80-124.56 80zM760 744h-139.44c25.48-61.080 40.36-132.64 42.96-208h144c-2.88 76.92-19.28 149.040-47.52 208z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["coin-vertical-light"]},"attrs":[{}],"properties":{"order":27341,"id":895,"name":"coin-vertical-light","prevSize":16,"code":60000},"setIdx":2,"setId":2,"iconIdx":352},{"icon":{"paths":["M416 136h-160c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h160c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM424 832c0 4.418-3.582 8-8 8v0h-160c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h160c4.418 0 8 3.582 8 8v0zM768 136h-160c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h160c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM776 832c0 4.418-3.582 8-8 8v0h-160c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h160c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["columns-light"]},"attrs":[{}],"properties":{"order":27342,"id":894,"name":"columns-light","prevSize":16,"code":60001},"setIdx":2,"setId":2,"iconIdx":353},{"icon":{"paths":["M720 584h-88v-144h88c75.111 0 136-60.889 136-136s-60.889-136-136-136c-75.111 0-136 60.889-136 136v0 88h-144v-88c0-75.111-60.889-136-136-136s-136 60.889-136 136c0 75.111 60.889 136 136 136v0h88v144h-88c-75.111 0-136 60.889-136 136s60.889 136 136 136c75.111 0 136-60.889 136-136v0-88h144v88c0 75.111 60.889 136 136 136s136-60.889 136-136c0-75.111-60.889-136-136-136v0zM632 304c0-48.601 39.399-88 88-88s88 39.399 88 88c0 48.601-39.399 88-88 88v0h-88zM216 304c0-48.601 39.399-88 88-88s88 39.399 88 88v0 88h-88c-48.601 0-88-39.399-88-88v0zM392 720c0 48.601-39.399 88-88 88s-88-39.399-88-88c0-48.601 39.399-88 88-88v0h88zM440 440h144v144h-144zM720 808c-48.601 0-88-39.399-88-88v0-88h88c48.601 0 88 39.399 88 88s-39.399 88-88 88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["command-light"]},"attrs":[{}],"properties":{"order":27343,"id":893,"name":"command-light","prevSize":16,"code":60002},"setIdx":2,"setId":2,"iconIdx":354},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM693.28 298.52l-256 128c-4.68 2.37-8.39 6.080-10.697 10.623l-0.063 0.137-128 256c-1.594 3.124-2.527 6.813-2.527 10.72 0 13.255 10.745 24 24 24 0.003 0 0.005-0 0.008-0l-0 0c3.907-0.007 7.594-0.937 10.859-2.584l-0.139 0.064 256-128c4.68-2.37 8.39-6.080 10.697-10.623l0.063-0.137 128-256c1.598-3.127 2.534-6.821 2.534-10.734 0-13.255-10.745-24-24-24-3.913 0-7.607 0.936-10.871 2.597l0.136-0.063zM558.12 558.12l-184.44 92.2 92-184.44 184.44-92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["compass-light"]},"attrs":[{}],"properties":{"order":27344,"id":892,"name":"compass-light","prevSize":16,"code":60003},"setIdx":2,"setId":2,"iconIdx":355},{"icon":{"paths":["M853.36 490.92c1.865-3.334 2.963-7.315 2.963-11.552 0-13.255-10.745-24-24-24-9.517 0-17.739 5.539-21.621 13.569l-0.062 0.143c-32.271 61.263-81.479 109.891-141.395 140.582l-1.845 0.858-72.56-163.2c41.792-27.54 68.993-74.26 68.993-127.334 0-75.414-54.921-138.001-126.948-149.945l-0.885-0.121v-73.92c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 73.92c-72.912 12.066-127.833 74.652-127.833 150.066 0 53.074 27.201 99.794 68.423 126.98l0.57 0.353-195.080 438.92c-1.306 2.871-2.068 6.227-2.068 9.76 0 13.292 10.776 24.068 24.068 24.068 9.759 0 18.161-5.808 21.939-14.156l0.061-0.151 103.6-233.040c38.574 14.743 83.189 23.28 129.798 23.28 0.184 0 0.367-0 0.551-0l-0.029 0c46.887-0.027 91.819-8.366 133.412-23.624l-2.692 0.864 103.36 232.52c3.839 8.5 12.241 14.308 22 14.308 13.292 0 24.068-10.776 24.068-24.068 0-3.533-0.761-6.889-2.129-9.911l0.061 0.151-103.080-232c71.782-36.161 128.975-92.376 165.374-161.273l0.986-2.047zM512 216c57.438 0 104 46.562 104 104s-46.562 104-104 104c-57.438 0-104-46.562-104-104v0c0-57.438 46.562-104 104-104v0zM512 648c-0.105 0-0.229 0-0.353 0-39.661 0-77.669-7.082-112.826-20.050l2.26 0.73 72-161.8c11.71 3.251 25.157 5.12 39.040 5.12s27.33-1.869 40.102-5.368l-1.062 0.248 72 162.4c-33.124 11.827-71.335 18.68-111.142 18.72l-0.018 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["compass-tool-light"]},"attrs":[{}],"properties":{"order":27345,"id":891,"name":"compass-tool-light","prevSize":16,"code":60004},"setIdx":2,"setId":2,"iconIdx":356},{"icon":{"paths":["M664 288c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM640 392h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM824 160v704c0 30.928-25.072 56-56 56v0h-512c-30.928 0-56-25.072-56-56v0-704c0-30.928 25.072-56 56-56v0h512c30.928 0 56 25.072 56 56v0zM776 160c0-4.418-3.582-8-8-8v0h-512c-4.418 0-8 3.582-8 8v0 704c0 4.418 3.582 8 8 8v0h512c4.418 0 8-3.582 8-8v0zM512 680c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["computer-tower-light"]},"attrs":[{}],"properties":{"order":27346,"id":890,"name":"computer-tower-light","prevSize":16,"code":60005},"setIdx":2,"setId":2,"iconIdx":357},{"icon":{"paths":["M440.32 216c-9.989-9.989-23.789-16.167-39.032-16.167-23.729 0-43.961 14.972-51.764 35.985l-0.124 0.382-210 577.68c-2.097 5.605-3.31 12.081-3.31 18.841 0 30.414 24.562 55.092 54.932 55.279l0.018 0c6.852-0.017 13.408-1.262 19.467-3.527l-0.387 0.127 577.52-210c21.317-7.967 36.221-28.161 36.221-51.835 0-15.269-6.2-29.091-16.22-39.084l-0.001-0.001zM193.72 839.48c-0.739 0.282-1.593 0.445-2.485 0.445-3.954 0-7.16-3.206-7.16-7.16 0-0.892 0.163-1.747 0.461-2.534l-0.016 0.049 60.72-167.080 115.56 115.52zM410.56 760.64l-147.2-147.24 58.68-161.4 249.96 249.96zM776 624.28c-0.507 2.442-2.24 4.386-4.511 5.185l-0.049 0.015-149.68 54.52-281.76-281.8 54.52-149.44c0.8-2.33 2.751-4.068 5.156-4.553l0.044-0.007c0.246-0.034 0.531-0.053 0.82-0.053s0.574 0.019 0.853 0.057l-0.033-0.004c0.010-0 0.021-0 0.032-0 1.952 0 3.713 0.813 4.965 2.118l0.002 0.002 367.52 367.52c1.385 1.27 2.25 3.087 2.25 5.106 0 0.472-0.047 0.933-0.137 1.378l0.007-0.044zM648 288c0.618-21.486 5.911-41.597 14.892-59.541l-0.372 0.821c19.76-39.52 57.2-61.28 105.48-61.28 29.88 0 50.12-10.96 61.92-33.52 5.721-11.202 9.366-24.337 10.071-38.249l0.009-0.231c0-13.255 10.745-24 24-24v0 0c13.255 0 24 10.745 24 24v0c0 41.52-25.080 120-120 120-29.88 0-50.12 10.96-61.92 33.52-5.741 11.199-9.389 24.338-10.071 38.257l-0.009 0.223c0 13.255-10.745 24-24 24v0 0c-13.255 0-24-10.745-24-24v0zM552 160v-96c0-13.255 10.745-24 24-24s24 10.745 24 24v0 96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM944.96 495.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-64-64c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013zM967.6 310.76l-96 32c-2.396 0.88-5.162 1.389-8.047 1.389-13.255 0-24-10.745-24-24 0-10.701 7.004-19.767 16.677-22.862l0.17-0.047 96-32c2.139-0.692 4.599-1.091 7.153-1.091 13.255 0 24 10.745 24 24 0 10.37-6.576 19.203-15.786 22.558l-0.167 0.053z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["confetti-light"]},"attrs":[{}],"properties":{"order":27347,"id":889,"name":"confetti-light","prevSize":16,"code":60006},"setIdx":2,"setId":2,"iconIdx":358},{"icon":{"paths":["M381.24 404.8c16.741 31.064 26.578 67.983 26.578 107.2s-9.837 76.136-27.179 108.425l0.601-1.225c-4.11 7.678-12.075 12.812-21.24 12.812-13.261 0-24.012-10.751-24.012-24.012 0-4.097 1.026-7.954 2.835-11.329l-0.063 0.129c13.45-24.526 21.361-53.739 21.361-84.8s-7.911-60.274-21.829-85.735l0.468 0.935c-1.746-3.246-2.772-7.103-2.772-11.2 0-13.261 10.751-24.012 24.012-24.012 9.165 0 17.13 5.134 21.177 12.684l0.063 0.129zM572.68 266.84c-7.602 4.128-12.677 12.052-12.677 21.161 0 4.144 1.050 8.043 2.9 11.445l-0.063-0.126c33.588 61.544 53.339 134.806 53.339 212.68s-19.751 151.136-54.518 215.048l1.179-2.368c-1.886 3.349-2.998 7.352-2.998 11.615 0 13.255 10.745 24 24 24 9.227 0 17.238-5.207 21.255-12.844l0.063-0.131c37.168-68.095 59.025-149.155 59.025-235.32s-21.857-167.225-60.329-237.939l1.304 2.619c-4.128-7.602-12.052-12.677-21.161-12.677-4.144 0-8.043 1.050-11.445 2.9l0.126-0.063zM460.68 330.84c-7.637 4.118-12.739 12.060-12.739 21.194 0 4.131 1.044 8.018 2.882 11.413l-0.063-0.127c23.416 43.052 37.184 94.278 37.184 148.72s-13.768 105.668-38.011 150.387l0.827-1.667c-1.772 3.266-2.814 7.151-2.814 11.28 0 13.263 10.751 24.014 24.014 24.014 9.134 0 17.077-5.1 21.137-12.607l0.063-0.127c26.963-49.584 42.816-108.58 42.816-171.28s-15.853-121.696-43.768-173.201l0.952 1.921c-4.116-7.645-12.062-12.754-21.202-12.754-4.112 0-7.983 1.034-11.366 2.857l0.128-0.063zM920 512c0 225.332-182.668 408-408 408s-408-182.668-408-408c0-225.332 182.668-408 408-408v0c225.222 0.273 407.727 182.778 408 407.974l0 0.026zM872 512c0-198.823-161.177-360-360-360s-360 161.177-360 360c0 198.823 161.177 360 360 360v0c198.731-0.228 359.773-161.269 360-359.979l0-0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["contactless-payment-light"]},"attrs":[{}],"properties":{"order":27348,"id":888,"name":"contactless-payment-light","prevSize":16,"code":60007},"setIdx":2,"setId":2,"iconIdx":359},{"icon":{"paths":["M816.96 496.96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-271.040-271-271.040 271c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 288-288c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 288 288c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["control-light"]},"attrs":[{}],"properties":{"order":27349,"id":887,"name":"control-light","prevSize":16,"code":60008},"setIdx":2,"setId":2,"iconIdx":360},{"icon":{"paths":["M652.28 659.72c7.241 7.239 11.72 17.241 11.72 28.289 0 22.091-17.909 40-40 40s-40-17.909-40-40c0-11.048 4.479-21.050 11.72-28.288l0-0c7.238-7.236 17.236-11.711 28.28-11.711s21.042 4.475 28.28 11.712l-0-0zM339.72 627.72c-7.241 7.239-11.72 17.241-11.72 28.289 0 22.091 17.909 40 40 40s40-17.909 40-40c0-11.048-4.479-21.050-11.72-28.288l-0-0c-7.238-7.236-17.236-11.711-28.28-11.711s-21.042 4.475-28.28 11.712l0-0zM364.28 460.28c7.241-7.239 11.72-17.241 11.72-28.289 0-22.091-17.909-40-40-40s-40 17.909-40 40c0 11.048 4.479 21.050 11.72 28.288l0 0c7.238 7.236 17.236 11.711 28.28 11.711s21.042-4.475 28.28-11.712l-0 0zM499.72 467.72c-7.241 7.239-11.72 17.241-11.72 28.289 0 22.091 17.909 40 40 40s40-17.909 40-40c0-11.048-4.479-21.050-11.72-28.288l-0-0c-7.238-7.236-17.236-11.711-28.28-11.711s-21.042 4.475-28.28 11.712l0-0zM920 512c0 225.332-182.668 408-408 408s-408-182.668-408-408c0-225.332 182.668-408 408-408v0c13.255 0 24 10.745 24 24v0c0 92.784 75.216 168 168 168v0c13.255 0 24 10.745 24 24v0c0 92.784 75.216 168 168 168v0c13.255 0 24 10.745 24 24v0zM871.28 534.6c-100.345-12.030-178.965-91.238-189.992-190.826l-0.088-0.974c-100.658-11.030-179.97-89.699-191.899-189.089l-0.101-1.031c-188.86 12.238-337.408 168.416-337.408 359.29 0 198.823 161.177 360 360 360 190.861 0 347.031-148.527 359.233-336.304l0.055-1.067z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cookie-light"]},"attrs":[{}],"properties":{"order":27350,"id":886,"name":"cookie-light","prevSize":16,"code":60009},"setIdx":2,"setId":2,"iconIdx":361},{"icon":{"paths":["M360 192v-128c0-13.255 10.745-24 24-24s24 10.745 24 24v0 128c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM512 216c13.255 0 24-10.745 24-24v0-128c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24v0zM640 216c13.255 0 24-10.745 24-24v0-128c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24v0zM1006.4 403.2l-118.4 88.8v244c0 66.274-53.726 120-120 120v0h-512c-66.274 0-120-53.726-120-120v0-244l-118.4-88.8c-5.855-4.425-9.6-11.375-9.6-19.2 0-13.255 10.745-24 24-24 5.43 0 10.439 1.803 14.46 4.844l-0.060-0.044 89.6 67.2v-80c0-30.928 25.072-56 56-56v0h640c30.928 0 56 25.072 56 56v0 80l89.6-67.2c3.961-2.997 8.97-4.8 14.4-4.8 13.255 0 24 10.745 24 24 0 7.825-3.745 14.775-9.54 19.156l-0.060 0.044zM840 352c0-4.418-3.582-8-8-8v0h-640c-4.418 0-8 3.582-8 8v0 384c0 39.765 32.235 72 72 72v0h512c39.765 0 72-32.235 72-72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cooking-pot-light"]},"attrs":[{}],"properties":{"order":27351,"id":885,"name":"cooking-pot-light","prevSize":16,"code":60010},"setIdx":2,"setId":2,"iconIdx":362},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM696 512c0 0.012 0 0.026 0 0.040 0 101.62-82.38 184-184 184-59.99 0-113.275-28.709-146.865-73.137l-0.335-0.463c-3.004-3.965-4.812-8.982-4.812-14.42 0-13.261 10.751-24.012 24.012-24.012 7.823 0 14.772 3.741 19.156 9.532l0.044 0.060c25.075 33.18 64.46 54.4 108.8 54.4 75.111 0 136-60.889 136-136s-60.889-136-136-136c-44.34 0-83.725 21.22-108.552 54.058l-0.248 0.342c-4.428 5.851-11.377 9.592-19.2 9.592-13.261 0-24.012-10.751-24.012-24.012 0-5.438 1.808-10.455 4.856-14.48l-0.044 0.060c33.925-44.891 87.21-73.6 147.2-73.6 101.62 0 184 82.38 184 184 0 0.014-0 0.028-0 0.042l0-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["copyleft-light"]},"attrs":[{}],"properties":{"order":27352,"id":884,"name":"copyleft-light","prevSize":16,"code":60011},"setIdx":2,"setId":2,"iconIdx":363},{"icon":{"paths":["M864 136h-512c-13.255 0-24 10.745-24 24v0 168h-168c-13.255 0-24 10.745-24 24v0 512c0 13.255 10.745 24 24 24v0h512c13.255 0 24-10.745 24-24v0-168h168c13.255 0 24-10.745 24-24v0-512c0-13.255-10.745-24-24-24v0zM648 840h-464v-464h464zM840 648h-144v-296c0-13.255-10.745-24-24-24v0h-296v-144h464z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["copy-light"]},"attrs":[{}],"properties":{"order":27353,"id":883,"name":"copy-light","prevSize":16,"code":60012},"setIdx":2,"setId":2,"iconIdx":364},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM376 512c0 75.111 60.889 136 136 136 44.34 0 83.725-21.22 108.552-54.058l0.248-0.342c4.428-5.851 11.377-9.592 19.2-9.592 13.261 0 24.012 10.751 24.012 24.012 0 5.438-1.808 10.455-4.856 14.48l0.044-0.060c-33.927 44.868-87.198 73.56-147.17 73.56-101.62 0-184-82.38-184-184s82.38-184 184-184c59.973 0 113.244 28.692 146.835 73.098l0.335 0.462c3.004 3.965 4.812 8.982 4.812 14.42 0 13.261-10.751 24.012-24.012 24.012-7.823 0-14.772-3.741-19.156-9.532l-0.044-0.060c-25.075-33.18-64.46-54.4-108.8-54.4-75.111 0-136 60.889-136 136v-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["copyright-light"]},"attrs":[{}],"properties":{"order":27354,"id":882,"name":"copyright-light","prevSize":16,"code":60013},"setIdx":2,"setId":2,"iconIdx":365},{"icon":{"paths":["M736 264h-576c-13.255 0-24 10.745-24 24v0 576c0 13.255 10.745 24 24 24v0h576c13.255 0 24-10.745 24-24v0-576c0-13.255-10.745-24-24-24v0zM712 840h-528v-528h528zM888 160v576c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-552h-552c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h576c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["copy-simple-light"]},"attrs":[{}],"properties":{"order":27355,"id":881,"name":"copy-simple-light","prevSize":16,"code":60014},"setIdx":2,"setId":2,"iconIdx":366},{"icon":{"paths":["M616 384v-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0 168h168c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24v0zM384 616h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h168v168c0 13.255 10.745 24 24 24s24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM832 616h-192c-13.255 0-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24s24-10.745 24-24v0-168h168c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM384 168c-13.255 0-24 10.745-24 24v0 168h-168c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["corners-in-light"]},"attrs":[{}],"properties":{"order":27356,"id":880,"name":"corners-in-light","prevSize":16,"code":60015},"setIdx":2,"setId":2,"iconIdx":367},{"icon":{"paths":["M856 192v160c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-136h-136c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0zM352 808h-136v-136c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 160c0 13.255 10.745 24 24 24v0h160c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM832 648c-13.255 0-24 10.745-24 24v0 136h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c13.255 0 24-10.745 24-24v0-160c0-13.255-10.745-24-24-24v0zM352 168h-160c-13.255 0-24 10.745-24 24v0 160c0 13.255 10.745 24 24 24s24-10.745 24-24v0-136h136c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["corners-out-light"]},"attrs":[{}],"properties":{"order":27357,"id":879,"name":"corners-out-light","prevSize":16,"code":60016},"setIdx":2,"setId":2,"iconIdx":368},{"icon":{"paths":["M952 429.48v-141.48c0-30.928-25.072-56-56-56v0h-768c-30.928 0-56 25.072-56 56v0 141.48c-19.051 9.19-31.969 28.343-32 50.516l-0 0.004v192c0 30.928 25.072 56 56 56v0h40v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h656v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h40c30.928 0 56-25.072 56-56v0-192c-0.031-22.177-12.949-41.33-31.666-50.374l-0.334-0.146zM904 288v136h-40c-30.928 0-56 25.072-56 56v0 64c0 4.418-3.582 8-8 8v0h-264v-272h360c4.418 0 8 3.582 8 8v0zM128 280h360v272h-264c-4.418 0-8-3.582-8-8v0-64c0-30.928-25.072-56-56-56v0h-40v-136c0-4.418 3.582-8 8-8v0zM936 672c0 4.418-3.582 8-8 8v0h-832c-4.418 0-8-3.582-8-8v0-192c0-4.418 3.582-8 8-8v0h64c4.418 0 8 3.582 8 8v0 64c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-64c0-4.418 3.582-8 8-8v0h64c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["couch-light"]},"attrs":[{}],"properties":{"order":27358,"id":878,"name":"couch-light","prevSize":16,"code":60017},"setIdx":2,"setId":2,"iconIdx":369},{"icon":{"paths":["M608 392h-192c-13.255 0-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24v0h192c13.255 0 24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM584 584h-144v-144h144zM928 584h-72v-144h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-168c0-30.928-25.072-56-56-56v0h-168v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-144v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-168c-30.928 0-56 25.072-56 56v0 168h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v144h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v168c0 30.928 25.072 56 56 56v0h168v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h144v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h168c30.928 0 56-25.072 56-56v0-168h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM808 800c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-576c0-4.418 3.582-8 8-8v0h576c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cpu-light"]},"attrs":[{}],"properties":{"order":27359,"id":877,"name":"cpu-light","prevSize":16,"code":60018},"setIdx":2,"setId":2,"iconIdx":370},{"icon":{"paths":["M896 200h-768c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h768c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM128 248h768c4.418 0 8 3.582 8 8v0 104h-784v-104c0-4.418 3.582-8 8-8v0zM896 776h-768c-4.418 0-8-3.582-8-8v0-360h784v360c0 4.418-3.582 8-8 8v0zM824 672c0 13.255-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0zM568 672c0 13.255-10.745 24-24 24v0h-64c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h64c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["credit-card-light"]},"attrs":[{}],"properties":{"order":27360,"id":876,"name":"credit-card-light","prevSize":16,"code":60019},"setIdx":2,"setId":2,"iconIdx":371},{"icon":{"paths":["M952 768c0 13.255-10.745 24-24 24v0h-136v136c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-136h-488c-13.255 0-24-10.745-24-24v0-488h-136c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h136v-136c0-13.255 10.745-24 24-24s24 10.745 24 24v0 648h648c13.255 0 24 10.745 24 24v0zM384 280h360v360c0 13.255 10.745 24 24 24s24-10.745 24-24v0-384c0-13.255-10.745-24-24-24v0h-384c-13.255 0-24 10.745-24 24s10.745 24 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crop-light"]},"attrs":[{}],"properties":{"order":27361,"id":875,"name":"crop-light","prevSize":16,"code":60020},"setIdx":2,"setId":2,"iconIdx":372},{"icon":{"paths":["M928 488h-40.8c-12.685-188.641-162.559-338.515-350.051-351.138l-1.149-0.062v-40.8c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40.8c-188.641 12.685-338.515 162.559-351.138 350.051l-0.062 1.149h-40.8c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40.8c12.685 188.641 162.559 338.515 350.051 351.138l1.149 0.062v40.8c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40.8c188.641-12.685 338.515-162.559 351.138-350.051l0.062-1.149h40.8c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM536 839.040v-39.040c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 39.040c-162.111-12.449-290.591-140.929-302.971-301.922l-0.069-1.118h39.040c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-39.040c12.449-162.111 140.929-290.591 301.922-302.971l1.118-0.069v39.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-39.040c162.111 12.449 290.591 140.929 302.971 301.922l0.069 1.118h-39.040c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h39.040c-12.449 162.111-140.929 290.591-301.922 302.971l-1.118 0.069zM512 360c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM512 616c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crosshair-light"]},"attrs":[{}],"properties":{"order":27362,"id":874,"name":"crosshair-light","prevSize":16,"code":60021},"setIdx":2,"setId":2,"iconIdx":373},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM536 871.2v-135.2c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 135.2c-179.81-12.648-322.552-155.391-335.135-334.058l-0.065-1.142h135.2c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-135.2c12.648-179.81 155.391-322.552 334.058-335.135l1.142-0.065v135.2c0 13.255 10.745 24 24 24s24-10.745 24-24v0-135.2c179.81 12.648 322.552 155.391 335.135 334.058l0.065 1.142h-135.2c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h135.2c-12.648 179.81-155.391 322.552-334.058 335.135l-1.142 0.065z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crosshair-simple-light"]},"attrs":[{}],"properties":{"order":27363,"id":873,"name":"crosshair-simple-light","prevSize":16,"code":60022},"setIdx":2,"setId":2,"iconIdx":374},{"icon":{"paths":["M800 296h-160c-4.418 0-8-3.582-8-8v0-160c0-30.928-25.072-56-56-56v0h-128c-30.928 0-56 25.072-56 56v0 160c0 4.418-3.582 8-8 8v0h-160c-30.928 0-56 25.072-56 56v0 128c0 30.928 25.072 56 56 56v0h160c4.418 0 8 3.582 8 8v0 352c0 30.928 25.072 56 56 56v0h128c30.928 0 56-25.072 56-56v0-352c0-4.418 3.582-8 8-8v0h160c30.928 0 56-25.072 56-56v0-128c0-30.928-25.072-56-56-56v0zM808 480c0 4.418-3.582 8-8 8v0h-160c-30.928 0-56 25.072-56 56v0 352c0 4.418-3.582 8-8 8v0h-128c-4.418 0-8-3.582-8-8v0-352c0-30.928-25.072-56-56-56v0h-160c-4.418 0-8-3.582-8-8v0-128c0-4.418 3.582-8 8-8v0h160c30.928 0 56-25.072 56-56v0-160c0-4.418 3.582-8 8-8v0h128c4.418 0 8 3.582 8 8v0 160c0 30.928 25.072 56 56 56v0h160c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cross-light"]},"attrs":[{}],"properties":{"order":27364,"id":872,"name":"cross-light","prevSize":16,"code":60023},"setIdx":2,"setId":2,"iconIdx":375},{"icon":{"paths":["M970.080 310.8c-7.039-6.165-16.32-9.926-26.479-9.926-6.561 0-12.756 1.569-18.23 4.352l0.229-0.106-207.48 103.44-171.48-285c-7.203-11.809-20.015-19.572-34.64-19.572s-27.437 7.764-34.539 19.394l-0.101 0.178-171.48 285-207.4-103.4c-5.258-2.683-11.469-4.255-18.046-4.255-22.312 0-40.4 18.088-40.4 40.4 0 4.54 0.749 8.906 2.13 12.979l-0.084-0.285 148 453.44c3.229 9.698 12.222 16.568 22.82 16.568 4.524 0 8.756-1.252 12.368-3.428l-0.108 0.060c0.28 0 26.24-15.36 74.4-30.32 44.44-13.84 117.28-30.32 212.44-30.32s168 16.48 212.48 30.32c48 14.96 74.12 30.16 74.32 30.28 3.514 2.132 7.762 3.394 12.304 3.394 10.593 0 19.583-6.863 22.767-16.385l0.049-0.169 148-453.36c1.355-3.847 2.138-8.283 2.138-12.902 0-12.13-5.399-22.999-13.925-30.334l-0.053-0.044zM796.92 766.12c-44-19.68-141.6-54.12-284.92-54.12s-240.92 34.44-284.92 54.12l-133.8-409.92 197.4 98.4c5.249 2.65 11.442 4.202 17.997 4.202 14.637 0 27.467-7.738 34.622-19.347l0.101-0.176 168.6-280 168.6 280.2c7.268 11.77 20.096 19.495 34.728 19.495 6.537 0 12.714-1.542 18.186-4.282l-0.235 0.107 197.44-98.44zM695.64 625.8c-1.98 11.402-11.785 19.967-23.597 20l-0.003 0c-1.422-0.013-2.805-0.143-4.15-0.382l0.15 0.022c-46.853-8.449-100.783-13.28-155.84-13.28s-108.987 4.831-161.387 14.092l5.547-0.812c-1.257 0.233-2.703 0.365-4.18 0.365-13.302 0-24.085-10.783-24.085-24.085 0-11.825 8.521-21.66 19.759-23.698l0.147-0.022c49.355-8.907 106.163-14 164.16-14s114.806 5.093 170.002 14.856l-5.842-0.856c11.273 2.114 19.689 11.879 19.689 23.61 0 1.481-0.134 2.931-0.391 4.337l0.022-0.147z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crown-light"]},"attrs":[{}],"properties":{"order":27365,"id":871,"name":"crown-light","prevSize":16,"code":60024},"setIdx":2,"setId":2,"iconIdx":376},{"icon":{"paths":["M970.080 310.8c-7.039-6.165-16.32-9.926-26.479-9.926-6.561 0-12.756 1.569-18.23 4.352l0.229-0.106-207.48 103.44-171.48-285c-7.203-11.809-20.015-19.572-34.64-19.572s-27.437 7.764-34.539 19.394l-0.101 0.178-171.48 285-207.4-103.4c-5.258-2.683-11.469-4.255-18.046-4.255-22.312 0-40.4 18.088-40.4 40.4 0 4.54 0.749 8.906 2.13 12.979l-0.084-0.285 148 453.44c3.229 9.698 12.222 16.568 22.82 16.568 4.524 0 8.756-1.252 12.368-3.428l-0.108 0.060c0.28 0 26.24-15.36 74.4-30.32 44.44-13.84 117.28-30.32 212.44-30.32s168 16.48 212.48 30.32c48 14.96 74.12 30.16 74.32 30.28 3.514 2.132 7.762 3.394 12.304 3.394 10.593 0 19.583-6.863 22.767-16.385l0.049-0.169 148-453.36c1.355-3.847 2.138-8.283 2.138-12.902 0-12.13-5.399-22.999-13.925-30.334l-0.053-0.044zM796.92 766.12c-44-19.68-141.6-54.12-284.92-54.12s-240.92 34.44-284.92 54.12l-133.8-409.92 197.4 98.4c5.246 2.643 11.433 4.19 17.982 4.19 14.639 0 27.472-7.732 34.637-19.335l0.101-0.175 168.6-280 168.6 280.2c7.268 11.77 20.096 19.495 34.728 19.495 6.537 0 12.714-1.542 18.186-4.282l-0.235 0.107 197.44-98.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["crown-simple-light"]},"attrs":[{}],"properties":{"order":27366,"id":870,"name":"crown-simple-light","prevSize":16,"code":60025},"setIdx":2,"setId":2,"iconIdx":377},{"icon":{"paths":["M760 629.72v-235.44c0-0.036 0-0.079 0-0.121 0-16.070-8.615-30.128-21.479-37.807l-0.201-0.111-205.36-118.6c-6.013-3.527-13.243-5.61-20.96-5.61s-14.946 2.083-21.158 5.717l0.198-0.107-205.32 118.6c-13.087 7.785-21.72 21.856-21.72 37.942 0 0.034 0 0.069 0 0.103l-0-0.005v235.44c-0 0.036-0 0.079-0 0.121 0 16.070 8.615 30.128 21.479 37.807l0.201 0.111 205.36 118.6c6.015 3.52 13.245 5.598 20.96 5.598s14.945-2.078 21.16-5.705l-0.2 0.108 205.32-118.6c13.087-7.785 21.72-21.856 21.72-37.942 0-0.034-0-0.069-0-0.103l0 0.005zM512 280.96l178.36 103.040-178.36 102.96-178.36-102.96zM312 426.92l176 101.6v200.68l-176-101.68zM536 729.2v-200.68l176-101.6v200.6zM920 192v160c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-136h-136c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0zM312 832c0 13.255-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24v0-160c0-13.255 10.745-24 24-24s24 10.745 24 24v0 136h136c13.255 0 24 10.745 24 24v0zM920 672v160c0 13.255-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h136v-136c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM104 352v-160c0-13.255 10.745-24 24-24v0h160c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-136v136c0 13.255-10.745 24-24 24s-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cube-focus-light"]},"attrs":[{}],"properties":{"order":27367,"id":869,"name":"cube-focus-light","prevSize":16,"code":60026},"setIdx":2,"setId":2,"iconIdx":378},{"icon":{"paths":["M890.88 271.6l-352-192.68c-7.752-4.361-17.016-6.929-26.88-6.929s-19.128 2.569-27.16 7.074l0.28-0.144-352 192.72c-17.47 9.697-29.102 28.028-29.12 49.077l-0 0.003v382.56c0.018 21.052 11.65 39.383 28.834 48.934l0.286 0.146 352 192.72c7.753 4.354 17.017 6.918 26.88 6.918s19.127-2.564 27.161-7.063l-0.281 0.145 352-192.72c17.47-9.697 29.102-28.028 29.12-49.077l0-0.003v-382.56c-0.003-21.068-11.639-39.417-28.834-48.974l-0.286-0.146zM508 121c1.109-0.618 2.432-0.982 3.84-0.982s2.731 0.364 3.881 1.003l-0.041-0.021 334.36 183-338.040 184.96-338.040-184.96zM156 710.28c-2.408-1.409-4-3.983-4-6.928 0-0.025 0-0.050 0-0.075l-0 0.004v-356.64l336 184v361.36zM867.68 710.28l-331.68 181.72v-361.44l336-184v356.64c0.001 0.045 0.001 0.098 0.001 0.151 0 2.946-1.593 5.52-3.964 6.909l-0.038 0.020z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cube-light"]},"attrs":[{}],"properties":{"order":27368,"id":868,"name":"cube-light","prevSize":16,"code":60027},"setIdx":2,"setId":2,"iconIdx":379},{"icon":{"paths":["M880.96 367l-224.96-224.76c-4.199-3.861-9.822-6.231-15.998-6.24l-0.002-0h-480c-13.255 0-24 10.745-24 24v0 480c-0 0.006-0 0.012-0 0.019 0 6.633 2.691 12.637 7.040 16.981l0 0 224 224c4.34 4.326 10.328 7 16.941 7 0.007 0 0.013-0 0.020-0l479.999 0c13.255 0 24-10.745 24-24v0-480c0-0.006 0-0.012 0-0.019 0-6.633-2.691-12.637-7.040-16.981l-0-0zM664 217.92l142.080 142.080h-142.080zM360 805.92l-142.080-141.92h142.080zM360 616h-176v-398.080l176 176zM217.92 184h398.080v176h-222.080zM616 408v208h-208v-208zM408 840v-176h222.080l176 176zM840 806.080l-176-176v-222.080h176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cube-transparent-light"]},"attrs":[{}],"properties":{"order":27369,"id":867,"name":"cube-transparent-light","prevSize":16,"code":60028},"setIdx":2,"setId":2,"iconIdx":380},{"icon":{"paths":["M666.76 465.64c37.459-31.040 61.142-77.572 61.142-129.635 0-89.935-70.669-163.365-159.506-167.789l-0.396-0.016v-72.2c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-80v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v560h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h136v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h80v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h40c101.614-0.009 183.984-82.385 183.984-184 0-80.586-51.806-149.073-123.931-173.972l-1.293-0.388zM680 336c0 66.274-53.726 120-120 120v0h-216v-240h216c66.274 0 120 53.726 120 120v0zM608 776h-264v-272h264c75.111 0 136 60.889 136 136s-60.889 136-136 136v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-btc-light"]},"attrs":[{}],"properties":{"order":27370,"id":866,"name":"currency-btc-light","prevSize":16,"code":60029},"setIdx":2,"setId":2,"iconIdx":381},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM664 592c0 57.438-46.562 104-104 104v0h-24v40c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-40h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h144c30.928 0 56-25.072 56-56s-25.072-56-56-56v0h-96c-57.438 0-104-46.562-104-104s46.562-104 104-104v0h24v-40c0-13.255 10.745-24 24-24s24 10.745 24 24v0 40h72c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-144c-30.928 0-56 25.072-56 56s25.072 56 56 56v0h96c57.438 0 104 46.562 104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-circle-dollar-light"]},"attrs":[{}],"properties":{"order":27371,"id":865,"name":"currency-circle-dollar-light","prevSize":16,"code":60030},"setIdx":2,"setId":2,"iconIdx":382},{"icon":{"paths":["M232 256c0-13.255 10.745-24 24-24v0h512c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-512c-13.255 0-24-10.745-24-24v0zM864 680c-13.255 0-24 10.745-24 24v0 72h-136c-39.765 0-72-32.235-72-72v0-200h200c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-640c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h200v40c-0.159 128.066-103.934 231.841-231.984 232l-0.016 0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c154.567-0.182 279.818-125.434 280-279.983l0-0.017v-40h144v200c0 66.274 53.726 120 120 120v0h160c13.255 0 24-10.745 24-24v0-96c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-cny-light"]},"attrs":[{}],"properties":{"order":27372,"id":864,"name":"currency-cny-light","prevSize":16,"code":60031},"setIdx":2,"setId":2,"iconIdx":383},{"icon":{"paths":["M608 488h-72v-272h40c75.111 0 136 60.889 136 136v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0c-0.136-101.565-82.435-183.864-183.987-184l-0.013-0h-40v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-40c-101.62 0-184 82.38-184 184s82.38 184 184 184v0h40v272h-72c-75.111 0-136-60.889-136-136v0c0-13.255-10.745-24-24-24s-24 10.745-24 24v0c0.136 101.565 82.435 183.864 183.987 184l0.013 0h72v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h72c101.62 0 184-82.38 184-184s-82.38-184-184-184v0zM448 488c-75.111 0-136-60.889-136-136s60.889-136 136-136v0h40v272zM608 808h-72v-272h72c75.111 0 136 60.889 136 136s-60.889 136-136 136v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-dollar-light"]},"attrs":[{}],"properties":{"order":27373,"id":863,"name":"currency-dollar-light","prevSize":16,"code":60032},"setIdx":2,"setId":2,"iconIdx":384},{"icon":{"paths":["M792 672c-0.136 101.565-82.435 183.864-183.987 184l-0.013 0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-101.565-0.136-183.864-82.435-184-183.987l-0-0.013c0-13.255 10.745-24 24-24s24 10.745 24 24v0c0 75.111 60.889 136 136 136v0h192c75.111 0 136-60.889 136-136s-60.889-136-136-136v0h-160c-101.62 0-184-82.38-184-184s82.38-184 184-184v0h40v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h40c101.565 0.136 183.864 82.435 184 183.987l0 0.013c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0-75.111-60.889-136-136-136v0h-128c-75.111 0-136 60.889-136 136s60.889 136 136 136v0h160c101.565 0.136 183.864 82.435 184 183.987l0 0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-dollar-simple-light"]},"attrs":[{}],"properties":{"order":27374,"id":862,"name":"currency-dollar-simple-light","prevSize":16,"code":60033},"setIdx":2,"setId":2,"iconIdx":385},{"icon":{"paths":["M882.88 497.16l-352-448c-4.434-5.613-11.24-9.183-18.88-9.183s-14.446 3.57-18.842 9.132l-0.038 0.051-352 448c-3.203 4.042-5.138 9.215-5.138 14.84s1.935 10.798 5.176 14.89l-0.038-0.050 352 448c4.434 5.613 11.24 9.183 18.88 9.183s14.446-3.57 18.842-9.132l0.038-0.051 352-448c3.203-4.042 5.138-9.215 5.138-14.84s-1.935-10.798-5.176-14.89l0.038 0.050zM536 133.4l290.24 369.4-290.24 132zM488 634.72l-290.24-132 290.24-369.32zM488 687.44v203.16l-248.32-316zM536 687.44l248.32-112.84-248.32 316z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-eth-light"]},"attrs":[{}],"properties":{"order":27375,"id":861,"name":"currency-eth-light","prevSize":16,"code":60034},"setIdx":2,"setId":2,"iconIdx":386},{"icon":{"paths":["M753.88 774.64c3.804 4.229 6.131 9.854 6.131 16.022 0 7.102-3.085 13.484-7.988 17.878l-0.023 0.020c-54.932 49.264-127.913 79.385-207.929 79.385-163.847 0-298.195-126.298-311.001-286.851l-0.070-1.094h-73c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-80h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h73c12.876-161.647 147.224-287.945 311.071-287.945 80.016 0 152.996 30.121 208.221 79.643l-0.293-0.258c4.969 4.431 8.083 10.852 8.083 18 0 13.301-10.782 24.083-24.083 24.083-6.153 0-11.767-2.307-16.024-6.104l0.024 0.021c-46.483-41.694-108.243-67.187-175.956-67.187-137.264 0-250.061 104.757-262.802 238.685l-0.082 1.062h262.84c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-264v80h200c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-198.84c12.715 135.092 125.562 239.969 262.904 239.969 67.704 0 129.455-25.486 176.184-67.387l-0.248 0.219c4.229-3.803 9.853-6.129 16.019-6.129 7.082 0 13.448 3.068 17.841 7.947l0.019 0.022z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-eur-light"]},"attrs":[{}],"properties":{"order":27376,"id":860,"name":"currency-eur-light","prevSize":16,"code":60035},"setIdx":2,"setId":2,"iconIdx":387},{"icon":{"paths":["M760 832c0 13.255-10.745 24-24 24v0h-512c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h16c66.274 0 120-53.726 120-120v0-152h-136c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h136v-152c-0-0.005-0-0.010-0-0.015 0-110.457 89.543-200 200-200 48.489 0 92.949 17.256 127.571 45.962l-0.331-0.267c5.349 4.436 8.73 11.083 8.73 18.52 0 13.26-10.75 24.010-24.010 24.010-5.823 0-11.163-2.073-15.32-5.522l0.040 0.032c-26.058-21.603-59.838-34.71-96.68-34.71-83.944 0-151.994 68.047-152 151.989l-0 0v152h136c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-136v152c0 0.032 0 0.070 0 0.109 0 46.978-19.338 89.44-50.487 119.859l-0.033 0.032h378.52c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-gbp-light"]},"attrs":[{}],"properties":{"order":27377,"id":859,"name":"currency-gbp-light","prevSize":16,"code":60036},"setIdx":2,"setId":2,"iconIdx":388},{"icon":{"paths":["M824 320c0 13.255-10.745 24-24 24v0h-137.24c0.781 7.188 1.231 15.536 1.24 23.987l0 0.013c-0.159 128.066-103.934 231.841-231.984 232l-81.936 0 305.92 278.24c4.832 4.408 7.852 10.731 7.852 17.76 0 13.261-10.75 24.012-24.012 24.012-6.233 0-11.911-2.375-16.179-6.269l0.019 0.017-352-320c-4.836-4.407-7.858-10.731-7.858-17.761 0-13.255 10.745-24 24-24 0.063 0 0.125 0 0.188 0.001l-0.010-0h144c101.565-0.136 183.864-82.435 184-183.987l0-0.013c-0.030-8.491-0.61-16.817-1.708-24.979l0.108 0.979h-326.4c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h313.32c-28.825-66.338-93.74-111.907-169.308-112l-144.012-0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h512c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-226.92c36.517 28.228 64.13 66.353 78.96 110.357l0.48 1.643h147.48c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-inr-light"]},"attrs":[{}],"properties":{"order":27378,"id":858,"name":"currency-inr-light","prevSize":16,"code":60037},"setIdx":2,"setId":2,"iconIdx":389},{"icon":{"paths":["M818.56 207.2l-256 312.8h141.44c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-168v80h168c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-168v168c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-168h-168c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h168v-80h-168c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h141.36l-256-312.8c-3.654-4.189-5.882-9.704-5.882-15.74 0-13.255 10.745-24 24-24 7.71 0 14.57 3.635 18.961 9.285l0.041 0.054 269.52 329.32 269.44-329.32c4.424-5.073 10.899-8.26 18.118-8.26 13.255 0 24 10.745 24 24 0 5.545-1.881 10.651-5.039 14.715l0.041-0.054z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-jpy-light"]},"attrs":[{}],"properties":{"order":27379,"id":857,"name":"currency-jpy-light","prevSize":16,"code":60038},"setIdx":2,"setId":2,"iconIdx":390},{"icon":{"paths":["M960 520h-100.36l90.6-222.96c1.118-2.674 1.767-5.781 1.767-9.040 0-13.259-10.748-24.007-24.007-24.007-10 0-18.572 6.114-22.181 14.808l-0.059 0.159-97.76 241.040h-176l-97.76-241.040c-3.663-8.859-12.237-14.979-22.24-14.979s-18.577 6.12-22.182 14.82l-0.058 0.159-97.76 241.040h-176l-97.76-241.040c-3.668-8.853-12.24-14.967-22.24-14.967-13.259 0-24.007 10.748-24.007 24.007 0 3.259 0.649 6.366 1.826 9.199l-0.059-0.159 90.6 222.96h-100.36c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h120l97.92 241.040c3.663 8.859 12.237 14.979 22.24 14.979s18.577-6.12 22.182-14.82l0.058-0.159 97.6-241.040h176l97.92 241.040c3.663 8.859 12.237 14.979 22.24 14.979s18.577-6.12 22.182-14.82l0.058-0.159 97.6-241.040h120c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM304 736.24l-68.36-168.24h136.72zM443.64 520l68.36-168.24 68.36 168.24zM720 736.24l-68.36-168.24h136.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-krw-light"]},"attrs":[{}],"properties":{"order":27380,"id":856,"name":"currency-krw-light","prevSize":16,"code":60039},"setIdx":2,"setId":2,"iconIdx":391},{"icon":{"paths":["M824 384c0 13.255-10.745 24-24 24v0h-264v456c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-456h-264c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h576c13.255 0 24 10.745 24 24v0zM224 248h576c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-576c-13.255 0-24 10.745-24 24s10.745 24 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-kzt-light"]},"attrs":[{}],"properties":{"order":27381,"id":855,"name":"currency-kzt-light","prevSize":16,"code":60040},"setIdx":2,"setId":2,"iconIdx":392},{"icon":{"paths":["M864 552h-72v-80h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-240c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 240h-270.24l-198.84-254.76c-4.433-5.643-11.257-9.234-18.92-9.234-13.253 0-23.997 10.742-24 23.994l-0 0v240h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v80h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v240c0 13.255 10.745 24 24 24s24-10.745 24-24v0-240h270.24l198.84 254.76c4.433 5.643 11.257 9.234 18.92 9.234 13.253 0 23.997-10.742 24-23.994l0-0v-240h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM744 472v80h-170.32l-62.44-80zM280 253.76l132.88 170.24h-132.88zM280 552v-80h170.32l62.44 80zM744 770.24l-132.88-170.24h132.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-ngn-light"]},"attrs":[{}],"properties":{"order":27382,"id":854,"name":"currency-ngn-light","prevSize":16,"code":60041},"setIdx":2,"setId":2,"iconIdx":393},{"icon":{"paths":["M592 600c128.13 0 232-103.87 232-232s-103.87-232-232-232v0h-240c-13.255 0-24 10.745-24 24v0 392h-104c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h104v80h-104c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h104v136c0 13.255 10.745 24 24 24s24-10.745 24-24v0-136h200c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-200v-80zM376 184h216c101.62 0 184 82.38 184 184s-82.38 184-184 184v0h-216z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["currency-rub-light"]},"attrs":[{}],"properties":{"order":27383,"id":853,"name":"currency-rub-light","prevSize":16,"code":60042},"setIdx":2,"setId":2,"iconIdx":394},{"icon":{"paths":["M672.92 543c-1.447-1.448-2.343-3.447-2.343-5.656 0-0.532 0.052-1.052 0.151-1.554l-0.008 0.051c0.46-2.665 2.24-4.829 4.629-5.821l0.051-0.019 179.040-78c19.578-9.011 32.925-28.459 32.925-51.025 0-24.427-15.64-45.201-37.452-52.855l-0.392-0.12-640.32-209.2c-5.098-1.689-10.967-2.663-17.063-2.663-30.928 0-56 25.072-56 56 0 6.096 0.974 11.965 2.775 17.459l-0.112-0.396 209.2 640.32c7.11 21.761 26.754 37.405 50.199 38.476l0.121 0.004c0.92 0 1.8 0 2.72 0 0.014 0 0.030 0 0.047 0 22.703 0 42.217-13.657 50.774-33.204l0.139-0.356 77.84-179.040c1.011-2.44 3.175-4.22 5.794-4.673l0.046-0.007c0.452-0.091 0.972-0.143 1.504-0.143 2.209 0 4.209 0.895 5.656 2.343l198.64 198.68c10.134 10.135 24.135 16.404 39.6 16.404s29.466-6.269 39.6-16.404l50.76-50.76c10.135-10.134 16.404-24.135 16.404-39.6s-6.269-29.466-16.404-39.6l-0-0zM837.64 787l-50.72 50.72c-1.448 1.45-3.449 2.346-5.66 2.346s-4.212-0.897-5.66-2.346l-0-0-198.68-198.64c-10.135-10.142-24.141-16.415-39.611-16.415-22.847 0-42.498 13.681-51.207 33.298l-0.141 0.357-77.96 178.96c-1.044 2.799-3.693 4.756-6.8 4.756-0.253 0-0.504-0.013-0.75-0.038l0.031 0.003c-3.361-0.007-6.193-2.266-7.067-5.348l-0.013-0.052-208.96-640.28c-0.22-0.697-0.346-1.498-0.346-2.329 0-4.287 3.372-7.786 7.608-7.991l0.018-0.001c0.937 0.025 1.828 0.184 2.666 0.459l-0.066-0.019 640.28 209.080c3.134 0.887 5.393 3.719 5.4 7.079l0 0.001c0.021 0.208 0.033 0.449 0.033 0.693 0 3.113-1.954 5.77-4.703 6.811l-0.050 0.017-179.040 77.84c-19.974 8.851-33.655 28.502-33.655 51.349 0 15.471 6.273 29.476 16.415 39.611l198.64 198.68c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0zM360 96v-32c0-13.255 10.745-24 24-24s24 10.745 24 24v0 32c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM40 384c0-13.255 10.745-24 24-24v0h32c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-32c-13.255 0-24-10.745-24-24v0zM490.52 117.28l32-64c4.031-7.934 12.132-13.275 21.48-13.275 13.263 0 24.015 10.752 24.015 24.015 0 3.915-0.937 7.611-2.598 10.876l0.063-0.136-32 64c-4.026 7.94-12.129 13.286-21.48 13.286-13.258 0-24.006-10.748-24.006-24.006 0-3.907 0.933-7.596 2.589-10.857l-0.063 0.137zM149.48 501.28c1.594 3.124 2.529 6.815 2.529 10.723 0 9.351-5.348 17.453-13.152 21.414l-0.137 0.063-64 32c-3.124 1.593-6.813 2.526-10.72 2.526-13.258 0-24.006-10.748-24.006-24.006 0-9.351 5.347-17.454 13.15-21.417l0.137-0.063 64-32c3.124-1.594 6.815-2.529 10.723-2.529 9.351 0 17.453 5.348 21.414 13.152l0.063 0.137z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cursor-click-light"]},"attrs":[{}],"properties":{"order":27384,"id":852,"name":"cursor-click-light","prevSize":16,"code":60043},"setIdx":2,"setId":2,"iconIdx":395},{"icon":{"paths":["M672.92 542.96c-1.448-1.448-2.344-3.448-2.344-5.658 0-3.27 1.962-6.082 4.773-7.322l0.051-0.020 179.040-77.96c19.578-9.011 32.925-28.459 32.925-51.025 0-24.427-15.64-45.201-37.452-52.855l-0.392-0.12-640.36-209.2c-5.17-1.746-11.124-2.754-17.314-2.754-30.817 0-55.8 24.983-55.8 55.8 0 6.19 1.008 12.144 2.868 17.708l-0.114-0.394 209.2 640.36c7.116 21.772 26.808 37.407 50.288 38.396l0.112 0.004c0.92 0 1.84 0 2.76 0 22.661-0.005 42.139-13.625 50.701-33.125l0.139-0.355 77.84-179.040c1.261-2.862 4.073-4.824 7.342-4.824 2.209 0 4.21 0.896 5.658 2.344l198.68 198.68c10.134 10.135 24.135 16.404 39.6 16.404s29.466-6.269 39.6-16.404l50.76-50.76c10.135-10.134 16.404-24.135 16.404-39.6s-6.269-29.466-16.404-39.6l-0-0zM837.64 786.96l-50.72 50.72c-1.448 1.45-3.449 2.346-5.66 2.346s-4.212-0.897-5.66-2.346l-0-0-198.68-198.68c-10.134-10.135-24.135-16.403-39.599-16.403-22.857 0-42.516 13.694-51.22 33.326l-0.141 0.357-77.96 179c-1.345 2.635-4.040 4.409-7.149 4.409-3.371 0-6.254-2.084-7.432-5.035l-0.019-0.054-208.96-640.32c-0.288-0.764-0.455-1.648-0.455-2.57 0-2.136 0.896-4.064 2.332-5.427l0.003-0.003c1.379-1.394 3.286-2.263 5.397-2.28l0.003-0c0.916 0.008 1.796 0.154 2.623 0.417l-0.063-0.017 640.32 209.12c3.004 1.197 5.089 4.081 5.089 7.451 0 3.109-1.773 5.803-4.363 7.128l-0.045 0.021-179.040 77.84c-19.989 8.845-33.683 28.504-33.683 51.361 0 15.464 6.268 29.465 16.403 39.599l198.68 198.68c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cursor-light"]},"attrs":[{}],"properties":{"order":27385,"id":851,"name":"cursor-light","prevSize":16,"code":60044},"setIdx":2,"setId":2,"iconIdx":396},{"icon":{"paths":["M728 832c0 13.255-10.745 24-24 24v0h-64c-53.536-0.041-100.59-27.752-127.639-69.604l-0.361-0.596c-27.41 42.448-74.464 70.159-127.994 70.2l-64.006 0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h64c57.438 0 104-46.562 104-104v0-168h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-168c0-57.438-46.562-104-104-104v0h-64c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h64c53.536 0.041 100.59 27.752 127.639 69.604l0.361 0.596c27.41-42.448 74.464-70.159 127.994-70.2l64.006-0c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-64c-57.438 0-104 46.562-104 104v0 168h72c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-72v168c0 57.438 46.562 104 104 104v0h64c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cursor-text-light"]},"attrs":[{}],"properties":{"order":27386,"id":850,"name":"cursor-text-light","prevSize":16,"code":60045},"setIdx":2,"setId":2,"iconIdx":397},{"icon":{"paths":["M512 72c-157 0-280 73.8-280 168v544c0 94.2 123 168 280 168s280-73.8 280-168v-544c0-94.2-123-168-280-168zM512 120c125.76 0 232 54.96 232 120s-106.24 120-232 120-232-54.96-232-120 106.24-120 232-120zM512 904c-125.76 0-232-54.96-232-120v-448.76c49.92 44.24 134.36 72.76 232 72.76s182.080-28.52 232-72.76v448.76c0 65.040-106.24 120-232 120z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["cylinder-light"]},"attrs":[{}],"properties":{"order":27387,"id":849,"name":"cylinder-light","prevSize":16,"code":60046},"setIdx":2,"setId":2,"iconIdx":398},{"icon":{"paths":["M512 104c-210.84 0-376 94.88-376 216v384c0 121.12 165.16 216 376 216s376-94.88 376-216v-384c0-121.12-165.16-216-376-216zM512 152c177.8 0 328 76.92 328 168s-150.2 168-328 168-328-76.92-328-168 150.2-168 328-168zM840 704c0 91.080-150.2 168-328 168s-328-76.92-328-168v-84.84c64 65.48 185.48 108.84 328 108.84s264-43.36 328-108.84zM840 512c0 91.080-150.2 168-328 168s-328-76.92-328-168v-84.84c64 65.48 185.48 108.84 328 108.84s264-43.36 328-108.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["database-light"]},"attrs":[{}],"properties":{"order":27388,"id":848,"name":"database-light","prevSize":16,"code":60047},"setIdx":2,"setId":2,"iconIdx":399},{"icon":{"paths":["M832 168h-640c-48.601 0-88 39.399-88 88v0 448c0 48.601 39.399 88 88 88v0h296v80h-104c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-104v-80h296c48.601 0 88-39.399 88-88v0-448c0-48.601-39.399-88-88-88v0zM192 216h640c22.091 0 40 17.909 40 40v0 328h-720v-328c0-22.091 17.909-40 40-40v0zM832 744h-640c-22.091 0-40-17.909-40-40v0-72h720v72c0 22.091-17.909 40-40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["desktop-light"]},"attrs":[{}],"properties":{"order":27389,"id":847,"name":"desktop-light","prevSize":16,"code":60048},"setIdx":2,"setId":2,"iconIdx":400},{"icon":{"paths":["M88 384v288c0 22.091 17.909 40 40 40v0h320c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-72v80h72c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-80h-200c-48.601 0-88-39.399-88-88v0-288c0-48.601 39.399-88 88-88v0h320c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-320c-22.091 0-40 17.909-40 40v0zM832 264h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM832 392h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM984 192v640c0 30.928-25.072 56-56 56v0h-320c-30.928 0-56-25.072-56-56v0-640c0-30.928 25.072-56 56-56v0h320c30.928 0 56 25.072 56 56v0zM936 192c0-4.418-3.582-8-8-8v0h-320c-4.418 0-8 3.582-8 8v0 640c0 4.418 3.582 8 8 8v0h320c4.418 0 8-3.582 8-8v0zM768 680c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["desktop-tower-light"]},"attrs":[{}],"properties":{"order":27390,"id":846,"name":"desktop-tower-light","prevSize":16,"code":60049},"setIdx":2,"setId":2,"iconIdx":401},{"icon":{"paths":["M992 456h-115.76l-192.24-264.92c-10.302-14.023-26.731-23.024-45.261-23.024-17.447 0-33.030 7.979-43.301 20.486l-0.078 0.098-51.64 59.68c-0.203 0.203-0.387 0.426-0.55 0.664l-0.010 0.016c-7.392 9.13-18.6 14.919-31.16 14.919s-23.768-5.789-31.101-14.844l-0.059-0.075c-0.173-0.254-0.357-0.477-0.56-0.68l0 0-51.48-59.68c-10.349-12.666-25.969-20.688-43.463-20.688-18.576 0-35.039 9.044-45.227 22.97l-0.11 0.158-192.24 264.92h-115.76c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h960c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM379 219.28c1.475-1.959 3.796-3.213 6.409-3.213 2.489 0 4.712 1.137 6.179 2.919l0.011 0.014 0.6 0.68 51.44 59.68c16.174 19.975 40.696 32.64 68.176 32.64 0.065 0 0.129-0 0.194-0l-0.010 0c0.055 0 0.119 0 0.184 0 27.48 0 52.002-12.665 68.047-32.476l0.129-0.164 52.24-60.36c1.478-1.796 3.702-2.933 6.191-2.933 2.614 0 4.935 1.254 6.395 3.192l0.015 0.020 172 236.72h-610.12zM720 584c-72.294 0.002-131.413 56.413-135.741 127.619l-0.019 0.381h-144.48c-4.376-71.564-63.484-127.946-135.761-127.946-75.111 0-136 60.889-136 136s60.889 136 136 136c60.856 0 112.376-39.971 129.74-95.091l0.262-0.963h156c17.642 56.056 69.149 96 129.985 96 75.111 0 136-60.889 136-136 0-75.105-60.88-135.991-135.984-136l-0.001-0zM304 808c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0zM720 808c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["detective-light"]},"attrs":[{}],"properties":{"order":27391,"id":845,"name":"detective-light","prevSize":16,"code":60050},"setIdx":2,"setId":2,"iconIdx":402},{"icon":{"paths":["M704 72h-384c-48.601 0-88 39.399-88 88v0 704c0 48.601 39.399 88 88 88v0h384c48.601 0 88-39.399 88-88v0-704c0-48.601-39.399-88-88-88v0zM744 864c0 22.091-17.909 40-40 40v0h-384c-22.091 0-40-17.909-40-40v0-704c0-22.091 17.909-40 40-40v0h384c22.091 0 40 17.909 40 40v0zM552 240c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-mobile-camera-light"]},"attrs":[{}],"properties":{"order":27392,"id":844,"name":"device-mobile-camera-light","prevSize":16,"code":60051},"setIdx":2,"setId":2,"iconIdx":403},{"icon":{"paths":["M704 72h-384c-48.601 0-88 39.399-88 88v0 704c0 48.601 39.399 88 88 88v0h384c48.601 0 88-39.399 88-88v0-704c0-48.601-39.399-88-88-88v0zM280 248h464v528h-464zM320 120h384c22.091 0 40 17.909 40 40v0 40h-464v-40c0-22.091 17.909-40 40-40v0zM704 904h-384c-22.091 0-40-17.909-40-40v0-40h464v40c0 22.091-17.909 40-40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-mobile-light"]},"attrs":[{}],"properties":{"order":27393,"id":843,"name":"device-mobile-light","prevSize":16,"code":60052},"setIdx":2,"setId":2,"iconIdx":404},{"icon":{"paths":["M704 72h-384c-48.601 0-88 39.399-88 88v0 704c0 48.601 39.399 88 88 88v0h384c48.601 0 88-39.399 88-88v0-704c0-48.601-39.399-88-88-88v0zM744 864c0 22.091-17.909 40-40 40v0h-384c-22.091 0-40-17.909-40-40v0-704c0-22.091 17.909-40 40-40v0h384c22.091 0 40 17.909 40 40v0zM664 224c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-mobile-speaker-light"]},"attrs":[{}],"properties":{"order":27394,"id":842,"name":"device-mobile-speaker-light","prevSize":16,"code":60053},"setIdx":2,"setId":2,"iconIdx":405},{"icon":{"paths":["M896 296h-72v-40c0-48.601-39.399-88-88-88v0h-576c-48.601 0-88 39.399-88 88v0 384c0 48.601 39.399 88 88 88v0h456v40c0 48.601 39.399 88 88 88v0h192c48.601 0 88-39.399 88-88v0-384c0-48.601-39.399-88-88-88v0zM160 680c-22.091 0-40-17.909-40-40v0-384c0-22.091 17.909-40 40-40v0h576c22.091 0 40 17.909 40 40v0 40h-72c-48.601 0-88 39.399-88 88v0 296zM936 768c0 22.091-17.909 40-40 40v0h-192c-22.091 0-40-17.909-40-40v0-384c0-22.091 17.909-40 40-40v0h192c22.091 0 40 17.909 40 40v0zM536 832c0 13.255-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0zM856 448c0 13.255-10.745 24-24 24v0h-64c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h64c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["devices-light"]},"attrs":[{}],"properties":{"order":27395,"id":841,"name":"devices-light","prevSize":16,"code":60054},"setIdx":2,"setId":2,"iconIdx":406},{"icon":{"paths":["M768 104h-512c-48.601 0-88 39.399-88 88v0 640c0 48.601 39.399 88 88 88v0h512c48.601 0 88-39.399 88-88v0-640c0-48.601-39.399-88-88-88v0zM808 832c0 22.091-17.909 40-40 40v0h-512c-22.091 0-40-17.909-40-40v0-640c0-22.091 17.909-40 40-40v0h512c22.091 0 40 17.909 40 40v0zM552 272c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-tablet-camera-light"]},"attrs":[{}],"properties":{"order":27396,"id":840,"name":"device-tablet-camera-light","prevSize":16,"code":60055},"setIdx":2,"setId":2,"iconIdx":407},{"icon":{"paths":["M768 104h-512c-48.601 0-88 39.399-88 88v0 640c0 48.601 39.399 88 88 88v0h512c48.601 0 88-39.399 88-88v0-640c0-48.601-39.399-88-88-88v0zM216 280h592v464h-592zM256 152h512c22.091 0 40 17.909 40 40v0 40h-592v-40c0-22.091 17.909-40 40-40v0zM768 872h-512c-22.091 0-40-17.909-40-40v0-40h592v40c0 22.091-17.909 40-40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-tablet-light"]},"attrs":[{}],"properties":{"order":27397,"id":839,"name":"device-tablet-light","prevSize":16,"code":60056},"setIdx":2,"setId":2,"iconIdx":408},{"icon":{"paths":["M768 104h-512c-48.601 0-88 39.399-88 88v0 640c0 48.601 39.399 88 88 88v0h512c48.601 0 88-39.399 88-88v0-640c0-48.601-39.399-88-88-88v0zM808 832c0 22.091-17.909 40-40 40v0h-512c-22.091 0-40-17.909-40-40v0-640c0-22.091 17.909-40 40-40v0h512c22.091 0 40 17.909 40 40v0zM664 256c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["device-tablet-speaker-light"]},"attrs":[{}],"properties":{"order":27398,"id":838,"name":"device-tablet-speaker-light","prevSize":16,"code":60057},"setIdx":2,"setId":2,"iconIdx":409},{"icon":{"paths":["M928 232h-832c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h832c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM936 736c0 4.418-3.582 8-8 8v0h-832c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h832c4.418 0 8 3.582 8 8v0zM504 408v80h40c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-40v80h72c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-96c-13.255 0-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24v0h96c13.255 0 24 10.745 24 24s-10.745 24-24 24v0zM855.12 390.48l-72 256c-2.911 10.21-12.157 17.561-23.12 17.561s-20.209-7.35-23.079-17.391l-0.041-0.169-72-256c-0.566-1.942-0.891-4.173-0.891-6.48 0-13.261 10.75-24.011 24.011-24.011 10.954 0 20.195 7.335 23.078 17.361l0.042 0.17 48.88 173.84 48.88-173.84c2.925-10.196 12.166-17.531 23.12-17.531 13.261 0 24.011 10.75 24.011 24.011 0 2.307-0.325 4.538-0.933 6.65l0.042-0.17zM256 360h-32c-13.255 0-24 10.745-24 24v0 256c0 13.255 10.745 24 24 24v0h32c66.274 0 120-53.726 120-120v0-64c0-66.274-53.726-120-120-120v0zM328 544c0 39.765-32.235 72-72 72v0h-8v-208h8c39.765 0 72 32.235 72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dev-to-logo-light"]},"attrs":[{}],"properties":{"order":27399,"id":837,"name":"dev-to-logo-light","prevSize":16,"code":60058},"setIdx":2,"setId":2,"iconIdx":410},{"icon":{"paths":["M935.68 472.56l-384.24-384.24c-10.118-10.040-24.054-16.245-39.44-16.245s-29.322 6.205-39.444 16.248l0.004-0.003-384.24 384.24c-10.040 10.118-16.245 24.054-16.245 39.44s6.205 29.322 16.248 39.444l-0.003-0.004 384.24 384.24c10.118 10.040 24.054 16.245 39.44 16.245s29.322-6.205 39.444-16.248l-0.004 0.003 384-384.24c10.098-10.092 16.343-24.036 16.343-39.44s-6.246-29.348-16.343-39.44l-0-0zM901.72 517.52l-384.2 384.24c-1.433 1.368-3.378 2.21-5.52 2.21s-4.087-0.842-5.523-2.212l0.003 0.003-384.2-384.24c-1.368-1.433-2.21-3.378-2.21-5.52s0.842-4.087 2.212-5.523l-0.003 0.003 384.2-384.24c1.433-1.368 3.378-2.21 5.52-2.21s4.087 0.842 5.523 2.212l-0.003-0.003 384.2 384.24c1.368 1.433 2.21 3.378 2.21 5.52s-0.842 4.087-2.212 5.523l0.003-0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["diamond-light"]},"attrs":[{}],"properties":{"order":27400,"id":836,"name":"diamond-light","prevSize":16,"code":60059},"setIdx":2,"setId":2,"iconIdx":411},{"icon":{"paths":["M470.36 422.76v0c10.669 10.63 25.387 17.202 41.64 17.202s30.971-6.572 41.642-17.203l-0.002 0.002 125.12-125.12c10.642-10.671 17.221-25.397 17.221-41.66s-6.58-30.989-17.223-41.661l0.001 0.001-125.12-125.12c-10.665-10.639-25.384-17.218-41.64-17.218s-30.975 6.579-41.641 17.219l0.001-0.001-125.12 125.12c-10.642 10.671-17.221 25.397-17.221 41.66s6.58 30.989 17.223 41.661l-0.001-0.001zM379.2 248.28l125.080-125.12c1.98-1.966 4.708-3.18 7.72-3.18s5.74 1.215 7.721 3.181l-0.001-0.001 125.080 125.12c1.983 1.965 3.21 4.689 3.21 7.7s-1.227 5.735-3.209 7.699l-0.001 0.001-125.080 125.12c-1.98 1.966-4.708 3.18-7.72 3.18s-5.74-1.215-7.721-3.181l0.001 0.001-125.080-125.12c-1.983-1.965-3.21-4.689-3.21-7.7s1.227-5.735 3.209-7.699l0.001-0.001zM934.76 470.36l-125.12-125.12c-10.665-10.639-25.384-17.218-41.64-17.218s-30.975 6.579-41.641 17.219l0.001-0.001-125.12 125.12c-10.639 10.665-17.218 25.384-17.218 41.64s6.579 30.975 17.219 41.641l-0.001-0.001 125.12 125.12c10.667 10.651 25.394 17.238 41.66 17.238s30.993-6.587 41.661-17.239l-0.001 0.001 125.080-125.12c10.659-10.656 17.251-25.378 17.251-41.64s-6.593-30.984-17.251-41.64l-0-0zM900.84 519.72l-125.12 125.080c-1.965 1.983-4.689 3.21-7.7 3.21s-5.735-1.227-7.699-3.209l-0.001-0.001-125.12-125.080c-1.966-1.98-3.18-4.708-3.18-7.72s1.215-5.74 3.181-7.721l-0.001 0.001 125.12-125.080c1.97-1.973 4.692-3.193 7.7-3.193s5.73 1.22 7.7 3.193l0 0 125.12 125.12c1.954 1.978 3.161 4.698 3.161 7.7s-1.207 5.722-3.162 7.701l0.001-0.001zM422.76 470.36l-125.12-125.12c-10.671-10.642-25.397-17.221-41.66-17.221s-30.989 6.58-41.661 17.223l0.001-0.001-125.080 125.12c-10.659 10.656-17.251 25.378-17.251 41.64s6.593 30.984 17.251 41.64l125.080 125.12c10.66 10.649 25.381 17.235 41.64 17.235s30.98-6.586 41.641-17.235l-0.001 0.001 125.12-125.12c10.651-10.667 17.238-25.394 17.238-41.66 0-16.246-6.571-30.957-17.2-41.622l0.002 0.002zM388.8 519.72l-125.12 125.080c-1.965 1.983-4.689 3.21-7.7 3.21s-5.735-1.227-7.699-3.209l-0.001-0.001-125.12-125.080c-1.966-1.98-3.18-4.708-3.18-7.72s1.215-5.74 3.181-7.721l-0.001 0.001 125.12-125.080c1.97-1.973 4.692-3.193 7.7-3.193s5.73 1.22 7.7 3.193l0 0 125.12 125.080c1.966 1.98 3.18 4.708 3.18 7.72s-1.215 5.74-3.181 7.721l0.001-0.001zM553.64 601.24c-10.665-10.639-25.384-17.218-41.64-17.218s-30.975 6.579-41.641 17.219l0.001-0.001-125.12 125.12c-10.639 10.665-17.218 25.384-17.218 41.64s6.579 30.975 17.219 41.641l-0.001-0.001 125.12 125.12c10.665 10.639 25.384 17.218 41.64 17.218s30.975-6.579 41.641-17.219l-0.001 0.001 125.12-125.12c10.639-10.665 17.218-25.384 17.218-41.64s-6.579-30.975-17.219-41.641l0.001 0.001zM644.8 775.72l-125.080 125.12c-1.98 1.966-4.708 3.18-7.72 3.18s-5.74-1.215-7.721-3.181l0.001 0.001-125.080-125.12c-1.983-1.965-3.21-4.689-3.21-7.7s1.227-5.735 3.209-7.699l0.001-0.001 125.080-125.12c1.98-1.966 4.708-3.18 7.72-3.18s5.74 1.215 7.721 3.181l-0.001-0.001 125.080 125.12c1.983 1.965 3.21 4.689 3.21 7.7s-1.227 5.735-3.209 7.699l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["diamonds-four-light"]},"attrs":[{}],"properties":{"order":27401,"id":835,"name":"diamonds-four-light","prevSize":16,"code":60060},"setIdx":2,"setId":2,"iconIdx":412},{"icon":{"paths":["M768 136h-512c-66.274 0-120 53.726-120 120v0 512c0 66.274 53.726 120 120 120v0h512c66.274 0 120-53.726 120-120v0-512c0-66.274-53.726-120-120-120v0zM840 768c0 39.765-32.235 72-72 72v0h-512c-39.765 0-72-32.235-72-72v0-512c0-39.765 32.235-72 72-72v0h512c39.765 0 72 32.235 72 72v0zM408 368c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM552 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM696 368c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM408 656c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM696 656c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-five-light"]},"attrs":[{}],"properties":{"order":27402,"id":834,"name":"dice-five-light","prevSize":16,"code":60061},"setIdx":2,"setId":2,"iconIdx":413},{"icon":{"paths":["M768 136h-512c-66.274 0-120 53.726-120 120v0 512c0 66.274 53.726 120 120 120v0h512c66.274 0 120-53.726 120-120v0-512c0-66.274-53.726-120-120-120v0zM840 768c0 39.765-32.235 72-72 72v0h-512c-39.765 0-72-32.235-72-72v0-512c0-39.765 32.235-72 72-72v0h512c39.765 0 72 32.235 72 72v0zM440 400c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM664 400c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM440 624c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM664 624c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-four-light"]},"attrs":[{}],"properties":{"order":27403,"id":833,"name":"dice-four-light","prevSize":16,"code":60062},"setIdx":2,"setId":2,"iconIdx":414},{"icon":{"paths":["M768 136h-512c-66.274 0-120 53.726-120 120v0 512c0 66.274 53.726 120 120 120v0h512c66.274 0 120-53.726 120-120v0-512c0-66.274-53.726-120-120-120v0zM840 768c0 39.765-32.235 72-72 72v0h-512c-39.765 0-72-32.235-72-72v0-512c0-39.765 32.235-72 72-72v0h512c39.765 0 72 32.235 72 72v0zM552 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-one-light"]},"attrs":[{}],"properties":{"order":27404,"id":832,"name":"dice-one-light","prevSize":16,"code":60063},"setIdx":2,"setId":2,"iconIdx":415},{"icon":{"paths":["M768 136h-512c-66.274 0-120 53.726-120 120v0 512c0 66.274 53.726 120 120 120v0h512c66.274 0 120-53.726 120-120v0-512c0-66.274-53.726-120-120-120v0zM840 768c0 39.765-32.235 72-72 72v0h-512c-39.765 0-72-32.235-72-72v0-512c0-39.765 32.235-72 72-72v0h512c39.765 0 72 32.235 72 72v0zM408 336c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM696 336c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM408 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM696 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM408 688c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM696 688c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-six-light"]},"attrs":[{}],"properties":{"order":27405,"id":831,"name":"dice-six-light","prevSize":16,"code":60064},"setIdx":2,"setId":2,"iconIdx":416},{"icon":{"paths":["M768 136h-512c-66.274 0-120 53.726-120 120v0 512c0 66.274 53.726 120 120 120v0h512c66.274 0 120-53.726 120-120v0-512c0-66.274-53.726-120-120-120v0zM840 768c0 39.765-32.235 72-72 72v0h-512c-39.765 0-72-32.235-72-72v0-512c0-39.765 32.235-72 72-72v0h512c39.765 0 72 32.235 72 72v0zM408 368c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM552 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM696 656c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-three-light"]},"attrs":[{}],"properties":{"order":27406,"id":830,"name":"dice-three-light","prevSize":16,"code":60065},"setIdx":2,"setId":2,"iconIdx":417},{"icon":{"paths":["M768 136h-512c-66.274 0-120 53.726-120 120v0 512c0 66.274 53.726 120 120 120v0h512c66.274 0 120-53.726 120-120v0-512c0-66.274-53.726-120-120-120v0zM840 768c0 39.765-32.235 72-72 72v0h-512c-39.765 0-72-32.235-72-72v0-512c0-39.765 32.235-72 72-72v0h512c39.765 0 72 32.235 72 72v0zM472 432c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM632 592c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dice-two-light"]},"attrs":[{}],"properties":{"order":27407,"id":829,"name":"dice-two-light","prevSize":16,"code":60066},"setIdx":2,"setId":2,"iconIdx":418},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM662.080 488c-4.053-24.771-13.589-46.778-27.335-65.501l0.295 0.421 148-147.8c50.175 57.004 82.621 130.696 88.101 211.782l0.059 1.098zM616 512c0 57.438-46.562 104-104 104s-104-46.562-104-104c0-57.438 46.562-104 104-104v0c57.438 0 104 46.562 104 104v0zM512 872c-0.084 0-0.183 0-0.282 0-198.823 0-360-161.177-360-360s161.177-360 360-360c91.032 0 174.173 33.788 237.565 89.507l-0.403-0.347-147.8 147.8c-24.683-18.037-55.632-28.86-89.109-28.86-83.947 0-152 68.053-152 152s68.053 152 152 152c75.509 0 138.159-55.060 149.99-127.221l0.119-0.88h209.12c-13.193 188.116-168.916 335.756-359.175 336l-0.025 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["disc-light"]},"attrs":[{}],"properties":{"order":27408,"id":828,"name":"disc-light","prevSize":16,"code":60067},"setIdx":2,"setId":2,"iconIdx":419},{"icon":{"paths":["M408 560c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM656 520c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM950.56 764.32l-268 118.84c-6.796 3.051-14.729 4.832-23.077 4.84l-0.003 0c-0.018 0-0.040 0-0.062 0-24.103 0-44.682-15.087-52.808-36.333l-0.13-0.387-34.48-93.56c-19.72 1.48-39.68 2.32-60 2.32s-40.24-0.84-60-2.32l-34.52 93.56c-8.257 21.633-28.836 36.72-52.938 36.72-0.008 0-0.015-0-0.023-0l0.001 0c-8.351-0.008-16.284-1.789-23.447-4.986l0.367 0.146-268-118.84c-19.829-8.91-33.389-28.488-33.389-51.232 0-4.818 0.609-9.495 1.753-13.956l-0.084 0.388 118.28-465.52c5.65-21.53 23.199-37.806 45.028-41.513l0.332-0.047 144.24-23.68c2.74-0.469 5.895-0.736 9.114-0.736 26.206 0 48.263 17.759 54.795 41.899l0.092 0.397 14.76 58.12c25.091-2.827 54.177-4.44 83.64-4.44s58.549 1.613 87.175 4.755l-3.535-0.315 14.76-58.12c6.623-24.537 28.681-42.296 54.886-42.296 3.218 0 6.374 0.268 9.446 0.782l-0.332-0.046 144.24 23.68c22.161 3.754 39.71 20.030 45.272 41.168l0.088 0.392 118.12 465.52c1.070 4.092 1.684 8.79 1.684 13.632 0 22.689-13.493 42.226-32.893 51.025l-0.352 0.143zM935.76 711.32l-118.12-465.52c-0.897-3.148-3.519-5.502-6.754-5.994l-0.046-0.006-144.24-23.8c-0.451-0.085-0.971-0.133-1.501-0.133-3.855 0-7.112 2.56-8.163 6.073l-0.015 0.060-13.44 52.96c27.065 4.662 49.652 9.886 71.776 16.207l-4.776-1.167c10.448 2.75 18.029 12.112 18.029 23.245 0 13.255-10.745 24-24 24-0.179 0-0.358-0.002-0.536-0.006l0.027 0c-0.019 0-0.041 0-0.063 0-2.287 0-4.496-0.336-6.579-0.962l0.162 0.042c-54.74-15.446-117.603-24.326-182.541-24.326-1.048 0-2.095 0.002-3.141 0.007l0.162-0.001c-0.885-0.004-1.932-0.006-2.979-0.006-64.938 0-127.801 8.88-187.442 25.492l4.902-1.165c-2.12 0.679-4.559 1.071-7.089 1.071-13.255 0-24-10.745-24-24 0-11.169 7.63-20.557 17.962-23.234l0.167-0.037c17.348-5.154 39.935-10.378 62.922-14.443l4.078-0.597-13.44-52.96c-1.012-3.632-4.291-6.253-8.182-6.253-0.529 0-1.047 0.048-1.55 0.141l0.052-0.008-144.24 24c-3.281 0.498-5.903 2.852-6.786 5.941l-0.014 0.059-118.12 465.32c-0.126 0.532-0.199 1.143-0.199 1.771 0 3.276 1.969 6.091 4.787 7.329l0.051 0.020 268 118.8c1.036 0.467 2.246 0.738 3.52 0.738s2.484-0.272 3.576-0.761l-0.056 0.022c2.101-0.886 3.726-2.551 4.541-4.624l0.019-0.056 30.32-82.2c-34.544-4.86-64.754-11.344-94.157-19.742l4.837 1.182c-10.499-2.714-18.129-12.101-18.129-23.271 0-13.255 10.745-24 24-24 2.53 0 4.969 0.391 7.259 1.117l-0.17-0.046c54.825 15.496 117.788 24.405 182.832 24.405 0.959 0 1.918-0.002 2.877-0.006l-0.148 0c0.885 0.004 1.932 0.006 2.979 0.006 64.938 0 127.801-8.88 187.442-25.492l-4.902 1.165c2.12-0.679 4.559-1.071 7.089-1.071 13.255 0 24 10.745 24 24 0 11.169-7.63 20.557-17.962 23.234l-0.167 0.037c-24.566 7.216-54.776 13.7-85.65 18.128l-3.67 0.432 30.32 82.2c0.834 2.129 2.459 3.794 4.506 4.66l0.054 0.020c1.036 0.467 2.246 0.738 3.52 0.738s2.484-0.272 3.576-0.761l-0.056 0.022 268-118.8c2.899-1.245 4.892-4.076 4.892-7.371 0-0.649-0.077-1.279-0.223-1.883l0.011 0.055z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["discord-logo-light"]},"attrs":[{}],"properties":{"order":27409,"id":827,"name":"discord-logo-light","prevSize":16,"code":60068},"setIdx":2,"setId":2,"iconIdx":420},{"icon":{"paths":["M888 512c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0zM512 312c30.928 0 56-25.072 56-56s-25.072-56-56-56c-30.928 0-56 25.072-56 56v0c0 30.928 25.072 56 56 56v0zM512 712c-30.928 0-56 25.072-56 56s25.072 56 56 56c30.928 0 56-25.072 56-56v0c0-30.928-25.072-56-56-56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["divide-light"]},"attrs":[{}],"properties":{"order":27410,"id":826,"name":"divide-light","prevSize":16,"code":60069},"setIdx":2,"setId":2,"iconIdx":421},{"icon":{"paths":["M792 818v110c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-110c0.001-0.229 0.001-0.499 0.001-0.77 0-102.513-58.75-191.305-144.417-234.542l-1.504-0.688-193.6-96.8c-103.037-51.901-172.482-156.842-172.482-278.003 0-0.421 0.001-0.842 0.003-1.262l-0 0.065v-110c0-13.255 10.745-24 24-24s24 10.745 24 24v0 110c-0.001 0.229-0.001 0.499-0.001 0.77 0 102.513 58.75 191.305 144.417 234.542l1.504 0.688 193.6 96.8c103.037 51.901 172.482 156.842 172.482 278.003 0 0.421-0.001 0.842-0.003 1.262l0-0.065zM640 808h-359.8c1.192-29.023 6.884-56.355 16.397-81.823l-0.597 1.823h296.52c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-273.44c18.266-29.575 41.146-54.418 67.932-74.298l0.708-0.502c5.705-4.431 9.341-11.293 9.341-19.003 0-13.255-10.745-24-24-24-5.144 0-9.91 1.618-13.817 4.374l0.076-0.051c-77.451 57.548-127.138 148.692-127.32 251.45l-0 0.030v110c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h360c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM768 72c-13.255 0-24 10.745-24 24v0 72h-360c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h360c-1.262 29.046-7.022 56.368-16.6 81.819l0.6-1.819h-296.44c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h273.36c-18.266 29.575-41.146 54.418-67.932 74.298l-0.708 0.502c-5.705 4.431-9.341 11.293-9.341 19.003 0 13.255 10.745 24 24 24 5.144 0 9.91-1.618 13.817-4.374l-0.076 0.051c77.451-57.548 127.138-148.692 127.32-251.45l0-0.030v-110c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dna-light"]},"attrs":[{}],"properties":{"order":27411,"id":825,"name":"dna-light","prevSize":16,"code":60070},"setIdx":2,"setId":2,"iconIdx":422},{"icon":{"paths":["M408 560c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM656 520c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM919.080 562.88c-6.915 3.24-15.013 5.14-23.553 5.16l-0.007 0c-15.529-0.033-29.539-6.511-39.502-16.901l-0.018-0.019v184.88c0 83.947-68.053 152-152 152v0h-384c-83.947 0-152-68.053-152-152v0-184.88c-10.005 10.388-24.025 16.85-39.554 16.88l-0.006 0c-8.534-0.025-16.617-1.924-23.87-5.307l0.35 0.147c-19.626-8.775-33.054-28.127-33.054-50.615 0-3.802 0.384-7.514 1.115-11.1l-0.061 0.356 65.68-352c5.041-26.174 27.763-45.676 55.040-45.676 4.83 0 9.517 0.611 13.988 1.761l-0.388-0.085 0.96 0.28 211.24 62.24h185.12l212.12-62.32c4.083-1.065 8.77-1.676 13.6-1.676 27.277 0 50 19.503 54.984 45.325l0.057 0.352 65.68 352c0.66 3.203 1.037 6.884 1.037 10.654 0 22.444-13.385 41.762-32.608 50.406l-0.349 0.14zM375.52 205.080l-180.16-53.080c-0.522-0.128-1.121-0.201-1.737-0.201-1.574 0-3.037 0.479-4.25 1.298l0.027-0.017c-1.816 1.189-3.104 3.055-3.512 5.23l-0.008 0.050-65.68 352c-0.092 0.456-0.145 0.98-0.145 1.516 0 4.418 3.582 8 8 8 2.553 0 4.827-1.196 6.292-3.059l0.013-0.017zM808 736v-246.28l-211.76-273.72h-168.48l-211.76 273.72v246.28c0 57.438 46.562 104 104 104v0h168v-62.080l-56.96-56.96c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 47.040 47 47.040-47c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-56.96 56.96v62.080h168c57.438 0 104-46.562 104-104v0zM904 510.4l-65.68-352c-0.426-2.21-1.713-4.059-3.489-5.221l-0.031-0.019c-1.238-0.777-2.742-1.237-4.354-1.237-0.568 0-1.123 0.057-1.659 0.166l0.053-0.009-180 52.92 241.28 312c1.472 1.654 3.608 2.691 5.985 2.691 4.418 0 8-3.582 8-8 0-0.456-0.038-0.903-0.111-1.338l0.007 0.047z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dog-light"]},"attrs":[{}],"properties":{"order":27412,"id":824,"name":"dog-light","prevSize":16,"code":60071},"setIdx":2,"setId":2,"iconIdx":423},{"icon":{"paths":["M928 872h-104v-712c0-30.928-25.072-56-56-56v0h-512c-30.928 0-56 25.072-56 56v0 712h-104c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h832c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM248 160c0-4.418 3.582-8 8-8v0h512c4.418 0 8 3.582 8 8v0 712h-528zM664 528c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["door-light"]},"attrs":[{}],"properties":{"order":27413,"id":823,"name":"door-light","prevSize":16,"code":60072},"setIdx":2,"setId":2,"iconIdx":424},{"icon":{"paths":["M928 872h-104v-712c0-30.928-25.072-56-56-56v0h-512c-30.928 0-56 25.072-56 56v0 712h-104c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h832c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM776 160v712h-80v-712c-0.034-2.852-0.265-5.621-0.681-8.328l0.041 0.328h72.64c4.418 0 8 3.582 8 8v0zM248 160c0-4.418 3.582-8 8-8v0h384c4.418 0 8 3.582 8 8v0 712h-400zM576 528c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["door-open-light"]},"attrs":[{}],"properties":{"order":27414,"id":822,"name":"door-open-light","prevSize":16,"code":60073},"setIdx":2,"setId":2,"iconIdx":425},{"icon":{"paths":["M552 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dot-light"]},"attrs":[{}],"properties":{"order":27415,"id":821,"name":"dot-light","prevSize":16,"code":60074},"setIdx":2,"setId":2,"iconIdx":426},{"icon":{"paths":["M512 392c-66.274 0-120 53.726-120 120s53.726 120 120 120c66.274 0 120-53.726 120-120v0c0-66.274-53.726-120-120-120v0zM512 584c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dot-outline-light"]},"attrs":[{}],"properties":{"order":27416,"id":820,"name":"dot-outline-light","prevSize":16,"code":60075},"setIdx":2,"setId":2,"iconIdx":427},{"icon":{"paths":["M280 240c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM512 200c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM784 280c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM240 472c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM512 472c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM784 472c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM240 744c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM512 744c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM784 744c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-nine-light"]},"attrs":[{}],"properties":{"order":27417,"id":819,"name":"dots-nine-light","prevSize":16,"code":60076},"setIdx":2,"setId":2,"iconIdx":428},{"icon":{"paths":["M280 368c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM512 328c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM784 408c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM240 616c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM512 616c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM784 616c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-six-light"]},"attrs":[{}],"properties":{"order":27418,"id":818,"name":"dots-six-light","prevSize":16,"code":60077},"setIdx":2,"setId":2,"iconIdx":429},{"icon":{"paths":["M408 240c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM656 280c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM368 472c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM656 472c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM368 744c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM656 744c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-six-vertical-light"]},"attrs":[{}],"properties":{"order":27419,"id":817,"name":"dots-six-vertical-light","prevSize":16,"code":60078},"setIdx":2,"setId":2,"iconIdx":430},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM552 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM376 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM728 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-circle-light"]},"attrs":[{}],"properties":{"order":27420,"id":816,"name":"dots-three-circle-light","prevSize":16,"code":60079},"setIdx":2,"setId":2,"iconIdx":431},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM552 336c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM552 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM552 688c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-circle-vertical-light"]},"attrs":[{}],"properties":{"order":27421,"id":815,"name":"dots-three-circle-vertical-light","prevSize":16,"code":60080},"setIdx":2,"setId":2,"iconIdx":432},{"icon":{"paths":["M552 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM240 472c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM784 472c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-light"]},"attrs":[{}],"properties":{"order":27422,"id":814,"name":"dots-three-light","prevSize":16,"code":60081},"setIdx":2,"setId":2,"iconIdx":433},{"icon":{"paths":["M512 392c-66.274 0-120 53.726-120 120s53.726 120 120 120c66.274 0 120-53.726 120-120v0c0-66.274-53.726-120-120-120v0zM512 584c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM192 392c-66.274 0-120 53.726-120 120s53.726 120 120 120c66.274 0 120-53.726 120-120v0c0-66.274-53.726-120-120-120v0zM192 584c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM832 392c-66.274 0-120 53.726-120 120s53.726 120 120 120c66.274 0 120-53.726 120-120v0c0-66.274-53.726-120-120-120v0zM832 584c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-outline-light"]},"attrs":[{}],"properties":{"order":27423,"id":813,"name":"dots-three-outline-light","prevSize":16,"code":60082},"setIdx":2,"setId":2,"iconIdx":434},{"icon":{"paths":["M512 392c-66.274 0-120 53.726-120 120s53.726 120 120 120c66.274 0 120-53.726 120-120v0c0-66.274-53.726-120-120-120v0zM512 584c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM512 312c66.274 0 120-53.726 120-120s-53.726-120-120-120c-66.274 0-120 53.726-120 120v0c0 66.274 53.726 120 120 120v0zM512 120c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM512 712c-66.274 0-120 53.726-120 120s53.726 120 120 120c66.274 0 120-53.726 120-120v0c0-66.274-53.726-120-120-120v0zM512 904c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-outline-vertical-light"]},"attrs":[{}],"properties":{"order":27424,"id":812,"name":"dots-three-outline-vertical-light","prevSize":16,"code":60083},"setIdx":2,"setId":2,"iconIdx":435},{"icon":{"paths":["M472 240c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0zM512 472c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM512 744c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dots-three-vertical-light"]},"attrs":[{}],"properties":{"order":27425,"id":811,"name":"dots-three-vertical-light","prevSize":16,"code":60084},"setIdx":2,"setId":2,"iconIdx":436},{"icon":{"paths":["M952 544v256c0 30.928-25.072 56-56 56v0h-768c-30.928 0-56-25.072-56-56v0-256c0-30.928 25.072-56 56-56v0h160c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-160c-4.418 0-8 3.582-8 8v0 256c0 4.418 3.582 8 8 8v0h768c4.418 0 8-3.582 8-8v0-256c0-4.418-3.582-8-8-8v0h-160c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c30.928 0 56 25.072 56 56v0zM495.040 528.96c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 192-192c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-151.040 151v-358.040c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 358.040l-151.040-151c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014zM792 672c0-22.091-17.909-40-40-40s-40 17.909-40 40c0 22.091 17.909 40 40 40v0c22.091 0 40-17.909 40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["download-light"]},"attrs":[{}],"properties":{"order":27426,"id":810,"name":"download-light","prevSize":16,"code":60085},"setIdx":2,"setId":2,"iconIdx":437},{"icon":{"paths":["M888 608v224c0 30.928-25.072 56-56 56v0h-640c-30.928 0-56-25.072-56-56v0-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0 224c0 4.418 3.582 8 8 8v0h640c4.418 0 8-3.582 8-8v0-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM495.040 624.96c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 160-160c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-119.040 119v-390.040c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 390.040l-119.040-119c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["download-simple-light"]},"attrs":[{}],"properties":{"order":27427,"id":809,"name":"download-simple-light","prevSize":16,"code":60086},"setIdx":2,"setId":2,"iconIdx":438},{"icon":{"paths":["M851.44 841.96c-0.093-0.293-0.201-0.545-0.331-0.783l0.011 0.023-183.76-391.44 84.68-132.96c5.008-8.221 7.973-18.164 7.973-28.8s-2.965-20.579-8.113-29.048l0.14 0.248c-0.28-0.48-0.6-0.96-0.92-1.44l-87.12-124.44v-101.32c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 100.48l-22.8 28.48c-19.219 23.872-48.441 39.019-81.2 39.019s-61.981-15.146-81.044-38.818l-0.156-0.201-22.8-28.48v-100.48c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 101.32l-87.12 124.44c-0.32 0.48-0.64 0.96-0.92 1.44-5.008 8.221-7.973 18.164-7.973 28.8s2.965 20.579 8.113 29.048l-0.14-0.248 0.36 0.56 84.32 132.4-183.76 391.44c-0.119 0.215-0.227 0.467-0.312 0.729l-0.008 0.031c-2.857 6.499-4.52 14.075-4.52 22.040 0 30.914 25.049 55.977 55.957 56l576.002 0c30.928-0 56-25.072 56-56 0-7.965-1.663-15.541-4.66-22.401l0.14 0.361zM313.040 292c-0.662-1.139-1.053-2.507-1.053-3.966 0-1.31 0.315-2.547 0.874-3.639l-0.021 0.045 72.44-103.52 8 10.040c28.089 34.893 70.799 57.031 118.68 57.031s90.591-22.139 118.452-56.738l0.228-0.293 8-10.040 72.44 103.44c0.598 1.094 0.949 2.396 0.949 3.78s-0.352 2.686-0.97 3.822l0.021-0.042-84 132h-229.92zM806.64 868.4c-1.39 2.178-3.793 3.601-6.53 3.601-0.053 0-0.106-0.001-0.158-0.002l0.008 0h-575.96c-0.005 0-0.011 0-0.016 0-4.418 0-8-3.582-8-8 0-1.036 0.197-2.026 0.555-2.934l-0.019 0.054 182.72-389.12h225.52l182.68 389.12c0.36 0.858 0.57 1.856 0.57 2.903 0 1.638-0.513 3.156-1.386 4.402l0.016-0.025z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dress-light"]},"attrs":[{}],"properties":{"order":27428,"id":808,"name":"dress-light","prevSize":16,"code":60087},"setIdx":2,"setId":2,"iconIdx":439},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM871.24 489.2c-13.040-0.76-26.16-1.2-39.2-1.2-64.463 0.029-126.769 9.216-185.703 26.33l4.703-1.17c-16.176-49.501-35.724-92.218-59.39-132.21l1.67 3.050c-0.56-1-1.2-1.96-1.76-2.96 62.924-37.336 116.722-82.118 162.528-134.109l0.632-0.731c66.738 60.985 110.291 146.372 116.465 241.941l0.055 1.059zM717.16 216.36c-43.173 48.656-93.154 89.99-148.73 122.869l-2.87 1.571c-46.689-66.738-103.093-122.952-167.849-167.998l-2.191-1.442c34.698-12.271 74.712-19.361 116.383-19.361 76.809 0 147.991 24.089 206.404 65.125l-1.147-0.764zM342.84 194.32c71.597 44.721 131.486 101.129 178.723 167.201l1.277 1.879c-77.822 38.237-169.385 60.6-266.17 60.6-0.235 0-0.471-0-0.706-0l0.037 0c-32.259-0.025-63.922-2.482-94.843-7.197l3.483 0.437c27.335-97.145 91.599-175.991 176.296-221.974l1.904-0.946zM152 512c-0-0.012-0-0.026-0-0.041 0-16.799 1.148-33.33 3.371-49.518l-0.211 1.879c30.3 4.875 65.239 7.667 100.828 7.68l0.012 0c0.219 0 0.477 0 0.736 0 106.482 0 207.1-25.112 296.253-69.736l-3.829 1.736c0.88 1.48 1.84 2.92 2.68 4.4 20.39 34.209 38.514 73.762 52.285 115.3l1.235 4.3c-40.445 14.758-74.857 31.078-107.483 50.124l3.123-1.684c-90.394 52.773-165.014 123.060-221.201 206.758l-1.519 2.402c-77.484-66.318-126.28-164.221-126.28-273.52 0-0.028 0-0.056 0-0.084l-0 0.004zM316.76 814.32c53.758-80.947 123.551-146.996 205.272-194.894l2.928-1.586c26.372-15.515 57.196-30.233 89.306-42.328l4.214-1.392c10.924 43.438 17.195 93.305 17.2 144.637l0 0.003c-0 48.398-5.554 95.498-16.058 140.7l0.818-4.18c-32.389 10.605-69.663 16.721-108.366 16.721-72.597 0-140.169-21.518-196.685-58.523l1.371 0.842zM673.72 833.56c6.334-34.515 9.958-74.234 9.96-114.798l0-0.002c-0.030-56.637-7.118-111.604-20.431-164.089l0.991 4.609c50.264-14.748 108.013-23.248 167.742-23.28l0.018-0c13 0 26.080 0.44 39.080 1.28-9.556 129.668-86.353 239.426-195.33 295.334l-2.030 0.946z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dribbble-logo-light"]},"attrs":[{}],"properties":{"order":27429,"id":807,"name":"dribbble-logo-light","prevSize":16,"code":60088},"setIdx":2,"setId":2,"iconIdx":440},{"icon":{"paths":["M941.68 604.28l-179.52-124.28 179.52-124.28c6.271-4.391 10.321-11.583 10.321-19.72s-4.050-15.329-10.244-19.669l-0.077-0.051-208-144c-3.818-2.679-8.562-4.281-13.68-4.281s-9.862 1.602-13.757 4.332l0.077-0.051-194.32 134.52-194.32-134.52c-3.818-2.679-8.562-4.281-13.68-4.281s-9.862 1.602-13.757 4.332l0.077-0.051-208 144c-6.271 4.391-10.321 11.583-10.321 19.72s4.050 15.329 10.244 19.669l0.077 0.051 179.52 124.28-179.52 124.28c-6.271 4.391-10.321 11.583-10.321 19.72s4.050 15.329 10.244 19.669l0.077 0.051 208 144c3.818 2.679 8.562 4.281 13.68 4.281s9.862-1.602 13.757-4.332l-0.077 0.051 194.32-134.52 194.32 134.52c3.818 2.679 8.562 4.281 13.68 4.281s9.862-1.602 13.757-4.332l-0.077 0.051 208-144c6.271-4.391 10.321-11.583 10.321-19.72s-4.050-15.329-10.244-19.669l-0.077-0.051zM512 594.8l-165.84-114.8 165.84-114.8 165.84 114.8zM720 221.2l165.84 114.8-165.84 114.8-165.84-114.8zM304 221.2l165.84 114.8-165.84 114.8-165.84-114.8zM304 738.8l-165.84-114.8 165.84-114.8 165.84 114.8zM720 738.8l-165.84-114.8 165.84-114.8 165.84 114.8zM627.28 832c2.679 3.818 4.281 8.562 4.281 13.68 0 8.137-4.050 15.329-10.244 19.669l-0.077 0.051-95.56 66.16c-3.818 2.679-8.562 4.281-13.68 4.281s-9.862-1.602-13.757-4.332l0.077 0.051-95.56-66.16c-5.939-4.42-9.744-11.419-9.744-19.307 0-13.255 10.745-24 24-24 4.857 0 9.377 1.443 13.155 3.923l-0.091-0.056 81.92 56.84 81.92-56.68c3.828-2.699 8.59-4.314 13.728-4.314 8.083 0 15.233 3.996 19.582 10.12l0.050 0.074z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dropbox-logo-light"]},"attrs":[{}],"properties":{"order":27430,"id":806,"name":"dropbox-logo-light","prevSize":16,"code":60089},"setIdx":2,"setId":2,"iconIdx":441},{"icon":{"paths":["M690.12 196.24c-48.998-56.464-102.865-106.409-161.665-150.087l-2.695-1.913c-3.835-2.713-8.608-4.336-13.76-4.336s-9.925 1.623-13.835 4.387l0.075-0.050c-61.495 45.591-115.362 95.536-163.308 150.761l-1.052 1.239c-108.52 124.8-165.88 256.12-165.88 379.76 0 189.986 154.014 344 344 344s344-154.014 344-344v0c0-123.64-57.36-254.96-165.88-379.76zM755.52 744h-487.040c-16.112-22.981-29.41-49.507-38.538-77.903l-0.582-2.097h565.28c-9.71 30.493-23.008 57.019-39.754 80.956l0.634-0.956zM218.76 616c-1.728-11.994-2.731-25.866-2.76-39.967l-0-0.033c0.022-14.118 0.835-28.020 2.397-41.695l-0.157 1.695h587.52c1.404 11.979 2.218 25.881 2.24 39.969l0 0.031c-0.029 14.134-1.032 28.006-2.943 41.587l0.183-1.587zM512 93.96c52.52 40.48 239.32 196.24 285.56 394.040h-571.12c46.24-197.8 233.040-353.56 285.56-394.040zM309.92 792h404c-52.671 49.505-123.784 79.92-202 79.92s-149.328-30.415-202.154-80.064l0.154 0.144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["drop-half-bottom-light"]},"attrs":[{}],"properties":{"order":27431,"id":805,"name":"drop-half-bottom-light","prevSize":16,"code":60090},"setIdx":2,"setId":2,"iconIdx":442},{"icon":{"paths":["M690.12 196.24c-48.998-56.464-102.865-106.409-161.665-150.087l-2.695-1.913c-3.835-2.713-8.608-4.336-13.76-4.336s-9.925 1.623-13.835 4.387l0.075-0.050c-61.495 45.591-115.362 95.536-163.308 150.761l-1.052 1.239c-108.52 124.8-165.88 256.12-165.88 379.76 0 189.986 154.014 344 344 344s344-154.014 344-344v0c0-123.64-57.36-254.96-165.88-379.76zM808 576c-0.029 14.134-1.032 28.006-2.943 41.587l0.183-1.587h-269.24v-80h269.76c1.404 11.979 2.218 25.881 2.24 39.969l0 0.031zM747.2 360h-211.2v-80h159.56c17.397 23.056 34.486 49.197 49.812 76.462l1.828 3.538zM536 792h178.080c-46.976 44.177-108.682 73.173-177.006 78.888l-1.074 0.072zM536 744v-80h258.64c-9.71 30.493-23.008 57.019-39.754 80.956l0.634-0.956zM536 488v-80h234.8c10.188 22.489 19.364 49.158 26.098 76.785l0.662 3.215zM657.16 232h-121.16v-118.8c44.168 36.83 83.785 75.699 120.080 117.528l1.080 1.272zM216 576c0-213.68 189.4-394.24 272-462.8v757.76c-152.716-12.972-271.786-140.027-272-294.938l-0-0.022z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["drop-half-light"]},"attrs":[{}],"properties":{"order":27432,"id":804,"name":"drop-half-light","prevSize":16,"code":60091},"setIdx":2,"setId":2,"iconIdx":443},{"icon":{"paths":["M690.12 196.24c-49.029-56.428-102.892-106.37-161.663-150.082l-2.697-1.918c-3.835-2.713-8.608-4.336-13.76-4.336s-9.925 1.623-13.835 4.387l0.075-0.050c-61.468 45.63-115.331 95.572-163.309 150.765l-1.051 1.235c-108.52 124.8-165.88 256.12-165.88 379.76 0 189.986 154.014 344 344 344s344-154.014 344-344v0c0-123.64-57.36-254.96-165.88-379.76zM512 872c-163.394-0.205-295.795-132.606-296-295.981l-0-0.019c0-238.48 236-435.72 296-482.040 60 46.32 296 243.56 296 482.040-0.205 163.394-132.606 295.795-295.981 296l-0.019 0zM727.68 612c-16.84 91.656-88.024 162.84-178.313 179.471l-1.367 0.209c-1.194 0.192-2.578 0.308-3.988 0.32l-0.012 0c-0.028 0-0.062 0-0.095 0-13.255 0-24-10.745-24-24 0-11.876 8.626-21.737 19.954-23.66l0.142-0.020c69.52-11.68 128.52-70.72 140.32-140.32 1.984-11.432 11.83-20.015 23.68-20.015 13.263 0 24.015 10.752 24.015 24.015 0 1.413-0.122 2.797-0.356 4.143l0.021-0.143z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["drop-light"]},"attrs":[{}],"properties":{"order":27433,"id":803,"name":"drop-light","prevSize":16,"code":60092},"setIdx":2,"setId":2,"iconIdx":444},{"icon":{"paths":["M856 416c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0-163.476-132.524-296-296-296s-296 132.524-296 296v0c0 110.2 35.32 144.24 72.72 180.32 17.24 16.6 35.080 33.8 48.64 57.88 15.24 27.040 22.64 59 22.64 97.8 0 83.947 68.053 152 152 152v0c42.96 0 78.76-18.080 109.48-55.28 4.436-5.349 11.083-8.73 18.52-8.73 13.26 0 24.010 10.75 24.010 24.010 0 5.823-2.073 11.163-5.522 15.32l0.032-0.040c-39.88 48.24-89.16 72.72-146.52 72.72-110.402-0.136-199.863-89.598-200-199.987l-0-0.013c0-66.56-24.96-90.64-56.6-121.16-38.92-37.52-87.4-84.28-87.4-214.84 0-189.986 154.014-344 344-344s344 154.014 344 344v0zM707.44 651.24c-3.44-2.019-7.577-3.211-11.992-3.211-8.825 0-16.537 4.763-20.707 11.858l-0.061 0.113c-7.036 12.079-19.925 20.068-34.68 20.068-22.091 0-40-17.909-40-40 0-0.024 0-0.048 0-0.071l-0 0.004c0-40 20-66.68 43.2-97.6 24.8-33 52.8-70.4 52.8-126.4 0-101.62-82.38-184-184-184s-184 82.38-184 184v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-75.111 60.889-136 136-136s136 60.889 136 136v0c0 40-20 66.68-43.2 97.6-24.8 33-52.8 70.4-52.8 126.4 0.010 48.593 39.405 87.982 88 87.982 32.393 0 60.699-17.503 75.975-43.567l0.225-0.415c2.019-3.44 3.211-7.577 3.211-11.992 0-8.825-4.763-16.537-11.858-20.707l-0.113-0.061z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ear-light"]},"attrs":[{}],"properties":{"order":27434,"id":802,"name":"ear-light","prevSize":16,"code":60093},"setIdx":2,"setId":2,"iconIdx":445},{"icon":{"paths":["M209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 48.64 53.64c-34.407 52.399-54.881 116.62-54.881 185.624 0 0.259 0 0.517 0.001 0.776l-0-0.040c0 130.56 48.48 177.32 87.4 214.84 31.64 30.52 56.6 54.6 56.6 121.16 0.136 110.402 89.598 199.863 199.987 200l0.013 0c57.36 0 106.64-24.48 146.52-72.72 3.417-4.117 5.49-9.457 5.49-15.28 0-13.26-10.75-24.010-24.010-24.010-7.437 0-14.084 3.381-18.488 8.69l-0.032 0.040c-30.72 37.2-66.52 55.28-109.48 55.28-83.947 0-152-68.053-152-152v0c0-86.96-36.24-121.92-71.28-155.68-37.4-36.080-72.72-70.12-72.72-180.32-0-0.188-0.001-0.41-0.001-0.633 0-54.851 15.041-106.188 41.224-150.113l-0.743 1.346 81.48 89.64c-6.312 17.802-9.96 38.333-9.96 59.717 0 0.015 0 0.030 0 0.046l-0-0.002c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0.026-5.935 0.403-11.753 1.112-17.469l-0.072 0.709 180.6 198.64c-3.581 12.516-5.64 26.892-5.64 41.748 0 0.131 0 0.262 0 0.392l-0-0.020c0.011 48.593 39.406 87.981 88 87.981 11.078 0 21.679-2.047 31.443-5.784l-0.603 0.203 143.4 157.6c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM600.32 645l31.12 34.2c-16.539-3.735-29.046-17.337-31.101-34.167l-0.019-0.193zM327.32 153.52c-2.127-3.511-3.386-7.754-3.386-12.292 0-8.701 4.63-16.32 11.56-20.528l0.106-0.060c50.381-30.575 111.277-48.671 176.4-48.671 189.986 0 344 154.014 344 344 0 0.011-0 0.022-0 0.033l0-0.002c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0-0.019 0-0.042 0-0.064 0-163.476-132.524-296-296-296-56.025 0-108.415 15.565-153.081 42.607l1.321-0.742c-3.518 2.138-7.772 3.404-12.321 3.404-8.708 0-16.332-4.637-20.539-11.577l-0.060-0.107zM634.64 469c8.412-15.31 13.36-33.551 13.36-52.948 0-0.018-0-0.037-0-0.055l0 0.003c-0.003-75.108-60.891-135.994-136-135.994-15.754 0-30.882 2.679-44.954 7.605l0.954-0.291c-2.203 0.737-4.741 1.162-7.377 1.162-13.255 0-24-10.745-24-24 0-10.319 6.512-19.117 15.651-22.508l0.166-0.054c17.757-6.279 38.235-9.906 59.56-9.906 101.616 0 183.992 82.372 184 183.985l0 0.001c-0.011 27.465-6.94 53.309-19.139 75.888l0.419-0.848c-4.058 7.835-12.105 13.097-21.38 13.097-13.255 0-24-10.745-24-24 0-4.072 1.014-7.907 2.803-11.266l-0.063 0.129z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ear-slash-light"]},"attrs":[{}],"properties":{"order":27435,"id":801,"name":"ear-slash-light","prevSize":16,"code":60094},"setIdx":2,"setId":2,"iconIdx":446},{"icon":{"paths":["M740 242.68c-71.28-106.68-156.52-170.68-228-170.68s-156.72 64-228 170.68c-73.72 110.6-116 243.76-116 365.32 0 189.986 154.014 344 344 344s344-154.014 344-344v0c0-121.56-42.28-254.72-116-365.32zM512 904c-163.394-0.205-295.795-132.606-296-295.981l-0-0.019c0-112.32 39.36-235.76 108-338.68 60.44-90.72 134.24-149.32 188-149.32 42.080 0 96.48 36 147.12 95.080l-165.040 184.92c-3.798 4.228-6.121 9.848-6.121 16.011 0 11.167 7.626 20.552 17.955 23.232l0.167 0.037 105.92 26.44-27.48 137.56c-0.297 1.416-0.467 3.044-0.467 4.711 0 11.58 8.201 21.244 19.112 23.502l0.155 0.027c1.403 0.297 3.018 0.471 4.673 0.48l0.007 0c11.563-0.026 21.204-8.225 23.453-19.125l0.027-0.155 32-160c0.299-1.42 0.47-3.052 0.47-4.724 0-11.177-7.64-20.569-17.983-23.239l-0.167-0.036-89.48-22.36 132.8-148.8q5.44 7.68 10.88 15.76c68.6 102.92 108 226.36 108 338.68-0.205 163.394-132.606 295.795-295.981 296l-0.019 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["egg-crack-light"]},"attrs":[{}],"properties":{"order":27436,"id":800,"name":"egg-crack-light","prevSize":16,"code":60095},"setIdx":2,"setId":2,"iconIdx":447},{"icon":{"paths":["M740 242.68c-71.28-106.68-156.52-170.68-228-170.68s-156.72 64-228 170.68c-73.72 110.6-116 243.76-116 365.32 0 189.986 154.014 344 344 344s344-154.014 344-344v0c0-121.56-42.28-254.72-116-365.32zM512 904c-163.394-0.205-295.795-132.606-296-295.981l-0-0.019c0-112.32 39.36-235.76 108-338.68 60.44-90.72 134.24-149.32 188-149.32s127.56 58.6 188 149.32c68.6 102.92 108 226.36 108 338.68-0.205 163.394-132.606 295.795-295.981 296l-0.019 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["egg-light"]},"attrs":[{}],"properties":{"order":27437,"id":799,"name":"egg-light","prevSize":16,"code":60096},"setIdx":2,"setId":2,"iconIdx":448},{"icon":{"paths":["M832 648h-640c-30.928 0-56 25.072-56 56v0 96c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-96c0-30.928-25.072-56-56-56v0zM840 800c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-96c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM192.96 568h638.080c0.094 0.001 0.205 0.001 0.316 0.001 23.191 0 43.133-13.908 51.941-33.838l0.143-0.363c2.883-6.424 4.562-13.923 4.562-21.815 0-14.781-5.891-28.187-15.453-37.997l0.011 0.012-294.92-310c-16.591-17.244-39.865-27.955-65.64-27.955s-49.049 10.712-65.612 27.926l-0.028 0.029-294.92 310c-9.551 9.798-15.442 23.204-15.442 37.985 0 7.892 1.679 15.391 4.7 22.161l-0.138-0.346c8.951 20.293 28.894 34.201 52.084 34.201 0.111 0 0.222-0 0.333-0.001l-0.017 0zM186.2 507.080l294.92-310.040c7.835-8.049 18.775-13.041 30.88-13.041s23.045 4.993 30.871 13.032l0.009 0.010 294.92 310.040c1.376 1.229 2.237 3.008 2.237 4.989 0 1.098-0.265 2.135-0.735 3.049l0.018-0.038c-1.328 3.023-4.297 5.097-7.75 5.097-0.187 0-0.372-0.006-0.555-0.018l0.025 0.001h-638.080c-0.159 0.011-0.344 0.017-0.53 0.017-3.453 0-6.421-2.073-7.728-5.043l-0.021-0.054c-0.452-0.877-0.717-1.913-0.717-3.011 0-1.98 0.862-3.76 2.231-4.983l0.006-0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eject-light"]},"attrs":[{}],"properties":{"order":27438,"id":798,"name":"eject-light","prevSize":16,"code":60097},"setIdx":2,"setId":2,"iconIdx":449},{"icon":{"paths":["M920 832c0 13.255-10.745 24-24 24v0h-768c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h768c13.255 0 24 10.745 24 24v0zM109.56 632c-3.552-7.149-5.631-15.569-5.631-24.474 0-13.531 4.799-25.941 12.787-35.621l-0.076 0.095 326.64-403.2c16.337-20.074 41.043-32.793 68.72-32.793s52.383 12.719 68.593 32.632l0.127 0.162 326.64 403.2c7.907 9.628 12.7 22.074 12.7 35.64 0 31.127-25.233 56.36-56.36 56.36-0.021 0-0.042-0-0.063-0l-703.277 0c-0.060 0-0.132 0-0.203 0-22.207 0-41.396-12.927-50.451-31.666l-0.146-0.334zM152.88 611.36c1.3 2.764 4.061 4.643 7.262 4.643 0.077 0 0.153-0.001 0.23-0.003l-0.011 0h703.28c0.054 0.001 0.118 0.002 0.182 0.002 3.231 0 6.014-1.915 7.277-4.672l0.020-0.050c0.568-1.071 0.902-2.341 0.902-3.689 0-2.023-0.751-3.871-1.989-5.279l0.008 0.009-326.6-403.28c-7.466-9.199-18.772-15.029-31.44-15.029s-23.974 5.83-31.381 14.954l-0.059 0.075-326.6 403.28c-1.231 1.4-1.982 3.247-1.982 5.271 0 1.348 0.334 2.619 0.923 3.733l-0.021-0.044z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eject-simple-light"]},"attrs":[{}],"properties":{"order":27439,"id":797,"name":"eject-simple-light","prevSize":16,"code":60098},"setIdx":2,"setId":2,"iconIdx":450},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM712 440v400h-176v-400zM488 840h-176v-400h176zM840 832c0 4.418-3.582 8-8 8v0h-72v-424c0-13.255-10.745-24-24-24v0h-448c-13.255 0-24 10.745-24 24v0 424h-72c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM600 288c0 13.255-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["elevator-light"]},"attrs":[{}],"properties":{"order":27440,"id":796,"name":"elevator-light","prevSize":16,"code":60099},"setIdx":2,"setId":2,"iconIdx":451},{"icon":{"paths":["M992 424c-13.255 0-24 10.745-24 24v0 104h-80v-72c0-30.928-25.072-56-56-56v0h-50.76c-0.002 0-0.004 0-0.006 0-2.198 0-4.188-0.886-5.634-2.321l0.001 0.001-141.28-141.28c-10.073-10.13-24.019-16.4-39.43-16.4-0.046 0-0.091 0-0.137 0l0.007-0h-90.76v-80h104c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h104v80h-264c-30.928 0-56 25.072-56 56v0 232h-80v-104c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 256c0 13.255 10.745 24 24 24s24-10.745 24-24v0-104h80v90.76c-0 0.039-0 0.084-0 0.13 0 15.411 6.27 29.357 16.398 39.427l0.003 0.003 141.28 141.28c10.073 10.13 24.019 16.4 39.43 16.4 0.046 0 0.091-0 0.137-0l-0.007 0h261.52c0.039 0 0.084 0 0.13 0 15.411 0 29.357-6.27 39.427-16.398l0.003-0.003 141.28-141.28c1.445-1.434 3.436-2.32 5.634-2.32 0.002 0 0.004 0 0.007 0l50.76-0c30.928 0 56-25.072 56-56v0-72h80v104c0 13.255 10.745 24 24 24s24-10.745 24-24v0-256c0-13.255-10.745-24-24-24v0zM840 672c0 4.418-3.582 8-8 8v0h-50.76c-0.039-0-0.084-0-0.13-0-15.411 0-29.357 6.27-39.427 16.398l-0.003 0.003-141.28 141.28c-1.445 1.434-3.436 2.32-5.634 2.32-0.002 0-0.004-0-0.007-0l-261.52 0c-0.002 0-0.004 0-0.006 0-2.198 0-4.188-0.886-5.634-2.321l0.001 0.001-141.28-141.28c-1.434-1.445-2.32-3.436-2.32-5.634 0-0.002 0-0.004 0-0.007l-0 0v-370.76c0-4.418 3.582-8 8-8v0h402.76c0.002-0 0.004-0 0.006-0 2.198 0 4.188 0.886 5.634 2.321l-0.001-0.001 141.28 141.28c10.073 10.13 24.019 16.4 39.43 16.4 0.046 0 0.091-0 0.137-0l-0.007 0h50.76c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["engine-light"]},"attrs":[{}],"properties":{"order":27441,"id":795,"name":"engine-light","prevSize":16,"code":60100},"setIdx":2,"setId":2,"iconIdx":452},{"icon":{"paths":["M896 200h-768c-13.255 0-24 10.745-24 24v0 544c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-544c0-13.255-10.745-24-24-24v0zM512 543.44l-322.32-295.44h644.64zM406.68 512l-254.68 233.44v-466.88zM442.2 544.56l53.8 49.12c4.253 3.901 9.948 6.292 16.2 6.292s11.947-2.391 16.218-6.308l-0.018 0.016 53.6-49.12 252.32 231.44h-644.6zM617.32 512l254.68-233.44v466.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["envelope-light"]},"attrs":[{}],"properties":{"order":27442,"id":794,"name":"envelope-light","prevSize":16,"code":60101},"setIdx":2,"setId":2,"iconIdx":453},{"icon":{"paths":["M909.32 364l-384-256c-3.743-2.528-8.355-4.036-13.32-4.036s-9.577 1.508-13.405 4.090l0.085-0.054-384 256c-6.477 4.366-10.68 11.674-10.68 19.964 0 0.013 0 0.025 0 0.038l-0-0.002v416c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-416c0-0.011 0-0.023 0-0.036 0-8.29-4.203-15.598-10.595-19.91l-0.085-0.054zM400.72 608l-248.72 175.6v-353zM449.8 632h124.4l249.16 176h-622.72zM623.28 608l248.72-177.4v353zM512 156.84l341.72 228-279.6 199.16h-124.24l-279.6-199.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["envelope-open-light"]},"attrs":[{}],"properties":{"order":27443,"id":793,"name":"envelope-open-light","prevSize":16,"code":60102},"setIdx":2,"setId":2,"iconIdx":454},{"icon":{"paths":["M896 200h-768c-13.255 0-24 10.745-24 24v0 544c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-544c0-13.255-10.745-24-24-24v0zM834.32 248l-322.32 295.44-322.32-295.44zM864 776h-704c-4.418 0-8-3.582-8-8v0-489.44l344 315.12c4.253 3.901 9.948 6.292 16.2 6.292s11.947-2.391 16.218-6.308l-0.018 0.016 343.6-315.12v489.44c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["envelope-simple-light"]},"attrs":[{}],"properties":{"order":27444,"id":792,"name":"envelope-simple-light","prevSize":16,"code":60103},"setIdx":2,"setId":2,"iconIdx":455},{"icon":{"paths":["M909.32 364l-384-256c-3.743-2.528-8.355-4.036-13.32-4.036s-9.577 1.508-13.405 4.090l0.085-0.054-384 256c-6.477 4.366-10.68 11.674-10.68 19.964 0 0.013 0 0.025 0 0.038l-0-0.002v416c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-416c0-0.011 0-0.023 0-0.036 0-8.29-4.203-15.598-10.595-19.91l-0.085-0.054zM512 156.84l341.72 228-279.6 199.16h-124.24l-279.6-199.32zM864 808h-704c-4.418 0-8-3.582-8-8v0-369.4l276.24 196.96c3.884 2.773 8.728 4.435 13.959 4.44l139.601 0c5.232-0.005 10.075-1.667 14.034-4.49l-0.074 0.050 276.24-196.96v369.4c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["envelope-simple-open-light"]},"attrs":[{}],"properties":{"order":27445,"id":791,"name":"envelope-simple-open-light","prevSize":16,"code":60104},"setIdx":2,"setId":2,"iconIdx":456},{"icon":{"paths":["M312 384c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0zM288 488h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM288 616h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM288 744h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM608 488h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM608 616h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM608 744h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM928 360h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM736 280h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM928 488h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM928 616h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM928 744h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["equalizer-light"]},"attrs":[{}],"properties":{"order":27446,"id":790,"name":"equalizer-light","prevSize":16,"code":60105},"setIdx":2,"setId":2,"iconIdx":457},{"icon":{"paths":["M888 640c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0zM160 408h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["equals-light"]},"attrs":[{}],"properties":{"order":27447,"id":789,"name":"equals-light","prevSize":16,"code":60106},"setIdx":2,"setId":2,"iconIdx":458},{"icon":{"paths":["M894.28 327.24l-165.52-165.52c-15.926-15.934-37.932-25.789-62.24-25.789s-46.314 9.856-62.24 25.789l-474.56 474.56c-15.922 15.924-25.769 37.922-25.769 62.22s9.848 46.296 25.769 62.22l120.28 120.24c4.339 4.345 10.335 7.034 16.959 7.040l597.041 0c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-358.040l388.32-388.32c15.922-15.924 25.769-37.922 25.769-62.22s-9.848-46.296-25.769-62.22l0 0zM438.040 840h-161.16l-113.2-113.2c-7.248-7.24-11.731-17.246-11.731-28.3s4.483-21.060 11.731-28.3l0-0 220.32-220.28 222.080 222.080zM860.32 417.76l-220.32 220.28-222.080-222.040 220.32-220.28c7.238-7.236 17.236-11.711 28.28-11.711s21.042 4.475 28.28 11.712l165.52 165.48c7.236 7.238 11.711 17.236 11.711 28.28s-4.475 21.042-11.712 28.28l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eraser-light"]},"attrs":[{}],"properties":{"order":27448,"id":788,"name":"eraser-light","prevSize":16,"code":60107},"setIdx":2,"setId":2,"iconIdx":459},{"icon":{"paths":["M687.040 336.96c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 55.040 55v-166.040c0-13.255 10.745-24 24-24s24 10.745 24 24v0 166.040l55.040-55c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-96 96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0zM952 640v160c0 30.928-25.072 56-56 56v0h-210c-16.258-0.003-30.897-6.935-41.126-18.002l-0.034-0.038-364.84-395.4c-1.465-1.577-3.551-2.561-5.867-2.561-0.047 0-0.094 0-0.14 0.001l0.007-0h-146c-30.928 0-56-25.072-56-56v0-160c0-30.928 25.072-56 56-56v0h210c16.258 0.003 30.897 6.935 41.126 18.002l0.034 0.038 364.84 395.4c1.465 1.577 3.551 2.56 5.866 2.56 0.005 0 0.010-0 0.015-0l-0.001 0h146.12c30.928 0 56 25.072 56 56v0zM904 640c0-4.418-3.582-8-8-8v0h-146c-16.258-0.003-30.897-6.935-41.126-18.002l-0.034-0.038-364.84-395.4c-1.465-1.577-3.551-2.561-5.867-2.561-0.047 0-0.094 0-0.14 0.001l0.007-0h-210c-4.418 0-8 3.582-8 8v0 160c0 4.418 3.582 8 8 8v0h146c16.258 0.003 30.897 6.935 41.126 18.002l0.034 0.038 364.84 395.4c1.465 1.577 3.551 2.56 5.866 2.56 0.005 0 0.010-0 0.015-0l-0.001 0h210.12c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["escalator-down-light"]},"attrs":[{}],"properties":{"order":27449,"id":787,"name":"escalator-down-light","prevSize":16,"code":60108},"setIdx":2,"setId":2,"iconIdx":460},{"icon":{"paths":["M896 168h-210c-16.238 0.004-30.861 6.919-41.086 17.963l-0.034 0.037-364.88 395.44c-1.465 1.577-3.551 2.56-5.866 2.56-0.005 0-0.010-0-0.015-0l0.001 0h-146.12c-30.928 0-56 25.072-56 56v0 160c0 30.928 25.072 56 56 56v0h210c16.238-0.004 30.861-6.919 41.086-17.963l0.034-0.037 364.88-395.44c1.465-1.577 3.551-2.56 5.866-2.56 0.005 0 0.010 0 0.015 0l-0.001-0h146.12c30.928 0 56-25.072 56-56v0-160c0-30.928-25.072-56-56-56v0zM904 384c0 4.418-3.582 8-8 8v0h-146c-16.238 0.004-30.861 6.919-41.086 17.963l-0.034 0.037-364.88 395.44c-1.465 1.577-3.551 2.56-5.866 2.56-0.005 0-0.010-0-0.015-0l0.001 0h-210.12c-4.418 0-8-3.582-8-8v0-160c0-4.418 3.582-8 8-8v0h146c16.238-0.004 30.861-6.919 41.086-17.963l0.034-0.037 364.88-395.44c1.465-1.577 3.551-2.561 5.867-2.561 0.047 0 0.094 0 0.14 0.001l-0.007-0h210c4.418 0 8 3.582 8 8v0zM912.96 687.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-55.040-55v166.040c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-166.040l-55.040 55c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 96-96c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["escalator-up-light"]},"attrs":[{}],"properties":{"order":27450,"id":786,"name":"escalator-up-light","prevSize":16,"code":60109},"setIdx":2,"setId":2,"iconIdx":461},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 640c-0 0.002-0 0.005-0 0.007 0 13.255 10.745 24 24 24 3.907 0 7.596-0.934 10.857-2.59l-0.137 0.063 117.28-58.64 117.28 58.64c3.124 1.593 6.813 2.527 10.72 2.527s7.596-0.934 10.857-2.59l-0.137 0.063 117.28-58.64 117.28 58.64c3.124 1.593 6.813 2.527 10.72 2.527s7.596-0.934 10.857-2.59l-0.137 0.063 117.28-58.64 117.28 58.64c3.12 1.589 6.804 2.52 10.706 2.52 0.005 0 0.010-0 0.015-0l-0.001 0c0.011 0 0.024 0 0.037 0 4.655 0 8.997-1.341 12.66-3.658l-0.097 0.058c6.879-4.294 11.39-11.819 11.4-20.399l0-0.001v-640c0-30.928-25.072-56-56-56v0zM872 825.16l-93.28-46.64c-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063-117.28 58.64-117.28-58.64c-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063-117.28 58.64-117.28-58.64c-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063-93.28 46.64v-601.16c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM405.48 373.16c-4.023-7.944-12.127-13.294-21.48-13.294s-17.457 5.35-21.417 13.158l-0.063 0.137-128 256c-1.593 3.124-2.526 6.813-2.526 10.72 0 13.258 10.748 24.006 24.006 24.006 9.351 0 17.454-5.347 21.417-13.15l0.063-0.137 25.36-50.6h162.32l25.36 50.72c4.026 7.94 12.129 13.286 21.48 13.286 13.258 0 24.006-10.748 24.006-24.006 0-3.907-0.933-7.596-2.589-10.857l0.063 0.137zM326.84 552l57.16-114.32 57.16 114.32zM792 512c0 13.255-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h72c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["exam-light"]},"attrs":[{}],"properties":{"order":27451,"id":785,"name":"exam-light","prevSize":16,"code":60110},"setIdx":2,"setId":2,"iconIdx":462},{"icon":{"paths":["M691.64 332.36c-25.607-148.714-153.611-260.428-307.708-260.428-172.313 0-312 139.687-312 312 0 154.097 111.714 282.101 258.572 307.443l1.856 0.265c25.607 148.714 153.611 260.428 307.708 260.428 172.313 0 312-139.687 312-312 0-154.097-111.714-282.101-258.572-307.443l-1.856-0.265zM904 640c-0.016 12.57-0.916 24.916-2.644 36.995l0.164-1.395-215.040-215.080c6.047-22.934 9.52-49.264 9.52-76.405 0-0.041-0-0.081-0-0.122l0 0.006c0-0.68 0-1.32 0-1.96 119.69 26.806 207.826 132.065 208 257.94l0 0.020zM181.24 215.16l222 222c-18.831 21.886-34.905 46.927-47.206 74.044l-0.794 1.956-219.24-219.24c11.158-30.242 26.474-56.347 45.578-79.175l-0.338 0.415zM293.92 136l219.2 219.24c-29.073 13.095-54.114 29.169-76.41 48.345l0.41-0.345-222-222c22.424-18.77 48.543-34.087 76.974-44.646l1.826-0.594zM376 640c0.182-145.73 118.27-263.818 263.983-264l0.017-0c2.6 0 5.2 0 7.8 0 0 2.6 0.2 5.2 0.2 8-0.182 145.73-118.27 263.818-263.983 264l-0.017 0c-2.6 0-5.2 0-8-0.2 0-2.6 0-5.2 0-7.8zM586.84 620.76l222 222c-22.413 18.766-48.518 34.082-76.934 44.646l-1.826 0.594-219.2-219.24c29.057-13.098 54.085-29.171 76.369-48.344l-0.409 0.344zM620.76 586.84c18.831-21.886 34.905-46.927 47.206-74.044l0.794-1.956 219.24 219.24c-11.207 30.247-26.575 56.351-45.732 79.167l0.332-0.407zM641.96 328.040h-1.96c-0.034-0-0.075-0-0.115-0-27.141 0-53.47 3.473-78.569 9.998l2.164-0.478-215.080-215.080c10.684-1.564 23.030-2.464 35.583-2.48l0.017-0c125.894 0.174 231.154 88.31 257.627 206.235l0.333 1.765zM120 384c0.016-12.57 0.916-24.916 2.644-36.995l-0.164 1.395 215.040 215.080c-6.047 22.934-9.52 49.264-9.52 76.405 0 0.041 0 0.081 0 0.122l-0-0.006c0 0.68 0 1.32 0 1.96-119.69-26.806-207.826-132.065-208-257.94l-0-0.020zM382.040 696h1.96c0.034 0 0.075 0 0.115 0 27.141 0 53.47-3.473 78.569-9.998l-2.164 0.478 215.080 215.040c-10.684 1.564-23.030 2.464-35.583 2.48l-0.017 0c-125.894-0.174-231.154-88.31-257.627-206.235l-0.333-1.765z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["exclude-light"]},"attrs":[{}],"properties":{"order":27452,"id":784,"name":"exclude-light","prevSize":16,"code":60111},"setIdx":2,"setId":2,"iconIdx":463},{"icon":{"paths":["M864 360h-200v-200c0-13.255-10.745-24-24-24v0h-480c-13.255 0-24 10.745-24 24v0 480c0 13.255 10.745 24 24 24v0h200v200c0 13.255 10.745 24 24 24v0h480c13.255 0 24-10.745 24-24v0-480c0-13.255-10.745-24-24-24v0zM649.92 840l-176-176h156l176 176zM184 217.92l176 176v156l-176-176zM374.080 184l176 176h-156l-176-176zM408 616v-208h208v208zM664 630.080v-156l176 176v156zM840 582.080l-174.080-174.080h174.080zM616 358.080l-174.080-174.080h174.080zM184 442.080l174.080 173.92h-174.080zM408 666.080l174.080 173.92h-174.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["exclude-square-light"]},"attrs":[{}],"properties":{"order":27453,"id":783,"name":"exclude-square-light","prevSize":16,"code":60112},"setIdx":2,"setId":2,"iconIdx":464},{"icon":{"paths":["M856 448v384c0 30.928-25.072 56-56 56v0h-576c-30.928 0-56-25.072-56-56v0-384c0-30.928 25.072-56 56-56v0h96c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-96c-4.418 0-8 3.582-8 8v0 384c0 4.418 3.582 8 8 8v0h576c4.418 0 8-3.582 8-8v0-384c0-4.418-3.582-8-8-8v0h-96c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h96c30.928 0 56 25.072 56 56v0zM368.96 272.96l119.040-119v390.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-390.040l119.040 119c4.393 4.706 10.634 7.639 17.559 7.639 13.255 0 24-10.745 24-24 0-6.925-2.933-13.165-7.625-17.546l-0.014-0.013-160-160c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-160 160c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["export-light"]},"attrs":[{}],"properties":{"order":27454,"id":782,"name":"export-light","prevSize":16,"code":60113},"setIdx":2,"setId":2,"iconIdx":465},{"icon":{"paths":["M916.84 660c2.017 3.443 3.208 7.583 3.208 12 0 13.281-10.767 24.048-24.048 24.048-8.864 0-16.608-4.796-20.778-11.934l-0.062-0.114-80-140.32c-44.576 31.613-96.585 56.452-152.584 71.574l-3.416 0.786 24.68 148c0.21 1.193 0.33 2.566 0.33 3.967 0 11.86-8.602 21.71-19.908 23.653l-0.142 0.020c-1.196 0.194-2.58 0.31-3.99 0.32l-0.010 0c-11.832-0.012-21.658-8.585-23.619-19.857l-0.021-0.143-24.48-146.24c-24.047 3.975-51.758 6.246-80 6.246s-55.953-2.271-82.961-6.641l2.961 0.395-24.32 146.24c-1.984 11.424-11.822 20-23.664 20-0.006 0-0.011-0-0.017-0l0.001 0c-1.42-0.010-2.804-0.126-4.156-0.34l0.156 0.020c-11.432-1.976-20.018-11.819-20.018-23.667 0-1.417 0.123-2.806 0.359-4.156l-0.021 0.144 24.68-148c-59.415-15.908-111.424-40.747-157.523-73.383l1.523 1.023-80.16 140.36c-4.232 7.252-11.976 12.048-20.84 12.048-13.281 0-24.048-10.767-24.048-24.048 0-4.417 1.191-8.557 3.269-12.114l-0.062 0.114 83.4-145.92c-29.823-25.268-56.439-52.467-80.351-81.949l-0.889-1.131c-3.318-4.084-5.327-9.347-5.327-15.080 0-13.259 10.748-24.007 24.007-24.007 7.526 0 14.243 3.463 18.645 8.883l0.035 0.044c67.48 83.6 185.6 183.16 365.32 183.16s297.84-99.56 365.32-183.080c4.437-5.464 11.154-8.927 18.68-8.927 13.259 0 24.007 10.748 24.007 24.007 0 5.733-2.009 10.996-5.362 15.124l0.035-0.044c-24.801 30.613-51.417 57.812-80.359 82.351l-0.881 0.729z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eye-closed-light"]},"attrs":[{}],"properties":{"order":27455,"id":781,"name":"eye-closed-light","prevSize":16,"code":60114},"setIdx":2,"setId":2,"iconIdx":466},{"icon":{"paths":["M888 269.36c-0.437-38.244-16.681-72.61-42.492-96.937l-0.068-0.063c-52.96-50.12-138.72-48.36-191.28 4.36l-82.88 83.28-2.52-2.52c-15.924-15.922-37.922-25.769-62.22-25.769s-46.296 9.848-62.22 25.769l-36 36c-10.147 10.136-16.424 24.145-16.424 39.62s6.277 29.484 16.424 39.619l0.001 0.001 13.88 13.88-209.64 209.8c-27.582 27.392-44.654 65.335-44.654 107.265 0 14.108 1.933 27.764 5.548 40.718l-0.253-1.064-33.24 76c-2.507 5.545-3.967 12.022-3.967 18.841 0 12.963 5.279 24.692 13.805 33.156l0.003 0.003c10.050 10.241 24.014 16.61 39.467 16.68l0.013 0c0.027 0 0.060 0 0.092 0 8.185 0 15.964-1.737 22.988-4.863l-0.36 0.143 72-31.6c10.791 2.744 23.179 4.318 35.934 4.318 41.971 0 79.96-17.047 107.422-44.594l0.004-0.004 209.76-209.84 13.88 13.92c10.134 10.135 24.135 16.404 39.6 16.404s29.466-6.269 39.6-16.404l36-36c15.934-15.926 25.789-37.932 25.789-62.24s-9.856-46.314-25.789-62.24l-2.64-2.64 84.44-84.96c24.714-24.483 40.016-58.429 40.016-95.949 0-0.735-0.006-1.469-0.018-2.201l0.001 0.11zM393.56 777.36c-18.819 18.811-44.813 30.446-73.524 30.446-10.875 0-21.36-1.669-31.213-4.765l0.737 0.2c-2.101-0.667-4.518-1.051-7.024-1.051-3.479 0-6.785 0.74-9.769 2.072l0.152-0.061-80 35c-0.938 0.418-2.032 0.661-3.183 0.661-1.979 0-3.791-0.719-5.188-1.91l0.011 0.009 36.48-83.6c1.279-2.824 2.024-6.122 2.024-9.595 0-2.737-0.463-5.365-1.314-7.812l0.051 0.167c-3.513-9.964-5.543-21.455-5.543-33.419 0-28.716 11.693-54.702 30.577-73.455l0.006-0.006 209.76-209.8 147.040 147.12zM814.2 333.36l-101.52 102.24c-4.325 4.34-6.999 10.328-6.999 16.94s2.674 12.6 7 16.941l-0.001-0.001 19.52 19.56c7.248 7.24 11.731 17.246 11.731 28.3s-4.483 21.060-11.731 28.3l-0 0-36 36c-1.446 1.438-3.439 2.326-5.64 2.326s-4.194-0.889-5.64-2.327l0 0-242.76-242.8c-1.45-1.448-2.346-3.449-2.346-5.66s0.897-4.212 2.346-5.66l0-0 36-36c7.238-7.236 17.236-11.711 28.28-11.711s21.042 4.475 28.28 11.712l19.56 19.56c4.34 4.326 10.328 7 16.941 7 0.007 0 0.013-0 0.020-0l-0.001 0c6.645-0.006 12.657-2.712 16.999-7.079l99.761-100.361c34.32-34.32 90.080-36 124.32-3.4 17.009 16.081 27.595 38.801 27.595 63.994 0 24.331-9.874 46.355-25.834 62.285l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eyedropper-light"]},"attrs":[{}],"properties":{"order":27456,"id":780,"name":"eyedropper-light","prevSize":16,"code":60115},"setIdx":2,"setId":2,"iconIdx":467},{"icon":{"paths":["M888 269.36c-0.437-38.244-16.681-72.61-42.492-96.937l-0.068-0.063c-52.96-50.12-138.72-48.36-191.28 4.36l-82.88 83.28-2.52-2.52c-15.924-15.922-37.922-25.769-62.22-25.769s-46.296 9.848-62.22 25.769l-36 36c-10.147 10.136-16.424 24.145-16.424 39.62s6.277 29.484 16.424 39.619l0.001 0.001 13.88 13.88-209.64 209.8c-27.576 27.403-44.645 65.353-44.645 107.289 0 14.099 1.929 27.747 5.538 40.695l-0.253-1.064-33.24 76c-2.507 5.545-3.967 12.022-3.967 18.841 0 12.963 5.279 24.692 13.805 33.156l0.003 0.003c10.050 10.241 24.014 16.61 39.467 16.68l0.013 0c0.027 0 0.060 0 0.092 0 8.185 0 15.964-1.737 22.988-4.863l-0.36 0.143 72-31.6c10.791 2.744 23.179 4.318 35.934 4.318 41.971 0 79.96-17.047 107.422-44.594l0.004-0.004 209.76-209.84 13.88 13.92c10.134 10.135 24.135 16.404 39.6 16.404s29.466-6.269 39.6-16.404l36-36c15.888-15.955 25.71-37.96 25.71-62.26s-9.822-46.305-25.713-62.263l0.003 0.003-2.64-2.6 84.44-84.96c24.714-24.483 40.016-58.429 40.016-95.949 0-0.735-0.006-1.469-0.018-2.201l0.001 0.11zM393.56 777.36c-18.819 18.811-44.813 30.446-73.524 30.446-10.875 0-21.36-1.669-31.213-4.765l0.737 0.2c-2.108-0.671-4.532-1.058-7.047-1.058-3.485 0-6.797 0.743-9.785 2.079l0.152-0.061-80 35c-0.938 0.418-2.032 0.661-3.183 0.661-1.979 0-3.791-0.719-5.188-1.91l0.011 0.009 36.48-83.6c1.279-2.824 2.024-6.122 2.024-9.595 0-2.737-0.463-5.365-1.314-7.812l0.051 0.167c-3.546-10.014-5.595-21.563-5.595-33.591 0-14.26 2.88-27.846 8.089-40.211l-0.255 0.682h283.12zM555.12 616h-294.16l195.32-195.36 147.040 147.12zM814.2 333.64l-101.52 101.96c-4.325 4.34-6.999 10.328-6.999 16.94s2.674 12.6 7 16.941l-0.001-0.001 19.52 19.56c7.248 7.24 11.731 17.246 11.731 28.3s-4.483 21.060-11.731 28.3l-0 0-36 36c-1.446 1.438-3.439 2.326-5.64 2.326s-4.194-0.889-5.64-2.327l0 0-242.76-242.8c-1.45-1.448-2.346-3.449-2.346-5.66s0.897-4.212 2.346-5.66l0-0 36-36c7.238-7.236 17.236-11.711 28.28-11.711s21.042 4.475 28.28 11.712l19.56 19.56c4.34 4.326 10.328 7 16.941 7 0.007 0 0.013-0 0.020-0l-0.001 0c6.645-0.006 12.657-2.712 16.999-7.079l99.761-100.361c34.28-34.32 90.040-36 124.28-3.4 17.009 16.081 27.595 38.801 27.595 63.994 0 24.331-9.874 46.355-25.834 62.285l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eyedropper-sample-light"]},"attrs":[{}],"properties":{"order":27457,"id":779,"name":"eyedropper-sample-light","prevSize":16,"code":60116},"setIdx":2,"setId":2,"iconIdx":468},{"icon":{"paths":["M800 168c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c39.765 0 72 32.235 72 72v0 250.6c-30.52-31.145-73.019-50.453-120.028-50.453-78.53 0-144.476 53.882-162.884 126.692l-0.249 1.161h-153.68c-18.657-73.971-84.602-127.853-163.132-127.853-47.009 0-89.508 19.307-120 50.424l-0.028 0.028v-250.6c0-39.765 32.235-72 72-72v0c13.255 0 24-10.745 24-24s-10.745-24-24-24v0c-66.274 0-120 53.726-120 120v0 368c-0.030 1.191-0.048 2.594-0.048 4 0 92.81 75.237 168.048 168.048 168.048 91.404 0 165.763-72.974 167.996-163.84l0.004-0.207h144.4c6.022 87.86 78.769 156.849 167.63 156.849 91.676 0 166.202-73.431 167.968-164.684l0.003-0.165v-368c0-66.274-53.726-120-120-120v0zM272 776c-66.274 0-120-53.726-120-120s53.726-120 120-120c66.274 0 120 53.726 120 120v0c0 66.274-53.726 120-120 120v0zM752 776c-66.274 0-120-53.726-120-120s53.726-120 120-120c66.274 0 120 53.726 120 120v0c0 66.274-53.726 120-120 120v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eyeglasses-light"]},"attrs":[{}],"properties":{"order":27458,"id":778,"name":"eyeglasses-light","prevSize":16,"code":60117},"setIdx":2,"setId":2,"iconIdx":469},{"icon":{"paths":["M981.92 502.28c-1.36-3.12-34.64-76.92-108.96-151.24-68.96-68.88-187.44-151.040-360.96-151.040s-292 82.16-360.96 151.040c-74.32 74.32-107.6 148-108.96 151.24-1.31 2.87-2.074 6.226-2.074 9.76s0.764 6.89 2.135 9.911l-0.061-0.151c1.36 3.080 34.64 76.88 108.96 151.2 68.96 68.88 187.44 151 360.96 151s292-82.12 360.96-151c74.32-74.32 107.6-148 108.96-151.2 1.31-2.87 2.074-6.226 2.074-9.76s-0.764-6.89-2.135-9.911l0.061 0.151zM512 776c-125.52 0-235.12-45.68-325.8-135.72-37.114-36.891-68.868-79.116-94.030-125.442l-1.41-2.838c26.562-49.152 58.317-91.365 95.41-128.211l0.030-0.029c90.68-90.080 200.28-135.76 325.8-135.76s235.12 45.68 325.8 135.76c37.123 36.875 68.878 79.088 94.032 125.406l1.408 2.834c-25.48 48.84-153.24 264-421.24 264zM512 328c-101.62 0-184 82.38-184 184s82.38 184 184 184c101.62 0 184-82.38 184-184v0c-0.136-101.565-82.435-183.864-183.987-184l-0.013-0zM512 648c-75.111 0-136-60.889-136-136s60.889-136 136-136c75.111 0 136 60.889 136 136v0c0 75.111-60.889 136-136 136v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eye-light"]},"attrs":[{}],"properties":{"order":27459,"id":777,"name":"eye-light","prevSize":16,"code":60118},"setIdx":2,"setId":2,"iconIdx":470},{"icon":{"paths":["M209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 83.52 92c-149.12 87.6-212.92 228-215.68 234.28-1.31 2.87-2.074 6.226-2.074 9.76s0.764 6.89 2.135 9.911l-0.061-0.151c1.36 3.080 34.64 76.88 108.96 151.2 68.96 68.88 187.44 151 360.96 151 0.901 0.006 1.967 0.009 3.034 0.009 75.137 0 146.4-16.585 210.328-46.295l-3.082 1.286 92 101.16c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM404.24 429.28l180 198.080c-20.455 12.968-45.362 20.665-72.068 20.665-75.111 0-136-60.889-136-136 0-31.275 10.557-60.085 28.302-83.060l-0.234 0.315zM512 776c-125.52 0-235.12-45.68-325.8-135.72-37.125-36.886-68.88-79.113-94.032-125.445l-1.408-2.835c17.16-32.8 80.4-140.72 200-207.64l80.8 88.84c-26.977 31.807-43.381 73.322-43.381 118.669 0 101.62 82.38 184 184 184 39.195 0 75.527-12.255 105.374-33.142l-0.594 0.394 71.24 78.4c-51.282 21.81-110.932 34.488-173.543 34.488-0.934 0-1.868-0.003-2.801-0.008l0.144 0.001zM537.6 378.4c-11.183-2.191-19.506-11.914-19.506-23.58 0-13.258 10.748-24.006 24.006-24.006 1.592 0 3.147 0.155 4.652 0.45l-0.152-0.025c79.82 15.915 140.432 81.579 148.538 162.709l0.062 0.771c0.066 0.666 0.103 1.44 0.103 2.223 0 12.474-9.517 22.726-21.686 23.89l-0.097 0.007h-2.24c-0.030 0-0.066 0-0.101 0-12.48 0-22.736-9.526-23.892-21.704l-0.007-0.096c-6.068-60.429-50.788-108.868-108.809-120.494l-0.871-0.146zM981.92 521.8c-1.64 3.68-41.48 92-131.44 172.48-4.281 4.019-10.058 6.489-16.412 6.489-13.255 0-24-10.745-24-24 0-7.29 3.25-13.82 8.38-18.222l0.032-0.027c45.771-41.241 84.068-89.668 113.357-143.691l1.403-2.829c-26.566-49.166-58.321-91.392-95.413-128.253l-0.027-0.027c-90.68-90.040-200.28-135.72-325.8-135.72-0.17-0-0.372-0-0.574-0-27.613 0-54.681 2.328-81.021 6.798l2.835-0.398c-1.337 0.264-2.874 0.415-4.446 0.415-13.255 0-24-10.745-24-24 0-12.001 8.808-21.944 20.312-23.718l0.134-0.017c25.822-4.505 55.556-7.081 85.891-7.081 0.306 0 0.611 0 0.917 0.001l-0.048-0c173.52 0 292 82.16 360.96 151.040 74.32 74.32 107.6 148 108.96 151.24 1.31 2.87 2.074 6.226 2.074 9.76s-0.764 6.89-2.135 9.911l0.061-0.151z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["eye-slash-light"]},"attrs":[{}],"properties":{"order":27460,"id":776,"name":"eye-slash-light","prevSize":16,"code":60119},"setIdx":2,"setId":2,"iconIdx":471},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM536 871.2v-271.2h104c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-104v-104c0-39.765 32.235-72 72-72v0h64c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-64c-66.274 0-120 53.726-120 120v0 104h-104c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h104v271.2c-188.223-12.959-336-168.821-336-359.199 0-198.823 161.177-360 360-360s360 161.177 360 360c0 190.378-147.777 346.241-334.88 359.137l-1.12 0.062z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["facebook-logo-light"]},"attrs":[{}],"properties":{"order":27461,"id":775,"name":"facebook-logo-light","prevSize":16,"code":60120},"setIdx":2,"setId":2,"iconIdx":472},{"icon":{"paths":["M696 416c0 13.255-10.745 24-24 24v0h-320c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h320c13.255 0 24 10.745 24 24v0zM672 520h-320c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h320c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM1016 416v96c0 66.274-53.726 120-120 120v0h-25.8c-24.8 58.16-75.24 109.24-149.4 150.44-83.12 46.16-172 67.080-197.44 72.36-3.415 0.763-7.336 1.2-11.36 1.2s-7.945-0.437-11.72-1.267l0.36 0.066c-25.32-5.28-114.32-26.2-197.44-72.36-74.16-41.2-124.6-92.28-149.4-150.44h-25.8c-66.274 0-120-53.726-120-120v0-96c0-66.274 53.726-120 120-120v0h9.4c4.345-18.76 17.669-33.67 35.093-40.154l0.387-0.126 320-116.36c5.687-2.132 12.26-3.365 19.12-3.365s13.433 1.234 19.507 3.491l-0.387-0.126 320 116.36c17.811 6.61 31.135 21.52 35.406 39.902l0.074 0.378h9.4c66.274 0 120 53.726 120 120v0zM139.48 584c-2.21-11.844-3.476-25.473-3.48-39.396l-0-0.004v-200.6h-8c-39.765 0-72 32.235-72 72v0 96c0 39.765 32.235 72 72 72v0zM840 544.6v-236.24c-0.002-3.441-2.175-6.374-5.225-7.502l-0.055-0.018-320-116.36c-0.809-0.302-1.744-0.477-2.72-0.477s-1.911 0.175-2.775 0.495l0.055-0.018-320 116.36c-3.105 1.146-5.278 4.079-5.28 7.52l-0 0v236.24c-0 0.122-0 0.267-0 0.412 0 19.988 3.399 39.183 9.649 57.038l-0.369-1.21c50.080 146.6 287.32 200.68 317.2 206.96 0.457 0.096 0.982 0.15 1.52 0.15s1.063-0.055 1.57-0.159l-0.050 0.009c33.4-6.96 326.48-73.84 326.48-263.2zM968 416c0-39.765-32.235-72-72-72v0h-8v200.6c-0.004 13.927-1.27 27.556-3.69 40.782l0.21-1.382h11.48c39.765 0 72-32.235 72-72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["face-mask-light"]},"attrs":[{}],"properties":{"order":27462,"id":774,"name":"face-mask-light","prevSize":16,"code":60121},"setIdx":2,"setId":2,"iconIdx":473},{"icon":{"paths":["M456 704c0 13.255-10.745 24-24 24v0h-112c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h112c13.255 0 24 10.745 24 24v0zM704 680h-112c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h112c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM984 864c0 13.255-10.745 24-24 24v0h-896c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-488c0-13.255 10.745-24 24-24 5.43 0 10.439 1.803 14.46 4.844l-0.060-0.044 217.6 163.2v-144c0-13.255 10.745-24 24-24 5.43 0 10.439 1.803 14.46 4.844l-0.060-0.044 165.6 124.32 48-337.040c4.165-27.241 27.374-47.883 55.428-48l0.012-0h72.48c28.066 0.117 51.275 20.759 55.401 47.687l0.039 0.313 60 420.52s0.24 2.36 0.24 3.4v296h72c0.119-0.002 0.259-0.003 0.4-0.003 13.255 0 24 10.745 24 24 0 0.001-0 0.002-0 0.003l0-0zM640 489.96l40 30.040h156.32l-56.32-393.12c-0.568-3.91-3.898-6.88-7.921-6.88-0.028 0-0.055 0-0.083 0l0.004-0h-72.24c-0.023-0-0.051-0-0.079-0-4.023 0-7.353 2.97-7.916 6.837l-0.005 0.043zM184 840h656v-272h-168c-5.43 0-10.439-1.803-14.46-4.844l0.060 0.044-217.6-163.2v144c0 13.255-10.745 24-24 24-5.43 0-10.439-1.803-14.46-4.844l0.060 0.044-217.6-163.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["factory-light"]},"attrs":[{}],"properties":{"order":27463,"id":773,"name":"factory-light","prevSize":16,"code":60122},"setIdx":2,"setId":2,"iconIdx":474},{"icon":{"paths":["M136 320c0-13.255 10.745-24 24-24v0h128c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24v0zM864 680h-168v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h168c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM544 680h-384c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h384c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM416 440c13.255 0 24-10.745 24-24v0-72h424c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-424v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["faders-horizontal-light"]},"attrs":[{}],"properties":{"order":27464,"id":772,"name":"faders-horizontal-light","prevSize":16,"code":60123},"setIdx":2,"setId":2,"iconIdx":475},{"icon":{"paths":["M536 480v384c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-384c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM800 776c-13.255 0-24 10.745-24 24v0 64c0 13.255 10.745 24 24 24s24-10.745 24-24v0-64c0-13.255-10.745-24-24-24v0zM896 648h-72v-488c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 488h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM224 648c-13.255 0-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24s24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM320 520h-72v-360c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 360h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM608 328h-72v-168c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 168h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["faders-light"]},"attrs":[{}],"properties":{"order":27465,"id":771,"name":"faders-light","prevSize":16,"code":60124},"setIdx":2,"setId":2,"iconIdx":476},{"icon":{"paths":["M924.24 542.080c-27.342-99.895-117.306-172.098-224.133-172.098-47.616 0-91.882 14.345-128.711 38.949l0.844-0.531c-2.76-1.64-5.64-3.2-8.56-4.6l67.44-269.28c0.458-1.753 0.721-3.765 0.721-5.839 0-8.442-4.358-15.866-10.948-20.144l-0.093-0.057c-35.307-22.838-78.457-36.413-124.779-36.413-128.13 0-232 103.87-232 232 0 90.205 51.481 168.386 126.666 206.765l1.313 0.608v0.56c0 3.080 0 6.16 0.4 9.2l-266.92 76.24c-9.815 2.823-16.965 11.491-17.478 21.904l-0.002 0.056c-0.104 2.598-0.164 5.648-0.164 8.712 0 128.13 103.87 232 232 232s232-103.87 232-232c0-4.26-0.115-8.494-0.342-12.698l0.025 0.586c2.8-1.6 5.56-3.32 8.24-5.16l199.48 193.16c4.31 4.16 10.184 6.722 16.658 6.722 4.058 0 7.881-1.007 11.232-2.785l-0.13 0.063c74.941-39.479 125.161-116.843 125.161-205.935 0-21.376-2.891-42.077-8.303-61.733l0.382 1.629zM440 512c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0zM312 304c-0-0.017-0-0.037-0-0.058 0-101.62 82.38-184 184-184 30.797 0 59.826 7.566 85.331 20.941l-1.011-0.483-63.040 251.6q-2.64 0-5.28 0c-48.366 0.024-90.038 28.658-109.012 69.894l-0.308 0.746c-54.633-32.423-90.68-91.108-90.68-158.213 0-0.15 0-0.3 0.001-0.45l-0 0.023zM432 789.2c-26.44 15.571-58.248 24.77-92.204 24.77-98.571 0-179.038-77.509-183.779-174.905l-0.016-0.425 249.56-71.28c20.433 38.7 60.407 64.629 106.439 64.64l0.001 0c0.047 0 0.102 0 0.157 0 4.171 0 8.291-0.218 12.35-0.643l-0.507 0.043c-0.455 67.184-36.964 125.739-91.129 157.331l-0.871 0.469zM859.6 694.16c-15.009 25.672-35.203 46.762-59.284 62.365l-0.716 0.435-186.52-180.48c11.839-18.242 18.878-40.551 18.878-64.504 0-26.28-8.473-50.58-22.836-70.319l0.238 0.343c26.070-15.025 57.334-23.889 90.668-23.889 101.62 0 184 82.38 184 184 0 33.829-9.129 65.525-25.058 92.76l0.471-0.871z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fan-light"]},"attrs":[{}],"properties":{"order":27466,"id":770,"name":"fan-light","prevSize":16,"code":60125},"setIdx":2,"setId":2,"iconIdx":477},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM765.32 492l-192-128c-3.743-2.528-8.355-4.036-13.32-4.036-13.255 0-24 10.745-24 24 0 0.013 0 0.025 0 0.038l-0-0.002v104.48l-186.68-124.48c-3.743-2.528-8.355-4.036-13.32-4.036-13.255 0-24 10.745-24 24 0 0.013 0 0.025 0 0.038l-0-0.002v256c-0 0.011-0 0.023-0 0.036 0 13.255 10.745 24 24 24 4.965 0 9.577-1.508 13.405-4.090l-0.085 0.054 186.68-124.48v104.48c-0 0.011-0 0.023-0 0.036 0 13.255 10.745 24 24 24 4.965 0 9.577-1.508 13.405-4.090l-0.085 0.054 192-128c6.507-4.362 10.734-11.687 10.734-20s-4.226-15.638-10.647-19.945l-0.086-0.055zM360 595.16v-166.32l124.72 83.16zM584 595.16v-166.32l124.72 83.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fast-forward-circle-light"]},"attrs":[{}],"properties":{"order":27467,"id":769,"name":"fast-forward-circle-light","prevSize":16,"code":60126},"setIdx":2,"setId":2,"iconIdx":478},{"icon":{"paths":["M958.36 465.4l-352.72-224.68c-8.496-5.466-18.868-8.713-29.999-8.713-9.858 0-19.121 2.547-27.166 7.019l0.286-0.146c-17.254 9.58-28.742 27.686-28.76 48.477l-0 0.003v164l-330.36-210.64c-8.496-5.466-18.868-8.713-29.999-8.713-9.858 0-19.121 2.547-27.166 7.019l0.286-0.146c-17.254 9.58-28.742 27.686-28.76 48.477l-0 0.003v449.28c0.018 20.794 11.506 38.9 28.478 48.336l0.282 0.144c7.76 4.326 17.023 6.873 26.881 6.873 11.131 0 21.504-3.248 30.222-8.847l-0.223 0.134 330.36-210.44v163.8c0.018 20.794 11.506 38.9 28.478 48.336l0.282 0.144c7.76 4.326 17.023 6.873 26.881 6.873 11.131 0 21.504-3.248 30.222-8.847l-0.223 0.134 352.72-224.68c15.512-9.938 25.646-27.085 25.646-46.6s-10.134-36.662-25.426-46.468l-0.22-0.132zM516.6 518.12l-352.6 224.64c-1.18 0.791-2.632 1.262-4.194 1.262-1.402 0-2.715-0.379-3.842-1.041l0.036 0.019c-2.382-1.128-4.001-3.512-4.001-6.274 0-0.030 0-0.060 0.001-0.091l-0 0.005v-449.28c-0-0.026-0.001-0.056-0.001-0.086 0-2.762 1.618-5.146 3.959-6.256l0.042-0.018c1.134-0.654 2.494-1.040 3.945-1.040 0.019 0 0.039 0 0.058 0l-0.003-0c1.497 0.039 2.877 0.512 4.026 1.297l-0.026-0.017 352.76 224.64c2.059 1.291 3.407 3.548 3.407 6.12s-1.349 4.829-3.377 6.102l-0.030 0.018zM932.6 518.12l-352.6 224.64c-1.18 0.791-2.632 1.262-4.194 1.262-1.402 0-2.715-0.379-3.842-1.041l0.036 0.019c-2.382-1.128-4.001-3.512-4.001-6.274 0-0.030 0-0.060 0.001-0.091l-0 0.005v-449.28c-0-0.026-0.001-0.056-0.001-0.086 0-2.762 1.618-5.146 3.959-6.256l0.042-0.018c1.134-0.654 2.494-1.040 3.945-1.040 0.019 0 0.039 0 0.058 0l-0.003-0c1.497 0.039 2.877 0.512 4.026 1.297l-0.026-0.017 352.76 224.64c2.059 1.291 3.407 3.548 3.407 6.12s-1.349 4.829-3.377 6.102l-0.030 0.018z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fast-forward-light"]},"attrs":[{}],"properties":{"order":27468,"id":768,"name":"fast-forward-light","prevSize":16,"code":60127},"setIdx":2,"setId":2,"iconIdx":479},{"icon":{"paths":["M952 320c-0.003-136.964-111.035-247.995-248-247.995-68.442 0-130.409 27.725-175.282 72.557l0.002-0.002-280.32 277.080c-10.131 10.097-16.4 24.065-16.4 39.497 0 0.036 0 0.073 0 0.109l-0-0.006v296.84l-120.96 120.96c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 120.96-120.96h296.84c0.031 0 0.067 0 0.103 0 15.432 0 29.399-6.269 39.495-16.399l0.002-0.002 276.88-280.12c44.943-44.648 72.761-106.486 72.761-174.821 0-0.232-0-0.464-0.001-0.695l0 0.036zM562.56 178.56c36.134-35.846 85.899-57.998 140.839-57.998 110.457 0 200 89.543 200 200 0 52.313-20.085 99.935-52.964 135.576l0.125-0.137h-248.64l151.040-151.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-247.040 247.040v-250.080zM280 461.24c-0-0.002-0-0.005-0-0.008 0-2.157 0.854-4.115 2.242-5.554l-0.002 0.002 141.76-140v250.52l-144 144zM568.36 741.68c-1.438 1.426-3.415 2.311-5.598 2.32l-0.002 0h-248.84l240-240h249.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["feather-light"]},"attrs":[{}],"properties":{"order":27469,"id":767,"name":"feather-light","prevSize":16,"code":60128},"setIdx":2,"setId":2,"iconIdx":480},{"icon":{"paths":["M721.8 384c42.379-27.446 70.025-74.495 70.025-128 0-83.886-67.953-151.9-151.815-152l-288.010-0c-83.872 0.1-151.825 68.114-151.825 152 0 53.505 27.646 100.554 69.432 127.64l0.593 0.36c-42.391 27.444-70.045 74.499-70.045 128.013 0 55.902 30.178 104.756 75.131 131.159l0.714 0.388c-46.045 30.461-76 82.017-76 140.57 0 92.784 75.216 168 168 168s168-75.216 168-168c0-0.046-0-0.092-0-0.137l0 0.007v-161.28c27.212 25.933 64.135 41.889 104.784 41.889 83.947 0 152-68.053 152-152 0-53.905-28.060-101.256-70.371-128.244l-0.613-0.366zM744 256c0 57.438-46.562 104-104 104v0h-104v-208h104c57.438 0 104 46.562 104 104v0zM248 256c0-57.438 46.562-104 104-104v0h136v208h-136c-57.438 0-104-46.562-104-104v0zM352 616c-57.438 0-104-46.562-104-104s46.562-104 104-104v0h136v208h-136zM488 784c0 66.274-53.726 120-120 120s-120-53.726-120-120c0-66.274 53.726-120 120-120v0h120zM640 616c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["figma-logo-light"]},"attrs":[{}],"properties":{"order":27470,"id":766,"name":"figma-logo-light","prevSize":16,"code":60129},"setIdx":2,"setId":2,"iconIdx":481},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080zM800 872h-360v-80h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-40v-80h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-40v-80h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-40v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v80h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v80h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v80h-168c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-archive-light"]},"attrs":[{}],"properties":{"order":27471,"id":765,"name":"file-archive-light","prevSize":16,"code":60130},"setIdx":2,"setId":2,"iconIdx":482},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080zM800 872h-576c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0zM624.96 623.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-96 96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-96-96c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 55.040 55v-198.040c0-13.255 10.745-24 24-24s24 10.745 24 24v0 198.040l55.040-55c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-arrow-down-light"]},"attrs":[{}],"properties":{"order":27472,"id":764,"name":"file-arrow-down-light","prevSize":16,"code":60131},"setIdx":2,"setId":2,"iconIdx":483},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080zM800 872h-576c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0zM624.96 559.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-55.040-55v198.040c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-198.040l-55.040 55c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 96-96c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-arrow-up-light"]},"attrs":[{}],"properties":{"order":27473,"id":763,"name":"file-arrow-up-light","prevSize":16,"code":60132},"setIdx":2,"setId":2,"iconIdx":484},{"icon":{"paths":["M393.2 521.84c-2.715-1.157-5.874-1.829-9.19-1.829-6.627 0-12.627 2.686-16.97 7.029l-89 88.96h-86.040c-13.255 0-24 10.745-24 24v0 160c0 13.255 10.745 24 24 24v0h86.040l89 88.96c4.342 4.337 10.338 7.019 16.96 7.019 13.247 0 23.988-10.733 24-23.978l0-0.001v-352c-0.003-9.933-6.039-18.455-14.643-22.101l-0.157-0.059zM360 837.84l-55.040-54.8c-4.339-4.345-10.335-7.034-16.959-7.040l-72.001-0v-112h72c6.625-0.006 12.621-2.695 16.96-7.040l0-0 55.040-55zM600 720c-0.051 56.262-30.241 105.462-75.294 132.33l-0.706 0.39c-3.088 1.551-6.729 2.459-10.583 2.459-13.255 0-24-10.745-24-24 0-8.249 4.162-15.526 10.5-19.846l0.083-0.053c31.408-18.783 52.112-52.614 52.112-91.28s-20.703-72.497-51.629-91.012l-0.482-0.268c-6.421-4.373-10.583-11.65-10.583-19.899 0-13.255 10.745-24 24-24 3.853 0 7.495 0.908 10.722 2.522l-0.139-0.063c45.759 27.258 75.949 76.458 76 132.713l0 0.007zM848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 320c0 13.255 10.745 24 24 24s24-10.745 24-24v0-320c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-audio-light"]},"attrs":[{}],"properties":{"order":27474,"id":762,"name":"file-audio-light","prevSize":16,"code":60133},"setIdx":2,"setId":2,"iconIdx":485},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 352c0 13.255 10.745 24 24 24s24-10.745 24-24v0-352c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080zM432 520c-0.015-0-0.032-0-0.050-0-84.561 0-156.864 52.479-186.119 126.644l-0.471 1.356h-5.36c-75.111 0-136 60.889-136 136s60.889 136 136 136v0h192c110.457 0 200-89.543 200-200s-89.543-200-200-200v0zM432 872h-192c-0.031 0-0.069 0-0.106 0-48.601 0-88-39.399-88-88 0-46.316 35.781-84.274 81.208-87.742l0.298-0.018c-0.24 1.88-0.4 3.72-0.6 5.6-0.062 0.647-0.097 1.4-0.097 2.16 0 13.308 10.789 24.097 24.097 24.097 12.548 0 22.856-9.591 23.993-21.842l0.007-0.095c0.799-9.702 2.357-18.617 4.643-27.236l-0.243 1.076c0.364-0.954 0.696-2.107 0.935-3.294l0.025-0.146c19.315-63.303 77.202-108.56 145.66-108.56 83.947 0 152 68.053 152 152 0 83.884-67.95 151.898-151.811 152l-0.010 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-cloud-light"]},"attrs":[{}],"properties":{"order":27475,"id":761,"name":"file-cloud-light","prevSize":16,"code":60134},"setIdx":2,"setId":2,"iconIdx":486},{"icon":{"paths":["M720.96 591.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-96 96c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 79-79.040-79-79.040c-4.706-4.393-7.639-10.634-7.639-17.559 0-13.255 10.745-24 24-24 6.925 0 13.165 2.933 17.546 7.625l0.013 0.014zM432.96 495.040c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-96 96c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 96 96c4.393 4.706 10.634 7.639 17.559 7.639 13.255 0 24-10.745 24-24 0-6.925-2.933-13.165-7.625-17.546l-0.014-0.013-79-79.040 79-79.040c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0zM856 352v512c0 30.928-25.072 56-56 56v0h-576c-30.928 0-56-25.072-56-56v0-704c0-30.928 25.072-56 56-56v0h384c0.006-0 0.012-0 0.019-0 6.633 0 12.637 2.691 16.981 7.040l0 0 224 224c4.326 4.34 7 10.328 7 16.941 0 0.007-0 0.013-0 0.020l0-0.001zM632 328h142.080l-142.080-142.080zM808 864v-488h-200c-13.255 0-24-10.745-24-24v0-200h-360c-4.418 0-8 3.582-8 8v0 704c0 4.418 3.582 8 8 8v0h576c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-code-light"]},"attrs":[{}],"properties":{"order":27476,"id":760,"name":"file-code-light","prevSize":16,"code":60135},"setIdx":2,"setId":2,"iconIdx":487},{"icon":{"paths":["M184 720c0 48.52 32.28 88 72 88 18.483-0.369 35.016-8.415 46.596-21.071l0.044-0.049c4.377-4.567 10.527-7.405 17.34-7.405 13.258 0 24.005 10.747 24.005 24.005 0 6.445-2.54 12.296-6.673 16.609l0.008-0.009c-20.349 21.88-49.201 35.615-81.265 35.92l-0.055 0c-66.16 0-120-61-120-136s53.84-136 120-136c32.13 0.328 60.982 14.091 81.255 35.929l0.065 0.071c4.125 4.304 6.665 10.155 6.665 16.6 0 13.258-10.747 24.005-24.005 24.005-6.813 0-12.963-2.838-17.332-7.396l-0.008-0.009c-11.612-12.734-28.146-20.809-46.571-21.199l-0.069-0.001c-39.72 0-72 39.44-72 88zM508 692.92c-43.4-12.52-53.6-18.76-52-31.64 0.475-8.462 4.892-15.801 11.429-20.262l0.091-0.058c22.36-15.16 70.64-7.28 85.76-3.36 1.993 0.597 4.284 0.941 6.655 0.941 13.255 0 24-10.745 24-24 0-11.273-7.772-20.73-18.25-23.307l-0.165-0.034c-8-2.12-80.36-20-124.8 9.92-17.835 12.188-29.999 31.55-32.333 53.838l-0.027 0.322c-7.16 56.76 49.080 73 86.28 83.76 48.48 14 59.12 21.32 56.84 39.040-0.469 8.879-5.073 16.591-11.907 21.3l-0.093 0.060c-22.4 14.92-69.92 6.56-84.72 2.48-2.476-0.945-5.341-1.493-8.333-1.493-13.255 0-24 10.745-24 24 0 11.661 8.316 21.379 19.341 23.548l0.152 0.025c17.544 4.872 37.725 7.777 58.549 7.999l0.131 0.001c21.96 0 46.2-3.8 65.44-16.56 18.324-12.351 30.832-32.126 33.212-54.914l0.028-0.326c8.040-62.64-51.6-79.88-91.28-91.32zM764 692.92c-43.4-12.52-53.64-18.76-52-31.64 0.495-8.457 4.905-15.789 11.43-20.262l0.090-0.058c22.4-15.16 70.6-7.32 85.76-3.36 1.772 0.468 3.806 0.737 5.902 0.737 13.255 0 24-10.745 24-24 0-10.985-7.38-20.247-17.453-23.096l-0.169-0.041c-8-2.16-80.4-20-124.84 9.92-17.812 12.203-29.957 31.56-32.293 53.837l-0.027 0.323c-7.2 56.76 49.040 73 86.28 83.76 48.48 14 59.080 21.32 56.8 39.040-0.443 8.886-5.055 16.608-11.906 21.299l-0.094 0.061c-22.44 14.92-69.92 6.56-84.76 2.48-1.355-0.272-2.913-0.427-4.507-0.427-13.255 0-24 10.745-24 24 0 10.263 6.442 19.021 15.502 22.452l0.165 0.055c17.556 4.87 37.75 7.775 58.588 7.999l0.132 0.001c21.96 0 46.16-3.8 65.44-16.56 18.324-12.351 30.832-32.126 33.212-54.914l0.028-0.326c8.040-62.64-51.64-79.88-91.28-91.32zM808 376h-200c-13.255 0-24-10.745-24-24v0-200h-360c-4.418 0-8 3.582-8 8v0 288c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-288c0-30.928 25.072-56 56-56v0h384c6.625 0.006 12.621 2.695 16.96 7.040l0 0 224 224c4.345 4.339 7.034 10.335 7.040 16.959l0 0.001v96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM774 328l-142-142.080v142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-css-light"]},"attrs":[{}],"properties":{"order":27477,"id":759,"name":"file-css-light","prevSize":16,"code":60136},"setIdx":2,"setId":2,"iconIdx":488},{"icon":{"paths":["M184 720c0 48.52 32.28 88 72 88 18.495-0.372 35.040-8.417 46.636-21.072l0.044-0.048c4.331-4.273 10.283-6.912 16.852-6.912 13.255 0 24 10.745 24 24 0 6.21-2.359 11.87-6.23 16.131l0.018-0.020c-20.341 21.891-49.198 35.63-81.267 35.92l-0.053 0c-66.16 0-120-61-120-136s53.84-136 120-136c32.133 0.312 60.99 14.079 81.254 35.928l0.066 0.072c3.853 4.242 6.212 9.901 6.212 16.112 0 13.255-10.745 24-24 24-6.569 0-12.521-2.639-16.855-6.914l0.003 0.003c-11.626-12.736-28.173-20.811-46.611-21.199l-0.069-0.001c-39.72 0-72 39.44-72 88zM508.2 692.92c-43.44-12.52-53.64-18.76-52-31.64 0.495-8.457 4.905-15.789 11.43-20.262l0.090-0.058c22.4-15.16 70.64-7.28 85.8-3.36 1.678 0.419 3.603 0.659 5.585 0.659 13.255 0 24-10.745 24-24 0-10.884-7.245-20.076-17.176-23.016l-0.17-0.043c-8-2.12-80.4-20-124.84 9.92-17.824 12.192-29.974 31.555-32.293 53.84l-0.027 0.32c-7.2 56.76 49.040 73 86.28 83.76 48.48 14 59.12 21.32 56.8 39.040-0.443 8.886-5.055 16.608-11.906 21.299l-0.094 0.061c-22.44 14.92-69.92 6.56-84.76 2.48-1.461-0.316-3.138-0.497-4.859-0.497-13.255 0-24 10.745-24 24 0 10.334 6.532 19.143 15.692 22.523l0.166 0.054c17.556 4.87 37.75 7.775 58.588 7.999l0.132 0.001c21.96 0 46.16-3.8 65.44-16.56 18.324-12.351 30.832-32.126 33.212-54.914l0.028-0.326c8.040-62.64-51.64-79.88-91.12-91.32zM840.2 585.4c-2.405-0.888-5.183-1.401-8.081-1.401-10.358 0-19.183 6.561-22.546 15.755l-0.053 0.167-57.52 160.68-57.4-160.6c-3.079-9.948-12.196-17.050-22.972-17.050-13.255 0-24 10.745-24 24 0 3.263 0.651 6.373 1.83 9.209l-0.059-0.159 80 224c3.416 9.361 12.242 15.923 22.6 15.923s19.184-6.562 22.547-15.756l0.053-0.167 80-224c0.874-2.388 1.38-5.145 1.38-8.020 0-10.38-6.589-19.22-15.813-22.567l-0.167-0.053zM856 352v96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-200c-13.255 0-24-10.745-24-24v0-200h-360c-4.418 0-8 3.582-8 8v0 288c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-288c0-30.928 25.072-56 56-56v0h384c6.625 0.006 12.621 2.695 16.96 7.040l0 0 224 224c4.345 4.339 7.034 10.335 7.040 16.959l0 0.001zM774.040 328l-142.040-142.080v142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-csv-light"]},"attrs":[{}],"properties":{"order":27478,"id":758,"name":"file-csv-light","prevSize":16,"code":60137},"setIdx":2,"setId":2,"iconIdx":489},{"icon":{"paths":["M312 896c0 13.255-10.745 24-24 24v0h-64c-30.928 0-56-25.072-56-56v0-128c0-13.255 10.745-24 24-24s24 10.745 24 24v0 128c0 4.418 3.582 8 8 8v0h64c13.255 0 24 10.745 24 24v0zM856 352v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-168h-200c-13.255 0-24-10.745-24-24v0-200h-104c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c6.625 0.006 12.621 2.695 16.96 7.040l0 0 224 224c4.345 4.339 7.034 10.335 7.040 16.959l0 0.001zM632 328h142.040l-142.040-142.040zM320 104h-96c-30.928 0-56 25.072-56 56v0 96c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c0-4.418 3.582-8 8-8v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM832 680c-13.255 0-24 10.745-24 24v0 160c0 4.418-3.582 8-8 8v0h-32c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h32c30.928 0 56-25.072 56-56v0-160c0-13.255-10.745-24-24-24v0zM192 600c13.255 0 24-10.745 24-24v0-160c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 160c0 13.255 10.745 24 24 24v0zM608 872h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-dashed-light"]},"attrs":[{}],"properties":{"order":27479,"id":757,"name":"file-dashed-light","prevSize":16,"code":60138},"setIdx":2,"setId":2,"iconIdx":490},{"icon":{"paths":["M208 584h-64c-13.255 0-24 10.745-24 24v0 224c0 13.255 10.745 24 24 24v0h64c75.111 0 136-60.889 136-136s-60.889-136-136-136v0zM208 808h-40v-176h40c48.601 0 88 39.399 88 88s-39.399 88-88 88v0zM880.6 786.16c4.556 4.375 7.387 10.517 7.387 17.32 0 6.445-2.54 12.297-6.675 16.608l0.008-0.008c-20.341 21.891-49.198 35.63-81.267 35.92l-0.053 0c-66.16 0-120-61-120-136s53.84-136 120-136c32.133 0.312 60.99 14.079 81.254 35.928l0.066 0.072c3.853 4.242 6.212 9.901 6.212 16.112 0 13.255-10.745 24-24 24-6.569 0-12.521-2.639-16.855-6.914l0.003 0.003c-11.626-12.736-28.173-20.811-46.611-21.199l-0.069-0.001c-39.72 0-72 39.48-72 88s32.28 88 72 88c18.496-0.367 35.042-8.414 46.636-21.071l0.044-0.049c4.375-4.556 10.517-7.387 17.32-7.387 6.445 0 12.297 2.54 16.608 6.675l-0.008-0.008zM512 584c-66.16 0-120 61-120 136s53.84 136 120 136 120-61 120-136-53.84-136-120-136zM512 808c-39.72 0-72-39.48-72-88s32.28-88 72-88 72 39.48 72 88-32.28 88-72 88zM192 472c13.255 0 24-10.745 24-24v0-288c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 288c0 13.255 10.745 24 24 24v0zM632 185.92l142.080 142.080h-142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-doc-light"]},"attrs":[{}],"properties":{"order":27480,"id":756,"name":"file-doc-light","prevSize":16,"code":60139},"setIdx":2,"setId":2,"iconIdx":491},{"icon":{"paths":["M504 608c0 13.255-10.745 24-24 24v0h-40v200c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-200h-40c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0zM256 584c-13.255 0-24 10.745-24 24v0 88h-80v-88c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 224c0 13.255 10.745 24 24 24s24-10.745 24-24v0-88h80v88c0 13.255 10.745 24 24 24s24-10.745 24-24v0-224c0-13.255-10.745-24-24-24v0zM960 808h-56v-200c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 224c0 13.255 10.745 24 24 24v0h80c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM774.4 584.88c-1.927-0.557-4.141-0.877-6.429-0.877-8.688 0-16.299 4.617-20.511 11.531l-0.060 0.106-75.4 125.72-75.4-125.72c-4.266-7.048-11.892-11.686-20.6-11.686-13.255 0-24 10.745-24 24 0 0.016 0 0.032 0 0.048l-0-0.002v224c0 13.255 10.745 24 24 24s24-10.745 24-24v0-137.36l51.4 85.72c4.266 7.048 11.892 11.686 20.6 11.686s16.334-4.638 20.54-11.579l0.060-0.107 51.4-85.72v137.36c0 13.255 10.745 24 24 24s24-10.745 24-24v0-224c-0.005-10.973-7.373-20.223-17.431-23.079l-0.169-0.041zM856 448c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-200c-13.255 0-24-10.745-24-24v0-200h-360c-4.418 0-8 3.582-8 8v0 288c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-288c0-30.928 25.072-56 56-56v0h384c0.006-0 0.012-0 0.019-0 6.633 0 12.637 2.691 16.981 7.040l0 0 224 224c4.326 4.34 7 10.328 7 16.941 0 0.007-0 0.013-0 0.020l0-0.001zM774.080 328l-142.080-142.080v142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-html-light"]},"attrs":[{}],"properties":{"order":27481,"id":755,"name":"file-html-light","prevSize":16,"code":60140},"setIdx":2,"setId":2,"iconIdx":492},{"icon":{"paths":["M436 594.68c-4.362-6.507-11.687-10.734-20-10.734s-15.638 4.226-19.945 10.647l-0.055 0.086-90.16 135.32-45.64-70.96c-4.335-6.682-11.759-11.040-20.2-11.040s-15.865 4.358-20.143 10.947l-0.057 0.093-144 224c-2.383 3.664-3.8 8.146-3.8 12.96 0 13.255 10.745 24 24 24 0 0 0-0 0-0l512 0c0.011 0 0.023 0 0.036 0 13.255 0 24-10.745 24-24 0-4.965-1.508-9.577-4.090-13.405l0.054 0.085zM140 872l100-155.6 45.28 70.4c4.348 6.599 11.726 10.895 20.106 10.895 8.246 0 15.52-4.158 19.841-10.492l0.053-0.083 90.56-136 147.32 220.88zM848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 384c0 13.255 10.745 24 24 24s24-10.745 24-24v0-384c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0h-32c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h32c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-image-light"]},"attrs":[{}],"properties":{"order":27482,"id":754,"name":"file-image-light","prevSize":16,"code":60141},"setIdx":2,"setId":2,"iconIdx":493},{"icon":{"paths":["M480 584h-64c-13.255 0-24 10.745-24 24v0 224c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h40c57.438 0 104-46.562 104-104s-46.562-104-104-104v0zM480 744h-40v-112h40c30.928 0 56 25.072 56 56s-25.072 56-56 56v0zM856 736v67.48c-0.004 6.447-2.549 12.299-6.688 16.608l0.008-0.008c-20.341 21.891-49.198 35.63-81.267 35.92l-0.053 0c-66.16 0-120-61-120-136s53.84-136 120-136c22.958 0.084 44.237 7.207 61.809 19.32l-0.369-0.24c6.416 4.377 10.573 11.653 10.573 19.9 0 13.262-10.751 24.013-24.013 24.013-5.015 0-9.671-1.537-13.523-4.167l0.083 0.053c-9.649-6.769-21.625-10.834-34.549-10.88l-0.011-0c-39.72 0-72 39.48-72 88s32.28 88 72 88c15.309-0.179 29.274-5.791 40.089-14.994l-0.089 0.074v-33.080h-8c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h32c13.255 0 24 10.745 24 24v0zM312 608v152c0 53.019-42.981 96-96 96s-96-42.981-96-96v0c0-13.255 10.745-24 24-24s24 10.745 24 24v0c0 26.51 21.49 48 48 48s48-21.49 48-48v0-152c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 288c0 13.255 10.745 24 24 24s24-10.745 24-24v0-288c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 328v-142.080l142.080 142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-jpg-light"]},"attrs":[{}],"properties":{"order":27483,"id":753,"name":"file-jpg-light","prevSize":16,"code":60142},"setIdx":2,"setId":2,"iconIdx":494},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 288c0 13.255 10.745 24 24 24s24-10.745 24-24v0-288c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080zM583.32 784.24c-2.408 23.114-14.916 42.889-32.972 55.069l-0.268 0.171c-19.28 12.76-43.48 16.56-65.44 16.56-20.962-0.201-41.159-3.108-60.373-8.387l1.653 0.387c-10.203-2.918-17.546-12.162-17.546-23.12 0-13.258 10.748-24.006 24.006-24.006 2.3 0 4.524 0.323 6.629 0.927l-0.169-0.042c14.84 4 62.32 12.44 84.76-2.48 6.945-4.752 11.557-12.474 11.997-21.295l0.003-0.065c2.32-17.72-8.32-25.040-56.8-39.040-37.24-10.76-93.48-27-86.28-83.76 2.346-22.606 14.496-41.968 32.065-53.995l0.255-0.165c44.44-29.96 116.72-12 124.84-9.92 10.1 2.983 17.345 12.175 17.345 23.059 0 13.255-10.745 24-24 24-1.982 0-3.908-0.24-5.75-0.693l0.165 0.034c-15.12-4-63.4-12-85.8 3.36-6.615 4.531-11.025 11.863-11.517 20.248l-0.003 0.072c-1.64 12.88 8.56 19.12 52 31.64 39.56 11.56 99.24 28.8 91.2 91.44zM312 608v152c0 53.019-42.981 96-96 96s-96-42.981-96-96v0c0-13.255 10.745-24 24-24s24 10.745 24 24v0c0 26.51 21.49 48 48 48s48-21.49 48-48v0-152c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-js-light"]},"attrs":[{}],"properties":{"order":27484,"id":752,"name":"file-js-light","prevSize":16,"code":60143},"setIdx":2,"setId":2,"iconIdx":495},{"icon":{"paths":["M583.32 784.2c-2.408 23.114-14.916 42.889-32.972 55.069l-0.268 0.171c-19.28 12.76-43.48 16.56-65.44 16.56-20.97-0.225-41.165-3.13-60.387-8.389l1.667 0.389c-10.203-2.918-17.546-12.162-17.546-23.12 0-13.258 10.748-24.006 24.006-24.006 2.3 0 4.524 0.323 6.629 0.927l-0.169-0.042c14.84 4 62.32 12.44 84.76-2.48 6.945-4.752 11.557-12.474 11.997-21.295l0.003-0.065c2.32-17.72-8.32-25.040-56.8-39.040-37.24-10.76-93.48-27-86.28-83.76 2.346-22.606 14.496-41.968 32.065-53.995l0.255-0.165c44.44-29.96 116.72-12 124.84-9.92 10.1 2.983 17.345 12.175 17.345 23.059 0 13.255-10.745 24-24 24-1.982 0-3.908-0.24-5.75-0.693l0.165 0.034c-15.16-4-63.4-11.8-85.8 3.36-6.615 4.531-11.025 11.863-11.517 20.248l-0.003 0.072c-1.64 12.88 8.56 19.12 52 31.64 39.56 11.56 99.24 28.8 91.2 91.44zM288 584c-13.255 0-24 10.745-24 24v0 152c0 26.51-21.49 48-48 48s-48-21.49-48-48v0c0-13.255-10.745-24-24-24s-24 10.745-24 24v0c0 53.019 42.981 96 96 96s96-42.981 96-96v0-152c0-13.255-10.745-24-24-24v0zM845.96 588.48c-3.875-2.799-8.721-4.477-13.96-4.477-8.015 0-15.113 3.929-19.472 9.967l-0.049 0.071-60.48 84.64-60.48-84.68c-4.412-6.099-11.508-10.021-19.52-10.021-13.267 0-24.021 10.755-24.021 24.021 0 5.255 1.687 10.116 4.55 14.070l-0.048-0.070 70.040 98-70.040 98c-2.814 3.884-4.501 8.745-4.501 14 0 13.267 10.755 24.021 24.021 24.021 8.012 0 15.108-3.922 19.472-9.951l0.048-0.070 60.48-84.76 60.48 84.64c4.412 6.099 11.508 10.021 19.52 10.021 13.267 0 24.021-10.755 24.021-24.021 0-5.255-1.687-10.116-4.55-14.070l0.048 0.070-70.040-97.88 70.040-98.040c2.811-3.881 4.496-8.736 4.496-13.986 0-8.024-3.937-15.128-9.985-19.485l-0.071-0.049zM856 352v96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-200c-13.255 0-24-10.745-24-24v0-200h-360c-4.418 0-8 3.582-8 8v0 288c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-288c0-30.928 25.072-56 56-56v0h384c0.006-0 0.012-0 0.019-0 6.633 0 12.637 2.691 16.981 7.040l0 0 224 224c4.326 4.34 7 10.328 7 16.941 0 0.007-0 0.013-0 0.020l0-0.001zM774.040 328l-142.040-142.080v142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-jsx-light"]},"attrs":[{}],"properties":{"order":27485,"id":751,"name":"file-jsx-light","prevSize":16,"code":60144},"setIdx":2,"setId":2,"iconIdx":496},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080zM800 872h-576c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-light"]},"attrs":[{}],"properties":{"order":27486,"id":750,"name":"file-light","prevSize":16,"code":60145},"setIdx":2,"setId":2,"iconIdx":497},{"icon":{"paths":["M480 712h-40v-24c0-57.438-46.562-104-104-104s-104 46.562-104 104v0 24h-40c-13.255 0-24 10.745-24 24v0 160c0 13.255 10.745 24 24 24v0h288c13.255 0 24-10.745 24-24v0-160c0-13.255-10.745-24-24-24v0zM280 688c0-30.928 25.072-56 56-56s56 25.072 56 56v0 24h-112zM456 872h-240v-112h240zM848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 352c0 13.255 10.745 24 24 24s24-10.745 24-24v0-352c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-lock-light"]},"attrs":[{}],"properties":{"order":27487,"id":749,"name":"file-lock-light","prevSize":16,"code":60146},"setIdx":2,"setId":2,"iconIdx":498},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080zM800 872h-576c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0zM607.56 669.64c15.29-21.713 24.437-48.71 24.437-77.843 0-75.221-60.979-136.2-136.2-136.2s-136.2 60.979-136.2 136.2c0 75.221 60.979 136.2 136.2 136.2 29.133 0 56.13-9.147 78.276-24.726l-0.433 0.289 49.4 49.4c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014zM408 592c0-48.601 39.399-88 88-88s88 39.399 88 88c0 48.601-39.399 88-88 88v0c-48.601 0-88-39.399-88-88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-magnifying-glass-light"]},"attrs":[{}],"properties":{"order":27488,"id":748,"name":"file-magnifying-glass-light","prevSize":16,"code":60147},"setIdx":2,"setId":2,"iconIdx":499},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080zM800 872h-576c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0zM632 608c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-minus-light"]},"attrs":[{}],"properties":{"order":27489,"id":747,"name":"file-minus-light","prevSize":16,"code":60148},"setIdx":2,"setId":2,"iconIdx":500},{"icon":{"paths":["M888 608c0 13.255-10.745 24-24 24v0h-104v80h72c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-224c0-13.255 10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0zM360 688c0 57.438-46.562 104-104 104v0h-40v40c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-224c0-13.255 10.745-24 24-24v0h64c57.438 0 104 46.562 104 104v0zM312 688c0-30.928-25.072-56-56-56v0h-40v112h40c30.928 0 56-25.072 56-56v0zM648 720c0 75.111-60.889 136-136 136v0h-64c-13.255 0-24-10.745-24-24v0-224c0-13.255 10.745-24 24-24v0h64c75.111 0 136 60.889 136 136v0zM600 720c0-48.601-39.399-88-88-88v0h-40v176h40c48.601 0 88-39.399 88-88v0zM168 448v-288c0-30.928 25.072-56 56-56v0h384c0.006-0 0.012-0 0.019-0 6.633 0 12.637 2.691 16.981 7.040l0 0 224 224c4.326 4.34 7 10.328 7 16.941 0 0.007-0 0.013-0 0.020l0-0.001v96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-200c-13.255 0-24-10.745-24-24v0-200h-360c-4.418 0-8 3.582-8 8v0 288c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM632 328h142.080l-142.080-142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-pdf-light"]},"attrs":[{}],"properties":{"order":27490,"id":746,"name":"file-pdf-light","prevSize":16,"code":60149},"setIdx":2,"setId":2,"iconIdx":501},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080zM800 872h-576c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0zM632 608c0 13.255-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h72c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-plus-light"]},"attrs":[{}],"properties":{"order":27491,"id":745,"name":"file-plus-light","prevSize":16,"code":60150},"setIdx":2,"setId":2,"iconIdx":502},{"icon":{"paths":["M240 584h-64c-13.255 0-24 10.745-24 24v0 224c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h40c57.438 0 104-46.562 104-104s-46.562-104-104-104v0zM240 744h-40v-112h40c30.928 0 56 25.072 56 56s-25.072 56-56 56v0zM888 803.48c-0.004 6.447-2.549 12.299-6.688 16.608l0.008-0.008c-20.341 21.891-49.198 35.63-81.267 35.92l-0.053 0c-66.16 0-120-61-120-136s53.84-136 120-136c22.958 0.084 44.237 7.207 61.809 19.32l-0.369-0.24c6.416 4.377 10.573 11.653 10.573 19.9 0 13.262-10.751 24.013-24.013 24.013-5.015 0-9.671-1.537-13.523-4.167l0.083 0.053c-9.649-6.769-21.625-10.834-34.549-10.88l-0.011-0c-39.72 0-72 39.48-72 88s32.28 88 72 88c15.309-0.179 29.274-5.791 40.089-14.994l-0.089 0.074v-33.080h-8c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h32c13.255 0 24 10.745 24 24v0zM616 608v224c-0.008 10.633-6.928 19.647-16.51 22.792l-0.17 0.048c-2.159 0.736-4.646 1.16-7.232 1.16-0.031 0-0.062-0-0.093-0l0.005 0c-8.016-0.001-15.113-3.931-19.471-9.969l-0.049-0.071-116.48-163.080v149.12c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-224c0.002-13.253 10.746-23.997 24-23.997 8.015 0 15.113 3.929 19.471 9.966l0.049 0.071 116.48 163.080v-149.12c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM192 472c13.255 0 24-10.745 24-24v0-288c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 288c0 13.255 10.745 24 24 24v0zM632 185.92l142.080 142.080h-142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-png-light"]},"attrs":[{}],"properties":{"order":27492,"id":744,"name":"file-png-light","prevSize":16,"code":60151},"setIdx":2,"setId":2,"iconIdx":503},{"icon":{"paths":["M888 608c0 13.255-10.745 24-24 24v0h-56v200c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-200h-56c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0zM360 688c0 57.438-46.562 104-104 104v0h-40v40c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-224c0-13.255 10.745-24 24-24v0h64c57.438 0 104 46.562 104 104v0zM312 688c0-30.928-25.072-56-56-56v0h-40v112h40c30.928 0 56-25.072 56-56v0zM632 688c0 57.438-46.562 104-104 104v0h-40v40c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-224c0-13.255 10.745-24 24-24v0h64c57.438 0 104 46.562 104 104v0zM584 688c0-30.928-25.072-56-56-56v0h-40v112h40c30.928 0 56-25.072 56-56v0zM168 448v-288c0-30.928 25.072-56 56-56v0h384c0.006-0 0.012-0 0.019-0 6.633 0 12.637 2.691 16.981 7.040l0 0 224 224c4.326 4.34 7 10.328 7 16.941 0 0.007-0 0.013-0 0.020l0-0.001v96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-200c-13.255 0-24-10.745-24-24v0-200h-360c-4.418 0-8 3.582-8 8v0 288c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM632 328h142.080l-142.080-142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-ppt-light"]},"attrs":[{}],"properties":{"order":27493,"id":743,"name":"file-ppt-light","prevSize":16,"code":60152},"setIdx":2,"setId":2,"iconIdx":504},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 288c0 13.255 10.745 24 24 24s24-10.745 24-24v0-288c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0h-64c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h64c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080zM360 688c0-57.438-46.562-104-104-104v0h-64c-13.255 0-24 10.745-24 24v0 224c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h40c0.003 0 0.007 0 0.011 0 9.541 0 18.781-1.285 27.558-3.691l-0.73 0.171 32.44 55.52c4.216 7.206 11.908 11.976 20.717 12l0.003 0c4.426-0.003 8.567-1.221 12.108-3.34l-0.108 0.060c7.167-4.24 11.898-11.93 11.898-20.726 0-4.448-1.21-8.614-3.32-12.186l0.061 0.112-31.64-54.28c21.5-19.083 34.985-46.785 35-77.637l0-0.003zM216 744v-112h40c30.928 0 56 25.072 56 56s-25.072 56-56 56v0zM615.32 784.24c-2.408 23.114-14.916 42.889-32.972 55.069l-0.268 0.171c-19.28 12.76-43.48 16.56-65.44 16.56-20.962-0.201-41.159-3.108-60.373-8.387l1.653 0.387c-10.203-2.918-17.546-12.162-17.546-23.12 0-13.258 10.748-24.006 24.006-24.006 2.3 0 4.524 0.323 6.629 0.927l-0.169-0.042c14.84 4 62.32 12.44 84.76-2.48 6.945-4.752 11.557-12.474 11.997-21.295l0.003-0.065c2.32-17.72-8.32-25.040-56.8-39.040-37.24-10.76-93.48-27-86.28-83.76 2.346-22.606 14.496-41.968 32.065-53.995l0.255-0.165c44.44-29.96 116.72-12 124.84-9.92 10.1 2.983 17.345 12.175 17.345 23.059 0 13.255-10.745 24-24 24-1.982 0-3.908-0.24-5.75-0.693l0.165 0.034c-15.12-4-63.4-12-85.8 3.36-6.615 4.531-11.025 11.863-11.517 20.248l-0.003 0.072c-1.64 12.88 8.56 19.12 52 31.64 39.56 11.56 99.24 28.8 91.2 91.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-rs-light"]},"attrs":[{}],"properties":{"order":27494,"id":742,"name":"file-rs-light","prevSize":16,"code":60153},"setIdx":2,"setId":2,"iconIdx":505},{"icon":{"paths":["M848.96 271.040l-160-160c-4.339-4.345-10.335-7.034-16.959-7.040l-320.001-0c-30.928 0-56 25.072-56 56v0 72h-72c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h448c30.928 0 56-25.072 56-56v0-72h72c30.928 0 56-25.072 56-56v0-448c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM680 864c0 4.418-3.582 8-8 8v0h-448c-4.418 0-8-3.582-8-8v0-576c0-4.418 3.582-8 8-8v0h310.040l145.96 145.96zM808 736c0 4.418-3.582 8-8 8v0h-72v-328c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0-160-160c-4.339-4.345-10.335-7.034-16.959-7.040l-200.001-0v-72c0-4.418 3.582-8 8-8v0h310.040l145.96 145.96zM568 608c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0zM568 736c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["files-light"]},"attrs":[{}],"properties":{"order":27495,"id":741,"name":"files-light","prevSize":16,"code":60154},"setIdx":2,"setId":2,"iconIdx":506},{"icon":{"paths":["M192 472c13.255 0 24-10.745 24-24v0-288c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c0-0.006 0-0.012 0-0.019 0-6.633-2.691-12.637-7.040-16.981l-0-0-224-224c-4.34-4.326-10.328-7-16.941-7-0.007 0-0.013 0-0.020 0l-383.999-0c-30.928 0-56 25.072-56 56v0 288c0 13.255 10.745 24 24 24v0zM632 185.92l142.080 142.080h-142.080zM904 832c0 13.255-10.745 24-24 24v0h-112c-13.255 0-24-10.745-24-24v0-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0 200h88c13.255 0 24 10.745 24 24v0zM359.32 784c-2.363 23.131-14.867 42.929-32.932 55.11l-0.268 0.17c-19.28 12.92-43.48 16.72-65.48 16.72-20.949-0.203-41.131-3.11-60.333-8.387l1.653 0.387c-10.203-2.918-17.546-12.162-17.546-23.12 0-13.258 10.748-24.006 24.006-24.006 2.3 0 4.524 0.323 6.629 0.927l-0.169-0.042c14.84 4 62.32 12.44 84.76-2.48 6.945-4.752 11.557-12.474 11.997-21.295l0.003-0.065c2.28-17.72-8.32-25.040-56.8-39.040-37.24-10.76-93.48-27-86.28-83.76 2.346-22.606 14.496-41.968 32.065-53.995l0.255-0.165c44.44-29.96 116.72-12 124.8-9.92 10.643 2.611 18.415 12.068 18.415 23.341 0 13.255-10.745 24-24 24-2.371 0-4.661-0.344-6.824-0.984l0.17 0.043c-15.16-4-63.4-11.8-85.76 3.36-6.615 4.531-11.025 11.863-11.517 20.248l-0.003 0.072c-1.64 12.88 8.56 19.12 52 31.64 39.56 11.56 99.24 28.8 91.16 91.24zM544 584c-66.16 0-120 61-120 136s53.8 136 120 136c24.341-0.107 46.781-8.155 64.887-21.685l-0.287 0.205 14.44 14.44c4.357 4.432 10.417 7.178 17.118 7.178 13.255 0 24-10.745 24-24 0-6.691-2.738-12.742-7.155-17.095l-0.003-0.003-15.64-15.64c14.206-22.292 22.642-49.463 22.642-78.604 0-0.28-0.001-0.56-0.002-0.839l0 0.043c0-75.040-53.8-136-120-136zM544 808c-39.68 0-72-39.48-72-88s32.28-88 72-88 72 39.48 72 88c0.001 0.16 0.001 0.35 0.001 0.54 0 15.875-3.615 30.906-10.067 44.313l0.266-0.613-13.2-13.2c-4.33-4.267-10.278-6.902-16.842-6.902-13.255 0-24 10.745-24 24 0 6.554 2.627 12.494 6.886 16.825l-0.003-0.003 15 15c-8.632 5.006-18.982 7.983-30.023 8.040l-0.017 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-sql-light"]},"attrs":[{}],"properties":{"order":27496,"id":740,"name":"file-sql-light","prevSize":16,"code":60155},"setIdx":2,"setId":2,"iconIdx":507},{"icon":{"paths":["M848.96 335l-224-224c-4.34-4.326-10.328-7-16.941-7-0.007 0-0.013 0-0.020 0l-383.999-0c-30.928 0-56 25.072-56 56v0 288c0 13.255 10.745 24 24 24s24-10.745 24-24v0-288c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c0-0.006 0-0.012 0-0.019 0-6.633-2.691-12.637-7.040-16.981l-0-0zM632 185.92l142.080 142.080h-142.080zM343.32 784.2c-2.375 23.115-14.876 42.897-32.932 55.070l-0.268 0.17c-19.28 12.76-43.48 16.56-65.48 16.56-20.957-0.227-41.137-3.132-60.346-8.389l1.666 0.389c-10.203-2.918-17.546-12.162-17.546-23.12 0-13.258 10.748-24.006 24.006-24.006 2.3 0 4.524 0.323 6.629 0.927l-0.169-0.042c14.84 4 62.32 12.44 84.76-2.48 6.945-4.752 11.557-12.474 11.997-21.295l0.003-0.065c2.28-17.72-8.32-25.040-56.8-39.040-37.24-10.76-93.48-27-86.28-83.76 2.346-22.606 14.496-41.968 32.065-53.995l0.255-0.165c44.44-29.96 116.72-12 124.8-9.92 9.775 3.184 16.716 12.215 16.716 22.868 0 13.255-10.745 24-24 24-1.669 0-3.298-0.17-4.871-0.495l0.155 0.027c-15.16-4-63.4-11.8-85.8 3.36-6.615 4.531-11.025 11.863-11.517 20.248l-0.003 0.072c-1.64 12.88 8.56 19.12 52 31.64 39.36 11.56 99.040 28.8 90.96 91.44zM598.6 616.2l-80 224c-3.416 9.361-12.242 15.923-22.6 15.923s-19.184-6.562-22.547-15.756l-0.053-0.167-80-224c-1.121-2.677-1.772-5.787-1.772-9.050 0-13.255 10.745-24 24-24 10.776 0 19.893 7.102 22.926 16.88l0.045 0.17 57.4 160.4 57.4-160.6c3.67-8.844 12.236-14.95 22.228-14.95 13.255 0 24 10.745 24 24 0 2.479-0.376 4.871-1.074 7.12l0.045-0.17zM856 736v67.48c-0.004 6.447-2.549 12.299-6.688 16.608l0.008-0.008c-20.341 21.891-49.198 35.63-81.267 35.92l-0.053 0c-66.16 0-120-61-120-136s53.84-136 120-136c22.958 0.084 44.237 7.207 61.809 19.32l-0.369-0.24c6.465 4.389 10.656 11.705 10.656 20 0 13.308-10.788 24.096-24.096 24.096-5.013 0-9.668-1.531-13.524-4.15l0.084 0.054c-9.631-6.838-21.603-10.97-34.533-11.080l-0.027-0c-39.68 0-72 39.48-72 88s32.32 88 72 88c15.317-0.173 29.286-5.803 40.087-15.032l-0.087 0.072v-33.040h-8c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h32c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-svg-light"]},"attrs":[{}],"properties":{"order":27497,"id":739,"name":"file-svg-light","prevSize":16,"code":60156},"setIdx":2,"setId":2,"iconIdx":508},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080zM800 872h-576c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0zM664 544c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM664 672c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-text-light"]},"attrs":[{}],"properties":{"order":27498,"id":738,"name":"file-text-light","prevSize":16,"code":60157},"setIdx":2,"setId":2,"iconIdx":509},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 288c0 13.255 10.745 24 24 24s24-10.745 24-24v0-288c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080zM583.32 784.24c-2.408 23.114-14.916 42.889-32.972 55.069l-0.268 0.171c-19.28 12.76-43.48 16.56-65.44 16.56-20.962-0.201-41.159-3.108-60.373-8.387l1.653 0.387c-10.203-2.918-17.546-12.162-17.546-23.12 0-13.258 10.748-24.006 24.006-24.006 2.3 0 4.524 0.323 6.629 0.927l-0.169-0.042c14.84 4 62.32 12.44 84.76-2.48 6.945-4.752 11.557-12.474 11.997-21.295l0.003-0.065c2.32-17.72-8.32-25.040-56.8-39.040-37.24-10.76-93.48-27-86.28-83.76 2.346-22.606 14.496-41.968 32.065-53.995l0.255-0.165c44.44-29.96 116.72-12 124.84-9.92 10.1 2.983 17.345 12.175 17.345 23.059 0 13.255-10.745 24-24 24-1.982 0-3.908-0.24-5.75-0.693l0.165 0.034c-15.12-4-63.4-12-85.8 3.36-6.615 4.531-11.025 11.863-11.517 20.248l-0.003 0.072c-1.64 12.88 8.56 19.12 52 31.64 39.56 11.56 99.24 28.8 91.2 91.44zM344 608c0 13.255-10.745 24-24 24v0h-56v200c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-200h-56c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-ts-light"]},"attrs":[{}],"properties":{"order":27499,"id":737,"name":"file-ts-light","prevSize":16,"code":60158},"setIdx":2,"setId":2,"iconIdx":510},{"icon":{"paths":["M851.52 621.92l-70.040 98.080 70.040 98.040c2.814 3.884 4.501 8.745 4.501 14 0 13.267-10.755 24.021-24.021 24.021-8.012 0-15.108-3.922-19.472-9.951l-0.048-0.070-60.48-84.8-60.48 84.64c-4.412 6.099-11.508 10.021-19.52 10.021-13.267 0-24.021-10.755-24.021-24.021 0-5.255 1.687-10.116 4.55-14.070l-0.048 0.070 70.040-97.88-70.040-98.040c-2.814-3.884-4.501-8.745-4.501-14 0-13.267 10.755-24.021 24.021-24.021 8.012 0 15.108 3.922 19.472 9.951l0.048 0.070 60.48 84.72 60.48-84.68c4.412-6.099 11.508-10.021 19.52-10.021 13.267 0 24.021 10.755 24.021 24.021 0 5.255-1.687 10.116-4.55 14.070l0.048-0.070zM492.2 692.88c-43.44-12.52-53.64-18.76-52-31.64 0.495-8.457 4.905-15.789 11.43-20.262l0.090-0.058c22.4-15.16 70.64-7.32 85.8-3.36 1.678 0.419 3.603 0.659 5.585 0.659 13.255 0 24-10.745 24-24 0-10.884-7.245-20.076-17.176-23.016l-0.17-0.043c-8-2.12-80.4-20-124.84 9.92-17.824 12.192-29.974 31.555-32.293 53.84l-0.027 0.32c-7.2 56.76 49.040 73 86.28 83.76 48.48 14 59.12 21.32 56.8 39.040-0.443 8.886-5.055 16.608-11.906 21.299l-0.094 0.061c-22.44 14.92-69.92 6.56-84.76 2.48-1.546-0.354-3.321-0.558-5.143-0.558-13.255 0-24 10.745-24 24 0 10.441 6.667 19.324 15.976 22.626l0.168 0.052c17.556 4.87 37.75 7.775 58.588 7.999l0.132 0.001c21.96 0 46.16-3.8 65.44-16.56 18.324-12.351 30.832-32.126 33.212-54.914l0.028-0.326c8.040-62.64-51.64-79.88-91.12-91.32zM320 584h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h56v200c0 13.255 10.745 24 24 24s24-10.745 24-24v0-200h56c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM856 352v96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-200c-13.255 0-24-10.745-24-24v0-200h-360c-4.418 0-8 3.582-8 8v0 288c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-288c0-30.928 25.072-56 56-56v0h384c0.006-0 0.012-0 0.019-0 6.633 0 12.637 2.691 16.981 7.040l0 0 224 224c4.326 4.34 7 10.328 7 16.941 0 0.007-0 0.013-0 0.020l0-0.001zM774.040 328l-142.040-142.080v142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-tsx-light"]},"attrs":[{}],"properties":{"order":27500,"id":736,"name":"file-tsx-light","prevSize":16,"code":60159},"setIdx":2,"setId":2,"iconIdx":511},{"icon":{"paths":["M588.72 619.64c-3.61-2.289-8.006-3.648-12.72-3.648-3.844 0-7.478 0.904-10.699 2.511l0.139-0.063-94 46.040c-3.833-27.506-27.186-48.453-55.437-48.48l-224.003-0c-30.928 0-56 25.072-56 56v0 160c0 30.928 25.072 56 56 56v0h224c0.050 0 0.108 0 0.167 0 29.408 0 53.521-22.668 55.821-51.484l0.013-0.196 93.040 48.92c3.185 1.669 6.958 2.649 10.96 2.649 13.216 0 23.937-10.682 24-23.883l0-0.006v-224c0-0.002 0-0.005 0-0.008 0-8.541-4.462-16.040-11.182-20.294l-0.098-0.058zM416 840h-224c-4.418 0-8-3.582-8-8v0-160c0-4.418 3.582-8 8-8v0h224c4.418 0 8 3.582 8 8v0 160c0 4.418-3.582 8-8 8v0zM552 824.28l-80-42.080v-64.56l80-39.16zM848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 352c0 13.255 10.745 24 24 24s24-10.745 24-24v0-352c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v488c0 4.418-3.582 8-8 8v0h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-video-light"]},"attrs":[{}],"properties":{"order":27501,"id":735,"name":"file-video-light","prevSize":16,"code":60160},"setIdx":2,"setId":2,"iconIdx":512},{"icon":{"paths":["M342.6 616l-80 224c-3.416 9.361-12.242 15.923-22.6 15.923s-19.184-6.562-22.547-15.756l-0.053-0.167-80-224c-1.121-2.677-1.772-5.787-1.772-9.050 0-13.255 10.745-24 24-24 10.776 0 19.893 7.102 22.926 16.88l0.045 0.17 57.4 160.64 57.4-160.64c3.67-8.844 12.236-14.95 22.228-14.95 13.255 0 24 10.745 24 24 0 2.479-0.376 4.871-1.074 7.12l0.045-0.17zM832 632c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-128c-13.255 0-24 10.745-24 24v0 224c0 13.255 10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-104v-64h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-64zM576 584c-13.255 0-24 10.745-24 24v0 152c0 26.51-21.49 48-48 48s-48-21.49-48-48v0-152c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 152c0 53.019 42.981 96 96 96s96-42.981 96-96v0-152c0-13.255-10.745-24-24-24v0zM856 352v96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-200c-13.255 0-24-10.745-24-24v0-200h-360c-4.418 0-8 3.582-8 8v0 288c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-288c0-30.928 25.072-56 56-56v0h384c0.006-0 0.012-0 0.019-0 6.633 0 12.637 2.691 16.981 7.040l0 0 224 224c4.326 4.34 7 10.328 7 16.941 0 0.007-0 0.013-0 0.020l0-0.001zM774.080 328l-142.080-142.080v142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-vue-light"]},"attrs":[{}],"properties":{"order":27502,"id":734,"name":"file-vue-light","prevSize":16,"code":60161},"setIdx":2,"setId":2,"iconIdx":513},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 185.92l142.080 142.080h-142.080zM808 864c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200zM624.96 495.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l-79 79.040 79 79.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-79.040-79-79.040 79c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 79-79.040-79-79.040c-4.706-4.393-7.639-10.634-7.639-17.559 0-13.255 10.745-24 24-24 6.925 0 13.165 2.933 17.546 7.625l0.013 0.014 79.040 79 79.040-79c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-x-light"]},"attrs":[{}],"properties":{"order":27503,"id":733,"name":"file-x-light","prevSize":16,"code":60162},"setIdx":2,"setId":2,"iconIdx":514},{"icon":{"paths":["M616 832c0 13.255-10.745 24-24 24v0h-112c-13.255 0-24-10.745-24-24v0-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0 200h88c13.255 0 24 10.745 24 24v0zM365.92 588.44c-3.87-2.788-8.706-4.459-13.933-4.459-8.007 0-15.099 3.921-19.459 9.948l-0.048 0.070-60.48 84.68-60.48-84.68c-4.412-6.099-11.508-10.021-19.52-10.021-13.267 0-24.021 10.755-24.021 24.021 0 5.255 1.687 10.116 4.55 14.070l-0.048-0.070 70.040 98-70.040 98c-2.814 3.884-4.501 8.745-4.501 14 0 13.267 10.755 24.021 24.021 24.021 8.012 0 15.108-3.922 19.472-9.951l0.048-0.070 60.48-84.76 60.48 84.64c4.392 6.14 11.491 10.1 19.517 10.12l0.003 0c0.022 0 0.047 0 0.073 0 5.202 0 10.011-1.68 13.915-4.527l-0.067 0.047c6.123-4.406 10.064-11.512 10.064-19.539 0-5.23-1.673-10.069-4.513-14.012l0.049 0.071-70.040-98.040 70.040-98.040c2.803-3.877 4.483-8.726 4.483-13.967 0-8.035-3.949-15.148-10.011-19.504l-0.072-0.049zM764 692.88c-43.4-12.52-53.64-18.76-52-31.64 0.495-8.457 4.905-15.789 11.43-20.262l0.090-0.058c22.4-15.16 70.6-7.32 85.76-3.36 1.772 0.468 3.806 0.737 5.902 0.737 13.255 0 24-10.745 24-24 0-10.985-7.38-20.247-17.453-23.096l-0.169-0.041c-8-2.16-80.4-20-124.84 9.92-17.812 12.203-29.957 31.56-32.293 53.837l-0.027 0.323c-7.2 56.76 49.040 73 86.28 83.76 48.48 14 59.080 21.32 56.8 39.040-0.443 8.886-5.055 16.608-11.906 21.299l-0.094 0.061c-22.44 14.92-69.92 6.56-84.76 2.48-1.427-0.301-3.066-0.474-4.746-0.474-13.255 0-24 10.745-24 24 0 10.352 6.554 19.173 15.739 22.54l0.167 0.053c17.556 4.87 37.75 7.775 58.588 7.999l0.132 0.001c21.96 0 46.16-3.8 65.44-16.56 18.324-12.351 30.832-32.126 33.212-54.914l0.028-0.326c8.040-62.64-51.64-79.88-91.28-91.32zM168 448v-288c0-30.928 25.072-56 56-56v0h384c6.625 0.006 12.621 2.695 16.96 7.040l0 0 224 224c4.345 4.339 7.034 10.335 7.040 16.959l0 0.001v96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-200c-13.255 0-24-10.745-24-24v0-200h-360c-4.418 0-8 3.582-8 8v0 288c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM632 328h142l-142-142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-xls-light"]},"attrs":[{}],"properties":{"order":27504,"id":732,"name":"file-xls-light","prevSize":16,"code":60163},"setIdx":2,"setId":2,"iconIdx":515},{"icon":{"paths":["M736 584h-64c-13.255 0-24 10.745-24 24v0 224c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h40c57.438 0 104-46.562 104-104s-46.562-104-104-104v0zM736 744h-40v-112h40c30.928 0 56 25.072 56 56s-25.072 56-56 56v0zM536 608v224c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM376 832c0 13.255-10.745 24-24 24v0h-128c-0.016 0-0.036 0-0.055 0-13.255 0-24-10.745-24-24 0-4.418 1.194-8.558 3.277-12.113l-0.061 0.113 107.48-188h-86.64c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c0.016-0 0.036-0 0.055-0 13.255 0 24 10.745 24 24 0 4.418-1.194 8.558-3.277 12.113l0.061-0.113-107.48 188h86.64c13.255 0 24 10.745 24 24v0zM848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 288c0 13.255 10.745 24 24 24s24-10.745 24-24v0-288c0-4.418 3.582-8 8-8v0h360v200c0 13.255 10.745 24 24 24v0h200v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM632 328v-142.080l142.080 142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["file-zip-light"]},"attrs":[{}],"properties":{"order":27505,"id":731,"name":"file-zip-light","prevSize":16,"code":60164},"setIdx":2,"setId":2,"iconIdx":516},{"icon":{"paths":["M896 872h-192c129.514-70.105 216-204.953 216-360 0-225.332-182.668-408-408-408s-408 182.668-408 408c0 225.332 182.668 408 408 408v0h384c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM152 512c0-198.823 161.177-360 360-360s360 161.177 360 360c0 198.823-161.177 360-360 360v0c-198.731-0.228-359.773-161.269-360-359.979l-0-0.021zM512 408c48.601 0 88-39.399 88-88s-39.399-88-88-88c-48.601 0-88 39.399-88 88v0c0 48.601 39.399 88 88 88v0zM512 280c22.091 0 40 17.909 40 40s-17.909 40-40 40c-22.091 0-40-17.909-40-40v0c0-22.091 17.909-40 40-40v0zM600 704c0-48.601-39.399-88-88-88s-88 39.399-88 88c0 48.601 39.399 88 88 88v0c48.601 0 88-39.399 88-88v0zM472 704c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0zM704 600c48.601 0 88-39.399 88-88s-39.399-88-88-88c-48.601 0-88 39.399-88 88v0c0 48.601 39.399 88 88 88v0zM704 472c22.091 0 40 17.909 40 40s-17.909 40-40 40c-22.091 0-40-17.909-40-40v0c0-22.091 17.909-40 40-40v0zM320 424c-48.601 0-88 39.399-88 88s39.399 88 88 88c48.601 0 88-39.399 88-88v0c0-48.601-39.399-88-88-88v0zM320 552c-22.091 0-40-17.909-40-40s17.909-40 40-40c22.091 0 40 17.909 40 40v0c0 22.091-17.909 40-40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["film-reel-light"]},"attrs":[{}],"properties":{"order":27506,"id":730,"name":"film-reel-light","prevSize":16,"code":60165},"setIdx":2,"setId":2,"iconIdx":517},{"icon":{"paths":["M800 104h-576c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-704c0-30.928-25.072-56-56-56v0zM808 864c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h576c4.418 0 8 3.582 8 8v0zM376 320c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM376 704c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM376 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["film-script-light"]},"attrs":[{}],"properties":{"order":27507,"id":729,"name":"film-script-light","prevSize":16,"code":60166},"setIdx":2,"setId":2,"iconIdx":518},{"icon":{"paths":["M864 424h-517.28l491.4-129.72c10.375-2.8 17.885-12.127 17.885-23.208 0-2.246-0.308-4.419-0.885-6.481l0.040 0.169-32.64-120c-6.782-23.694-28.25-40.745-53.7-40.745-5.085 0-10.010 0.681-14.691 1.956l0.391-0.091-609.24 160.8c-14.595 3.876-26.544 13.204-33.779 25.618l-0.141 0.262c-4.636 7.828-7.375 17.252-7.375 27.317 0 5.111 0.706 10.057 2.027 14.745l-0.092-0.382 30.080 111.12c0 0.88 0 1.76 0 2.64v352c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-352c0-13.255-10.745-24-24-24v0zM503 221.92l132 76.28-169.72 44.8-132-76.28zM767 152.28c0.615-0.177 1.322-0.279 2.052-0.279 3.398 0 6.28 2.207 7.293 5.265l0.016 0.054 26.28 96.72-101.6 26.76-132-76.28zM152.92 316.56c1-1.712 2.622-2.969 4.549-3.469l0.051-0.011 109.92-29.080 132 76.32-220.8 58.4-26.4-97.080c-0.151-0.523-0.238-1.124-0.238-1.745 0-1.231 0.341-2.382 0.934-3.365l-0.016 0.029zM840 800c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-328h656z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["film-slate-light"]},"attrs":[{}],"properties":{"order":27508,"id":728,"name":"film-slate-light","prevSize":16,"code":60167},"setIdx":2,"setId":2,"iconIdx":519},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM152 344h336v336h-336zM536 296v-80h144v80zM488 296h-144v-80h144zM488 728v80h-144v-80zM536 728h144v80h-144zM536 680v-336h336v336zM872 224v72h-144v-80h136c4.418 0 8 3.582 8 8v0zM160 216h136v80h-144v-72c0-4.418 3.582-8 8-8v0zM152 800v-72h144v80h-136c-4.418 0-8-3.582-8-8v0zM864 808h-136v-80h144v72c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["film-strip-light"]},"attrs":[{}],"properties":{"order":27509,"id":727,"name":"film-strip-light","prevSize":16,"code":60168},"setIdx":2,"setId":2,"iconIdx":520},{"icon":{"paths":["M280 512c0.001 0.306 0.001 0.669 0.001 1.032 0 86.494-20.691 168.155-57.393 240.304l1.392-3.016c-4.018 7.958-12.129 13.32-21.493 13.32-0.010 0-0.019-0-0.029-0l0.002 0c-13.232-0.030-23.947-10.764-23.947-24 0-3.892 0.926-7.567 2.57-10.817l-0.063 0.137c32.132-62.912 50.961-137.224 50.961-215.934 0-0.361-0-0.721-0.001-1.082l0 0.055c-0-0.155-0-0.339-0-0.523 0-88.012 40.77-166.501 104.454-217.613l0.546-0.424c4.074-3.287 9.315-5.276 15.020-5.276 13.264 0 24.016 10.753 24.016 24.016 0 7.559-3.492 14.302-8.95 18.704l-0.046 0.036c-53.241 42.672-87.040 107.698-87.040 180.618 0 0.163 0 0.325 0.001 0.487l-0-0.025zM512 488c-13.255 0-24 10.745-24 24v0c0 0.049 0 0.107 0 0.165 0 132.162-34.447 256.278-94.852 363.86l1.932-3.745c-1.894 3.355-3.010 7.367-3.010 11.64 0 13.26 10.75 24.010 24.010 24.010 8.988 0 16.822-4.938 20.938-12.25l0.062-0.12c62.249-110.56 98.92-242.71 98.92-383.425 0-0.048-0-0.095-0-0.143l0 0.008c0-13.255-10.745-24-24-24v0zM512 360c-83.947 0-152 68.053-152 152v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-57.438 46.562-104 104-104s104 46.562 104 104v0c0.002 0.645 0.003 1.409 0.003 2.172 0 134.133-30.557 261.128-85.090 374.406l2.247-5.178c-1.462 3.015-2.317 6.558-2.317 10.3 0 13.286 10.77 24.057 24.057 24.057 9.544 0 17.789-5.557 21.677-13.613l0.063-0.144c55.139-114.025 87.364-247.978 87.364-389.457 0-0.894-0.001-1.788-0.004-2.681l0 0.138c0-83.947-68.053-152-152-152v0zM512 104c-225.231 0.25-407.75 182.769-408 407.976l-0 0.024c0 0.091 0 0.199 0 0.308 0 42.9-7.504 84.047-21.271 122.201l0.791-2.509c-0.996 2.537-1.573 5.474-1.573 8.546 0 13.255 10.745 24 24 24 10.59 0 19.578-6.859 22.764-16.377l0.049-0.169c14.725-40.385 23.24-87.007 23.24-135.618 0-0.134-0-0.268-0-0.403l0 0.021c0-198.823 161.177-360 360-360s360 161.177 360 360v0c0 0.010 0 0.022 0 0.034 0 77.599-7.761 153.385-22.55 226.624l1.23-7.298c-0.29 1.4-0.456 3.009-0.456 4.657 0 11.605 8.236 21.286 19.182 23.516l0.154 0.026c1.401 0.268 3.018 0.428 4.669 0.44l0.011 0c11.602-0.014 21.274-8.257 23.494-19.206l0.026-0.154c14.144-68.662 22.24-147.574 22.24-228.376 0-0.093-0-0.186-0-0.279l0 0.015c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM376 616.52c-1.43-0.303-3.074-0.476-4.758-0.476-11.569 0-21.226 8.185-23.495 19.080l-0.027 0.156c-14.388 69.398-38.54 130.976-71.321 186.881l1.561-2.881c-2.020 3.443-3.213 7.582-3.213 12 0 13.262 10.751 24.013 24.013 24.013 8.844 0 16.572-4.781 20.739-11.9l0.061-0.113c33.678-57.233 59.716-123.701 74.453-194.318l0.747-4.282c0.288-1.396 0.453-3 0.453-4.642 0-11.56-8.174-21.212-19.057-23.49l-0.156-0.027zM512 232c-0.030-0-0.064-0-0.099-0-12.302 0-24.422 0.785-36.31 2.307l1.409-0.147c-11.914 1.533-21.026 11.612-21.026 23.82 0 13.258 10.748 24.006 24.006 24.006 1.050 0 2.085-0.067 3.1-0.198l-0.12 0.013c8.721-1.162 18.803-1.825 29.040-1.825 128.13 0 232 103.87 232 232 0 0.009-0 0.017-0 0.026l0-0.001c0 0.041 0 0.089 0 0.137 0 44.028-2.82 87.397-8.288 129.937l0.528-5.034c-0.116 0.884-0.181 1.907-0.181 2.946 0 12.205 9.11 22.282 20.901 23.802l0.12 0.013c0.448 0.027 0.972 0.043 1.5 0.043s1.052-0.016 1.572-0.046l-0.072 0.003c12.204-0.009 22.277-9.126 23.788-20.921l0.012-0.119c5.145-39.241 8.095-84.644 8.12-130.73l0-0.030c-0.182-154.567-125.434-279.818-279.983-280l-0.017-0zM741.76 744.8c-1.801-0.484-3.869-0.762-6.001-0.762-11.124 0-20.48 7.567-23.201 17.835l-0.038 0.167c-5.88 22.96-12.72 45.96-20.24 68.36-0.791 2.279-1.248 4.906-1.248 7.64 0 13.259 10.749 24.008 24.008 24.008 10.526 0 19.469-6.773 22.71-16.199l0.050-0.169c8-23.52 15-47.6 21.2-71.68 0.478-1.79 0.753-3.845 0.753-5.964 0-11.12-7.563-20.474-17.825-23.198l-0.168-0.038z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fingerprint-light"]},"attrs":[{}],"properties":{"order":27510,"id":726,"name":"fingerprint-light","prevSize":16,"code":60169},"setIdx":2,"setId":2,"iconIdx":521},{"icon":{"paths":["M728 512c0.001 0.527 0.002 1.152 0.002 1.776 0 134.222-27.022 262.133-75.923 378.589l2.401-6.445c-3.687 8.806-12.234 14.88-22.2 14.88-0 0-0-0-0-0l0 0c-3.291-0.014-6.423-0.674-9.283-1.86l0.163 0.060c-8.814-3.684-14.894-12.234-14.894-22.206 0-3.302 0.667-6.449 1.873-9.312l-0.059 0.158c44.223-104.616 69.922-226.256 69.922-353.898 0-0.613-0.001-1.225-0.002-1.838l0 0.095c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM512 344c49.679 0.037 94.317 21.591 125.103 55.845l0.137 0.155c4.429 5.162 10.959 8.412 18.249 8.412 13.255 0 24-10.745 24-24 0-6.354-2.469-12.131-6.501-16.425l0.012 0.013c-39.723-44.277-97.124-72.003-161-72.003-119.294 0-216 96.706-216 216 0 0.001 0 0.002 0 0.004l-0-0c0 0.053 0 0.116 0 0.179 0 98.022-25.535 190.079-70.315 269.884l1.435-2.783c-2.078 3.48-3.307 7.675-3.307 12.157 0 13.255 10.745 24 24 24 9.189 0 17.171-5.164 21.204-12.748l0.063-0.13c47.146-83.737 74.92-183.826 74.92-290.401 0-0.056-0-0.112-0-0.168l0 0.009c0-92.784 75.216-168 168-168v0zM512 104c-0.164-0-0.358-0-0.553-0-48.552 0-95.114 8.516-138.276 24.135l2.829-0.894c-9.687 3.235-16.546 12.223-16.546 22.813 0 13.255 10.745 24 24 24 3.072 0 6.010-0.577 8.71-1.629l-0.163 0.056c35.654-12.972 76.811-20.473 119.72-20.473 198.876 0 360.116 161.139 360.28 359.977l0 0.016c0 0.083 0 0.179 0 0.276 0 88.773-10.204 175.163-29.502 258.061l1.502-7.657c-0.433 1.706-0.682 3.665-0.682 5.682 0 13.255 10.745 24 24 24 11.499 0 21.109-8.087 23.453-18.883l0.029-0.158c18.559-78.445 29.2-168.513 29.2-261.066 0-0.090-0-0.18-0-0.27l0 0.015c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM272 243.68c4.337-4.342 7.020-10.338 7.020-16.961 0-13.255-10.745-24-24-24-5.706 0-10.947 1.991-15.065 5.316l0.046-0.036c-83.528 75.064-135.864 183.406-136 303.976l-0 0.024c0.001 0.265 0.001 0.58 0.001 0.894 0 54.080-12.015 105.354-33.522 151.297l0.921-2.191c-1.616 3.142-2.563 6.857-2.563 10.792 0 13.255 10.745 24 24 24 9.932 0 18.455-6.033 22.104-14.635l0.059-0.157c23.363-49.586 37.001-107.704 37.001-169.007 0-0.349-0-0.698-0.001-1.047l0 0.054c0.084-106.439 46.271-202.074 119.668-268.026l0.332-0.294zM452.32 810.24c-2.977-1.424-6.47-2.255-10.157-2.255-9.65 0-17.969 5.695-21.781 13.907l-0.062 0.148c-8 16.96-16.36 33.88-25.44 50.28-1.886 3.349-2.997 7.351-2.997 11.613 0 8.981 4.933 16.809 12.237 20.924l0.12 0.062c3.327 1.912 7.314 3.040 11.566 3.040 0.012 0 0.024-0 0.036-0l-0.002 0c0.003 0 0.008 0 0.012 0 8.982 0 16.812-4.934 20.926-12.24l0.062-0.12c9.68-17.44 18.8-35.48 27.12-53.56 1.394-2.949 2.207-6.406 2.207-10.053 0-9.569-5.6-17.83-13.702-21.684l-0.145-0.062zM512 488c-13.255 0-24 10.745-24 24v0c0 0.132 0 0.288 0 0.445 0 65.932-8.551 129.867-24.606 190.756l1.165-5.201c-0.483 1.798-0.76 3.863-0.76 5.992 0 11.137 7.586 20.503 17.873 23.211l0.167 0.037c1.787 0.483 3.839 0.76 5.956 0.76 0.015 0 0.031-0 0.046-0l-0.002 0c11.107-0.018 20.443-7.579 23.162-17.833l0.038-0.167c15.854-59.316 24.96-127.417 24.96-197.645 0-0.125-0-0.25-0-0.375l0 0.020c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fingerprint-simple-light"]},"attrs":[{}],"properties":{"order":27511,"id":725,"name":"fingerprint-simple-light","prevSize":16,"code":60170},"setIdx":2,"setId":2,"iconIdx":522},{"icon":{"paths":["M672 392h-320c-83.947 0-152 68.053-152 152v0 32c0 83.947 68.053 152 152 152v0h320c83.947 0 152-68.053 152-152v0-32c0-83.947-68.053-152-152-152v0zM776 576c0 57.438-46.562 104-104 104v0h-320c-57.438 0-104-46.562-104-104v0-32c0-57.438 46.562-104 104-104v0h320c57.438 0 104 46.562 104 104v0zM832 136c-57.76 0.069-105.972 40.867-117.461 95.215l-0.139 0.785h-404.8c-11.508-55.225-59.778-96.121-117.6-96.121-66.274 0-120 53.726-120 120 0 0.042 0 0.085 0 0.127l-0-0.007v320c0.182 154.567 125.434 279.818 279.983 280l320.017 0c154.567-0.182 279.818-125.434 280-279.983l0-0.017v-320c0-66.274-53.726-120-120-120v0zM904 576c-0.159 128.066-103.934 231.841-231.984 232l-320.016 0c-128.066-0.159-231.841-103.934-232-231.984l-0-0.016v-320c0-39.765 32.235-72 72-72s72 32.235 72 72v0c0 13.255 10.745 24 24 24v0h448c13.255 0 24-10.745 24-24v0c0-39.765 32.235-72 72-72s72 32.235 72 72v0zM408 560c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM696 560c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["finn-the-human-light"]},"attrs":[{}],"properties":{"order":27512,"id":724,"name":"finn-the-human-light","prevSize":16,"code":60171},"setIdx":2,"setId":2,"iconIdx":523},{"icon":{"paths":["M870.88 201l-262.040-78.6 137.88-68.92c7.94-4.026 13.286-12.129 13.286-21.48 0-13.258-10.748-24.006-24.006-24.006-3.907 0-7.596 0.933-10.857 2.589l0.137-0.063-187.24 93.48c-169.686 3.499-305.918 141.82-306.040 311.988l-0 0.012v416c0 13.255 10.745 24 24 24s24-10.745 24-24v0-136h80v232c0 30.928 25.072 56 56 56v0h256c30.928 0 56-25.072 56-56v0-512c-0.143-93.099-69.3-170.002-159.042-182.293l-0.958-0.107v-73.32l289.080 86.72c2.072 0.633 4.453 0.998 6.919 1l0.001 0c0.007 0 0.016 0 0.024 0 13.255 0 24-10.745 24-24 0-10.81-7.147-19.951-16.974-22.955l-0.17-0.045zM280 648v-232c0.173-137.273 104.978-250.013 238.936-262.758l1.064-0.082v80.44c-90.7 12.398-159.857 89.301-160 182.385l-0 0.015v232zM672 936h-256c-4.418 0-8-3.582-8-8v0-232h272v232c0 4.418-3.582 8-8 8v0zM680 416v232h-272v-232c0-75.111 60.889-136 136-136s136 60.889 136 136v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fire-extinguisher-light"]},"attrs":[{}],"properties":{"order":27513,"id":723,"name":"fire-extinguisher-light","prevSize":16,"code":60172},"setIdx":2,"setId":2,"iconIdx":524},{"icon":{"paths":["M727.68 612c-16.84 91.656-88.024 162.84-178.313 179.471l-1.367 0.209c-1.194 0.192-2.578 0.308-3.988 0.32l-0.012 0c-0.028 0-0.062 0-0.095 0-13.255 0-24-10.745-24-24 0-11.876 8.626-21.737 19.954-23.66l0.142-0.020c69.52-11.68 128.52-70.72 140.32-140.32 1.984-11.432 11.83-20.015 23.68-20.015 13.263 0 24.015 10.752 24.015 24.015 0 1.413-0.122 2.797-0.356 4.143l0.021-0.143zM856 576c0 189.986-154.014 344-344 344s-344-154.014-344-344v0c0-109.88 43.4-222.44 129-334.56 4.426-5.836 11.365-9.566 19.174-9.566 6.556 0 12.497 2.628 16.829 6.889l-0.003-0.003 105.36 102.24 92.36-253.24c3.456-9.283 12.243-15.776 22.547-15.776 5.848 0 11.207 2.092 15.371 5.567l-0.038-0.031c86.28 71.8 287.4 264.080 287.4 498.48zM808 576c0-193.6-154.6-359.36-244.28-439.2l-93.16 255.44c-3.453 9.291-12.243 15.79-22.552 15.79-6.508 0-12.41-2.59-16.733-6.795l0.005 0.005-112-108.88c-68.6 96.16-103.28 191.64-103.28 283.64 0 163.476 132.524 296 296 296s296-132.524 296-296v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fire-light"]},"attrs":[{}],"properties":{"order":27514,"id":722,"name":"fire-light","prevSize":16,"code":60173},"setIdx":2,"setId":2,"iconIdx":525},{"icon":{"paths":["M568.4 77.52c-4.125-3.445-9.485-5.536-15.333-5.536-10.304 0-19.091 6.493-22.493 15.611l-0.054 0.166-92.36 253.24-105.36-102.24c-4.328-4.257-10.27-6.886-16.826-6.886-7.81 0-14.748 3.73-19.131 9.506l-0.043 0.060c-85.4 112.12-128.8 224.68-128.8 334.56 0 189.986 154.014 344 344 344s344-154.014 344-344v0c0-234.4-201.12-426.68-287.6-498.48zM512 872c-163.394-0.205-295.795-132.606-296-295.981l-0-0.019c0-92 34.68-187.48 103.080-283.64l112.2 108.88c4.318 4.2 10.22 6.79 16.728 6.79 10.309 0 19.1-6.5 22.498-15.624l0.054-0.166 93.16-255.44c89.68 79.84 244.28 245.6 244.28 439.2-0.205 163.394-132.606 295.795-295.981 296l-0.019 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fire-simple-light"]},"attrs":[{}],"properties":{"order":27515,"id":721,"name":"fire-simple-light","prevSize":16,"code":60174},"setIdx":2,"setId":2,"iconIdx":526},{"icon":{"paths":["M864 264h-168v-40c0-48.601-39.399-88-88-88v0h-192c-48.601 0-88 39.399-88 88v0 40h-168c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM376 224c0-22.091 17.909-40 40-40v0h192c22.091 0 40 17.909 40 40v0 40h-272zM872 832c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-512c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM632 576c0 13.255-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h72c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["first-aid-kit-light"]},"attrs":[{}],"properties":{"order":27516,"id":720,"name":"first-aid-kit-light","prevSize":16,"code":60175},"setIdx":2,"setId":2,"iconIdx":527},{"icon":{"paths":["M864 360h-200v-200c0-30.928-25.072-56-56-56v0h-192c-30.928 0-56 25.072-56 56v0 200h-200c-30.928 0-56 25.072-56 56v0 192c0 30.928 25.072 56 56 56v0h200v200c0 30.928 25.072 56 56 56v0h192c30.928 0 56-25.072 56-56v0-200h200c30.928 0 56-25.072 56-56v0-192c0-30.928-25.072-56-56-56v0zM872 608c0 4.418-3.582 8-8 8v0h-224c-13.255 0-24 10.745-24 24v0 224c0 4.418-3.582 8-8 8v0h-192c-4.418 0-8-3.582-8-8v0-224c0-13.255-10.745-24-24-24v0h-224c-4.418 0-8-3.582-8-8v0-192c0-4.418 3.582-8 8-8v0h224c13.255 0 24-10.745 24-24v0-224c0-4.418 3.582-8 8-8v0h192c4.418 0 8 3.582 8 8v0 224c0 13.255 10.745 24 24 24v0h224c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["first-aid-light"]},"attrs":[{}],"properties":{"order":27517,"id":719,"name":"first-aid-light","prevSize":16,"code":60176},"setIdx":2,"setId":2,"iconIdx":528},{"icon":{"paths":["M664.2 303.76c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM825.4 622.92c-82.28 104.52-214.36 161.080-392.72 168.2l-90.12 210.32c-3.762 8.634-12.222 14.56-22.066 14.56-0.005 0-0.010-0-0.015-0l-1.519 0c-10.276-0.67-18.741-7.715-21.517-17.19l-0.043-0.17-60.44-211.6-211.56-60.6c-10.143-2.956-17.428-12.168-17.428-23.083 0-9.854 5.939-18.321 14.433-22.017l0.155-0.060 210.32-89.96c7.12-178.4 63.76-310.44 168.32-392.72 170-133.8 413.64-89.68 460.72-79.44 21.504 4.757 38.143 21.383 42.85 42.507l0.070 0.373c10.2 47.16 54.36 290.88-79.44 460.88zM668 689.080c-83.352-23.126-144.151-96.688-147.787-185.002l-0.013-0.398c-88.618-3.725-162.090-64.437-184.944-146.27l-0.336-1.41c-33.84 67.76-52 152-54.56 252-0.22 9.619-6.065 17.82-14.366 21.46l-0.154 0.060-162.32 69.36 159.48 45.68c7.985 2.334 14.146 8.495 16.437 16.31l0.043 0.17 45.52 159.44 69.56-162.32c3.677-8.448 11.845-14.301 21.408-14.559l0.032-0.001c100-2.36 184.32-20.64 252-54.52zM857.92 172.2c-0.689-3.076-3.078-5.451-6.107-6.11l-0.053-0.010c-43.4-9.4-267.76-50.080-420.88 70.24-20.224 16.045-37.985 33.704-53.614 53.15l-0.506 0.65c-0.394 4.105-0.618 8.875-0.618 13.697 0 83.947 68.053 152 152 152 5.119 0 10.18-0.253 15.169-0.747l-0.631 0.051c0.693-0.071 1.498-0.112 2.312-0.112 13.255 0 24 10.745 24 24 0 0.814-0.041 1.619-0.12 2.412l0.008-0.1c-0.442 4.35-0.694 9.4-0.694 14.509 0 83.947 68.053 152 152 152 4.864 0 9.674-0.228 14.421-0.675l-0.607 0.046c20.055-16.094 37.675-33.816 53.155-53.314l0.525-0.686c120.32-153.2 79.64-377.52 70.24-421z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fish-light"]},"attrs":[{}],"properties":{"order":27518,"id":718,"name":"fish-light","prevSize":16,"code":60177},"setIdx":2,"setId":2,"iconIdx":529},{"icon":{"paths":["M664 304c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM792.52 661.44c-108 108-278.76 152-508.88 132.68q9.64 76 28 160.76c0.35 1.537 0.551 3.302 0.551 5.114 0 11.438-8.001 21.006-18.711 23.415l-0.16 0.030c-1.547 0.347-3.327 0.551-5.153 0.56l-0.007 0c-11.421-0.023-20.968-8.021-23.37-18.72l-0.030-0.16q-20.32-92.84-30.2-176-83.16-9.96-176-30.2c-10.821-2.498-18.767-12.051-18.767-23.46 0-13.281 10.766-24.047 24.047-24.047 1.872 0 3.693 0.214 5.442 0.618l-0.162-0.032q84.6 18.52 160.64 28.2c-19.48-230.040 24.92-400.64 132.76-508.68 172.2-172.6 446.16-124 499.36-112.4 21.537 4.804 38.196 21.463 42.93 42.625l0.070 0.375c11.52 53.16 60.2 327.16-112.36 499.32zM756.28 629.72c-190.787-21.208-340.792-171.213-361.833-360.154l-0.167-1.846c-97.36 99.4-136 259.64-116 477.84 218.32 20.24 378.56-18.48 478-115.84zM857.96 172.28c-0.658-3.146-3.094-5.582-6.188-6.231l-0.052-0.009c-41.295-8.861-88.738-13.935-137.365-13.935-21.827 0-43.415 1.022-64.72 3.022l2.725-0.207c-84 8-155.2 32.96-212.32 73.72 2.579 195.2 160.123 352.758 355.073 355.357l0.247 0.003c40.76-57.12 65.56-128.24 73.72-212.32 1.794-18.588 2.818-40.186 2.818-62.022 0-48.632-5.075-96.078-14.725-141.839l0.787 4.461z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fish-simple-light"]},"attrs":[{}],"properties":{"order":27519,"id":717,"name":"fish-simple-light","prevSize":16,"code":60178},"setIdx":2,"setId":2,"iconIdx":530},{"icon":{"paths":["M916.28 211.2c-4.316-6.767-11.78-11.192-20.279-11.2l-768.001-0c-13.156 0.13-23.771 10.825-23.771 23.999 0 6.989 2.987 13.279 7.754 17.666l0.017 0.015 174.24 159.72-175.88 190.32c-3.946 4.264-6.366 9.989-6.366 16.28 0 13.255 10.745 24 24 24 0.002 0 0.004-0 0.006-0l547.12 0-120.8 253.68c-1.471 3.020-2.331 6.569-2.331 10.32 0 13.261 10.75 24.011 24.011 24.011 9.51 0 17.729-5.529 21.617-13.548l0.063-0.143 320-672c1.463-3.011 2.318-6.551 2.318-10.289 0-4.76-1.385-9.195-3.775-12.927l0.058 0.096zM698 584h-515.2l154.84-167.72c3.936-4.262 6.349-9.98 6.349-16.262 0-6.997-2.995-13.295-7.772-17.682l-0.017-0.016-146.48-134.32h668.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flag-banner-light"]},"attrs":[{}],"properties":{"order":27520,"id":716,"name":"flag-banner-light","prevSize":16,"code":60179},"setIdx":2,"setId":2,"iconIdx":531},{"icon":{"paths":["M873.96 170c-2.928-1.371-6.358-2.171-9.976-2.171-6.019 0-11.521 2.216-15.734 5.876l0.029-0.025c-116 100.44-213.12 52.32-325.64-3.36-111.68-55.28-238.28-117.96-378.36 3.36-5.085 4.425-8.281 10.907-8.281 18.136 0 0.065 0 0.13 0.001 0.194l-0-0.010v672c0 13.255 10.745 24 24 24s24-10.745 24-24v0-180.88c112.32-91.16 207.52-44 317.36 10.36 111.68 55.28 238.32 117.92 378.36-3.4 5.071-4.413 8.263-10.872 8.28-18.077l0-0.003v-480c0-0.049 0.001-0.106 0.001-0.164 0-9.644-5.688-17.959-13.893-21.774l-0.148-0.062zM840 240v196.8c-62.12 50.4-119 58.6-176 46.6v-207.88c56 9.8 114.56 3.6 176-35.52zM616 263.48v205.6c-30.4-11.4-61.24-26.64-93.36-42.56-36.64-18.28-74.64-37.2-114.64-50.16v-205.52c38.356 15.201 69.086 29.481 98.942 45.198l-5.582-2.678c36.64 18.12 74.84 37 114.64 49.96zM360 156.52v207.48c-56-9.8-114.56-3.56-176 35.72v-196.72c62.12-50.4 119-58.48 176-46.48zM314.52 584c-42 0-85.56 11.16-130.52 40v-164.84c62.12-50.44 119-58.6 176-46.6v175.72c-13.608-2.601-29.32-4.153-45.371-4.279l-0.109-0.001zM408 600.44v-173.56c30.4 11.36 61.24 26.64 93.36 42.52 36.64 18.12 74.84 37.040 114.64 50v173.56c-30.4-11.4-61.24-26.64-93.36-42.52-36.64-18.16-74.64-37.040-114.64-50zM664 707.24v-175.68c13.66 2.52 29.391 3.974 45.457 4l0.023 0c42 0 85.56-11.12 130.52-40v164.92c-62.12 50.68-119 58.76-176 46.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flag-checkered-light"]},"attrs":[{}],"properties":{"order":27521,"id":715,"name":"flag-checkered-light","prevSize":16,"code":60180},"setIdx":2,"setId":2,"iconIdx":532},{"icon":{"paths":["M144.32 173.48c-5.096 4.415-8.305 10.891-8.32 18.117l-0 0.003v672.4c0 13.255 10.745 24 24 24s24-10.745 24-24v0-180.88c112.32-91.16 207.52-44 317.36 10.28 64.48 32 133.96 66.32 208 66.32 54.28 0 111.040-18.4 170.24-69.68 5.106-4.386 8.338-10.829 8.4-18.029l0-0.011v-480.4c0-0.007 0-0.016 0-0.025 0-13.255-10.745-24-24-24-6.026 0-11.534 2.221-15.749 5.89l0.029-0.025c-116 100.48-213.12 52.36-325.64-3.36-111.56-55.24-238.64-117.44-378.32 3.4zM840 660.68c-112.32 91.2-207.52 44-317.36-10.32-101.040-50.040-214.28-106.080-338.64-26.36v-421.12c112.32-91.2 207.52-44 317.36 10.24 101.040 50.040 214.28 106.080 338.64 26.52z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flag-light"]},"attrs":[{}],"properties":{"order":27522,"id":714,"name":"flag-light","prevSize":16,"code":60181},"setIdx":2,"setId":2,"iconIdx":533},{"icon":{"paths":["M968 393.32l-736-256c-2.382-0.87-5.132-1.373-8-1.373-13.255 0-24 10.745-24 24 0 0.018 0 0.037 0 0.055l-0-0.003v704c0 13.255 10.745 24 24 24s24-10.745 24-24v0-174.92l720-250.4c9.48-3.352 16.15-12.237 16.15-22.68s-6.67-19.328-15.982-22.628l-0.168-0.052zM248 638.24v-444.48l638.96 222.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flag-pennant-light"]},"attrs":[{}],"properties":{"order":27523,"id":713,"name":"flag-pennant-light","prevSize":16,"code":60182},"setIdx":2,"setId":2,"iconIdx":534},{"icon":{"paths":["M689.36 211.44c-48.456-51.038-102.567-95.932-161.547-133.918l-3.453-2.082c-3.527-2.153-7.795-3.427-12.36-3.427s-8.833 1.275-12.466 3.487l0.106-0.060c-62.433 40.068-116.544 84.962-164.642 135.62l-0.358 0.38c-109.040 114.48-166.64 240.56-166.64 364.56 0 189.986 154.014 344 344 344s344-154.014 344-344v0c0-124-57.6-250.080-166.64-364.56zM376 736c0-119.2 100.44-201.64 136-227.12 35.64 25.4 136 107.48 136 227.12-0.005 72.684-56.945 132.068-128.652 135.985l-0.348 0.015c-2.36 0-4.64 0-7 0s-4.64 0-7 0c-72.055-3.932-128.995-63.316-129-136l-0-0zM673.68 823.76c14.050-25.271 22.32-55.426 22.32-87.513 0-0.087-0-0.174-0-0.261l0 0.013c0-171.6-164.64-272.36-171.64-276.56-3.527-2.153-7.795-3.427-12.36-3.427s-8.833 1.275-12.466 3.487l0.106-0.060c-7 4.2-171.64 104.96-171.64 276.56-0 0.073-0 0.16-0 0.247 0 32.087 8.271 62.241 22.796 88.449l-0.476-0.936c-81.314-53.6-134.254-144.49-134.32-247.75l-0-0.010c0-239.32 238.48-413.040 296-451.44 57.56 38.4 296 212 296 451.44-0.066 103.27-53.006 194.16-133.211 247.073l-1.109 0.687z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flame-light"]},"attrs":[{}],"properties":{"order":27524,"id":712,"name":"flame-light","prevSize":16,"code":60183},"setIdx":2,"setId":2,"iconIdx":535},{"icon":{"paths":["M736 72h-448c-30.928 0-56 25.072-56 56v0 181.32c0 12.67 4.208 24.357 11.302 33.741l-0.102-0.141 83.2 110.92c0.999 1.32 1.6 2.99 1.6 4.8 0 0.014-0 0.028-0 0.042l0-0.002v437.32c0 30.928 25.072 56 56 56v0h256c30.928 0 56-25.072 56-56v0-437.32c0-1.81 0.601-3.48 1.615-4.82l-0.015 0.020 83.2-110.96c6.992-9.243 11.2-20.93 11.2-33.6v0-181.32c-0-30.928-25.072-56-56-56v0zM288 120h448c4.418 0 8 3.582 8 8v0 104h-464v-104c0-4.418 3.582-8 8-8v0zM742.4 314.12l-83.2 110.96c-6.992 9.243-11.2 20.93-11.2 33.6v-0 437.32c0 4.418-3.582 8-8 8v0h-256c-4.418 0-8-3.582-8-8v0-437.32c0-12.67-4.208-24.357-11.302-33.741l0.102 0.141-83.2-110.92c-0.999-1.32-1.6-2.99-1.6-4.8 0-0.014 0-0.028 0-0.042l-0 0.002v-29.32h464v29.32c0 1.81-0.601 3.48-1.615 4.82l0.015-0.020zM536 480v128c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-128c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flashlight-light"]},"attrs":[{}],"properties":{"order":27525,"id":711,"name":"flashlight-light","prevSize":16,"code":60184},"setIdx":2,"setId":2,"iconIdx":536},{"icon":{"paths":["M880 803.2l-248-413.28v-237.92h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-320c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v237.92l-248 413.28c-5.008 8.221-7.973 18.164-7.973 28.8 0 30.919 25.057 55.985 55.972 56l640.001 0c30.916-0.015 55.973-25.081 55.973-56 0-10.636-2.965-20.579-8.113-29.048l0.14 0.248zM436.6 408.92c2.136-3.517 3.4-7.768 3.4-12.314 0-0.016-0-0.032-0-0.048l0 0.003v-244.56h144v244.56c-0 0.014-0 0.030-0 0.046 0 4.546 1.264 8.798 3.46 12.421l-0.060-0.107 158.6 264.32c-49.64 12.64-123.44 12-223.16-38.64-67.76-34.32-132-51.2-191.32-50.56zM838.88 836c-1.409 2.408-3.983 4-6.928 4-0.011 0-0.022-0-0.033-0l0.002 0h-639.92c-4.38-0.050-7.912-3.612-7.912-8 0-1.473 0.398-2.853 1.093-4.038l-0.020 0.038 116-193.64c59.56-8.32 126.72 6.2 199.76 43.16 75.080 37.68 137.76 50.48 188.76 50.48 0.601 0.005 1.311 0.008 2.022 0.008 28.499 0 55.973-4.39 81.782-12.531l-1.923 0.523 67.2 112c0.712 1.172 1.133 2.589 1.133 4.104 0 1.431-0.376 2.774-1.034 3.936l0.021-0.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flask-light"]},"attrs":[{}],"properties":{"order":27526,"id":710,"name":"flask-light","prevSize":16,"code":60185},"setIdx":2,"setId":2,"iconIdx":537},{"icon":{"paths":["M832 136h-466.76c-0.031-0-0.067-0-0.103-0-15.432 0-29.399 6.269-39.495 16.399l-0.002 0.002-173.24 173.24c-10.131 10.097-16.4 24.065-16.4 39.497 0 0.036 0 0.073 0 0.109l-0-0.006v466.76c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-466.76c0.010-2.205 0.91-4.198 2.36-5.64l0-0 173.24-173.24c1.442-1.45 3.435-2.35 5.638-2.36l0.002-0h314.76v136c0 4.418-3.582 8-8 8v0h-320c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h320c30.928 0 56-25.072 56-56v0-136h104c4.418 0 8 3.582 8 8v0zM512 456c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM512 712c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["floppy-disk-back-light"]},"attrs":[{}],"properties":{"order":27527,"id":709,"name":"floppy-disk-back-light","prevSize":16,"code":60186},"setIdx":2,"setId":2,"iconIdx":538},{"icon":{"paths":["M871.6 325.68l-173.28-173.28c-10.073-10.13-24.019-16.4-39.43-16.4-0.046 0-0.091 0-0.137 0l0.007-0h-466.76c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-466.76c0-0.039 0-0.084 0-0.13 0-15.411-6.27-29.357-16.398-39.427l-0.003-0.003zM680 840h-336v-232c0-4.418 3.582-8 8-8v0h320c4.418 0 8 3.582 8 8v0zM840 832c0 4.418-3.582 8-8 8v0h-104v-232c0-30.928-25.072-56-56-56v0h-320c-30.928 0-56 25.072-56 56v0 232h-104c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h466.76c0.002-0 0.004-0 0.006-0 2.198 0 4.188 0.886 5.634 2.321l-0.001-0.001 173.28 173.28c1.434 1.445 2.32 3.436 2.32 5.634 0 0.002-0 0.004-0 0.007l0-0zM632 288c0 13.255-10.745 24-24 24v0h-224c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h224c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["floppy-disk-light"]},"attrs":[{}],"properties":{"order":27528,"id":708,"name":"floppy-disk-light","prevSize":16,"code":60187},"setIdx":2,"setId":2,"iconIdx":539},{"icon":{"paths":["M976.96 303.040l-128-128c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 87 87.040h-134.040c-40.192 1.493-77.811 10.994-111.803 26.943l1.763-0.743c-52.72 24.32-119.36 76.32-137.64 185.84-23.36 140-132 166.28-178.4 171-12.422-72.51-74.813-126.999-149.93-126.999-83.947 0-152 68.053-152 152s68.053 152 152 152c75.83 0 138.69-55.528 150.138-128.14l0.112-0.86c32.076-2.918 61.596-10.832 88.807-22.985l-1.767 0.705c52.68-23.44 119.44-75.2 138.4-188.84 28-169.040 193.36-172 200.32-172h134.040l-87 87.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 128-128c4.313-4.338 6.979-10.318 6.979-16.92s-2.666-12.582-6.98-16.921l0.001 0.001zM192 808c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flow-arrow-light"]},"attrs":[{}],"properties":{"order":27529,"id":707,"name":"flow-arrow-light","prevSize":16,"code":60188},"setIdx":2,"setId":2,"iconIdx":540},{"icon":{"paths":["M837.4 524.36c-7.711-4.458-16.714-8.628-26.101-11.991l-1.179-0.369c10.566-3.732 19.569-7.902 28.104-12.796l-0.824 0.436c45.756-26.771 76.004-75.673 76.004-131.64 0-83.949-68.054-152.004-152.004-152.004-27.982 0-54.199 7.561-76.717 20.752l0.717-0.388c-9.195 5.5-17.143 11.258-24.547 17.631l0.227-0.191c1.749-8.902 2.806-19.19 2.919-29.704l0.001-0.096c0-83.947-68.053-152-152-152s-152 68.053-152 152v0c0.114 10.61 1.171 20.898 3.093 30.878l-0.173-1.078c-7.177-6.182-15.125-11.94-23.538-17.004l-0.782-0.436c-21.801-12.802-48.018-20.364-76-20.364-83.949 0-152.004 68.054-152.004 152.004 0 55.967 30.247 104.869 75.286 131.252l0.717 0.388c7.711 4.458 16.714 8.628 26.101 11.991l1.179 0.369c-10.566 3.732-19.569 7.902-28.104 12.796l0.824-0.436c-45.773 26.766-76.034 75.677-76.034 131.655 0 69.961 47.266 128.883 111.607 146.574l1.067 0.25c11.872 3.306 25.508 5.217 39.587 5.24l0.013 0c27.91-0.034 54.041-7.621 76.468-20.826l-0.708 0.386c9.195-5.5 17.143-11.258 24.547-17.631l-0.227 0.191c-1.749 8.902-2.806 19.19-2.919 29.704l-0.001 0.096c0 83.947 68.053 152 152 152s152-68.053 152-152v0c-0.114-10.61-1.171-20.898-3.093-30.878l0.173 1.078c7.177 6.182 15.125 11.94 23.538 17.004l0.782 0.436c21.725 12.793 47.859 20.352 75.758 20.36l0.002 0c14.092-0.023 27.728-1.934 40.682-5.493l-1.082 0.253c65.408-17.942 112.674-76.863 112.674-146.825 0-55.979-30.261-104.89-75.316-131.267l-0.718-0.388zM709.4 277.92c15.616-9.873 34.624-15.733 54.999-15.733 57.438 0 104 46.562 104 104 0 39.498-22.019 73.854-54.452 91.461l-0.548 0.272c-19.080 11-59.68 24.6-145.6 29.88l-5.76-0.32c-6.398-37.817-25.983-70.205-53.77-92.946l-0.27-0.214 2.64-5.24c47.6-71.76 79.68-100.12 98.76-111.16zM512 616c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0zM512 120c57.438 0 104 46.562 104 104v0c0 22.040-8.52 64-46.92 141.080-1.040 1.6-2.12 3.2-3.16 4.84-16.027-6.298-34.587-9.949-54-9.949s-37.973 3.651-55.031 10.303l1.031-0.354-3.16-4.88c-38.24-77.040-46.76-119-46.76-141.040 0-57.438 46.562-104 104-104v0zM210.6 458.080c-29.614-18.671-49.001-51.205-49.001-88.267 0-57.438 46.562-104 104-104 17.939 0 34.818 4.542 49.548 12.539l-0.548-0.272c19.080 11.040 51.16 39.4 98.68 111.16l2.64 5.24c-28.057 23.003-47.622 55.451-53.836 92.429l-0.124 0.891-5.76 0.32c-85.92-5.44-126.52-19.040-145.6-30.040zM314.6 746.080c-14.183 7.725-31.061 12.267-49.001 12.267-57.438 0-104-46.562-104-104 0-37.062 19.386-69.596 48.572-88.014l0.429-0.253c19.080-11 59.68-24.6 145.6-29.88l5.76 0.32c6.398 37.817 25.983 70.205 53.77 92.946l0.27 0.214-2.64 5.24c-47.6 71.76-79.68 100.12-98.76 111.16zM512 904c-57.438 0-104-46.562-104-104v0c0-22.040 8.52-64 46.92-141.080 1.040-1.6 2.12-3.2 3.16-4.84 16.027 6.298 34.587 9.949 54 9.949s37.973-3.651 55.031-10.303l-1.031 0.354 3.16 4.88c38.24 77.040 46.76 119 46.76 141.040 0 57.438-46.562 104-104 104v0zM851.48 708c-18.314 31.314-51.778 52.016-90.076 52.016-19.148 0-37.086-5.174-52.495-14.201l0.491 0.266c-19.080-11.040-51.16-39.4-98.68-111.16l-2.64-5.24c28.057-23.003 47.622-55.451 53.836-92.429l0.124-0.891 5.96-0.36c85.92 5.28 126.52 18.88 145.6 29.88 31.24 18.332 51.883 51.755 51.883 89.999 0 19.195-5.2 37.175-14.269 52.609l0.265-0.488z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flower-light"]},"attrs":[{}],"properties":{"order":27530,"id":706,"name":"flower-light","prevSize":16,"code":60189},"setIdx":2,"setId":2,"iconIdx":541},{"icon":{"paths":["M976.4 490.52c-7.199-12.49-18.892-21.707-32.82-25.511l-0.38-0.089c-21.597-5.751-46.392-9.054-71.958-9.054-8.703 0-17.316 0.383-25.824 1.132l1.102-0.078c18.68-82.52 6.48-147.64-5.8-185.6-7.529-23.044-28.83-39.399-53.952-39.399-4.24 0-8.371 0.466-12.345 1.349l0.377-0.070c-45.28 10.357-85.143 28.511-120.105 53.152l1.065-0.712c-25.942-55.596-63.264-101.989-109.248-137.777l-0.832-0.623c-9.261-7.038-20.986-11.275-33.7-11.275s-24.439 4.237-33.839 11.376l0.139-0.101c-46.789 36.425-84.095 82.815-109.083 136.128l-0.957 2.272c-33.908-23.938-73.785-42.093-116.814-52.001l-2.266-0.439c-3.59-0.811-7.714-1.275-11.946-1.275-25.128 0-46.431 16.374-53.821 39.035l-0.113 0.4c-12.28 37.96-24.48 103.080-5.8 185.6-7.406-0.671-16.019-1.054-24.722-1.054-25.566 0-50.361 3.303-73.981 9.505l2.023-0.451c-14.308 3.893-26.001 13.11-33.061 25.338l-0.139 0.262c-4.773 8.069-7.592 17.783-7.592 28.155 0 5.268 0.727 10.366 2.087 15.199l-0.095-0.394c13.24 49.12 54 142.48 177.68 216.52s233.48 73.96 292.32 73.96 168.48 0 292.24-73.96 164.44-167.4 177.68-216.56c1.281-4.466 2.018-9.596 2.018-14.898 0-10.334-2.799-20.015-7.681-28.325l0.143 0.263zM673.92 331.6c31.317-23.824 68.53-41.716 108.98-51.208l1.98-0.392c0.529-0.113 1.137-0.178 1.76-0.178 3.924 0 7.248 2.568 8.383 6.115l0.017 0.062c15.76 48.88 31.24 150-42.36 278-30.61 51.749-67.852 95.831-111.277 132.878l-0.723 0.602c30.72-53.48 55.32-125.76 55.32-220.8 0.009-1.048 0.013-2.286 0.013-3.526 0-50.574-8.082-99.26-23.025-144.838l0.932 3.284zM228.96 286.12c1.116-3.668 4.469-6.291 8.435-6.291 0.611 0 1.207 0.062 1.782 0.181l-0.057-0.010c42.43 9.884 79.643 27.776 111.681 52.126l-0.721-0.526c-14.011 42.294-22.093 90.98-22.093 141.554 0 1.24 0.005 2.478 0.015 3.716l-0.001-0.19c0 95.040 24.6 167.4 55.24 220.68-44.158-37.641-81.401-81.724-110.685-131.085l-1.315-2.395c-73.52-127.88-58.040-229-42.28-277.76zM244.32 708.8c-109.2-65.24-144.6-145.68-156-188-0.193-0.668-0.304-1.436-0.304-2.229 0-1.552 0.425-3.005 1.165-4.249l-0.021 0.038c0.872-1.53 2.274-2.672 3.952-3.187l0.048-0.013c18.002-4.662 38.669-7.338 59.962-7.338 13.726 0 27.192 1.112 40.313 3.251l-1.434-0.193c11.445 31.41 24.154 58.16 39.010 83.5l-1.29-2.38c42.083 71.783 97.043 131.492 162.246 177.7l1.754 1.18c-56.389-11.382-106.451-31.539-151.386-59.218l1.986 1.138zM512 771.44c-34.72-24.8-136-112.8-136-294.76 0-173.44 91.76-261.36 131.2-291.12 1.32-0.999 2.99-1.6 4.8-1.6s3.48 0.601 4.82 1.615l-0.020-0.015c39.44 29.76 131.2 117.68 131.2 291.12 0 183.080-100.76 270-136 294.76zM935.6 520.96c-11.4 42.16-46.8 122.6-156 188-42.989 26.486-93.099 46.579-146.575 57.383l-2.945 0.497c66.957-47.388 121.917-107.097 162.562-176.234l1.438-2.646c13.632-22.958 26.405-49.69 36.782-77.589l1.138-3.491c11.583-1.912 24.931-3.004 38.534-3.004 21.446 0 42.257 2.715 62.11 7.82l-1.724-0.376c1.726 0.528 3.128 1.67 3.982 3.166l0.018 0.034c0.686 1.183 1.091 2.603 1.091 4.118 0 0.827-0.121 1.627-0.346 2.381l0.015-0.059z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flower-lotus-light"]},"attrs":[{}],"properties":{"order":27531,"id":705,"name":"flower-lotus-light","prevSize":16,"code":60190},"setIdx":2,"setId":2,"iconIdx":542},{"icon":{"paths":["M832 200c-0.065-0-0.142-0-0.218-0-52.438 0-102.119 11.799-146.536 32.886l2.074-0.886c-58.68-103.6-160-155.16-164.6-157.48-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063c-4.56 2.32-105.92 53.88-164.6 157.48-42.342-20.201-92.024-32-144.462-32-0.077 0-0.154 0-0.23 0l0.012-0c-13.255 0-24 10.745-24 24v0 160c0.247 181.428 140.743 329.963 318.872 343.014l1.128 0.066v162.080l-157.28-78.64c-3.124-1.593-6.813-2.526-10.72-2.526-13.258 0-24.006 10.748-24.006 24.006 0 9.351 5.347 17.454 13.15 21.417l0.137 0.063 192 96c3.124 1.593 6.813 2.527 10.72 2.527s7.596-0.934 10.857-2.59l-0.137 0.063 192-96c7.94-4.026 13.286-12.129 13.286-21.48 0-13.258-10.748-24.006-24.006-24.006-3.907 0-7.596 0.933-10.857 2.589l0.137-0.063-157.28 78.64v-162.080c179.256-13.117 319.753-161.652 320-343.055l0-0.025v-160c0-13.255-10.745-24-24-24v0zM512 123.52c25.84 15.36 92.28 60 133.32 131.76-59.768 39.181-105.902 94.786-132.489 160.401l-0.831 2.319c-27.418-67.933-73.551-123.538-132.008-161.912l-1.312-0.808c41.040-71.96 107.48-116.44 133.32-131.76zM216 384v-135.040c152.726 13.013 271.789 140.089 272 295.019l0 0.021v135.040c-152.735-12.994-271.809-140.081-272-295.021l-0-0.019zM808 384c-0.191 154.959-119.265 282.046-270.904 294.965l-1.096 0.075v-135.040c0.211-154.951 119.274-282.027 270.903-294.965l1.097-0.075z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flower-tulip-light"]},"attrs":[{}],"properties":{"order":27532,"id":704,"name":"flower-tulip-light","prevSize":16,"code":60191},"setIdx":2,"setId":2,"iconIdx":543},{"icon":{"paths":["M726.76 856.4c0.88 2.396 1.389 5.162 1.389 8.047 0 13.255-10.745 24-24 24-10.701 0-19.767-7.004-22.862-16.677l-0.047-0.17-32-96c-0.88-2.396-1.389-5.162-1.389-8.047 0-13.255 10.745-24 24-24 10.701 0 19.767 7.004 22.862 16.677l0.047 0.17zM512 744c-13.255 0-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-13.255-10.745-24-24-24v0zM359.6 745.24c-2.267-0.782-4.879-1.234-7.597-1.234-10.534 0-19.482 6.786-22.713 16.225l-0.050 0.169-32 96c-0.88 2.396-1.389 5.162-1.389 8.047 0 13.255 10.745 24 24 24 10.701 0 19.767-7.004 22.862-16.677l0.047-0.17 32-96c0.782-2.267 1.234-4.879 1.234-7.597 0-10.534-6.786-19.482-16.225-22.713l-0.169-0.050zM984 448c0 61.48-51.76 117.56-145.76 157.84-87.56 37.52-203.4 58.16-326.24 58.16s-238.68-20.64-326.24-58.16c-94-40.28-145.76-96.36-145.76-157.84 0-84.64 100.24-158.6 262.36-194.28 44.349-70.808 121.941-117.201 210.369-117.201 88.577 0 166.281 46.549 209.985 116.52l0.606 1.041c161.080 35.84 260.68 109.64 260.68 193.92zM312 387.36v12c-0 0.031-0 0.067-0 0.104 0 18.759 13.004 34.481 30.49 38.642l0.27 0.054c49.268 11.352 105.844 17.858 163.939 17.858 1.864 0 3.726-0.007 5.587-0.020l-0.285 0.002c1.772 0.015 3.868 0.023 5.966 0.023 57.841 0 114.176-6.45 168.324-18.669l-5.090 0.966c17.756-4.215 30.76-19.937 30.76-38.696 0-0.036-0-0.073-0-0.109l0 0.006v-15.52c0-110.457-89.543-200-200-200v0h-2.68c-108.76 1.44-197.28 92.64-197.28 203.36zM936 448c0-53.32-73.52-106.44-187.2-138.080 7.105 22.078 11.2 47.477 11.2 73.833 0 0.087-0 0.174-0 0.26l0-0.013v15.68c0 0.044 0 0.096 0 0.148 0 41.399-28.771 76.079-67.408 85.135l-0.592 0.117c-52.272 12.041-112.297 18.943-173.933 18.943-2.133 0-4.264-0.008-6.393-0.025l0.326 0.002c-1.817 0.015-3.964 0.023-6.113 0.023-61.62 0-121.629-6.902-179.294-19.974l5.407 1.031c-39.229-9.173-68-43.852-68-85.252 0-0.052 0-0.104 0-0.156l-0 0.008v-12.28c0.003-27.81 4.511-54.566 12.833-79.579l-0.513 1.779c-114.36 31.6-188.32 84.88-188.32 138.4 0 40.48 42.52 81.92 116.68 113.72 81.68 35 190.84 54.28 307.32 54.28s225.64-19.28 307.32-54.28c74.16-31.8 116.68-73.24 116.68-113.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["flying-saucer-light"]},"attrs":[{}],"properties":{"order":27533,"id":703,"name":"flying-saucer-light","prevSize":16,"code":60192},"setIdx":2,"setId":2,"iconIdx":544},{"icon":{"paths":["M376 832c0 13.255-10.745 24-24 24v0h-194.48c-29.549-0.023-53.497-23.971-53.52-53.518l-0-0.002v-34.48c0-13.255 10.745-24 24-24s24 10.745 24 24v0 34.48c0.044 3.031 2.489 5.476 5.516 5.52l0.004 0h194.48c13.255 0 24 10.745 24 24v0zM640 808h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM896 584c-13.255 0-24 10.745-24 24v0 195.56c0 2.452-1.988 4.44-4.44 4.44v0h-67.56c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h67.56c28.953-0.023 52.417-23.487 52.44-52.438l0-0.002v-195.56c0-13.255-10.745-24-24-24v0zM864 296h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c4.418 0 8 3.582 8 8v0 96c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c0-30.928-25.072-56-56-56v0zM104 320v-96c0-30.928 25.072-56 56-56v0h210.76c0.031-0 0.067-0 0.103-0 15.432 0 29.399 6.269 39.495 16.399l0.002 0.002 118.6 118.64c4.337 4.342 7.019 10.338 7.019 16.96 0 13.247-10.733 23.988-23.978 24l-384.001 0c-13.255 0-24-10.745-24-24v0zM152 296h302.040l-77.64-77.64c-1.442-1.45-3.435-2.35-5.638-2.36l-0.002-0h-210.76c-4.418 0-8 3.582-8 8v0zM128 632c13.255 0 24-10.745 24-24v0-128c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-dashed-light"]},"attrs":[{}],"properties":{"order":27534,"id":702,"name":"folder-dashed-light","prevSize":16,"code":60193},"setIdx":2,"setId":2,"iconIdx":545},{"icon":{"paths":["M864 296h-342.040l-111.6-111.6c-10.097-10.131-24.065-16.4-39.497-16.4-0.036 0-0.073 0-0.109 0l0.006-0h-210.76c-30.928 0-56 25.072-56 56v0 578.48c0.023 29.549 23.971 53.497 53.518 53.52l710.042 0c28.953-0.023 52.417-23.487 52.44-52.438l0-0.002v-451.56c0-30.928-25.072-56-56-56v0zM160 216h210.76c2.205 0.010 4.198 0.91 5.64 2.36l0 0 77.64 77.64h-302.040v-72c0-4.418 3.582-8 8-8v0zM872 803.56c0 2.452-1.988 4.44-4.44 4.44v0h-710.040c-3.031-0.044-5.476-2.489-5.52-5.516l-0-0.004v-458.48h712c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-light"]},"attrs":[{}],"properties":{"order":27535,"id":701,"name":"folder-light","prevSize":16,"code":60194},"setIdx":2,"setId":2,"iconIdx":546},{"icon":{"paths":["M896 648h-40v-24c0-57.438-46.562-104-104-104s-104 46.562-104 104v0 24h-40c-13.255 0-24 10.745-24 24v0 160c0 13.255 10.745 24 24 24v0h288c13.255 0 24-10.745 24-24v0-160c0-13.255-10.745-24-24-24v0zM696 624c0-30.928 25.072-56 56-56s56 25.072 56 56v0 24h-112zM872 808h-240v-112h240zM864 296h-342.040l-111.6-111.6c-10.097-10.131-24.065-16.4-39.497-16.4-0.036 0-0.073 0-0.109 0l0.006-0h-210.76c-30.928 0-56 25.072-56 56v0 578.48c0.023 29.549 23.971 53.497 53.518 53.52l292.722 0c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-292.72c-3.031-0.044-5.476-2.489-5.52-5.516l-0-0.004v-458.48h712c4.418 0 8 3.582 8 8v0 64c0 13.255 10.745 24 24 24s24-10.745 24-24v0-64c0-30.928-25.072-56-56-56v0zM160 216h210.76c2.205 0.010 4.198 0.91 5.64 2.36l0 0 77.64 77.64h-302.040v-72c0-4.418 3.582-8 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-lock-light"]},"attrs":[{}],"properties":{"order":27536,"id":700,"name":"folder-lock-light","prevSize":16,"code":60195},"setIdx":2,"setId":2,"iconIdx":547},{"icon":{"paths":["M864 296h-342.040l-111.6-111.6c-10.097-10.131-24.065-16.4-39.497-16.4-0.036 0-0.073 0-0.109 0l0.006-0h-210.76c-30.928 0-56 25.072-56 56v0 578.48c0.023 29.549 23.971 53.497 53.518 53.52l710.042 0c28.953-0.023 52.417-23.487 52.44-52.438l0-0.002v-451.56c0-30.928-25.072-56-56-56v0zM160 216h210.76c2.205 0.010 4.198 0.91 5.64 2.36l0 0 77.64 77.64h-302.040v-72c0-4.418 3.582-8 8-8v0zM872 803.56c0 2.452-1.988 4.44-4.44 4.44v0h-710.040c-3.031-0.044-5.476-2.489-5.52-5.516l-0-0.004v-458.48h712c4.418 0 8 3.582 8 8v0zM632 576c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-minus-light"]},"attrs":[{}],"properties":{"order":27537,"id":699,"name":"folder-minus-light","prevSize":16,"code":60196},"setIdx":2,"setId":2,"iconIdx":548},{"icon":{"paths":["M864 296h-344l-113.080-84.8c-9.243-6.992-20.93-11.2-33.6-11.2h-213.32c-30.928 0-56 25.072-56 56v0 544c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM152 256c0-4.418 3.582-8 8-8v0h213.32c1.81 0 3.48 0.601 4.82 1.615l-0.020-0.015 93.88 70.4-93.88 70.4c-1.32 0.999-2.99 1.6-4.8 1.6v0h-221.32zM872 800c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-360h221.32c12.67 0 24.357-4.208 33.741-11.302l-0.141 0.102 113.080-84.8h344c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-notch-light"]},"attrs":[{}],"properties":{"order":27538,"id":698,"name":"folder-notch-light","prevSize":16,"code":60197},"setIdx":2,"setId":2,"iconIdx":549},{"icon":{"paths":["M864 296h-344l-113.080-84.8c-9.243-6.992-20.93-11.2-33.6-11.2h-213.32c-30.928 0-56 25.072-56 56v0 544c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM152 256c0-4.418 3.582-8 8-8v0h213.32c1.81 0 3.48 0.601 4.82 1.615l-0.020-0.015 93.88 70.4-93.88 70.4c-1.32 0.999-2.99 1.6-4.8 1.6v0h-221.32zM872 800c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-360h221.32c12.67 0 24.357-4.208 33.741-11.302l-0.141 0.102 113.080-84.8h344c4.418 0 8 3.582 8 8v0zM632 608c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-notch-minus-light"]},"attrs":[{}],"properties":{"order":27539,"id":697,"name":"folder-notch-minus-light","prevSize":16,"code":60198},"setIdx":2,"setId":2,"iconIdx":550},{"icon":{"paths":["M973.44 447.24c-10.292-14.148-26.793-23.24-45.418-23.24-0.008 0-0.016 0-0.023 0l-71.999-0v-72c0-30.928-25.072-56-56-56v0h-277.32c-1.81 0-3.48-0.601-4.82-1.615l0.020 0.015-110.92-83.2c-9.249-6.977-20.932-11.181-33.596-11.2l-0.004-0h-213.36c-30.928 0-56 25.072-56 56v0 576c0 13.255 10.745 24 24 24v0h716.4c10.534-0.002 19.482-6.791 22.71-16.231l0.050-0.169 113.96-341.88c1.829-5.294 2.885-11.395 2.885-17.743 0-12.293-3.961-23.661-10.677-32.898l0.112 0.161zM160 248h213.36c1.81 0 3.48 0.601 4.82 1.615l-0.020-0.015 110.92 83.2c9.249 6.977 20.932 11.181 33.596 11.2l0.004 0h277.32c4.418 0 8 3.582 8 8v0 72h-222.28c-0.029-0-0.063-0-0.097-0-11.55 0-22.28 3.512-31.18 9.526l0.197-0.126-80 53.24c-1.246 0.848-2.783 1.355-4.439 1.36l-0.001 0h-192.52c-0.058-0-0.127-0-0.196-0-23.385 0-43.405 14.406-51.67 34.827l-0.134 0.374-73.68 184.16v-451.36c0-4.418 3.582-8 8-8v0zM935.6 482.52l-108.48 325.48h-663.68l106.8-266.96c1.209-2.978 4.080-5.040 7.432-5.040 0.003 0 0.005 0 0.008 0l192.64-0c0.029 0 0.063 0 0.097 0 11.55 0 22.28-3.512 31.18-9.526l-0.197 0.126 80-53.24c1.246-0.848 2.783-1.355 4.439-1.36l0.001-0h342.16c0.002-0 0.005-0 0.007-0 4.418 0 8 3.582 8 8 0 0.901-0.149 1.768-0.424 2.576l0.017-0.056z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-notch-open-light"]},"attrs":[{}],"properties":{"order":27540,"id":696,"name":"folder-notch-open-light","prevSize":16,"code":60199},"setIdx":2,"setId":2,"iconIdx":551},{"icon":{"paths":["M864 296h-344l-113.080-84.8c-9.243-6.992-20.93-11.2-33.6-11.2h-213.32c-30.928 0-56 25.072-56 56v0 544c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM152 256c0-4.418 3.582-8 8-8v0h213.32c1.81 0 3.48 0.601 4.82 1.615l-0.020-0.015 93.88 70.4-93.88 70.4c-1.32 0.999-2.99 1.6-4.8 1.6v0h-221.32zM872 800c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-360h221.32c12.67 0 24.357-4.208 33.741-11.302l-0.141 0.102 113.080-84.8h344c4.418 0 8 3.582 8 8v0zM632 608c0 13.255-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h72c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-notch-plus-light"]},"attrs":[{}],"properties":{"order":27541,"id":695,"name":"folder-notch-plus-light","prevSize":16,"code":60200},"setIdx":2,"setId":2,"iconIdx":552},{"icon":{"paths":["M973.44 447.24c-10.292-14.148-26.793-23.24-45.418-23.24-0.008 0-0.016 0-0.023 0l-71.999-0v-72c0-30.928-25.072-56-56-56v0h-277.32c-1.81 0-3.48-0.601-4.82-1.615l0.020 0.015-110.92-83.2c-9.249-6.977-20.932-11.181-33.596-11.2l-0.004-0h-213.36c-30.928 0-56 25.072-56 56v0 576c0 13.255 10.745 24 24 24v0h716.4c10.534-0.002 19.482-6.791 22.71-16.231l0.050-0.169 113.96-341.88c1.829-5.294 2.885-11.395 2.885-17.743 0-12.293-3.961-23.661-10.677-32.898l0.112 0.161zM160 248h213.36c1.81 0 3.48 0.601 4.82 1.615l-0.020-0.015 110.92 83.2c9.249 6.977 20.932 11.181 33.596 11.2l0.004 0h277.32c4.418 0 8 3.582 8 8v0 72h-528.92c-24.588 0.001-45.474 15.848-53.003 37.886l-0.117 0.394-73.96 221.72v-428c0-4.418 3.582-8 8-8v0zM935.6 482.52l-108.48 325.48h-665.8l110.16-330.52c1.089-3.211 4.076-5.48 7.593-5.48 0.003 0 0.005 0 0.008 0l648.92-0c0.002-0 0.005-0 0.007-0 4.418 0 8 3.582 8 8 0 0.901-0.149 1.768-0.424 2.576l0.017-0.056z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-open-light"]},"attrs":[{}],"properties":{"order":27542,"id":694,"name":"folder-open-light","prevSize":16,"code":60201},"setIdx":2,"setId":2,"iconIdx":553},{"icon":{"paths":["M864 296h-342.040l-111.6-111.6c-10.097-10.131-24.065-16.4-39.497-16.4-0.036 0-0.073 0-0.109 0l0.006-0h-210.76c-30.928 0-56 25.072-56 56v0 578.48c0.023 29.549 23.971 53.497 53.518 53.52l710.042 0c28.953-0.023 52.417-23.487 52.44-52.438l0-0.002v-451.56c0-30.928-25.072-56-56-56v0zM160 216h210.76c2.205 0.010 4.198 0.91 5.64 2.36l0 0 77.64 77.64h-302.040v-72c0-4.418 3.582-8 8-8v0zM872 803.56c0 2.452-1.988 4.44-4.44 4.44v0h-710.040c-3.031-0.044-5.476-2.489-5.52-5.516l-0-0.004v-458.48h712c4.418 0 8 3.582 8 8v0zM632 576c0 13.255-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h72c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-plus-light"]},"attrs":[{}],"properties":{"order":27543,"id":693,"name":"folder-plus-light","prevSize":16,"code":60202},"setIdx":2,"setId":2,"iconIdx":554},{"icon":{"paths":["M497.6 339.2l-119.48-89.6c-1.32-0.999-2.99-1.6-4.8-1.6h-213.32c-4.418 0-8 3.582-8 8v0 64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c0-30.928 25.072-56 56-56v0h213.32c12.67 0 24.357 4.208 33.741 11.302l-0.141-0.102 119.48 89.6c5.855 4.425 9.6 11.375 9.6 19.2 0 13.255-10.745 24-24 24-5.43 0-10.439-1.803-14.46-4.844l0.060 0.044zM352 808h-194.48c-3.031-0.044-5.476-2.489-5.52-5.516l-0-0.004v-34.48c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 34.48c0.023 29.549 23.971 53.497 53.518 53.52l194.482 0c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM640 808h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM896 584c-13.255 0-24 10.745-24 24v0 195.56c0 2.452-1.988 4.44-4.44 4.44v0h-67.56c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h67.56c28.953-0.023 52.417-23.487 52.44-52.438l0-0.002v-195.56c0-13.255-10.745-24-24-24v0zM864 296h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c4.418 0 8 3.582 8 8v0 96c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c0-30.928-25.072-56-56-56v0zM128 632c13.255 0 24-10.745 24-24v0-128c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-dashed-light"]},"attrs":[{}],"properties":{"order":27544,"id":692,"name":"folder-simple-dashed-light","prevSize":16,"code":60203},"setIdx":2,"setId":2,"iconIdx":555},{"icon":{"paths":["M864 296h-341.32c-1.81 0-3.48-0.601-4.82-1.615l0.020 0.015-110.96-83.2c-9.243-6.992-20.93-11.2-33.6-11.2h-213.32c-30.928 0-56 25.072-56 56v0 544c0 30.928 25.072 56 56 56v0h707.56c28.953-0.023 52.417-23.487 52.44-52.438l0-0.002v-451.56c0-30.928-25.072-56-56-56v0zM872 803.56c0 2.452-1.988 4.44-4.44 4.44v0h-707.56c-4.418 0-8-3.582-8-8v0-544c0-4.418 3.582-8 8-8v0h213.32c1.81 0 3.48 0.601 4.82 1.615l-0.020-0.015 110.96 83.2c9.243 6.992 20.93 11.2 33.6 11.2v0h341.32c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-light"]},"attrs":[{}],"properties":{"order":27545,"id":691,"name":"folder-simple-light","prevSize":16,"code":60204},"setIdx":2,"setId":2,"iconIdx":556},{"icon":{"paths":["M920 352v64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c0-4.418-3.582-8-8-8v0h-341.32c-12.67 0-24.357-4.208-33.741-11.302l0.141 0.102-110.96-83.2c-1.32-0.999-2.99-1.6-4.8-1.6h-213.32c-4.418 0-8 3.582-8 8v0 544c0 4.418 3.582 8 8 8v0h288c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-288c-30.928 0-56-25.072-56-56v0-544c0-30.928 25.072-56 56-56v0h213.32c12.67 0 24.357 4.208 33.741 11.302l-0.141-0.102 110.96 83.2c1.32 0.999 2.99 1.6 4.8 1.6h341.32c30.928 0 56 25.072 56 56v0zM920 672v160c0 13.255-10.745 24-24 24v0h-288c-13.255 0-24-10.745-24-24v0-160c0-13.255 10.745-24 24-24v0h40v-24c0-57.438 46.562-104 104-104s104 46.562 104 104v0 24h40c13.255 0 24 10.745 24 24v0zM696 648h112v-24c0-30.928-25.072-56-56-56s-56 25.072-56 56v0zM872 696h-240v112h240z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-lock-light"]},"attrs":[{}],"properties":{"order":27546,"id":690,"name":"folder-simple-lock-light","prevSize":16,"code":60205},"setIdx":2,"setId":2,"iconIdx":557},{"icon":{"paths":["M632 576c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0zM920 352v451.56c-0.023 28.953-23.487 52.417-52.438 52.44l-707.562 0c-30.928 0-56-25.072-56-56v0-544c0-30.928 25.072-56 56-56v0h213.32c12.67 0 24.357 4.208 33.741 11.302l-0.141-0.102 110.96 83.2c1.32 0.999 2.99 1.6 4.8 1.6h341.32c30.928 0 56 25.072 56 56v0zM872 352c0-4.418-3.582-8-8-8v0h-341.32c-12.67 0-24.357-4.208-33.741-11.302l0.141 0.102-110.96-83.2c-1.32-0.999-2.99-1.6-4.8-1.6h-213.32c-4.418 0-8 3.582-8 8v0 544c0 4.418 3.582 8 8 8v0h707.56c2.452 0 4.44-1.988 4.44-4.44v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-minus-light"]},"attrs":[{}],"properties":{"order":27547,"id":689,"name":"folder-simple-minus-light","prevSize":16,"code":60206},"setIdx":2,"setId":2,"iconIdx":558},{"icon":{"paths":["M864 296h-341.32c-1.81 0-3.48-0.601-4.82-1.615l0.020 0.015-110.96-83.2c-9.243-6.992-20.93-11.2-33.6-11.2h-213.32c-30.928 0-56 25.072-56 56v0 544c0 30.928 25.072 56 56 56v0h707.56c28.953-0.023 52.417-23.487 52.44-52.438l0-0.002v-451.56c0-30.928-25.072-56-56-56v0zM872 803.56c0 2.452-1.988 4.44-4.44 4.44v0h-707.56c-4.418 0-8-3.582-8-8v0-544c0-4.418 3.582-8 8-8v0h213.32c1.81 0 3.48 0.601 4.82 1.615l-0.020-0.015 110.96 83.2c9.243 6.992 20.93 11.2 33.6 11.2v0h341.32c4.418 0 8 3.582 8 8v0zM632 576c0 13.255-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h72c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-plus-light"]},"attrs":[{}],"properties":{"order":27548,"id":688,"name":"folder-simple-plus-light","prevSize":16,"code":60207},"setIdx":2,"setId":2,"iconIdx":559},{"icon":{"paths":["M504 832c0 13.255-10.745 24-24 24v0h-320c-30.928 0-56-25.072-56-56v0-544c0-30.928 25.072-56 56-56v0h213.32c12.668 0.019 24.351 4.223 33.743 11.303l-0.143-0.103 110.96 83.2c1.32 0.999 2.99 1.6 4.8 1.6h341.32c30.928 0 56 25.072 56 56v0 128c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-128c0-4.418-3.582-8-8-8v0h-341.32c-12.67 0-24.357-4.208-33.741-11.302l0.141 0.102-110.96-83.2c-1.32-0.999-2.99-1.6-4.8-1.6h-213.32c-4.418 0-8 3.582-8 8v0 544c0 4.418 3.582 8 8 8v0h320c13.255 0 24 10.745 24 24v0zM943.28 664.96l-93.96 77.56 28.64 115.72c0.446 1.73 0.702 3.716 0.702 5.761 0 13.255-10.745 24-24 24-4.492 0-8.696-1.234-12.291-3.382l0.11 0.061-106.48-62.68-106.48 62.68c-3.486 2.087-7.69 3.321-12.182 3.321-13.255 0-24-10.745-24-24 0-2.046 0.256-4.032 0.738-5.927l-0.036 0.166 28.64-115.72-93.96-77.56c-5.345-4.434-8.724-11.078-8.724-18.51 0-12.609 9.723-22.946 22.080-23.924l0.084-0.005 124-9.6 47.64-110.44c3.797-8.552 12.214-14.408 22-14.408s18.203 5.856 21.939 14.256l0.061 0.153 47.64 110.44 124 9.6c12.441 0.983 22.164 11.321 22.164 23.93 0 7.433-3.379 14.076-8.684 18.478l-0.040 0.032zM866.88 665.8l-79.32-6.12c-8.996-0.794-16.503-6.445-19.94-14.286l-0.060-0.154-31.56-72.68-31.36 72.68c-3.497 7.995-11.004 13.646-19.909 14.433l-0.091 0.007-79.32 6.12 59.76 49.32c5.335 4.434 8.707 11.072 8.707 18.497 0 2.054-0.258 4.047-0.743 5.949l0.036-0.166-18.52 74.96 69.44-40.92c3.48-2.079 7.677-3.309 12.16-3.309s8.68 1.229 12.27 3.369l-0.11-0.061 69.48 40.92-18.56-74.96c-0.449-1.736-0.707-3.73-0.707-5.783 0-7.425 3.372-14.063 8.668-18.465l0.039-0.032z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-star-light"]},"attrs":[{}],"properties":{"order":27549,"id":687,"name":"folder-simple-star-light","prevSize":16,"code":60208},"setIdx":2,"setId":2,"iconIdx":560},{"icon":{"paths":["M845.12 796c26.292-22.161 42.88-55.112 42.88-91.938 0-66.274-53.726-120-120-120s-120 53.726-120 120c0 36.826 16.588 69.777 42.7 91.79l0.18 0.148c-36.095 19.983-62.81 53.193-73.827 92.929l-0.253 1.071c-0.511 1.849-0.805 3.971-0.805 6.163 0 11.066 7.49 20.383 17.677 23.158l0.168 0.039c1.846 0.498 3.966 0.789 6.153 0.8l0.007 0c0.001 0 0.003 0 0.004 0 11.065 0 20.38-7.487 23.157-17.672l0.039-0.168c12.24-46.32 55.32-78.32 104.8-78.32s92.56 32 104.8 78.16c2.816 10.355 12.133 17.844 23.2 17.844 13.257 0 24.004-10.747 24.004-24.004 0-2.19-0.293-4.312-0.843-6.328l0.039 0.168c-11.309-40.743-38.015-73.891-73.299-93.443l-0.781-0.397zM768 632c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM920 352v128c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-128c0-4.418-3.582-8-8-8v0h-341.32c-12.67 0-24.357-4.208-33.741-11.302l0.141 0.102-110.96-83.2c-1.32-0.999-2.99-1.6-4.8-1.6h-213.32c-4.418 0-8 3.582-8 8v0 544c0 4.418 3.582 8 8 8v0h320c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-320c-30.928 0-56-25.072-56-56v0-544c0-30.928 25.072-56 56-56v0h213.32c12.67 0 24.357 4.208 33.741 11.302l-0.141-0.102 110.96 83.2c1.32 0.999 2.99 1.6 4.8 1.6h341.32c30.928 0 56 25.072 56 56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-simple-user-light"]},"attrs":[{}],"properties":{"order":27550,"id":686,"name":"folder-simple-user-light","prevSize":16,"code":60209},"setIdx":2,"setId":2,"iconIdx":561},{"icon":{"paths":["M896 264h-277.32c-1.81 0-3.48-0.601-4.82-1.615l0.020 0.015-110.96-83.2c-9.243-6.992-20.93-11.2-33.6-11.2h-181.32c-30.928 0-56 25.072-56 56v0 72h-72c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h611.56c28.953-0.023 52.417-23.487 52.44-52.438l0-0.002v-75.56h75.56c28.953-0.023 52.417-23.487 52.44-52.438l0-0.002v-355.56c0-30.928-25.072-56-56-56v0zM776 803.56c0 2.452-1.988 4.44-4.44 4.44v0h-611.56c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h181.32c1.81 0 3.48 0.601 4.82 1.615l-0.020-0.015 110.96 83.2c9.243 6.992 20.93 11.2 33.6 11.2h277.32c4.418 0 8 3.582 8 8v0zM904 675.56c0 2.452-1.988 4.44-4.44 4.44v0h-75.56v-232c0-30.928-25.072-56-56-56v0h-277.32c-1.81 0-3.48-0.601-4.82-1.615l0.020 0.015-110.96-83.2c-9.243-6.992-20.93-11.2-33.6-11.2h-61.32v-72c0-4.418 3.582-8 8-8v0h181.32c1.81 0 3.48 0.601 4.82 1.615l-0.020-0.015 110.96 83.2c9.243 6.992 20.93 11.2 33.6 11.2v0h277.32c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folders-light"]},"attrs":[{}],"properties":{"order":27551,"id":685,"name":"folders-light","prevSize":16,"code":60210},"setIdx":2,"setId":2,"iconIdx":562},{"icon":{"paths":["M864 344c4.418 0 8 3.582 8 8v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-30.928-25.072-56-56-56v0h-342.080l-111.6-111.6c-10.073-10.13-24.019-16.4-39.43-16.4-0.046 0-0.091 0-0.137 0l0.007-0h-210.76c-30.928 0-56 25.072-56 56v0 578.44c-0 29.566 23.957 53.537 53.518 53.56l324.722 0c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-324.72c-3.044-0.045-5.498-2.512-5.52-5.558l-0-0.002v-458.44zM160 216h210.76c0.002-0 0.004-0 0.006-0 2.198 0 4.188 0.886 5.634 2.321l-0.001-0.001 77.68 77.68h-302.080v-72c0-4.418 3.582-8 8-8v0zM950.88 639.2c-2.983-9.209-11.138-15.896-20.956-16.675l-0.084-0.005-124-9.6-47.64-110.44c-3.797-8.552-12.214-14.408-22-14.408s-18.203 5.856-21.939 14.256l-0.061 0.153-47.64 110.44-124 9.6c-12.441 0.983-22.164 11.321-22.164 23.93 0 7.433 3.379 14.076 8.684 18.478l0.040 0.032 93.96 77.56-28.64 115.72c-0.446 1.73-0.702 3.716-0.702 5.761 0 13.255 10.745 24 24 24 4.492 0 8.696-1.234 12.291-3.382l-0.11 0.061 106.080-62.68 106.48 62.68c3.486 2.087 7.69 3.321 12.182 3.321 13.255 0 24-10.745 24-24 0-2.046-0.256-4.032-0.738-5.927l0.036 0.166-28.64-115.72 93.96-77.56c5.344-4.434 8.722-11.077 8.722-18.509 0-2.59-0.41-5.084-1.169-7.421l0.048 0.17zM807.12 715.2c-5.335 4.434-8.707 11.072-8.707 18.497 0 2.054 0.258 4.047 0.743 5.949l-0.036-0.166 18.56 74.96-69.68-41c-3.48-2.079-7.677-3.309-12.16-3.309s-8.68 1.229-12.27 3.369l0.11-0.061-69.48 40.92 18.52-74.96c0.449-1.736 0.707-3.73 0.707-5.783 0-7.425-3.372-14.063-8.668-18.465l-0.039-0.032-59.76-49.32 79.32-6.12c8.996-0.794 16.503-6.445 19.94-14.286l0.060-0.154 31.72-72.68 31.36 72.68c3.497 7.995 11.004 13.646 19.909 14.433l0.091 0.007 79.32 6.12z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-star-light"]},"attrs":[{}],"properties":{"order":27552,"id":684,"name":"folder-star-light","prevSize":16,"code":60211},"setIdx":2,"setId":2,"iconIdx":563},{"icon":{"paths":["M845.12 796c26.292-22.161 42.88-55.112 42.88-91.938 0-66.274-53.726-120-120-120s-120 53.726-120 120c0 36.826 16.588 69.777 42.7 91.79l0.18 0.148c-36.095 19.983-62.81 53.193-73.827 92.929l-0.253 1.071c-0.511 1.849-0.805 3.971-0.805 6.163 0 11.066 7.49 20.383 17.677 23.158l0.168 0.039c1.846 0.498 3.966 0.789 6.153 0.8l0.007 0c0.001 0 0.003 0 0.004 0 11.065 0 20.38-7.487 23.157-17.672l0.039-0.168c12.24-46.32 55.32-78.32 104.8-78.32s92.56 32 104.8 78.16c2.823 10.348 12.138 17.829 23.2 17.829 13.26 0 24.009-10.749 24.009-24.009 0-2.198-0.295-4.326-0.848-6.348l0.039 0.168c-11.319-40.727-38.022-73.86-73.299-93.403l-0.781-0.397zM768 632c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM864 296h-342.080l-111.56-111.6c-10.097-10.131-24.065-16.4-39.497-16.4-0.036 0-0.073 0-0.109 0l0.006-0h-210.76c-30.928 0-56 25.072-56 56v0 578.44c0.023 29.557 23.966 53.514 53.516 53.56l0.004 0h324.72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-324.72c-3.044-0.045-5.498-2.512-5.52-5.558l-0-0.002v-458.44h712c4.418 0 8 3.582 8 8v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-30.928-25.072-56-56-56v0zM160 216h210.76c2.205 0.010 4.198 0.91 5.64 2.36l0 0 77.64 77.64h-302.040v-72c0-4.418 3.582-8 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["folder-user-light"]},"attrs":[{}],"properties":{"order":27553,"id":683,"name":"folder-user-light","prevSize":16,"code":60212},"setIdx":2,"setId":2,"iconIdx":564},{"icon":{"paths":["M908.36 216.88c-9.041-51.867-49.373-92.199-100.5-101.133l-0.74-0.107c-128-21.68-369.12-31.64-546.12 145.36s-167.040 418.12-145.36 546.12c9.041 51.867 49.373 92.199 100.5 101.133l0.74 0.107c40.83 7.308 87.884 11.538 135.908 11.64l0.092 0c126.76 0 284.48-31.52 409.96-157 177.16-177 167.2-418.12 145.52-546.12zM669.76 151.6c45.806 0.169 90.533 4.28 134.007 12.011l-4.687-0.691c31.767 5.53 56.47 30.233 61.935 61.547l0.065 0.453c7.156 38.855 11.248 83.565 11.248 129.231 0 12.525-0.308 24.978-0.916 37.352l0.068-1.743-237.24-237.2c11.56-0.56 23.36-0.96 35.52-0.96zM224.92 861.080c-31.767-5.53-56.47-30.233-61.935-61.547l-0.065-0.453c-7.156-38.855-11.248-83.565-11.248-129.231 0-12.525 0.308-24.978 0.916-37.352l-0.068 1.743 237.24 237.24c-10.632 0.54-23.085 0.848-35.609 0.848-45.666 0-90.377-4.092-133.785-11.93l4.554 0.682zM728.92 729.080c-47.68 47.64-136.96 114.16-277.84 136l-292.2-292.32c21.88-140.88 88.4-230.16 136-277.84s137.12-114.12 277.92-136l292.32 292.32c-21.88 140.76-88.4 230.16-136.040 277.84zM656.88 367.12c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-62.96 62.96 31 31c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-31-30.96-62.040 62.040 31 31.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-31.040-31.040-63 62.96c-4.393 4.706-10.634 7.639-17.559 7.639-13.255 0-24-10.745-24-24 0-6.925 2.933-13.165 7.625-17.546l0.014-0.013 63-62.96-31-31c-4.706-4.393-7.639-10.634-7.639-17.559 0-13.255 10.745-24 24-24 6.925 0 13.165 2.933 17.546 7.625l0.013 0.014 31.040 31 62-62-31-31.040c-4.706-4.393-7.639-10.634-7.639-17.559 0-13.255 10.745-24 24-24 6.925 0 13.165 2.933 17.546 7.625l0.013 0.014 31 31 63-62.96c4.344-4.349 10.348-7.039 16.98-7.039 6.612 0 12.6 2.674 16.941 7l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["football-light"]},"attrs":[{}],"properties":{"order":27554,"id":682,"name":"football-light","prevSize":16,"code":60213},"setIdx":2,"setId":2,"iconIdx":565},{"icon":{"paths":["M416 648h-224c-13.255 0-24 10.745-24 24v0 48c0 75.111 60.889 136 136 136s136-60.889 136-136v0-48c0-13.255-10.745-24-24-24v0zM392 720c0 48.601-39.399 88-88 88s-88-39.399-88-88v0-24h176zM304 72c-43.2 0-85.76 39.64-120 111.6-54.64 115.28-73.16 286.12 0 375.6 4.435 5.39 11.106 8.8 18.573 8.8 0.009 0 0.019-0 0.028-0l202.119 0c0.008 0 0.017 0 0.027 0 7.467 0 14.138-3.41 18.54-8.759l0.033-0.041c73.28-89.48 54.76-260.32 0-375.6-33.68-71.96-76.24-111.6-119.32-111.6zM392.92 520h-177.96c-40.36-60.72-46.76-190.6 12.56-316 29.44-61.96 59.56-84 76.48-84s47 22.040 76.4 84c59.28 125.4 52.88 255.28 12.52 316zM832 744h-224c-13.255 0-24 10.745-24 24v0 48c0 75.111 60.889 136 136 136s136-60.889 136-136v0-48c0-13.255-10.745-24-24-24v0zM808 816c0 48.601-39.399 88-88 88s-88-39.399-88-88v0-24h176zM618.92 664h202.12c0.008 0 0.017 0 0.027 0 7.467 0 14.138-3.41 18.54-8.759l0.033-0.041c73.28-89.48 54.76-260.32 0-375.6-33.88-71.96-76.44-111.6-119.64-111.6s-85.72 39.64-120 111.6c-54.64 115.28-73.16 286.12 0 375.6 4.435 5.392 11.107 8.804 18.576 8.804 0.149 0 0.298-0.001 0.446-0.004l-0.022 0zM643.6 300c29.4-62.12 59.52-84 76.4-84s46.96 22.040 76.4 84c59.32 125.24 52.92 255.12 12.56 316h-177.88c-40.36-60.72-46.76-190.6 12.6-316z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["footprints-light"]},"attrs":[{}],"properties":{"order":27555,"id":681,"name":"footprints-light","prevSize":16,"code":60214},"setIdx":2,"setId":2,"iconIdx":566},{"icon":{"paths":["M296 352v-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0 192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM856 160v736c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-200h-200c-13.255 0-24-10.745-24-24v0c0-17.64 2.72-433 238.56-534.040 2.784-1.223 6.029-1.935 9.44-1.935 13.246 0 23.985 10.731 24 23.973l0 0.001zM808 200c-147.16 97.16-171.28 365.92-175.24 448h175.24zM471.68 156c-1.984-11.432-11.83-20.015-23.68-20.015-13.263 0-24.015 10.752-24.015 24.015 0 1.413 0.122 2.797 0.356 4.143l-0.021-0.143 31.68 189.92c0 75.111-60.889 136-136 136s-136-60.889-136-136v0l31.68-189.92c0.213-1.203 0.335-2.587 0.335-4 0-13.263-10.752-24.015-24.015-24.015-11.85 0-21.696 8.583-23.659 19.872l-0.021 0.143-32 192c-0.198 1.199-0.314 2.584-0.32 3.994l-0 0.006c0.124 93.106 69.292 170.019 159.043 182.293l0.957 0.107v361.6c0 13.255 10.745 24 24 24s24-10.745 24-24v0-361.6c90.708-12.381 159.876-89.294 160-182.387l0-0.013c-0.006-1.416-0.122-2.801-0.34-4.152l0.020 0.152z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fork-knife-light"]},"attrs":[{}],"properties":{"order":27556,"id":680,"name":"fork-knife-light","prevSize":16,"code":60215},"setIdx":2,"setId":2,"iconIdx":567},{"icon":{"paths":["M792 320v128c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-104h-104c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0zM384 680h-104v-104c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM920 224v576c0 30.928-25.072 56-56 56v0h-704c-30.928 0-56-25.072-56-56v0-576c0-30.928 25.072-56 56-56v0h704c30.928 0 56 25.072 56 56v0zM872 224c0-4.418-3.582-8-8-8v0h-704c-4.418 0-8 3.582-8 8v0 576c0 4.418 3.582 8 8 8v0h704c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["frame-corners-light"]},"attrs":[{}],"properties":{"order":27557,"id":679,"name":"frame-corners-light","prevSize":16,"code":60216},"setIdx":2,"setId":2,"iconIdx":568},{"icon":{"paths":["M824 384v-256c0-13.255-10.745-24-24-24v0h-576c-0.010-0-0.023-0-0.035-0-13.255 0-24 10.745-24 24 0 7.114 3.095 13.505 8.012 17.9l0.023 0.020 240.88 214.080h-224.88c-13.255 0-24 10.745-24 24v0 256c0.006 6.625 2.695 12.621 7.040 16.96l0 0 288 288c4.342 4.337 10.338 7.019 16.96 7.019 13.247 0 23.988-10.733 24-23.978l0-0.001v-264h264c0.010 0 0.023 0 0.035 0 13.255 0 24-10.745 24-24 0-7.114-3.095-13.505-8.012-17.9l-0.023-0.020-240.88-214.080h224.88c13.255 0 24-10.745 24-24v0zM736.88 616h-224.88c-13.255 0-24 10.745-24 24v0 230.040l-240-240v-222.040h254.88zM776 360h-254.88l-234-208h488.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["framer-logo-light"]},"attrs":[{}],"properties":{"order":27558,"id":678,"name":"framer-logo-light","prevSize":16,"code":60217},"setIdx":2,"setId":2,"iconIdx":569},{"icon":{"paths":["M824 160c0 13.255-10.745 24-24 24v0h-117.16c-50.861 0.002-93.194 36.513-102.22 84.756l-0.1 0.644-39.76 218.6h195.24c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-204l-41.32 227.2c-13.343 71.435-75.199 124.787-149.519 124.8l-117.161 0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h117.16c50.861-0.002 93.194-36.513 102.22-84.756l0.1-0.644 39.76-218.6h-195.24c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h204l41.32-227.2c13.343-71.435 75.199-124.787 149.519-124.8l117.161-0c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["function-light"]},"attrs":[{}],"properties":{"order":27559,"id":677,"name":"function-light","prevSize":16,"code":60218},"setIdx":2,"setId":2,"iconIdx":570},{"icon":{"paths":["M915.080 201.36c-8.682-19.789-28.104-33.361-50.696-33.361-0.135 0-0.27 0-0.404 0.001l0.021-0h-704c-30.882 0.061-55.893 25.11-55.893 56 0 14.532 5.535 27.771 14.613 37.724l-0.040-0.044 0.24 0.28 270.92 289.24c1.338 1.426 2.16 3.351 2.16 5.468 0 0.004-0 0.009-0 0.013l0-0.001v307.32c0.013 30.918 25.080 55.976 56 55.976 11.585 0 22.347-3.518 31.279-9.543l-0.199 0.127 128-85.32c15.113-10.187 24.92-27.24 24.92-46.584 0-0.006-0-0.011-0-0.017l0 0.001v-221.96c-0-0.004-0-0.008-0-0.012 0-2.117 0.822-4.041 2.164-5.472l-0.004 0.004 271.16-289.52c9.099-9.824 14.682-23.019 14.682-37.519 0-8.264-1.813-16.104-5.063-23.144l0.142 0.343zM870.040 229.12l-270.92 289.28c-9.365 9.945-15.12 23.382-15.12 38.162 0 0.041 0 0.083 0 0.124l-0-0.006v221.96c0 0.007 0 0.016 0 0.025 0 2.763-1.401 5.199-3.532 6.637l-0.028 0.018-128 85.32c-1.248 0.843-2.785 1.345-4.44 1.345-4.413 0-7.992-3.573-8-7.984l-0-0.001v-307.32c0-0.014 0-0.030 0-0.047 0-14.816-5.754-28.288-15.148-38.303l0.028 0.030-270.76-289.080c-1.236-1.401-1.991-3.253-1.991-5.281 0-4.373 3.508-7.926 7.864-7.999l0.007-0h704c0.080-0.003 0.174-0.005 0.269-0.005 3.176 0 5.897 1.948 7.033 4.714l0.018 0.051c0.473 0.95 0.749 2.070 0.749 3.254 0 1.979-0.773 3.777-2.032 5.11l0.003-0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["funnel-light"]},"attrs":[{}],"properties":{"order":27560,"id":676,"name":"funnel-light","prevSize":16,"code":60219},"setIdx":2,"setId":2,"iconIdx":571},{"icon":{"paths":["M792 512c0 13.255-10.745 24-24 24v0h-512c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h512c13.255 0 24 10.745 24 24v0zM928 296h-832c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h832c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM608 680h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["funnel-simple-light"]},"attrs":[{}],"properties":{"order":27561,"id":675,"name":"funnel-simple-light","prevSize":16,"code":60220},"setIdx":2,"setId":2,"iconIdx":572},{"icon":{"paths":["M704 440h-96c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h96c13.255 0 24 10.745 24 24s-10.745 24-24 24v0zM416 392h-40v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM959.36 798c-24.904 35.245-65.475 57.983-111.357 58l-0.003 0c-37.482-0.089-71.398-15.278-96.004-39.804l0.004 0.004-1.040-1.12-161.44-183.080h-155.040l-161.24 183.040-1.24 0.96c-24.551 24.634-58.483 39.905-95.982 40l-0.018 0c-75.072-0.051-135.91-60.921-135.91-136 0-8.354 0.753-16.532 2.196-24.47l-0.125 0.83s0-0.24 0-0.4l65.44-336.44c19.742-109.481 114.268-191.463 227.954-191.52l352.446-0c113.399 0.149 207.746 81.535 227.974 189.078l0.226 1.442c0 0.28 0 0.48 0 0.76l65.64 336.72s0 0.28 0 0.44c1.352 7.173 2.125 15.424 2.125 23.856 0 29.111-9.214 56.070-24.886 78.12l0.281-0.416zM688 584c101.62 0 184-82.38 184-184s-82.38-184-184-184v0h-352.44c-90.175 0.071-165.132 65.14-180.554 150.885l-0.166 1.115c-0.009 0.060-0.014 0.129-0.014 0.2s0.005 0.14 0.015 0.208l-0.001-0.008-65.52 336.52c-0.83 4.539-1.305 9.763-1.305 15.098 0 48.601 39.399 88 88 88 24.062 0 45.869-9.658 61.756-25.308l-0.011 0.011 168-190.6c4.414-4.92 10.791-8 17.889-8 0.039 0 0.078 0 0.117 0l-0.006-0zM934.68 704.92l-39.16-201.4c-38.923 76.706-117.175 128.379-207.506 128.48l-34.534 0 132.76 150.72c15.875 15.64 37.682 25.298 61.745 25.298 48.601 0 88-39.399 88-88 0-5.335-0.475-10.558-1.384-15.631l0.079 0.534z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["game-controller-light"]},"attrs":[{}],"properties":{"order":27562,"id":674,"name":"game-controller-light","prevSize":16,"code":60221},"setIdx":2,"setId":2,"iconIdx":573},{"icon":{"paths":["M960 776h-40v-381.32c0-0.029 0-0.062 0-0.096 0-19.343-9.807-36.396-24.721-46.457l-0.199-0.127-352-234.64c-8.733-5.899-19.496-9.416-31.080-9.416s-22.347 3.518-31.279 9.543l0.199-0.126-352 234.64c-15.113 10.187-24.92 27.24-24.92 46.584 0 0.034 0 0.068 0 0.102l-0-0.005v381.32h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h896c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM152 394.68c-0-0.007-0-0.016-0-0.025 0-2.763 1.401-5.199 3.532-6.637l0.028-0.018 352-234.68c1.248-0.843 2.785-1.345 4.44-1.345s3.192 0.503 4.468 1.363l-0.028-0.018 352 234.68c2.155 1.453 3.555 3.882 3.56 6.639l0 0.001v381.36h-112v-232c0-13.255-10.745-24-24-24v0h-448c-13.255 0-24 10.745-24 24v0 232h-112zM712 568v80h-176v-80zM488 648h-176v-80h176zM312 696h176v80h-176zM536 696h176v80h-176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["garage-light"]},"attrs":[{}],"properties":{"order":27563,"id":673,"name":"garage-light","prevSize":16,"code":60222},"setIdx":2,"setId":2,"iconIdx":574},{"icon":{"paths":["M800 104h-306.76c-0.031-0-0.067-0-0.103-0-15.432 0-29.399 6.269-39.495 16.399l-0.002 0.002-47 47.040-47.040-47.040c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-96 96c-10.135 10.134-16.404 24.135-16.404 39.6s6.269 29.466 16.404 39.6l47.040 47.040-47.040 47c-10.131 10.097-16.4 24.065-16.4 39.497 0 0.036 0 0.073 0 0.109l-0-0.006v434.76c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-704c0-30.928-25.072-56-56-56v0zM218.36 261.64c-1.438-1.446-2.326-3.439-2.326-5.64s0.889-4.194 2.327-5.64l-0 0 96-96c1.446-1.438 3.439-2.326 5.64-2.326s4.194 0.889 5.64 2.327l-0-0 47.040 47-107.32 107.32zM808 864c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-434.76c0.010-2.205 0.91-4.198 2.36-5.64l0-0 269.24-269.24c1.442-1.45 3.435-2.35 5.638-2.36l0.002-0h306.76c4.418 0 8 3.582 8 8v0zM728 256c0 13.255-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0zM718.4 499.2l-166.4 124.8 166.4 124.8c5.855 4.425 9.6 11.375 9.6 19.2 0 13.255-10.745 24-24 24-5.43 0-10.439-1.803-14.46-4.844l0.060 0.044-177.6-133.2-177.6 133.2c-3.961 2.997-8.97 4.8-14.4 4.8-13.255 0-24-10.745-24-24 0-7.825 3.745-14.775 9.54-19.156l0.060-0.044 166.4-124.8-166.4-124.8c-5.855-4.425-9.6-11.375-9.6-19.2 0-13.255 10.745-24 24-24 5.43 0 10.439 1.803 14.46 4.844l-0.060-0.044 177.6 133.2 177.6-133.2c3.961-2.997 8.97-4.8 14.4-4.8 13.255 0 24 10.745 24 24 0 7.825-3.745 14.775-9.54 19.156l-0.060 0.044z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gas-can-light"]},"attrs":[{}],"properties":{"order":27564,"id":672,"name":"gas-can-light","prevSize":16,"code":60223},"setIdx":2,"setId":2,"iconIdx":575},{"icon":{"paths":["M958.24 284.28l-77.28-77.24c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 77.24 77.28c7.239 7.196 11.72 17.161 11.72 28.172 0 0.038-0 0.076-0 0.113l0-0.006v325.48c0 22.091-17.909 40-40 40s-40-17.909-40-40v0-160c0-48.601-39.399-88-88-88v0h-72v-200c0-48.601-39.399-88-88-88v0h-320c-48.601 0-88 39.399-88 88v0 616h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h640c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-368h72c22.091 0 40 17.909 40 40v0 160c0 48.601 39.399 88 88 88s88-39.399 88-88v0-325.48c0-0.068 0-0.148 0-0.228 0-24.231-9.847-46.162-25.757-62.009l-0.003-0.003zM248 840v-616c0-22.091 17.909-40 40-40v0h320c22.091 0 40 17.909 40 40v0 616zM568 448c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gas-pump-light"]},"attrs":[{}],"properties":{"order":27565,"id":671,"name":"gas-pump-light","prevSize":16,"code":60224},"setIdx":2,"setId":2,"iconIdx":576},{"icon":{"paths":["M822.6 328.32c-79.12-79.277-188.507-128.322-309.349-128.322-0.44 0-0.88 0.001-1.319 0.002l0.068-0h-1.56c-241.76 0.84-438.44 200.24-438.44 444.52v91.48c0 30.928 25.072 56 56 56v0h768c30.928 0 56-25.072 56-56v0-96c0.001-0.353 0.002-0.772 0.002-1.19 0-121.399-49.479-231.241-129.371-310.46l-0.030-0.030zM904 736c0 4.418-3.582 8-8 8v0h-432.88l228.28-313.88c2.689-3.823 4.297-8.575 4.297-13.703 0-13.255-10.745-24-24-24-7.765 0-14.668 3.687-19.055 9.406l-0.042 0.057-248.84 342.12h-275.76c-4.418 0-8-3.582-8-8v0-91.48c0.019-15.707 0.919-31.181 2.654-46.401l-0.174 1.881h101.52c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-93.16c39.56-166.4 183.28-292.56 357.16-303.24v103.24c0 13.255 10.745 24 24 24s24-10.745 24-24v0-103.24c175.222 11.082 318.46 135.677 357.587 300.576l0.533 2.664h-94.12c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h102c1.32 13.2 2 26.56 2 40z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gauge-light"]},"attrs":[{}],"properties":{"order":27566,"id":670,"name":"gauge-light","prevSize":16,"code":60225},"setIdx":2,"setId":2,"iconIdx":577},{"icon":{"paths":["M967.64 472.4l-64-64c-10.131-10.118-24.121-16.376-39.572-16.376-14.988 0-28.6 5.888-38.651 15.477l0.022-0.021-208.92-208.92c9.568-10.028 15.456-23.641 15.456-38.628 0-15.451-6.257-29.44-16.376-39.572l0.001 0.001-64-64c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-256 256c-10.135 10.134-16.404 24.135-16.404 39.6s6.269 29.466 16.404 39.6l64 64c10.131 10.118 24.121 16.376 39.572 16.376 14.988 0 28.6-5.888 38.651-15.477l-0.022 0.021 39.48 39.52-267.16 267.16c-14.725 16.249-23.738 37.911-23.738 61.679 0 50.81 41.19 92 92 92 23.758 0 45.412-9.005 61.736-23.789l-0.078 0.070 267.16-267.16 39.48 39.48c-9.568 10.028-15.456 23.641-15.456 38.628 0 15.451 6.257 29.44 16.376 39.572l-0.001-0.001 64 64c10.134 10.135 24.135 16.404 39.6 16.404s29.466-6.269 39.6-16.404l256-256c10.159-10.138 16.444-24.155 16.444-39.64 0-15.465-6.269-29.466-16.404-39.6l-0-0zM601.4 631.44l-208.84-208.8 190.080-190.080 208.8 208.8zM314.36 421.64l-64-64c-1.45-1.448-2.346-3.449-2.346-5.66s0.897-4.212 2.346-5.66l0-0 256-256c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 64 64c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0-256 256c-1.448 1.45-3.449 2.346-5.66 2.346s-4.212-0.897-5.66-2.346l-0-0zM226.92 859.2c-7.688 6.73-17.822 10.834-28.914 10.834-24.301 0-44-19.699-44-44 0-11.093 4.105-21.226 10.878-28.965l-0.044 0.051 267.16-267.16 62.080 62.040zM933.68 517.68l-256 256c-1.448 1.45-3.449 2.346-5.66 2.346s-4.212-0.897-5.66-2.346l-0-0-64-64c-1.45-1.448-2.346-3.449-2.346-5.66s0.897-4.212 2.346-5.66l0-0 256-256c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 64 64c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gavel-light"]},"attrs":[{}],"properties":{"order":27567,"id":669,"name":"gavel-light","prevSize":16,"code":60226},"setIdx":2,"setId":2,"iconIdx":578},{"icon":{"paths":["M928 488h-72.92c-3.306-46.695-15.484-89.827-34.856-128.748l0.896 1.988 63.16-36.44c7.232-4.228 12.013-11.956 12.013-20.8 0-13.262-10.751-24.013-24.013-24.013-4.418 0-8.557 1.193-12.113 3.275l0.113-0.061-63.2 36.48c-25.134-36.794-55.966-67.626-91.572-91.992l-1.188-0.768 36.48-63.2c2.020-3.443 3.213-7.582 3.213-12 0-13.262-10.751-24.013-24.013-24.013-8.844 0-16.572 4.781-20.739 11.9l-0.061 0.113-36.44 63.16c-36.934-18.476-80.066-30.654-125.667-33.898l-1.093-0.062v-72.92c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72.92c-46.695 3.306-89.827 15.484-128.748 34.856l1.988-0.896-36.44-63.16c-4.228-7.232-11.956-12.013-20.8-12.013-13.262 0-24.013 10.751-24.013 24.013 0 4.418 1.193 8.557 3.275 12.113l-0.061-0.113 36.48 63.2c-36.794 25.134-67.626 55.966-91.992 91.572l-0.768 1.188-63.2-36.48c-3.443-2.020-7.582-3.213-12-3.213-13.262 0-24.013 10.751-24.013 24.013 0 8.844 4.781 16.572 11.9 20.739l0.113 0.061 63.16 36.44c-18.476 36.934-30.654 80.066-33.898 125.667l-0.062 1.093h-72.92c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72.92c3.306 46.695 15.484 89.827 34.856 128.748l-0.896-1.988-63.16 36.44c-7.232 4.228-12.013 11.956-12.013 20.8 0 13.262 10.751 24.013 24.013 24.013 4.418 0 8.557-1.193 12.113-3.275l-0.113 0.061 63.2-36.48c25.134 36.794 55.966 67.626 91.572 91.992l1.188 0.768-36.48 63.2c-2.020 3.443-3.213 7.582-3.213 12 0 13.262 10.751 24.013 24.013 24.013 8.844 0 16.572-4.781 20.739-11.9l0.061-0.113 36.44-63.16c36.934 18.476 80.066 30.654 125.667 33.898l1.093 0.062v72.92c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72.92c46.695-3.306 89.827-15.484 128.748-34.856l-1.988 0.896 36.44 63.16c4.227 7.224 11.948 12 20.785 12 0.019 0 0.039-0 0.058-0l-0.003 0c0.010 0 0.021 0 0.033 0 4.41 0 8.539-1.204 12.077-3.3l-0.11 0.060c7.225-4.227 12.001-11.948 12.001-20.785 0-4.408-1.188-8.539-3.262-12.089l0.061 0.114-36.48-63.2c36.794-25.134 67.626-55.966 91.992-91.572l0.768-1.188 63.2 36.48c3.443 2.020 7.582 3.213 12 3.213 13.262 0 24.013-10.751 24.013-24.013 0-8.844-4.781-16.572-11.9-20.739l-0.113-0.061-63.16-36.44c18.463-36.936 30.628-80.069 33.858-125.67l0.062-1.090h72.92c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM344 755.36c-77.633-54.042-127.805-142.842-127.805-243.36s50.172-189.318 126.839-242.723l0.966-0.637 140.28 243.36zM512 808c-0.082 0-0.18 0-0.277 0-45.94 0-89.419-10.537-128.153-29.326l1.75 0.766 140.52-243.44h281.12c-12.972 152.716-140.027 271.786-294.938 272l-0.022 0zM525.84 488l-140.52-243.44c37.111-18.022 80.725-28.556 126.799-28.556 154.987 0 282.134 119.198 294.769 270.922l0.072 1.073z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gear-fine-light"]},"attrs":[{}],"properties":{"order":27568,"id":668,"name":"gear-fine-light","prevSize":16,"code":60227},"setIdx":2,"setId":2,"iconIdx":579},{"icon":{"paths":["M512 328c-101.62 0-184 82.38-184 184s82.38 184 184 184c101.62 0 184-82.38 184-184v0c-0.136-101.565-82.435-183.864-183.987-184l-0.013-0zM512 648c-75.111 0-136-60.889-136-136s60.889-136 136-136c75.111 0 136 60.889 136 136v0c0 75.111-60.889 136-136 136v0zM856 523.36c0.24-7.56 0.24-15.16 0-22.72l61.32-76.64c3.27-4.066 5.249-9.292 5.249-14.98 0-2.198-0.295-4.326-0.849-6.348l0.039 0.168c-10.566-39.223-25.169-73.544-43.795-105.216l1.075 1.976c-3.753-6.528-10.323-11.074-18.006-11.989l-0.114-0.011-97.8-10.84q-7.72-8.28-16-16l-10.88-97.84c-0.926-7.797-5.472-14.367-11.884-18.058l-0.116-0.062c-29.648-17.495-63.914-32.069-100.117-41.951l-2.963-0.689c-1.82-0.495-3.911-0.78-6.067-0.78-5.739 0-11.007 2.014-15.137 5.374l0.044-0.035-76.8 61.48c-7.56-0.24-15.16-0.24-22.72 0l-76.48-61.52c-4.066-3.27-9.292-5.249-14.98-5.249-2.198 0-4.326 0.295-6.348 0.849l0.168-0.039c-39.223 10.566-73.544 25.169-105.216 43.795l1.976-1.075c-6.528 3.753-11.074 10.323-11.989 18.006l-0.011 0.114-10.68 97.8q-8.28 7.76-16 16l-97.88 11.12c-7.797 0.926-14.367 5.472-18.058 11.884l-0.062 0.116c-17.495 29.648-32.069 63.914-41.951 100.117l-0.689 2.963c-0.484 1.8-0.762 3.867-0.762 5.999 0 5.661 1.96 10.865 5.239 14.969l-0.037-0.048 61.48 76.8c-0.24 7.56-0.24 15.16 0 22.72l-61.52 76.68c-3.27 4.066-5.249 9.292-5.249 14.98 0 2.198 0.295 4.326 0.849 6.348l-0.039-0.168c10.585 39.151 25.186 73.403 43.794 105.013l-1.074-1.973c3.753 6.528 10.323 11.074 18.006 11.989l0.114 0.011 97.8 10.84q7.76 8.28 16 16l11.12 97.72c0.926 7.797 5.472 14.367 11.884 18.058l0.116 0.062c29.648 17.495 63.914 32.069 100.117 41.951l2.963 0.689c1.854 0.514 3.982 0.809 6.18 0.809 5.688 0 10.914-1.979 15.027-5.285l-0.047 0.036 76.4-61.28c7.56 0.24 15.16 0.24 22.72 0l76.84 61.52c4.064 3.265 9.286 5.24 14.969 5.24 0.011 0 0.022-0 0.033-0l-0.002 0c2.193-0.008 4.314-0.299 6.333-0.839l-0.173 0.039c39.151-10.585 73.403-25.186 105.013-43.794l-1.973 1.074c6.528-3.753 11.074-10.323 11.989-18.006l0.011-0.114 10.84-97.8q8.28-7.72 16-16l97.84-10.88c7.797-0.926 14.367-5.472 18.058-11.884l0.062-0.116c17.503-29.649 32.078-63.915 41.952-100.121l0.688-2.959c0.514-1.854 0.809-3.982 0.809-6.18 0-5.688-1.979-10.914-5.285-15.027l0.036 0.047zM843.6 689.88l-94.56 10.52c-6.124 0.725-11.454 3.661-15.257 7.974l-0.023 0.026c-8.006 8.994-16.247 17.234-24.94 24.977l-0.3 0.263c-4.339 3.826-7.275 9.156-7.989 15.166l-0.011 0.114-10.52 94.52c-19.731 10.786-42.739 20.489-66.768 27.855l-2.672 0.705-74.28-59.44c-4.064-3.265-9.286-5.24-14.969-5.24-0.011 0-0.022 0-0.033 0l0.002-0h-1.44c-5.331 0.325-11.564 0.51-17.84 0.51s-12.509-0.185-18.693-0.55l0.853 0.040c-0.438-0.029-0.95-0.045-1.465-0.045-5.686 0-10.909 1.977-15.021 5.281l0.047-0.036-74.24 59.48c-26.67-8.114-49.648-17.854-71.336-29.665l1.976 0.985-10.52-94.48c-0.725-6.124-3.661-11.454-7.974-15.257l-0.026-0.023c-8.994-8.006-17.234-16.247-24.977-24.94l-0.263-0.3c-3.826-4.339-9.156-7.275-15.166-7.989l-0.114-0.011-94.52-10.52c-10.774-19.672-20.474-42.611-27.852-66.568l-0.708-2.672 59.44-74.28c3.268-4.065 5.245-9.289 5.245-14.975 0-0.516-0.016-1.027-0.048-1.535l0.004 0.069c-0.325-5.331-0.51-11.564-0.51-17.84s0.185-12.509 0.55-18.693l-0.040 0.853c0.029-0.438 0.045-0.95 0.045-1.465 0-5.686-1.977-10.909-5.281-15.021l0.036 0.047-59.44-74.24c8.114-26.67 17.854-49.648 29.665-71.336l-0.985 1.976 94.48-10.52c6.124-0.725 11.454-3.661 15.257-7.974l0.023-0.026c8.006-8.994 16.247-17.234 24.94-24.977l0.3-0.263c4.339-3.826 7.275-9.156 7.989-15.166l0.011-0.114 10.52-94.52c19.672-10.774 42.611-20.474 66.568-27.852l2.672-0.708 74.28 59.44c4.065 3.268 9.289 5.245 14.975 5.245 0.516 0 1.027-0.016 1.535-0.048l-0.069 0.004c5.331-0.325 11.564-0.51 17.84-0.51s12.509 0.185 18.693 0.55l-0.853-0.040c0.438 0.029 0.95 0.045 1.465 0.045 5.686 0 10.909-1.977 15.021-5.281l-0.047 0.036 74.24-59.44c26.67 8.114 49.648 17.854 71.336 29.665l-1.976-0.985 10.52 94.56c0.725 6.124 3.661 11.454 7.974 15.257l0.026 0.023c8.994 8.006 17.234 16.247 24.977 24.94l0.263 0.3c3.826 4.339 9.156 7.275 15.166 7.989l0.114 0.011 94.52 10.52c10.768 19.649 20.468 42.56 27.85 66.488l0.71 2.672-59.44 74.28c-3.268 4.065-5.245 9.289-5.245 14.975 0 0.516 0.016 1.027 0.048 1.535l-0.004-0.069c0.325 5.331 0.51 11.564 0.51 17.84s-0.185 12.509-0.55 18.693l0.040-0.853c-0.029 0.438-0.045 0.95-0.045 1.465 0 5.686 1.977 10.909 5.281 15.021l-0.036-0.047 59.44 74.24c-8.086 26.669-17.8 49.649-29.585 71.341l0.985-1.981z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gear-light"]},"attrs":[{}],"properties":{"order":27569,"id":667,"name":"gear-light","prevSize":16,"code":60228},"setIdx":2,"setId":2,"iconIdx":580},{"icon":{"paths":["M512 328c-101.62 0-184 82.38-184 184s82.38 184 184 184c101.62 0 184-82.38 184-184v0c-0.136-101.565-82.435-183.864-183.987-184l-0.013-0zM512 648c-75.111 0-136-60.889-136-136s60.889-136 136-136c75.111 0 136 60.889 136 136v0c0 75.111-60.889 136-136 136v0zM944 430.4c-1.472-6.906-5.754-12.602-11.563-15.938l-0.117-0.062-121.76-69.52-1.68-2.84-0.48-137.24c0-0 0-0.001 0-0.002 0-7.284-3.245-13.81-8.368-18.212l-0.032-0.027c-40.76-34.642-88.734-62.29-141.183-80.315l-3.097-0.925c-2.282-0.793-4.912-1.251-7.649-1.251-4.302 0-8.339 1.132-11.83 3.114l0.119-0.062-122.52 68.32h-4l-122.2-68.4c-3.369-1.915-7.401-3.043-11.697-3.043-2.772 0-5.434 0.47-7.911 1.335l0.168-0.051c-55.529 19.001-103.476 46.715-144.816 81.952l0.616-0.512c-5.176 4.408-8.447 10.919-8.48 18.194l-0 0.006-0.64 137.36c-0.56 0.92-1.12 1.88-1.64 2.84l-121.6 69.16c-5.952 3.447-10.231 9.221-11.614 16.046l-0.026 0.154c-5.094 24.521-8.010 52.7-8.010 81.56s2.916 57.039 8.47 84.259l-0.46-2.699c1.472 6.906 5.754 12.602 11.563 15.938l0.117 0.062 121.68 69.32 1.68 2.84 0.48 137.24c-0 0.040-0 0.086-0 0.133 0 7.321 3.278 13.877 8.447 18.279l0.034 0.028c40.76 34.642 88.734 62.29 141.183 80.315l3.097 0.925c2.282 0.793 4.912 1.251 7.649 1.251 4.302 0 8.339-1.132 11.83-3.114l-0.119 0.062 122.44-68.32h4l122.24 68.4c3.368 1.896 7.391 3.021 11.674 3.040l0.006 0c0.030 0 0.065 0 0.1 0 2.729 0 5.349-0.469 7.784-1.331l-0.163 0.050c55.453-19.024 103.331-46.735 144.613-81.95l-0.613 0.51c5.176-4.408 8.447-10.919 8.48-18.194l0-0.006 0.64-137.36c0.56-0.92 1.12-1.88 1.64-2.84l121.68-69.16c5.968-3.439 10.262-9.215 11.654-16.046l0.026-0.154c5.145-24.642 8.090-52.959 8.090-81.963 0-28.716-2.887-56.757-8.387-83.849l0.456 2.693zM899 573.56l-117.72 66.84c-3.835 2.222-6.929 5.341-9.057 9.080l-0.063 0.12c-2.36 4-4.84 8.44-7.44 12.56-2.273 3.589-3.626 7.955-3.64 12.636l-0 0.004-0.64 132.84c-31.487 25.404-67.92 46.4-107.374 61.228l-2.706 0.892-118.36-66.24c-3.373-1.931-7.412-3.072-11.718-3.080l-0.002-0h-0.56c-4.96 0-10 0-14.96 0-0.172-0.004-0.374-0.007-0.577-0.007-4.298 0-8.333 1.13-11.822 3.109l0.119-0.062-118.68 66.24c-42.219-15.643-78.71-36.592-111.002-62.552l0.762 0.592-0.48-132.68c-0.014-4.685-1.367-9.051-3.698-12.739l0.058 0.099c-2.56-4-5.080-8.32-7.44-12.56-2.169-3.864-5.252-6.984-8.965-9.138l-0.115-0.062-117.72-67.080c-3.265-18.513-5.132-39.829-5.132-61.58s1.867-43.066 5.449-63.794l-0.317 2.214 117.52-66.84c3.899-2.202 7.047-5.324 9.218-9.083l0.062-0.117c2.36-4 4.84-8.44 7.44-12.56 2.273-3.589 3.626-7.955 3.64-12.636l0-0.004 0.64-132.84c31.442-25.39 67.821-46.384 107.216-61.226l2.704-0.894 118.36 66.24c3.308 1.92 7.278 3.053 11.514 3.053 0.269 0 0.538-0.005 0.805-0.014l-0.039 0.001c4.96 0 10 0 14.96 0 0.172 0.004 0.374 0.007 0.577 0.007 4.298 0 8.333-1.13 11.822-3.109l-0.119 0.062 118.6-66.24c42.219 15.643 78.71 36.592 111.002 62.552l-0.762-0.592 0.48 132.68c0.014 4.685 1.367 9.051 3.698 12.739l-0.058-0.099c2.56 4 5.080 8.32 7.44 12.56 2.169 3.864 5.252 6.984 8.965 9.138l0.115 0.062 117.8 67.12c3.304 18.621 5.192 40.059 5.192 61.937 0 21.624-1.845 42.817-5.386 63.43l0.314-2.207z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gear-six-light"]},"attrs":[{}],"properties":{"order":27570,"id":666,"name":"gear-six-light","prevSize":16,"code":60229},"setIdx":2,"setId":2,"iconIdx":581},{"icon":{"paths":["M824 384c0-0.022 0-0.049 0-0.076 0-172.313-139.687-312-312-312s-312 139.687-312 312c0 163.866 126.328 298.227 286.907 311.006l1.093 0.070v113h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h136v104c0 13.255 10.745 24 24 24s24-10.745 24-24v0-104h136c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-136v-113c161.566-13.018 287.779-147.235 288-310.977l0-0.023zM248 384c0-145.803 118.197-264 264-264s264 118.197 264 264c0 145.803-118.197 264-264 264v0c-145.73-0.182-263.818-118.27-264-263.983l-0-0.017z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-female-light"]},"attrs":[{}],"properties":{"order":27571,"id":665,"name":"gender-female-light","prevSize":16,"code":60230},"setIdx":2,"setId":2,"iconIdx":582},{"icon":{"paths":["M832 104h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h102.080l-120 119.76c-44.798-44.404-106.477-71.843-174.564-71.843-136.967 0-248 111.033-248 248 0 128.686 98.014 234.48 223.461 246.801l1.023 0.081v81.2h-104c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h104v104c0 13.255 10.745 24 24 24s24-10.745 24-24v0-104h104c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-104v-81.2c126.18-12.707 223.856-118.358 223.856-246.822 0-51.954-15.976-100.178-43.284-140.025l0.548 0.846 122.88-122.88v102.080c0 13.255 10.745 24 24 24s24-10.745 24-24v0-160c0-13.255-10.745-24-24-24v0zM480 648c-110.457 0-200-89.543-200-200s89.543-200 200-200c110.457 0 200 89.543 200 200v0c-0.136 110.402-89.598 199.863-199.987 200l-0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-intersex-light"]},"attrs":[{}],"properties":{"order":27572,"id":664,"name":"gender-intersex-light","prevSize":16,"code":60231},"setIdx":2,"setId":2,"iconIdx":583},{"icon":{"paths":["M864 136h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h134.080l-187.2 187.16c-54.2-46.627-125.253-75.018-202.937-75.018-172.313 0-312 139.687-312 312s139.687 312 312 312c86.156 0 164.156-34.922 220.617-91.382l-0 0c56.365-56.511 91.218-134.502 91.218-220.634 0-77.693-28.358-148.762-75.287-203.423l0.35 0.417 187.16-187.16v134.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM602.64 794.8c-47.77 47.748-113.752 77.28-186.632 77.28-145.803 0-264-118.197-264-264s118.197-264 264-264c72.88 0 138.862 29.531 186.633 77.281l-0.001-0.001c47.704 47.823 77.202 113.827 77.202 186.72s-29.498 138.897-77.208 186.725l0.005-0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-male-light"]},"attrs":[{}],"properties":{"order":27573,"id":663,"name":"gender-male-light","prevSize":16,"code":60232},"setIdx":2,"setId":2,"iconIdx":584},{"icon":{"paths":["M824 416c0-0.022 0-0.049 0-0.076 0-172.313-139.687-312-312-312s-312 139.687-312 312c0 163.866 126.328 298.227 286.907 311.006l1.093 0.070v201c0 13.255 10.745 24 24 24s24-10.745 24-24v0-201c161.566-13.018 287.779-147.235 288-310.977l0-0.023zM512 680c-145.803 0-264-118.197-264-264s118.197-264 264-264c145.803 0 264 118.197 264 264v0c-0.182 145.73-118.27 263.818-263.983 264l-0.017 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-neuter-light"]},"attrs":[{}],"properties":{"order":27574,"id":662,"name":"gender-neuter-light","prevSize":16,"code":60233},"setIdx":2,"setId":2,"iconIdx":585},{"icon":{"paths":["M536 393.080v-158.68l123.64 74.16c3.668 2.389 8.156 3.81 12.976 3.81 13.255 0 24-10.745 24-24 0-8.94-4.888-16.739-12.138-20.868l-0.118-0.062-125.72-75.44 125.72-75.4c7.026-4.273 11.646-11.887 11.646-20.58 0-13.258-10.748-24.006-24.006-24.006-4.565 0-8.832 1.274-12.466 3.486l0.106-0.060-147.64 88.56-147.64-88.56c-3.528-2.152-7.795-3.426-12.36-3.426-13.258 0-24.006 10.748-24.006 24.006 0 8.693 4.621 16.307 11.54 20.52l0.106 0.060 125.72 75.4-125.72 75.44c-7.368 4.192-12.256 11.99-12.256 20.93 0 13.255 10.745 24 24 24 4.82 0 9.309-1.421 13.069-3.867l-0.093 0.057 123.64-74.16v158.68c-143.964 12.755-256 132.778-256 278.97 0 154.64 125.36 280 280 280s280-125.36 280-280c0-146.191-112.036-266.215-254.932-278.893l-1.068-0.076zM512 904c-128.13 0-232-103.87-232-232s103.87-232 232-232c128.13 0 232 103.87 232 232v0c-0.159 128.066-103.934 231.841-231.984 232l-0.016 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-nonbinary-light"]},"attrs":[{}],"properties":{"order":27575,"id":661,"name":"gender-nonbinary-light","prevSize":16,"code":60234},"setIdx":2,"setId":2,"iconIdx":586},{"icon":{"paths":["M864 136h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h134.080l-134.080 134.080-79.040-79.040c-4.355-4.42-10.407-7.158-17.098-7.158-13.255 0-24 10.745-24 24 0 6.701 2.746 12.76 7.175 17.114l0.003 0.003 79.040 79-73.84 73.84c-48.292-40.796-111.248-65.593-179.995-65.593-154.507 0-279.76 125.253-279.76 279.76s125.253 279.76 279.76 279.76c154.507 0 279.76-125.253 279.76-279.76 0-68.863-24.881-131.915-66.143-180.657l0.338 0.41 73.8-73.76 79.040 79.040c4.328 4.255 10.268 6.882 16.822 6.882 13.255 0 24-10.745 24-24 0-6.564-2.635-12.512-6.905-16.845l0.003 0.003-79.040-79.080 134.080-134.040v134.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM548 804c-41.979 41.955-99.959 67.902-164 67.902-128.13 0-232-103.87-232-232s103.87-232 232-232c128.13 0 232 103.87 232 232 0 0.034-0 0.069-0 0.103l0-0.005c-0.028 64.054-26.010 122.034-67.999 163.999l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gender-transgender-light"]},"attrs":[{}],"properties":{"order":27576,"id":660,"name":"gender-transgender-light","prevSize":16,"code":60235},"setIdx":2,"setId":2,"iconIdx":587},{"icon":{"paths":["M440 464c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM624 424c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM888 480v384c-0.007 13.249-10.75 23.987-24 23.987-5.787 0-11.096-2.048-15.241-5.46l0.041 0.033-102.12-83.56-102.16 83.56c-4.104 3.378-9.413 5.427-15.2 5.427s-11.096-2.048-15.241-5.46l0.041 0.033-102.12-83.56-102.12 83.56c-4.104 3.378-9.413 5.427-15.2 5.427s-11.096-2.048-15.241-5.46l0.041 0.033-102.16-83.56-102.12 83.56c-4.104 3.378-9.413 5.427-15.2 5.427-13.25 0-23.993-10.738-24-23.986l-0-0.001v-384c0-207.659 168.341-376 376-376s376 168.341 376 376v0zM840 480c0-181.149-146.851-328-328-328s-328 146.851-328 328v0 333.36l78.12-64c4.104-3.378 9.413-5.427 15.2-5.427s11.096 2.048 15.241 5.46l-0.041-0.033 102.16 83.56 102.12-83.56c4.104-3.378 9.413-5.427 15.2-5.427s11.096 2.048 15.241 5.46l-0.041-0.033 102.12 83.56 102.16-83.56c4.104-3.378 9.413-5.427 15.2-5.427s11.096 2.048 15.241 5.46l-0.041-0.033 78.12 64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ghost-light"]},"attrs":[{}],"properties":{"order":27577,"id":659,"name":"ghost-light","prevSize":16,"code":60236},"setIdx":2,"setId":2,"iconIdx":588},{"icon":{"paths":["M568 288v448c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-448c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM896 264h-192c-13.255 0-24 10.745-24 24v0 448c0 13.255 10.745 24 24 24s24-10.745 24-24v0-200h136c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-136v-176h168c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM384 488h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v72c0 57.438-46.562 104-104 104s-104-46.562-104-104v0-192c0-57.438 46.562-104 104-104v0c48.28 0 93.32 33.52 104.76 78 2.76 10.435 12.116 18.002 23.24 18.002 13.256 0 24.002-10.746 24.002-24.002 0-2.132-0.278-4.199-0.8-6.167l0.038 0.167c-17-66-80.6-114-151.24-114-83.947 0-152 68.053-152 152v0 192c0 83.947 68.053 152 152 152s152-68.053 152-152v0-96c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gif-light"]},"attrs":[{}],"properties":{"order":27578,"id":658,"name":"gif-light","prevSize":16,"code":60237},"setIdx":2,"setId":2,"iconIdx":589},{"icon":{"paths":["M864 296h-165.040c9.038-5.714 16.875-11.618 24.198-18.092l-0.198 0.172c22.128-19.779 36.193-48.182 36.878-79.88l0.002-0.12c0.034-1.075 0.053-2.338 0.053-3.606 0-67.666-54.854-122.52-122.52-122.52-1.186 0-2.368 0.017-3.546 0.050l0.173-0.004c-31.818 0.687-60.221 14.752-79.906 36.773l-0.094 0.107c-17.852 20.961-32.136 45.61-41.514 72.557l-0.486 1.603c-9.844-28.532-24.101-53.168-42.19-74.446l0.27 0.326c-19.791-22.162-48.227-36.245-79.962-36.918l-0.118-0.002c-1.052-0.032-2.29-0.051-3.532-0.051-67.666 0-122.52 54.854-122.52 122.52 0 1.256 0.019 2.507 0.056 3.753l-0.004-0.183c0.687 31.818 14.752 60.221 36.773 79.906l0.107 0.094c7.124 6.316 14.963 12.221 23.253 17.477l0.747 0.443h-164.88c-30.928-0-56 25.072-56 56 0 0.014 0 0.028 0 0.042l-0-0.002v128c0 30.928 25.072 56 56 56v0h8v264c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-264h8c30.928 0 56-25.072 56-56v0-128c0-30.928-25.072-56-56-56v0zM543.080 252c9-48.48 25.16-87 46.76-111.4 11.327-12.467 27.519-20.339 45.553-20.599l0.047-0.001h2.2c41.086 0.005 74.391 33.313 74.391 74.4 0 0.76-0.011 1.516-0.034 2.271l0.003-0.111c-0.294 18.098-8.209 34.29-20.666 45.552l-0.054 0.048c-42.88 37.84-115.6 49.16-153.92 52.44 1-11.56 2.64-26.28 5.72-42.6zM333.8 141.8c13.472-13.424 32.039-21.741 52.549-21.8l0.011-0h2.2c18.098 0.294 34.29 8.209 45.552 20.666l0.048 0.054c37.84 42.88 49.16 115.6 52.44 153.92-11.56-1-26.28-2.72-42.44-5.72-48.48-8.92-87-25.16-111.4-46.8-12.532-11.284-20.464-27.467-20.759-45.508l-0.001-0.052c-0.018-0.605-0.028-1.317-0.028-2.032 0-20.589 8.341-39.23 21.828-52.729l-0.001 0.001zM152 480v-128c0-4.418 3.582-8 8-8v0h328v144h-328c-4.418 0-8-3.582-8-8v0zM216 800v-264h272v272h-264c-4.418 0-8-3.582-8-8v0zM808 800c0 4.418-3.582 8-8 8v0h-264v-272h272zM872 480c0 4.418-3.582 8-8 8v0h-328v-144h328c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gift-light"]},"attrs":[{}],"properties":{"order":27579,"id":657,"name":"gift-light","prevSize":16,"code":60238},"setIdx":2,"setId":2,"iconIdx":590},{"icon":{"paths":["M888 256c-0.014-66.264-53.734-119.976-120-119.976-66.274 0-120 53.726-120 120 0 57.779 40.835 106.020 95.218 117.438l0.781 0.137v42.4c0 39.765-32.235 72-72 72v0h-288c-0.071-0-0.156-0-0.24-0-27.072 0-52.037 9.019-72.055 24.215l0.296-0.215v-138.4c55.165-11.556 96-59.797 96-117.576 0-66.274-53.726-120-120-120s-120 53.726-120 120c0 57.779 40.835 106.020 95.219 117.438l0.781 0.137v276.8c-55.165 11.556-96 59.797-96 117.576 0 66.274 53.726 120 120 120s120-53.726 120-120c0-57.779-40.835-106.020-95.219-117.438l-0.781-0.137v-42.4c0-39.765 32.235-72 72-72v0h288c66.274 0 120-53.726 120-120v0-42.4c55.133-11.628 95.931-59.84 96-117.592l0-0.008zM216 256c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0zM360 768c0 39.765-32.235 72-72 72s-72-32.235-72-72c0-39.765 32.235-72 72-72v0c39.765 0 72 32.235 72 72v0zM768 328c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-branch-light"]},"attrs":[{}],"properties":{"order":27580,"id":656,"name":"git-branch-light","prevSize":16,"code":60239},"setIdx":2,"setId":2,"iconIdx":591},{"icon":{"paths":["M992 488h-265.36c-12.58-108.423-103.873-191.799-214.64-191.799s-202.060 83.376-214.545 190.793l-0.095 1.006h-265.36c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h265.36c12.58 108.423 103.873 191.799 214.64 191.799s202.060-83.376 214.545-190.793l0.095-1.006h265.36c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM512 680c-92.784 0-168-75.216-168-168s75.216-168 168-168c92.784 0 168 75.216 168 168v0c0 92.784-75.216 168-168 168v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-commit-light"]},"attrs":[{}],"properties":{"order":27581,"id":655,"name":"git-commit-light","prevSize":16,"code":60240},"setIdx":2,"setId":2,"iconIdx":592},{"icon":{"paths":["M448 616c-13.255 0-24 10.745-24 24v0 134.080l-126.8-126.8c-30.393-30.249-49.201-72.115-49.201-118.374 0-0.15 0-0.3 0.001-0.45l-0 0.023v-154.88c55.165-11.556 96-59.797 96-117.576 0-66.274-53.726-120-120-120s-120 53.726-120 120c0 57.779 40.835 106.020 95.219 117.438l0.781 0.137v154.88c-0 0.163-0.001 0.357-0.001 0.55 0 59.472 24.192 113.293 63.271 152.16l0.009 0.009 126.8 126.8h-134.080c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM152 256c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0zM824 650.4v-154.88c0-0.163 0.001-0.357 0.001-0.55 0-59.472-24.192-113.293-63.271-152.16l-0.009-0.009-126.8-126.8h134.080c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-192c-13.255 0-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24s24-10.745 24-24v0-134.080l126.8 126.8c30.393 30.249 49.201 72.115 49.201 118.374 0 0.15-0 0.3-0.001 0.45l0-0.023v154.88c-55.165 11.556-96 59.797-96 117.576 0 66.274 53.726 120 120 120s120-53.726 120-120c0-57.779-40.835-106.020-95.219-117.438l-0.781-0.137zM800 840c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-diff-light"]},"attrs":[{}],"properties":{"order":27582,"id":654,"name":"git-diff-light","prevSize":16,"code":60241},"setIdx":2,"setId":2,"iconIdx":593},{"icon":{"paths":["M888 256c-0.014-66.264-53.734-119.976-120-119.976-66.274 0-120 53.726-120 120 0 57.779 40.835 106.020 95.218 117.438l0.781 0.137v42.4c0 39.765-32.235 72-72 72v0h-320c-39.765 0-72-32.235-72-72v0-42.4c55.165-11.556 96-59.797 96-117.576 0-66.274-53.726-120-120-120s-120 53.726-120 120c0 57.779 40.835 106.020 95.219 117.438l0.781 0.137v42.4c0 66.274 53.726 120 120 120v0h136v114.4c-55.165 11.556-96 59.797-96 117.576 0 66.274 53.726 120 120 120s120-53.726 120-120c0-57.779-40.835-106.020-95.219-117.438l-0.781-0.137v-114.4h136c66.274 0 120-53.726 120-120v0-42.4c55.133-11.628 95.931-59.84 96-117.592l0-0.008zM184 256c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0zM584 768c0 39.765-32.235 72-72 72s-72-32.235-72-72c0-39.765 32.235-72 72-72v0c39.765 0 72 32.235 72 72v0zM768 328c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-fork-light"]},"attrs":[{}],"properties":{"order":27583,"id":653,"name":"git-fork-light","prevSize":16,"code":60242},"setIdx":2,"setId":2,"iconIdx":594},{"icon":{"paths":["M824.52 303.68c7.247-21.436 11.43-46.124 11.43-71.788 0-42.682-11.568-82.662-31.739-116.976l0.59 1.085c-4.227-7.224-11.948-12-20.785-12-0.005 0-0.011 0-0.016 0l0.001-0c-0.152-0-0.332-0.001-0.513-0.001-76.897 0-145.021 37.56-187.027 95.336l-0.46 0.665h-104c-42.466-58.44-110.59-96.001-187.487-96.001-0.18 0-0.36 0-0.541 0.001l0.028-0c-0.005-0-0.010-0-0.015-0-8.837 0-16.558 4.776-20.723 11.887l-0.061 0.113c-19.582 33.23-31.15 73.21-31.15 115.892 0 25.665 4.183 50.353 11.903 73.42l-0.473-1.631c-19.432 32.102-31.083 70.809-31.479 112.209l-0.001 0.111v32c0.151 114.228 88.847 207.691 201.126 215.443l0.674 0.037c-25.876 27.114-41.8 63.923-41.8 104.45 0 0.025 0 0.049 0 0.074l-0-0.004v40h-104c-57.438 0-104-46.562-104-104v0c0-83.947-68.053-152-152-152v0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c57.438 0 104 46.562 104 104v0c0 83.947 68.053 152 152 152v0h104v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-160c0-57.438 46.562-104 104-104s104 46.562 104 104v0 160c0 13.255 10.745 24 24 24s24-10.745 24-24v0-160c0-0.021 0-0.045 0-0.070 0-40.527-15.924-77.336-41.856-104.509l0.056 0.059c112.953-7.789 201.649-101.252 201.8-215.465l0-0.015v-32c-0.397-41.511-12.048-80.218-32.041-113.322l0.561 1.002zM808 448c0 92.784-75.216 168-168 168v0h-192c-92.784 0-168-75.216-168-168v0-32c0.453-35.354 11.293-68.087 29.6-95.393l-0.4 0.633c3.017-3.969 4.833-8.994 4.833-14.443 0-3.091-0.584-6.046-1.649-8.76l0.056 0.163c-7.835-19.644-12.379-42.41-12.379-66.237 0-28.888 6.679-56.217 18.578-80.525l-0.479 1.082c59.34 4.608 110.293 36.821 140.483 83.676l0.437 0.724c4.331 6.705 11.768 11.080 20.226 11.080 0.005 0 0.010-0 0.015-0l129.359 0c0.012 0 0.026 0 0.040 0 8.441 0 15.865-4.358 20.143-10.947l0.057-0.093c30.611-47.603 81.569-79.836 140.29-84.401l0.63-0.039c11.42 23.226 18.099 50.554 18.099 79.443 0 23.827-4.544 46.593-12.812 67.479l0.433-1.241c-1.012 2.556-1.599 5.517-1.599 8.614 0 5.406 1.787 10.395 4.804 14.407l-0.044-0.062c17.965 26.683 28.838 59.449 29.279 94.727l0.001 0.113z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["github-logo-light"]},"attrs":[{}],"properties":{"order":27584,"id":652,"name":"github-logo-light","prevSize":16,"code":60243},"setIdx":2,"setId":2,"iconIdx":595},{"icon":{"paths":["M912.84 470.44l-79.56-304.48c-4.478-17.419-20.042-30.084-38.565-30.084-17.155 0-31.772 10.864-37.347 26.088l-0.088 0.276-72.6 197.76h-345.36l-72.68-197.76c-5.663-15.5-20.28-26.364-37.435-26.364-18.522 0-34.086 12.665-38.504 29.808l-0.060 0.276-79.48 304.48c-4.572 16.776-7.199 36.037-7.199 55.912 0 73.598 36.022 138.782 91.396 178.885l0.643 0.443 293.080 207.080c6.37 4.53 14.308 7.243 22.88 7.243s16.51-2.712 23.003-7.326l-0.123 0.083 293.16-207.080c56.018-40.546 92.039-105.73 92.039-179.328 0-19.875-2.627-39.137-7.553-57.456l0.353 1.544zM230.6 203.28l69.4 189c3.472 9.254 12.244 15.72 22.526 15.72 0.012 0 0.024-0 0.035-0l-0.002 0h378.88c0.010 0 0.022 0 0.034 0 10.283 0 19.055-6.466 22.472-15.555l0.055-0.165 69.44-189 60 230.080-341.44 241.28-341.52-241.28zM157.52 482.96l312.88 221.040-96.76 68.4-149.88-105.92c-43.713-31.673-71.819-82.564-71.819-140.018 0-15.462 2.036-30.449 5.853-44.707l-0.275 1.205zM512 870.12l-96.76-68.36 96.76-68.36 96.76 68.36zM800.24 666.48l-149.88 105.92-96.76-68.4 312.88-221.040c3.543 13.053 5.579 28.040 5.579 43.502 0 57.455-28.106 108.345-71.318 139.673l-0.5 0.345z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gitlab-logo-light"]},"attrs":[{}],"properties":{"order":27585,"id":651,"name":"gitlab-logo-light","prevSize":16,"code":60244},"setIdx":2,"setId":2,"iconIdx":596},{"icon":{"paths":["M912.84 470.44l-79.56-304.48c-4.478-17.419-20.042-30.084-38.565-30.084-17.155 0-31.772 10.864-37.347 26.088l-0.088 0.276-72.6 197.76h-345.36l-72.68-197.76c-5.663-15.5-20.28-26.364-37.435-26.364-18.522 0-34.086 12.665-38.504 29.808l-0.060 0.276-79.48 304.48c-4.572 16.776-7.199 36.037-7.199 55.912 0 73.598 36.022 138.782 91.396 178.885l0.643 0.443 293.080 207.080c6.37 4.53 14.308 7.243 22.88 7.243s16.51-2.712 23.003-7.326l-0.123 0.083 293.16-207.080c56.018-40.546 92.039-105.73 92.039-179.328 0-19.875-2.627-39.137-7.553-57.456l0.353 1.544zM800.24 666.44l-288.24 203.68-288.24-203.64c-43.73-31.688-71.846-82.6-71.846-140.079 0-15.614 2.075-30.744 5.964-45.129l-0.278 1.208 73-279.2 69.4 189c3.472 9.254 12.244 15.72 22.526 15.72 0.012 0 0.024-0 0.035-0l-0.002 0h378.88c0.010 0 0.022 0 0.034 0 10.283 0 19.055-6.466 22.472-15.555l0.055-0.165 69.44-189 73 279.28c3.596 13.15 5.662 28.248 5.662 43.83 0 57.486-28.123 108.403-71.361 139.745l-0.501 0.346z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gitlab-logo-simple-light"]},"attrs":[{}],"properties":{"order":27586,"id":650,"name":"gitlab-logo-simple-light","prevSize":16,"code":60245},"setIdx":2,"setId":2,"iconIdx":597},{"icon":{"paths":["M832 456c-57.76 0.069-105.972 40.867-117.461 95.215l-0.139 0.785h-106.4c-54.744-0.134-103.347-26.306-134.096-66.783l-0.304-0.417-111.36-148.48c45.8-17.595 77.718-61.222 77.718-112.304 0-66.274-53.726-120-120-120s-120 53.726-120 120c0 57.794 40.856 106.045 95.261 117.447l0.781 0.137v340.8c-55.165 11.556-96 59.797-96 117.576 0 66.274 53.726 120 120 120s120-53.726 120-120c0-57.779-40.835-106.020-95.219-117.438l-0.781-0.137v-290.4l91.2 121.6c39.927 52.576 102.416 86.226 172.772 86.4l0.028 0h106.4c11.556 55.165 59.797 96 117.576 96 66.274 0 120-53.726 120-120 0-66.266-53.712-119.986-119.974-120l-0.001-0zM248 224c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0zM392 800c0 39.765-32.235 72-72 72s-72-32.235-72-72c0-39.765 32.235-72 72-72v0c39.765 0 72 32.235 72 72v0zM832 648c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-merge-light"]},"attrs":[{}],"properties":{"order":27587,"id":649,"name":"git-merge-light","prevSize":16,"code":60246},"setIdx":2,"setId":2,"iconIdx":598},{"icon":{"paths":["M408 256c-0.014-66.264-53.734-119.976-120-119.976-66.274 0-120 53.726-120 120 0 57.779 40.835 106.020 95.218 117.438l0.781 0.137v276.8c-55.165 11.556-96 59.797-96 117.576 0 66.274 53.726 120 120 120s120-53.726 120-120c0-57.779-40.835-106.020-95.219-117.438l-0.781-0.137v-276.8c55.133-11.628 95.931-59.84 96-117.592l0-0.008zM216 256c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0zM360 768c0 39.765-32.235 72-72 72s-72-32.235-72-72c0-39.765 32.235-72 72-72v0c39.765 0 72 32.235 72 72v0zM824 650.4v-154.88c0-0.163 0.001-0.357 0.001-0.55 0-59.472-24.192-113.293-63.271-152.16l-0.009-0.009-126.8-126.8h134.080c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-192c-13.255 0-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24s24-10.745 24-24v0-134.080l126.8 126.8c30.393 30.249 49.201 72.115 49.201 118.374 0 0.15-0 0.3-0.001 0.45l0-0.023v154.88c-55.165 11.556-96 59.797-96 117.576 0 66.274 53.726 120 120 120s120-53.726 120-120c0-57.779-40.835-106.020-95.219-117.438l-0.781-0.137zM800 840c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["git-pull-request-light"]},"attrs":[{}],"properties":{"order":27588,"id":648,"name":"git-pull-request-light","prevSize":16,"code":60247},"setIdx":2,"setId":2,"iconIdx":599},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 152c0.111-0 0.242-0 0.373-0 74.451 0 143.596 22.719 200.88 61.602l-1.253-0.802v83.2c0 0.012 0 0.026 0 0.040 0 1.99-0.727 3.81-1.929 5.21l0.009-0.011-88.68 102.76c-1.247 1.448-2.988 2.44-4.958 2.715l-0.042 0.005-125.88 17.28c-0.324 0.046-0.698 0.073-1.078 0.073-1.758 0-3.384-0.567-4.705-1.529l0.023 0.016-0.96-0.64-78.8-51.56c-8.991-6.421-20.206-10.267-32.319-10.267-19.304 0-36.327 9.768-46.396 24.63l-0.126 0.197-84 125.2c-5.876 8.661-9.397 19.335-9.44 30.829l-0 0.011-0.72 144.84c-0.015 2.764-1.429 5.195-3.571 6.622l-0.029 0.018-20 13.080c-35.398-54.763-56.438-121.685-56.438-193.52 0-198.823 161.177-360 360-360 0.013 0 0.027 0 0.040 0l-0.002-0zM237.12 744.2l17.72-11.6c15.189-10.128 25.080-27.16 25.16-46.508l0-0.012 0.84-144.92c0.013-1.637 0.503-3.158 1.339-4.431l-0.019 0.031 84-125.2c1.194-1.776 3.042-3.034 5.191-3.432l0.049-0.008c0.417-0.077 0.897-0.121 1.387-0.121 1.763 0 3.393 0.57 4.716 1.537l-0.023-0.016 0.96 0.64 78.8 51.56c8.97 6.44 20.171 10.298 32.274 10.298 2.725 0 5.405-0.196 8.026-0.574l-0.299 0.035 125.88-17.040c14.047-1.955 26.2-8.87 34.86-18.889l0.060-0.071 88.68-103.040c8.257-9.695 13.28-22.365 13.28-36.208 0-0.081-0-0.163-0.001-0.244l0 0.013v-44.72c69.051 65.663 112.002 158.215 112.002 260.8 0 43.719-7.801 85.615-22.086 124.374l0.804-2.493-73.6-67.28c-9.925-9.104-23.211-14.683-37.801-14.683-7.751 0-15.133 1.575-21.846 4.421l0.367-0.138-121.84 50.64c-17.894 7.666-30.843 23.811-33.879 43.242l-0.041 0.318-9.52 64.76c-0.38 2.45-0.596 5.275-0.596 8.151 0 25.879 17.554 47.658 41.405 54.079l0.392 0.090 85.84 22.44c1.43 0.408 2.656 1.142 3.64 2.12l-0-0 16.72 16.72c-53.505 33.341-118.463 53.109-188.038 53.109-109.988 0-208.437-49.401-274.37-127.225l-0.432-0.524zM739.6 790.72l-22.36-22.44c-6.835-6.843-15.43-11.925-25.048-14.51l-0.392-0.090-85.84-22.52c-3.462-0.931-5.968-4.042-5.968-7.738 0-0.417 0.032-0.827 0.094-1.227l-0.006 0.045 9.56-64.76c0.42-2.832 2.274-5.151 4.788-6.22l0.052-0.020 121.8-50.64c0.91-0.39 1.969-0.617 3.081-0.617 2.084 0 3.982 0.797 5.405 2.102l-0.006-0.005 85.44 78.16c-23.422 43.486-53.762 80.171-89.974 109.98l-0.626 0.5z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-hemisphere-east-light"]},"attrs":[{}],"properties":{"order":27589,"id":647,"name":"globe-hemisphere-east-light","prevSize":16,"code":60248},"setIdx":2,"setId":2,"iconIdx":600},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM872 512c0 0.091 0 0.199 0 0.307 0 51.771-10.983 100.976-30.746 145.413l0.906-2.28-186.76-114.84c-6.244-3.984-13.621-6.806-21.538-7.964l-0.302-0.036-91.28-12.28c-2.169-0.296-4.676-0.466-7.223-0.466-22.306 0-41.579 12.986-50.671 31.81l-0.146 0.336h-39.68c-3.151-0.001-5.876-1.824-7.179-4.473l-0.021-0.047-15.2-31.44c-7.522-15.38-21.481-26.619-38.271-30.292l-0.369-0.068-42.84-9.2 36.92-64.48c1.409-2.408 3.983-4 6.928-4 0.011 0 0.022 0 0.033 0l-0.002-0h66.84c0.010 0 0.021 0 0.033 0 9.915 0 19.225-2.596 27.285-7.144l-0.278 0.144 49-27c3.971-2.256 7.404-4.746 10.533-7.567l-0.053 0.047 107.64-97.32c11.381-10.244 18.505-25.025 18.505-41.47 0-10.059-2.666-19.496-7.329-27.642l0.144 0.273-12.88-23.32c134.571 54.274 227.843 183.725 228 334.98l0 0.020zM578.4 158.16l36.6 65.56c0.636 1.121 1.010 2.463 1.010 3.892 0 2.358-1.020 4.478-2.643 5.942l-0.007 0.006-107.64 97.32c-0.432 0.407-0.917 0.765-1.443 1.061l-0.037 0.019-49 27.040c-1.117 0.63-2.453 1.001-3.875 1.001-0.044 0-0.088-0-0.132-0.001l0.007 0h-66.68c-0.019-0-0.041-0-0.063-0-20.619 0-38.635 11.143-48.354 27.736l-0.143 0.264-43.28 75.64c-0.278-0.403-0.532-0.863-0.74-1.348l-0.020-0.052-45.96-122.68c-0.359-0.877-0.568-1.894-0.568-2.96s0.209-2.083 0.587-3.014l-0.019 0.054 44.72-105.4c60.39-47.535 137.544-76.24 221.403-76.24 23.437 0 46.349 2.242 68.536 6.523l-2.259-0.363zM152 512c-0-0.107-0-0.232-0-0.358 0-64.174 16.882-124.406 46.447-176.496l-0.927 1.774c0.008 7.002 1.313 13.696 3.688 19.859l-0.128-0.379 45.96 122.68c6.733 17.77 21.784 30.997 40.271 35.052l0.369 0.068 85.76 18.4c2.453 0.544 4.446 2.157 5.499 4.313l0.021 0.047 15.2 31.44c9.329 18.809 28.371 31.527 50.39 31.6l0.010 0h18.24l-33.96 76c-3.060 6.7-4.843 14.532-4.843 22.781 0 14.694 5.659 28.065 14.916 38.055l-0.033-0.036 0.4 0.44 78.72 81.040c1.234 1.401 1.986 3.25 1.986 5.276 0 0.539-0.053 1.066-0.155 1.575l0.008-0.051-9.040 46.92c-198.215-0.908-358.575-161.689-358.8-359.978l-0-0.022zM560.32 868.76l6.68-34.4c0.631-3.164 0.993-6.802 0.993-10.524 0-14.723-5.653-28.125-14.908-38.155l0.035 0.039-0.4-0.44-78.72-81.040c-1.249-1.405-2.012-3.266-2.012-5.305 0-1.179 0.255-2.298 0.712-3.305l-0.020 0.050 54.8-122.92c1.256-2.874 4.074-4.846 7.352-4.846 0.412 0 0.817 0.031 1.212 0.091l-0.044-0.006 91.28 12.32c1.169 0.151 2.225 0.533 3.155 1.1l-0.035-0.020 189.6 116.8c-55.928 91.248-149.068 155.020-257.77 170.339l-1.91 0.221z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-hemisphere-west-light"]},"attrs":[{}],"properties":{"order":27590,"id":646,"name":"globe-hemisphere-west-light","prevSize":16,"code":60249},"setIdx":2,"setId":2,"iconIdx":601},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM838.28 360h-160.72c-18.852-76.693-51.258-143.897-94.845-202.263l1.045 1.463c113.564 23.922 205.897 98.581 253.583 198.617l0.937 2.183zM872 512c0 0.082 0 0.178 0 0.274 0 36.998-5.6 72.687-15.998 106.268l0.678-2.542h-169.24c5.447-31.265 8.561-67.269 8.561-104s-3.114-72.735-9.092-107.761l0.531 3.761h169.24c9.72 31.038 15.32 66.728 15.32 103.726 0 0.096-0 0.193-0 0.289l0-0.015zM512 872c-0.011 0-0.025 0-0.039 0-2.083 0-3.953-0.909-5.235-2.353l-0.006-0.007c-51.52-55.48-89.36-126.72-110.72-205.64h232c-21.36 78.92-59.2 150.16-110.72 205.64-1.289 1.451-3.159 2.36-5.241 2.36-0.014 0-0.027-0-0.041-0l0.002 0zM385.24 616c-5.878-31.269-9.24-67.242-9.24-104s3.362-72.731 9.795-107.628l-0.555 3.628h253.52c5.878 31.269 9.24 67.242 9.24 104s-3.362 72.731-9.795 107.628l0.555-3.628zM152 512c-0-0.082-0-0.178-0-0.274 0-36.998 5.6-72.687 15.998-106.268l-0.678 2.542h169.24c-5.447 31.265-8.561 67.269-8.561 104s3.114 72.735 9.092 107.761l-0.531-3.761h-169.24c-9.72-31.038-15.32-66.728-15.32-103.726 0-0.096 0-0.193 0-0.289l-0 0.015zM512 152c0.011-0 0.025-0 0.039-0 2.083 0 3.953 0.909 5.235 2.353l0.006 0.007c51.52 55.48 89.36 126.72 110.72 205.64h-232c21.36-78.92 59.2-150.16 110.72-205.64 1.289-1.451 3.159-2.36 5.241-2.36 0.014 0 0.027 0 0.041 0l-0.002-0zM440.24 159.2c-42.542 56.902-74.948 124.106-92.998 196.974l-0.802 3.826h-160.72c48.623-102.219 140.956-176.878 252.161-200.383l2.359-0.417zM185.72 664h160.72c18.852 76.693 51.258 143.897 94.845 202.263l-1.045-1.463c-113.564-23.922-205.897-98.581-253.583-198.617l-0.937-2.183zM583.76 864.8c42.542-56.902 74.948-124.106 92.998-196.974l0.802-3.826h160.72c-48.623 102.219-140.956 176.878-252.161 200.383l-2.359 0.417z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-light"]},"attrs":[{}],"properties":{"order":27591,"id":645,"name":"globe-light","prevSize":16,"code":60250},"setIdx":2,"setId":2,"iconIdx":602},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM871.2 488h-175.68c-4.6-122.88-44.36-239.32-111.76-328.8 157.545 33.139 275.964 165.631 287.375 327.657l0.065 1.143zM512 872c-0.011 0-0.025 0-0.039 0-2.083 0-3.953-0.909-5.235-2.353l-0.006-0.007c-78.24-84.28-125.040-204.8-130.24-333.64h271c-5.16 128.84-52 249.36-130.2 333.64-1.289 1.451-3.159 2.36-5.241 2.36-0.014 0-0.027-0-0.041-0l0.002 0zM376.48 488c5.2-128.84 52-249.36 130.24-333.64 1.302-1.453 3.185-2.363 5.28-2.363s3.978 0.91 5.274 2.357l0.006 0.007c78.24 84.28 125.040 204.8 130.2 333.64zM440.24 159.2c-67.4 89.48-107.16 205.92-111.76 328.8h-175.68c11.476-163.169 129.895-295.661 285.087-328.385l2.353-0.415zM152.8 536h175.68c4.6 122.88 44.36 239.32 111.76 328.8-157.545-33.139-275.964-165.631-287.375-327.657l-0.065-1.143zM583.76 864.8c67.4-89.48 107.16-205.92 111.76-328.8h175.68c-11.476 163.169-129.895 295.661-285.087 328.385l-2.353 0.415z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-simple-light"]},"attrs":[{}],"properties":{"order":27592,"id":644,"name":"globe-simple-light","prevSize":16,"code":60251},"setIdx":2,"setId":2,"iconIdx":603},{"icon":{"paths":["M512 696c172.313 0 312-139.687 312-312s-139.687-312-312-312c-172.313 0-312 139.687-312 312v0c0.205 172.23 139.77 311.795 311.98 312l0.020 0zM512 120c145.803 0 264 118.197 264 264s-118.197 264-264 264c-145.803 0-264-118.197-264-264v0c0.182-145.73 118.27-263.818 263.983-264l0.017-0zM817.32 667.56c4.138 4.305 6.686 10.165 6.686 16.62 0 6.793-2.822 12.927-7.358 17.293l-0.008 0.007c-73.145 70.627-171.092 115.988-279.543 121.793l-1.097 0.047v80.68h104c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h104v-80.68c-230.986-12.994-413.671-202.332-415.998-434.852l-0.002-0.228c-0.020-1.569-0.032-3.422-0.032-5.278 0-117.98 46.706-225.050 122.636-303.731l-0.124 0.13c4.377-4.551 10.518-7.378 17.32-7.378 13.265 0 24.018 10.753 24.018 24.018 0 6.463-2.553 12.33-6.706 16.648l0.007-0.008c-67.364 70.278-108.838 165.835-108.838 271.078 0 216.496 175.504 392 392 392 105.243 0 200.8-41.474 271.217-108.97l-0.139 0.132c4.308-4.15 10.176-6.706 16.641-6.706 6.803 0 12.944 2.83 17.312 7.378l0.008 0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["globe-stand-light"]},"attrs":[{}],"properties":{"order":27593,"id":643,"name":"globe-stand-light","prevSize":16,"code":60252},"setIdx":2,"setId":2,"iconIdx":604},{"icon":{"paths":["M1016 544c-0.182-154.567-125.434-279.818-279.983-280l-448.017-0c-154.567 0.182-279.818 125.434-280 279.983l-0 0.017c-0 0.003-0 0.008-0 0.012 0 41.044 28.099 75.525 66.11 85.256l0.61 0.132c8.24 32.96 35.4 64.24 78.56 89.76s94.2 40.84 134.72 40.84c75.436-0.094 138.008-55.054 149.959-127.114l0.121-0.886h148c12.063 72.892 74.55 127.824 149.901 128l0.019 0c40.52 0 92-15.64 134.72-40.84s70.32-56.8 78.56-89.76c38.621-9.863 66.72-44.344 66.72-85.388 0-0.004-0-0.008-0-0.012l0 0.001zM177.72 677.84c-36.68-21.84-57.72-47.16-57.72-69.84 0-26.56 27.080-52.76 61.8-72.24l160.76 160.72c-15.467 9.741-34.278 15.52-54.44 15.52-0.042 0-0.084-0-0.127-0l0.007 0c-31.44 0-75.76-13.72-110.28-34.16zM376.48 662.56l-147.52-147.56c17.496-6.367 37.7-10.344 58.742-10.993l0.298-0.007c57.412 0.034 103.941 46.583 103.941 104 0 20.194-5.756 39.044-15.716 54.998l0.255-0.438zM632 608c-0-0.021-0-0.047-0-0.072 0-28.211 11.281-53.788 29.577-72.465l-0.017 0.018 156.64 156.52c-28.28 12.28-58.52 20-82.2 20-57.438 0-104-46.562-104-104v0zM861.84 668l-158.6-158.56c9.766-3.412 21.024-5.401 32.742-5.44l0.018-0c31.44 0 75.76 13.72 110.28 34.16 36.68 21.84 57.72 47.16 57.72 69.84 0 21.28-17.4 42.32-42.16 60zM947.080 579.28c-10.28-30.24-36.48-58.72-76.36-82.32-42.72-25.32-94.2-40.96-134.72-40.96-75.436 0.094-138.008 55.054-149.959 127.114l-0.121 0.886h-148c-12.063-72.892-74.55-127.824-149.901-128l-0.019-0c-40.52 0-92 15.64-134.72 40.84-40 23.6-66.080 52-76.36 82.32-12.555-6.913-20.92-20.058-20.92-35.156 0-0.001 0-0.003 0-0.004l-0 0c0.159-128.066 103.934-231.841 231.984-232l448.016-0c128.066 0.159 231.841 103.934 232 231.984l0 0.016c0 0.001 0 0.003 0 0.004 0 15.098-8.365 28.243-20.714 35.052l-0.206 0.104z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["goggles-light"]},"attrs":[{}],"properties":{"order":27594,"id":642,"name":"goggles-light","prevSize":16,"code":60253},"setIdx":2,"setId":2,"iconIdx":605},{"icon":{"paths":["M736 104c-13.255 0-24 10.745-24 24v0 77.6c-45.649-61.754-118.2-101.358-200-101.358-136.882 0-247.862 110.895-248 247.745l-0 0.013v96c0.138 136.862 111.118 247.758 248 247.758 81.801 0 154.351-39.604 199.524-100.684l0.476-0.674v77.6c-0.136 110.402-89.598 199.863-199.987 200l-0.013 0c-68.36 0-136-33.64-172.32-85.72-4.353-6.566-11.712-10.836-20.068-10.836-13.255 0-24 10.745-24 24 0 5.376 1.767 10.338 4.753 14.339l-0.045-0.063c45.040 64.56 128.12 106.28 211.68 106.28 136.903-0.159 247.841-111.097 248-247.985l0-0.015v-544c0-13.255-10.745-24-24-24v0zM512 648c-110.402-0.136-199.863-89.598-200-199.987l-0-0.013v-96c0-110.457 89.543-200 200-200s200 89.543 200 200v0 96c-0.136 110.402-89.598 199.863-199.987 200l-0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["goodreads-logo-light"]},"attrs":[{}],"properties":{"order":27595,"id":641,"name":"goodreads-logo-light","prevSize":16,"code":60254},"setIdx":2,"setId":2,"iconIdx":606},{"icon":{"paths":["M896 200h-768c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h242.76c0.031 0 0.067 0 0.103 0 15.432 0 29.399-6.269 39.495-16.399l0.002-0.002 96-96c1.446-1.438 3.439-2.326 5.64-2.326s4.194 0.889 5.64 2.327l-0-0 96 96c10.097 10.131 24.065 16.4 39.497 16.4 0.036 0 0.073-0 0.109-0l-0.006 0h242.76c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM904 768c0 4.418-3.582 8-8 8v0h-242.76c-0.002 0-0.004 0-0.006 0-2.198 0-4.188-0.886-5.634-2.321l0.001 0.001-96-96c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-96 96c-1.442 1.45-3.435 2.35-5.638 2.36l-0.002 0h-242.76c-4.418 0-8-3.582-8-8v0-512.040c0-4.418 3.582-8 8-8v0h768c4.418 0 8 3.582 8 8v0zM320 392c-66.274 0-120 53.726-120 120s53.726 120 120 120c66.274 0 120-53.726 120-120v0c0-66.274-53.726-120-120-120v0zM320 584c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM704 392c-66.274 0-120 53.726-120 120s53.726 120 120 120c66.274 0 120-53.726 120-120v0c0-66.274-53.726-120-120-120v0zM704 584c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-cardboard-logo-light"]},"attrs":[{}],"properties":{"order":27596,"id":640,"name":"google-cardboard-logo-light","prevSize":16,"code":60255},"setIdx":2,"setId":2,"iconIdx":607},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 152c130.878 0.040 245.427 69.913 308.415 174.382l0.905 1.618h-309.32c-87.638 0.125-160.927 61.406-179.485 143.447l-0.235 1.233-104.64-181.2c66.411-85.198 169.046-139.474 284.359-139.48l0.001-0zM648 512c0 75.111-60.889 136-136 136s-136-60.889-136-136c0-75.111 60.889-136 136-136v0c75.111 0 136 60.889 136 136v0zM152 512c-0-0.163-0-0.355-0-0.548 0-64.477 17.064-124.969 46.923-177.205l-0.923 1.753 154.64 268c0.24 0.4 0.52 0.72 0.76 1.080 32.481 54.807 91.325 90.976 158.615 90.976 20.002 0 39.257-3.196 57.284-9.104l-1.299 0.369-104.68 181.36c-176.66-25.025-311.077-175.119-311.32-356.655l-0-0.025zM516.64 872l154.72-268 0.84-1.64c15.014-26.028 23.871-57.245 23.871-90.53 0-53.759-23.105-102.122-59.927-135.699l-0.145-0.13h209.48c16.882 40.23 26.69 86.985 26.69 136.030 0 197.18-158.526 357.335-355.082 359.967l-0.248 0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-chrome-logo-light"]},"attrs":[{}],"properties":{"order":27597,"id":639,"name":"google-chrome-logo-light","prevSize":16,"code":60256},"setIdx":2,"setId":2,"iconIdx":608},{"icon":{"paths":["M943.6 611.28l-273.88-448.96c-9.978-15.903-27.417-26.32-47.288-26.32-0.067 0-0.135 0-0.202 0l0.010-0h-220.52c-0.050-0-0.11-0-0.17-0-19.878 0-37.323 10.416-47.175 26.089l-0.136 0.231v0.2l-273.72 448.52c-5.34 8.423-8.51 18.679-8.51 29.676 0 10.23 2.743 19.819 7.533 28.072l-0.144-0.268 109.28 191.48c9.863 16.857 27.879 28 48.497 28 0.036 0 0.072-0 0.108-0l-0.006 0h549.4c0.042 0 0.092 0 0.142 0 20.619 0 38.635-11.143 48.354-27.736l0.143-0.264 109.28-191.28c4.675-8.004 7.435-17.621 7.435-27.883 0-10.947-3.141-21.161-8.572-29.789l0.136 0.232zM890.24 616h-204.68l-145.56-242.68 100.32-167.16zM394.24 616l117.76-196 117.6 196zM658.24 664l105.76 176h-504l105.6-176zM512 326.68l-85.6-142.68h171.2zM383.72 206.16l100.28 167.16-145.6 242.68h-204.68zM132 664h177.6l-90.92 151.56zM805.2 815.56l-90.84-151.56h177.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-drive-logo-light"]},"attrs":[{}],"properties":{"order":27598,"id":638,"name":"google-drive-logo-light","prevSize":16,"code":60257},"setIdx":2,"setId":2,"iconIdx":609},{"icon":{"paths":["M888 512c-0.003 207.657-168.343 375.996-376 375.996-207.659 0-376-168.341-376-376s168.341-376 376-376c116.47 0 220.571 52.956 289.539 136.103l0.501 0.621c3.624 4.18 5.832 9.673 5.832 15.682 0 13.255-10.745 24-24 24-7.613 0-14.397-3.544-18.794-9.073l-0.038-0.049c-60.601-73.093-151.424-119.301-253.039-119.301-181.149 0-328 146.851-328 328s146.851 328 328 328c172.696 0 314.22-133.465 327.052-302.875l0.067-1.104h-327.12c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h352c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-logo-light"]},"attrs":[{}],"properties":{"order":27599,"id":637,"name":"google-logo-light","prevSize":16,"code":60258},"setIdx":2,"setId":2,"iconIdx":610},{"icon":{"paths":["M928 488h-171.28c22.178-39.192 35.247-86.070 35.247-136 0-154.628-125.341-279.981-279.965-280l-0.002-0c-13.255 0-24 10.745-24 24v0 171.28c-39.192-22.178-86.070-35.247-136-35.247-154.628 0-279.981 125.341-280 279.965l-0 0.002c0 13.255 10.745 24 24 24v0h171.28c-22.178 39.192-35.247 86.070-35.247 136 0 154.628 125.341 279.981 279.965 280l0.002 0c13.255 0 24-10.745 24-24v0-171.28c39.192 22.178 86.070 35.247 136 35.247 154.628 0 279.981-125.341 280-279.965l0-0.002c0-13.255-10.745-24-24-24v0zM744 352c0.001 0.287 0.002 0.626 0.002 0.965 0 50.77-16.507 97.685-44.448 135.67l0.446-0.635h-164v-366.76c117.315 12.71 207.849 111.139 208 230.745l0 0.015zM352 280c0.287-0.001 0.626-0.002 0.965-0.002 50.77 0 97.685 16.507 135.67 44.448l-0.635-0.446v164h-366.76c12.71-117.315 111.139-207.849 230.745-208l0.015-0zM280 672c-0.001-0.287-0.002-0.626-0.002-0.965 0-50.77 16.507-97.685 44.448-135.67l-0.446 0.635h164v366.76c-117.315-12.71-207.849-111.139-208-230.745l-0-0.015zM672 744c-0.287 0.001-0.626 0.002-0.965 0.002-50.77 0-97.685-16.507-135.67-44.448l0.635 0.446v-164h366.76c-12.71 117.315-111.139 207.849-230.745 208l-0.015 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-photos-logo-light"]},"attrs":[{}],"properties":{"order":27600,"id":636,"name":"google-photos-logo-light","prevSize":16,"code":60259},"setIdx":2,"setId":2,"iconIdx":611},{"icon":{"paths":["M891.36 463.72l-671.36-384.16c-8.089-4.803-17.833-7.642-28.24-7.642s-20.151 2.839-28.5 7.784l0.26-0.142c-16.562 9.616-27.522 27.269-27.522 47.482 0 0.154 0.001 0.308 0.002 0.462l-0-0.024v769.040c-0 0.056-0 0.122-0 0.188 0 20.277 11.029 37.978 27.416 47.432l0.264 0.141c8.089 4.803 17.833 7.642 28.24 7.642s20.151-2.839 28.5-7.784l-0.26 0.142 671.2-384c17.202-9.522 28.655-27.564 28.655-48.28s-11.453-38.758-28.374-48.137l-0.282-0.143zM184 870v-716l358.040 358zM576 546l88.76 88.76-415.16 237.52zM249.6 151.72l415.16 237.6-88.76 88.76zM868 518.32l-0.4 0.24-159.6 91.4-98.040-97.96 98.040-97.96 160.16 91.64c2.352 1.173 3.939 3.561 3.939 6.32s-1.587 5.147-3.898 6.302l-0.041 0.018z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-play-logo-light"]},"attrs":[{}],"properties":{"order":27601,"id":635,"name":"google-play-logo-light","prevSize":16,"code":60260},"setIdx":2,"setId":2,"iconIdx":612},{"icon":{"paths":["M536 64v128c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-128c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM704 232c-13.255 0-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-13.255-10.745-24-24-24v0zM512 808c-13.255 0-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-13.255-10.745-24-24-24v0zM512 328c-13.255 0-24 10.745-24 24v0 320c0 13.255 10.745 24 24 24s24-10.745 24-24v0-320c0-13.255-10.745-24-24-24v0zM320 232c-13.255 0-24 10.745-24 24v0 224c0 13.255 10.745 24 24 24s24-10.745 24-24v0-224c0-13.255-10.745-24-24-24v0zM704 520c-13.255 0-24 10.745-24 24v0 224c0 13.255 10.745 24 24 24s24-10.745 24-24v0-224c0-13.255-10.745-24-24-24v0zM128 424c-13.255 0-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-13.255-10.745-24-24-24v0zM320 616c-13.255 0-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-13.255-10.745-24-24-24v0zM896 424c-13.255 0-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["google-podcasts-logo-light"]},"attrs":[{}],"properties":{"order":27602,"id":634,"name":"google-podcasts-logo-light","prevSize":16,"code":60261},"setIdx":2,"setId":2,"iconIdx":613},{"icon":{"paths":["M104 416c0-13.255 10.745-24 24-24v0h320c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-320c-13.255 0-24-10.745-24-24v0zM896 392h-320c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h320c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM288 552h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM896 552h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM392 576c0 13.255 10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-192c-13.255 0-24 10.745-24 24v0zM224 712h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM448 712h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM672 712h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM896 712h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM128 280h768c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-768c-13.255 0-24 10.745-24 24s10.745 24 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["gradient-light"]},"attrs":[{}],"properties":{"order":27603,"id":633,"name":"gradient-light","prevSize":16,"code":60262},"setIdx":2,"setId":2,"iconIdx":614},{"icon":{"paths":["M1003.28 362.84l-480-256c-3.261-1.793-7.148-2.848-11.28-2.848s-8.019 1.055-11.404 2.91l0.124-0.062-480 256c-7.601 4.129-12.675 12.052-12.675 21.16s5.074 17.031 12.549 21.097l0.126 0.063 115.28 61.52v198.48c-0 0.004-0 0.009-0 0.014 0 14.336 5.387 27.414 14.247 37.32l-0.047-0.054c51.48 57.32 166.96 153.56 361.8 153.56 1.418 0.014 3.094 0.022 4.771 0.022 70.448 0 137.553-14.316 198.563-40.199l-3.334 1.256v142.92c0 13.255 10.745 24 24 24s24-10.745 24-24v0-166.6c43.903-25 81.434-55.267 113.458-90.617l0.342-0.383c8.811-9.803 14.2-22.837 14.2-37.129 0-0.039-0-0.078-0-0.117l0 0.006v-198.48l115.28-61.52c7.601-4.129 12.675-12.052 12.675-21.16s-5.074-17.031-12.549-21.097l-0.126-0.063zM512 808c-176 0-280-86.24-326.080-137.64-1.193-1.389-1.92-3.209-1.92-5.199 0-0 0-0 0-0.001l-0 0v-172.88l316.72 168.88c3.266 1.773 7.151 2.816 11.28 2.816s8.014-1.043 11.407-2.879l-0.127 0.063 188.72-100.64v204c-52 24.88-118.2 43.48-200 43.48zM840 665.16c0 0 0 0 0 0.001 0 1.99-0.727 3.81-1.929 5.21l0.009-0.011c-22.85 25.245-48.479 47.303-76.59 65.913l-1.49 0.927v-202.28l80-42.64zM751.4 485.16c-1.177-1.028-2.486-1.967-3.88-2.776l-0.12-0.064-224-119.44c-3.038-1.493-6.612-2.366-10.391-2.366-13.255 0-24 10.745-24 24 0 8.768 4.701 16.437 11.721 20.625l0.11 0.061 200.16 106.8-189 100.8-429-228.8 429-228.8 429 228.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["graduation-cap-light"]},"attrs":[{}],"properties":{"order":27604,"id":632,"name":"graduation-cap-light","prevSize":16,"code":60263},"setIdx":2,"setId":2,"iconIdx":615},{"icon":{"paths":["M832 232c-0.085-0-0.187-0-0.289-0-47.294 0-92.346 9.602-133.312 26.964l2.241-0.843c-54.84-120.88-172.64-180.92-177.92-183.6-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063c-5.32 2.68-123.080 62.72-177.92 183.6-38.732-16.518-83.792-26.12-131.095-26.12-0.093 0-0.186 0-0.279 0l0.014-0c-13.255 0-24 10.745-24 24v0 320c0 189.986 154.014 344 344 344s344-154.014 344-344v0-320c0-13.255-10.745-24-24-24v0zM488 871.040c-152.735-12.994-271.809-140.081-272-295.021l-0-0.019v-71.040c152.735 12.994 271.809 140.081 272 295.021l0 0.019zM488 625c-56.977-94.958-156.123-159.559-270.876-167.934l-1.124-0.066v-176c152.713 13.012 271.768 140.066 272 294.977l0 0.023zM366.32 279.64c38.64-86.4 117.080-139.12 145.68-156 28.64 17 107.040 69.72 145.64 156-65.744 39.32-116.421 97.974-144.81 168.041l-0.83 2.319c-29.221-72.395-79.914-131.052-144.106-169.486l-1.574-0.874zM808 576c-0.191 154.959-119.265 282.046-270.904 294.965l-1.096 0.075v-71.040c0.191-154.959 119.265-282.046 270.904-294.965l1.096-0.075zM808 456.92c-115.877 8.441-215.023 73.042-271.132 166.442l-0.868 1.558v-48.92c0.211-154.951 119.274-282.027 270.903-294.965l1.097-0.075z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["grains-light"]},"attrs":[{}],"properties":{"order":27605,"id":631,"name":"grains-light","prevSize":16,"code":60264},"setIdx":2,"setId":2,"iconIdx":616},{"icon":{"paths":["M209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 52.4 57.64c-10.065-1.045-21.747-1.642-33.567-1.642-0.377 0-0.754 0.001-1.131 0.002l0.059-0c-13.255 0-24 10.745-24 24v0 320c0.227 189.894 154.106 343.773 343.978 344l0.022 0c0.089 0 0.195 0 0.301 0 95.841 0 182.507-39.285 244.772-102.632l0.048-0.048 57.12 62.68c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM281.080 293.68l274.4 301.8c-16.92 22.651-31.538 48.539-42.66 76.209l-0.82 2.311c-48.865-121.197-161.282-207.168-294.866-217.013l-1.134-0.067v-176c23.935 1.962 46.067 6.487 67.149 13.342l-2.069-0.582zM488 871.040c-152.735-12.994-271.809-140.081-272-295.021l-0-0.019v-71.040c152.735 12.994 271.809 140.081 272 295.021l0 0.019zM536 871.040v-71.040c0.072-62.833 19.697-121.067 53.116-168.963l-0.636 0.963 136.24 149.88c-48.404 50.055-114.216 83.011-187.654 89.089l-1.066 0.071zM856 256v320c0 0.040 0 0.087 0 0.134 0 32.505-4.498 63.959-12.905 93.774l0.585-2.428c-2.882 10.244-12.137 17.63-23.119 17.64l-0.001 0c-2.264-0.007-4.454-0.313-6.536-0.881l0.176 0.041c-10.262-2.877-17.661-12.148-17.661-23.148 0-2.268 0.314-4.462 0.902-6.541l-0.041 0.169c6.73-23.548 10.6-50.593 10.6-78.542 0-0.077-0-0.153-0-0.23l0 0.012v-71.040c-40.602 3.277-77.935 14.382-111.459 31.806l1.619-0.766c-3.165 1.643-6.91 2.607-10.88 2.607-13.259 0-24.007-10.748-24.007-24.007 0-9.289 5.275-17.345 12.993-21.337l0.134-0.063c38.239-19.922 83.049-32.958 130.546-36.222l1.054-0.058v-176c-89.051 7.568-166.076 53.37-215.417 120.726l-0.583 0.834c-4.323 6.757-11.788 11.172-20.284 11.172-13.255 0-24-10.745-24-24 0-5.775 2.040-11.073 5.438-15.214l-0.034 0.042c28.074-38.394 62.832-70.090 102.819-93.927l1.581-0.873c-38.6-86.36-117.040-139.080-145.64-156-38.488 23.26-71.366 51.147-99.237 83.474l-0.443 0.526c-4.435 5.374-11.096 8.773-18.551 8.773-13.255 0-24-10.745-24-24 0-6.051 2.239-11.579 5.935-15.8l-0.024 0.028c34.961-40.916 76.552-74.942 123.323-100.729l2.277-1.151c3.124-1.593 6.813-2.527 10.72-2.527s7.596 0.934 10.857 2.59l-0.137-0.063c5.32 2.68 123.16 62.76 177.96 183.72 38.81-16.672 83.973-26.412 131.399-26.52l0.041-0c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["grains-slash-light"]},"attrs":[{}],"properties":{"order":27606,"id":630,"name":"grains-slash-light","prevSize":16,"code":60265},"setIdx":2,"setId":2,"iconIdx":617},{"icon":{"paths":["M800 616c-0.018-0-0.040-0-0.062-0-29.853 0-57.148 10.948-78.090 29.049l0.152-0.129-102.48-79.72c7.87-15.486 12.48-33.768 12.48-53.127 0-0.026-0-0.051-0-0.077l0 0.004c-0.010-5.086-0.329-10.086-0.94-14.996l0.060 0.596 64.88-21.6c21.117 36.197 59.763 60.133 104 60.133 66.274 0 120-53.726 120-120s-53.726-120-120-120c-66.227 0-119.924 53.65-120 119.859l-0 0.007c0.010 5.086 0.329 10.086 0.94 14.996l-0.060-0.596-64.88 21.6c-21.036-36.16-59.605-60.081-103.762-60.081-9.186 0-18.13 1.035-26.721 2.995l0.803-0.154-32.56-73.2c30.621-22.029 50.326-57.564 50.326-97.701 0-66.274-53.726-120-120-120s-120 53.726-120 120c0 66.274 53.726 120 120 120 9.097 0 17.958-1.012 26.475-2.93l-0.802 0.152 32.56 73.2c-30.611 21.964-50.317 57.446-50.317 97.53 0 22.175 6.031 42.941 16.542 60.748l-0.305-0.558-112.24 100c-19.842-14.985-44.922-24.001-72.108-24.001-66.451 0-120.32 53.869-120.32 120.32s53.869 120.32 120.32 120.32c66.451 0 120.32-53.869 120.32-120.32 0-22.215-6.020-43.023-16.518-60.883l0.307 0.565 112-100c19.764 14.983 44.77 24.001 71.881 24.001 29.872 0 57.187-10.948 78.152-29.050l-0.153 0.129 102.48 79.72c-7.843 15.515-12.437 33.821-12.437 53.2 0 66.274 53.726 120 120 120s120-53.726 120-120c0-66.247-53.682-119.956-119.919-120l-0.004-0zM800 344c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM312 224c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0zM224 840c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM512 584c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM800 808c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["graph-light"]},"attrs":[{}],"properties":{"order":27607,"id":629,"name":"graph-light","prevSize":16,"code":60266},"setIdx":2,"setId":2,"iconIdx":618},{"icon":{"paths":["M800 168h-576c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM808 224v264h-272v-272h264c4.418 0 8 3.582 8 8v0zM224 216h264v272h-272v-264c0-4.418 3.582-8 8-8v0zM216 800v-264h272v272h-264c-4.418 0-8-3.582-8-8v0zM800 808h-264v-272h272v264c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["grid-four-light"]},"attrs":[{}],"properties":{"order":27608,"id":628,"name":"grid-four-light","prevSize":16,"code":60267},"setIdx":2,"setId":2,"iconIdx":619},{"icon":{"paths":["M864 200h-704c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM408 584v-144h208v144zM616 632v144h-208v-144zM152 440h208v144h-208zM408 392v-144h208v144zM664 440h208v144h-208zM872 256v136h-208v-144h200c4.418 0 8 3.582 8 8v0zM160 248h200v144h-208v-136c0-4.418 3.582-8 8-8v0zM152 768v-136h208v144h-200c-4.418 0-8-3.582-8-8v0zM864 776h-200v-144h208v136c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["grid-nine-light"]},"attrs":[{}],"properties":{"order":27609,"id":627,"name":"grid-nine-light","prevSize":16,"code":60268},"setIdx":2,"setId":2,"iconIdx":620},{"icon":{"paths":["M976.96 175.040l-128-128c-4.239-3.843-9.892-6.196-16.094-6.196-13.255 0-24 10.745-24 24 0 5.713 1.996 10.96 5.329 15.081l-0.035-0.045-250.56 250.6c-89.44-48.8-190.44-46.48-250.92 14.16-15.255 15.174-27.458 33.399-35.618 53.686l-0.382 1.074c-6.43 14.495-20.634 24.453-37.181 24.6l-0.019 0c-56.24 1.92-105.080 22-141.2 58.12-46.28 46.6-66.28 113.88-55.4 189.040 10.4 72.84 48.24 144.84 106.6 203.36s130.52 96.2 203.36 106.6c11.855 1.806 25.553 2.852 39.49 2.88l0.030 0c59.16 0 111.24-20 149.4-58.28 36-36 56.2-84.92 58.12-141.2 0.085-16.67 10.116-30.977 24.458-37.297l0.262-0.103c21.351-8.483 39.576-20.621 54.76-35.8l-0 0c60.48-60.48 62.96-161.48 14.16-250.92l250.48-250.56c4.102 3.372 9.406 5.417 15.188 5.417 13.255 0 24-10.745 24-24 0-6.261-2.397-11.961-6.324-16.234l0.016 0.017zM800 286.040l-62.040-62.040 110.040-110.080 62.080 62.080zM645.44 677.4c-10.684 10.642-23.504 19.147-37.761 24.814l-0.759 0.266c-31.99 13.471-54.189 44.255-54.919 80.309l-0.001 0.091c-1.48 44-16.72 81.56-44 108.88-35.56 35.56-88 50.44-148 41.84-62.6-8.92-125.16-41.96-176.24-93s-84-113.64-93-176.24c-8.6-60 6.28-112.64 41.84-148.2 27.32-27.36 65-42.6 108.88-44v0c36.174-0.742 66.972-22.994 80.182-54.455l0.218-0.585c5.945-14.998 14.448-27.803 25.084-38.484l-0.004 0.004c23.12-23.56 55.32-34.64 90.8-34.64 32.975 0.57 63.939 8.618 91.447 22.513l-1.207-0.553-90.4 90.52c-61.66 5.507-109.631 56.927-109.631 119.551 0 66.274 53.726 120 120 120 62.624 0 114.044-47.971 119.518-109.171l0.033-0.461 90.56-90.4c32.44 67.28 29.92 138.72-12.64 181.4zM604 420c10.158 10.152 19.564 21.054 28.126 32.617l0.554 0.783-74.68 74.6c-12.419-27.808-34.192-49.58-61.235-61.694l-0.765-0.306 74.48-74.48c12.406 9.077 23.346 18.419 33.547 28.506l-0.027-0.026zM448 504c39.765 0 72 32.235 72 72v0 0c0 39.765-32.235 72-72 72s-72-32.235-72-72c0-39.765 32.235-72 72-72v0zM637.72 386.24c-10.136-10.116-20.926-19.588-32.298-28.341l-0.782-0.579 99.36-99.4 62.080 62.080-99.36 99.32c-9.344-12.168-18.829-22.972-28.965-33.125l0.005 0.005zM368.96 783.040c4.42 4.355 7.158 10.407 7.158 17.098 0 13.255-10.745 24-24 24-6.701 0-12.76-2.746-17.114-7.175l-0.003-0.003-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["guitar-light"]},"attrs":[{}],"properties":{"order":27610,"id":626,"name":"guitar-light","prevSize":16,"code":60269},"setIdx":2,"setId":2,"iconIdx":621},{"icon":{"paths":["M192.28 408h639.44c0.101 0.001 0.221 0.001 0.341 0.001 30.928 0 56-25.072 56-56 0-4.253-0.474-8.394-1.372-12.375l0.071 0.374c-28.96-136.68-186.56-236-374.76-236s-345.8 99.32-374.76 236c-0.827 3.607-1.301 7.749-1.301 12.001 0 30.928 25.072 56 56 56 0.12 0 0.24-0 0.36-0.001l-0.018 0zM184.28 350.080c23.72-112.92 164.72-198.080 327.72-198.080s304 85.16 328 198.080c0.149 0.578 0.235 1.24 0.235 1.923 0 4.418-3.582 8-8 8-0.083 0-0.165-0.001-0.247-0.004l0.012 0h-639.72c-0.070 0.002-0.152 0.003-0.235 0.003-4.418 0-8-3.582-8-8 0-0.683 0.086-1.346 0.247-1.979l-0.012 0.055zM920 617.44l-167.6 60.88-151.48-60.6c-2.641-1.088-5.707-1.719-8.92-1.719s-6.279 0.632-9.080 1.777l0.16-0.058-151.080 60.44-151.080-60.44c-2.643-1.089-5.711-1.722-8.927-1.722-2.94 0-5.756 0.529-8.359 1.496l0.166-0.054-176 64c-9.302 3.447-15.812 12.243-15.812 22.56 0 13.255 10.745 24 24 24 0.004 0 0.008-0 0.012-0l-0.001 0c2.943-0.008 5.761-0.535 8.369-1.495l-0.169 0.055 64-23.2v32.64c0 83.947 68.053 152 152 152v0h384c83.947 0 152-68.053 152-152v0-44.28l80.2-29.16c9.298-3.45 15.804-12.245 15.804-22.56 0-13.257-10.747-24.004-24.004-24.004-2.942 0-5.761 0.529-8.366 1.498l0.166-0.054zM808 736c0 57.438-46.562 104-104 104v0h-384c-57.438 0-104-46.562-104-104v0-50.080l55.6-20.24 151.48 60.6c2.641 1.088 5.707 1.719 8.92 1.719s6.279-0.632 9.080-1.777l-0.16 0.058 151.080-60.44 151.080 60.44c2.643 1.089 5.711 1.722 8.927 1.722 2.94 0 5.756-0.529 8.359-1.496l-0.166 0.054 47.8-17.4zM72 512c0-13.255 10.745-24 24-24v0h832c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-832c-13.255 0-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hamburger-light"]},"attrs":[{}],"properties":{"order":27611,"id":625,"name":"hamburger-light","prevSize":16,"code":60270},"setIdx":2,"setId":2,"iconIdx":622},{"icon":{"paths":["M999.68 453.6l-269.8-271.64c-68.096-67.932-162.083-109.937-265.88-109.937-103.917 0-198 42.102-266.123 110.179l0.002-0.002-55.16 56.92c-4.18 4.316-6.757 10.207-6.757 16.7 0 13.264 10.753 24.017 24.017 24.017 6.771 0 12.888-2.802 17.254-7.31l0.006-0.006 54.76-56.52c23.528-23.569 50.616-43.573 80.392-59.139l1.808-0.861 196 196-389.84 389.6c-10.147 10.136-16.424 24.145-16.424 39.62s6.277 29.484 16.424 39.619l0.001 0.001 82.76 82.76c10.134 10.135 24.135 16.404 39.6 16.404s29.466-6.269 39.6-16.404l389.68-389.76 133.68 133.68c10.134 10.135 24.135 16.404 39.6 16.404s29.466-6.269 39.6-16.404l114.72-114.76c10.147-10.136 16.424-24.145 16.424-39.62 0-15.435-6.245-29.412-16.345-39.541l0.001 0.001zM248.4 869.64c-1.448 1.45-3.449 2.346-5.66 2.346s-4.212-0.897-5.66-2.346l-0-0-82.76-82.76c-1.45-1.448-2.346-3.449-2.346-5.66s0.897-4.212 2.346-5.66l0-0 277.68-277.72 94.040 94.16zM655.040 462.92l-95.040 95.040-94.080-93.96 95.040-95.040c4.349-4.344 7.039-10.348 7.039-16.98s-2.69-12.636-7.039-16.98l-0-0-198.8-199c30.372-10.242 65.35-16.153 101.709-16.153 90.653 0 172.724 36.745 232.131 96.153l0 0 182.48 183.72-126.48 126.24-63.040-63.040c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0zM965.68 498.92l-114.76 114.8c-1.448 1.45-3.449 2.346-5.66 2.346s-4.212-0.897-5.66-2.346l-53.64-53.72 126.24-126.28 53.48 53.84c1.426 1.444 2.307 3.429 2.307 5.62s-0.881 4.176-2.307 5.621l0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hammer-light"]},"attrs":[{}],"properties":{"order":27612,"id":624,"name":"hammer-light","prevSize":16,"code":60271},"setIdx":2,"setId":2,"iconIdx":623},{"icon":{"paths":["M951.6 793.44l-57-480c-3.508-27.997-27.164-49.44-55.827-49.44-0.061 0-0.121 0-0.182 0l0.009-0h-142.6v-8c0-101.62-82.38-184-184-184s-184 82.38-184 184v0 8h-142.68c-0.051-0-0.112-0-0.173-0-28.664 0-52.319 21.444-55.799 49.164l-0.028 0.276-57 480c-0.246 1.97-0.386 4.249-0.386 6.561 0 30.928 25.072 56 56 56 0.136 0 0.271-0 0.406-0.001l-0.021 0h767.36c0.115 0.001 0.25 0.001 0.386 0.001 30.928 0 56-25.072 56-56 0-2.312-0.14-4.592-0.412-6.831l0.027 0.269zM376 256c0-75.111 60.889-136 136-136s136 60.889 136 136v0 8h-272zM902 805.2c-1.525 1.721-3.74 2.801-6.208 2.801-0.039 0-0.079-0-0.118-0.001l0.006 0h-767.36c-0.033 0-0.073 0.001-0.112 0.001-2.468 0-4.683-1.080-6.2-2.792l-0.008-0.009c-1.25-1.362-2.017-3.185-2.017-5.188 0-0.329 0.021-0.652 0.061-0.97l-0.004 0.038 57.040-480c0.475-4.007 3.852-7.085 7.948-7.085 0.103 0 0.205 0.002 0.307 0.006l-0.015-0h142.68v104c0 13.255 10.745 24 24 24s24-10.745 24-24v0-104h272v104c0 13.255 10.745 24 24 24s24-10.745 24-24v0-104h142.68c0.087-0.003 0.19-0.005 0.292-0.005 4.096 0 7.473 3.078 7.944 7.048l0.004 0.038 57.040 480c0.036 0.28 0.057 0.604 0.057 0.932 0 2.002-0.766 3.826-2.022 5.193l0.005-0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["handbag-light"]},"attrs":[{}],"properties":{"order":27613,"id":623,"name":"handbag-light","prevSize":16,"code":60272},"setIdx":2,"setId":2,"iconIdx":624},{"icon":{"paths":["M951.6 793.44l-57-480c-3.508-27.997-27.164-49.44-55.827-49.44-0.061 0-0.121 0-0.182 0l0.009-0h-142.6v-8c0-101.62-82.38-184-184-184s-184 82.38-184 184v0 8h-142.68c-0.051-0-0.112-0-0.173-0-28.664 0-52.319 21.444-55.799 49.164l-0.028 0.276-57 480c-0.246 1.97-0.386 4.249-0.386 6.561 0 30.928 25.072 56 56 56 0.136 0 0.271-0 0.406-0.001l-0.021 0h767.36c0.115 0.001 0.25 0.001 0.386 0.001 30.928 0 56-25.072 56-56 0-2.312-0.14-4.592-0.412-6.831l0.027 0.269zM376 256c0-75.111 60.889-136 136-136s136 60.889 136 136v0 8h-272zM902 805.2c-1.525 1.721-3.74 2.801-6.208 2.801-0.039 0-0.079-0-0.118-0.001l0.006 0h-767.36c-0.033 0-0.073 0.001-0.112 0.001-2.468 0-4.683-1.080-6.2-2.792l-0.008-0.009c-1.25-1.362-2.017-3.185-2.017-5.188 0-0.329 0.021-0.652 0.061-0.97l-0.004 0.038 57.040-480c0.475-4.007 3.852-7.085 7.948-7.085 0.103 0 0.205 0.002 0.307 0.006l-0.015-0h653.36c0.087-0.003 0.19-0.005 0.292-0.005 4.096 0 7.473 3.078 7.944 7.048l0.004 0.038 57.040 480c0.036 0.28 0.057 0.604 0.057 0.932 0 2.002-0.766 3.826-2.022 5.193l0.005-0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["handbag-simple-light"]},"attrs":[{}],"properties":{"order":27614,"id":622,"name":"handbag-simple-light","prevSize":16,"code":60273},"setIdx":2,"setId":2,"iconIdx":625},{"icon":{"paths":["M916.48 570.6c-14.978-11.627-34.044-18.64-54.747-18.64-8.343 0-16.42 1.139-24.084 3.269l0.631-0.15-180.96 41.6c4.231-10.892 6.683-23.5 6.683-36.68 0-57.438-46.562-104-104-104-0.001 0-0.002 0-0.003 0l-200.24-0c-0.101-0-0.22-0-0.339-0-33.029 0-62.918 13.442-84.495 35.154l-0.006 0.006-92.84 92.84h-118.080c-30.928 0-56 25.072-56 56v0 160c0 30.928 25.072 56 56 56v0h416c0.002 0 0.004 0 0.005 0 2.072 0 4.083-0.263 6.001-0.756l-0.166 0.036 256-64c1.418-0.378 2.602-0.788 3.748-1.27l-0.188 0.070 156.6-66.68c29.887-15.166 50.011-45.671 50.011-80.876 0-29.196-13.841-55.16-35.319-71.687l-0.213-0.157zM56 800v-160c0-4.418 3.582-8 8-8v0h104v176h-104c-4.418 0-8-3.582-8-8v0zM881.12 680l-152.8 65.080-251.28 62.92h-261.040v-190.040l92.84-92.88c12.956-13.022 30.889-21.080 50.705-21.080 0.076 0 0.151 0 0.227 0l-0.012-0h200.24c30.928 0 56 25.072 56 56s-25.072 56-56 56v0h-112c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c0.008 0 0.018 0 0.027 0 1.891 0 3.731-0.219 5.495-0.632l-0.162 0.032 268.96-61.88c3.344-0.948 7.185-1.493 11.152-1.493 23.417 0 42.4 18.983 42.4 42.4 0 16.234-9.124 30.337-22.523 37.462l-0.229 0.111zM656 376c10.319-0.006 20.37-1.142 30.039-3.292l-0.919 0.172c16.623 57.668 68.923 99.137 130.909 99.137 75.111 0 136-60.889 136-136s-60.889-136-136-136c-10.3 0-20.332 1.145-29.977 3.315l0.908-0.172c-16.615-57.68-68.921-99.16-130.915-99.16-75.111 0-136 60.889-136 136 0 75.095 60.864 135.975 135.953 136l0.002 0zM904 336c0 48.601-39.399 88-88 88s-88-39.399-88-88c0-48.601 39.399-88 88-88v0c48.601 0 88 39.399 88 88v0zM656 152c0.031-0 0.067-0 0.104-0 42.166 0 77.387 29.738 85.833 69.385l0.103 0.575c-34.398 22.548-57.753 59.503-61.484 102.086l-0.036 0.514c-7.298 2.183-15.684 3.44-24.364 3.44-48.601 0-88-39.399-88-88 0-48.546 39.31-87.911 87.835-88l0.009-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-coins-light"]},"attrs":[{}],"properties":{"order":27615,"id":621,"name":"hand-coins-light","prevSize":16,"code":60274},"setIdx":2,"setId":2,"iconIdx":626},{"icon":{"paths":["M552 672c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM856 464v144c0 189.986-154.014 344-344 344s-344-154.014-344-344v0-304c0.043-57.405 46.589-103.924 104-103.924 20.792 0 40.158 6.101 56.407 16.611l-0.407-0.247v-40.44c-0-0.003-0-0.007-0-0.010 0-57.438 46.562-104 104-104 49.633 0 91.145 34.768 101.51 81.278l0.13 0.692c16.354-11.22 36.575-17.918 58.36-17.918 57.423 0 103.976 46.538 104 103.956l0 0.002v136.44c15.842-10.263 35.208-16.364 56-16.364 57.411 0 103.957 46.519 104 103.92l0 0.004zM808 464c0-30.928-25.072-56-56-56s-56 25.072-56 56v0 16c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-240c0-30.928-25.072-56-56-56s-56 25.072-56 56v0 176c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-240c0-30.928-25.072-56-56-56s-56 25.072-56 56v0 272c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-144c0-30.928-25.072-56-56-56s-56 25.072-56 56v0 304c0 163.476 132.524 296 296 296s296-132.524 296-296v0zM725.48 661.28c1.593 3.124 2.527 6.813 2.527 10.72s-0.934 7.596-2.59 10.857l0.063-0.137c-2.88 5.76-72.28 141.28-213.48 141.28s-210.6-135.52-213.48-141.28c-1.593-3.124-2.527-6.813-2.527-10.72s0.934-7.596 2.59-10.857l-0.063 0.137c2.88-5.76 72.28-141.28 213.48-141.28s210.6 135.52 213.48 141.28zM676.32 672c-17.84-28.48-73.64-104-164.32-104s-146.6 75.4-164.32 104c17.84 28.52 73.64 104 164.32 104s146.6-75.4 164.32-104z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-eye-light"]},"attrs":[{}],"properties":{"order":27616,"id":620,"name":"hand-eye-light","prevSize":16,"code":60275},"setIdx":2,"setId":2,"iconIdx":627},{"icon":{"paths":["M800 328h-72v-72c0-66.274-53.726-120-120-120-39.124 0-73.875 18.723-95.781 47.698l-0.219 0.302c-22.125-29.277-56.876-48-96-48-66.274 0-120 53.726-120 120v0 0c-19.805-14.983-44.85-24-72-24-66.274 0-120 53.726-120 120v0 160c0 225.332 182.668 408 408 408s408-182.668 408-408v0-64c0-66.274-53.726-120-120-120v0zM608 184c39.765 0 72 32.235 72 72v0 72h-136c-2.852 0.034-5.621 0.265-8.328 0.681l0.328-0.041v-72.64c0-39.765 32.235-72 72-72v0zM344 256c0-39.765 32.235-72 72-72s72 32.235 72 72v0 160c0 39.765-32.235 72-72 72s-72-32.235-72-72v0zM152 352c0-39.765 32.235-72 72-72s72 32.235 72 72v0 64c0 39.765-32.235 72-72 72s-72-32.235-72-72v0zM872 512c0 198.823-161.177 360-360 360s-360-161.177-360-360v0 0c19.805 14.983 44.85 24 72 24 39.124 0 73.875-18.723 95.781-47.698l0.219-0.302c22.126 29.269 56.872 47.986 95.99 47.986 32.957 0 62.811-13.286 84.498-34.794l-0.008 0.008c12.777 25.363 33.456 45.177 58.756 56.533l0.764 0.307c-43.959 33.905-72 86.592-72 145.828 0 0.046 0 0.092 0 0.139l-0-0.007c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-75.111 60.889-136 136-136v0c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-64c-39.765 0-72-32.235-72-72v0-64c0-4.418 3.582-8 8-8v0h256c39.765 0 72 32.235 72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-fist-light"]},"attrs":[{}],"properties":{"order":27617,"id":619,"name":"hand-fist-light","prevSize":16,"code":60276},"setIdx":2,"setId":2,"iconIdx":628},{"icon":{"paths":["M752 328c-0.036-0-0.080-0-0.123-0-21.75 0-41.932 6.716-58.585 18.187l0.348-0.227c-10.526-47.161-52.019-81.888-101.622-81.888-32.101 0-60.806 14.544-79.883 37.403l-0.135 0.166c-19.212-23.012-47.908-37.547-80-37.547-57.405 0-103.947 46.509-104 103.902l-0 0.005v88h-56c-57.438 0-104 46.562-104 104v0 48c0 189.986 154.014 344 344 344s344-154.014 344-344v0-176c0-57.438-46.562-104-104-104v0zM808 608c0 163.476-132.524 296-296 296s-296-132.524-296-296v0-48c0-30.928 25.072-56 56-56v0h56v104c0 13.255 10.745 24 24 24s24-10.745 24-24v0-240c0-30.928 25.072-56 56-56s56 25.072 56 56v0 112c0 13.255 10.745 24 24 24s24-10.745 24-24v0-112c0-30.928 25.072-56 56-56s56 25.072 56 56v0 112c0 13.255 10.745 24 24 24s24-10.745 24-24v0-48c0-30.928 25.072-56 56-56s56 25.072 56 56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-grabbing-light"]},"attrs":[{}],"properties":{"order":27618,"id":618,"name":"hand-grabbing-light","prevSize":16,"code":60277},"setIdx":2,"setId":2,"iconIdx":629},{"icon":{"paths":["M916.48 570.6c-14.978-11.627-34.044-18.64-54.747-18.64-8.343 0-16.42 1.139-24.084 3.269l0.631-0.15-17.28 4c87-80.88 131-161.040 131-239.080 0-101.44-81.56-184-181.84-184-0.339-0.002-0.74-0.004-1.141-0.004-58.993 0-111.432 28.062-144.697 71.565l-0.322 0.439c-33.587-43.942-86.026-72.004-145.019-72.004-0.401 0-0.802 0.001-1.203 0.004l0.062-0c-100.28 0-181.84 82.56-181.84 184 0 45.52 14.52 89.96 45.16 137.44-26.118 4.13-48.872 16.24-66.234 33.714l-0.006 0.006-92.84 92.84h-118.080c-30.928 0-56 25.072-56 56v0 160c0 30.928 25.072 56 56 56v0h416c0.002 0 0.004 0 0.005 0 2.072 0 4.083-0.263 6.001-0.756l-0.166 0.036 256-64c1.418-0.378 2.602-0.788 3.748-1.27l-0.188 0.070 156.6-66.68c29.887-15.166 50.011-45.671 50.011-80.876 0-29.196-13.841-55.16-35.319-71.687l-0.213-0.157zM477.84 184c0.526-0.008 1.147-0.012 1.77-0.012 54.656 0 101.591 33.058 121.9 80.27l0.33 0.862c3.687 8.806 12.234 14.881 22.2 14.881s18.513-6.074 22.141-14.723l0.059-0.158c20.64-48.074 67.575-81.132 122.23-81.132 0.622 0 1.243 0.004 1.864 0.013l-0.094-0.001c72.48 0 133.76 62.28 133.76 136 0 80.96-64.72 172-187.2 263l-59.48 13.68c4.231-10.892 6.683-23.5 6.683-36.68 0-57.438-46.562-104-104-104-0.001 0-0.002 0-0.003 0l-161.32-0c-37.24-49.32-54.68-92.76-54.68-136 0-73.72 61.28-136 133.84-136zM56 800v-160c0-4.418 3.582-8 8-8v0h104v176h-104c-4.418 0-8-3.582-8-8v0zM881.12 680l-152.8 65.080-251.28 62.92h-261.040v-190.040l92.84-92.88c12.956-13.022 30.889-21.080 50.705-21.080 0.076 0 0.151 0 0.227 0l-0.012-0h200.24c30.928 0 56 25.072 56 56s-25.072 56-56 56v0h-112c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c0.008 0 0.018 0 0.027 0 1.891 0 3.731-0.219 5.495-0.632l-0.162 0.032 268.96-61.88c3.344-0.948 7.185-1.493 11.152-1.493 23.417 0 42.4 18.983 42.4 42.4 0 16.234-9.124 30.337-22.523 37.462l-0.229 0.111z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-heart-light"]},"attrs":[{}],"properties":{"order":27619,"id":617,"name":"hand-heart-light","prevSize":16,"code":60278},"setIdx":2,"setId":2,"iconIdx":630},{"icon":{"paths":["M752 200c-0.035-0-0.076-0-0.117-0-20.763 0-40.094 6.132-56.281 16.683l0.397-0.243v-40.44c0-0.003 0-0.007 0-0.010 0-57.438-46.562-104-104-104-49.633 0-91.145 34.768-101.51 81.278l-0.13 0.692c-16.354-11.22-36.575-17.918-58.36-17.918-57.423 0-103.976 46.538-104 103.956l-0 0.002v284l-30.12-48.4c-18.282-31.453-51.821-52.263-90.22-52.263-57.439 0-104.003 46.564-104.003 104.003 0 19.040 5.117 36.886 14.050 52.236l-0.267-0.496c125.6 264.92 196.6 372.92 394.56 372.92 189.894-0.227 343.773-154.106 344-343.978l0-0.022v-304c0-57.438-46.562-104-104-104v0zM808 608c-0.205 163.394-132.606 295.795-295.981 296l-0.019 0c-84 0-138.040-20.2-187-69.8-53.76-54.2-102.84-146.2-164.6-276.48l-0.92-1.72c-4.717-8.032-7.502-17.691-7.502-28 0-30.929 25.073-56.002 56.002-56.002 20.62 0 38.637 11.144 48.357 27.738l0.143 0.264 0.4 0.68 74.72 120c4.304 6.862 11.827 11.357 20.4 11.357 13.255 0 24-10.745 24-24 0-0.013-0-0.026-0-0.039l0 0.002v-368c0-30.928 25.072-56 56-56s56 25.072 56 56v0 240c0 13.255 10.745 24 24 24s24-10.745 24-24v0-304c0-30.928 25.072-56 56-56s56 25.072 56 56v0 304c0 13.255 10.745 24 24 24s24-10.745 24-24v0-176c0-30.928 25.072-56 56-56s56 25.072 56 56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-light"]},"attrs":[{}],"properties":{"order":27620,"id":616,"name":"hand-light","prevSize":16,"code":60279},"setIdx":2,"setId":2,"iconIdx":631},{"icon":{"paths":["M752 360c-0.035-0-0.076-0-0.117-0-20.763 0-40.094 6.132-56.281 16.683l0.397-0.243v-136.44c-0.024-57.42-46.577-103.958-104-103.958-21.785 0-42.006 6.698-58.715 18.148l0.355-0.23c-10.495-47.202-52.007-81.97-101.64-81.97-57.438 0-104 46.562-104 104 0 0.004 0 0.007 0 0.011l-0-0v40.44c-15.842-10.263-35.208-16.364-56-16.364-57.411 0-103.957 46.519-104 103.92l-0 0.004v304c0 189.986 154.014 344 344 344s344-154.014 344-344v0-144c0-57.438-46.562-104-104-104v0zM808 608c0 163.476-132.524 296-296 296s-296-132.524-296-296v0-304c0-30.928 25.072-56 56-56s56 25.072 56 56v0 176c0 13.255 10.745 24 24 24s24-10.745 24-24v0-304c0-30.928 25.072-56 56-56s56 25.072 56 56v0 272c0 13.255 10.745 24 24 24s24-10.745 24-24v0-208c0-30.928 25.072-56 56-56s56 25.072 56 56v0 281.56c-90.713 12.4-159.878 89.324-160 182.427l-0 0.013c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-75.111 60.889-136 136-136v0c13.255 0 24-10.745 24-24v0-80c0-30.928 25.072-56 56-56s56 25.072 56 56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-palm-light"]},"attrs":[{}],"properties":{"order":27621,"id":615,"name":"hand-palm-light","prevSize":16,"code":60280},"setIdx":2,"setId":2,"iconIdx":632},{"icon":{"paths":["M752 360c-0.029-0-0.064-0-0.098-0-21.759 0-41.949 6.716-58.611 18.187l0.349-0.227c-10.51-47.182-52.013-81.93-101.631-81.93-20.795 0-40.165 6.103-56.416 16.617l0.407-0.247v-136.4c0-57.438-46.562-104-104-104s-104 46.562-104 104v0 348l-30.12-48.4c-18.336-31.234-51.758-51.872-90-51.872-57.444 0-104.012 46.568-104.012 104.012 0 19.202 5.204 37.19 14.278 52.628l-0.265-0.488 18.68 33c136 240 192.28 339.080 375.44 339.080 189.894-0.227 343.773-154.106 344-343.978l0-0.022v-143.96c0-57.438-46.562-104-104-104v0zM808 608c-0.205 163.394-132.606 295.795-295.981 296l-0.019 0c-155.2 0-200-79.32-333.68-314.76l-18.76-33.24c-4.721-8.035-7.509-17.698-7.509-28.012 0-20.598 11.121-38.599 27.686-48.325l0.263-0.143c7.993-4.727 17.616-7.52 27.89-7.52 0.039 0 0.077 0 0.115 0l-0.006-0c0.030-0 0.066-0 0.103-0 20.619 0 38.635 11.143 48.354 27.736l0.143 0.264 0.4 0.68 74.72 120c4.323 6.754 11.786 11.166 20.28 11.166 13.201 0 23.912-10.658 23.999-23.838l0-0.008v-432c0-30.928 25.072-56 56-56s56 25.072 56 56v0 272c0 13.255 10.745 24 24 24s24-10.745 24-24v0-48c0-30.928 25.072-56 56-56s56 25.072 56 56v0 80c0 13.255 10.745 24 24 24s24-10.745 24-24v0-16c0-30.928 25.072-56 56-56s56 25.072 56 56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-pointing-light"]},"attrs":[{}],"properties":{"order":27622,"id":614,"name":"hand-pointing-light","prevSize":16,"code":60281},"setIdx":2,"setId":2,"iconIdx":633},{"icon":{"paths":["M680 96v-64c0-13.255 10.745-24 24-24s24 10.745 24 24v0 64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM819.48 157c3.561 2.207 7.879 3.514 12.503 3.514 8.638 0 16.21-4.563 20.437-11.411l0.059-0.103 32-52.44c2.392-3.669 3.815-8.16 3.815-12.983 0-13.255-10.745-24-24-24-8.829 0-16.545 4.768-20.713 11.87l-0.061 0.113-32 52.44c-2.213 3.565-3.525 7.89-3.525 12.521 0 8.626 4.551 16.189 11.382 20.42l0.103 0.059zM997.48 216.68c-3.197-9.753-12.217-16.672-22.854-16.672-2.625 0-5.152 0.421-7.516 1.2l0.17-0.048-60 19.4c-9.796 3.172-16.755 12.213-16.755 22.88 0 13.255 10.745 24 24 24 0.040 0 0.081-0 0.121-0l-0.006 0c2.635-0.009 5.165-0.447 7.527-1.249l-0.167 0.049 60-19.36c9.734-3.208 16.636-12.219 16.636-22.842 0-2.629-0.423-5.16-1.204-7.527l0.048 0.17zM878.16 377.96c26.471 44.776 42.111 98.674 42.111 156.226 0 86.623-35.433 164.971-92.596 221.339l-0.036 0.035c-37.813 132.788-158.036 228.391-300.589 228.391-114.855 0-215.215-62.061-269.374-154.479l-0.797-1.472-140-242.52c-8.086-13.769-12.862-30.327-12.862-48 0-53.019 42.981-96 96-96 0.008 0 0.015 0 0.023 0l-0.001-0-22.44-38.92c-8.040-13.739-12.788-30.251-12.788-47.873 0-51.116 39.949-92.9 90.329-95.835l0.259-0.012c-6.167-12.32-9.777-26.843-9.777-42.208 0-53.019 42.981-96 96-96 28.954 0 54.915 12.818 72.516 33.090l0.1 0.118c16.666-29.86 48.068-49.72 84.108-49.72 35.314 0 66.174 19.067 82.847 47.468l0.245 0.451 54.56 94.32c16.912-28.88 47.787-47.968 83.12-47.968s66.208 19.089 82.875 47.516l0.245 0.452zM456.72 224v0l24.36 42.24c7.648 6.807 14.114 14.726 19.197 23.543l0.243 0.457 54.52 94.24c15.9-27.377 44.294-45.972 77.17-47.987l0.27-0.013-92.48-160.48c-8.455-14.454-23.902-24.009-41.58-24.009-26.515 0-48.009 21.495-48.009 48.009 0 8.836 2.387 17.115 6.552 24.227l-0.123-0.227zM300 240.6l24.4 42.24c3.186 2.866 6.101 5.857 8.811 9.029l0.109 0.131c15.716-28.406 44.735-47.773 78.425-49.708l0.255-0.012-28.84-49.68c-8.455-14.454-23.902-24.009-41.58-24.009-26.515 0-48.009 21.495-48.009 48.009 0 8.836 2.387 17.115 6.552 24.227l-0.123-0.227zM782.080 740.36c5.79-20.567 9.118-44.185 9.118-68.581 0-48.54-13.176-94.003-36.147-133.007l0.669 1.228-76-131.64c-8.491-14.286-23.845-23.71-41.4-23.71-26.51 0-48 21.49-48 48 0 7.482 1.712 14.564 4.765 20.876l-0.125-0.286 45.6 78.8c2.16 3.532 3.439 7.806 3.439 12.379 0 13.255-10.745 24-24 24-8.99 0-16.825-4.943-20.937-12.258l-0.062-0.121-140-242c-8.425-14.574-23.935-24.224-41.7-24.224-26.512 0-48.004 21.492-48.004 48.004 0 8.747 2.34 16.948 6.427 24.011l-0.123-0.231 98.52 170.4c2.16 3.532 3.439 7.806 3.439 12.379 0 13.255-10.745 24-24 24-8.99 0-16.825-4.943-20.937-12.258l-0.062-0.121-130.28-225.36c-8.548-14.022-23.759-23.242-41.122-23.242-26.51 0-48 21.49-48 48 0 8.53 2.225 16.541 6.127 23.483l-0.125-0.241 144 249.44c1.888 3.35 3.001 7.356 3.001 11.621 0 13.255-10.745 24-24 24-8.682 0-16.287-4.61-20.501-11.515l-0.060-0.106-80-138.56c-8.455-14.454-23.902-24.009-41.58-24.009-26.515 0-48.009 21.495-48.009 48.009 0 8.836 2.387 17.115 6.552 24.227l-0.123-0.227 140 242.52c46.496 79.47 131.429 132.003 228.633 132.003 121.507 0 223.841-82.087 254.573-193.83l0.435-1.853zM836.6 401.96l-76-131.64c-8.455-14.454-23.902-24.009-41.58-24.009-26.515 0-48.009 21.495-48.009 48.009 0 8.836 2.387 17.115 6.552 24.227l-0.123-0.227 24.4 42.28c7.613 6.759 14.072 14.594 19.195 23.309l0.245 0.451 76 131.64c24.717 41.91 40.001 92.014 41.747 145.541l0.013 0.499c20.866-36.853 33.162-80.937 33.162-127.893 0-48.692-13.222-94.296-36.272-133.417l0.67 1.23z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hands-clapping-light"]},"attrs":[{}],"properties":{"order":27623,"id":613,"name":"hands-clapping-light","prevSize":16,"code":60282},"setIdx":2,"setId":2,"iconIdx":634},{"icon":{"paths":["M471.28 869.8c-2.688 10.532-12.088 18.196-23.28 18.2l-0 0c-2.076-0.006-4.088-0.268-6.010-0.757l0.17 0.037-128-32c-2.842-0.74-5.335-1.88-7.569-3.376l0.089 0.056-96-64c-6.494-4.37-10.71-11.693-10.71-20 0-13.271 10.758-24.030 24.030-24.030 4.964 0 9.576 1.505 13.406 4.084l-0.086-0.054 92.52 61.68 124 31c10.52 2.699 18.171 12.097 18.171 23.281 0 2.088-0.267 4.114-0.768 6.045l0.037-0.167zM1002.2 483.4c-4.79 14.259-14.79 25.677-27.683 32.214l-0.317 0.146-96 48-221.24 221.24c-4.34 4.326-10.328 7-16.941 7-0.007 0-0.013-0-0.020-0l0.001 0c-2.075-0.003-4.088-0.265-6.008-0.757l0.168 0.037-256-64c-3.051-0.807-5.721-2.1-8.069-3.808l0.069 0.048-222.56-158.88-97.72-48.88c-18.496-9.4-30.948-28.288-30.948-50.084 0-9.126 2.183-17.742 6.055-25.354l-0.147 0.318 99.4-198.76c9.4-18.496 28.288-30.948 50.084-30.948 9.126 0 17.742 2.183 25.354 6.055l-0.318-0.147 91.040 45.52 215-61.44c1.977-0.587 4.249-0.925 6.6-0.925s4.623 0.338 6.77 0.968l-0.17-0.043 215 61.44 91.040-45.52c7.294-3.725 15.91-5.908 25.036-5.908 21.796 0 40.684 12.452 49.937 30.63l0.147 0.318 99.4 198.76c3.743 7.288 5.937 15.901 5.937 25.027 0 6.345-1.061 12.442-3.014 18.124l0.117-0.392zM71.36 472.84l77.92 39.16 106.72-213.28-78.12-38.96c-1.037-0.526-2.262-0.835-3.558-0.835-3.119 0-5.821 1.785-7.141 4.389l-0.021 0.046-99.4 198.76c-0.516 1.029-0.819 2.242-0.819 3.526 0 0.914 0.153 1.792 0.436 2.611l-0.017-0.056c0.653 2.058 2.092 3.705 3.955 4.62l0.045 0.020zM764 609.96l-122.92-98.44c-76 65.52-174.32 75.2-255.2 23.52-15.699-10.097-25.95-27.479-25.95-47.254 0-15.458 6.263-29.453 16.39-39.586l-0 0 182.88-177.44c2.581-2.492 5.729-4.413 9.23-5.552l0.17-0.048-56.6-16.2-207.24 59.040-114.12 228.4 203.6 145.4 238.4 59.6zM834.72 539.24l-113.56-227.24h-135.44l-175.64 170.4c-1.3 1.361-2.1 3.21-2.1 5.245 0 0.337 0.022 0.668 0.064 0.993l-0.004-0.038c0.266 2.544 1.689 4.708 3.726 5.98l0.034 0.020c53.16 33.96 136.56 43.48 211.16-31.68 4.346-4.363 10.36-7.062 17.003-7.062 5.695 0 10.928 1.984 15.043 5.298l-0.046-0.036 143.28 114.88zM956.16 462.12l-99.32-198.76c-1.34-2.65-4.043-4.435-7.162-4.435-1.297 0-2.521 0.308-3.604 0.856l0.046-0.021-77.92 38.96 106.52 213.28 77.92-38.96c1.908-0.935 3.347-2.582 3.985-4.586l0.015-0.054c0.291-0.796 0.46-1.714 0.46-2.672 0-1.316-0.318-2.558-0.881-3.652l0.021 0.045z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["handshake-light"]},"attrs":[{}],"properties":{"order":27624,"id":612,"name":"handshake-light","prevSize":16,"code":60283},"setIdx":2,"setId":2,"iconIdx":635},{"icon":{"paths":["M728 393.92v-41.92c0-66.274-53.726-120-120-120v0h-72v-112h136c22.091 0 40 17.909 40 40v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-48.601-39.399-88-88-88v0h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v112h-72c-66.274 0-120 53.726-120 120v0 41.92c-72.946 12.072-127.906 74.644-128 150.070l-0 0.010v320c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-320c-0.094-75.436-55.054-138.008-127.114-149.959l-0.886-0.121zM416 280h192c39.765 0 72 32.235 72 72v0 40h-336v-40c0-39.765 32.235-72 72-72v0zM808 864c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-320c0-57.438 46.562-104 104-104v0h384c57.438 0 104 46.562 104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-soap-light"]},"attrs":[{}],"properties":{"order":27625,"id":611,"name":"hand-soap-light","prevSize":16,"code":60284},"setIdx":2,"setId":2,"iconIdx":636},{"icon":{"paths":["M935.6 725.68l-146.36-146.4-146.4-483.28c-10.158-32.709-40.15-56.051-75.593-56.051-21.511 0-41.015 8.598-55.261 22.544l0.014-0.014c-14.232-13.933-33.736-22.531-55.247-22.531-35.444 0-65.436 23.341-75.443 55.491l-0.15 0.56-146.4 483.28-146.36 146.4c-10.123 10.132-16.384 24.125-16.384 39.58s6.261 29.448 16.384 39.58l-0-0 130.76 130.76c10.132 10.123 24.125 16.384 39.58 16.384s29.448-6.261 39.58-16.384l193.16-193.12c7.558-7.561 14.323-15.915 20.16-24.927l0.36-0.593c6.197 9.605 12.962 17.959 20.521 25.521l193.159 193.119c10.132 10.123 24.125 16.384 39.58 16.384s29.448-6.261 39.58-16.384l-0 0 130.76-130.76c10.123-10.132 16.384-24.125 16.384-39.58s-6.261-29.448-16.384-39.58l0 0zM264.4 901.68c-1.448 1.45-3.449 2.346-5.66 2.346s-4.212-0.897-5.66-2.346l-0-0-130.76-130.76c-1.45-1.448-2.346-3.449-2.346-5.66s0.897-4.212 2.346-5.66l56.44-56.4 142.040 142.040zM457.52 708.52l-102.76 102.8-142.080-142.080 60.28-60.28c2.716-2.713 4.784-6.074 5.954-9.83l0.046-0.17 148-488.88c3.84-13.14 15.78-22.575 29.924-22.575 17.187 0 31.12 13.933 31.12 31.12 0 0.174-0.001 0.348-0.004 0.521l0-0.026v516c0 0.037 0 0.080 0 0.124 0 28.639-11.653 54.557-30.475 73.271l-0.005 0.005zM536 635v-516c0.034-17.162 13.954-31.061 31.12-31.061 13.94 0 25.74 9.166 29.7 21.8l0.060 0.22 148 488.88c1.216 3.926 3.285 7.287 6 10l0 0 63.72 63.76-145.12 138.96-103.16-103.16c-18.732-18.703-30.32-44.557-30.32-73.117 0-0.1 0-0.199 0-0.299l-0 0.015zM901.68 771l-130.76 130.76c-1.448 1.45-3.449 2.346-5.66 2.346s-4.212-0.897-5.66-2.346l-0-0-56-56 145.16-138.96 52.96 52.92c1.402 1.44 2.267 3.409 2.267 5.58 0 2.191-0.881 4.176-2.308 5.621l0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hands-praying-light"]},"attrs":[{}],"properties":{"order":27626,"id":610,"name":"hands-praying-light","prevSize":16,"code":60285},"setIdx":2,"setId":2,"iconIdx":637},{"icon":{"paths":["M824 560v144c0 100.52-33.12 168-34.56 170.72-3.897 8.299-12.185 13.943-21.791 13.943-13.255 0-24-10.745-24-24 0-4.17 1.064-8.092 2.934-11.508l-0.063 0.125c0.28-0.56 29.48-60.76 29.48-149.28v-144c0-30.928-25.072-56-56-56s-56 25.072-56 56v0 16c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-80c0-30.928-25.072-56-56-56s-56 25.072-56 56v0 48c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-272c0-30.928-25.072-56-56-56s-56 25.072-56 56v0 432c-0.015 13.243-10.755 23.973-24 23.973-8.547 0-16.050-4.467-20.302-11.194l-0.058-0.099-74.72-120c-0.145-0.197-0.279-0.42-0.39-0.656l-0.010-0.024c-9.863-16.858-27.88-28.002-48.5-28.002-30.929 0-56.002 25.073-56.002 56.002 0 10.309 2.786 19.968 7.645 28.264l-0.143-0.264 117.16 200c2.568 3.763 4.101 8.411 4.101 13.417 0 13.255-10.745 24-24 24-9.401 0-17.54-5.406-21.478-13.278l-0.063-0.139-117.28-200c-8.846-14.98-14.073-33.010-14.073-52.26 0-57.478 46.595-104.073 104.073-104.073 38.228 0 71.641 20.611 89.735 51.326l0.265 0.487 30.040 48.52v-348c0-57.438 46.562-104 104-104s104 46.562 104 104v0 136.4c15.851-10.28 35.234-16.392 56.044-16.392 49.626 0 91.135 34.759 101.506 81.26l0.13 0.693c16.346-11.203 36.552-17.891 58.32-17.891 57.413 0 103.961 46.523 104 103.927l0 0.004zM960 200h-230.080l87.040-87.040c4.255-4.328 6.882-10.268 6.882-16.822 0-13.255-10.745-24-24-24-6.564 0-12.512 2.635-16.845 6.905l0.003-0.003-128 128c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 128 128c4.33 4.267 10.278 6.902 16.842 6.902 13.255 0 24-10.745 24-24 0-6.554-2.627-12.494-6.886-16.825l0.003 0.003-87.040-87.040h230.080c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-swipe-left-light"]},"attrs":[{}],"properties":{"order":27627,"id":609,"name":"hand-swipe-left-light","prevSize":16,"code":60286},"setIdx":2,"setId":2,"iconIdx":638},{"icon":{"paths":["M824 560v144c0 100.52-33.12 168-34.56 170.72-4.021 7.926-12.105 13.267-21.438 13.28l-0.002 0c-0.017 0-0.038 0-0.059 0-3.891 0-7.561-0.946-10.792-2.622l0.131 0.062c-7.879-4.044-13.177-12.114-13.177-21.421 0-3.852 0.907-7.492 2.52-10.718l-0.063 0.139c0.28-0.56 29.48-60.76 29.48-149.28v-144.16c0-30.928-25.072-56-56-56s-56 25.072-56 56v0 16c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-80c0-30.928-25.072-56-56-56s-56 25.072-56 56v0 48c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-272c0-30.928-25.072-56-56-56s-56 25.072-56 56v0 432c-0.015 13.243-10.755 23.973-24 23.973-8.547 0-16.050-4.467-20.302-11.194l-0.058-0.099-74.72-120c-0.145-0.197-0.279-0.42-0.39-0.656l-0.010-0.024c-9.863-16.858-27.88-28.002-48.5-28.002-30.929 0-56.002 25.073-56.002 56.002 0 10.309 2.786 19.968 7.645 28.264l-0.143-0.264 117.16 200c2.47 3.712 3.942 8.273 3.942 13.178 0 13.255-10.745 24-24 24-9.307 0-17.378-5.298-21.359-13.043l-0.063-0.135-117.28-200c-8.846-14.98-14.073-33.010-14.073-52.26 0-57.478 46.595-104.073 104.073-104.073 38.228 0 71.641 20.611 89.735 51.326l0.265 0.487 30.040 48.52v-348c0-57.438 46.562-104 104-104s104 46.562 104 104v0 136.4c15.851-10.28 35.234-16.392 56.044-16.392 49.626 0 91.135 34.759 101.506 81.26l0.13 0.693c16.346-11.203 36.552-17.891 58.32-17.891 57.413 0 103.961 46.523 104 103.927l0 0.004zM976.96 207.040l-128-128c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 87 87.040h-230.040c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h230.040l-87 87.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 128-128c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-swipe-right-light"]},"attrs":[{}],"properties":{"order":27628,"id":608,"name":"hand-swipe-right-light","prevSize":16,"code":60287},"setIdx":2,"setId":2,"iconIdx":639},{"icon":{"paths":["M200 304c0-128.13 103.87-232 232-232s232 103.87 232 232v0c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0-101.62-82.38-184-184-184s-184 82.38-184 184v0c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM752 488c-0.029-0-0.064-0-0.098-0-21.759 0-41.949 6.716-58.611 18.187l0.349-0.227c-10.51-47.182-52.013-81.93-101.631-81.93-20.795 0-40.165 6.103-56.416 16.617l0.407-0.247v-136.4c0-57.438-46.562-104-104-104s-104 46.562-104 104v0 348l-30.12-48.4c-18.359-31.202-51.772-51.813-90-51.813-57.478 0-104.073 46.595-104.073 104.073 0 19.25 5.226 37.28 14.338 52.747l-0.265-0.487 117.28 200c4.3 6.879 11.833 11.387 20.419 11.387 13.255 0 24-10.745 24-24 0-4.22-1.089-8.185-3.001-11.63l0.062 0.123-117.16-200c-4.717-8.032-7.502-17.691-7.502-28 0-30.929 25.073-56.002 56.002-56.002 20.62 0 38.637 11.144 48.357 27.738l0.143 0.264c0.121 0.26 0.255 0.483 0.408 0.691l-0.008-0.011 74.72 120c4.304 6.862 11.827 11.357 20.4 11.357 13.255 0 24-10.745 24-24 0-0.013-0-0.026-0-0.039l0 0.002v-432c0-30.928 25.072-56 56-56s56 25.072 56 56v0 272c0 13.255 10.745 24 24 24s24-10.745 24-24v0-48c0-30.928 25.072-56 56-56s56 25.072 56 56v0 80c0 13.255 10.745 24 24 24s24-10.745 24-24v0-16c0-30.928 25.072-56 56-56s56 25.072 56 56v0 144c0 88.52-29.2 148.72-29.48 149.28-1.545 3.083-2.449 6.717-2.449 10.563 0 9.32 5.312 17.399 13.074 21.374l0.135 0.063c3.105 1.681 6.791 2.683 10.709 2.72l0.011 0c0.014 0 0.031 0 0.047 0 9.348 0 17.447-5.344 21.41-13.144l0.063-0.137c1.4-2.8 34.52-70.2 34.52-170.72v-144c0-57.438-46.562-104-104-104-0.014 0-0.028 0-0.042 0l0.002-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-tap-light"]},"attrs":[{}],"properties":{"order":27629,"id":607,"name":"hand-tap-light","prevSize":16,"code":60288},"setIdx":2,"setId":2,"iconIdx":640},{"icon":{"paths":["M744.8 121.8c2.837-10.322 12.137-17.78 23.18-17.78 2.212 0 4.354 0.299 6.389 0.86l-0.169-0.040c61.56 16.48 112 54.56 142.6 107.16 2.020 3.443 3.213 7.582 3.213 12 0 13.262-10.751 24.013-24.013 24.013-8.844 0-16.572-4.781-20.739-11.9l-0.061-0.113c-24-41.52-64.24-71.64-113.4-84.8-10.341-2.824-17.817-12.134-17.817-23.19 0-2.209 0.298-4.347 0.857-6.378l-0.040 0.168zM313.36 909.16c-38.36-30.24-70.32-68.72-100.56-121.16-4.228-7.232-11.956-12.013-20.8-12.013-13.262 0-24.013 10.751-24.013 24.013 0 4.418 1.193 8.557 3.275 12.113l-0.061-0.113c33.44 57.88 69.16 100.72 112.44 134.84 4.11 3.399 9.435 5.46 15.24 5.46 13.255 0 24-10.745 24-24 0-7.79-3.711-14.713-9.462-19.097l-0.058-0.043zM908.24 665.16c-40.758 147.686-173.717 254.417-331.671 254.84l-0.049 0c-31.902-0.080-62.749-4.456-92.038-12.577l2.438 0.577c-89.839-24.298-163.353-81.883-208.005-158.378l-0.875-1.622-152-263.28c-8.798-14.942-13.995-32.918-13.995-52.107 0-57.438 46.562-104 104-104 1.658 0 3.308 0.039 4.947 0.116l-0.232-0.009-20-34.92c-8.507-14.745-13.525-32.43-13.525-51.287 0-57.438 46.562-104 104-104 30.194 0 57.383 12.867 76.382 33.417l0.063 0.069c17.247-34.975 52.649-58.612 93.573-58.612 38.264 0 71.702 20.664 89.762 51.442l0.265 0.489 68.2 118.080c17.711-33.552 52.368-56.030 92.276-56.030 38.304 0 71.771 20.708 89.818 51.538l0.266 0.491 72 124.72c29.069 49.21 46.244 108.44 46.244 171.68 0 31.729-4.323 62.449-12.413 91.602l0.569-2.402zM832.24 428.12l-72-124.72c-9.863-16.858-27.88-28.002-48.5-28.002-30.929 0-56.002 25.073-56.002 56.002 0 10.309 2.786 19.968 7.645 28.264l-0.143-0.264 40 69.28c2.029 3.448 3.228 7.595 3.228 12.022 0 8.832-4.77 16.549-11.875 20.717l-0.113 0.061c-40.942 23.952-68.007 67.707-68.007 117.783 0 25.027 6.76 48.476 18.555 68.619l-0.348-0.642c2.16 3.532 3.439 7.806 3.439 12.379 0 13.255-10.745 24-24 24-8.99 0-16.825-4.943-20.937-12.258l-0.062-0.121c-15.439-26.379-24.556-58.085-24.556-91.92 0-59.294 27.998-112.049 71.495-145.766l0.421-0.314-140.8-244c-9.863-16.858-27.88-28.002-48.5-28.002-30.929 0-56.002 25.073-56.002 56.002 0 10.309 2.786 19.968 7.645 28.264l-0.143-0.264 104 180c2.16 3.532 3.439 7.806 3.439 12.379 0 13.255-10.745 24-24 24-8.99 0-16.825-4.943-20.937-12.258l-0.062-0.121-136-235.56c-9.863-16.858-27.88-28.002-48.5-28.002-30.929 0-56.002 25.073-56.002 56.002 0 10.309 2.786 19.968 7.645 28.264l-0.143-0.264 152 263.24c2.16 3.532 3.439 7.806 3.439 12.379 0 13.255-10.745 24-24 24-8.99 0-16.825-4.943-20.937-12.258l-0.062-0.121-88-152.4c-9.863-16.858-27.88-28.002-48.5-28.002-30.929 0-56.002 25.073-56.002 56.002 0 10.309 2.786 19.968 7.645 28.264l-0.143-0.264 152.040 263.48c52.284 88.447 147.157 146.837 255.668 146.837 163.476 0 296-132.524 296-296 0-54.021-14.471-104.661-39.748-148.257l0.76 1.42z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hand-waving-light"]},"attrs":[{}],"properties":{"order":27630,"id":606,"name":"hand-waving-light","prevSize":16,"code":60289},"setIdx":2,"setId":2,"iconIdx":641},{"icon":{"paths":["M896 264h-768c-30.928 0-56 25.072-56 56v0 384c0 30.928 25.072 56 56 56v0h768c30.928 0 56-25.072 56-56v0-384c0-30.928-25.072-56-56-56v0zM904 704c0 4.418-3.582 8-8 8v0h-768c-4.418 0-8-3.582-8-8v0-384c0-4.418 3.582-8 8-8v0h768c4.418 0 8 3.582 8 8v0zM792 512c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hard-drive-light"]},"attrs":[{}],"properties":{"order":27631,"id":605,"name":"hard-drive-light","prevSize":16,"code":60290},"setIdx":2,"setId":2,"iconIdx":642},{"icon":{"paths":["M832 552h-640c-30.928 0-56 25.072-56 56v0 192c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-192c0-30.928-25.072-56-56-56v0zM840 800c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-192c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM832 168h-640c-30.928 0-56 25.072-56 56v0 192c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-192c0-30.928-25.072-56-56-56v0zM840 416c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-192c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM760 320c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM760 704c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hard-drives-light"]},"attrs":[{}],"properties":{"order":27632,"id":604,"name":"hard-drives-light","prevSize":16,"code":60291},"setIdx":2,"setId":2,"iconIdx":643},{"icon":{"paths":["M896 360h-204l35.56-195.72c0.351-1.538 0.552-3.303 0.552-5.116 0-13.255-10.745-24-24-24-12.040 0-22.009 8.865-23.735 20.424l-0.016 0.132-37.12 204.28h-207.24l35.56-195.72c0.158-1.035 0.248-2.229 0.248-3.444 0-13.255-10.745-24-24-24-11.442 0-21.014 8.007-23.418 18.724l-0.030 0.16-37.12 204.28h-195.24c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h186.52l-37.84 208h-212.68c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h204l-35.6 195.72c-0.257 1.318-0.404 2.834-0.404 4.384 0 11.743 8.434 21.517 19.575 23.593l0.148 0.023c1.084 0.185 2.333 0.29 3.606 0.29 0.237 0 0.473-0.004 0.708-0.011l-0.034 0.001c11.719-0.028 21.463-8.451 23.537-19.572l0.023-0.148 37.2-204.28h207.24l-35.56 195.72c-0.257 1.318-0.404 2.834-0.404 4.384 0 11.743 8.434 21.517 19.575 23.593l0.148 0.023c1.272 0.255 2.734 0.4 4.23 0.4 0.032 0 0.063-0 0.095-0l-0.005 0c11.719-0.028 21.463-8.451 23.537-19.572l0.023-0.148 37.12-204.4h195.24c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-186.52l37.84-208h212.68c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM596.68 616h-207.2l37.84-208h207.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hash-light"]},"attrs":[{}],"properties":{"order":27633,"id":603,"name":"hash-light","prevSize":16,"code":60292},"setIdx":2,"setId":2,"iconIdx":644},{"icon":{"paths":["M864 616h-200v-208h200c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-200v-200c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 200h-208v-200c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 200h-200c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h200v208h-200c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h200v200c0 13.255 10.745 24 24 24s24-10.745 24-24v0-200h208v200c0 13.255 10.745 24 24 24s24-10.745 24-24v0-200h200c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM408 616v-208h208v208z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hash-straight-light"]},"attrs":[{}],"properties":{"order":27634,"id":602,"name":"hash-straight-light","prevSize":16,"code":60293},"setIdx":2,"setId":2,"iconIdx":645},{"icon":{"paths":["M648 320c0-13.255 10.745-24 24-24v0h288c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-288c-13.255 0-24-10.745-24-24v0zM960 680h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM960 424h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM960 552h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM568 256v512c0 30.928-25.072 56-56 56v0h-160c-0.003 0-0.006 0-0.009 0-172.313 0-312-139.687-312-312 0-0.83 0.003-1.659 0.010-2.487l-0.001 0.127c1.28-170.72 142.84-309.64 315.6-309.64h156.4c30.928 0 56 25.072 56 56v0zM520 256c0-4.418-3.582-8-8-8v0h-156.4c-146.48 0-266.52 117.52-267.6 262-0.005 0.594-0.008 1.297-0.008 2 0 145.803 118.197 264 264 264 0.003 0 0.005-0 0.008-0l160 0c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["headlights-light"]},"attrs":[{}],"properties":{"order":27635,"id":601,"name":"headlights-light","prevSize":16,"code":60294},"setIdx":2,"setId":2,"iconIdx":646},{"icon":{"paths":["M801.88 256.28c-73.197-73.953-174.596-119.872-286.722-120.28l-0.078-0h-3.080c-225.332 0-408 182.668-408 408v0 224c0 48.601 39.399 88 88 88v0h64c48.601 0 88-39.399 88-88v0-160c0-48.601-39.399-88-88-88v0h-103.2c13.128-188.338 169.132-336.148 359.658-336.148 99.865 0 190.244 40.609 255.528 106.214l0.014 0.015c59.139 59.515 97.483 139.755 103.186 228.874l0.054 1.046h-103.24c-48.601 0-88 39.399-88 88v0 160c0 48.601 39.399 88 88 88v0h64c48.601 0 88-39.399 88-88v0-224c0.002-0.454 0.003-0.991 0.003-1.528 0-111.688-45.126-212.837-118.139-286.209l0.016 0.017zM256 568c22.091 0 40 17.909 40 40v0 160c0 22.091-17.909 40-40 40v0h-64c-22.091 0-40-17.909-40-40v0-200zM872 768c0 22.091-17.909 40-40 40v0h-64c-22.091 0-40-17.909-40-40v0-160c0-22.091 17.909-40 40-40v0h104z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["headphones-light"]},"attrs":[{}],"properties":{"order":27636,"id":600,"name":"headphones-light","prevSize":16,"code":60295},"setIdx":2,"setId":2,"iconIdx":647},{"icon":{"paths":["M801.88 224.28c-73.197-73.953-174.596-119.872-286.722-120.28l-0.078-0h-3.080c-225.332 0-408 182.668-408 408v0 224c0 48.601 39.399 88 88 88v0h64c48.601 0 88-39.399 88-88v0-160c0-48.601-39.399-88-88-88v0h-103.2c12.959-188.223 168.821-336 359.199-336 0 0 0.001 0 0.001 0l2.72-0c189.47 0.868 344.195 148.443 356.463 334.926l0.057 1.074h-103.24c-48.601 0-88 39.399-88 88v0 160c0 48.601 39.399 88 88 88v0h104v8c0 57.438-46.562 104-104 104v0h-224c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h224c83.947 0 152-68.053 152-152v0-320c0.002-0.454 0.003-0.991 0.003-1.528 0-111.688-45.126-212.837-118.139-286.209l0.016 0.017zM256 536c22.091 0 40 17.909 40 40v0 160c0 22.091-17.909 40-40 40v0h-64c-22.091 0-40-17.909-40-40v0-200zM728 736v-160c0-22.091 17.909-40 40-40v0h104v240h-104c-22.091 0-40-17.909-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["headset-light"]},"attrs":[{}],"properties":{"order":27637,"id":599,"name":"headset-light","prevSize":16,"code":60296},"setIdx":2,"setId":2,"iconIdx":648},{"icon":{"paths":["M288 536h-160c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h147.16l56.84-85.32c4.362-6.507 11.687-10.734 20-10.734s15.638 4.226 19.945 10.647l0.055 0.086 108 162.040 44-66.040c4.366-6.477 11.674-10.68 19.964-10.68 0.013 0 0.025 0 0.038 0l-0.002-0h96c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-83.16l-56.84 85.32c-4.362 6.507-11.687 10.734-20 10.734s-15.638-4.226-19.945-10.647l-0.055-0.086-108-162.040-44 66.040c-4.366 6.477-11.674 10.68-19.964 10.68-0.013 0-0.025-0-0.038-0l0.002 0zM712 136c-84 0-157.040 37.88-200 101.36-42.96-63.48-116-101.36-200-101.36-132.484 0.159-239.841 107.516-240 239.984l-0 0.016q0 4.36 0 8.76c0.422 12.93 11.006 23.252 24 23.252 13.261 0 24.012-10.751 24.012-24.012 0-0.267-0.004-0.534-0.013-0.799l0.001 0.039c0-2.4 0-4.84 0-7.24 0.114-105.993 86.007-191.886 191.989-192l0.011-0c81.12 0 149.24 43.32 177.8 113.080 3.687 8.806 12.234 14.881 22.2 14.881s18.513-6.074 22.141-14.723l0.059-0.158c28.56-69.76 96.68-113.080 177.8-113.080 105.993 0.114 191.886 86.007 192 191.989l0 0.011c0 222.92-326.44 422.6-392 460.44-39.36-22.64-172.36-103.28-272.64-212.64-4.431-5.231-11.004-8.529-18.348-8.529-13.255 0-24 10.745-24 24 0 6.607 2.67 12.59 6.989 16.93l-0.001-0.001c123.76 135.080 289.64 225.16 296.64 228.92 3.286 1.8 7.199 2.859 11.36 2.859s8.074-1.059 11.485-2.922l-0.125 0.063c80.428-45.605 149.876-94.58 214.064-149.524l-1.824 1.524c143.6-122.76 216.4-244.32 216.4-361.12-0.159-132.484-107.516-239.841-239.984-240l-0.016-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heartbeat-light"]},"attrs":[{}],"properties":{"order":27638,"id":598,"name":"heartbeat-light","prevSize":16,"code":60297},"setIdx":2,"setId":2,"iconIdx":649},{"icon":{"paths":["M712 136c-0.191-0.001-0.416-0.001-0.642-0.001-66.074 0-125.873 26.867-169.069 70.271l-0.009 0.009-30.28 30.32-30.28-30.32c-43.433-43.44-103.439-70.309-169.72-70.309-132.548 0-240 107.452-240 240 0 0.010 0 0.020 0 0.030l-0-0.001c0 116.8 72.8 238.36 216.4 361.24 62.364 53.42 131.812 102.395 205.661 144.542l6.579 3.458c3.286 1.8 7.199 2.859 11.36 2.859s8.074-1.059 11.485-2.922l-0.125 0.063c80.428-45.605 149.876-94.58 214.064-149.524l-1.824 1.524c143.6-122.88 216.4-244.44 216.4-361.24-0.159-132.484-107.516-239.841-239.984-240l-0.016-0zM512 836.44c-65.64-37.88-392-237.56-392-460.44 0.005-106.035 85.965-191.991 192-191.991 53.017 0 101.015 21.489 135.76 56.231l30.28 30.28-47 47.040c-4.349 4.344-7.039 10.348-7.039 16.98s2.69 12.636 7.039 16.98l0 0 103.76 103.76-71.76 71.76c-3.991 4.274-6.441 10.032-6.441 16.361 0 13.255 10.745 24 24 24 6.33 0 12.087-2.45 16.375-6.454l-0.014 0.013 88.76-88.72c4.349-4.344 7.039-10.348 7.039-16.98s-2.69-12.636-7.039-16.98l-0-0-103.76-103.76 94.28-94.28c34.745-34.742 82.743-56.231 135.76-56.231 106.035 0 191.995 85.956 192 191.99l0 0.001c0 222.88-326.36 422.56-392 460.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-break-light"]},"attrs":[{}],"properties":{"order":27639,"id":597,"name":"heart-break-light","prevSize":16,"code":60298},"setIdx":2,"setId":2,"iconIdx":650},{"icon":{"paths":["M676.4 187.28c11.255-2.151 19.646-11.916 19.646-23.64 0-13.28-10.766-24.046-24.046-24.046-1.556 0-3.077 0.148-4.551 0.43l0.151-0.024c-66.4 12.52-121 47.28-155.6 97.6-42.8-63.6-116-101.6-200-101.6-132.484 0.159-239.841 107.516-240 239.984l-0 0.016c0 116.8 72.8 238.36 216.4 361.24 62.364 53.42 131.812 102.395 205.661 144.542l6.579 3.458c3.28 1.824 7.195 2.897 11.36 2.897s8.080-1.074 11.482-2.959l-0.122 0.062c62.433-35.165 115.793-70.891 166.218-110.205l-2.938 2.205c5.717-4.431 9.362-11.3 9.362-19.020 0-13.256-10.746-24.002-24.002-24.002-5.536 0-10.634 1.874-14.695 5.023l0.055-0.041c-34.831 26.987-74.422 54.372-115.45 79.652l-5.91 3.388v-529.12c24-55.12 75.040-93.6 140.4-105.84zM488 822.16c-98.4-60.12-368-243.36-368-446.16 0.114-105.993 86.007-191.886 191.989-192l0.011-0c79.48 0 146.48 41.6 176 108.88zM929.32 376c-0.401 0.029-0.869 0.045-1.34 0.045s-0.939-0.016-1.403-0.048l0.063 0.003c-12.302-0.029-22.427-9.309-23.79-21.25l-0.010-0.11c-6.602-57.919-38.172-107.346-83.517-137.887l-0.683-0.433c-6.484-4.376-10.692-11.697-10.692-20 0-13.283 10.768-24.052 24.052-24.052 4.98 0 9.607 1.514 13.445 4.106l-0.085-0.054c57.51 38.733 96.943 100.525 105.058 171.821l0.102 1.099c0.112 0.872 0.176 1.88 0.176 2.904 0 12.331-9.299 22.489-21.266 23.846l-0.11 0.010zM914.68 522.88c-22.32 44.8-55 90.6-97.040 136-4.401 4.753-10.674 7.718-17.64 7.718-13.265 0-24.018-10.753-24.018-24.018 0-6.299 2.425-12.032 6.392-16.316l-0.014 0.016c39-42.16 69.080-84.2 89.4-124.96 3.897-8.299 12.185-13.943 21.791-13.943 13.255 0 24 10.745 24 24 0 4.17-1.064 8.092-2.934 11.508l0.063-0.125z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-half-light"]},"attrs":[{}],"properties":{"order":27640,"id":596,"name":"heart-half-light","prevSize":16,"code":60299},"setIdx":2,"setId":2,"iconIdx":651},{"icon":{"paths":["M712 136c-84 0-157.040 37.88-200 101.36-42.96-63.48-116-101.36-200-101.36-132.484 0.159-239.841 107.516-240 239.984l-0 0.016c0 116.8 72.8 238.36 216.4 361.24 62.364 53.42 131.812 102.395 205.661 144.542l6.579 3.458c3.286 1.8 7.199 2.859 11.36 2.859s8.074-1.059 11.485-2.922l-0.125 0.063c80.428-45.605 149.876-94.58 214.064-149.524l-1.824 1.524c143.6-122.88 216.4-244.44 216.4-361.24-0.159-132.484-107.516-239.841-239.984-240l-0.016-0zM512 836.44c-65.64-37.88-392-237.56-392-460.44 0.114-105.993 86.007-191.886 191.989-192l0.011-0c81.12 0 149.24 43.32 177.8 113.080 3.687 8.806 12.234 14.881 22.2 14.881s18.513-6.074 22.141-14.723l0.059-0.158c28.56-69.76 96.68-113.080 177.8-113.080 105.993 0.114 191.886 86.007 192 191.989l0 0.011c0 222.88-326.36 422.56-392 460.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-light"]},"attrs":[{}],"properties":{"order":27641,"id":595,"name":"heart-light","prevSize":16,"code":60300},"setIdx":2,"setId":2,"iconIdx":652},{"icon":{"paths":["M886.48 233.52c-40.555-40.435-96.518-65.437-158.32-65.437s-117.765 25.002-158.325 65.442l0.005-0.005-57.84 55.44-57.76-55.6c-40.54-40.535-96.542-65.606-158.4-65.606-123.726 0-224.026 100.3-224.026 224.026 0 61.868 25.079 117.878 65.625 158.42l0 0 357.48 362.64c4.356 4.421 10.408 7.16 17.1 7.16s12.744-2.739 17.097-7.157l0.003-0.003 357.32-362.52c40.495-40.565 65.537-96.568 65.537-158.42 0-61.832-25.026-117.819-65.501-158.384l0.004 0.004zM852.44 516.52l-340.44 345.28-340.44-345.4c-31.861-31.856-51.567-75.866-51.567-124.48 0-97.217 78.81-176.027 176.027-176.027 48.604 0 92.606 19.698 124.46 51.547l0.32 0.32 56.64 54.56-46.040 44.32c-4.529 4.371-7.342 10.496-7.342 17.277 0 6.624 2.683 12.62 7.022 16.963l111.040 111.12-47.040 47.040c-4.42 4.355-7.158 10.407-7.158 17.098 0 13.255 10.745 24 24 24 6.701 0 12.76-2.746 17.114-7.175l0.003-0.003 64-64c4.349-4.344 7.039-10.348 7.039-16.98s-2.69-12.636-7.039-16.98l-0-0-110.72-110.76 120.96-116.48c0.127-0.087 0.233-0.193 0.317-0.316l0.003-0.004c31.851-31.821 75.837-51.501 124.42-51.501 97.225 0 176.041 78.816 176.041 176.041 0 48.642-19.728 92.677-51.62 124.539l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-straight-break-light"]},"attrs":[{}],"properties":{"order":27642,"id":594,"name":"heart-straight-break-light","prevSize":16,"code":60301},"setIdx":2,"setId":2,"iconIdx":653},{"icon":{"paths":["M886.4 233.52c-40.563-40.483-96.558-65.518-158.401-65.518-61.683 0-117.549 24.905-158.090 65.208l0.011-0.011-57.92 53.92-57.92-53.92c-40.528-40.478-96.491-65.511-158.3-65.511-123.718 0-224.011 100.293-224.011 224.011 0 61.909 25.114 117.952 65.709 158.498l0.002 0.002 357.44 362.64c4.354 4.409 10.398 7.14 17.080 7.14s12.726-2.731 17.078-7.137l357.322-362.482c40.553-40.539 65.636-96.55 65.636-158.42s-25.083-117.881-65.635-158.419l-0.001-0.001zM852.32 516.52l-340.32 345.28-340.44-345.4c-31.591-31.806-51.116-75.631-51.116-124.016 0-97.202 78.798-176 176-176 48.375 0 92.192 19.517 124.006 51.106l-0.010-0.010c0.192 0.205 0.401 0.389 0.627 0.551l0.013 0.009 74.56 69.44c4.274 3.99 10.031 6.44 16.36 6.44s12.086-2.45 16.374-6.453l-0.014 0.013 74.56-69.48c0.239-0.171 0.448-0.355 0.638-0.558l0.002-0.002c31.886-32.070 76.035-51.919 124.819-51.919 97.202 0 176 78.798 176 176 0 48.854-19.905 93.059-52.048 124.947l-0.011 0.011z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["heart-straight-light"]},"attrs":[{}],"properties":{"order":27643,"id":593,"name":"heart-straight-light","prevSize":16,"code":60302},"setIdx":2,"setId":2,"iconIdx":654},{"icon":{"paths":["M890.88 271.64l-352-192.72c-7.752-4.361-17.016-6.929-26.88-6.929s-19.128 2.569-27.16 7.074l0.28-0.144-352 192.72c-17.47 9.697-29.102 28.028-29.12 49.077l-0 0.003v382.56c0.018 21.052 11.65 39.383 28.834 48.934l0.286 0.146 352 192.72c7.753 4.354 17.017 6.918 26.88 6.918s19.127-2.564 27.161-7.063l-0.281 0.145 352-192.72c17.47-9.697 29.102-28.028 29.12-49.077l0-0.003v-382.56c-0.018-21.052-11.65-39.383-28.834-48.934l-0.286-0.146zM872 703.28c0 0.021 0 0.046 0 0.072 0 2.946-1.592 5.519-3.963 6.908l-0.038 0.020-352 192.72c-1.109 0.618-2.432 0.982-3.84 0.982s-2.731-0.364-3.881-1.003l0.041 0.021-352.32-192.72c-2.408-1.409-4-3.983-4-6.928 0-0.025 0-0.050 0-0.075l-0 0.004v-382.56c-0-0.021-0-0.046-0-0.072 0-2.946 1.592-5.519 3.963-6.908l0.038-0.020 352-192.72c1.109-0.618 2.432-0.982 3.84-0.982s2.731 0.364 3.881 1.003l-0.041-0.021 352 192.72c2.408 1.409 4 3.983 4 6.928 0 0.025-0 0.050-0 0.075l0-0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hexagon-light"]},"attrs":[{}],"properties":{"order":27644,"id":592,"name":"hexagon-light","prevSize":16,"code":60303},"setIdx":2,"setId":2,"iconIdx":655},{"icon":{"paths":["M922.12 664.56l-206.12-46.44-443.040-443.080c-4.344-4.347-10.346-7.035-16.977-7.035-7 0-13.3 2.997-17.688 7.778l-0.016 0.018c-86.6 94.68-134.28 214.080-134.28 336.2v288c0 30.928 25.072 56 56 56v0h128c30.928 0 56-25.072 56-56v0-209.4c93.361 51.229 165.586 131.142 205.836 227.718l1.124 3.042c8.525 20.494 28.387 34.642 51.552 34.642 0.157 0 0.315-0.001 0.472-0.002l-0.024 0h357.040c30.928 0 56-25.072 56-56v0-18.92c0-0.079 0-0.173 0-0.266 0-56.807-39.832-104.312-93.090-116.107l-0.79-0.147zM296 800c0 4.418-3.582 8-8 8v0h-128c-4.418 0-8-3.582-8-8v0-263.28c52.479 2.687 101.593 13.931 147.021 32.364l-3.021-1.084zM968 800c0 4.418-3.582 8-8 8v0h-357.12c-0.042 0.001-0.093 0.001-0.143 0.001-3.231 0-6.014-1.915-7.277-4.671l-0.020-0.050c-38.675-93.526-101.438-170.533-180.65-225.503l-1.67-1.097c-73.039-50.98-162.567-83.202-259.315-87.954l-1.165-0.046c5.24-94.040 41.76-185.36 104.6-261.52l429.8 429.8c3.114 3.114 7.080 5.377 11.518 6.408l0.162 0.032 212.92 48c32.438 7.108 56.36 35.594 56.36 69.669 0 0.060-0 0.12-0 0.181l0-0.009z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["high-heel-light"]},"attrs":[{}],"properties":{"order":27645,"id":591,"name":"high-heel-light","prevSize":16,"code":60304},"setIdx":2,"setId":2,"iconIdx":656},{"icon":{"paths":["M800.48 223.48c-74.058-75.235-177-121.849-290.83-121.849-225.332 0-408 182.668-408 408 0 113.839 46.623 216.789 121.816 290.797l0.053 0.052c74.058 75.235 177 121.849 290.83 121.849 225.332 0 408-182.668 408-408 0-113.839-46.623-216.789-121.816-290.797l-0.053-0.052zM376 845.48v-237.48c0-4.418 3.582-8 8-8v0h256c4.418 0 8 3.582 8 8v0 237.48c-40.235 16.777-86.98 26.521-136 26.521s-95.764-9.745-138.401-27.402l2.401 0.881zM584 552h-144v-153.16l144-72zM766.56 766.56v0c-20.666 20.666-43.807 38.856-68.94 54.088l-1.62 0.912v-213.56c0-30.928-25.072-56-56-56v0h-8v-264c0-0.002 0-0.005 0-0.007 0-13.255-10.745-24-24-24-3.907 0-7.596 0.934-10.857 2.59l0.137-0.063-192 96c-7.936 4.026-13.28 12.125-13.28 21.473 0 0.003 0 0.005 0 0.008l-0-0v168h-8c-30.928 0-56 25.072-56 56v0 213.56c-26.753-16.144-49.894-34.334-70.56-55l0 0c-65.146-65.147-105.44-155.147-105.44-254.557 0-198.823 161.177-360 360-360s360 161.177 360 360c0 99.411-40.294 189.41-105.44 254.557l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["highlighter-circle-light"]},"attrs":[{}],"properties":{"order":27646,"id":590,"name":"highlighter-circle-light","prevSize":16,"code":60305},"setIdx":2,"setId":2,"iconIdx":657},{"icon":{"paths":["M948 498.68l-225.2-337.76c-10.187-15.113-27.24-24.92-46.584-24.92-0.006 0-0.011 0-0.017 0l-328.199-0c-0.064-0-0.14-0-0.216-0-19.344 0-36.397 9.808-46.457 24.721l-0.126 0.199-225.2 337.76c-2.533 3.745-4.044 8.362-4.044 13.332 0 2.244 0.308 4.416 0.884 6.477l-0.040-0.169 89.56 328.4c6.69 23.98 28.34 41.28 54.031 41.28 0.017 0 0.035-0 0.052-0l103.557 0c30.928 0 56-25.072 56-56v0-72h272v72c0 30.928 25.072 56 56 56v0h103.56c0.003 0 0.006 0 0.009 0 25.691 0 47.341-17.3 53.937-40.886l0.094-0.394 89.56-328.4c0.543-1.904 0.855-4.091 0.855-6.35 0-4.952-1.5-9.554-4.070-13.376l0.054 0.086zM320 712c-4.418 0-8-3.582-8-8v0-438.64l112 64v214.64c0 13.255 10.745 24 24 24s24-10.745 24-24v0-187.2l28 16c3.442 2.021 7.582 3.215 12 3.215s8.558-1.194 12.113-3.277l-0.113 0.061 28-16v155.2c0 13.255 10.745 24 24 24s24-10.745 24-24v0-182.64l112-64v438.64c0 4.418-3.582 8-8 8v0zM348 184h328.4c0.007-0 0.016-0 0.025-0 2.763 0 5.199 1.401 6.637 3.532l0.018 0.028 18.68 28.44-189.76 108.36-189.76-108.36 18.88-28.36c1.449-2.206 3.911-3.642 6.709-3.642 0.060 0 0.12 0.001 0.18 0.002l-0.009-0zM328 832c0 4.418-3.582 8-8 8v0h-103.56c-0.002 0-0.004 0-0.006 0-3.664 0-6.752-2.463-7.7-5.824l-0.014-0.056-86.68-317.88 141.96-212.96v400.72c0 30.928 25.072 56 56 56v0h8zM815.28 834.12c-0.961 3.417-4.050 5.88-7.714 5.88-0.002 0-0.004-0-0.006-0l-103.56 0c-4.418 0-8-3.582-8-8v0-72h8c30.928 0 56-25.072 56-56v0-400.72l141.96 212.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hoodie-light"]},"attrs":[{}],"properties":{"order":27647,"id":589,"name":"hoodie-light","prevSize":16,"code":60306},"setIdx":2,"setId":2,"iconIdx":658},{"icon":{"paths":["M536 400c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM920 517.8c-3.798 219.734-180.238 397.028-399.275 402.191l-0.485 0.009h-8.52c-0.809 0.006-1.765 0.009-2.723 0.009-103.42 0-197.793-38.733-269.404-102.485l0.407 0.356c-5.162-4.429-8.412-10.959-8.412-18.249 0-13.255 10.745-24 24-24 6.354 0 12.131 2.469 16.425 6.501l-0.013-0.012c25.364 22.743 54.495 42.016 86.201 56.665l2.159 0.895 116-159.56c-95.72-45.48-200.72-27.72-259.2-17.8-6.175 1.133-13.281 1.78-20.538 1.78-39.803 0-75.056-19.483-96.742-49.432l-0.24-0.348c-0.286-0.368-0.576-0.785-0.844-1.218l-0.036-0.062-55.16-88c-2.285-3.607-3.641-8-3.641-12.708 0-8.608 4.531-16.157 11.339-20.393l0.102-0.059 404.6-249.28v-114.6c0-13.255 10.745-24 24-24v0h32c0.012-0 0.027-0 0.041-0 225.332 0 408 182.668 408 408 0 2.039-0.015 4.075-0.045 6.107l0.004-0.307zM872 517.12c0.023-1.523 0.036-3.32 0.036-5.12 0-198.823-161.177-360-360-360-0.013 0-0.026 0-0.038 0l-7.998-0v104c-0.004 8.603-4.534 16.147-11.338 20.381l-0.102 0.059-395.4 243.32 41.88 66.96c13.185 17.859 34.155 29.314 57.8 29.314 4.368 0 8.644-0.391 12.796-1.139l-0.436 0.065c63.28-10.68 193.68-32.72 308.92 32.88 90.096-3.387 161.853-77.229 161.88-167.837l0-0.003c0-13.255 10.745-24 24-24s24 10.745 24 24v0c-0.144 114.825-89.764 208.672-202.873 215.57l-0.607 0.030-117.44 161.48c31.284 9.52 67.239 15 104.474 15 2.717 0 5.426-0.029 8.129-0.087l-0.403 0.007c193.67-4.62 349.317-161.022 352.716-354.556l0.004-0.324z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["horse-light"]},"attrs":[{}],"properties":{"order":27648,"id":588,"name":"horse-light","prevSize":16,"code":60307},"setIdx":2,"setId":2,"iconIdx":659},{"icon":{"paths":["M736 104h-448c-30.928 0-56 25.072-56 56v0 144c0.040 18.249 8.766 34.451 22.261 44.699l0.139 0.101 217.6 163.2-217.6 163.2c-13.634 10.349-22.36 26.551-22.4 44.793l-0 0.007v144c0 30.928 25.072 56 56 56v0h448c30.928 0 56-25.072 56-56v0-142.56c-0.053-18.176-8.707-34.319-22.105-44.581l-0.135-0.099-217.76-164.76 217.96-164.76c13.456-10.396 22.038-26.535 22.040-44.68l0-0v-142.56c0-30.928-25.072-56-56-56v0zM288 152h448c4.418 0 8 3.582 8 8v0 72h-464v-72c0-4.418 3.582-8 8-8v0zM744 721.44v142.56c0 4.418-3.582 8-8 8v0h-448c-4.418 0-8-3.582-8-8v0-144c0-2.608 1.248-4.925 3.18-6.385l0.020-0.015 228.8-171.56 228.88 173c1.906 1.477 3.12 3.766 3.12 6.339 0 0.021-0 0.043-0 0.064l0-0.003zM740.84 308.96l-228.84 173-228.8-171.56c-1.952-1.475-3.2-3.792-3.2-6.4v0-24h464v22.56c0 0.009 0 0.020 0 0.030 0 2.591-1.231 4.894-3.141 6.356l-0.019 0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-high-light"]},"attrs":[{}],"properties":{"order":27649,"id":587,"name":"hourglass-high-light","prevSize":16,"code":60308},"setIdx":2,"setId":2,"iconIdx":660},{"icon":{"paths":["M792 302.56v-142.56c0-30.928-25.072-56-56-56v0h-448c-30.928 0-56 25.072-56 56v0 144c0.040 18.249 8.766 34.451 22.261 44.699l0.139 0.101 217.6 163.2-217.6 163.2c-13.634 10.349-22.36 26.551-22.4 44.793l-0 0.007v144c0 30.928 25.072 56 56 56v0h448c30.928 0 56-25.072 56-56v0-142.56c-0.053-18.176-8.707-34.319-22.105-44.581l-0.135-0.099-217.76-164.76 217.96-164.76c13.456-10.396 22.038-26.535 22.040-44.68l0-0zM744 721.44v142.56c0 4.418-3.582 8-8 8v0h-448c-4.418 0-8-3.582-8-8v0-144c0-2.608 1.248-4.925 3.18-6.385l0.020-0.015 228.8-171.56 228.88 173c1.906 1.477 3.12 3.766 3.12 6.339 0 0.021-0 0.043-0 0.064l0-0.003zM744 302.56c0 0.009 0 0.020 0 0.030 0 2.591-1.231 4.894-3.141 6.356l-0.019 0.014-228.84 173-228.8-171.56c-1.952-1.475-3.2-3.792-3.2-6.4v0-144c0-4.418 3.582-8 8-8v0h448c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-light"]},"attrs":[{}],"properties":{"order":27650,"id":586,"name":"hourglass-light","prevSize":16,"code":60309},"setIdx":2,"setId":2,"iconIdx":661},{"icon":{"paths":["M792 302.56v-142.56c0-30.928-25.072-56-56-56v0h-448c-30.928 0-56 25.072-56 56v0 144c0.040 18.249 8.766 34.451 22.261 44.699l0.139 0.101 217.6 163.2-217.6 163.2c-13.634 10.349-22.36 26.551-22.4 44.793l-0 0.007v144c0 30.928 25.072 56 56 56v0h448c30.928 0 56-25.072 56-56v0-142.56c-0.053-18.176-8.707-34.319-22.105-44.581l-0.135-0.099-217.76-164.76 217.96-164.76c13.456-10.396 22.038-26.535 22.040-44.68l0-0zM736.8 712h-451.48l226.68-169.96zM736 872h-448c-4.418 0-8-3.582-8-8v0-104h464v104c0 4.418-3.582 8-8 8v0zM744 302.56c0 0.009 0 0.020 0 0.030 0 2.591-1.231 4.894-3.141 6.356l-0.019 0.014-228.84 173-228.8-171.56c-1.952-1.475-3.2-3.792-3.2-6.4v0-144c0-4.418 3.582-8 8-8v0h448c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-low-light"]},"attrs":[{}],"properties":{"order":27651,"id":585,"name":"hourglass-low-light","prevSize":16,"code":60310},"setIdx":2,"setId":2,"iconIdx":662},{"icon":{"paths":["M792 302.56v-142.56c0-30.928-25.072-56-56-56v0h-448c-30.928 0-56 25.072-56 56v0 144c0.040 18.249 8.766 34.451 22.261 44.699l0.139 0.101 217.6 163.2-217.6 163.2c-13.634 10.349-22.36 26.551-22.4 44.793l-0 0.007v144c0 30.928 25.072 56 56 56v0h448c30.928 0 56-25.072 56-56v0-142.56c-0.053-18.176-8.707-34.319-22.105-44.581l-0.135-0.099-217.76-164.76 217.96-164.76c13.456-10.396 22.038-26.535 22.040-44.68l0-0zM280 160c0-4.418 3.582-8 8-8v0h448c4.418 0 8 3.582 8 8v0 142.56c0 0.009 0 0.020 0 0.030 0 2.591-1.231 4.894-3.141 6.356l-0.019 0.014-25.24 19.040h-408.92l-23.48-17.6c-1.952-1.475-3.2-3.792-3.2-6.4v0zM512 481.96l-141.32-105.96h281.32zM744 721.44v142.56c0 4.418-3.582 8-8 8v0h-448c-4.418 0-8-3.582-8-8v0-144c0-2.608 1.248-4.925 3.18-6.385l0.020-0.015 204.8-153.6v112c0 13.255 10.745 24 24 24s24-10.745 24-24v0-111.76l204.84 154.8c1.929 1.476 3.16 3.779 3.16 6.37 0 0.011-0 0.021-0 0.032l0-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-medium-light"]},"attrs":[{}],"properties":{"order":27652,"id":584,"name":"hourglass-medium-light","prevSize":16,"code":60311},"setIdx":2,"setId":2,"iconIdx":663},{"icon":{"paths":["M839.2 792l-292.48-280 292.84-280.36c10.159-10.138 16.444-24.155 16.444-39.64 0-30.928-25.072-56-56-56-0.001 0-0.003 0-0.004 0l-576-0c-0.001-0-0.003-0-0.004-0-30.928 0-56 25.072-56 56 0 15.465 6.269 29.466 16.404 39.6l0.36 0.36 292.48 280-292.8 280.4c-10.159 10.138-16.444 24.155-16.444 39.64 0 30.928 25.072 56 56 56 0.001 0 0.003-0 0.004-0l576 0c0.001 0 0.003 0 0.004 0 30.928 0 56-25.072 56-56 0-15.465-6.269-29.466-16.404-39.6l0 0zM337.8 312h348.4l-174.2 166.76zM216.64 188.92c1.127-2.903 3.898-4.923 7.141-4.923 0.077 0 0.154 0.001 0.231 0.003l-0.011-0h576c0.003-0 0.006-0 0.010-0 4.418 0 8 3.582 8 8 0 2.142-0.842 4.087-2.212 5.523l0.003-0.003-69.48 66.48h-448.64l-69.44-66.48c-1.409-1.387-2.282-3.314-2.282-5.446 0-1.143 0.251-2.228 0.701-3.202l-0.020 0.047zM807.36 835.080c-1.127 2.903-3.898 4.923-7.141 4.923-0.077 0-0.154-0.001-0.231-0.003l0.011 0h-576c-0.003 0-0.006 0-0.010 0-4.418 0-8-3.582-8-8 0-2.142 0.842-4.087 2.212-5.523l-0.003 0.003 293.8-281.24 293.76 281.24c1.409 1.387 2.282 3.314 2.282 5.446 0 1.143-0.251 2.228-0.701 3.202l0.020-0.047z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-simple-high-light"]},"attrs":[{}],"properties":{"order":27653,"id":583,"name":"hourglass-simple-high-light","prevSize":16,"code":60312},"setIdx":2,"setId":2,"iconIdx":664},{"icon":{"paths":["M839.2 792l-292.48-280 292.84-280.36c10.159-10.138 16.444-24.155 16.444-39.64 0-30.928-25.072-56-56-56-0.001 0-0.003 0-0.004 0l-576-0c-0.001-0-0.003-0-0.004-0-30.928 0-56 25.072-56 56 0 15.465 6.269 29.466 16.404 39.6l0.36 0.36 292.48 280-292.8 280.4c-10.159 10.138-16.444 24.155-16.444 39.64 0 30.928 25.072 56 56 56 0.001 0 0.003-0 0.004-0l576 0c0.001 0 0.003 0 0.004 0 30.928 0 56-25.072 56-56 0-15.465-6.269-29.466-16.404-39.6l0 0zM216.64 188.92c1.127-2.903 3.898-4.923 7.141-4.923 0.077 0 0.154 0.001 0.231 0.003l-0.011-0h576c0.003-0 0.006-0 0.010-0 4.418 0 8 3.582 8 8 0 2.142-0.842 4.087-2.212 5.523l0.003-0.003-293.8 281.24-293.76-281.24c-1.409-1.387-2.282-3.314-2.282-5.446 0-1.143 0.251-2.228 0.701-3.202l-0.020 0.047zM807.36 835.080c-1.127 2.903-3.898 4.923-7.141 4.923-0.077 0-0.154-0.001-0.231-0.003l0.011 0h-576c-0.003 0-0.006 0-0.010 0-4.418 0-8-3.582-8-8 0-2.142 0.842-4.087 2.212-5.523l-0.003 0.003 293.8-281.24 293.76 281.24c1.409 1.387 2.282 3.314 2.282 5.446 0 1.143-0.251 2.228-0.701 3.202l0.020-0.047z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-simple-light"]},"attrs":[{}],"properties":{"order":27654,"id":582,"name":"hourglass-simple-light","prevSize":16,"code":60313},"setIdx":2,"setId":2,"iconIdx":665},{"icon":{"paths":["M839.2 792l-292.48-280 292.84-280.36c10.159-10.138 16.444-24.155 16.444-39.64 0-30.928-25.072-56-56-56-0.001 0-0.003 0-0.004 0l-576-0c-0.001-0-0.003-0-0.004-0-30.928 0-56 25.072-56 56 0 15.465 6.269 29.466 16.404 39.6l0.36 0.36 292.48 280-292.8 280.4c-10.159 10.138-16.444 24.155-16.444 39.64 0 30.928 25.072 56 56 56 0.001 0 0.003-0 0.004-0l576 0c0.001 0 0.003 0 0.004 0 30.928 0 56-25.072 56-56 0-15.465-6.269-29.466-16.404-39.6l0 0zM218.24 197.52c-1.368-1.433-2.21-3.378-2.21-5.52 0-4.408 3.564-7.983 7.968-8l0.002-0h576c0.003-0 0.006-0 0.010-0 4.418 0 8 3.582 8 8 0 2.142-0.842 4.087-2.212 5.523l0.003-0.003-293.8 281.24zM512 545.24l140.76 134.76h-281.52zM807.36 835.080c-1.127 2.903-3.898 4.923-7.141 4.923-0.077 0-0.154-0.001-0.231-0.003l0.011 0h-576c-0.003 0-0.006 0-0.010 0-4.418 0-8-3.582-8-8 0-2.142 0.842-4.087 2.212-5.523l-0.003 0.003 102.92-98.48h381.76l102.88 98.48c1.409 1.387 2.282 3.314 2.282 5.446 0 1.143-0.251 2.228-0.701 3.202l0.020-0.047z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-simple-low-light"]},"attrs":[{}],"properties":{"order":27655,"id":581,"name":"hourglass-simple-low-light","prevSize":16,"code":60314},"setIdx":2,"setId":2,"iconIdx":666},{"icon":{"paths":["M839.2 792l-292.48-280 292.84-280.36c10.159-10.138 16.444-24.155 16.444-39.64 0-30.928-25.072-56-56-56-0.001 0-0.003 0-0.004 0l-576-0c-0.001-0-0.003-0-0.004-0-30.928 0-56 25.072-56 56 0 15.465 6.269 29.466 16.404 39.6l0.36 0.36 292.48 280-292.8 280.4c-10.159 10.138-16.444 24.155-16.444 39.64 0 30.928 25.072 56 56 56 0.001 0 0.003-0 0.004-0l576 0c0.001 0 0.003 0 0.004 0 30.928 0 56-25.072 56-56 0-15.465-6.269-29.466-16.404-39.6l0 0zM371.24 344h281.52l-140.76 134.76zM216.64 188.92c1.127-2.903 3.898-4.923 7.141-4.923 0.077 0 0.154 0.001 0.231 0.003l-0.011-0h576c0.003-0 0.006-0 0.010-0 4.418 0 8 3.582 8 8 0 2.142-0.842 4.087-2.212 5.523l0.003-0.003-102.92 98.48h-381.76l-102.88-98.48c-1.409-1.387-2.282-3.314-2.282-5.446 0-1.143 0.251-2.228 0.701-3.202l-0.020 0.047zM807.36 835.080c-1.127 2.903-3.898 4.923-7.141 4.923-0.077 0-0.154-0.001-0.231-0.003l0.011 0h-576c-0.003 0-0.006 0-0.010 0-4.418 0-8-3.582-8-8 0-2.142 0.842-4.087 2.212-5.523l-0.003 0.003 269.8-258.28v103.8c0 13.255 10.745 24 24 24s24-10.745 24-24v0-103.8l269.76 258.28c1.409 1.387 2.282 3.314 2.282 5.446 0 1.143-0.251 2.228-0.701 3.202l0.020-0.047z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hourglass-simple-medium-light"]},"attrs":[{}],"properties":{"order":27656,"id":580,"name":"hourglass-simple-medium-light","prevSize":16,"code":60315},"setIdx":2,"setId":2,"iconIdx":667},{"icon":{"paths":["M869.88 420.96l-320.36-302.32c-9.885-9.076-23.123-14.639-37.66-14.639s-27.775 5.563-37.701 14.676l0.041-0.037-0.36 0.32-320 302c-10.99 10.252-17.841 24.819-17.841 40.986 0 0.089 0 0.179 0.001 0.268l-0-0.014v369.8c0 30.928 25.072 56 56 56v0h192c30.928 0 56-25.072 56-56v0-192c0-4.418 3.582-8 8-8v0h128c4.418 0 8 3.582 8 8v0 192c0 30.928 25.072 56 56 56v0h192c30.928 0 56-25.072 56-56v0-369.8c-0.001-16.299-6.966-30.971-18.081-41.204l-0.039-0.036zM840 832c0 4.418-3.582 8-8 8v0h-192c-4.418 0-8-3.582-8-8v0-192c0-30.928-25.072-56-56-56v0h-128c-30.928 0-56 25.072-56 56v0 192c0 4.418-3.582 8-8 8v0h-192c-4.418 0-8-3.582-8-8v0-369.8c-0-0.005-0-0.011-0-0.017 0-2.334 1-4.435 2.594-5.897l0.006-0.005 0.36-0.32 319.76-301.92c1.398-1.225 3.242-1.972 5.26-1.972s3.862 0.747 5.269 1.98l-0.009-0.008 320.12 302.28c1.619 1.466 2.634 3.574 2.64 5.919l0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["house-light"]},"attrs":[{}],"properties":{"order":27657,"id":579,"name":"house-light","prevSize":16,"code":60316},"setIdx":2,"setId":2,"iconIdx":668},{"icon":{"paths":["M960 840h-72v-377.8c-0.021-16.308-6.979-30.986-18.082-41.245l-0.038-0.035-320.36-302.28c-9.885-9.076-23.123-14.639-37.66-14.639s-27.775 5.563-37.701 14.676l0.041-0.037-0.36 0.32-320 302c-10.99 10.252-17.841 24.819-17.841 40.986 0 0.089 0 0.179 0.001 0.268l-0-0.014v377.8h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h896c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM184 462.2c-0-0.005-0-0.011-0-0.017 0-2.334 1-4.435 2.594-5.897l0.006-0.005 0.36-0.32 319.76-301.92c1.398-1.225 3.242-1.972 5.26-1.972s3.862 0.747 5.269 1.98l-0.009-0.008 320.12 302.28c1.619 1.466 2.634 3.574 2.64 5.919l0 0.001v377.76h-208v-200c0-30.928-25.072-56-56-56v0h-128c-30.928 0-56 25.072-56 56v0 200h-208zM584 840h-144v-200c0-4.418 3.582-8 8-8v0h128c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["house-line-light"]},"attrs":[{}],"properties":{"order":27658,"id":578,"name":"house-line-light","prevSize":16,"code":60317},"setIdx":2,"setId":2,"iconIdx":669},{"icon":{"paths":["M869.88 420.92l-320.36-302.28c-9.885-9.076-23.123-14.639-37.66-14.639s-27.775 5.563-37.701 14.676l0.041-0.037-0.36 0.32-320 302c-10.99 10.252-17.841 24.819-17.841 40.986 0 0.089 0 0.179 0.001 0.268l-0-0.014v369.8c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-369.8c-0.021-16.308-6.979-30.986-18.082-41.245l-0.038-0.035zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-369.8c-0-0.005-0-0.011-0-0.017 0-2.334 1-4.435 2.594-5.897l0.006-0.005 0.36-0.32 319.76-301.92c1.398-1.225 3.242-1.972 5.26-1.972s3.862 0.747 5.269 1.98l-0.009-0.008 320.12 302.28c1.619 1.466 2.634 3.574 2.64 5.919l0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["house-simple-light"]},"attrs":[{}],"properties":{"order":27659,"id":577,"name":"house-simple-light","prevSize":16,"code":60318},"setIdx":2,"setId":2,"iconIdx":670},{"icon":{"paths":["M824 363.32v-11.32c0-172.313-139.687-312-312-312s-312 139.687-312 312v0 11.32c-37.268 10.786-64.056 44.605-64.056 84.68 0 48.601 39.399 88 88 88 0.020 0 0.040-0 0.059-0l18.077 0 249.080 436c4.214 7.278 11.964 12.096 20.84 12.096s16.626-4.818 20.778-11.981l0.062-0.115 249.080-436h18.080c0.017 0 0.037 0 0.056 0 48.601 0 88-39.399 88-88 0-40.075-26.788-73.894-63.435-84.526l-0.622-0.154zM512 911.64l-214.64-375.64h95.56l167.080 292zM544 536l91.4 160-47.76 83.64-139.44-243.64zM663.040 647.64l-63.96-111.64h127.56zM800 488h-576c-22.091 0-40-17.909-40-40s17.909-40 40-40v0c13.255 0 24-10.745 24-24v0-32c0-145.803 118.197-264 264-264s264 118.197 264 264v0 32c0 13.255 10.745 24 24 24v0c22.091 0 40 17.909 40 40s-17.909 40-40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ice-cream-light"]},"attrs":[{}],"properties":{"order":27660,"id":576,"name":"ice-cream-light","prevSize":16,"code":60319},"setIdx":2,"setId":2,"iconIdx":671},{"icon":{"paths":["M604.44 664.52c36.365-28.058 59.56-71.65 59.56-120.66 0-83.947-68.053-152-152-152s-152 68.053-152 152c0 49.010 23.195 92.602 59.207 120.398l0.353 0.262c-48.457 18.425-88.736 49.147-118.275 88.407l-0.485 0.673c-2.997 3.961-4.8 8.97-4.8 14.4 0 13.255 10.745 24 24 24 7.825 0 14.775-3.745 19.156-9.54l0.044-0.060c39.825-52.698 102.377-86.4 172.8-86.4s132.975 33.702 172.406 85.857l0.394 0.543c4.425 5.855 11.375 9.6 19.2 9.6 13.255 0 24-10.745 24-24 0-5.43-1.803-10.439-4.844-14.46l0.044 0.060c-30.024-39.933-70.303-70.655-116.956-88.475l-1.804-0.605zM512 440c57.438 0 104 46.562 104 104s-46.562 104-104 104c-57.438 0-104-46.562-104-104v0c0-57.438 46.562-104 104-104v0zM800 104h-576c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-704c0-30.928-25.072-56-56-56v0zM808 864c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h576c4.418 0 8 3.582 8 8v0zM360 256c0-13.255 10.745-24 24-24v0h256c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["identification-badge-light"]},"attrs":[{}],"properties":{"order":27661,"id":575,"name":"identification-badge-light","prevSize":16,"code":60320},"setIdx":2,"setId":2,"iconIdx":672},{"icon":{"paths":["M792 448c0 13.255-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0zM768 552h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM920 224v576c0 30.928-25.072 56-56 56v0h-704c-30.928 0-56-25.072-56-56v0-576c0-30.928 25.072-56 56-56v0h704c30.928 0 56 25.072 56 56v0zM872 224c0-4.418-3.582-8-8-8v0h-704c-4.418 0-8 3.582-8 8v0 576c0 4.418 3.582 8 8 8v0h704c4.418 0 8-3.582 8-8v0zM535.24 666.040c0.484 1.801 0.762 3.868 0.762 6 0 13.256-10.746 24.002-24.002 24.002-11.124 0-20.48-7.567-23.202-17.835l-0.038-0.167c-11.4-44.52-56.44-78.040-104.76-78.040s-93.32 33.52-104.76 78c-2.76 10.435-12.116 18.002-23.24 18.002-13.256 0-24.002-10.746-24.002-24.002 0-2.132 0.278-4.199 0.8-6.167l-0.038 0.167c11.296-40.868 38.125-74.102 73.573-93.603l0.787-0.397c-26.421-22.164-43.1-55.195-43.1-92.122 0-66.274 53.726-120 120-120s120 53.726 120 120c0 36.926-16.679 69.957-42.914 91.97l-0.186 0.152c36.227 19.914 63.043 53.162 74.068 92.972l0.252 1.068zM384 552c39.765 0 72-32.235 72-72s-32.235-72-72-72c-39.765 0-72 32.235-72 72v0c0 39.765 32.235 72 72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["identification-card-light"]},"attrs":[{}],"properties":{"order":27662,"id":574,"name":"identification-card-light","prevSize":16,"code":60321},"setIdx":2,"setId":2,"iconIdx":673},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM160 216h704c4.418 0 8 3.582 8 8v0 430.28l-117.88-117.88c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-85.68 85.68-181.64-181.68c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-176.4 176.4v-392.8c0-4.418 3.582-8 8-8v0zM152 800v-115.32l210.32-210.32c1.45-1.462 3.459-2.366 5.68-2.366s4.23 0.905 5.679 2.366l0.001 0.001 333.64 333.64h-547.32c-4.418 0-8-3.582-8-8v0zM864 808h-88.8l-152-152 85.64-85.68c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 152 152v77.68c0 0 0 0.001 0 0.002 0 4.418-3.582 8-8 8-0.056 0-0.112-0.001-0.168-0.002l0.008 0zM584 400c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["image-light"]},"attrs":[{}],"properties":{"order":27663,"id":573,"name":"image-light","prevSize":16,"code":60322},"setIdx":2,"setId":2,"iconIdx":674},{"icon":{"paths":["M864 168h-576c-30.928 0-56 25.072-56 56v0 72h-72c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-72h72c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM280 224c0-4.418 3.582-8 8-8v0h576c4.418 0 8 3.582 8 8v0 270.28l-53.88-53.88c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-85.68 85.64-181.64-181.64c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-112.4 112.4zM744 800c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h72v328c0 30.928 25.072 56 56 56v0h456zM864 680h-576c-4.418 0-8-3.582-8-8v0-147.32l146.32-146.32c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 198.64 198.64c4.344 4.349 10.348 7.039 16.98 7.039s12.636-2.69 16.98-7.039l102.6-102.64c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 88 88v109.64c0 0 0 0.001 0 0.002 0 4.418-3.582 8-8 8-0.056 0-0.112-0.001-0.168-0.002l0.008 0zM648 336c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["images-light"]},"attrs":[{}],"properties":{"order":27664,"id":572,"name":"images-light","prevSize":16,"code":60323},"setIdx":2,"setId":2,"iconIdx":675},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM184 832v-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0 328.8l-112.4-112.4c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-431.6 431.6h-24.8c-4.418 0-8-3.582-8-8v0zM832 840h-547.32l397.64-397.64c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 146.36 146.32v243.32c0 4.418-3.582 8-8 8v0zM384 472c48.601 0 88-39.399 88-88s-39.399-88-88-88c-48.601 0-88 39.399-88 88v0c0 48.601 39.399 88 88 88v0zM384 344c22.091 0 40 17.909 40 40s-17.909 40-40 40c-22.091 0-40-17.909-40-40v0c0-22.091 17.909-40 40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["image-square-light"]},"attrs":[{}],"properties":{"order":27665,"id":571,"name":"image-square-light","prevSize":16,"code":60324},"setIdx":2,"setId":2,"iconIdx":676},{"icon":{"paths":["M832 136h-512c-30.928 0-56 25.072-56 56v0 72h-72c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h512c30.928 0 56-25.072 56-56v0-72h72c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM312 192c0-4.418 3.582-8 8-8v0h512c4.418 0 8 3.582 8 8v0 296.8l-80.4-80.4c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-303.6 303.6h-56.8c-4.418 0-8-3.582-8-8v0zM712 832c0 4.418-3.582 8-8 8v0h-512c-4.418 0-8-3.582-8-8v0-512c0-4.418 3.582-8 8-8v0h72v392c0 30.928 25.072 56 56 56v0h392zM832 712h-387.32l269.64-269.64c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 114.36 114.32v147.32c0 4.418-3.582 8-8 8v0zM480 440c48.601 0 88-39.399 88-88s-39.399-88-88-88c-48.601 0-88 39.399-88 88v0c0 48.601 39.399 88 88 88v0zM480 312c22.091 0 40 17.909 40 40s-17.909 40-40 40c-22.091 0-40-17.909-40-40v0c0-22.091 17.909-40 40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["images-square-light"]},"attrs":[{}],"properties":{"order":27666,"id":570,"name":"images-square-light","prevSize":16,"code":60325},"setIdx":2,"setId":2,"iconIdx":677},{"icon":{"paths":["M984 512c-0.017 119.281-96.717 215.97-216 215.97-59.639 0-113.633-24.171-152.72-63.25l0 0c-0.353-0.327-0.68-0.666-0.986-1.024l-0.014-0.016-240-270.96c-30.353-30.112-72.156-48.72-118.306-48.72-92.784 0-168 75.216-168 168s75.216 168 168 168c46.15 0 87.953-18.608 118.317-48.731l-0.011 0.011 34.28-38.68c4.431-4.969 10.852-8.083 18-8.083 13.301 0 24.083 10.782 24.083 24.083 0 6.153-2.307 11.767-6.104 16.024l0.021-0.024-34.76 39.24c-0.32 0.374-0.647 0.713-0.992 1.033l-0.008 0.007c-39.090 39.097-93.096 63.28-152.75 63.28-119.294 0-216-96.706-216-216s96.706-216 216-216c59.654 0 113.66 24.183 152.75 63.28l0 0c0.353 0.327 0.68 0.666 0.986 1.024l0.014 0.016 240 270.96c30.353 30.112 72.156 48.72 118.306 48.72 92.784 0 168-75.216 168-168s-75.216-168-168-168c-46.15 0-87.953 18.608-118.317 48.731l0.011-0.011-34.28 38.68c-4.431 4.969-10.852 8.083-18 8.083-13.301 0-24.083-10.782-24.083-24.083 0-6.153 2.307-11.767 6.104-16.024l-0.021 0.024 34.76-39.24c0.32-0.374 0.647-0.713 0.992-1.033l0.008-0.007c39.087-39.079 93.081-63.25 152.72-63.25 119.283 0 215.983 96.69 216 215.969l0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["infinity-light"]},"attrs":[{}],"properties":{"order":27667,"id":569,"name":"infinity-light","prevSize":16,"code":60326},"setIdx":2,"setId":2,"iconIdx":678},{"icon":{"paths":["M568 704c0 13.255-10.745 24-24 24v0c-30.928 0-56-25.072-56-56v0-160c0-4.418-3.582-8-8-8v0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0c30.928 0 56 25.072 56 56v0 160c0 4.418 3.582 8 8 8v0c13.255 0 24 10.745 24 24v0zM496 376c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM920 512c0 225.332-182.668 408-408 408s-408-182.668-408-408c0-225.332 182.668-408 408-408v0c225.222 0.273 407.727 182.778 408 407.974l0 0.026zM872 512c0-198.823-161.177-360-360-360s-360 161.177-360 360c0 198.823 161.177 360 360 360v0c198.731-0.228 359.773-161.269 360-359.979l0-0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["info-light"]},"attrs":[{}],"properties":{"order":27668,"id":568,"name":"info-light","prevSize":16,"code":60327},"setIdx":2,"setId":2,"iconIdx":679},{"icon":{"paths":["M512 328c-101.62 0-184 82.38-184 184s82.38 184 184 184c101.62 0 184-82.38 184-184v0c-0.136-101.565-82.435-183.864-183.987-184l-0.013-0zM512 648c-75.111 0-136-60.889-136-136s60.889-136 136-136c75.111 0 136 60.889 136 136v0c0 75.111-60.889 136-136 136v0zM704 104h-384c-119.239 0.137-215.864 96.762-216 215.987l-0 0.013v384c0.137 119.239 96.762 215.864 215.987 216l384.013 0c119.239-0.137 215.864-96.762 216-215.987l0-0.013v-384c-0.137-119.239-96.762-215.864-215.987-216l-0.013-0zM872 704c0 92.784-75.216 168-168 168v0h-384c-92.784 0-168-75.216-168-168v0-384c0-92.784 75.216-168 168-168v0h384c92.784 0 168 75.216 168 168v0zM760 304c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["instagram-logo-light"]},"attrs":[{}],"properties":{"order":27669,"id":567,"name":"instagram-logo-light","prevSize":16,"code":60328},"setIdx":2,"setId":2,"iconIdx":680},{"icon":{"paths":["M691.64 332.36c-25.607-148.714-153.611-260.428-307.708-260.428-172.313 0-312 139.687-312 312 0 154.097 111.714 282.101 258.572 307.443l1.856 0.265c25.607 148.714 153.611 260.428 307.708 260.428 172.313 0 312-139.687 312-312 0-154.097-111.714-282.101-258.572-307.443l-1.856-0.265zM120 384c0.085-145.74 118.249-263.852 264-263.852 125.91 0 231.233 88.144 257.629 206.092l0.331 1.76h-1.96c-172.23 0.205-311.795 139.77-312 311.98l-0 0.020c0 0.68 0 1.32 0 1.96-119.69-26.806-207.826-132.065-208-257.94l-0-0.020zM376 640c-0-0.092-0-0.201-0-0.31 0-39.772 8.846-77.478 24.677-111.258l-0.677 1.608 93.96 93.96c-32.172 15.154-69.878 24-109.65 24-0.109 0-0.218-0-0.327-0l0.017 0c-2.6 0-5.2 0-8-0.2 0-2.6 0-5.2 0-7.8zM536.92 599l-112-112c17.373-24.17 37.91-44.707 61.291-61.54l0.789-0.54 112 112c-17.373 24.17-37.91 44.707-61.291 61.54l-0.789 0.54zM648 384c0 0.092 0 0.201 0 0.31 0 39.772-8.846 77.478-24.677 111.258l0.677-1.608-93.96-93.96c32.172-15.154 69.878-24 109.65-24 0.109 0 0.218 0 0.327 0l-0.017-0c2.6 0 5.2 0 7.8 0 0.2 2.8 0.2 5.4 0.2 8zM640 904c-125.894-0.174-231.154-88.31-257.627-206.235l-0.333-1.765h1.96c172.23-0.205 311.795-139.77 312-311.98l0-0.020c0-0.68 0-1.32 0-1.96 119.708 26.728 207.852 132.050 207.852 257.96 0 145.751-118.112 263.915-263.844 264l-0.008 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["intersect-light"]},"attrs":[{}],"properties":{"order":27670,"id":566,"name":"intersect-light","prevSize":16,"code":60329},"setIdx":2,"setId":2,"iconIdx":681},{"icon":{"paths":["M864 360h-200v-200c0-13.255-10.745-24-24-24v0h-480c-13.255 0-24 10.745-24 24v0 480c0 13.255 10.745 24 24 24v0h200v200c0 13.255 10.745 24 24 24v0h480c13.255 0 24-10.745 24-24v0-480c0-13.255-10.745-24-24-24v0zM184 616v-432h432v176h-232c-13.255 0-24 10.745-24 24v0 232zM408 441.92l174.080 174.080h-174.080zM616 581.92l-174.080-173.92h174.080zM840 840h-432v-176h232c13.255 0 24-10.745 24-24v0-232h176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["intersect-square-light"]},"attrs":[{}],"properties":{"order":27671,"id":565,"name":"intersect-square-light","prevSize":16,"code":60330},"setIdx":2,"setId":2,"iconIdx":682},{"icon":{"paths":["M775.12 388.52c0.52-6.76 0.88-13.6 0.88-20.52 0-145.803-118.197-264-264-264s-264 118.197-264 264v0c0 6.92 0.36 13.76 0.88 20.52-87.714 44.144-146.839 133.457-146.839 236.579 0 145.803 118.197 264 264 264 54.376 0 104.912-16.439 146.91-44.619l-0.95 0.6c41.047 27.579 91.584 44.019 145.959 44.019 145.803 0 264-118.197 264-264 0-103.122-59.125-192.434-145.325-235.887l-1.514-0.692zM296 368c0-119.294 96.706-216 216-216s216 96.706 216 216v0c0 0.68 0 1.36 0 2.040-21.572-6.377-46.356-10.047-71.997-10.047-53.579 0-103.415 16.022-144.98 43.535l0.978-0.608c-40.587-26.905-90.424-42.927-144.003-42.927-25.641 0-50.426 3.669-73.856 10.512l1.859-0.465c0-0.68 0-1.36 0-2.040zM584 624c0 0.017 0 0.038 0 0.058 0 63.808-27.729 121.14-71.795 160.602l-0.205 0.181c-44.271-39.642-72-96.974-72-160.782 0-0.020 0-0.041 0-0.061l-0 0.003c0-0.68 0-1.36 0-2.040 21.573 6.38 46.358 10.051 72 10.051s50.428-3.671 73.859-10.516l-1.859 0.465c0 0.68 0 1.36 0 2.040zM512 584c-0.045 0-0.099 0-0.153 0-23.532 0-46.178-3.79-67.362-10.794l1.515 0.434c10.881-44.163 34.117-81.842 65.8-110.303l0.2-0.177c31.883 28.638 55.119 66.317 65.688 108.993l0.312 1.487c-19.669 6.57-42.316 10.36-65.847 10.36-0.054 0-0.107-0-0.161-0l0.008 0zM401.6 553.56c-49.326-29.781-85.326-77.397-99.288-133.711l-0.312-1.489c19.693-6.554 42.365-10.335 65.92-10.335 38.193 0 74.064 9.94 105.167 27.374l-1.087-0.56c-32.669 31.794-57.114 71.876-69.945 116.856l-0.455 1.864zM552 434.84c30.028-16.89 65.914-26.839 104.125-26.839 23.583 0 46.281 3.79 67.517 10.794l-1.522-0.435c-14.274 57.803-50.274 105.419-98.631 134.656l-0.969 0.544c-13.321-46.853-37.806-86.936-70.457-118.659l-0.063-0.061zM368 840c-119.225-0.091-215.84-96.763-215.84-216 0-78.486 41.86-147.194 104.473-185.018l0.968-0.542c20.734 72.573 69.627 131.177 133.799 164.344l1.481 0.696c-0.52 6.76-0.88 13.6-0.88 20.52-0 0.055-0 0.119-0 0.184 0 74.117 30.635 141.078 79.934 188.913l0.066 0.064c-29.957 16.89-65.771 26.84-103.91 26.84-0.032 0-0.063-0-0.095-0l0.005 0zM656 840c-0.027 0-0.059 0-0.090 0-38.138 0-73.952-9.951-104.988-27.397l1.078 0.557c49.365-47.898 80-114.859 80-188.976 0-0.065-0-0.129-0-0.194l0 0.010c0-6.92-0.36-13.76-0.88-20.52 65.653-33.863 114.546-92.467 134.821-163.169l0.459-1.871c63.58 38.366 105.44 107.074 105.44 185.56 0 119.237-96.615 215.909-215.831 216l-0.009 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["intersect-three-light"]},"attrs":[{}],"properties":{"order":27672,"id":564,"name":"intersect-three-light","prevSize":16,"code":60331},"setIdx":2,"setId":2,"iconIdx":683},{"icon":{"paths":["M960 392h-44.6l-38.52-179.72c-5.679-25.438-28.017-44.185-54.749-44.28l-0.011-0h-620.24c-26.743 0.095-49.081 18.842-54.69 43.905l-0.070 0.375-38.52 179.72h-44.6c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v392c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-104h400v104c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-392h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM194.040 222.32c0.801-3.639 3.998-6.322 7.822-6.322 0.063 0 0.125 0.001 0.187 0.002l-0.009-0h620.080c0.053-0.001 0.115-0.002 0.178-0.002 3.824 0 7.021 2.683 7.812 6.269l0.010 0.053 36.2 169.68h-708.64zM264 832c0 4.418-3.582 8-8 8v0h-96c-4.418 0-8-3.582-8-8v0-104h112zM864 840h-96c-4.418 0-8-3.582-8-8v0-104h112v104c0 4.418-3.582 8-8 8v0zM872 680h-272v-136c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 136h-80v-136c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 136h-272v-240h720zM232 560c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0zM712 560c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["jeep-light"]},"attrs":[{}],"properties":{"order":27673,"id":563,"name":"jeep-light","prevSize":16,"code":60332},"setIdx":2,"setId":2,"iconIdx":684},{"icon":{"paths":["M864 200h-704c-13.255 0-24 10.745-24 24v0 608c0 30.928 25.072 56 56 56v0h160c30.928 0 56-25.072 56-56v0-200h208v72c0 30.928 25.072 56 56 56v0h160c30.928 0 56-25.072 56-56v0-480c0-13.255-10.745-24-24-24v0zM840 456h-176v-208h176zM360 248v208h-176v-208zM360 832c0 4.418-3.582 8-8 8v0h-160c-4.418 0-8-3.582-8-8v0-328h176zM408 584v-336h208v336zM832 712h-160c-4.418 0-8-3.582-8-8v0-200h176v200c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["kanban-light"]},"attrs":[{}],"properties":{"order":27674,"id":562,"name":"kanban-light","prevSize":16,"code":60333},"setIdx":2,"setId":2,"iconIdx":685},{"icon":{"paths":["M894.040 200h-764c0 0-0-0-0-0-32.026 0-57.994 25.94-58.040 57.956l-0 0.004v508c0-0-0 0-0 0 0 32.026 25.94 57.994 57.956 58.040l0.004 0h764c-0-0 0 0 0 0 32.026 0 57.994-25.94 58.040-57.956l0-0.004v-508c-0 0 0-0 0-0 0-32.026-25.94-57.994-57.956-58.040l-0.004-0zM904 766.040c0 5.501-4.459 9.96-9.96 9.96v0h-764c-0.024 0-0.052 0-0.080 0-5.501 0-9.96-4.459-9.96-9.96 0-0 0-0 0-0l-0 0v-508c-0-0.024-0-0.052-0-0.080 0-5.501 4.459-9.96 9.96-9.96 0 0 0 0 0 0l764-0c0.024-0 0.052-0 0.080-0 5.501 0 9.96 4.459 9.96 9.96 0 0-0 0-0 0l0-0zM824 512c0 13.255-10.745 24-24 24v0h-576c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h576c13.255 0 24 10.745 24 24v0zM824 384c0 13.255-10.745 24-24 24v0h-576c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h576c13.255 0 24 10.745 24 24v0zM280 640c0 13.255-10.745 24-24 24v0h-32c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h32c13.255 0 24 10.745 24 24v0zM664 640c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM824 640c0 13.255-10.745 24-24 24v0h-32c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h32c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["keyboard-light"]},"attrs":[{}],"properties":{"order":27675,"id":561,"name":"keyboard-light","prevSize":16,"code":60334},"setIdx":2,"setId":2,"iconIdx":686},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM664 448c-0.004-83.944-68.055-151.993-152-151.993-83.947 0-152 68.053-152 152 0 43.812 18.536 83.295 48.194 111.034l0.086 0.080-45.44 114.080c-1.796 4.383-2.839 9.47-2.839 14.8 0 22.091 17.908 39.999 39.999 40l224 0c22.091-0.001 39.999-17.909 39.999-40 0-5.33-1.043-10.417-2.935-15.068l0.096 0.268-45.44-114.080c29.692-27.856 48.21-67.319 48.28-111.107l0-0.013zM572.88 532.32c-6.052 4.412-9.939 11.477-9.939 19.45 0 3.194 0.624 6.243 1.757 9.031l-0.058-0.161 47.56 119.36h-200.2l47.56-119.36c1.075-2.627 1.699-5.676 1.699-8.87 0-7.973-3.888-15.038-9.871-19.402l-0.068-0.047c-26.252-19.116-43.12-49.748-43.12-84.319 0-57.438 46.562-104 104-104s104 46.562 104 104c0 34.571-16.868 65.202-42.823 84.112l-0.297 0.206z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["keyhole-light"]},"attrs":[{}],"properties":{"order":27676,"id":560,"name":"keyhole-light","prevSize":16,"code":60335},"setIdx":2,"setId":2,"iconIdx":687},{"icon":{"paths":["M640 72c-172.338 0.113-312.002 139.846-312.002 312.2 0 36.177 6.153 70.916 17.47 103.229l-0.668-2.189-233.76 233.8c-4.345 4.339-7.034 10.335-7.040 16.959l-0 0.001v160c0 13.255 10.745 24 24 24v0h160c13.255 0 24-10.745 24-24v0-72h72c13.255 0 24-10.745 24-24v0-72h72c6.625-0.006 12.621-2.695 16.96-7.040l0-0 41.8-41.76c30.112 10.648 64.837 16.8 101 16.8 172.313 0 312-139.687 312-312 0-172.228-139.55-311.863-311.747-312l-0.013-0zM640 648c-0.137 0-0.3 0-0.463 0-35.030 0-68.458-6.861-99.012-19.313l1.755 0.632c-2.823-1.261-6.117-1.996-9.583-1.996-6.631 0-12.633 2.689-16.977 7.036l-0 0-45.68 45.64h-86.040c-13.255 0-24 10.745-24 24v0 72h-72c-13.255 0-24 10.745-24 24v0 72h-112v-126.040l237.64-237.68c4.347-4.344 7.036-10.346 7.036-16.977 0-3.466-0.735-6.76-2.057-9.736l0.061 0.153c-11.864-28.938-18.752-62.525-18.752-97.72 0-145.803 118.197-264 264-264s264 118.197 264 264c0 145.778-118.156 263.959-263.924 264l-0.004 0zM760 304c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["key-light"]},"attrs":[{}],"properties":{"order":27677,"id":559,"name":"key-light","prevSize":16,"code":60336},"setIdx":2,"setId":2,"iconIdx":688},{"icon":{"paths":["M728 416v128c0 13.255-10.745 24-24 24v0h-326.080l55.040 55.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-96-96c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 96-96c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-55.040 55.040h302.080v-104c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM920 224v576c0 30.928-25.072 56-56 56v0h-704c-30.928 0-56-25.072-56-56v0-576c0-30.928 25.072-56 56-56v0h704c30.928 0 56 25.072 56 56v0zM872 224c0-4.418-3.582-8-8-8v0h-704c-4.418 0-8 3.582-8 8v0 576c0 4.418 3.582 8 8 8v0h704c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["key-return-light"]},"attrs":[{}],"properties":{"order":27678,"id":558,"name":"key-return-light","prevSize":16,"code":60337},"setIdx":2,"setId":2,"iconIdx":689},{"icon":{"paths":["M921.6 134.4c-18.82-18.821-44.821-30.462-73.54-30.462-28.839 0-54.936 11.738-73.774 30.697l-0.005 0.005-695.44 713.36c-4.247 4.326-6.869 10.261-6.869 16.809 0 11.35 7.879 20.86 18.466 23.359l0.163 0.032c41.454 10.026 89.051 15.783 137.99 15.8l0.010 0c132 0 264.44-43.040 388.88-127.44 125.88-85.4 198.72-181.64 201.76-185.68 3.002-3.963 4.808-8.976 4.808-14.411 0-6.637-2.694-12.644-7.048-16.989l-0-0-80.44-80.56 185.32-197.56c18.615-18.839 30.114-44.746 30.114-73.339 0-28.733-11.612-54.753-30.398-73.625l0.004 0.004zM767.76 578.12c-52.072 60.463-110.693 113.061-175.367 157.485l-3.073 1.995c-144.72 97.8-294.2 135.36-445.040 112l441.92-453.24zM887.76 247.68l-0.52 0.56-184.52 196.72-83-83 188.72-193.56c10.138-10.128 24.137-16.391 39.6-16.391 30.945 0 56.031 25.086 56.031 56.031 0 15.483-6.28 29.498-16.431 39.64l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["knife-light"]},"attrs":[{}],"properties":{"order":27679,"id":557,"name":"knife-light","prevSize":16,"code":60338},"setIdx":2,"setId":2,"iconIdx":690},{"icon":{"paths":["M854.56 856l-205.040-564 39.28-108h47.2c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-384c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h29.72l-244.28 672c-0.861 2.371-1.359 5.108-1.359 7.961 0 10.357 6.56 19.182 15.752 22.545l0.167 0.053c2.377 0.879 5.121 1.404 7.984 1.44l0.016 0c0.001 0 0.003 0 0.004 0 10.312 0 19.106-6.504 22.502-15.634l0.054-0.166 40.8-112.2h204.92l-34.84 96c-0.915 2.44-1.445 5.259-1.445 8.202 0 10.314 6.507 19.109 15.639 22.504l0.166 0.054c2.377 0.879 5.121 1.404 7.984 1.44l0.016 0c0.001 0 0.003 0 0.004 0 10.312 0 19.106-6.504 22.502-15.634l0.054-0.166 75.92-208.4h219.44l75.72 208.2c3.45 9.296 12.243 15.8 22.556 15.8 0.002 0 0.003-0 0.005-0l-0 0c2.944-0.012 5.761-0.538 8.371-1.495l-0.171 0.055c9.265-3.466 15.742-12.244 15.742-22.534 0-2.877-0.506-5.636-1.435-8.193l0.053 0.167zM515.56 520h-204.92l52.36-144h205zM637.72 184l-52.36 144h-204.92l52.36-144zM240.8 712l52.36-144h204.92l-52.36 144zM531.72 616l92.28-253.76 92.28 253.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ladder-light"]},"attrs":[{}],"properties":{"order":27680,"id":556,"name":"ladder-light","prevSize":16,"code":60339},"setIdx":2,"setId":2,"iconIdx":691},{"icon":{"paths":["M768 104c-13.255 0-24 10.745-24 24v0 136h-464v-136c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 768c0 13.255 10.745 24 24 24s24-10.745 24-24v0-136h464v136c0 13.255 10.745 24 24 24s24-10.745 24-24v0-768c0-13.255-10.745-24-24-24v0zM744 312v176h-464v-176zM280 712v-176h464v176z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ladder-simple-light"]},"attrs":[{}],"properties":{"order":27681,"id":555,"name":"ladder-simple-light","prevSize":16,"code":60340},"setIdx":2,"setId":2,"iconIdx":692},{"icon":{"paths":["M982.040 598.56l-192-448c-3.759-8.626-12.206-14.549-22.039-14.56l-512.001-0c-9.834 0.011-18.281 5.934-21.98 14.405l-0.060 0.155-192 448c-1.223 2.784-1.935 6.029-1.935 9.44 0 13.246 10.731 23.985 23.973 24l424.001 0v208h-104c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-104v-208h240v136c0 13.255 10.745 24 24 24s24-10.745 24-24v0-136h136c13.244-0.015 23.975-10.754 23.975-24 0-3.411-0.712-6.656-1.995-9.595l0.060 0.155zM100.4 584l171.6-400h480l171.6 400z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lamp-light"]},"attrs":[{}],"properties":{"order":27682,"id":554,"name":"lamp-light","prevSize":16,"code":60341},"setIdx":2,"setId":2,"iconIdx":693},{"icon":{"paths":["M928 680h-40v-392c0-48.601-39.399-88-88-88v0h-576c-48.601 0-88 39.399-88 88v0 392h-40c-13.255 0-24 10.745-24 24v0 64c0 48.601 39.399 88 88 88v0h704c48.601 0 88-39.399 88-88v0-64c0-13.255-10.745-24-24-24v0zM184 288c0-22.091 17.909-40 40-40v0h576c22.091 0 40 17.909 40 40v0 392h-656zM904 768c0 22.091-17.909 40-40 40v0h-704c-22.091 0-40-17.909-40-40v0-40h784zM600 352c0 13.255-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["laptop-light"]},"attrs":[{}],"properties":{"order":27683,"id":553,"name":"laptop-light","prevSize":16,"code":60342},"setIdx":2,"setId":2,"iconIdx":694},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM160 216h704c4.418 0 8 3.582 8 8v0 168h-720v-168c0-4.418 3.582-8 8-8v0zM152 800v-360h240v368h-232c-4.418 0-8-3.582-8-8v0zM864 808h-424v-368h432v360c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["layout-light"]},"attrs":[{}],"properties":{"order":27684,"id":552,"name":"layout-light","prevSize":16,"code":60343},"setIdx":2,"setId":2,"iconIdx":695},{"icon":{"paths":["M885.8 160.76c-0.731-12.154-10.406-21.829-22.493-22.557l-0.067-0.003c-301.52-17.76-542.68 72.64-645.12 241.8-69.76 115.16-67.040 251.2 7.16 384.8l-82.24 82.24c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 82.24-82.24c69.080 38.36 138.8 57.64 205.96 57.64 0.043 0 0.095 0 0.146 0 66.119 0 127.85-18.789 180.144-51.32l-1.45 0.84c169.16-102.44 259.52-343.6 241.8-645.12zM619.16 764.76c-96.32 58.32-210.56 57.48-324.52-1.56l362.36-362.36c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-362.36 362.44c-59.040-113.96-60-228-1.56-324.52 90.72-149.72 306.52-231.2 580-219.8 11.2 273.28-70.28 489.12-220 579.8z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["leaf-light"]},"attrs":[{}],"properties":{"order":27685,"id":551,"name":"leaf-light","prevSize":16,"code":60344},"setIdx":2,"setId":2,"iconIdx":696},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM657.88 624c23.797-30.638 38.15-69.643 38.15-112s-14.353-81.362-38.461-112.417l0.311 0.417 124.96-124.92c55.371 62.888 89.164 145.938 89.164 236.88s-33.793 173.992-89.506 237.277l0.343-0.397zM376 512c0-75.111 60.889-136 136-136s136 60.889 136 136c0 75.111-60.889 136-136 136v0c-75.111 0-136-60.889-136-136v0zM748.88 241.16l-124.88 124.96c-30.638-23.797-69.643-38.15-112-38.15s-81.362 14.353-112.417 38.461l0.417-0.311-124.88-124.96c62.888-55.371 145.938-89.164 236.88-89.164s173.992 33.793 237.277 89.506l-0.397-0.343zM241.16 275.12l124.96 124.88c-23.797 30.638-38.15 69.643-38.15 112s14.353 81.362 38.461 112.417l-0.311-0.417-124.96 124.88c-55.371-62.888-89.164-145.938-89.164-236.88s33.793-173.992 89.506-237.277l-0.343 0.397zM275.12 782.84l124.88-124.96c30.638 23.797 69.643 38.15 112 38.15s81.362-14.353 112.417-38.461l-0.417 0.311 124.92 124.96c-62.888 55.371-145.938 89.164-236.88 89.164s-173.992-33.793-237.277-89.506l0.397 0.343z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lifebuoy-light"]},"attrs":[{}],"properties":{"order":27686,"id":550,"name":"lifebuoy-light","prevSize":16,"code":60345},"setIdx":2,"setId":2,"iconIdx":697},{"icon":{"paths":["M696 928c0 13.255-10.745 24-24 24v0h-320c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h320c13.255 0 24 10.745 24 24v0zM856 416c0.001 0.262 0.001 0.572 0.001 0.883 0 109.201-51.145 206.457-130.787 269.12l-0.734 0.557c-17.295 13.388-28.356 34.109-28.48 57.42l-0 0.020v24c0 30.928-25.072 56-56 56v0h-256c-30.928 0-56-25.072-56-56v0-24c-0.024-23.094-10.916-43.639-27.838-56.799l-0.162-0.121c-80.372-63.012-131.635-159.982-132-268.94l-0-0.060c-1.040-186.44 149.56-341.6 335.72-346.080 2.466-0.063 5.369-0.1 8.28-0.1 189.986 0 344 154.014 344 344 0 0.035-0 0.070-0 0.105l0-0.005zM808 416c0-0.026 0-0.056 0-0.087 0-163.476-132.524-296-296-296-2.518 0-5.028 0.031-7.53 0.094l0.37-0.007c-160.16 4-289.72 137.36-288.84 297.68 0.328 93.811 44.442 177.252 112.96 230.996l0.64 0.484c28.344 22.101 46.4 56.253 46.4 94.622 0 0.077-0 0.153-0 0.23l0-0.012v24c0 4.418 3.582 8 8 8v0h104v-190.040l-120.96-121c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 111.040 111.040 111.040-111.040c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-120.96 121v190.040h104c4.418 0 8-3.582 8-8v0-24c0.106-38.58 18.294-72.891 46.531-94.918l0.269-0.202c69.178-54.374 113.201-138.052 113.201-232.011 0-0.305-0-0.611-0.001-0.916l0 0.048z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightbulb-filament-light"]},"attrs":[{}],"properties":{"order":27687,"id":549,"name":"lightbulb-filament-light","prevSize":16,"code":60346},"setIdx":2,"setId":2,"iconIdx":698},{"icon":{"paths":["M696 928c0 13.255-10.745 24-24 24v0h-320c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h320c13.255 0 24 10.745 24 24v0zM856 416c0.001 0.262 0.001 0.572 0.001 0.883 0 109.201-51.145 206.457-130.787 269.12l-0.734 0.557c-17.295 13.388-28.356 34.109-28.48 57.42l-0 0.020v24c0 30.928-25.072 56-56 56v0h-256c-30.928 0-56-25.072-56-56v0-24c-0.024-23.094-10.916-43.639-27.838-56.799l-0.162-0.121c-80.362-63.004-131.622-159.957-132-268.897l-0-0.063c-1.040-186.48 149.56-341.64 335.72-346.12 2.466-0.063 5.369-0.1 8.28-0.1 189.986 0 344 154.014 344 344 0 0.035-0 0.070-0 0.105l0-0.005zM808 416c0-0.026 0-0.056 0-0.087 0-163.476-132.524-296-296-296-2.518 0-5.028 0.031-7.53 0.094l0.37-0.007c-160.16 4-289.72 137.36-288.84 297.68 0.328 93.811 44.442 177.252 112.96 230.996l0.64 0.484c28.344 22.101 46.4 56.253 46.4 94.622 0 0.077-0 0.153-0 0.23l0-0.012v24c0 4.418 3.582 8 8 8v0h256c4.418 0 8-3.582 8-8v0-24c0.106-38.58 18.294-72.891 46.531-94.918l0.269-0.202c69.178-54.374 113.201-138.052 113.201-232.011 0-0.305-0-0.611-0.001-0.916l0 0.048zM727.68 380c-16.84-91.656-88.024-162.84-178.313-179.471l-1.367-0.209c-1.203-0.213-2.587-0.335-4-0.335-13.263 0-24.015 10.752-24.015 24.015 0 11.85 8.583 21.696 19.872 23.659l0.143 0.021c69.52 11.68 128.52 70.72 140.32 140.32 1.982 11.415 11.808 19.988 23.639 20l0.001 0c1.42-0.010 2.804-0.126 4.156-0.34l-0.156 0.020c11.451-1.96 20.057-11.812 20.057-23.674 0-1.415-0.122-2.802-0.357-4.15l0.021 0.144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightbulb-light"]},"attrs":[{}],"properties":{"order":27688,"id":548,"name":"lightbulb-light","prevSize":16,"code":60347},"setIdx":2,"setId":2,"iconIdx":699},{"icon":{"paths":["M832 328c-13.255 0-24 10.745-24 24v0 72h-60l-20-202.4c-0.664-6.215-3.612-11.638-7.975-15.498l-0.025-0.022-172.16-153.080c-9.636-8.070-22.166-12.971-35.84-12.971s-26.204 4.901-35.928 13.042l0.088-0.071-0.6 0.48-171.56 152.6c-4.388 3.882-7.336 9.305-7.991 15.414l-0.009 0.106-20 202.4h-60v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 96c0 13.255 10.745 24 24 24v0h79l-38.76 386.68c-0.161 1.595-0.253 3.447-0.253 5.32 0 30.928 25.072 56 56 56 0.005 0 0.009-0 0.014-0l447.999 0c30.921-0.009 55.985-25.077 55.985-56 0-1.916-0.096-3.809-0.284-5.675l0.019 0.235-38.72-386.56h79c13.255 0 24-10.745 24-24v0-96c0-13.255-10.745-24-24-24v0zM507.080 89.68c1.342-1.055 3.057-1.692 4.92-1.692s3.578 0.637 4.937 1.705l-0.017-0.013 124 110.32h-257.84zM341.72 248h340.56l17.72 176h-164v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-164zM741.72 869.4c-1.427 1.557-3.453 2.546-5.71 2.6l-0.010 0h-448c-0.008 0-0.017 0-0.026 0-4.418 0-8-3.582-8-8 0-0.225 0.009-0.448 0.028-0.669l-0.002 0.029 16.8-167.36h430.4l16.8 167.24c0.022 0.222 0.034 0.48 0.034 0.741 0 2.093-0.804 3.998-2.119 5.424l0.005-0.005zM722.4 648h-420.8l17.64-176h385.52z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lighthouse-light"]},"attrs":[{}],"properties":{"order":27689,"id":547,"name":"lighthouse-light","prevSize":16,"code":60348},"setIdx":2,"setId":2,"iconIdx":700},{"icon":{"paths":["M695.52 447.76c-1.611-7.675-6.713-13.896-13.53-17.019l-0.15-0.061-205.84-92.44 56-236.68c0.418-1.677 0.658-3.602 0.658-5.583 0-13.255-10.745-24-24-24-6.956 0-13.221 2.959-17.604 7.688l-0.014 0.015-380.64 411.44c-3.963 4.268-6.395 10.006-6.395 16.312 0 9.688 5.741 18.036 14.006 21.827l0.15 0.061 205.84 92.44-56 236.68c-0.416 1.673-0.655 3.594-0.655 5.571 0 9.1 5.065 17.018 12.53 21.087l0.126 0.063c3.264 1.771 7.146 2.812 11.272 2.812 6.951 0 13.211-2.955 17.594-7.677l0.014-0.015 380.8-411.4c3.93-4.26 6.339-9.974 6.339-16.251 0-1.724-0.182-3.405-0.527-5.026l0.028 0.157zM335.52 780.6l39.68-167.040c0.413-1.666 0.65-3.578 0.65-5.546 0-9.694-5.747-18.045-14.020-21.833l-0.15-0.061-193.36-86.92 296-320-39.68 167.080c-0.413 1.666-0.65 3.578-0.65 5.546 0 9.694 5.747 18.045 14.020 21.833l0.15 0.061 193.52 86.92zM949.28 853.24l-144-288c-4.023-7.944-12.127-13.294-21.48-13.294s-17.457 5.35-21.417 13.158l-0.063 0.137-144 288c-1.599 3.129-2.535 6.825-2.535 10.74 0 13.263 10.752 24.015 24.015 24.015 9.348 0 17.449-5.341 21.417-13.139l0.063-0.136 41.56-82.72h162.32l41.36 82.72c4.026 7.936 12.125 13.28 21.473 13.28 0.003 0 0.005-0 0.008-0l-0 0c0.017 0 0.038 0 0.059 0 3.891 0 7.561-0.946 10.792-2.622l-0.131 0.062c7.923-4.030 13.257-12.123 13.257-21.461 0-3.915-0.937-7.61-2.6-10.875l0.063 0.136zM726.84 744l57.16-114.32 57.16 114.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightning-a-light"]},"attrs":[{}],"properties":{"order":27690,"id":546,"name":"lightning-a-light","prevSize":16,"code":60349},"setIdx":2,"setId":2,"iconIdx":701},{"icon":{"paths":["M855.36 474.52c-1.886-7.876-7.463-14.139-14.756-16.944l-0.164-0.056-236.92-88.84 60-300c0.296-1.414 0.466-3.040 0.466-4.705 0-13.255-10.745-24-24-24-6.918 0-13.153 2.927-17.533 7.611l-0.013 0.014-448 480c-3.996 4.275-6.449 10.036-6.449 16.37 0 10.226 6.395 18.958 15.405 22.415l0.164 0.055 236.92 88.84-60 300c-0.3 1.423-0.471 3.058-0.471 4.733 0 9.25 5.233 17.277 12.899 21.284l0.132 0.063c3.188 1.656 6.959 2.631 10.957 2.64l0.003 0c0 0 0 0 0 0 6.926 0 13.166-2.934 17.547-7.626l0.013-0.014 448-480c3.987-4.273 6.435-10.028 6.435-16.355 0-1.946-0.232-3.837-0.669-5.649l0.033 0.164zM424 881.84l47.4-237.12c0.3-1.424 0.472-3.060 0.472-4.736 0-10.22-6.387-18.947-15.388-22.408l-0.164-0.056-222.4-83.4 365.84-392-47.28 237.16c-0.3 1.424-0.472 3.060-0.472 4.736 0 10.22 6.387 18.947 15.388 22.408l0.164 0.056 222.4 83.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightning-light"]},"attrs":[{}],"properties":{"order":27691,"id":545,"name":"lightning-light","prevSize":16,"code":60350},"setIdx":2,"setId":2,"iconIdx":702},{"icon":{"paths":["M209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 161.96 178.32-161.76 173.32c-3.996 4.275-6.449 10.036-6.449 16.37 0 10.226 6.395 18.958 15.405 22.415l0.164 0.055 236.92 88.84-60 300c-0.3 1.423-0.471 3.058-0.471 4.733 0 9.25 5.233 17.277 12.899 21.284l0.132 0.063c3.182 1.639 6.945 2.6 10.931 2.6 0.010 0 0.020-0 0.030-0l-0.002 0c0 0 0 0 0 0 6.926 0 13.166-2.934 17.547-7.626l0.013-0.014 253.36-271.48 159.32 175.12c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM424 881.84l47.4-237.12c0.3-1.424 0.472-3.060 0.472-4.736 0-10.22-6.387-18.947-15.388-22.408l-0.164-0.056-222.4-83.4 134.56-144 253.92 279.32zM440 278.2c-4.694-4.392-7.619-10.624-7.619-17.54 0-6.339 2.457-12.103 6.471-16.393l-0.012 0.013 183.52-196.64c4.392-4.697 10.627-7.625 17.546-7.625 13.255 0 24 10.745 24 24 0 1.665-0.17 3.29-0.492 4.86l0.027-0.155-60 300 236.92 88.84c9.174 3.512 15.569 12.244 15.569 22.47 0 6.334-2.453 12.094-6.462 16.383l0.013-0.014-89.16 95.6c-4.402 4.785-10.694 7.773-17.683 7.773-13.255 0-24-10.745-24-24 0-6.413 2.515-12.238 6.613-16.543l-0.009 0.010 64.72-69.32-222.4-83.4c-9.165-3.517-15.552-12.244-15.552-22.464 0-1.676 0.172-3.312 0.499-4.891l-0.027 0.155 47.52-237.16-126 134.84c-4.396 4.73-10.652 7.68-17.597 7.68-6.35 0-12.123-2.466-16.416-6.492l0.013 0.012z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lightning-slash-light"]},"attrs":[{}],"properties":{"order":27692,"id":544,"name":"lightning-slash-light","prevSize":16,"code":60351},"setIdx":2,"setId":2,"iconIdx":703},{"icon":{"paths":["M852.92 171.080c-21.715-21.711-51.712-35.14-84.845-35.14-66.274 0-120 53.726-120 120 0 24.663 7.44 47.589 20.199 66.654l-0.274-0.435-345.84 345.84c-18.632-12.434-41.539-19.842-66.177-19.842-33.141 0-63.151 13.403-84.906 35.085l0.003-0.003c-21.711 21.715-35.139 51.711-35.139 84.844 0 66.274 53.726 120 120 120s120-53.726 120-120c0-24.674-7.447-47.608-20.215-66.678l0.274 0.434 345.84-345.84c18.682 12.583 41.695 20.084 66.459 20.084 66.274 0 120-53.726 120-120 0-33.252-13.525-63.346-35.374-85.079l-0.005-0.005zM306.88 819.080c-13.029 13.024-31.025 21.080-50.903 21.080-39.765 0-72-32.235-72-72s32.235-72 72-72c19.878 0 37.875 8.056 50.904 21.080l-0-0c12.999 13.024 21.037 31.003 21.037 50.86s-8.038 37.836-21.038 50.861l0.001-0.001zM818.88 307.080c-13.030 13.034-31.034 21.097-50.92 21.097s-37.89-8.062-50.92-21.096l-0-0c-13.024-13.029-21.080-31.025-21.080-50.903 0-39.765 32.235-72 72-72s72 32.235 72 72c0 19.878-8.056 37.875-21.080 50.904l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["line-segment-light"]},"attrs":[{}],"properties":{"order":27693,"id":543,"name":"line-segment-light","prevSize":16,"code":60352},"setIdx":2,"setId":2,"iconIdx":704},{"icon":{"paths":["M948.92 139.080c-21.745-21.674-51.747-35.075-84.88-35.075s-63.135 13.401-84.883 35.078l0.003-0.003c-21.674 21.745-35.075 51.747-35.075 84.88s13.401 63.135 35.078 84.883l-0.003-0.003c2.6 2.56 5.28 4.96 8 7.24l-112.56 209.040c-10.307-3.19-22.156-5.028-34.435-5.028-24.696 0-47.656 7.433-66.765 20.183l0.439-0.276-89.84-89.84c12.39-18.58 19.771-41.421 19.771-65.986 0-66.274-53.726-120-120-120-33.037 0-62.955 13.35-84.655 34.95l0.004-0.004c-21.72 21.716-35.154 51.719-35.154 84.86s13.434 63.143 35.154 84.86l0 0c2.49 2.511 5.098 4.891 7.821 7.136l0.179 0.144-112.56 209.040c-10.372-3.245-22.298-5.114-34.66-5.114-33.121 0-63.108 13.418-84.821 35.115l0.001-0.001c-21.7 21.713-35.12 51.702-35.12 84.826 0 66.274 53.726 120 120 120s120-53.726 120-120c0-33.124-13.421-63.113-35.121-84.826l0.001 0.001c-2.6-2.56-5.28-4.96-8-7.24l112.56-209.040c10.314 3.199 22.172 5.042 34.461 5.042 24.689 0 47.641-7.439 66.737-20.197l-0.437 0.275 89.84 89.84c-12.456 18.615-19.878 41.515-19.878 66.148 0 66.274 53.726 120 120 120s120-53.726 120-120c0-33.125-13.421-63.115-35.123-84.828l0 0c-2.49-2.511-5.098-4.891-7.821-7.136l-0.179-0.144 112.56-209.040c10.367 3.242 22.287 5.11 34.644 5.11 66.274 0 120-53.726 120-120 0-33.145-13.438-63.152-35.164-84.869l-0-0zM210.88 851.080c-13.029 13.024-31.025 21.080-50.903 21.080-39.765 0-72-32.235-72-72s32.235-72 72-72c19.878 0 37.875 8.056 50.904 21.080l-0-0c12.999 13.024 21.037 31.003 21.037 50.86s-8.038 37.836-21.038 50.861l0.001-0.001zM333.080 435.080c-13.024-13.029-21.080-31.025-21.080-50.903 0-39.765 32.235-72 72-72s72 32.235 72 72c0 19.878-8.056 37.875-21.080 50.904l0-0c-13.022 12.987-30.993 21.017-50.84 21.017-19.926 0-37.962-8.095-50.998-21.175l-0.002-0.002zM690.92 691.080c-13.029 13.024-31.025 21.080-50.903 21.080-39.765 0-72-32.235-72-72s32.235-72 72-72c19.878 0 37.875 8.056 50.904 21.080l-0-0c12.987 13.022 21.017 30.993 21.017 50.84s-8.030 37.818-21.018 50.842l0.002-0.002zM914.92 275.080c-13.029 13.024-31.025 21.080-50.903 21.080-39.765 0-72-32.235-72-72s32.235-72 72-72c19.878 0 37.875 8.056 50.904 21.080l-0-0c12.987 13.022 21.017 30.993 21.017 50.84 0 19.827-8.014 37.782-20.979 50.802l0.002-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["line-segments-light"]},"attrs":[{}],"properties":{"order":27694,"id":542,"name":"line-segments-light","prevSize":16,"code":60353},"setIdx":2,"setId":2,"iconIdx":705},{"icon":{"paths":["M768 256c-24.605-24.572-58.578-39.767-96.1-39.767-37.423 0-71.315 15.115-95.906 39.573l0.006-0.006-46.64 48.76c-4.409 4.858-10.747 7.896-17.795 7.896-13.255 0-24-10.745-24-24 0-6.65 2.705-12.668 7.074-17.015l0.001-0.001 47.24-49.56c33.301-33.301 79.305-53.897 130.12-53.897 101.63 0 184.017 82.387 184.017 184.017 0 50.815-20.597 96.819-53.897 130.12h-0l-0.44 0.4-49.12 46.84c-4.241 3.849-9.897 6.205-16.104 6.205-13.255 0-24-10.745-24-24 0-6.605 2.668-12.587 6.985-16.926l-0.001 0.001 48.92-46.64c24.405-24.576 39.488-58.436 39.488-95.819 0-37.562-15.228-71.568-39.847-96.18l-0-0zM494.48 719.6l-46.48 48.76c-24.615 24.615-58.619 39.839-96.18 39.839-75.121 0-136.019-60.898-136.019-136.019 0-37.561 15.224-71.565 39.839-96.18v0l48.92-46.68c4.858-4.409 7.896-10.747 7.896-17.795 0-13.255-10.745-24-24-24-6.65 0-12.668 2.705-17.015 7.074l-0.001 0.001-49.56 47.28c-33.301 33.301-53.897 79.305-53.897 130.12 0 101.63 82.387 184.017 184.017 184.017 50.815 0 96.819-20.597 130.12-53.897v-0l0.4-0.44 46.84-49.12c4.37-4.348 7.075-10.366 7.075-17.016 0-13.255-10.745-24-24-24-7.048 0-13.386 3.038-17.777 7.876l-0.018 0.020zM832 616h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM192 408h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM640 712c-13.255 0-24 10.745-24 24v0 96c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c0-13.255-10.745-24-24-24v0zM384 312c13.255 0 24-10.745 24-24v0-96c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 96c0 13.255 10.745 24 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-break-light"]},"attrs":[{}],"properties":{"order":27695,"id":541,"name":"link-break-light","prevSize":16,"code":60354},"setIdx":2,"setId":2,"iconIdx":706},{"icon":{"paths":["M864 104h-704c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-704c0-30.928-25.072-56-56-56v0zM872 864c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM376 448v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM728 560v144c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-144c0-48.601-39.399-88-88-88s-88 39.399-88 88v0 144c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0 8.44c23.555-20.087 54.35-32.308 88-32.308 75.064 0 135.925 60.814 136 135.861l0 0.007zM392 336c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["linkedin-logo-light"]},"attrs":[{}],"properties":{"order":27696,"id":540,"name":"linkedin-logo-light","prevSize":16,"code":60355},"setIdx":2,"setId":2,"iconIdx":707},{"icon":{"paths":["M544.52 751.080c4.349 4.344 7.039 10.348 7.039 16.98s-2.69 12.636-7.039 16.98l-39.8 39.76c-39.095 39.095-93.104 63.275-152.76 63.275-119.313 0-216.035-96.722-216.035-216.035 0-59.656 24.181-113.665 63.275-152.76h0l96.44-96.48c39.097-39.14 93.132-63.351 152.822-63.351 55.201 0 105.566 20.707 143.751 54.778l-0.212-0.186c4.969 4.431 8.083 10.852 8.083 18 0 13.301-10.782 24.083-24.083 24.083-6.153 0-11.767-2.307-16.024-6.104l0.024 0.021c-29.524-26.318-68.67-42.399-111.573-42.399-46.409 0-88.422 18.817-118.827 49.239l-0.001 0.001-96.48 96.32c-30.414 30.414-49.225 72.43-49.225 118.84 0 92.82 75.245 168.065 168.065 168.065 46.41 0 88.426-18.811 118.84-49.225l-0 0 39.76-39.8c4.344-4.349 10.348-7.039 16.98-7.039s12.636 2.69 16.98 7.039l0 0zM824.8 199.080c-39.117-39.045-93.119-63.191-152.76-63.191s-113.643 24.145-152.763 63.194l0.003-0.003-39.8 39.76c-4.346 4.346-7.033 10.349-7.033 16.98 0 13.262 10.751 24.013 24.013 24.013 6.631 0 12.634-2.688 16.98-7.033v0l39.76-40c30.414-30.414 72.43-49.225 118.84-49.225 92.82 0 168.065 75.245 168.065 168.065 0 46.41-18.811 88.426-49.225 118.84l0-0-96.48 96.76c-30.405 30.422-72.419 49.239-118.827 49.239-42.902 0-82.049-16.082-111.74-42.545l0.167 0.146c-4.233-3.776-9.847-6.083-16-6.083-13.301 0-24.083 10.782-24.083 24.083 0 7.148 3.114 13.569 8.059 17.979l0.024 0.021c37.966 33.862 88.315 54.554 143.496 54.554 59.671 0 113.691-24.196 152.783-63.313l96.441-96.481c39.163-39.101 63.39-93.151 63.39-152.86 0-59.669-24.195-113.687-63.309-152.779l-0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-light"]},"attrs":[{}],"properties":{"order":27697,"id":539,"name":"link-light","prevSize":16,"code":60356},"setIdx":2,"setId":2,"iconIdx":708},{"icon":{"paths":["M856.8 472.72l-120.28 120.28c-4.346 4.346-10.349 7.033-16.98 7.033-13.262 0-24.013-10.751-24.013-24.013 0-6.631 2.688-12.634 7.033-16.98l120.32-120.28c30.409-30.409 49.217-72.418 49.217-118.82 0-92.804-75.233-168.037-168.037-168.037-46.402 0-88.411 18.808-118.82 49.217l-120.28 120.24c-4.346 4.346-10.349 7.033-16.98 7.033-13.262 0-24.013-10.751-24.013-24.013 0-6.631 2.688-12.634 7.033-16.98h-0l120.28-120c39.095-39.095 93.104-63.275 152.76-63.275 119.313 0 216.035 96.722 216.035 216.035 0 59.656-24.181 113.665-63.275 152.76l0-0zM559.040 702.56l-120.28 120.32c-30.409 30.409-72.418 49.217-118.82 49.217-92.804 0-168.037-75.233-168.037-168.037 0-46.402 18.808-88.411 49.217-118.82l120.24-120.28c4.346-4.346 7.033-10.349 7.033-16.98 0-13.262-10.751-24.013-24.013-24.013-6.631 0-12.634 2.688-16.98 7.033v0l-120 120.28c-39.103 39.098-63.289 93.115-63.289 152.78 0 119.321 96.729 216.049 216.049 216.049 59.655 0 113.664-24.178 152.76-63.27l120.28-120.32c4.346-4.346 7.033-10.349 7.033-16.98 0-13.262-10.751-24.013-24.013-24.013-6.631 0-12.634 2.688-16.98 7.033l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-simple-break-light"]},"attrs":[{}],"properties":{"order":27698,"id":538,"name":"link-simple-break-light","prevSize":16,"code":60357},"setIdx":2,"setId":2,"iconIdx":709},{"icon":{"paths":["M88 512c0 92.784 75.216 168 168 168v0h160c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-160c-119.294 0-216-96.706-216-216s96.706-216 216-216v0h160c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-160c-92.784 0-168 75.216-168 168v0zM768 296h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c92.784 0 168 75.216 168 168s-75.216 168-168 168v0h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c119.294 0 216-96.706 216-216s-96.706-216-216-216v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-simple-horizontal-break-light"]},"attrs":[{}],"properties":{"order":27699,"id":537,"name":"link-simple-horizontal-break-light","prevSize":16,"code":60358},"setIdx":2,"setId":2,"iconIdx":710},{"icon":{"paths":["M320 488h384c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24s10.745-24 24-24v0zM416 680h-160c-92.784 0-168-75.216-168-168s75.216-168 168-168v0h160c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-160c-119.294 0-216 96.706-216 216s96.706 216 216 216v0h160c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM768 296h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c92.784 0 168 75.216 168 168s-75.216 168-168 168v0h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c119.294 0 216-96.706 216-216s-96.706-216-216-216v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-simple-horizontal-light"]},"attrs":[{}],"properties":{"order":27700,"id":536,"name":"link-simple-horizontal-light","prevSize":16,"code":60359},"setIdx":2,"setId":2,"iconIdx":711},{"icon":{"paths":["M657 367c4.349 4.344 7.039 10.348 7.039 16.98s-2.69 12.636-7.039 16.98l-0 0-256 256c-4.33 4.267-10.278 6.902-16.842 6.902-13.255 0-24-10.745-24-24 0-6.554 2.627-12.494 6.886-16.825l-0.003 0.003 256-256c4.346-4.361 10.358-7.059 17-7.059 6.622 0 12.618 2.682 16.96 7.019l-0-0zM856.8 167.2c-39.122-39.036-93.122-63.174-152.76-63.174s-113.638 24.138-152.764 63.178l0.004-0.004-120.28 120.2c-4.346 4.346-7.033 10.349-7.033 16.98 0 13.262 10.751 24.013 24.013 24.013 6.631 0 12.634-2.688 16.98-7.033v0l120.28-120.24c30.409-30.409 72.418-49.217 118.82-49.217 92.804 0 168.037 75.233 168.037 168.037 0 46.402-18.808 88.411-49.217 118.82l-120.32 120.28c-4.346 4.346-7.033 10.349-7.033 16.98 0 13.262 10.751 24.013 24.013 24.013 6.631 0 12.634-2.688 16.98-7.033l120.28-120.28c39.103-39.091 63.29-93.101 63.29-152.76s-24.187-113.669-63.289-152.759l-0.001-0.001zM559.040 702.56l-120.28 120.32c-30.409 30.409-72.418 49.217-118.82 49.217-92.804 0-168.037-75.233-168.037-168.037 0-46.402 18.808-88.411 49.217-118.82l120.24-120.28c4.346-4.346 7.033-10.349 7.033-16.98 0-13.262-10.751-24.013-24.013-24.013-6.631 0-12.634 2.688-16.98 7.033v0l-120 120.28c-39.103 39.098-63.289 93.115-63.289 152.78 0 119.321 96.729 216.049 216.049 216.049 59.655 0 113.664-24.178 152.76-63.27l120.28-120.32c4.346-4.346 7.033-10.349 7.033-16.98 0-13.262-10.751-24.013-24.013-24.013-6.631 0-12.634 2.688-16.98 7.033l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["link-simple-light"]},"attrs":[{}],"properties":{"order":27701,"id":535,"name":"link-simple-light","prevSize":16,"code":60360},"setIdx":2,"setId":2,"iconIdx":712},{"icon":{"paths":["M910.96 882.76c-4.062 3.258-9.278 5.228-14.954 5.228-7.553 0-14.291-3.489-18.69-8.943l-0.036-0.046c-5.28-6.8-133.28-170.32-133.28-495 0-128.13-103.87-232-232-232s-232 103.87-232 232v0c0 324.68-127.8 488.2-133.24 495-4.436 5.522-11.189 9.027-18.76 9.027-13.259 0-24.007-10.748-24.007-24.007 0-5.688 1.978-10.913 5.283-15.027l-0.036 0.047c1.48-1.88 122.76-158.8 122.76-465.040 0-154.64 125.36-280 280-280s280 125.36 280 280v0c0 306.52 121.52 463.48 122.76 465.040 3.26 4.063 5.232 9.281 5.232 14.959 0 7.572-3.507 14.326-8.985 18.724l-0.047 0.036zM400 392c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM664 432c0-22.091-17.909-40-40-40s-40 17.909-40 40c0 22.091 17.909 40 40 40v0c22.091 0 40-17.909 40-40v0zM394.76 554.52c-3.129-1.599-6.825-2.535-10.74-2.535-13.263 0-24.015 10.752-24.015 24.015 0 9.348 5.341 17.449 13.139 21.417l0.136 0.063 128 64c3.12 1.589 6.804 2.52 10.706 2.52 0.005 0 0.010-0 0.015-0l-0.001 0c3.92-0.002 7.622-0.932 10.899-2.584l-0.139 0.064 128-64c7.934-4.031 13.275-12.132 13.275-21.48 0-13.263-10.752-24.015-24.015-24.015-3.915 0-7.611 0.937-10.876 2.598l0.136-0.063-117.28 58.64zM512 744c-77.688 0.681-145.153 43.791-180.418 107.257l-0.542 1.063c-1.908 3.365-3.032 7.391-3.032 11.68 0 13.262 10.751 24.012 24.012 24.012 8.973 0 16.796-4.922 20.918-12.212l0.062-0.12c26.969-50.157 79.080-83.679 139.020-83.679s112.051 33.522 138.608 82.842l0.412 0.837c4.182 7.402 11.996 12.318 20.96 12.32l0 0c0.019 0 0.041 0 0.064 0 4.255 0 8.246-1.128 11.691-3.101l-0.115 0.061c7.417-4.179 12.343-12.004 12.343-20.979 0-4.281-1.121-8.301-3.085-11.781l0.062 0.12c-35.819-64.518-103.277-107.621-180.862-108.319l-0.098-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["linux-logo-light"]},"attrs":[{}],"properties":{"order":27702,"id":534,"name":"linux-logo-light","prevSize":16,"code":60361},"setIdx":2,"setId":2,"iconIdx":713},{"icon":{"paths":["M328 256c0-13.255 10.745-24 24-24v0h512c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-512c-13.255 0-24-10.745-24-24v0zM864 488h-512c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h512c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM864 744h-512c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h512c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM176 216c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM176 728c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM176 472c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-bullets-light"]},"attrs":[{}],"properties":{"order":27703,"id":533,"name":"list-bullets-light","prevSize":16,"code":60362},"setIdx":2,"setId":2,"iconIdx":714},{"icon":{"paths":["M888 512c0 13.255-10.745 24-24 24v0h-352c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h352c13.255 0 24 10.745 24 24v0zM512 280h352c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-352c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM864 744h-352c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h352c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM335.040 175.040l-111.040 111-47.040-47c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 64 64c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 128-128c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013zM335.040 431.040l-111.040 111-47.040-47c-4.393-4.706-10.634-7.639-17.559-7.639-13.255 0-24 10.745-24 24 0 6.925 2.933 13.165 7.625 17.546l0.014 0.013 64 64c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 128-128c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013zM335.040 687.040l-111.040 111-47.040-47c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 64 64c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 128-128c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-checks-light"]},"attrs":[{}],"properties":{"order":27704,"id":532,"name":"list-checks-light","prevSize":16,"code":60363},"setIdx":2,"setId":2,"iconIdx":715},{"icon":{"paths":["M360 256c0-13.255 10.745-24 24-24v0h480c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-480c-13.255 0-24-10.745-24-24v0zM864 488h-480c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h480c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM864 744h-480c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h480c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM224 232h-64c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h64c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM224 488h-64c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h64c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM224 744h-64c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h64c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-dashes-light"]},"attrs":[{}],"properties":{"order":27705,"id":531,"name":"list-dashes-light","prevSize":16,"code":60364},"setIdx":2,"setId":2,"iconIdx":716},{"icon":{"paths":["M888 512c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0zM160 280h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM864 744h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-light"]},"attrs":[{}],"properties":{"order":27706,"id":530,"name":"list-light","prevSize":16,"code":60365},"setIdx":2,"setId":2,"iconIdx":717},{"icon":{"paths":["M136 256c0-13.255 10.745-24 24-24v0h704c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24v0zM160 536h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM512 744h-352c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h352c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM944.96 784.96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l-85.96-85.92c-24.736 18.098-55.761 28.958-89.322 28.958-84.080 0-152.24-68.16-152.24-152.24s68.16-152.24 152.24-152.24c84.080 0 152.24 68.16 152.24 152.24 0 33.562-10.86 64.587-29.258 89.753l0.3-0.43 85.92 85.96c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0zM736 680c57.438 0 104-46.562 104-104s-46.562-104-104-104c-57.438 0-104 46.562-104 104v0c0 57.438 46.562 104 104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-magnifying-glass-light"]},"attrs":[{}],"properties":{"order":27707,"id":529,"name":"list-magnifying-glass-light","prevSize":16,"code":60366},"setIdx":2,"setId":2,"iconIdx":718},{"icon":{"paths":["M888 512c0 13.255-10.745 24-24 24v0h-448c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h448c13.255 0 24 10.745 24 24v0zM416 280h448c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-448c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM864 744h-448c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h448c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM170.72 213.48l29.28-14.64v217.16c0 13.255 10.745 24 24 24s24-10.745 24-24v0-256c0-0.002 0-0.005 0-0.007 0-13.255-10.745-24-24-24-3.907 0-7.596 0.934-10.857 2.59l0.137-0.063-64 32c-7.94 4.026-13.286 12.129-13.286 21.48 0 13.258 10.748 24.006 24.006 24.006 3.907 0 7.596-0.933 10.857-2.589l-0.137 0.063zM288 808h-80l85.92-114.96c11.297-14.415 18.116-32.811 18.116-52.799 0-4.319-0.318-8.563-0.933-12.711l0.057 0.47c-3.456-24.178-16.42-44.803-34.913-58.308l-0.247-0.172c-14.869-10.897-33.526-17.437-53.711-17.437-28.97 0-54.793 13.472-71.546 34.492l-0.142 0.185c-5.307 6.795-9.738 14.625-12.918 23.069l-0.202 0.611c-0.919 2.445-1.451 5.27-1.451 8.22 0 13.261 10.75 24.011 24.011 24.011 10.311 0 19.104-6.499 22.506-15.625l0.054-0.166c1.517-4.085 3.517-7.618 5.985-10.766l-0.065 0.086c7.968-9.948 20.114-16.264 33.735-16.264 9.543 0 18.362 3.1 25.504 8.348l-0.12-0.084c8.494 6.184 14.385 15.503 15.974 26.224l0.026 0.216c0.221 1.55 0.347 3.341 0.347 5.161 0 9.090-3.145 17.445-8.407 24.037l0.060-0.078-0.24 0.36-114.6 153.52c-2.978 3.953-4.77 8.948-4.77 14.36 0 13.244 10.728 23.983 23.968 24l0.002 0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-numbers-light"]},"attrs":[{}],"properties":{"order":27708,"id":528,"name":"list-numbers-light","prevSize":16,"code":60367},"setIdx":2,"setId":2,"iconIdx":719},{"icon":{"paths":["M136 256c0-13.255 10.745-24 24-24v0h704c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24v0zM160 536h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM576 744h-416c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h416c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM928 744h-72v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["list-plus-light"]},"attrs":[{}],"properties":{"order":27709,"id":527,"name":"list-plus-light","prevSize":16,"code":60368},"setIdx":2,"setId":2,"iconIdx":720},{"icon":{"paths":["M760 288c0 13.255-10.745 24-24 24v0h-96c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h96c13.255 0 24 10.745 24 24v0zM736 392h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM288 312h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM384 392h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM888 192v704c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-304v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-304v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-704c0-30.928 25.072-56 56-56v0h640c30.928 0 56 25.072 56 56v0zM488 776v-592h-296c-4.418 0-8 3.582-8 8v0 584zM536 776h304v-584c0-4.418-3.582-8-8-8v0h-296z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lockers-light"]},"attrs":[{}],"properties":{"order":27710,"id":526,"name":"lockers-light","prevSize":16,"code":60369},"setIdx":2,"setId":2,"iconIdx":721},{"icon":{"paths":["M832 328h-136v-104c0-101.62-82.38-184-184-184s-184 82.38-184 184v0 104h-136c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM376 224c0-75.111 60.889-136 136-136s136 60.889 136 136v0 104h-272zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM512 456c-57.378 0.078-103.862 46.611-103.862 104 0 48.873 33.711 89.872 79.149 101.012l0.713 0.148v74.84c0 13.255 10.745 24 24 24s24-10.745 24-24v0-74.84c46.151-11.288 79.862-52.287 79.862-101.16 0-57.389-46.484-103.921-103.855-104l-0.008-0zM512 616c-30.928 0-56-25.072-56-56s25.072-56 56-56c30.928 0 56 25.072 56 56v0c0 30.928-25.072 56-56 56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-key-light"]},"attrs":[{}],"properties":{"order":27711,"id":525,"name":"lock-key-light","prevSize":16,"code":60370},"setIdx":2,"setId":2,"iconIdx":722},{"icon":{"paths":["M832 328h-456v-104c0-75.111 60.889-136 136-136v0c65.2 0 124 46.76 136.48 108.76 2.444 10.864 12.010 18.858 23.443 18.858 13.255 0 24-10.745 24-24 0-1.548-0.147-3.062-0.426-4.528l0.024 0.15c-17.32-85.32-94.48-147.24-183.52-147.24-101.565 0.136-183.864 82.435-184 183.987l-0 0.013v104h-136c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM512 456c-57.378 0.078-103.862 46.611-103.862 104 0 48.873 33.711 89.872 79.149 101.012l0.713 0.148v74.84c0 13.255 10.745 24 24 24s24-10.745 24-24v0-74.84c46.151-11.288 79.862-52.287 79.862-101.16 0-57.389-46.484-103.921-103.855-104l-0.008-0zM512 616c-30.928 0-56-25.072-56-56s25.072-56 56-56c30.928 0 56 25.072 56 56v0c0 30.928-25.072 56-56 56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-key-open-light"]},"attrs":[{}],"properties":{"order":27712,"id":524,"name":"lock-key-open-light","prevSize":16,"code":60371},"setIdx":2,"setId":2,"iconIdx":723},{"icon":{"paths":["M832 328h-136v-104c0-101.62-82.38-184-184-184s-184 82.38-184 184v0 104h-136c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM184 504h656v80h-656zM184 632h656v80h-656zM376 224c0-75.111 60.889-136 136-136s136 60.889 136 136v0 104h-272zM192 376h640c4.418 0 8 3.582 8 8v0 72h-656v-72c0-4.418 3.582-8 8-8v0zM832 840h-640c-4.418 0-8-3.582-8-8v0-72h656v72c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-laminated-light"]},"attrs":[{}],"properties":{"order":27713,"id":523,"name":"lock-laminated-light","prevSize":16,"code":60372},"setIdx":2,"setId":2,"iconIdx":724},{"icon":{"paths":["M832 328h-456v-104c0-75.111 60.889-136 136-136v0c65.2 0 124 46.76 136.48 108.76 2.444 10.864 12.010 18.858 23.443 18.858 13.255 0 24-10.745 24-24 0-1.548-0.147-3.062-0.426-4.528l0.024 0.15c-17.32-85.32-94.48-147.24-183.52-147.24-101.565 0.136-183.864 82.435-184 183.987l-0 0.013v104h-136c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM184 504h656v80h-656zM184 632h656v80h-656zM192 376h640c4.418 0 8 3.582 8 8v0 72h-656v-72c0-4.418 3.582-8 8-8v0zM832 840h-640c-4.418 0-8-3.582-8-8v0-72h656v72c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-laminated-open-light"]},"attrs":[{}],"properties":{"order":27714,"id":522,"name":"lock-laminated-open-light","prevSize":16,"code":60373},"setIdx":2,"setId":2,"iconIdx":725},{"icon":{"paths":["M832 328h-136v-104c0-101.62-82.38-184-184-184s-184 82.38-184 184v0 104h-136c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM376 224c0-75.111 60.889-136 136-136s136 60.889 136 136v0 104h-272zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM552 608c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-light"]},"attrs":[{}],"properties":{"order":27715,"id":521,"name":"lock-light","prevSize":16,"code":60374},"setIdx":2,"setId":2,"iconIdx":726},{"icon":{"paths":["M832 328h-456v-104c0-75.111 60.889-136 136-136v0c65.2 0 124 46.76 136.48 108.76 2.444 10.864 12.010 18.858 23.443 18.858 13.255 0 24-10.745 24-24 0-1.548-0.147-3.062-0.426-4.528l0.024 0.15c-17.32-85.32-94.48-147.24-183.52-147.24-101.565 0.136-183.864 82.435-184 183.987l-0 0.013v104h-136c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM552 608c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-open-light"]},"attrs":[{}],"properties":{"order":27716,"id":520,"name":"lock-open-light","prevSize":16,"code":60375},"setIdx":2,"setId":2,"iconIdx":727},{"icon":{"paths":["M832 328h-136v-104c0-101.62-82.38-184-184-184s-184 82.38-184 184v0 104h-136c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM376 224c0-75.111 60.889-136 136-136s136 60.889 136 136v0 104h-272zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-simple-light"]},"attrs":[{}],"properties":{"order":27717,"id":519,"name":"lock-simple-light","prevSize":16,"code":60376},"setIdx":2,"setId":2,"iconIdx":728},{"icon":{"paths":["M832 328h-456v-104c0-75.111 60.889-136 136-136v0c65.2 0 124 46.76 136.48 108.76 2.444 10.864 12.010 18.858 23.443 18.858 13.255 0 24-10.745 24-24 0-1.548-0.147-3.062-0.426-4.528l0.024 0.15c-17.32-85.32-94.48-147.24-183.52-147.24-101.565 0.136-183.864 82.435-184 183.987l-0 0.013v104h-136c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lock-simple-open-light"]},"attrs":[{}],"properties":{"order":27718,"id":518,"name":"lock-simple-open-light","prevSize":16,"code":60377},"setIdx":2,"setId":2,"iconIdx":729},{"icon":{"paths":["M984 608c0 13.255-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h72c13.255 0 24 10.745 24 24v0zM224 280h72v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM736 776h-40v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM871.6 314.36l-557.28 557.24c-10.134 10.135-24.135 16.404-39.6 16.404s-29.466-6.269-39.6-16.404l-82.76-82.76c-10.135-10.134-16.404-24.135-16.404-39.6s6.269-29.466 16.404-39.6l557.28-557.24c10.134-10.135 24.135-16.404 39.6-16.404s29.466 6.269 39.6 16.404l82.76 82.76c10.135 10.134 16.404 24.135 16.404 39.6s-6.269 29.466-16.404 39.6l-0 0zM670.040 448l-94.040-94.040-389.68 389.64c-1.45 1.448-2.346 3.449-2.346 5.66s0.897 4.212 2.346 5.66l82.76 82.72c1.446 1.438 3.439 2.326 5.64 2.326s4.194-0.889 5.64-2.327l-0 0zM837.64 269.080l-82.72-82.72c-1.448-1.45-3.449-2.346-5.66-2.346s-4.212 0.897-5.66 2.346l-0 0-133.68 133.64 94.080 94.080 133.64-133.68c1.45-1.448 2.346-3.449 2.346-5.66s-0.897-4.212-2.346-5.66l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magic-wand-light"]},"attrs":[{}],"properties":{"order":27719,"id":517,"name":"magic-wand-light","prevSize":16,"code":60378},"setIdx":2,"setId":2,"iconIdx":730},{"icon":{"paths":["M822.24 206.6c-62.029-63.247-148.341-102.485-243.818-102.6l-1.342-0c-0.28-0.001-0.611-0.001-0.943-0.001-94.768 0-180.528 38.568-242.44 100.864l-0.017 0.018-245.68 248.68c-9.992 10.11-16.165 24.014-16.165 39.359 0 15.465 6.269 29.466 16.405 39.601l114.64 114.64c10.067 10.13 24.008 16.4 39.414 16.4 0.066 0 0.131-0 0.197-0l-0.010 0h0.32c15.59-0.030 29.67-6.471 39.748-16.827l0.012-0.013 243.48-249.6c13.090-13.031 31.142-21.086 51.075-21.086 19.369 0 36.961 7.606 49.954 19.994l-0.029-0.027c13.163 12.809 21.337 30.688 21.36 50.476l0 0.004c0.001 0.155 0.002 0.339 0.002 0.523 0 20.738-8.306 39.536-21.773 53.249l0.011-0.011-249.16 241c-10.496 10.19-17.009 24.432-17.009 40.195 0 15.467 6.271 29.47 16.409 39.604l114.68 114.64c10.156 10.089 24.152 16.325 39.603 16.325 15.251 0 29.083-6.075 39.209-15.937l-0.012 0.012 247.2-241.96c134.72-134.68 136.84-353.4 4.68-487.52zM248.32 613.16c-1.446 1.474-3.455 2.39-5.678 2.4l-0.002 0c-2.204-0.052-4.194-0.926-5.685-2.324l0.005 0.004-114.68-114.64c-1.438-1.446-2.326-3.439-2.326-5.64s0.889-4.194 2.327-5.64l-0 0 100.88-102.2 125.36 125.36zM536.76 901.76c-1.446 1.438-3.439 2.326-5.64 2.326s-4.194-0.889-5.64-2.327l0 0-114.64-114.64c-1.458-1.449-2.36-3.456-2.36-5.674 0-0.016 0-0.032 0-0.049l-0 0.003c0.021-2.211 0.935-4.204 2.399-5.639l0.001-0.001 103.16-99.76 125.36 125.32zM784 660l-110.080 107.76-125.16-125.16 111.88-108.32c22.25-22.365 36.004-53.201 36.004-87.25 0-0.348-0.001-0.696-0.004-1.044l0 0.053c-0.059-33.204-13.837-63.179-35.967-84.568l-0.033-0.032c-21.608-20.602-50.931-33.279-83.215-33.279-33.212 0-63.29 13.416-85.111 35.124l0.005-0.005-110.28 112.72-125.16-125.040 110.88-112.24c53.245-53.567 126.975-86.721 208.448-86.721 0.306 0 0.613 0 0.919 0.001l-0.047-0h1.12c82.177 0.089 156.446 33.87 209.752 88.271l0.048 0.049c113.76 115.36 111.76 303.68-4 419.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnet-light"]},"attrs":[{}],"properties":{"order":27720,"id":516,"name":"magnet-light","prevSize":16,"code":60379},"setIdx":2,"setId":2,"iconIdx":731},{"icon":{"paths":["M800 168h-160c-30.928 0-56 25.072-56 56v0 352c0 39.765-32.235 72-72 72s-72-32.235-72-72v0-352c0-30.928-25.072-56-56-56v0h-160c-30.928 0-56 25.072-56 56v0 352c0 189.986 154.014 344 344 344v0h2.6c188.24-1.4 341.4-157.52 341.4-348v-348c0-30.928-25.072-56-56-56v0zM640 216h160c4.418 0 8 3.582 8 8v0 136h-176v-136c0-4.418 3.582-8 8-8v0zM224 216h160c4.418 0 8 3.582 8 8v0 136h-176v-136c0-4.418 3.582-8 8-8v0zM514.24 872h-2.24c-163.476 0-296-132.524-296-296v0-168h176v168c0 66.274 53.726 120 120 120s120-53.726 120-120v0-168h176v164c0 164.2-131.76 298.8-293.76 300z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnet-straight-light"]},"attrs":[{}],"properties":{"order":27721,"id":515,"name":"magnet-straight-light","prevSize":16,"code":60380},"setIdx":2,"setId":2,"iconIdx":732},{"icon":{"paths":["M912.96 879.040l-205.52-205.52c52.53-60.162 84.562-139.399 84.562-226.118 0-190.317-154.283-344.6-344.6-344.6s-344.6 154.283-344.6 344.6c0 190.317 154.283 344.6 344.6 344.6 86.719 0 165.956-32.032 226.525-84.91l-0.407 0.348 205.52 205.52c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014zM152 448c0-163.476 132.524-296 296-296s296 132.524 296 296c0 163.476-132.524 296-296 296v0c-163.394-0.205-295.795-132.606-296-295.981l-0-0.019z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnifying-glass-light"]},"attrs":[{}],"properties":{"order":27722,"id":514,"name":"magnifying-glass-light","prevSize":16,"code":60381},"setIdx":2,"setId":2,"iconIdx":733},{"icon":{"paths":["M600 448c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM912.96 912.96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-205.52-205.52c-60.162 52.53-139.399 84.562-226.118 84.562-190.317 0-344.6-154.283-344.6-344.6s154.283-344.6 344.6-344.6c190.317 0 344.6 154.283 344.6 344.6 0 86.719-32.032 165.956-84.91 226.525l0.348-0.407 205.52 205.52c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0zM448 744c163.476 0 296-132.524 296-296s-132.524-296-296-296c-163.476 0-296 132.524-296 296v0c0.205 163.394 132.606 295.795 295.981 296l0.019 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnifying-glass-minus-light"]},"attrs":[{}],"properties":{"order":27723,"id":513,"name":"magnifying-glass-minus-light","prevSize":16,"code":60382},"setIdx":2,"setId":2,"iconIdx":734},{"icon":{"paths":["M600 448c0 13.255-10.745 24-24 24v0h-104v104c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-104h-104c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h104v-104c0-13.255 10.745-24 24-24s24 10.745 24 24v0 104h104c13.255 0 24 10.745 24 24v0zM912.96 912.96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-205.52-205.52c-60.162 52.53-139.399 84.562-226.118 84.562-190.317 0-344.6-154.283-344.6-344.6s154.283-344.6 344.6-344.6c190.317 0 344.6 154.283 344.6 344.6 0 86.719-32.032 165.956-84.91 226.525l0.348-0.407 205.52 205.52c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0zM448 744c163.476 0 296-132.524 296-296s-132.524-296-296-296c-163.476 0-296 132.524-296 296v0c0.205 163.394 132.606 295.795 295.981 296l0.019 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["magnifying-glass-plus-light"]},"attrs":[{}],"properties":{"order":27724,"id":512,"name":"magnifying-glass-plus-light","prevSize":16,"code":60383},"setIdx":2,"setId":2,"iconIdx":735},{"icon":{"paths":["M512 264c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM512 520c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0zM512 72c-189.894 0.227-343.773 154.106-344 343.978l-0 0.022c0 123.64 57.36 254.96 165.88 379.76 49.017 56.441 102.881 106.384 161.663 150.084l2.697 1.916c3.835 2.713 8.608 4.336 13.76 4.336s9.925-1.623 13.835-4.387l-0.075 0.050c61.479-45.616 115.343-95.559 163.309-150.764l1.051-1.236c108.52-124.8 165.88-256 165.88-379.76-0.227-189.894-154.106-343.773-343.978-344l-0.022-0zM512 898.040c-60-46.32-296-243.56-296-482.040 0-163.476 132.524-296 296-296s296 132.524 296 296v0c0 238.48-236 435.72-296 482.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["map-pin-light"]},"attrs":[{}],"properties":{"order":27725,"id":511,"name":"map-pin-light","prevSize":16,"code":60384},"setIdx":2,"setId":2,"iconIdx":736},{"icon":{"paths":["M800 904h-219.12c39.426-33.911 75.119-69.287 108.191-107.019l1.049-1.221c108.52-124.8 165.88-256 165.88-379.76 0-189.986-154.014-344-344-344s-344 154.014-344 344v0c0 123.64 57.36 254.96 165.88 379.76 34.119 38.952 69.813 74.328 107.843 107.065l1.397 1.175h-219.12c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h576c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM216 416c0-163.476 132.524-296 296-296s296 132.524 296 296v0c0 238.48-236 435.72-296 482.040-60-46.32-296-243.56-296-482.040zM664 416c0-83.947-68.053-152-152-152s-152 68.053-152 152c0 83.947 68.053 152 152 152v0c83.947 0 152-68.053 152-152v0zM408 416c0-57.438 46.562-104 104-104s104 46.562 104 104c0 57.438-46.562 104-104 104v0c-57.438 0-104-46.562-104-104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["map-pin-line-light"]},"attrs":[{}],"properties":{"order":27726,"id":510,"name":"map-pin-line-light","prevSize":16,"code":60385},"setIdx":2,"setId":2,"iconIdx":737},{"icon":{"paths":["M910.76 205.080c-4.029-3.167-9.174-5.080-14.766-5.080-2.072 0-4.083 0.263-6.001 0.756l0.166-0.036-247.36 61.84-248-124c-3.122-1.591-6.808-2.523-10.712-2.523-2.077 0-4.092 0.264-6.014 0.76l0.167-0.036-256 64c-10.536 2.669-18.212 12.054-18.24 23.237l-0 0.003v576c-0 0-0 0.001-0 0.001 0 13.255 10.745 24 24 24 2.074 0 4.087-0.263 6.006-0.758l-0.166 0.036 247.36-61.84 248 124c3.122 1.591 6.808 2.523 10.712 2.523 2.077 0 4.092-0.264 6.014-0.76l-0.167 0.036 256-64c10.536-2.669 18.212-12.054 18.24-23.237l0-0.003v-576c-0.002-7.664-3.595-14.488-9.188-18.881l-0.052-0.039zM408 198.84l208 104v522.32l-208-104zM152 242.84l208-52v526.44l-208 52zM872 781.28l-208 52v-526.56l208-52z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["map-trifold-light"]},"attrs":[{}],"properties":{"order":27727,"id":509,"name":"map-trifold-light","prevSize":16,"code":60386},"setIdx":2,"setId":2,"iconIdx":738},{"icon":{"paths":["M800.48 223.48c-74.058-75.235-177-121.849-290.83-121.849-225.332 0-408 182.668-408 408 0 113.839 46.623 216.789 121.816 290.797l0.053 0.052c74.058 75.235 177 121.849 290.83 121.849 225.332 0 408-182.668 408-408 0-113.839-46.623-216.789-121.816-290.797l-0.053-0.052zM344 830.56v-126.56c0-4.418 3.582-8 8-8v0h320c4.418 0 8 3.582 8 8v0 126.56c-48.711 26.103-106.565 41.437-168 41.437s-119.289-15.334-169.943-42.385l1.943 0.947zM416 568h192c4.418 0 8 3.582 8 8v0 72h-208v-72c0-4.418 3.582-8 8-8v0zM462.16 520l41.84-201.64c0.767-3.682 3.985-6.408 7.84-6.408s7.073 2.726 7.831 6.356l0.009 0.052 42.16 201.64zM766.56 766.56c-11.781 11.732-24.361 22.689-37.641 32.771l-0.919 0.669v-96c0-30.928-25.072-56-56-56v0h-8v-72c0-0.023 0-0.049 0-0.076 0-29.901-23.434-54.328-52.939-55.918l-0.141-0.006-44-211.6c-5.447-25.675-27.927-44.661-54.84-44.661s-49.393 18.986-54.775 44.294l-0.065 0.366-44 211.6c-29.717 1.512-53.24 25.975-53.24 55.932 0 0.024 0 0.048 0 0.072l-0-0.004v72h-8c-30.928 0-56 25.072-56 56v0 96c-14.196-10.761-26.776-21.731-38.569-33.489l0.009 0.009c-65.146-65.147-105.44-155.147-105.44-254.557 0-198.823 161.177-360 360-360s360 161.177 360 360c0 99.411-40.294 189.41-105.44 254.557l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["marker-circle-light"]},"attrs":[{}],"properties":{"order":27728,"id":508,"name":"marker-circle-light","prevSize":16,"code":60387},"setIdx":2,"setId":2,"iconIdx":739},{"icon":{"paths":["M944.96 176.96c4.337-4.342 7.019-10.338 7.019-16.96 0-13.247-10.733-23.988-23.978-24l-832.001-0c-13.246 0.012-23.979 10.753-23.979 24 0 6.622 2.682 12.618 7.019 16.96l-0-0 408.96 409v254.040h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h320c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-136v-254.040zM281.96 312h460l-229.96 230.040zM869.96 184l-80 80h-556l-80-80z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["martini-light"]},"attrs":[{}],"properties":{"order":27729,"id":507,"name":"martini-light","prevSize":16,"code":60388},"setIdx":2,"setId":2,"iconIdx":740},{"icon":{"paths":["M753.88 496c4.019 4.281 6.489 10.058 6.489 16.412 0 13.255-10.745 24-24 24-7.29 0-13.82-3.25-18.222-8.38l-0.027-0.032c-12.24-13.68-38.96-24-62.12-24s-49.88 10.32-62.12 24c-4.39 4.676-10.611 7.588-17.511 7.588-13.255 0-24-10.745-24-24 0-5.965 2.176-11.422 5.778-15.62l-0.027 0.032c21.4-24 60.76-40 97.88-40s76.48 16 97.88 40zM430.12 528c4.429 5.162 10.959 8.412 18.249 8.412 13.255 0 24-10.745 24-24 0-6.354-2.469-12.131-6.501-16.425l0.012 0.013c-21.4-24-60.76-40-97.88-40s-76.48 16-97.88 40c-4.019 4.281-6.489 10.058-6.489 16.412 0 13.255 10.745 24 24 24 7.29 0 13.82-3.25 18.222-8.38l0.027-0.032c12.24-13.68 38.96-24 62.12-24s49.88 10.32 62.12 24zM665.040 653.72c-4.165-3.571-9.619-5.745-15.58-5.745-7.296 0-13.831 3.255-18.232 8.392l-0.027 0.032c-28.728 34.096-71.452 55.609-119.2 55.609s-90.472-21.513-119.008-55.374l-0.192-0.234c-4.429-5.169-10.965-8.423-18.26-8.423-13.257 0-24.003 10.747-24.003 24.003 0 5.961 2.173 11.415 5.771 15.612l-0.027-0.032c37.593 44.422 93.385 72.435 155.72 72.435s118.127-28.013 155.474-72.137l0.246-0.298c3.571-4.165 5.745-9.619 5.745-15.58 0-7.296-3.255-13.831-8.392-18.232l-0.032-0.027zM888 192v223.080c0 141.8-38.12 275.44-107.32 376.24-71.080 103.64-166.52 160.68-268.68 160.68s-197.6-57.040-268.68-160.64c-69.2-100.8-107.32-234.44-107.32-376.24v-223.12c0.122-30.836 25.147-55.786 56-55.786 7.281 0 14.238 1.39 20.619 3.918l-0.379-0.132c56.76 21.84 171.2 58.8 299.76 58.8s243-36.96 299.76-58.8c6.002-2.396 12.959-3.786 20.24-3.786 30.853 0 55.878 24.95 56 55.774l0 0.012zM840 192c0-0.012 0-0.025 0-0.039 0-2.729-1.367-5.14-3.453-6.583l-0.027-0.017c-1.241-0.888-2.79-1.421-4.463-1.421-1.059 0-2.069 0.213-2.988 0.6l0.051-0.019c-59.88 23.48-180.72 62.28-317.12 62.28s-257.24-38.8-317.12-62.24c-0.86-0.345-1.857-0.545-2.901-0.545-1.68 0-3.239 0.518-4.526 1.402l0.027-0.018c-2.113 1.461-3.48 3.871-3.48 6.6l-0 0v223.040c0 269.64 147.16 488.96 328 488.96s328-219.32 328-488.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mask-happy-light"]},"attrs":[{}],"properties":{"order":27730,"id":506,"name":"mask-happy-light","prevSize":16,"code":60389},"setIdx":2,"setId":2,"iconIdx":741},{"icon":{"paths":["M628 749.28c-4.364 6.49-11.68 10.703-19.979 10.703-4.957 0-9.562-1.503-13.386-4.077l0.086 0.054c-26.68-17.72-48.76-28-82.72-28s-56 10.24-82.72 28c-3.734 2.511-8.332 4.007-13.28 4.007-13.259 0-24.007-10.749-24.007-24.007 0-8.311 4.223-15.636 10.641-19.945l0.086-0.055c32.52-21.6 63.52-36 109.28-36s76.76 14.4 109.28 36c6.516 4.361 10.749 11.691 10.749 20.010 0 4.96-1.505 9.569-4.083 13.395l0.054-0.085zM718.12 464c-12.24 13.68-38.96 24-62.12 24s-49.88-10.32-62.12-24c-4.429-5.162-10.959-8.412-18.249-8.412-13.255 0-24 10.745-24 24 0 6.354 2.469 12.131 6.501 16.425l-0.012-0.013c21.4 24 60.76 40 97.88 40s76.48-16 97.88-40c4.019-4.281 6.489-10.058 6.489-16.412 0-13.255-10.745-24-24-24-7.29 0-13.82 3.25-18.222 8.38l-0.027 0.032zM888 192v223.080c0 141.8-38.12 275.44-107.32 376.24-71.080 103.64-166.52 160.68-268.68 160.68s-197.6-57.040-268.68-160.64c-69.2-100.8-107.32-234.44-107.32-376.24v-223.12c0.122-30.836 25.147-55.786 56-55.786 7.281 0 14.238 1.39 20.619 3.918l-0.379-0.132c56.76 21.84 171.2 58.8 299.76 58.8s243-36.96 299.76-58.8c6.002-2.396 12.959-3.786 20.24-3.786 30.853 0 55.878 24.95 56 55.774l0 0.012zM840 192c0-0.005 0-0.011 0-0.016 0-4.418-3.582-8-8-8-1.036 0-2.026 0.197-2.934 0.555l0.054-0.019c-59.88 23.48-180.72 62.28-317.12 62.28s-257.24-38.8-317.12-62.24c-0.86-0.345-1.857-0.545-2.901-0.545-1.68 0-3.239 0.518-4.526 1.402l0.027-0.018c-2.113 1.461-3.48 3.871-3.48 6.6l-0 0v223.040c0 269.64 147.16 488.96 328 488.96s328-219.32 328-488.88zM465.88 496c4.019-4.281 6.489-10.058 6.489-16.412 0-13.255-10.745-24-24-24-7.29 0-13.82 3.25-18.222 8.38l-0.027 0.032c-12.24 13.68-38.96 24-62.12 24s-49.88-10.32-62.12-24c-4.39-4.676-10.611-7.588-17.511-7.588-13.255 0-24 10.745-24 24 0 5.965 2.176 11.422 5.778 15.62l-0.027-0.032c21.4 24 60.76 40 97.88 40s76.48-16 97.88-40z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mask-sad-light"]},"attrs":[{}],"properties":{"order":27731,"id":505,"name":"mask-sad-light","prevSize":16,"code":60390},"setIdx":2,"setId":2,"iconIdx":742},{"icon":{"paths":["M440 288c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM416 712h-104v-104c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 104h-104c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h104v104c0 13.255 10.745 24 24 24s24-10.745 24-24v0-104h104c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM608 696h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM864 776h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM623.040 400.96c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l79.040-79 79.040 79c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-79-79.040 79-79.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-79.040 79-79.040-79c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 79 79.040-79 79.040c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["math-operations-light"]},"attrs":[{}],"properties":{"order":27732,"id":504,"name":"math-operations-light","prevSize":16,"code":60391},"setIdx":2,"setId":2,"iconIdx":743},{"icon":{"paths":["M856 384c0-0.075 0-0.163 0-0.251 0-189.986-154.014-344-344-344s-344 154.014-344 344c0 107.878 49.658 204.159 127.362 267.23l0.638 0.501v308.52c0.010 8.581 4.521 16.106 11.299 20.341l0.101 0.059c3.566 2.259 7.908 3.6 12.563 3.6 0.013 0 0.026-0 0.039-0l-0.002 0c0.004 0 0.009 0 0.014 0 3.902 0 7.586-0.931 10.842-2.583l-0.137 0.063 181.28-90.64 181.32 90.64c3.113 1.581 6.788 2.507 10.68 2.507 13.25 0 23.993-10.738 24-23.987l0-0.001v-308.52c78.336-63.476 127.999-159.678 128-267.48l0-0zM216 384c0-163.476 132.524-296 296-296s296 132.524 296 296c0 163.476-132.524 296-296 296v0c-163.394-0.205-295.795-132.606-296-295.981l-0-0.019zM680 921.16l-157.32-78.64c-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063-157.24 78.64v-237.16c48.352 27.654 106.272 43.96 168 43.96s119.648-16.306 169.687-44.846l-1.687 0.886zM512 600c119.294 0 216-96.706 216-216s-96.706-216-216-216c-119.294 0-216 96.706-216 216v0c0.137 119.239 96.762 215.864 215.987 216l0.013 0zM512 216c92.784 0 168 75.216 168 168s-75.216 168-168 168c-92.784 0-168-75.216-168-168v0c0-92.784 75.216-168 168-168v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["medal-light"]},"attrs":[{}],"properties":{"order":27733,"id":503,"name":"medal-light","prevSize":16,"code":60392},"setIdx":2,"setId":2,"iconIdx":744},{"icon":{"paths":["M828 136h-632c-33.137 0-60 26.863-60 60v0 196.84c0.007 24.126 14.252 44.923 34.789 54.446l0.371 0.154 265.6 120.56c-64.641 29.483-108.76 93.546-108.76 167.913 0 101.62 82.38 184 184 184s184-82.38 184-184c0-74.367-44.119-138.43-107.611-167.443l-1.149-0.47 265.6-120.72c20.86-9.655 35.087-30.377 35.16-54.43l0-0.010v-196.84c0-33.137-26.863-60-60-60v0zM648 184v304l-136 61.8-136-61.8v-304zM184 392.84v-196.84c0-6.627 5.373-12 12-12v0h132v282l-136.96-62.24c-4.185-1.933-7.037-6.093-7.040-10.92l-0-0zM648 736c0 75.111-60.889 136-136 136s-136-60.889-136-136c0-75.111 60.889-136 136-136v0c75.111 0 136 60.889 136 136v0zM840 392.84c-0.003 4.827-2.855 8.987-6.966 10.889l-0.074 0.031-136.96 62.24v-282h132c6.627 0 12 5.373 12 12v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["medal-military-light"]},"attrs":[{}],"properties":{"order":27734,"id":502,"name":"medal-military-light","prevSize":16,"code":60393},"setIdx":2,"setId":2,"iconIdx":745},{"icon":{"paths":["M288 264c-136.967 0-248 111.033-248 248s111.033 248 248 248c136.967 0 248-111.033 248-248v0c-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM288 712c-110.457 0-200-89.543-200-200s89.543-200 200-200c110.457 0 200 89.543 200 200v0c-0.136 110.402-89.598 199.863-199.987 200l-0.013 0zM736 264c-68.4 0-120 106.6-120 248s51.6 248 120 248 120-106.6 120-248-51.6-248-120-248zM736 712c-29.36 0-72-77.92-72-200s42.64-200 72-200 72 77.92 72 200-42.64 200-72 200zM984 288v448c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-448c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["medium-logo-light"]},"attrs":[{}],"properties":{"order":27735,"id":501,"name":"medium-logo-light","prevSize":16,"code":60394},"setIdx":2,"setId":2,"iconIdx":746},{"icon":{"paths":["M952 480c-0.114-101.575-82.425-183.886-183.989-184l-159.411-0c-10.32-0.56-216.4-14.24-412.6-178.8-9.662-8.151-22.253-13.105-36-13.105-30.895 0-55.946 25.018-56 55.9l-0 0.005v640c-0.001 0.111-0.001 0.243-0.001 0.374 0 22.212 13.071 41.37 31.941 50.203l0.34 0.143c6.953 3.311 15.106 5.255 23.711 5.28l0.009 0c0.010 0 0.022 0 0.033 0 13.752 0 26.338-4.993 36.045-13.265l-0.078 0.065c160-134.080 326.28-168 388-176.28v136c-0 0.005-0 0.011-0 0.016 0 19.343 9.807 36.396 24.721 46.457l0.199 0.127 44 29.32c8.724 5.883 19.473 9.39 31.040 9.39 25.978 0 47.825-17.689 54.152-41.68l0.088-0.39 48.52-182.84c93.139-9.937 165.079-87.996 165.28-182.899l0-0.021zM165.16 806.080c-1.383 1.173-3.188 1.887-5.16 1.887-4.407 0-7.981-3.563-8-7.965l-0-0.002v-640c-0.002-0.064-0.003-0.14-0.003-0.216 0-3.114 1.873-5.791 4.554-6.965l0.049-0.019c0.995-0.483 2.16-0.775 3.391-0.8l0.009-0c1.938 0.006 3.705 0.733 5.048 1.927l-0.008-0.007c176 147.68 356 180.76 418.84 188v276c-62.72 7.4-242.68 40.52-418.72 188.16zM691.72 834.080c-0.897 3.51-4.031 6.064-7.762 6.064-1.654 0-3.191-0.502-4.466-1.362l0.028 0.018-44-29.32c-2.159-1.455-3.56-3.891-3.56-6.655 0-0.009 0-0.018 0-0.027l-0 0.001v-138.8h104.8zM768 616h-136v-272h136c75.111 0 136 60.889 136 136s-60.889 136-136 136v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["megaphone-light"]},"attrs":[{}],"properties":{"order":27736,"id":500,"name":"megaphone-light","prevSize":16,"code":60395},"setIdx":2,"setId":2,"iconIdx":747},{"icon":{"paths":["M880 354.36l-704.32-216c-4.696-1.422-10.092-2.24-15.68-2.24-30.886 0-55.932 25.004-56 55.874l-0 0.007v576c0 30.928 25.072 56 56 56v0c5.718-0.044 11.218-0.903 16.413-2.467l-0.413 0.107 344-105.64v52c0 30.928 25.072 56 56 56v0h128c30.928 0 56-25.072 56-56v0-125.52l120-36.76c23.289-7.199 39.929-28.507 40-53.712l0-0.008v-144c-0.012-25.212-16.684-46.528-39.603-53.536l-0.397-0.104zM162.24 775.68c-0.671 0.203-1.442 0.32-2.24 0.32-1.81 0-3.48-0.601-4.82-1.615l0.020 0.015c-1.952-1.475-3.2-3.792-3.2-6.4v0-576c0-2.608 1.248-4.925 3.18-6.385l0.020-0.015c1.326-0.987 2.992-1.585 4.796-1.6l0.004-0c0.705 0.016 1.377 0.132 2.011 0.334l-0.051-0.014 358.040 109.8v371.8zM712 768c0 4.418-3.582 8-8 8v0h-128c-4.418 0-8-3.582-8-8v0-66.6l144-44zM872 552c0 3.62-2.404 6.678-5.703 7.665l-0.057 0.015h-0.32l-297.92 91.52v-342.36l298.24 91.48c3.356 1.002 5.76 4.060 5.76 7.68v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["megaphone-simple-light"]},"attrs":[{}],"properties":{"order":27737,"id":499,"name":"megaphone-simple-light","prevSize":16,"code":60396},"setIdx":2,"setId":2,"iconIdx":748},{"icon":{"paths":["M720.96 431.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-111.040-111-111.040 111c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 128-128c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 111.040 111 111.040-111c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM920 512c0 0.026 0 0.056 0 0.086 0 225.332-182.668 408-408 408-71.387 0-138.492-18.334-196.863-50.55l2.103 1.064-139.48 46.48c-5.286 1.823-11.378 2.876-17.716 2.876-30.928 0-56-25.072-56-56 0-6.338 1.053-12.43 2.993-18.11l-0.117 0.394 46.48-139.48c-31.099-56.229-49.4-123.279-49.4-194.602 0-225.332 182.668-408 408-408 225.277 0 407.91 182.578 408 407.834l0 0.008zM872 512c-0.049-198.786-161.208-359.914-360-359.914-198.823 0-360 161.177-360 360 0 66.337 17.942 128.483 49.239 181.85l-0.919-1.696c2.034 3.451 3.236 7.603 3.236 12.036 0 2.72-0.453 5.335-1.287 7.773l0.050-0.169-49.84 149.52c-0.26 0.755-0.411 1.625-0.411 2.531 0 4.418 3.582 8 8 8 0.905 0 1.776-0.15 2.587-0.428l-0.056 0.017 149.4-49.84c2.266-0.771 4.878-1.224 7.592-1.24l0.008-0c4.42 0.026 8.555 1.226 12.116 3.302l-0.116-0.062c51.73 30.466 113.963 48.462 180.4 48.462 198.823 0 360-161.177 360-360 0-0.050-0-0.1-0-0.15l0 0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["messenger-logo-light"]},"attrs":[{}],"properties":{"order":27738,"id":498,"name":"messenger-logo-light","prevSize":16,"code":60397},"setIdx":2,"setId":2,"iconIdx":749},{"icon":{"paths":["M952 597.24c0 63-12.28 116.68-35.52 155.24-28.2 46.8-72 71.52-126.72 71.52-106.96 0-185.2-146.040-268-300.68-69.2-129.040-147.56-275.32-225.76-275.32-93.12 0-176 195.32-176 349.24 0 54.28 9.92 99.36 28.64 130.48 19.6 32.48 47.6 48.28 85.6 48.28 64.64 0 129.24-100.24 184-198.28 4.367-6.467 11.67-10.663 19.953-10.663 13.255 0 24 10.745 24 24 0 3.636-0.808 7.082-2.255 10.17l0.062-0.147c-60 107.84-132 222.92-225.76 222.92-54.68 0-98.52-24.72-126.72-71.52-23.24-38.56-35.52-92.24-35.52-155.24 0-161.96 87.24-397.24 224-397.24 106.96 0 185.2 146.040 268 300.68 69.16 129.040 147.52 275.32 225.76 275.32 38 0 66-15.8 85.6-48.28 18.72-31.12 28.64-76.2 28.64-130.48 0-153.92-82.84-349.24-176-349.24-36 0-75.64 31.040-120.56 94.92-4.402 6.199-11.554 10.195-19.64 10.195-13.263 0-24.015-10.752-24.015-24.015 0-5.177 1.638-9.972 4.425-13.894l-0.050 0.074c34.84-49.48 89.32-115.28 159.84-115.28 136.76 0 224 235.28 224 397.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["meta-logo-light"]},"attrs":[{}],"properties":{"order":27739,"id":497,"name":"meta-logo-light","prevSize":16,"code":60398},"setIdx":2,"setId":2,"iconIdx":750},{"icon":{"paths":["M853.32 815l-113.8-357.64 110.2-121.36c3.001-3.963 4.807-8.975 4.807-14.41 0-13.255-10.745-24-24-24-6.313 0-12.057 2.438-16.342 6.423l0.015-0.014-91.48 100.68-73.040-229.68c-7.346-22.797-28.371-39-53.182-39-0.063 0-0.125 0-0.188 0l0.010-0h-168.64c-0.053-0-0.116-0-0.178-0-24.81 0-45.836 16.204-53.072 38.606l-0.11 0.395-203.64 640c-1.676 5.080-2.643 10.927-2.643 17 0 30.915 25.051 55.979 55.961 56l576.002 0c0.001 0 0.002 0 0.003 0 30.928 0 56-25.072 56-56 0-6.073-0.967-11.92-2.755-17.396l0.112 0.396zM749.8 648h-183.56l136-149.56zM420 189.56c1.065-3.252 4.072-5.56 7.619-5.56 0.021 0 0.043 0 0.064 0l-0.003-0h168.64c0.018-0 0.040-0 0.061-0 3.547 0 6.554 2.308 7.603 5.504l0.016 0.057 81.44 256-184 202.44h-227.24zM806.4 836.72c-1.423 1.995-3.73 3.28-6.336 3.28-0.022 0-0.045-0-0.067-0l0.003 0h-576c-4.41-0.011-7.981-3.588-7.981-8 0-0.872 0.139-1.711 0.397-2.497l-0.016 0.057 42.52-133.56h506.16l42.48 133.56c0.259 0.741 0.408 1.594 0.408 2.483 0 1.765-0.589 3.392-1.582 4.696l0.014-0.019z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["metronome-light"]},"attrs":[{}],"properties":{"order":27740,"id":496,"name":"metronome-light","prevSize":16,"code":60399},"setIdx":2,"setId":2,"iconIdx":751},{"icon":{"paths":["M512 696c101.565-0.136 183.864-82.435 184-183.987l0-0.013v-256c0-101.62-82.38-184-184-184s-184 82.38-184 184v0 256c0.136 101.565 82.435 183.864 183.987 184l0.013 0zM376 256c0-75.111 60.889-136 136-136s136 60.889 136 136v0 256c0 75.111-60.889 136-136 136s-136-60.889-136-136v0zM536 823v105c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-105c-161.566-13.018-287.779-147.235-288-310.977l-0-0.023c0-13.255 10.745-24 24-24s24 10.745 24 24v0c0 145.803 118.197 264 264 264s264-118.197 264-264v0c0-13.255 10.745-24 24-24s24 10.745 24 24v0c-0.221 163.765-126.434 297.982-286.895 310.928l-1.105 0.072z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microphone-light"]},"attrs":[{}],"properties":{"order":27741,"id":495,"name":"microphone-light","prevSize":16,"code":60400},"setIdx":2,"setId":2,"iconIdx":752},{"icon":{"paths":["M849.76 848l-640-704c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 153.76 169.28v166.72c0.004 101.617 82.382 183.993 184 183.993 39.271 0 75.669-12.303 105.549-33.265l-0.589 0.392 54.12 59.56c-43.7 33.276-99.050 53.312-159.080 53.312-145.8 0-263.995-118.192-264-263.991l-0-0c0-13.255-10.745-24-24-24s-24 10.745-24 24v0c0.221 163.765 126.434 297.982 286.895 310.928l1.105 0.072v105c0 13.255 10.745 24 24 24s24-10.745 24-24v0-105c63.84-4.984 121.366-28.551 168.114-65.23l-0.674 0.51 110.8 121.72c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM512 648c-75.111 0-136-60.889-136-136v0-113.92l208.28 229.12c-20.473 13.050-45.427 20.8-72.192 20.8-0.031 0-0.062-0-0.093-0l0.005 0zM355.44 159.32c32.966-52.755 90.725-87.331 156.56-87.331 101.62 0 184 82.38 184 184 0 0.004-0 0.007-0 0.011l0-0.001v241.72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-241.72c0-0.017 0-0.037 0-0.056 0-75.111-60.889-136-136-136-48.688 0-91.401 25.585-115.427 64.044l-0.333 0.572c-4.224 7.239-11.952 12.025-20.799 12.025-13.255 0-24-10.745-24-24 0-4.942 1.493-9.534 4.054-13.352l-0.055 0.086zM758 608c11.392-28.301 18.001-61.116 18.001-95.475 0-0.185-0-0.369-0.001-0.554l0 0.028c0-13.255 10.745-24 24-24s24 10.745 24 24v0c0 0.146 0 0.318 0 0.491 0 40.659-7.813 79.494-22.018 115.084l0.738-2.095c-3.588 9.020-12.243 15.28-22.36 15.28-0 0-0-0-0-0l-0-0c-0.005 0-0.010 0-0.016 0-13.255 0-24-10.745-24-24 0-3.153 0.608-6.164 1.713-8.922l-0.057 0.162z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microphone-slash-light"]},"attrs":[{}],"properties":{"order":27742,"id":494,"name":"microphone-slash-light","prevSize":16,"code":60401},"setIdx":2,"setId":2,"iconIdx":753},{"icon":{"paths":["M672 72c-0.056-0-0.123-0-0.189-0-154.507 0-279.76 125.253-279.76 279.76 0 14.197 1.058 28.148 3.098 41.777l-0.189-1.537-280 381.84c-6.825 9.137-10.928 20.654-10.928 33.129 0 15.465 6.305 29.457 16.484 39.547l0.004 0.004 57.2 57.2c10.099 10.176 24.091 16.475 39.555 16.475 12.472 0 23.987-4.098 33.272-11.021l-0.147 0.105 381.84-280c11.695 1.731 25.194 2.719 38.924 2.719 154.64 0 280-125.36 280-280 0-154.346-124.884-279.524-279.119-279.999l-0.046-0zM904 352c0 0.062 0 0.135 0 0.209 0 55.528-19.626 106.472-52.32 146.273l0.32-0.402-326.040-326.080c39.539-32.349 90.6-51.953 146.24-51.953 128.020 0 231.8 103.78 231.8 231.8 0 0.054-0 0.108-0 0.161l0-0.009zM222 870.36c-1.308 0.969-2.953 1.552-4.735 1.552-2.213 0-4.217-0.899-5.665-2.351l-0-0-57.16-57.16c-1.453-1.449-2.352-3.452-2.352-5.665 0-1.781 0.582-3.427 1.567-4.756l-0.015 0.022 256.88-350.24c29.211 74.602 87.149 132.527 159.85 161.060l1.91 0.66zM440 352c-0-0.028-0-0.061-0-0.095 0-55.565 19.625-106.546 52.322-146.39l-0.322 0.405 326.12 326.080c-39.532 32.256-90.544 51.798-146.12 51.798-128.059 0-231.885-103.755-232-231.786l-0-0.011zM433 591c4.349 4.344 7.039 10.348 7.039 16.98s-2.69 12.636-7.039 16.98l-0 0-32 32c-4.346 4.346-10.349 7.033-16.98 7.033-13.262 0-24.013-10.751-24.013-24.013 0-6.631 2.688-12.634 7.033-16.98l32-32c4.348-4.373 10.368-7.079 17.020-7.079 6.632 0 12.636 2.69 16.98 7.039l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microphone-stage-light"]},"attrs":[{}],"properties":{"order":27743,"id":493,"name":"microphone-stage-light","prevSize":16,"code":60402},"setIdx":2,"setId":2,"iconIdx":754},{"icon":{"paths":["M800 104h-512c-30.928 0-56 25.072-56 56v0 104h-72c-30.928 0-56 25.072-56 56v0 384c0 30.928 25.072 56 56 56v0h72v104c0 30.928 25.072 56 56 56v0h512c30.928 0 56-25.072 56-56v0-704c0-30.928-25.072-56-56-56v0zM632 408h176v208h-176zM808 160v200h-176v-40c0-30.928-25.072-56-56-56v0h-8v-112h232c4.418 0 8 3.582 8 8v0zM280 160c0-4.418 3.582-8 8-8v0h232v112h-240zM152 704v-384c0-4.418 3.582-8 8-8v0h416c4.418 0 8 3.582 8 8v0 384c0 4.418-3.582 8-8 8v0h-416c-4.418 0-8-3.582-8-8v0zM280 864v-104h240v112h-232c-4.418 0-8-3.582-8-8v0zM800 872h-232v-112h8c30.928 0 56-25.072 56-56v0-40h176v200c0 4.418-3.582 8-8 8v0zM269.56 592.64l67.2-80.64-67.2-80.64c-3.534-4.153-5.683-9.579-5.683-15.507 0-13.255 10.745-24 24-24 7.462 0 14.128 3.405 18.53 8.746l0.033 0.041 61.56 73.88 61.56-73.88c4.43-5.209 10.99-8.493 18.317-8.493 13.255 0 24 10.745 24 24 0 5.793-2.053 11.107-5.47 15.254l0.033-0.041-67.2 80.64 67.2 80.64c3.534 4.153 5.683 9.579 5.683 15.507 0 13.255-10.745 24-24 24-7.462 0-14.128-3.405-18.53-8.746l-0.033-0.041-61.56-73.88-61.56 73.88c-4.43 5.209-10.99 8.493-18.317 8.493-13.255 0-24-10.745-24-24 0-5.793 2.053-11.107 5.47-15.254l-0.033 0.041z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-excel-logo-light"]},"attrs":[{}],"properties":{"order":27744,"id":492,"name":"microsoft-excel-logo-light","prevSize":16,"code":60403},"setIdx":2,"setId":2,"iconIdx":755},{"icon":{"paths":["M472 512c0-66.274-53.726-120-120-120s-120 53.726-120 120c0 66.274 53.726 120 120 120v0c66.274 0 120-53.726 120-120v0zM280 512c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0zM864 424h-40v-232c0-30.928-25.072-56-56-56v0h-320c-30.928 0-56 25.072-56 56v0 72h-232c-30.928 0-56 25.072-56 56v0 384c0 30.928 25.072 56 56 56v0h136v72c0 30.928 25.072 56 56 56v0h512c30.928 0 56-25.072 56-56v0-352c0-30.928-25.072-56-56-56v0zM649 656l223-161.080v322.16zM440 192c0-4.418 3.582-8 8-8v0h320c4.418 0 8 3.582 8 8v0 313.080l-168 121.32-8-5.8v-300.6c0-30.928-25.072-56-56-56v0h-104zM152 704v-384c0-4.418 3.582-8 8-8v0h384c4.418 0 8 3.582 8 8v0 384c0 4.418-3.582 8-8 8v0h-384c-4.418 0-8-3.582-8-8v0zM344 832v-72h200c30.928 0 56-25.072 56-56v0-24l221.76 160h-469.76c-4.418 0-8-3.582-8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-outlook-logo-light"]},"attrs":[{}],"properties":{"order":27745,"id":491,"name":"microsoft-outlook-logo-light","prevSize":16,"code":60404},"setIdx":2,"setId":2,"iconIdx":756},{"icon":{"paths":["M384 392h-64c-13.255 0-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h40c48.601 0 88-39.399 88-88s-39.399-88-88-88v0zM384 520h-40v-80h40c22.091 0 40 17.909 40 40s-17.909 40-40 40v0zM544 104c-131.569 0.221-248.553 62.47-323.3 159.059l-0.7 0.941h-60c-30.928 0-56 25.072-56 56v0 384c0 30.928 25.072 56 56 56v0h60c75.31 97.685 192.366 160 323.975 160 225.332 0 408-182.668 408-408 0-225.323-182.654-407.986-407.974-408l-0.002-0zM903.2 488h-271.2v-168c0-30.928-25.072-56-56-56v0h-8v-111.2c179.81 12.648 322.552 155.391 335.135 334.058l0.065 1.142zM520 152.84v111.16h-236.88c60.394-63.232 143.259-104.55 235.73-111.095l1.15-0.065zM152 704v-384c0-4.418 3.582-8 8-8v0h416c4.418 0 8 3.582 8 8v0 384c0 4.418-3.582 8-8 8v0h-416c-4.418 0-8-3.582-8-8v0zM283.12 760h236.88v111.16c-93.621-6.61-176.486-47.928-236.748-111.021l-0.132-0.139zM568 871.2v-111.2h8c30.928 0 56-25.072 56-56v0-168h271.2c-12.631 179.817-155.383 322.569-334.059 335.136l-1.141 0.064z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-powerpoint-logo-light"]},"attrs":[{}],"properties":{"order":27746,"id":490,"name":"microsoft-powerpoint-logo-light","prevSize":16,"code":60405},"setIdx":2,"setId":2,"iconIdx":757},{"icon":{"paths":["M328 440h-40c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-40v168c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM920 370.96v237.040c0 0.006 0 0.014 0 0.021 0 81.173-63.546 147.505-143.605 151.961l-0.395 0.018c-36.43 94.52-126.526 160.364-232 160.364s-195.569-65.844-231.424-158.67l-0.576-1.695h-152c-30.928 0-56-25.072-56-56v0-384c0-30.928 25.072-56 56-56v0h237.36c-3.342-11.891-5.262-25.546-5.262-39.65 0-83.947 68.053-152 152-152 57.131 0 106.9 31.519 132.867 78.117l0.396 0.773c16.903-9.656 37.148-15.35 58.722-15.35 66.274 0 120 53.726 120 120 0 27.198-9.049 52.284-24.3 72.409l0.217-0.299h45.12c23.683 0.068 42.857 19.271 42.88 42.958l0 0.002zM693.68 197.8c1.476 7.878 2.32 16.94 2.32 26.2l-0-0c0 0.009 0 0.020 0 0.031 0 40.255-15.649 76.856-41.195 104.050l0.075-0.080h81.12c0.020 0 0.044 0 0.068 0 39.765 0 72-32.235 72-72s-32.235-72-72-72c-15.935 0-30.661 5.177-42.588 13.94l0.2-0.14zM448 264h96c28.078 0.034 51.313 20.727 55.323 47.694l0.037 0.306c29.402-18.71 48.626-51.126 48.626-88.033 0-57.438-46.562-104-104-104s-104 46.562-104 104c0 14.448 2.946 28.209 8.271 40.713l-0.257-0.68zM160 712h384c4.418 0 8-3.582 8-8v0-384c0-4.418-3.582-8-8-8v0h-384c-4.418 0-8 3.582-8 8v0 384c0 4.418 3.582 8 8 8v0zM744 672v-288c0-4.418-3.582-8-8-8v0h-136v328c0 30.928-25.072 56-56 56v0h-179.6c33.301 66.867 101.18 112.001 179.6 112.001 110.457 0 200-89.543 200-200 0-0-0-0.001-0-0.001l0 0zM872 376h-80.64c0.375 2.379 0.606 5.148 0.64 7.964l0 0.036v288c-0.003 13.358-1.050 26.469-3.064 39.258l0.184-1.418c47.652-10.141 82.88-51.873 82.88-101.833 0-0.002-0-0.005-0-0.007l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-teams-logo-light"]},"attrs":[{}],"properties":{"order":27747,"id":489,"name":"microsoft-teams-logo-light","prevSize":16,"code":60406},"setIdx":2,"setId":2,"iconIdx":758},{"icon":{"paths":["M800 104h-512c-30.928 0-56 25.072-56 56v0 104h-72c-30.928 0-56 25.072-56 56v0 384c0 30.928 25.072 56 56 56v0h72v104c0 30.928 25.072 56 56 56v0h512c30.928 0 56-25.072 56-56v0-704c0-30.928-25.072-56-56-56v0zM632 408h176v208h-176zM280 160c0-4.418 3.582-8 8-8v0h512c4.418 0 8 3.582 8 8v0 200h-176v-40c0-30.928-25.072-56-56-56v0h-296zM152 704v-384c0-4.418 3.582-8 8-8v0h416c4.418 0 8 3.582 8 8v0 384c0 4.418-3.582 8-8 8v0h-416c-4.418 0-8-3.582-8-8v0zM800 872h-512c-4.418 0-8-3.582-8-8v0-104h296c30.928 0 56-25.072 56-56v0-40h176v200c0 4.418-3.582 8-8 8v0zM280.72 613.84l-48-192c-0.458-1.753-0.721-3.766-0.721-5.84 0-13.256 10.746-24.001 24.001-24.001 11.181 0 20.577 7.646 23.244 17.995l0.036 0.167 32.28 129.080 34.96-69.96c4.023-7.944 12.127-13.294 21.48-13.294s17.457 5.35 21.417 13.158l0.063 0.137 34.96 69.96 32.28-129.080c2.703-10.515 12.099-18.161 23.28-18.161 13.256 0 24.001 10.746 24.001 24.001 0 2.074-0.263 4.087-0.758 6.007l0.036-0.167-48 192c-2.491 9.659-10.609 16.874-20.571 17.99l-0.109 0.010c-0.389 0.029-0.843 0.046-1.3 0.046s-0.911-0.017-1.36-0.049l0.060 0.004c-0.002 0-0.005 0-0.007 0-9.348 0-17.447-5.344-21.41-13.143l-0.063-0.137-42.52-84.88-42.52 85.040c-4.024 7.942-12.126 13.291-21.479 13.291-11.185 0-20.583-7.651-23.245-18.005l-0.036-0.166z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["microsoft-word-logo-light"]},"attrs":[{}],"properties":{"order":27748,"id":488,"name":"microsoft-word-logo-light","prevSize":16,"code":60407},"setIdx":2,"setId":2,"iconIdx":759},{"icon":{"paths":["M696 512c0 13.255-10.745 24-24 24v0h-320c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h320c13.255 0 24 10.745 24 24v0zM920 512c0 225.332-182.668 408-408 408s-408-182.668-408-408c0-225.332 182.668-408 408-408v0c225.222 0.273 407.727 182.778 408 407.974l0 0.026zM872 512c0-198.823-161.177-360-360-360s-360 161.177-360 360c0 198.823 161.177 360 360 360v0c198.731-0.228 359.773-161.269 360-359.979l0-0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["minus-circle-light"]},"attrs":[{}],"properties":{"order":27749,"id":487,"name":"minus-circle-light","prevSize":16,"code":60408},"setIdx":2,"setId":2,"iconIdx":760},{"icon":{"paths":["M888 512c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["minus-light"]},"attrs":[{}],"properties":{"order":27750,"id":486,"name":"minus-light","prevSize":16,"code":60409},"setIdx":2,"setId":2,"iconIdx":761},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM696 512c0 13.255-10.745 24-24 24v0h-320c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h320c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["minus-square-light"]},"attrs":[{}],"properties":{"order":27751,"id":485,"name":"minus-square-light","prevSize":16,"code":60410},"setIdx":2,"setId":2,"iconIdx":762},{"icon":{"paths":["M512 664c83.947 0 152-68.053 152-152s-68.053-152-152-152c-83.947 0-152 68.053-152 152v0c0 83.947 68.053 152 152 152v0zM512 408c57.438 0 104 46.562 104 104s-46.562 104-104 104c-57.438 0-104-46.562-104-104v0c0-57.438 46.562-104 104-104v0zM960 232h-896c-13.255 0-24 10.745-24 24v0 512c0 13.255 10.745 24 24 24v0h896c13.255 0 24-10.745 24-24v0-512c0-13.255-10.745-24-24-24v0zM88 435.28c75.969-20.686 134.594-79.311 154.923-153.744l0.357-1.536h537.44c20.686 75.969 79.311 134.594 153.744 154.923l1.536 0.357v153.44c-75.969 20.686-134.594 79.311-154.923 153.744l-0.357 1.536h-537.44c-20.686-75.969-79.311-134.594-153.744-154.923l-1.536-0.357zM936 385.16c-49.365-17.599-87.562-55.795-104.787-103.965l-0.373-1.195h105.16zM193.16 280c-17.599 49.365-55.795 87.562-103.965 104.787l-1.195 0.373v-105.16zM88 638.84c49.365 17.599 87.562 55.795 104.787 103.965l0.373 1.195h-105.16zM830.84 744c17.599-49.365 55.795-87.562 103.965-104.787l1.195-0.373v105.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["money-light"]},"attrs":[{}],"properties":{"order":27752,"id":484,"name":"money-light","prevSize":16,"code":60411},"setIdx":2,"setId":2,"iconIdx":763},{"icon":{"paths":["M832 168h-640c-48.601 0-88 39.399-88 88v0 448c0 48.601 39.399 88 88 88v0h640c48.601 0 88-39.399 88-88v0-448c0-48.601-39.399-88-88-88v0zM872 704c0 22.091-17.909 40-40 40v0h-640c-22.091 0-40-17.909-40-40v0-448c0-22.091 17.909-40 40-40v0h640c22.091 0 40 17.909 40 40v0zM664 896c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["monitor-light"]},"attrs":[{}],"properties":{"order":27753,"id":483,"name":"monitor-light","prevSize":16,"code":60412},"setIdx":2,"setId":2,"iconIdx":764},{"icon":{"paths":["M653.32 460l-192-128c-3.743-2.528-8.355-4.036-13.32-4.036-13.255 0-24 10.745-24 24 0 0.013 0 0.025 0 0.038l-0-0.002v256c-0 0.011-0 0.023-0 0.036 0 13.255 10.745 24 24 24 4.965 0 9.577-1.508 13.405-4.090l-0.085 0.054 192-128c6.507-4.362 10.734-11.687 10.734-20s-4.226-15.638-10.647-19.945l-0.086-0.055zM472 563.16v-166.32l124.72 83.16zM832 168h-640c-48.601 0-88 39.399-88 88v0 448c0 48.601 39.399 88 88 88v0h640c48.601 0 88-39.399 88-88v0-448c0-48.601-39.399-88-88-88v0zM872 704c0 22.091-17.909 40-40 40v0h-640c-22.091 0-40-17.909-40-40v0-448c0-22.091 17.909-40 40-40v0h640c22.091 0 40 17.909 40 40v0zM664 896c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["monitor-play-light"]},"attrs":[{}],"properties":{"order":27754,"id":482,"name":"monitor-play-light","prevSize":16,"code":60413},"setIdx":2,"setId":2,"iconIdx":765},{"icon":{"paths":["M928.52 574.56c-4.342-4.335-10.337-7.016-16.958-7.016-2.513 0-4.936 0.386-7.212 1.103l0.17-0.046c-31.191 9.776-67.056 15.408-104.236 15.408-198.977 0-360.28-161.303-360.28-360.28 0-37.214 5.642-73.111 16.118-106.881l-0.682 2.553c0.655-2.083 1.032-4.478 1.032-6.961 0-13.255-10.745-24-24-24-2.494 0-4.9 0.381-7.162 1.087l0.17-0.046c-84.937 26.589-155.883 77.38-206.825 144.235l-0.735 1.005c-51.239 67.46-82.084 152.85-82.084 245.444 0 225.332 182.668 408 408 408 92.594 0 177.984-30.845 246.455-82.82l-1.011 0.736c67.861-51.678 118.651-122.623 144.449-204.645l0.791-2.915c0.658-2.089 1.038-4.491 1.038-6.981 0-6.632-2.69-12.635-7.038-16.979l-0-0zM760.52 767.72c-59.416 44.95-134.549 72-216 72-198.823 0-360-161.177-360-360 0-81.451 27.050-156.584 72.656-216.906l-0.656 0.906c36.907-48.587 84.67-87.052 139.802-112.151l2.278-0.929c-4.2 21.986-6.602 47.273-6.602 73.122 0 225.465 182.775 408.24 408.24 408.24 25.849 0 51.137-2.402 75.653-6.996l-2.531 0.394c-25.963 57.496-64.394 105.34-112.072 141.671l-0.888 0.649z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["moon-light"]},"attrs":[{}],"properties":{"order":27755,"id":481,"name":"moon-light","prevSize":16,"code":60414},"setIdx":2,"setId":2,"iconIdx":766},{"icon":{"paths":["M952 384c0 13.255-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h72c13.255 0 24 10.745 24 24v0zM576 216h40v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-40v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM861 617.12c3.597 4.172 5.787 9.645 5.787 15.63 0 3.006-0.553 5.883-1.562 8.535l0.055-0.165c-54.271 145.204-191.818 246.718-353.075 246.718-207.659 0-376-168.341-376-376 0-161.301 101.57-298.88 244.24-352.267l2.595-0.851c2.441-0.916 5.262-1.447 8.206-1.447 13.255 0 24 10.745 24 24 0 1.63-0.162 3.222-0.472 4.76l0.026-0.154c-4.324 20.949-6.799 45.026-6.799 69.68 0 198.911 161.124 360.189 359.976 360.44l0.024 0c0.038 0 0.084 0 0.129 0 24.763 0 48.948-2.475 72.321-7.193l-2.33 0.392c1.401-0.291 3.012-0.457 4.661-0.457 7.273 0 13.791 3.235 18.192 8.346l0.026 0.031zM803.52 662.48q-17.68 1.52-35.52 1.52c-225.222-0.273-407.727-182.778-408-407.974l-0-0.026q0-17.8 1.52-35.52c-106.179 55.746-177.363 165.241-177.363 291.363 0 181.149 146.851 328 328 328 126.122 0 235.617-71.184 290.502-175.567l0.861-1.797z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["moon-stars-light"]},"attrs":[{}],"properties":{"order":27756,"id":480,"name":"moon-stars-light","prevSize":16,"code":60415},"setIdx":2,"setId":2,"iconIdx":767},{"icon":{"paths":["M832 168h-169.92c-12.241-72.715-74.732-127.424-150-127.424s-137.759 54.709-149.875 126.53l-0.125 0.893h-170.080c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h169.92c6.6 40.081 28.076 74.218 58.458 97.203l0.382 0.277c-92.513 37.431-156.617 126.471-156.76 230.502l-0 0.018v256c0 30.928 25.072 56 56 56v0h72v8c0 66.274 53.726 120 120 120s120-53.726 120-120v0-8h72c30.928 0 56-25.072 56-56v0-256c-0.143-104.049-64.247-193.090-155.096-229.924l-1.664-0.596c30.764-23.262 52.24-57.399 58.719-96.596l0.121-0.884h169.92c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM584 864c0 39.765-32.235 72-72 72s-72-32.235-72-72v0-192c0-39.765 32.235-72 72-72s72 32.235 72 72v0zM712 544v256c0 4.418-3.582 8-8 8v0h-72v-136c0-66.274-53.726-120-120-120s-120 53.726-120 120v0 136h-72c-4.418 0-8-3.582-8-8v0-256c0-110.457 89.543-200 200-200s200 89.543 200 200v0zM512 296c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["moped-front-light"]},"attrs":[{}],"properties":{"order":27757,"id":479,"name":"moped-front-light","prevSize":16,"code":60416},"setIdx":2,"setId":2,"iconIdx":768},{"icon":{"paths":["M864 520c-0.031-0-0.068-0-0.105-0-10.667 0-21.075 1.107-31.117 3.212l0.982-0.172-139.28-371.48c-3.515-9.169-12.244-15.56-22.467-15.56-0.005 0-0.009 0-0.014 0l-127.999-0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h111.36l133.48 356c-39.316 22.718-67.198 61.484-74.798 107.111l-0.122 0.889h-173.28l-102.16-272.44c-3.515-9.169-12.244-15.56-22.467-15.56-0.005 0-0.009 0-0.014 0l-319.999-0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v66.68c-75.999 34.644-127.895 109.909-128 197.306l-0 0.014c0 13.255 10.745 24 24 24v0h41.92c12.241 72.715 74.732 127.424 150 127.424s137.759-54.709 149.875-126.53l0.125-0.893h340c11.994 72.993 74.62 128 150.093 128 83.947 0 152-68.053 152-152s-68.053-152-152-152c-0.005 0-0.009 0-0.014 0l0.001-0zM168 513.56c9.401-3.394 16-12.24 16-22.627 0-0.004-0-0.009-0-0.013l0 0.001v-82.92h215.36l90 240h-431.64c9.331-62.604 52.021-113.344 109.109-134.069l1.171-0.371zM224 776c-48.909-0.016-89.925-33.791-101.013-79.288l-0.147-0.712h202.32c-11.235 46.209-52.251 79.984-101.158 80l-0.002 0zM864 776c-57.409-0.038-103.933-46.586-103.933-104 0-35.777 18.065-67.334 45.571-86.048l0.362-0.232 35.52 94.72c3.515 9.176 12.251 15.572 22.48 15.572 13.262 0 24.012-10.751 24.012-24.012 0-3.032-0.562-5.933-1.588-8.604l0.055 0.164-35.52-94.72c3.901-0.518 8.426-0.823 13.019-0.84l0.021-0c57.438 0 104 46.562 104 104s-46.562 104-104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["moped-light"]},"attrs":[{}],"properties":{"order":27758,"id":478,"name":"moped-light","prevSize":16,"code":60417},"setIdx":2,"setId":2,"iconIdx":769},{"icon":{"paths":["M896 520c-0.032-0-0.070-0-0.108-0-14.566 0-28.299 3.565-40.374 9.869l0.482-0.229v-17.64c0-162.84-117.24-240.88-211.48-303.6-58.24-38.76-108.52-72.4-108.52-112.4 0-13.255-10.745-24-24-24s-24 10.745-24 24v0c0 40-50.28 73.64-108.52 112.4-94.24 62.72-211.48 140.76-211.48 303.6v17.64c-11.631-6.061-25.4-9.616-40-9.616-48.593 0-87.987 39.385-88 87.975l-0 0.001v224c0 13.255 10.745 24 24 24v0h256c13.255 0 24-10.745 24-24v0-128c0-22.091 17.909-40 40-40s40 17.909 40 40v0 128c0 13.255 10.745 24 24 24v0h128c13.255 0 24-10.745 24-24v0-128c0-22.091 17.909-40 40-40s40 17.909 40 40v0 128c0 13.255 10.745 24 24 24v0h256c13.255 0 24-10.745 24-24v0-224c0-48.601-39.399-88-88-88v0zM406.080 248.36c41.48-27.6 81.52-54.24 105.92-86.28 24.4 32 64.44 58.68 105.92 86.28 83.72 55.64 178.080 118.48 189 239.64h-589.84c10.92-121.16 105.28-184 189-239.64zM88 608c0-22.091 17.909-40 40-40s40 17.909 40 40v0 200h-80zM640 616c-48.601 0-88 39.399-88 88v0 104h-80v-104c0-48.601-39.399-88-88-88s-88 39.399-88 88v0 104h-80v-272h592v272h-80v-104c0-48.601-39.399-88-88-88v0zM936 808h-80v-200c0-22.091 17.909-40 40-40s40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mosque-light"]},"attrs":[{}],"properties":{"order":27759,"id":477,"name":"mosque-light","prevSize":16,"code":60418},"setIdx":2,"setId":2,"iconIdx":770},{"icon":{"paths":["M864 488c-11.153 0.009-22.021 1.204-32.493 3.463l1.013-0.183-28.92-75.28c18.086-5.080 38.856-8 60.309-8 0.032 0 0.064 0 0.096 0l-0.005-0c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-81.96l-55.64-144.6c-3.556-9.082-12.24-15.397-22.4-15.4l-128-0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h111.52l43.080 112h-122.6c-72 0-130.32 16.6-168.4 48-12.285 9.986-28.12 16.034-45.368 16.034-10.967 0-21.364-2.445-30.673-6.821l0.441 0.186c-52.4-23.88-242.4-100.64-260-107.56l-22.88-8.96c-4.979-2.345-10.757-4.061-16.825-4.849l-0.295-0.031c-13.248 0.009-23.984 10.751-23.984 24 0 10.156 6.309 18.839 15.221 22.344l0.163 0.056c1.84 0.72 188.52 73.040 288.92 118.68 14.686 6.869 31.888 10.877 50.026 10.877 28.849 0 55.33-10.14 76.073-27.049l-0.218 0.173c29.36-24 77-37 137.84-37h99.56c-54.312 36.888-94.474 91.083-112.791 154.543l-0.489 1.977c-8.941 29.945-36.236 51.402-68.542 51.402-0.175 0-0.35-0.001-0.525-0.002l0.027 0h-215.2c-11.994-72.993-74.62-128-150.093-128-83.947 0-152 68.053-152 152s68.053 152 152 152c75.474 0 138.099-55.007 149.973-127.118l0.12-0.882h215.2c0.087 0 0.191 0 0.294 0 54.284 0 100.121-36.164 114.732-85.714l0.214-0.846c18.23-63.33 60.971-114.449 117.023-143.391l1.297-0.609 28.92 75.2c-45.487 26.833-75.524 75.589-75.524 131.36 0 83.947 68.053 152 152 152s152-68.053 152-152c0-83.947-68.053-152-152-152-0.083 0-0.166 0-0.249 0l0.013-0zM160 664h101.16c-11.238 46.22-52.27 80-101.193 80-57.438 0-104-46.562-104-104s46.562-104 104-104c48.923 0 89.955 33.78 101.046 79.288l0.147 0.712h-101.16c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM864 744c-57.414-0.031-103.946-46.581-103.946-104 0-35.476 17.763-66.804 44.881-85.574l0.346-0.226 36.32 94.4c3.681 8.82 12.235 14.906 22.21 14.906 13.255 0 24-10.745 24-24 0-2.907-0.517-5.694-1.464-8.273l0.054 0.167-36.32-94.44c4.168-0.595 8.995-0.943 13.901-0.96l0.019-0c57.438 0 104 46.562 104 104s-46.562 104-104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["motorcycle-light"]},"attrs":[{}],"properties":{"order":27760,"id":476,"name":"motorcycle-light","prevSize":16,"code":60419},"setIdx":2,"setId":2,"iconIdx":771},{"icon":{"paths":["M656 312c57.438 0 104-46.562 104-104s-46.562-104-104-104c-57.438 0-104 46.562-104 104v0c0 57.438 46.562 104 104 104v0zM656 152c30.928 0 56 25.072 56 56s-25.072 56-56 56c-30.928 0-56-25.072-56-56v0c0-30.928 25.072-56 56-56v0zM1012.64 787.76l-218.24-368.32c-9.839-16.534-27.617-27.44-47.941-27.44-0.021 0-0.041 0-0.062 0l0.003-0c-0.031-0-0.068-0-0.104-0-20.312 0-38.076 10.907-47.755 27.185l-0.141 0.256-111.52 188.2-186.24-316c-9.915-16.628-27.807-27.593-48.26-27.593s-38.345 10.965-48.118 27.337l-0.142 0.256-292.8 496.36c-2.022 3.442-3.216 7.582-3.216 12 0 13.218 10.686 23.94 23.89 24l0.006 0h960c13.253-0.002 23.996-10.747 23.996-24 0-4.516-1.247-8.741-3.416-12.348l0.060 0.108zM345.080 316c1.411-2.4 3.98-3.986 6.92-3.986s5.509 1.586 6.9 3.948l0.020 0.037 101.36 172h-216.56zM74 776l141.44-240h273.16l141.2 239.88zM685.72 776l-71.4-121.16 125-210.84c1.401-2.395 3.953-3.982 6.877-4l0.003-0c0.034-0.001 0.075-0.001 0.115-0.001 2.899 0 5.425 1.598 6.745 3.962l0.020 0.039 196.8 332z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mountains-light"]},"attrs":[{}],"properties":{"order":27761,"id":475,"name":"mountains-light","prevSize":16,"code":60420},"setIdx":2,"setId":2,"iconIdx":772},{"icon":{"paths":["M576 72h-128c-136.903 0.159-247.841 111.097-248 247.985l-0 0.015v384c0.159 136.903 111.097 247.841 247.985 248l128.015 0c136.903-0.159 247.841-111.097 248-247.985l0-0.015v-384c-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM776 320v104h-240v-304h40c110.402 0.136 199.863 89.598 200 199.987l0 0.013zM448 120h40v304h-240v-104c0.136-110.402 89.598-199.863 199.987-200l0.013-0zM576 904h-128c-110.402-0.136-199.863-89.598-200-199.987l-0-0.013v-232h528v232c-0.136 110.402-89.598 199.863-199.987 200l-0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mouse-light"]},"attrs":[{}],"properties":{"order":27762,"id":474,"name":"mouse-light","prevSize":16,"code":60421},"setIdx":2,"setId":2,"iconIdx":773},{"icon":{"paths":["M576 72h-128c-136.903 0.159-247.841 111.097-248 247.985l-0 0.015v384c0.159 136.903 111.097 247.841 247.985 248l128.015 0c136.903-0.159 247.841-111.097 248-247.985l0-0.015v-384c-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM776 704c-0.136 110.402-89.598 199.863-199.987 200l-128.013 0c-110.402-0.136-199.863-89.598-200-199.987l-0-0.013v-384c0.136-110.402 89.598-199.863 199.987-200l128.013-0c110.402 0.136 199.863 89.598 200 199.987l0 0.013zM536 256v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mouse-simple-light"]},"attrs":[{}],"properties":{"order":27763,"id":473,"name":"mouse-simple-light","prevSize":16,"code":60422},"setIdx":2,"setId":2,"iconIdx":774},{"icon":{"paths":["M838.88 233l-320-96c-2.059-0.639-4.427-1.007-6.88-1.007-13.255 0-24 10.745-24 24 0 0.003 0 0.005 0 0.008l-0-0v452.2c-33.774-36.965-82.189-60.064-136-60.064-101.62 0-184 82.38-184 184s82.38 184 184 184c101.62 0 184-82.38 184-184 0-0.048-0-0.095-0-0.143l0 0.007v-351.76l289.12 86.76c2.059 0.639 4.427 1.007 6.88 1.007 13.255 0 24-10.745 24-24 0-0.003-0-0.005-0-0.008l0 0v-192c0-0.002 0-0.005 0-0.007 0-10.801-7.136-19.936-16.95-22.948l-0.17-0.045zM352 872c-75.111 0-136-60.889-136-136s60.889-136 136-136c75.111 0 136 60.889 136 136v0c0 75.111-60.889 136-136 136v0zM808 415.76l-272-81.6v-141.92l272 81.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-note-light"]},"attrs":[{}],"properties":{"order":27764,"id":472,"name":"music-note-light","prevSize":16,"code":60423},"setIdx":2,"setId":2,"iconIdx":775},{"icon":{"paths":["M838.88 233l-320-96c-2.059-0.639-4.427-1.007-6.88-1.007-13.255 0-24 10.745-24 24 0 0.003 0 0.005 0 0.008l-0-0v452.2c-33.774-36.965-82.189-60.064-136-60.064-101.62 0-184 82.38-184 184s82.38 184 184 184c101.62 0 184-82.38 184-184 0-0.048-0-0.095-0-0.143l0 0.007v-543.76l289.080 86.76c2.065 0.643 4.439 1.013 6.9 1.013 13.262 0 24.013-10.751 24.013-24.013 0-10.801-7.131-19.937-16.943-22.955l-0.17-0.045zM352 872c-75.111 0-136-60.889-136-136s60.889-136 136-136c75.111 0 136 60.889 136 136v0c0 75.111-60.889 136-136 136v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-note-simple-light"]},"attrs":[{}],"properties":{"order":27765,"id":471,"name":"music-note-simple-light","prevSize":16,"code":60424},"setIdx":2,"setId":2,"iconIdx":776},{"icon":{"paths":["M846.76 109.080c-4.029-3.167-9.174-5.080-14.766-5.080-2.072 0-4.083 0.263-6.001 0.756l0.166-0.036-512 128c-10.515 2.703-18.16 12.098-18.16 23.279 0 0 0 0.001 0 0.001l-0-0v456.44c-23.555-20.087-54.35-32.308-88-32.308-75.111 0-136 60.889-136 136s60.889 136 136 136c75.111 0 136-60.889 136-136 0-0.046-0-0.093-0-0.139l0 0.007v-349.28l464-116v233.72c-23.555-20.087-54.35-32.308-88-32.308-75.111 0-136 60.889-136 136s60.889 136 136 136c75.111 0 136-60.889 136-136 0-0.046-0-0.093-0-0.139l0 0.007v-560c-0.002-7.664-3.595-14.488-9.188-18.881l-0.052-0.039zM208 904c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0zM344 417.28v-142.56l464-116v142.56zM720 776c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-notes-light"]},"attrs":[{}],"properties":{"order":27766,"id":470,"name":"music-notes-light","prevSize":16,"code":60425},"setIdx":2,"setId":2,"iconIdx":777},{"icon":{"paths":["M920 224c0 13.255-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h72c13.255 0 24 10.745 24 24v0zM344 466.72v349.28c0 0.072 0 0.158 0 0.243 0 75.243-60.997 136.24-136.24 136.24s-136.24-60.997-136.24-136.24c0-75.243 60.997-136.24 136.24-136.24 33.748 0 64.63 12.271 88.428 32.594l-0.189-0.157v-456.44c-0-0-0-0.001-0-0.001 0-11.181 7.645-20.576 17.993-23.242l0.167-0.036 224-56c1.753-0.458 3.766-0.721 5.84-0.721 13.256 0 24.001 10.746 24.001 24.001 0 11.181-7.646 20.577-17.995 23.244l-0.167 0.036-205.84 51.44v142.56l290.16-72.56c1.753-0.458 3.766-0.721 5.84-0.721 13.256 0 24.001 10.746 24.001 24.001 0 11.181-7.646 20.577-17.995 23.244l-0.167 0.036zM296 816c0-48.601-39.399-88-88-88s-88 39.399-88 88c0 48.601 39.399 88 88 88v0c48.601 0 88-39.399 88-88v0zM856 480v208c0 0.072 0 0.158 0 0.243 0 75.243-60.997 136.24-136.24 136.24s-136.24-60.997-136.24-136.24c0-75.243 60.997-136.24 136.24-136.24 33.748 0 64.63 12.271 88.428 32.594l-0.189-0.157v-104.44c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM808 688c0-48.601-39.399-88-88-88s-88 39.399-88 88c0 48.601 39.399 88 88 88v0c48.601 0 88-39.399 88-88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-notes-plus-light"]},"attrs":[{}],"properties":{"order":27767,"id":469,"name":"music-notes-plus-light","prevSize":16,"code":60426},"setIdx":2,"setId":2,"iconIdx":778},{"icon":{"paths":["M846.76 109.080c-4.029-3.167-9.174-5.080-14.766-5.080-2.072 0-4.083 0.263-6.001 0.756l0.166-0.036-512 128c-10.515 2.703-18.16 12.098-18.16 23.279 0 0 0 0.001 0 0.001l-0-0v456.44c-23.555-20.087-54.35-32.308-88-32.308-75.111 0-136 60.889-136 136s60.889 136 136 136c75.111 0 136-60.889 136-136 0-0.046-0-0.093-0-0.139l0 0.007v-541.28l464-116v425.72c-23.555-20.087-54.35-32.308-88-32.308-75.111 0-136 60.889-136 136s60.889 136 136 136c75.111 0 136-60.889 136-136 0-0.046-0-0.093-0-0.139l0 0.007v-560c-0.002-7.664-3.595-14.488-9.188-18.881l-0.052-0.039zM208 904c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0zM720 776c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["music-notes-simple-light"]},"attrs":[{}],"properties":{"order":27768,"id":468,"name":"music-notes-simple-light","prevSize":16,"code":60427},"setIdx":2,"setId":2,"iconIdx":779},{"icon":{"paths":["M914.6 400.4l-704.24-261.080c-5.438-1.936-11.71-3.055-18.244-3.055-30.928 0-56 25.072-56 56 0 6.478 1.1 12.7 3.124 18.488l-0.12-0.393s0 0.36 0 0.52l261.28 703.72c7.594 21.934 28.074 37.403 52.166 37.403 0.195 0 0.389-0.001 0.583-0.003l-0.030 0h1.040c24.748-0.17 45.613-16.598 52.458-39.129l0.102-0.391 94.24-306.24c0.799-2.529 2.751-4.481 5.223-5.265l0.057-0.015 306.24-94.24c23.060-7.278 39.488-28.476 39.488-53.51 0-24.25-15.414-44.9-36.978-52.687l-0.39-0.123zM898.36 460.84l-306.36 94.24c-17.751 5.586-31.454 19.289-36.932 36.643l-0.108 0.397-94.24 306.24c-0.832 3.268-3.749 5.646-7.22 5.646-0.105 0-0.21-0.002-0.314-0.007l0.015 0c-0.192 0.018-0.414 0.028-0.639 0.028-3.362 0-6.192-2.279-7.029-5.377l-0.012-0.051c0.008-0.072 0.012-0.155 0.012-0.24s-0.004-0.168-0.013-0.25l0.001 0.010-261.080-703.64c-0.236-0.721-0.372-1.551-0.372-2.412 0-4.418 3.582-8 8-8 0.862 0 1.691 0.136 2.469 0.388l-0.057-0.016 704.12 261.040c3.161 1.117 5.385 4.079 5.385 7.561 0 3.571-2.339 6.595-5.569 7.624l-0.057 0.016z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["navigation-arrow-light"]},"attrs":[{}],"properties":{"order":27769,"id":467,"name":"navigation-arrow-light","prevSize":16,"code":60428},"setIdx":2,"setId":2,"iconIdx":780},{"icon":{"paths":["M752.96 271.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-64 64c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 64-64c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM888 288c0 0.128 0.001 0.279 0.001 0.431 0 41.838-17.020 79.701-44.514 107.043l-0.007 0.007-96 96c-3.406 3.403-7.83 5.788-12.776 6.659l-0.144 0.021c-208.56 36-554.12 379.36-557.6 382.8-2.035 2.065-4.45 3.75-7.132 4.941l-0.148 0.059c-2.85 1.275-6.176 2.025-9.674 2.040l-0.006 0c-13.246-0.012-23.979-10.753-23.979-24 0-6.622 2.682-12.618 7.019-16.96l-0 0c5.6-5.64 347.12-349.76 382.76-557.56 0.892-5.090 3.277-9.514 6.68-12.92l96-96c27.511-27.53 65.527-44.56 107.52-44.56 83.947 0 152 68.052 152 151.999l0 0zM840 288c-0.022-57.421-46.576-103.962-104-103.962-28.709 0-54.702 11.633-73.52 30.442l-90.76 90.72c-16.56 83.16-74.48 190.44-172.52 319.6 129.16-98.040 236.44-156 319.6-172.52l90.72-90.76c18.827-18.694 30.48-44.591 30.48-73.21 0-0.109-0-0.218-0.001-0.327l0 0.017z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["needle-light"]},"attrs":[{}],"properties":{"order":27770,"id":466,"name":"needle-light","prevSize":16,"code":60429},"setIdx":2,"setId":2,"iconIdx":781},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 640c-0 0.002-0 0.005-0 0.007 0 13.255 10.745 24 24 24 3.907 0 7.596-0.934 10.857-2.59l-0.137 0.063 117.28-58.64 117.28 58.64c3.124 1.593 6.813 2.527 10.72 2.527s7.596-0.934 10.857-2.59l-0.137 0.063 117.28-58.64 117.28 58.64c3.124 1.593 6.813 2.527 10.72 2.527s7.596-0.934 10.857-2.59l-0.137 0.063 117.28-58.64 117.28 58.64c3.12 1.589 6.804 2.52 10.706 2.52 0.005 0 0.010-0 0.015-0l-0.001 0c0.011 0 0.024 0 0.037 0 4.655 0 8.997-1.341 12.66-3.658l-0.097 0.058c6.879-4.294 11.39-11.819 11.4-20.399l0-0.001v-640c0-30.928-25.072-56-56-56v0zM872 825.16l-93.28-46.64c-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063-117.28 58.64-117.28-58.64c-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063-117.28 58.64-117.28-58.64c-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063-93.28 46.64v-601.16c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM792 448c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0zM792 576c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0zM448 360h-192c-13.255 0-24 10.745-24 24v0 256c0 13.255 10.745 24 24 24v0h192c13.255 0 24-10.745 24-24v0-256c0-13.255-10.745-24-24-24v0zM424 616h-144v-208h144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["newspaper-clipping-light"]},"attrs":[{}],"properties":{"order":27771,"id":465,"name":"newspaper-clipping-light","prevSize":16,"code":60430},"setIdx":2,"setId":2,"iconIdx":782},{"icon":{"paths":["M728 448c0 13.255-10.745 24-24 24v0h-320c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h320c13.255 0 24 10.745 24 24v0zM704 552h-320c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h320c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM920 256v480c0 48.601-39.399 88-88 88v0h-704c-0 0-0 0-0.001 0-48.474 0-87.795-39.194-87.999-87.62l-0-0.020v-384.36c0-13.255 10.745-24 24-24s24 10.745 24 24v0 384c0 22.091 17.909 40 40 40s40-17.909 40-40v0-480c0-30.928 25.072-56 56-56v0h640c30.928 0 56 25.072 56 56v0zM872 256c0-4.418-3.582-8-8-8v0h-640c-4.418 0-8 3.582-8 8v0 480c0 0.032 0 0.070 0 0.108 0 14.566-3.565 28.299-9.869 40.374l0.229-0.482h625.64c22.091 0 40-17.909 40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["newspaper-light"]},"attrs":[{}],"properties":{"order":27772,"id":464,"name":"newspaper-light","prevSize":16,"code":60431},"setIdx":2,"setId":2,"iconIdx":783},{"icon":{"paths":["M848.96 528.96l-320 320c-4.393 4.706-10.634 7.639-17.559 7.639-13.255 0-24-10.745-24-24 0-6.925 2.933-13.165 7.625-17.546l0.014-0.013 320-320c4.393-4.706 10.634-7.639 17.559-7.639 13.255 0 24 10.745 24 24 0 6.925-2.933 13.165-7.625 17.546l-0.014 0.013zM784.96 143.040c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-608 608c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 608-608c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notches-light"]},"attrs":[{}],"properties":{"order":27773,"id":463,"name":"notches-light","prevSize":16,"code":60432},"setIdx":2,"setId":2,"iconIdx":784},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h434.76c0.031 0 0.067 0 0.103 0 15.432 0 29.399-6.269 39.495-16.399l0.002-0.002 205.24-205.24c10.131-10.097 16.4-24.065 16.4-39.497 0-0.036-0-0.073-0-0.109l0 0.006v-434.76c0-30.928-25.072-56-56-56v0zM184 832v-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0 424h-200c-13.255 0-24 10.745-24 24v0 200h-424c-4.418 0-8-3.582-8-8v0zM664 806.040v-142.040h142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["note-blank-light"]},"attrs":[{}],"properties":{"order":27774,"id":462,"name":"note-blank-light","prevSize":16,"code":60433},"setIdx":2,"setId":2,"iconIdx":785},{"icon":{"paths":["M728 448c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM704 552h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM888 192v640c0 30.928-25.072 56-56 56v0h-640c-30.928 0-56-25.072-56-56v0-640c0-30.928 25.072-56 56-56v0h640c30.928 0 56 25.072 56 56v0zM192 840h104v-656h-104c-4.418 0-8 3.582-8 8v0 640c0 4.418 3.582 8 8 8v0zM840 192c0-4.418-3.582-8-8-8v0h-488v656h488c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notebook-light"]},"attrs":[{}],"properties":{"order":27775,"id":461,"name":"notebook-light","prevSize":16,"code":60434},"setIdx":2,"setId":2,"iconIdx":786},{"icon":{"paths":["M360 384c0-13.255 10.745-24 24-24v0h256c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24v0zM384 536h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM512 616h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM888 192v434.76c0 0.031 0 0.067 0 0.103 0 15.432-6.269 29.399-16.399 39.495l-0.002 0.002-205.24 205.24c-10.097 10.131-24.065 16.4-39.497 16.4-0.036 0-0.073-0-0.109-0l0.006 0h-434.76c-30.928 0-56-25.072-56-56v0-640c0-30.928 25.072-56 56-56v0h640c30.928 0 56 25.072 56 56v0zM192 840h424v-200c0-13.255 10.745-24 24-24v0h200v-424c0-4.418-3.582-8-8-8v0h-640c-4.418 0-8 3.582-8 8v0 640c0 4.418 3.582 8 8 8v0zM806.080 664h-142.080v142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["note-light"]},"attrs":[{}],"properties":{"order":27776,"id":460,"name":"note-light","prevSize":16,"code":60435},"setIdx":2,"setId":2,"iconIdx":787},{"icon":{"paths":["M664 512c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0zM640 616h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM856 192v608c0 66.274-53.726 120-120 120v0h-448c-66.274 0-120-53.726-120-120v0-608c0-30.928 25.072-56 56-56v0h72v-40c0-13.255 10.745-24 24-24s24 10.745 24 24v0 40h144v-40c0-13.255 10.745-24 24-24s24 10.745 24 24v0 40h144v-40c0-13.255 10.745-24 24-24s24 10.745 24 24v0 40h72c30.928 0 56 25.072 56 56v0zM808 192c0-4.418-3.582-8-8-8v0h-72v40c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-40h-144v40c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-40h-144v40c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-40h-72c-4.418 0-8 3.582-8 8v0 608c0 39.765 32.235 72 72 72v0h448c39.765 0 72-32.235 72-72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notepad-light"]},"attrs":[{}],"properties":{"order":27777,"id":459,"name":"notepad-light","prevSize":16,"code":60436},"setIdx":2,"setId":2,"iconIdx":788},{"icon":{"paths":["M912.96 239.040l-128-128c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-384 384c-4.345 4.339-7.034 10.335-7.040 16.959l-0 0.001v128c0 13.255 10.745 24 24 24v0h128c6.625-0.006 12.621-2.695 16.96-7.040l0-0 384-384c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0zM502.040 616h-94.040v-94.040l264-264 94.040 94.040zM800 318.040l-94.040-94.040 62.040-62.040 94.040 94.040zM888 480v352c0 30.928-25.072 56-56 56v0h-640c-30.928 0-56-25.072-56-56v0-640c0-30.928 25.072-56 56-56v0h352c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-352c-4.418 0-8 3.582-8 8v0 640c0 4.418 3.582 8 8 8v0h640c4.418 0 8-3.582 8-8v0-352c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["note-pencil-light"]},"attrs":[{}],"properties":{"order":27778,"id":458,"name":"note-pencil-light","prevSize":16,"code":60437},"setIdx":2,"setId":2,"iconIdx":789},{"icon":{"paths":["M856 512v320c0 30.928-25.072 56-56 56v0h-608c-30.928 0-56-25.072-56-56v0-608c0-30.928 25.072-56 56-56v0h320c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-320c-4.418 0-8 3.582-8 8v0 608c0 4.418 3.582 8 8 8v0h608c4.418 0 8-3.582 8-8v0-320c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM920 240c0 75.111-60.889 136-136 136s-136-60.889-136-136c0-75.111 60.889-136 136-136v0c75.111 0 136 60.889 136 136v0zM872 240c0-48.601-39.399-88-88-88s-88 39.399-88 88c0 48.601 39.399 88 88 88v0c48.601 0 88-39.399 88-88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notification-light"]},"attrs":[{}],"properties":{"order":27779,"id":457,"name":"notification-light","prevSize":16,"code":60438},"setIdx":2,"setId":2,"iconIdx":790},{"icon":{"paths":["M864 168h-192c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v522.56l-306.96-558.12c-4.165-7.471-12.018-12.44-21.033-12.44-0.003 0-0.005 0-0.008 0l-256-0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v592h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-522.56l306.96 558.12c4.165 7.471 12.018 12.44 21.033 12.44 0.003 0 0.005-0 0.008-0l160 0c13.255 0 24-10.745 24-24v0-616h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM296.6 216h105.2l325.6 592h-105.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["notion-logo-light"]},"attrs":[{}],"properties":{"order":27780,"id":456,"name":"notion-logo-light","prevSize":16,"code":60439},"setIdx":2,"setId":2,"iconIdx":791},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM586.28 494.16c27.952-22.171 45.72-56.134 45.72-94.247 0-66.274-53.726-120-120-120s-120 53.726-120 120c0 38.113 17.768 72.075 45.472 94.057l0.248 0.19c-37.387 24.642-61.72 66.441-61.72 113.923 0 75.111 60.889 136 136 136s136-60.889 136-136c0-47.482-24.333-89.281-61.21-113.607l-0.51-0.316zM440 400c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0zM512 696c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-eight-light"]},"attrs":[{}],"properties":{"order":27781,"id":455,"name":"number-circle-eight-light","prevSize":16,"code":60440},"setIdx":2,"setId":2,"iconIdx":792},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM468.32 344l-20 120c14.102-5.070 30.374-8 47.33-8 0.123 0 0.246 0 0.369 0l-0.019-0c75.111 0 136 60.889 136 136s-60.889 136-136 136v0c-0.675 0.012-1.472 0.019-2.271 0.019-37.041 0-70.582-14.985-94.893-39.222l0.003 0.003c-4.239-4.327-6.855-10.258-6.855-16.8 0-13.263 10.752-24.015 24.015-24.015 6.721 0 12.797 2.761 17.156 7.211l0.004 0.004c15.616 15.35 37.048 24.827 60.693 24.827 0.755 0 1.508-0.010 2.258-0.029l-0.111 0.002c48.601 0 88-39.399 88-88s-39.399-88-88-88v0c-0.639-0.017-1.392-0.027-2.147-0.027-23.645 0-45.077 9.476-60.705 24.839l0.012-0.012c-4.363 4.472-10.449 7.245-17.183 7.245-13.255 0-24-10.745-24-24 0-1.429 0.125-2.829 0.364-4.189l-0.021 0.144 32-192c1.984-11.424 11.822-20 23.664-20 0.006 0 0.011 0 0.017 0l159.999-0c13.255 0 24 10.745 24 24s-10.745 24-24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-five-light"]},"attrs":[{}],"properties":{"order":27782,"id":454,"name":"number-circle-five-light","prevSize":16,"code":60441},"setIdx":2,"setId":2,"iconIdx":793},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM664 576c0 13.255-10.745 24-24 24v0h-40v104c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-104h-168c-13.253-0.003-23.995-10.747-23.995-24 0-2.719 0.452-5.332 1.285-7.769l-0.050 0.169 96-288c3.143-9.844 12.208-16.847 22.909-16.847 13.255 0 24 10.745 24 24 0 2.885-0.509 5.652-1.442 8.214l0.053-0.167-85.48 256.4h134.72v-104c0-13.255 10.745-24 24-24s24 10.745 24 24v0 104h40c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-four-light"]},"attrs":[{}],"properties":{"order":27783,"id":453,"name":"number-circle-four-light","prevSize":16,"code":60442},"setIdx":2,"setId":2,"iconIdx":794},{"icon":{"paths":["M580 314.2c-19.498-11.442-42.942-18.2-67.964-18.2-75.111 0-136 60.889-136 136 0 75.014 60.732 135.843 135.709 136l0.015 0c8.020-0.011 15.867-0.723 23.491-2.080l-0.811 0.12-75.040 125.68c-2.138 3.518-3.403 7.771-3.403 12.32 0 13.256 10.746 24.003 24.003 24.003 8.708 0 16.333-4.637 20.54-11.576l0.060-0.107 129.2-216.36c11.457-19.508 18.224-42.967 18.224-68.007 0-50.084-27.073-93.844-67.382-117.446l-0.642-0.348zM588.24 476v0c-15.476 26.585-43.839 44.171-76.309 44.171-48.601 0-88-39.399-88-88s39.399-88 88-88c16.228 0 31.43 4.393 44.482 12.054l-0.414-0.225c26.434 15.512 43.901 43.793 43.901 76.153 0 16.138-4.344 31.262-11.927 44.265l0.225-0.418zM512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-nine-light"]},"attrs":[{}],"properties":{"order":27784,"id":452,"name":"number-circle-nine-light","prevSize":16,"code":60443},"setIdx":2,"setId":2,"iconIdx":795},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM552 320v384c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-339.16l-58.68 39.16c-3.744 2.524-8.356 4.030-13.32 4.030-13.271 0-24.030-10.758-24.030-24.030 0-8.307 4.215-15.63 10.624-19.946l0.086-0.054 96-64c3.743-2.528 8.355-4.036 13.32-4.036 13.255 0 24 10.745 24 24 0 0.013-0 0.025-0 0.038l0-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-one-light"]},"attrs":[{}],"properties":{"order":27785,"id":451,"name":"number-circle-one-light","prevSize":16,"code":60444},"setIdx":2,"setId":2,"iconIdx":796},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM627.64 338.24c2.724 3.84 4.355 8.623 4.355 13.786 0 2.932-0.526 5.742-1.489 8.34l0.054-0.166-128 352c-3.45 9.296-12.243 15.8-22.556 15.8-0.002 0-0.003-0-0.005-0l0 0c-2.879-0.036-5.623-0.561-8.171-1.495l0.171 0.055c-9.299-3.448-15.805-12.243-15.805-22.558 0-2.943 0.53-5.763 1.499-8.368l-0.054 0.166 116.080-319.8h-157.72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c8.094 0.008 15.248 4.022 19.59 10.165l0.050 0.075z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-seven-light"]},"attrs":[{}],"properties":{"order":27786,"id":450,"name":"number-circle-seven-light","prevSize":16,"code":60445},"setIdx":2,"setId":2,"iconIdx":797},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM512 456c-7.925 0.018-15.676 0.701-23.219 1.996l0.819-0.116 75-125.56c2.138-3.518 3.403-7.771 3.403-12.32 0-13.256-10.746-24.003-24.003-24.003-8.708 0-16.333 4.637-20.54 11.576l-0.060 0.107-128.96 216c-11.57 19.583-18.406 43.153-18.406 68.32 0 75.111 60.889 136 136 136s136-60.889 136-136c0-75.111-60.889-136-136-136-0.012 0-0.024 0-0.036 0l0.002-0zM512 680c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-six-light"]},"attrs":[{}],"properties":{"order":27787,"id":449,"name":"number-circle-six-light","prevSize":16,"code":60446},"setIdx":2,"setId":2,"iconIdx":798},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM632 608c-0.001 75.11-60.89 135.997-136 135.997-38.052 0-72.454-15.628-97.138-40.815l-0.022-0.023c-4.23-4.323-6.841-10.247-6.841-16.78 0-13.255 10.745-24.001 24.001-24.001 6.722 0 12.799 2.764 17.156 7.216l0.004 0.004c15.984 16.298 38.235 26.4 62.845 26.4 48.601 0 88-39.399 88-88s-39.399-88-88-88c-0.002 0-0.003 0-0.005 0l0-0c-0.005 0-0.011 0-0.016 0-13.255 0-24-10.745-24-24 0-5.152 1.623-9.925 4.387-13.835l-0.050 0.075 85.6-122.24h-145.92c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c0.005-0 0.011-0 0.016-0 13.255 0 24 10.745 24 24 0 5.152-1.623 9.925-4.387 13.835l0.050-0.075-90.12 128.72c55.211 18.194 94.372 69.274 94.44 129.512l0 0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-three-light"]},"attrs":[{}],"properties":{"order":27788,"id":448,"name":"number-circle-three-light","prevSize":16,"code":60447},"setIdx":2,"setId":2,"iconIdx":799},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM608 488.2l-144 192h144c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24 0-5.43 1.803-10.439 4.844-14.46l-0.044 0.060 172.68-230.24c8.84-11.821 14.155-26.725 14.155-42.871 0-39.765-32.235-72-72-72-30.904 0-57.261 19.471-67.472 46.814l-0.163 0.497c-3.235 9.687-12.223 16.546-22.813 16.546-13.255 0-24-10.745-24-24 0-3.072 0.577-6.010 1.629-8.71l-0.056 0.163c17.152-46.665 61.212-79.353 112.906-79.353 66.274 0 120 53.726 120 120 0 26.954-8.887 51.832-23.89 71.865l0.224-0.312z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-two-light"]},"attrs":[{}],"properties":{"order":27789,"id":447,"name":"number-circle-two-light","prevSize":16,"code":60448},"setIdx":2,"setId":2,"iconIdx":800},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM512 296c-54.080 0-98.76 24.48-129.16 70.84-25.040 38.12-38.84 89.68-38.84 145.16s13.8 107.040 38.8 145.16c30.44 46.36 75.080 70.84 129.2 70.84s98.76-24.48 129.16-70.84c25.040-38.12 38.84-89.68 38.84-145.16s-13.8-107.040-38.8-145.16c-30.44-46.36-75.12-70.84-129.2-70.84zM512 680c-82.88 0-120-84.36-120-168s37.12-168 120-168 120 84.36 120 168-37.12 168-120 168z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-circle-zero-light"]},"attrs":[{}],"properties":{"order":27790,"id":446,"name":"number-circle-zero-light","prevSize":16,"code":60449},"setIdx":2,"setId":2,"iconIdx":801},{"icon":{"paths":["M606.48 477.8c53.992-32.718 89.52-91.155 89.52-157.891 0-101.62-82.38-184-184-184s-184 82.38-184 184c0 66.735 35.528 125.173 88.702 157.43l0.818 0.461c-72.524 35.86-121.52 109.329-121.52 194.241 0 119.294 96.706 216 216 216s216-96.706 216-216c0-84.912-48.996-158.381-120.259-193.676l-1.261-0.565zM376 320c0-75.111 60.889-136 136-136s136 60.889 136 136c0 75.111-60.889 136-136 136v0c-75.111 0-136-60.889-136-136v0zM512 840c-92.784 0-168-75.216-168-168s75.216-168 168-168c92.784 0 168 75.216 168 168v0c0 92.784-75.216 168-168 168v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-eight-light"]},"attrs":[{}],"properties":{"order":27791,"id":445,"name":"number-eight-light","prevSize":16,"code":60450},"setIdx":2,"setId":2,"iconIdx":802},{"icon":{"paths":["M696 640c0 0.001 0 0.002 0 0.003 0 119.294-96.706 216-216 216-55.419 0-105.963-20.871-144.202-55.181l0.202 0.178c-5.162-4.429-8.412-10.959-8.412-18.249 0-13.255 10.745-24 24-24 6.354 0 12.131 2.469 16.425 6.501l-0.013-0.012c29.583 26.544 68.893 42.775 111.994 42.775 92.784 0 168-75.216 168-168s-75.216-168-168-168c-41.608 0-79.684 15.126-109.027 40.179l0.233-0.194c-4.182 3.63-9.679 5.842-15.694 5.842-13.255 0-24-10.745-24-24 0-1.714 0.18-3.386 0.521-4.999l-0.028 0.157 60.48-301.72c2.279-11.069 11.94-19.274 23.519-19.28l256.001-0c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-236.32l-45.52 227.56c26.37-12.358 57.263-19.57 89.84-19.57 119.294 0 216 96.706 216 216 0 0.004-0 0.007-0 0.011l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-five-light"]},"attrs":[{}],"properties":{"order":27792,"id":444,"name":"number-five-light","prevSize":16,"code":60451},"setIdx":2,"setId":2,"iconIdx":803},{"icon":{"paths":["M728 608c0 13.255-10.745 24-24 24v0h-72v200c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-200h-296c-13.243-0.016-23.973-10.755-23.973-24 0-2.868 0.503-5.618 1.425-8.167l-0.053 0.167 160-448c3.67-8.844 12.236-14.95 22.228-14.95 13.255 0 24 10.745 24 24 0 2.479-0.376 4.871-1.074 7.12l0.045-0.17-148.56 416h261.96v-200c0-13.255 10.745-24 24-24s24 10.745 24 24v0 200h72c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-four-light"]},"attrs":[{}],"properties":{"order":27793,"id":443,"name":"number-four-light","prevSize":16,"code":60452},"setIdx":2,"setId":2,"iconIdx":804},{"icon":{"paths":["M512 168c-0.041-0-0.089-0-0.137-0-119.294 0-216 96.706-216 216s96.706 216 216 216c28.775 0 56.236-5.627 81.342-15.84l-1.445 0.52-132.68 235.52c-1.943 3.389-3.089 7.451-3.089 11.78 0 13.26 10.749 24.009 24.009 24.009 8.931 0 16.722-4.876 20.858-12.111l0.062-0.118 198.16-352c18.108-30.923 28.8-68.093 28.8-107.76 0-119.251-96.638-215.932-215.874-216l-0.007-0zM512 552c-92.784 0-168-75.216-168-168s75.216-168 168-168c92.784 0 168 75.216 168 168v0c0 92.784-75.216 168-168 168v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-nine-light"]},"attrs":[{}],"properties":{"order":27794,"id":442,"name":"number-nine-light","prevSize":16,"code":60453},"setIdx":2,"setId":2,"iconIdx":805},{"icon":{"paths":["M568 192v640c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-597.6l-123.64 74.16c-3.528 2.152-7.795 3.426-12.36 3.426-13.258 0-24.006-10.748-24.006-24.006 0-8.693 4.621-16.307 11.54-20.52l0.106-0.060 160-96c3.527-2.153 7.795-3.427 12.36-3.427 13.255 0 24 10.745 24 24 0 0.010-0 0.019-0 0.029l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-one-light"]},"attrs":[{}],"properties":{"order":27795,"id":441,"name":"number-one-light","prevSize":16,"code":60454},"setIdx":2,"setId":2,"iconIdx":806},{"icon":{"paths":["M695 198.88l-192 640c-3.063 9.981-12.199 17.113-23 17.113-13.262 0-24.013-10.751-24.013-24.013 0-2.461 0.37-4.835 1.058-7.070l-0.045 0.17 182.76-609.080h-287.76c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h320c0.002-0 0.005-0 0.007-0 13.255 0 24 10.745 24 24 0 2.453-0.368 4.821-1.052 7.050l0.045-0.17z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-seven-light"]},"attrs":[{}],"properties":{"order":27796,"id":440,"name":"number-seven-light","prevSize":16,"code":60455},"setIdx":2,"setId":2,"iconIdx":807},{"icon":{"paths":["M512 424c-0.019-0-0.041-0-0.063-0-28.706 0-56.099 5.627-81.134 15.838l1.436-0.518 132.68-235.32c1.943-3.389 3.089-7.451 3.089-11.78 0-13.26-10.749-24.009-24.009-24.009-8.931 0-16.722 4.876-20.858 12.111l-0.062 0.118-198.16 352c-18.036 30.875-28.685 67.974-28.685 107.56 0 119.294 96.706 216 216 216s216-96.706 216-216c0-119.294-96.706-216-216-216-0.083 0-0.165 0-0.248 0l0.013-0zM512 808c-92.784 0-168-75.216-168-168s75.216-168 168-168c92.784 0 168 75.216 168 168v0c0 92.784-75.216 168-168 168v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-six-light"]},"attrs":[{}],"properties":{"order":27797,"id":439,"name":"number-six-light","prevSize":16,"code":60456},"setIdx":2,"setId":2,"iconIdx":808},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM586.28 494.16c27.952-22.171 45.72-56.134 45.72-94.247 0-66.274-53.726-120-120-120s-120 53.726-120 120c0 38.113 17.768 72.075 45.472 94.057l0.248 0.19c-37.387 24.642-61.72 66.441-61.72 113.923 0 75.111 60.889 136 136 136s136-60.889 136-136c0-47.482-24.333-89.281-61.21-113.607l-0.51-0.316zM440 400c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0zM512 696c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-eight-light"]},"attrs":[{}],"properties":{"order":27798,"id":438,"name":"number-square-eight-light","prevSize":16,"code":60457},"setIdx":2,"setId":2,"iconIdx":809},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM468.32 344l-20 120c14.102-5.070 30.374-8 47.33-8 0.123 0 0.246 0 0.369 0l-0.019-0c75.111 0 136 60.889 136 136s-60.889 136-136 136v0c-0.675 0.012-1.472 0.019-2.271 0.019-37.041 0-70.582-14.985-94.893-39.222l0.003 0.003c-4.239-4.327-6.855-10.258-6.855-16.8 0-13.263 10.752-24.015 24.015-24.015 6.721 0 12.797 2.761 17.156 7.211l0.004 0.004c15.616 15.35 37.048 24.827 60.693 24.827 0.755 0 1.508-0.010 2.258-0.029l-0.111 0.002c48.601 0 88-39.399 88-88s-39.399-88-88-88v0c-0.639-0.017-1.392-0.027-2.147-0.027-23.645 0-45.077 9.476-60.705 24.839l0.012-0.012c-4.363 4.472-10.449 7.245-17.183 7.245-13.255 0-24-10.745-24-24 0-1.429 0.125-2.829 0.364-4.189l-0.021 0.144 32-192c1.984-11.424 11.822-20 23.664-20 0.006 0 0.011 0 0.017 0l159.999-0c13.255 0 24 10.745 24 24s-10.745 24-24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-five-light"]},"attrs":[{}],"properties":{"order":27799,"id":437,"name":"number-square-five-light","prevSize":16,"code":60458},"setIdx":2,"setId":2,"iconIdx":810},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM664 576c0 13.255-10.745 24-24 24v0h-40v104c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-104h-168c-13.253-0.003-23.995-10.747-23.995-24 0-2.719 0.452-5.332 1.285-7.769l-0.050 0.169 96-288c3.143-9.844 12.208-16.847 22.909-16.847 13.255 0 24 10.745 24 24 0 2.885-0.509 5.652-1.442 8.214l0.053-0.167-85.48 256.4h134.72v-104c0-13.255 10.745-24 24-24s24 10.745 24 24v0 104h40c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-four-light"]},"attrs":[{}],"properties":{"order":27800,"id":436,"name":"number-square-four-light","prevSize":16,"code":60459},"setIdx":2,"setId":2,"iconIdx":811},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM580 314.2c-19.498-11.442-42.942-18.2-67.964-18.2-75.111 0-136 60.889-136 136 0 75.014 60.732 135.843 135.709 136l0.015 0c8.020-0.011 15.867-0.723 23.491-2.080l-0.811 0.12-75.040 125.68c-2.138 3.518-3.403 7.771-3.403 12.32 0 13.256 10.746 24.003 24.003 24.003 8.708 0 16.333-4.637 20.54-11.576l0.060-0.107 129.2-216.36c11.457-19.508 18.224-42.967 18.224-68.007 0-50.084-27.073-93.844-67.382-117.446l-0.642-0.348zM588.24 476v0c-15.476 26.585-43.839 44.171-76.309 44.171-48.601 0-88-39.399-88-88s39.399-88 88-88c16.228 0 31.43 4.393 44.482 12.054l-0.414-0.225c26.434 15.512 43.901 43.793 43.901 76.153 0 16.138-4.344 31.262-11.927 44.265l0.225-0.418z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-nine-light"]},"attrs":[{}],"properties":{"order":27801,"id":435,"name":"number-square-nine-light","prevSize":16,"code":60460},"setIdx":2,"setId":2,"iconIdx":812},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM552 320v384c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-339.16l-58.68 39.16c-3.744 2.524-8.356 4.030-13.32 4.030-13.271 0-24.030-10.758-24.030-24.030 0-8.307 4.215-15.63 10.624-19.946l0.086-0.054 96-64c3.743-2.528 8.355-4.036 13.32-4.036 13.255 0 24 10.745 24 24 0 0.013-0 0.025-0 0.038l0-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-one-light"]},"attrs":[{}],"properties":{"order":27802,"id":434,"name":"number-square-one-light","prevSize":16,"code":60461},"setIdx":2,"setId":2,"iconIdx":813},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM627.64 338.24c2.724 3.84 4.355 8.623 4.355 13.786 0 2.932-0.526 5.742-1.489 8.34l0.054-0.166-128 352c-3.45 9.296-12.243 15.8-22.556 15.8-0.002 0-0.003-0-0.005-0l0 0c-2.879-0.036-5.623-0.561-8.171-1.495l0.171 0.055c-9.299-3.448-15.805-12.243-15.805-22.558 0-2.943 0.53-5.763 1.499-8.368l-0.054 0.166 116.080-319.8h-157.72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c8.094 0.008 15.248 4.022 19.59 10.165l0.050 0.075z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-seven-light"]},"attrs":[{}],"properties":{"order":27803,"id":433,"name":"number-square-seven-light","prevSize":16,"code":60462},"setIdx":2,"setId":2,"iconIdx":814},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM512 456c-7.925 0.018-15.676 0.701-23.219 1.996l0.819-0.116 75-125.56c2.138-3.518 3.403-7.771 3.403-12.32 0-13.256-10.746-24.003-24.003-24.003-8.708 0-16.333 4.637-20.54 11.576l-0.060 0.107-128.96 216c-11.57 19.583-18.406 43.153-18.406 68.32 0 75.111 60.889 136 136 136s136-60.889 136-136c0-75.111-60.889-136-136-136-0.012 0-0.024 0-0.036 0l0.002-0zM512 680c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-six-light"]},"attrs":[{}],"properties":{"order":27804,"id":432,"name":"number-square-six-light","prevSize":16,"code":60463},"setIdx":2,"setId":2,"iconIdx":815},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM632 592c-0.001 75.11-60.89 135.997-136 135.997-38.052 0-72.454-15.628-97.138-40.815l-0.022-0.023c-4.23-4.323-6.841-10.247-6.841-16.78 0-13.255 10.745-24.001 24.001-24.001 6.722 0 12.799 2.764 17.156 7.216l0.004 0.004c15.984 16.298 38.235 26.4 62.845 26.4 48.601 0 88-39.399 88-88s-39.399-88-88-88c-0.002 0-0.003 0-0.005 0l0-0c-0.005 0-0.011 0-0.016 0-13.255 0-24-10.745-24-24 0-5.152 1.623-9.925 4.387-13.835l-0.050 0.075 85.6-122.24h-145.92c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c0.005-0 0.011-0 0.016-0 13.255 0 24 10.745 24 24 0 5.152-1.623 9.925-4.387 13.835l0.050-0.075-90.12 128.72c55.211 18.194 94.372 69.274 94.44 129.512l0 0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-three-light"]},"attrs":[{}],"properties":{"order":27805,"id":431,"name":"number-square-three-light","prevSize":16,"code":60464},"setIdx":2,"setId":2,"iconIdx":816},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM632 704c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24 0-5.43 1.803-10.439 4.844-14.46l-0.044 0.060 172.68-230.24c8.926-11.857 14.296-26.832 14.296-43.060 0-39.765-32.235-72-72-72-31.050 0-57.509 19.654-67.615 47.201l-0.16 0.5c-3.235 9.687-12.223 16.546-22.813 16.546-13.255 0-24-10.745-24-24 0-3.072 0.577-6.010 1.629-8.71l-0.056 0.163c17.174-46.624 61.213-79.275 112.878-79.275 66.274 0 120 53.726 120 120 0 26.937-8.876 51.802-23.862 71.828l0.224-0.313-144 191.76h144c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-two-light"]},"attrs":[{}],"properties":{"order":27806,"id":430,"name":"number-square-two-light","prevSize":16,"code":60465},"setIdx":2,"setId":2,"iconIdx":817},{"icon":{"paths":["M512 296c-54.080 0-98.76 24.48-129.16 70.84-25.040 38.12-38.84 89.68-38.84 145.16s13.8 107.040 38.8 145.16c30.44 46.36 75.080 70.84 129.2 70.84s98.76-24.48 129.16-70.84c25.040-38.12 38.84-89.68 38.84-145.16s-13.8-107.040-38.8-145.16c-30.44-46.36-75.12-70.84-129.2-70.84zM512 680c-82.88 0-120-84.36-120-168s37.12-168 120-168 120 84.36 120 168-37.12 168-120 168zM832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-square-zero-light"]},"attrs":[{}],"properties":{"order":27807,"id":429,"name":"number-square-zero-light","prevSize":16,"code":60466},"setIdx":2,"setId":2,"iconIdx":818},{"icon":{"paths":["M696 640c0 0.001 0 0.002 0 0.003 0 119.294-96.706 216-216 216-55.419 0-105.963-20.871-144.202-55.181l0.202 0.178c-5.162-4.429-8.412-10.959-8.412-18.249 0-13.255 10.745-24 24-24 6.354 0 12.131 2.469 16.425 6.501l-0.013-0.012c29.581 26.535 68.884 42.76 111.977 42.76 92.784 0 168-75.216 168-168 0-92.776-75.203-167.987-167.976-168l-0.001-0c-13.255 0-24-10.745-24-24 0-5.43 1.803-10.439 4.844-14.46l-0.044 0.060 163.2-217.6h-272c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h320c13.255-0 24 10.745 24 24 0 5.43-1.803 10.439-4.844 14.46l0.044-0.060-166.68 222.2c98.577 21.461 171.339 107.913 171.48 211.384l0 0.016z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-three-light"]},"attrs":[{}],"properties":{"order":27808,"id":428,"name":"number-three-light","prevSize":16,"code":60467},"setIdx":2,"setId":2,"iconIdx":819},{"icon":{"paths":["M696 832c0 13.255-10.745 24-24 24v0h-320c-13.255 0-24-10.745-24-24 0-5.43 1.803-10.439 4.844-14.46l-0.044 0.060 288-383.68c17.112-22.5 27.414-50.989 27.414-81.884 0-75.111-60.889-136-136-136-6.679 0-13.245 0.481-19.666 1.411l0.732-0.087c-47.676 6.871-86.883 37.561-105.614 79.415l-0.346 0.865c-3.804 8.543-12.219 14.391-22 14.391-13.261 0-24.011-10.75-24.011-24.011 0-3.48 0.74-6.787 2.072-9.773l-0.061 0.153c6.287-14.17 13.55-26.373 22.055-37.581l-0.335 0.461c33.937-44.701 87.112-73.272 146.96-73.272 101.627 0 184.012 82.385 184.012 184.012 0 41.779-13.924 80.307-37.384 111.195l0.331-0.455-258.96 345.24h272c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-two-light"]},"attrs":[{}],"properties":{"order":27809,"id":427,"name":"number-two-light","prevSize":16,"code":60468},"setIdx":2,"setId":2,"iconIdx":820},{"icon":{"paths":["M726.24 257.12c-50.24-79.24-124.52-121.12-214.24-121.12s-163.8 41.88-214.24 121.12c-42.4 66.64-65.76 157.16-65.76 254.88s23.36 188.24 65.76 254.88c50.44 79.24 124.52 121.12 214.24 121.12s163.8-41.88 214.24-121.12c42.4-66.64 65.76-157.16 65.76-254.88s-23.36-188.24-65.76-254.88zM512 840c-160.28 0-232-164.72-232-328s71.72-328 232-328 232 164.72 232 328-71.72 328-232 328z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["number-zero-light"]},"attrs":[{}],"properties":{"order":27810,"id":426,"name":"number-zero-light","prevSize":16,"code":60469},"setIdx":2,"setId":2,"iconIdx":821},{"icon":{"paths":["M512 328c-101.62 0-184 82.38-184 184s82.38 184 184 184c101.62 0 184-82.38 184-184v0c-0.136-101.565-82.435-183.864-183.987-184l-0.013-0zM512 648c-75.111 0-136-60.889-136-136s60.889-136 136-136c75.111 0 136 60.889 136 136v0c0 75.111-60.889 136-136 136v0zM890.88 271.64l-352-192.72c-7.752-4.361-17.016-6.929-26.88-6.929s-19.128 2.569-27.16 7.074l0.28-0.144-352 192.72c-17.47 9.697-29.102 28.028-29.12 49.077l-0 0.003v382.56c0.018 21.052 11.65 39.383 28.834 48.934l0.286 0.146 352 192.72c7.753 4.354 17.017 6.918 26.88 6.918s19.127-2.564 27.161-7.063l-0.281 0.145 352-192.72c17.47-9.697 29.102-28.028 29.12-49.077l0-0.003v-382.56c-0.018-21.052-11.65-39.383-28.834-48.934l-0.286-0.146zM872 703.28c0 0.021 0 0.046 0 0.072 0 2.946-1.592 5.519-3.963 6.908l-0.038 0.020-352 192.72c-1.109 0.618-2.432 0.982-3.84 0.982s-2.731-0.364-3.881-1.003l0.041 0.021-352.32-192.72c-2.408-1.409-4-3.983-4-6.928 0-0.025 0-0.050 0-0.075l-0 0.004v-382.56c-0-0.021-0-0.046-0-0.072 0-2.946 1.592-5.519 3.963-6.908l0.038-0.020 352-192.72c1.109-0.618 2.432-0.982 3.84-0.982s2.731 0.364 3.881 1.003l-0.041-0.021 352 192.72c2.408 1.409 4 3.983 4 6.928 0 0.025-0 0.050-0 0.075l0-0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["nut-light"]},"attrs":[{}],"properties":{"order":27811,"id":425,"name":"nut-light","prevSize":16,"code":60470},"setIdx":2,"setId":2,"iconIdx":822},{"icon":{"paths":["M688 552c22.091 0 40 17.909 40 40s-17.909 40-40 40c-22.091 0-40-17.909-40-40v0c0-22.091 17.909-40 40-40v0zM741.84 405.76l-264.88-123.64c-147.688 18.115-260.94 142.769-260.96 293.878l-0 0.002c0 0.88 0 1.76 0 2.64l284.64-151.8c3.286-1.8 7.199-2.859 11.36-2.859 13.255 0 24 10.745 24 24 0 0.007-0 0.013-0 0.020l0-0.001v423.040c121.974-9.759 222.305-92.509 257.867-204.155l0.573-2.085c3.158-9.822 12.213-16.805 22.9-16.805 13.258 0 24.005 10.747 24.005 24.005 0 2.571-0.404 5.048-1.153 7.37l0.047-0.17c-45.356 140.575-175.038 240.482-328.055 240.482-189.986 0-344-154.014-344-344 0-66.092 18.639-127.831 50.947-180.247l-0.852 1.486c-48.777-21.383-82.232-69.245-82.232-124.92 0-75.094 60.862-135.973 135.949-136l0.003-0c0.011-0 0.023-0 0.036-0 3.675 0 7.157 0.826 10.27 2.302l-0.146-0.062 474.88 221.76c47.525-1.404 85.516-40.265 85.516-88 0-48.621-39.415-88.036-88.036-88.036-0.886 0-1.769 0.013-2.649 0.039l0.129-0.003c-13.255 0-24-10.745-24-24s10.745-24 24-24v0c75.111 0 136 60.889 136 136s-60.889 136-136 136v0c-0.011 0-0.023 0-0.036 0-3.675 0-7.157-0.826-10.27-2.302l0.146 0.062zM408 853.080c23.454 9.116 50.628 15.469 78.94 17.809l1.060 0.071v-382.96l-80 42.68zM221.080 630.36c16.472 85.211 67.503 156.11 137.608 198.778l1.312 0.742v-273.6zM405.64 248.84l-138.68-64.84c-46.255 2.889-82.676 41.111-82.676 87.839 0 39.672 26.252 73.213 62.333 84.198l0.623 0.163c3.44-4 7-8.24 10.68-12.28 39.353-42.932 89.104-75.705 145.291-94.38l2.429-0.7z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ny-times-logo-light"]},"attrs":[{}],"properties":{"order":27812,"id":424,"name":"ny-times-logo-light","prevSize":16,"code":60471},"setIdx":2,"setId":2,"iconIdx":823},{"icon":{"paths":["M903.6 326.6l-206.2-206.2c-10.085-10.131-24.042-16.4-39.463-16.4-0.048 0-0.096 0-0.144 0l0.007-0h-291.6c-0.041-0-0.089-0-0.137-0-15.421 0-29.378 6.269-39.461 16.398l-0.002 0.002-206.2 206.2c-10.131 10.085-16.4 24.042-16.4 39.463 0 0.048 0 0.096 0 0.144l-0-0.007v291.6c-0 0.041-0 0.089-0 0.137 0 15.421 6.269 29.378 16.398 39.461l0.002 0.002 206.2 206.2c10.085 10.131 24.042 16.4 39.463 16.4 0.048 0 0.096-0 0.144-0l-0.007 0h291.6c0.041 0 0.089 0 0.137 0 15.421 0 29.378-6.269 39.461-16.398l0.002-0.002 206.2-206.2c10.131-10.085 16.4-24.042 16.4-39.463 0-0.048-0-0.096-0-0.144l0 0.007v-291.6c0-0.041 0-0.089 0-0.137 0-15.421-6.269-29.378-16.398-39.461l-0.002-0.002zM872 657.8c0 0.002 0 0.004 0 0.006 0 2.218-0.902 4.224-2.36 5.673l-0 0-206.2 206.16c-1.442 1.45-3.435 2.35-5.638 2.36l-0.002 0h-291.6c-0.002 0-0.004 0-0.006 0-2.218 0-4.224-0.902-5.673-2.36l-0-0-206.16-206.16c-1.458-1.449-2.36-3.456-2.36-5.674 0-0.002 0-0.004 0-0.007l-0 0v-291.6c-0-0.002-0-0.004-0-0.006 0-2.218 0.902-4.224 2.36-5.673l0-0 206.2-206.16c1.442-1.45 3.435-2.35 5.638-2.36l0.002-0h291.6c0.002-0 0.004-0 0.006-0 2.218 0 4.224 0.902 5.673 2.36l0 0 206.16 206.2c1.45 1.442 2.35 3.435 2.36 5.638l0 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["octagon-light"]},"attrs":[{}],"properties":{"order":27813,"id":423,"name":"octagon-light","prevSize":16,"code":60472},"setIdx":2,"setId":2,"iconIdx":824},{"icon":{"paths":["M984 512c0 13.255-10.745 24-24 24v0h-73.56c-12.4 90.713-89.324 159.878-182.427 160l-0.013 0h-168v112h104c66.274 0 120 53.726 120 120v0c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0-39.765-32.235-72-72-72v0h-104v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-104c-39.765 0-72 32.235-72 72v0c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0-66.274 53.726-120 120-120v0h104v-112h-168c-93.116-0.122-170.040-69.287-182.333-159.042l-0.107-0.958h-73.56c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h96c13.255 0 24 10.745 24 24v0c0 75.111 60.889 136 136 136v0h384c75.111 0 136-60.889 136-136v0c0-13.255 10.745-24 24-24v0h96c13.255 0 24 10.745 24 24v0zM277.72 548.68c-8.528-9.774-13.727-22.644-13.727-36.729 0-2.805 0.206-5.562 0.604-8.256l-0.037 0.305 54.88-384c4.165-27.241 27.374-47.883 55.428-48l0.012-0h274.24c28.066 0.117 51.275 20.759 55.401 47.687l0.039 0.313 54.88 384c0.366 2.404 0.574 5.178 0.574 8 0 30.928-25.072 56-56 56-0.005 0-0.010-0-0.015-0l-383.999 0c-16.853-0.011-31.963-7.465-42.222-19.252l-0.058-0.068zM313.96 517.24c1.474 1.694 3.632 2.758 6.040 2.76l384 0c2.408-0.002 4.566-1.066 6.032-2.75l0.008-0.010c1.217-1.396 1.958-3.233 1.958-5.244 0-0.394-0.028-0.781-0.083-1.159l0.005 0.043-54.88-384c-0.568-3.91-3.898-6.88-7.921-6.88-0.028 0-0.055 0-0.083 0l0.004-0h-274.16c-0.023-0-0.051-0-0.079-0-4.023 0-7.353 2.97-7.916 6.837l-0.005 0.043-54.88 384c-0.043 0.312-0.068 0.672-0.068 1.037 0 2.047 0.769 3.915 2.034 5.33l-0.007-0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["office-chair-light"]},"attrs":[{}],"properties":{"order":27814,"id":422,"name":"office-chair-light","prevSize":16,"code":60473},"setIdx":2,"setId":2,"iconIdx":825},{"icon":{"paths":["M920 736c0 13.255-10.745 24-24 24v0h-252.24c-0.056 0-0.122 0-0.188 0-21.746 0-40.58-12.466-49.746-30.641l-0.146-0.319-206.32-412.6c-1.333-2.64-4.016-4.422-7.118-4.44l-0.002-0h-252.24c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h252.24c0.056-0 0.122-0 0.188-0 21.746 0 40.58 12.466 49.746 30.641l0.146 0.319 206.32 412.6c1.333 2.64 4.016 4.422 7.118 4.44l0.002 0h252.24c13.255 0 24 10.745 24 24v0zM608 312h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["option-light"]},"attrs":[{}],"properties":{"order":27815,"id":421,"name":"option-light","prevSize":16,"code":60474},"setIdx":2,"setId":2,"iconIdx":826},{"icon":{"paths":["M992 328h-960c-13.255 0-24 10.745-24 24v0c0 278.352 225.648 504 504 504s504-225.648 504-504v0c0-13.255-10.745-24-24-24v0zM297.84 600l190.16-190.080v269.12c-73.359-5.535-139.054-34.514-190.552-79.375l0.392 0.335zM264 566.16c-44.526-51.106-73.505-116.801-78.973-189.062l-0.067-1.098h269.12zM536 409.92l190.16 190.080c-51.106 44.526-116.801 73.505-189.062 78.973l-1.098 0.067zM760 566.16l-190.080-190.16h269.12c-5.535 73.359-34.514 139.054-79.375 190.552l0.335-0.392zM512 808c-243.282-0.296-441.968-190.828-455.307-430.816l-0.053-1.184h80c13.252 196.838 176.166 351.486 375.2 351.486s361.948-154.647 375.138-350.336l0.062-1.149h80c-13.385 241.061-211.894 431.528-454.993 432l-0.047 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["orange-slice-light"]},"attrs":[{}],"properties":{"order":27816,"id":420,"name":"orange-slice-light","prevSize":16,"code":60475},"setIdx":2,"setId":2,"iconIdx":827},{"icon":{"paths":["M890.88 271.64l-352-192.72c-7.752-4.361-17.016-6.929-26.88-6.929s-19.128 2.569-27.16 7.074l0.28-0.144-352 192.72c-17.47 9.697-29.102 28.028-29.12 49.077l-0 0.003v382.56c0.018 21.052 11.65 39.383 28.834 48.934l0.286 0.146 352 192.72c7.753 4.354 17.017 6.918 26.88 6.918s19.127-2.564 27.161-7.063l-0.281 0.145 352-192.72c17.47-9.697 29.102-28.028 29.12-49.077l0-0.003v-382.56c-0.018-21.052-11.65-39.383-28.834-48.934l-0.286-0.146zM508 121c1.109-0.618 2.432-0.982 3.84-0.982s2.731 0.364 3.881 1.003l-0.041-0.021 334.36 183-135.76 74.28-338.080-185.040zM488 892l-332-181.72c-2.408-1.409-4-3.983-4-6.928 0-0.025 0-0.050 0-0.075l-0 0.004v-356.64l336 184zM173.96 304l152.28-83.4 338.040 185.040-152.28 83.32zM872 703.28c0 0.021 0 0.046 0 0.072 0 2.946-1.592 5.519-3.963 6.908l-0.038 0.020-332 181.72v-361.44l144-78.84v156.28c0 13.255 10.745 24 24 24s24-10.745 24-24v0-182.52l144-78.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["package-light"]},"attrs":[{}],"properties":{"order":27817,"id":419,"name":"package-light","prevSize":16,"code":60476},"setIdx":2,"setId":2,"iconIdx":828},{"icon":{"paths":["M864 104h-576c-83.947 0-152 68.053-152 152v0 288c0 48.601 39.399 88 88 88v0h192c0.016-0 0.034-0 0.053-0 4.418 0 8 3.582 8 8 0 0.324-0.019 0.644-0.057 0.958l0.004-0.038-31.68 187.080c-0.196 1.197-0.312 2.582-0.32 3.992l-0 0.008c0 66.274 53.726 120 120 120s120-53.726 120-120v0c-0.008-1.418-0.124-2.803-0.34-4.154l0.020 0.154-31.68-187.080c-0.034-0.276-0.053-0.596-0.053-0.92 0-4.418 3.582-8 8-8 0.019 0 0.037 0 0.056 0l-0.003-0h192c48.601 0 88-39.399 88-88v0-416c0-13.255-10.745-24-24-24v0zM288 152h424v168c0 13.255 10.745 24 24 24s24-10.745 24-24v0-168h80v272h-656v-168c0-57.438 46.562-104 104-104v0zM800 584h-192c-0.004-0-0.009-0-0.014-0-30.928 0-56 25.072-56 56 0 2.822 0.209 5.596 0.612 8.306l-0.037-0.306v0.6l31.44 185.28c0 39.765-32.235 72-72 72s-72-32.235-72-72v0l31.28-185.36v-0.6c0.358-2.38 0.563-5.126 0.563-7.92 0-30.873-24.983-55.91-55.834-56l-0.009-0h-192c-22.091 0-40-17.909-40-40v0-72h656v72c0 22.091-17.909 40-40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-brush-broad-light"]},"attrs":[{}],"properties":{"order":27818,"id":418,"name":"paint-brush-broad-light","prevSize":16,"code":60477},"setIdx":2,"setId":2,"iconIdx":829},{"icon":{"paths":["M916.92 107.080c-21.738-21.672-51.734-35.072-84.86-35.072s-63.122 13.4-84.863 35.075l0.003-0.003-0.92 0.96-219.6 244.72c-1.431 1.582-3.473 2.587-5.751 2.64l-0.009 0c-0.083 0.003-0.181 0.005-0.279 0.005-2.183 0-4.154-0.906-5.559-2.363l-0.002-0.002-36.84-36.8c-15.924-15.922-37.922-25.769-62.22-25.769s-46.296 9.848-62.22 25.769l-306.76 306.76c-4.349 4.344-7.039 10.348-7.039 16.98s2.69 12.636 7.039 16.98l0 0 320 320c4.344 4.349 10.348 7.039 16.98 7.039s12.636-2.69 16.98-7.039l0-0 306.76-306.76c15.922-15.924 25.769-37.922 25.769-62.22s-9.848-46.296-25.769-62.22l-36.8-36.84c-1.459-1.45-2.362-3.457-2.362-5.675 0-0.058 0.001-0.116 0.002-0.173l-0 0.009c0.053-2.287 1.058-4.329 2.633-5.754l0.007-0.006 245.72-220.52c21.66-21.736 35.052-51.724 35.052-84.84 0-33.136-13.408-63.14-35.094-84.883l0.003 0.003zM384 926.040l-78.040-78.040 95.040-95.040c4.346-4.346 7.033-10.349 7.033-16.98 0-13.262-10.751-24.013-24.013-24.013-6.631 0-12.634 2.688-16.98 7.033l-95.040 95.040-62.040-62.040 95.040-95.040c4.346-4.346 7.033-10.349 7.033-16.98 0-13.262-10.751-24.013-24.013-24.013-6.631 0-12.634 2.688-16.98 7.033l-95.040 95.040-78.040-78.040 190.040-190.080 286.080 286.080zM883.4 242.44l-244 219.16c-11.44 10.296-18.602 25.152-18.602 41.682 0 15.464 6.268 29.464 16.402 39.598l36.8 36.8c7.248 7.24 11.731 17.246 11.731 28.3s-4.483 21.060-11.731 28.3l-0 0-66 65.76-286.040-286.040 65.76-65.8c7.24-7.248 17.246-11.731 28.3-11.731s21.060 4.483 28.3 11.731l0 0 36.8 36.8c10.134 10.134 24.134 16.402 39.598 16.402 16.53 0 31.386-7.162 41.637-18.551l0.045-0.051 219.16-244c13.032-13.032 31.035-21.092 50.92-21.092 39.771 0 72.012 32.241 72.012 72.012 0 19.885-8.060 37.888-21.092 50.92l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-brush-household-light"]},"attrs":[{}],"properties":{"order":27819,"id":417,"name":"paint-brush-household-light","prevSize":16,"code":60478},"setIdx":2,"setId":2,"iconIdx":830},{"icon":{"paths":["M896 104c-83.2 0-176.44 45.64-277.2 135.6-72.32 64.64-134.8 140-177.6 196.4-21.845-7.513-47.016-11.851-73.2-11.851-128.078 0-231.915 103.785-232 231.842l-0 0.008c0 128.28-81.72 185.56-85.4 188-6.508 4.362-10.734 11.687-10.734 20 0 13.255 10.745 24 24 24 0.047 0 0.094-0 0.141-0l-0.007 0h304c128.066-0.085 231.851-103.922 231.851-232 0-26.184-4.338-51.355-12.334-74.834l0.483 1.634c56.32-42.68 131.68-105.28 196.32-177.6 90.040-100.76 135.68-194 135.68-277.2 0-13.255-10.745-24-24-24v0zM368 840h-245.4c29.080-36.6 61.4-96.88 61.4-184 0-101.62 82.38-184 184-184s184 82.38 184 184c0 101.62-82.38 184-184 184v0zM485.96 456.36c14.4-18.68 31.52-40 50.84-62.76 37.767 24.564 69.036 55.833 92.864 92.395l0.736 1.205c-22.68 19.32-44 36.44-62.76 50.84-20.307-33.832-47.847-61.372-80.626-81.092l-1.054-0.588zM666.76 455.16c-26.432-38.922-58.998-71.488-96.665-97.114l-1.255-0.806c83.36-91.4 195.16-189.24 301.4-203.48-14.24 106.24-112.080 218.24-203.48 301.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-brush-light"]},"attrs":[{}],"properties":{"order":27820,"id":416,"name":"paint-brush-light","prevSize":16,"code":60479},"setIdx":2,"setId":2,"iconIdx":831},{"icon":{"paths":["M927 653.28c-4.070-3.28-9.303-5.265-15-5.265s-10.93 1.985-15.046 5.301l0.046-0.036c-3.64 2.72-89 72.24-89 162.72 0 57.438 46.562 104 104 104s104-46.562 104-104v0c0-90.48-85.36-160-89-162.72zM912 872c-30.928 0-56-25.072-56-56v0c0-47.52 35.16-90.2 56-111.32 20.84 21.12 56 64 56 111.32 0 30.928-25.072 56-56 56v0zM912.96 476.96l-429.92-429.92c-4.344-4.349-10.348-7.039-16.98-7.039s-12.636 2.69-16.98 7.039l-0 0-168 168-104-104c-4.33-4.267-10.278-6.902-16.842-6.902-13.255 0-24 10.745-24 24 0 6.554 2.627 12.494 6.886 16.825l-0.003-0.003 104 104-181.36 181.4c-15.922 15.924-25.769 37.922-25.769 62.22s9.848 46.296 25.769 62.22l339.44 339.44c15.924 15.922 37.922 25.769 62.22 25.769s46.296-9.848 62.22-25.769l383.32-383.32c4.349-4.344 7.039-10.348 7.039-16.98s-2.69-12.636-7.039-16.98l-0-0zM495.72 860.28c-7.238 7.236-17.236 11.711-28.28 11.711s-21.042-4.475-28.28-11.712l-339.44-339.44c-7.236-7.238-11.711-17.236-11.711-28.28s4.475-21.042 11.712-28.28l181.28-181.28 126.48 126.44c-9.682 15.502-15.423 34.33-15.423 54.499 0 28.7 11.625 54.685 30.424 73.502l-0.001-0.001c18.818 18.809 44.811 30.442 73.52 30.442s54.702-11.633 73.52-30.442l-0 0c18.668-18.794 30.207-44.692 30.207-73.284 0-57.438-46.562-104-104-104-20.048 0-38.771 5.673-54.652 15.501l0.446-0.257-126.56-126.36 151.12-151.080 396 396zM496 408c30.926 0.002 55.996 25.073 55.996 56 0 30.928-25.072 56-56 56s-56-25.072-56-56c0-15.465 6.269-29.466 16.404-39.6l0-0c10.085-10.131 24.042-16.4 39.463-16.4 0.048 0 0.096 0 0.144 0l-0.007-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-bucket-light"]},"attrs":[{}],"properties":{"order":27821,"id":415,"name":"paint-bucket-light","prevSize":16,"code":60480},"setIdx":2,"setId":2,"iconIdx":832},{"icon":{"paths":["M928 360h-72v-104c0-30.928-25.072-56-56-56v0h-608c-30.928 0-56 25.072-56 56v0 104h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v104c0 30.928 25.072 56 56 56v0h608c30.928 0 56-25.072 56-56v0-104h72c4.418 0 8 3.582 8 8v0 200c-0.005 3.63-2.428 6.693-5.743 7.666l-0.057 0.014-401.6 114.72c-23.51 6.965-40.404 28.283-40.6 53.577l-0 0.023v136c0 13.255 10.745 24 24 24s24-10.745 24-24v0-136c0.005-3.63 2.428-6.693 5.743-7.666l0.057-0.014 401.6-114.72c23.51-6.965 40.404-28.283 40.6-53.577l0-0.023v-200c0-30.928-25.072-56-56-56v0zM808 512c0 4.418-3.582 8-8 8v0h-608c-4.418 0-8-3.582-8-8v0-256c0-4.418 3.582-8 8-8v0h608c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paint-roller-light"]},"attrs":[{}],"properties":{"order":27822,"id":414,"name":"paint-roller-light","prevSize":16,"code":60481},"setIdx":2,"setId":2,"iconIdx":833},{"icon":{"paths":["M797.48 221.24c-73.192-72.467-173.92-117.24-285.105-117.24-0.132 0-0.264 0-0.395 0l-3.979-0c-223.605 2.262-404 184.055-404 407.98 0 0.007 0 0.014 0 0.020l-0-0.001c0 168.36 104.28 309.76 272 369.040 12.034 4.41 25.928 6.96 40.418 6.96 0.008 0 0.015-0 0.023-0l-0.001 0c66.030-0.385 119.425-53.935 119.56-119.987l0-0.013c0-39.765 32.235-72 72-72v0h184.84c0.177 0.001 0.387 0.001 0.597 0.001 56.647 0 104.071-39.488 116.248-92.439l0.155-0.803c6.467-27.303 10.175-58.652 10.175-90.866 0-1.214-0.005-2.427-0.016-3.639l0.001 0.185c-0.871-112.66-47.607-214.236-122.432-287.114l-0.088-0.086zM863.040 592c-7.375 32.279-35.841 56.001-69.848 56.001-0.124 0-0.247-0-0.371-0.001l0.019 0h-184.84c-66.274 0-120 53.726-120 120v0c0 0.035 0 0.076 0 0.118 0 39.765-32.235 72-72 72-8.603 0-16.854-1.509-24.501-4.276l0.501 0.159c-148-52.56-240-176.6-240-324-0-0.006-0-0.012-0-0.019 0-197.514 159.064-357.878 356.081-359.979l0.199-0.002h3.72c197.427 0.751 357.479 159.708 359.998 356.641l0.002 0.239c0.008 0.903 0.013 1.971 0.013 3.039 0 28.391-3.27 56.018-9.453 82.526l0.481-2.446zM552 304c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM376 400c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM376 624c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM728 400c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["palette-light"]},"attrs":[{}],"properties":{"order":27823,"id":413,"name":"palette-light","prevSize":16,"code":60482},"setIdx":2,"setId":2,"iconIdx":834},{"icon":{"paths":["M887.56 857.040l-88-704c-3.58-27.786-27.088-49.037-55.56-49.040l-464-0c-28.472 0.003-51.98 21.254-55.53 48.76l-0.030 0.28-88 704c-0.276 2.090-0.434 4.507-0.434 6.96 0 30.926 25.069 55.997 55.994 56l162.76 0c26.039-0.002 47.926-17.774 54.194-41.851l0.086-0.389 102.96-397.76 102.92 397.76c6.354 24.467 28.243 42.24 54.283 42.24 0.013 0 0.026-0 0.039-0l162.758 0c30.925-0.003 55.994-25.074 55.994-56 0-2.453-0.158-4.87-0.464-7.24l0.030 0.28zM780.88 390.64c-58.23-8.601-104.018-53.009-114.59-109.798l-0.13-0.842h100.92zM280 152h464c0.019-0 0.041-0 0.063-0 4.066 0 7.423 3.033 7.933 6.96l0.004 0.040 9.080 73h-498.16l9.080-73c0.514-3.967 3.871-7 7.937-7 0.022 0 0.044 0 0.066 0l-0.003-0zM256.92 280h100.92c-10.702 57.631-56.49 102.039-113.976 110.55l-0.744 0.090zM362.52 865.96c-0.906 3.498-4.034 6.040-7.756 6.040-0.001 0-0.003-0-0.004-0l-162.76 0c-0.019 0-0.041 0-0.063 0-4.418 0-8-3.582-8-8 0-0.353 0.023-0.7 0.067-1.040l-0.004 0.040 53-423.52c87.487-6.506 157.587-73.207 169.292-158.521l0.108-0.959h81.6v100.96zM838 869.28c-1.471 1.669-3.613 2.717-5.999 2.72l-0.001 0h-162.76c-3.793-0.002-6.968-2.643-7.789-6.186l-0.011-0.054-125.44-484.8v-100.96h81.6c11.813 86.273 81.913 152.974 168.789 159.443l0.611 0.037 53 423.52c0.034 0.279 0.054 0.601 0.054 0.928 0 2.061-0.78 3.941-2.060 5.359l0.006-0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pants-light"]},"attrs":[{}],"properties":{"order":27824,"id":412,"name":"pants-light","prevSize":16,"code":60483},"setIdx":2,"setId":2,"iconIdx":835},{"icon":{"paths":["M984 512c-0.137 119.239-96.762 215.864-215.987 216l-576.013 0c-83.947 0-152-68.053-152-152s68.053-152 152-152v0h576c48.601 0 88 39.399 88 88s-39.399 88-88 88v0h-448c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h448c22.091 0 40-17.909 40-40s-17.909-40-40-40v0h-576c-57.438 0-104 46.562-104 104s46.562 104 104 104v0h576c92.784 0 168-75.216 168-168s-75.216-168-168-168v0h-448c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h448c119.239 0.137 215.864 96.762 216 215.987l0 0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paperclip-horizontal-light"]},"attrs":[{}],"properties":{"order":27825,"id":411,"name":"paperclip-horizontal-light","prevSize":16,"code":60484},"setIdx":2,"setId":2,"iconIdx":836},{"icon":{"paths":["M833 495.040c4.349 4.344 7.039 10.348 7.039 16.98s-2.69 12.636-7.039 16.98l-328.24 328c-39.089 39.074-93.082 63.241-152.72 63.241-119.305 0-216.021-96.716-216.021-216.021 0-59.668 24.191-113.685 63.301-152.779l0.001-0.001 397.080-402.88c27.514-27.539 65.538-44.574 107.54-44.574 83.955 0 152.014 68.059 152.014 152.014 0 41.953-16.995 79.936-44.475 107.441l0.001-0.001-397.12 402.72c-15.935 15.964-37.964 25.841-62.3 25.841-48.612 0-88.021-39.408-88.021-88.021 0-24.276 9.828-46.257 25.722-62.181l-0.001 0.001 333.12-338.68c4.359-4.43 10.419-7.174 17.12-7.174 13.263 0 24.014 10.752 24.014 24.014 0 6.562-2.632 12.509-6.897 16.843l0.003-0.003-333.12 338.84c-7.282 7.247-11.788 17.277-11.788 28.36 0 22.096 17.912 40.008 40.008 40.008 11.013 0 20.987-4.45 28.222-11.65l-0.002 0.002 396.96-402.76c18.856-18.827 30.521-44.851 30.521-73.6 0-57.438-46.563-104.001-104.001-104.001-28.689 0-54.666 11.617-73.481 30.403l0.001-0.001-397.12 402.72c-30.448 30.413-49.283 72.447-49.283 118.88 0 92.796 75.226 168.023 168.023 168.023 46.363 0 88.341-18.778 118.741-49.144l328.239-327.999c4.336-4.301 10.308-6.959 16.9-6.959 6.672 0 12.708 2.723 17.058 7.117l0.002 0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paperclip-light"]},"attrs":[{}],"properties":{"order":27826,"id":410,"name":"paperclip-light","prevSize":16,"code":60485},"setIdx":2,"setId":2,"iconIdx":837},{"icon":{"paths":["M944.68 804.36l-384.28-671.72c-9.785-17.174-27.972-28.566-48.82-28.566s-39.035 11.392-48.675 28.291l-0.145 0.275-383.52 672c-4.49 7.877-7.137 17.308-7.137 27.357 0 30.928 25.072 56 56 56 6.643 0 13.016-1.157 18.928-3.279l-0.391 0.122 362.2-124c0.845-0.312 1.822-0.492 2.84-0.492s1.995 0.18 2.899 0.511l-0.059-0.019 362.56 124c5.609 2.069 12.086 3.265 18.843 3.265 30.928 0 56-25.072 56-56 0-10.125-2.687-19.623-7.387-27.819l0.144 0.273zM902.040 837.040c-1.411 1.795-3.583 2.937-6.021 2.937-1.122 0-2.188-0.242-3.147-0.676l0.048 0.019-356.92-122.12v-237.2c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 236.84l-357.2 122.6c-0.84 0.354-1.816 0.56-2.84 0.56-2.425 0-4.58-1.154-5.947-2.942l-0.013-0.018c-1.259-1.313-2.034-3.097-2.034-5.063 0-1.412 0.4-2.73 1.092-3.848l-0.018 0.031 383.52-672.16c1.34-2.404 3.866-4.002 6.766-4.002 0.068 0 0.136 0.001 0.204 0.003l-0.010-0c0.011-0 0.024-0 0.037-0 3.058 0 5.715 1.716 7.062 4.237l0.021 0.043 384.28 671.72c0.712 1.12 1.135 2.485 1.135 3.949 0 1.971-0.767 3.764-2.018 5.095l0.004-0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paper-plane-light"]},"attrs":[{}],"properties":{"order":27827,"id":409,"name":"paper-plane-light","prevSize":16,"code":60486},"setIdx":2,"setId":2,"iconIdx":838},{"icon":{"paths":["M891.52 462.76l-672-383.52c-7.816-4.404-17.159-6.999-27.109-6.999-30.928 0-56 25.072-56 56 0 6.591 1.139 12.917 3.23 18.79l-0.122-0.391 124 361.92v0.28c0.312 0.845 0.492 1.822 0.492 2.84s-0.18 1.995-0.511 2.899l0.019-0.059-124 362.56c-2.086 5.631-3.293 12.135-3.293 18.92 0 30.848 24.943 55.871 55.761 55.999l0.012 0c10.179-0.022 19.72-2.735 27.955-7.465l-0.275 0.145 671.68-384.28c17.174-9.785 28.566-27.972 28.566-48.82s-11.392-39.035-28.291-48.675l-0.275-0.145zM867.72 518.76l-671.72 384.16c-1.126 0.715-2.498 1.139-3.968 1.139-1.979 0-3.778-0.768-5.116-2.023l0.004 0.004c-1.773-1.419-2.898-3.583-2.898-6.010 0-1.126 0.242-2.195 0.678-3.159l-0.020 0.048 122.12-356.92h237.2c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-236.88l-122.56-357.2c-0.333-0.846-0.526-1.827-0.526-2.852 0-4.418 3.582-8 8-8 1.459 0 2.826 0.39 4.004 1.073l-0.038-0.021 672 383.56c2.404 1.34 4.002 3.866 4.002 6.766 0 0.068-0.001 0.136-0.003 0.204l0-0.010c0 0.011 0 0.024 0 0.037 0 3.058-1.716 5.715-4.237 7.062l-0.043 0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paper-plane-right-light"]},"attrs":[{}],"properties":{"order":27828,"id":408,"name":"paper-plane-right-light","prevSize":16,"code":60487},"setIdx":2,"setId":2,"iconIdx":839},{"icon":{"paths":["M903.52 120.48c-10.040-10.19-23.99-16.503-39.415-16.503-5.482 0-10.777 0.797-15.777 2.282l0.391-0.1h-0.44l-767.72 232.92c-23.622 6.926-40.579 28.4-40.579 53.835 0 22.215 12.935 41.408 31.684 50.46l0.335 0.146 342.44 162.2c1.659 0.827 2.973 2.141 3.778 3.752l0.022 0.048 162.24 342.48c9.056 19.059 28.15 32 50.267 32 0.061 0 0.122-0 0.183-0l-0.009 0c1.6 0 3.24 0 4.84-0.2 23.518-1.904 42.77-18.187 49.063-39.967l0.097-0.393 232.8-767.72v-0.44c1.402-4.635 2.209-9.962 2.209-15.478 0-15.379-6.275-29.291-16.405-39.318l-0.005-0.005zM871.52 162.080l-232.6 767.64v0.44c-0.783 3.26-3.612 5.667-7.026 5.8l-0.014 0c-0.332 0.053-0.716 0.083-1.106 0.083-3.101 0-5.758-1.897-6.876-4.593l-0.018-0.049-160-337.44 192.96-192.96c4.346-4.346 7.033-10.349 7.033-16.98 0-13.262-10.751-24.013-24.013-24.013-6.631 0-12.634 2.688-16.98 7.033l-192.8 192.96-337.48-160c-2.752-1.304-4.621-4.060-4.621-7.251 0-3.657 2.454-6.741 5.804-7.695l0.056-0.014h0.44l767.64-232.72c0.629-0.184 1.351-0.289 2.098-0.289 2.19 0 4.169 0.907 5.58 2.367l0.002 0.002c1.446 1.447 2.341 3.446 2.341 5.654 0 0.72-0.095 1.418-0.273 2.082l0.013-0.056z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paper-plane-tilt-light"]},"attrs":[{}],"properties":{"order":27829,"id":407,"name":"paper-plane-tilt-light","prevSize":16,"code":60488},"setIdx":2,"setId":2,"iconIdx":840},{"icon":{"paths":["M920 480c0-225.332-182.668-408-408-408s-408 182.668-408 408v0c0.013 7.579 3.537 14.333 9.032 18.723l0.048 0.037 0.52 0.44 374.4 280.8v92h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-40v-92l374.4-280.8c5.855-4.425 9.6-11.375 9.6-19.2v0zM871.2 456h-175.6c-5.2-171.68-66-274.48-113.72-329.2 158.447 32.464 277.778 165.371 289.255 328.055l0.065 1.145zM512 125.72c23.856 20.116 44.274 43.269 60.947 69.069l0.733 1.211c55.36 84.32 71.28 184 73.88 260h-271.12c4.24-127.52 41.96-211.44 73.88-260 17.382-27.026 37.804-50.182 61.216-69.9l0.464-0.38zM631.2 504l-119.2 214.6-119.2-214.6zM337.88 504l98.48 177.28-236.36-177.28zM686.12 504h137.88l-236.36 177.28zM442.12 126.8c-47.72 54.72-108.52 157.52-113.72 329.2h-175.6c11.542-163.829 130.873-296.736 286.991-328.8l2.329-0.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["parachute-light"]},"attrs":[{}],"properties":{"order":27830,"id":406,"name":"parachute-light","prevSize":16,"code":60489},"setIdx":2,"setId":2,"iconIdx":841},{"icon":{"paths":["M832 168h-448c-136.967 0-248 111.033-248 248s111.033 248 248 248v0h168v168c0 13.255 10.745 24 24 24s24-10.745 24-24v0-616h112v616c0 13.255 10.745 24 24 24s24-10.745 24-24v0-616h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM552 616h-168c-110.457 0-200-89.543-200-200s89.543-200 200-200v0h168z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paragraph-light"]},"attrs":[{}],"properties":{"order":27831,"id":405,"name":"paragraph-light","prevSize":16,"code":60490},"setIdx":2,"setId":2,"iconIdx":842},{"icon":{"paths":["M975 193.6c-10.125-15.492-27.382-25.589-46.998-25.6l-572.762-0c-0.054-0-0.117-0-0.181-0-22.595 0-42.064 13.381-50.915 32.652l-0.143 0.349-259.2 576c-3.121 6.759-4.941 14.667-4.941 23 0 30.928 25.072 56 56 56 0.050 0 0.099-0 0.149-0l-0.008 0h572.76c0.054 0 0.117 0 0.181 0 22.595 0 42.064-13.381 50.915-32.652l0.143-0.349 259.2-576c3.077-6.717 4.871-14.571 4.871-22.844 0-11.364-3.385-21.937-9.201-30.767l0.13 0.211zM935.28 227.28l-259.2 576c-1.284 2.806-4.067 4.72-7.297 4.72-0.008 0-0.016-0-0.025-0l0.001 0h-572.76c-0.007 0-0.015 0-0.023 0-4.418 0-8-3.582-8-8 0-1.188 0.259-2.316 0.724-3.33l-0.020 0.050 259.32-576c1.276-2.789 4.032-4.697 7.237-4.72l0.003-0h572.76c0.007-0 0.015-0 0.023-0 4.418 0 8 3.582 8 8 0 1.188-0.259 2.316-0.724 3.33l0.020-0.050z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["parallelogram-light"]},"attrs":[{}],"properties":{"order":27832,"id":404,"name":"parallelogram-light","prevSize":16,"code":60491},"setIdx":2,"setId":2,"iconIdx":843},{"icon":{"paths":["M928 776h-136v-112h104c0 0 0.001 0 0.001 0 13.255 0 24-10.745 24-24 0-2.074-0.263-4.087-0.758-6.006l0.036 0.166-128-512c-2.701-10.517-12.097-18.165-23.28-18.165s-20.579 7.648-23.244 17.999l-0.036 0.166-128 512c-0.458 1.753-0.721 3.766-0.721 5.84 0 13.255 10.745 24 24 24 0 0 0.001-0 0.001-0l104 0v112h-272v-80h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-40v-80h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-352c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v80h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v80h-104c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h832c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM768 226.96l97.28 389.040h-194.56zM248 568h176v80h-176zM248 696h176v80h-176zM464 376c57.438 0 104-46.562 104-104s-46.562-104-104-104c-57.438 0-104 46.562-104 104v0c0 57.438 46.562 104 104 104v0zM464 216c30.928 0 56 25.072 56 56s-25.072 56-56 56c-30.928 0-56-25.072-56-56v0c0-30.928 25.072-56 56-56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["park-light"]},"attrs":[{}],"properties":{"order":27833,"id":403,"name":"park-light","prevSize":16,"code":60492},"setIdx":2,"setId":2,"iconIdx":844},{"icon":{"paths":["M184 224v576c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-576c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM530.32 449.64l-90.32 29.32v-94.96c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 94.96l-90.32-29.32c-2.335-0.833-5.029-1.315-7.836-1.315-13.255 0-24 10.745-24 24 0 10.756 7.075 19.859 16.826 22.909l0.17 0.046 90.32 29.32-56 76.84c-3.060 3.987-4.903 9.046-4.903 14.537 0 13.255 10.745 24 24 24 8.127 0 15.31-4.039 19.652-10.22l0.051-0.077 56-76.84 56 76.84c4.429 5.776 11.332 9.463 19.097 9.463 13.255 0 24-10.745 24-24 0-5.128-1.608-9.88-4.348-13.78l0.051 0.077-56-76.84 90.32-29.32c9.92-3.096 16.996-12.199 16.996-22.955 0-13.255-10.745-24-24-24-2.807 0-5.5 0.482-8.004 1.367l0.168-0.052zM944.56 465.040c-3.226-9.702-12.222-16.575-22.823-16.575-2.651 0-5.202 0.43-7.587 1.224l0.169-0.049-90.32 29.32v-94.96c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 94.96l-90.32-29.32c-2.335-0.833-5.029-1.315-7.836-1.315-13.255 0-24 10.745-24 24 0 10.756 7.075 19.859 16.826 22.909l0.17 0.046 90.32 29.32-55.8 76.84c-3.060 3.987-4.903 9.046-4.903 14.537 0 13.255 10.745 24 24 24 8.127 0 15.31-4.039 19.652-10.22l0.051-0.077 56-76.84 56 76.84c4.429 5.776 11.332 9.463 19.097 9.463 13.255 0 24-10.745 24-24 0-5.128-1.608-9.88-4.348-13.78l0.051 0.077-55.8-76.84 90.32-29.32c9.552-3.312 16.286-12.233 16.286-22.727 0-2.687-0.442-5.271-1.256-7.683l0.050 0.169z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["password-light"]},"attrs":[{}],"properties":{"order":27834,"id":402,"name":"password-light","prevSize":16,"code":60493},"setIdx":2,"setId":2,"iconIdx":845},{"icon":{"paths":["M800 680c-57.76 0.069-105.972 40.867-117.461 95.215l-0.139 0.785h-394.4c-75.111 0-136-60.889-136-136s60.889-136 136-136v0h384c83.947 0 152-68.053 152-152s-68.053-152-152-152v0h-384c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h384c57.438 0 104 46.562 104 104s-46.562 104-104 104v0h-384c-101.62 0-184 82.38-184 184s82.38 184 184 184v0h394.4c11.556 55.165 59.797 96 117.576 96 66.274 0 120-53.726 120-120 0-66.266-53.712-119.986-119.974-120l-0.001-0zM800 872c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["path-light"]},"attrs":[{}],"properties":{"order":27835,"id":401,"name":"path-light","prevSize":16,"code":60494},"setIdx":2,"setId":2,"iconIdx":846},{"icon":{"paths":["M704 168c-136.967 0-248 111.033-248 248s111.033 248 248 248c136.967 0 248-111.033 248-248v0c-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM704 616c-110.457 0-200-89.543-200-200s89.543-200 200-200c110.457 0 200 89.543 200 200v0c-0.136 110.402-89.598 199.863-199.987 200l-0.013 0zM320 168h-64c-30.928 0-56 25.072-56 56v0 608c0 30.928 25.072 56 56 56v0h64c30.928 0 56-25.072 56-56v0-608c0-30.928-25.072-56-56-56v0zM328 832c0 4.418-3.582 8-8 8v0h-64c-4.418 0-8-3.582-8-8v0-608c0-4.418 3.582-8 8-8v0h64c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["patreon-logo-light"]},"attrs":[{}],"properties":{"order":27836,"id":400,"name":"patreon-logo-light","prevSize":16,"code":60495},"setIdx":2,"setId":2,"iconIdx":847},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM440 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM632 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pause-circle-light"]},"attrs":[{}],"properties":{"order":27837,"id":399,"name":"pause-circle-light","prevSize":16,"code":60496},"setIdx":2,"setId":2,"iconIdx":848},{"icon":{"paths":["M800 136h-160c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h160c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM808 832c0 4.418-3.582 8-8 8v0h-160c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h160c4.418 0 8 3.582 8 8v0zM384 136h-160c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h160c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM392 832c0 4.418-3.582 8-8 8v0h-160c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h160c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pause-light"]},"attrs":[{}],"properties":{"order":27838,"id":398,"name":"pause-light","prevSize":16,"code":60497},"setIdx":2,"setId":2,"iconIdx":849},{"icon":{"paths":["M848 328c-57.438 0-104 46.562-104 104s46.562 104 104 104c57.438 0 104-46.562 104-104v0c0-57.438-46.562-104-104-104v0zM848 488c-30.928 0-56-25.072-56-56s25.072-56 56-56c30.928 0 56 25.072 56 56v0c0 30.928-25.072 56-56 56v0zM280 432c0-57.438-46.562-104-104-104s-104 46.562-104 104c0 57.438 46.562 104 104 104v0c57.438 0 104-46.562 104-104v0zM176 488c-30.928 0-56-25.072-56-56s25.072-56 56-56c30.928 0 56 25.072 56 56v0c0 30.928-25.072 56-56 56v0zM368 344c57.438 0 104-46.562 104-104s-46.562-104-104-104c-57.438 0-104 46.562-104 104v0c0 57.438 46.562 104 104 104v0zM368 184c30.928 0 56 25.072 56 56s-25.072 56-56 56c-30.928 0-56-25.072-56-56v0c0-30.928 25.072-56 56-56v0zM656 344c57.438 0 104-46.562 104-104s-46.562-104-104-104c-57.438 0-104 46.562-104 104v0c0 57.438 46.562 104 104 104v0zM656 184c30.928 0 56 25.072 56 56s-25.072 56-56 56c-30.928 0-56-25.072-56-56v0c0-30.928 25.072-56 56-56v0zM744.6 602.44c-34.327-19.215-59.882-50.642-71.012-88.264l-0.268-1.056c-20.987-70.538-85.249-121.097-161.32-121.097s-140.333 50.56-161.016 119.908l-0.304 1.189c-11.354 38.612-36.838 69.996-70.331 88.813l-0.749 0.387c-47.798 26.246-79.656 76.242-79.656 133.68 0 83.947 68.053 152 152 152 0.020 0 0.040-0 0.059-0l-0.003 0c0.055 0 0.121 0 0.187 0 21.261 0 41.492-4.414 59.825-12.376l-0.971 0.376c29.799-12.626 64.453-19.964 100.82-19.964s71.021 7.338 102.561 20.614l-1.741-0.65c17.382 7.586 37.635 12.001 58.92 12.001 0.141 0 0.282-0 0.422-0.001l-0.022 0c0.010 0 0.022 0 0.035 0 83.947 0 152-68.053 152-152 0-57.349-31.76-107.28-78.651-133.164l-0.783-0.396zM672 840c-0.041 0-0.089 0-0.137 0-14.706 0-28.698-3.061-41.372-8.58l0.669 0.26c-35.258-14.963-76.263-23.66-119.3-23.66s-84.042 8.697-121.354 24.429l2.054-0.769c-11.816 5.059-25.566 8.001-40.003 8.001-57.438 0-104-46.562-104-104 0-39.164 21.648-73.272 53.63-91.010l0.532-0.271c45.29-25.382 79.003-66.869 93.686-116.526l0.354-1.394c14.978-50.404 60.889-86.537 115.24-86.537s100.262 36.133 115.023 85.688l0.217 0.849c15.071 51.12 48.877 92.647 93.283 117.488l0.997 0.512c32.76 17.942 54.603 52.18 54.603 91.52 0 57.438-46.562 104-104 104-0.043 0-0.086-0-0.13-0l0.007 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paw-print-light"]},"attrs":[{}],"properties":{"order":27839,"id":397,"name":"paw-print-light","prevSize":16,"code":60498},"setIdx":2,"setId":2,"iconIdx":850},{"icon":{"paths":["M874.16 379.080c-21.571-27.568-49.136-49.454-80.812-63.89l-1.348-0.55c-2.995-116.965-98.525-210.64-215.933-210.64-0.023 0-0.047 0-0.070 0l-239.997-0c-26.097 0.002-48.023 17.854-54.235 42.012l-0.085 0.388-144 576c-1.065 4.083-1.677 8.77-1.677 13.6 0 30.927 25.070 55.998 55.996 56l120.28 0-14.6 58.4c-1.065 4.083-1.677 8.77-1.677 13.6 0 30.927 25.070 55.998 55.996 56l126 0c26.097-0.002 48.023-17.854 54.235-42.012l0.085-0.388 36-143.52c0.884-3.49 3.979-6.039 7.675-6.080l0.005-0h128c119.285-0.011 215.981-96.713 215.981-216 0-50.34-17.221-96.659-46.093-133.385l0.352 0.465zM318.040 744h-126.040c-0.001 0-0.002 0-0.004 0-4.418 0-8-3.582-8-8 0-0.696 0.089-1.372 0.256-2.016l-0.012 0.056 144-576c0.906-3.498 4.034-6.040 7.756-6.040 0.001 0 0.003 0 0.004 0l240-0c0.005-0 0.012-0 0.018-0 85.551 0 156.167 63.947 166.656 146.649l0.086 0.831c-11.652-2.21-25.057-3.476-38.757-3.48l-224.003-0c-0.011-0-0.024-0-0.037-0-26.098 0-48.026 17.853-54.239 42.012l-0.085 0.388-100 399.56c-0.892 3.448-3.942 5.966-7.592 6.040l-0.008 0zM741.48 348.2c-0.72 4-1.56 8.36-2.6 12.56-18.785 73.649-84.531 127.24-162.793 127.24-0.031 0-0.061-0-0.092-0l-138.235 0 34.48-137.92c0.891-3.516 4.026-6.077 7.76-6.080l224-0c13.289 0.004 26.219 1.534 38.627 4.425l-1.147-0.225zM866.88 552.76c-18.785 73.649-84.531 127.24-162.793 127.24-0.031 0-0.061-0-0.092-0l-127.995 0c-26.097 0.002-48.023 17.854-54.235 42.012l-0.085 0.388-36 143.56c-0.906 3.498-4.034 6.040-7.756 6.040-0.001 0-0.003-0-0.004-0l-125.92 0c-0.001 0-0.002 0-0.004 0-4.418 0-8-3.582-8-8 0-0.696 0.089-1.372 0.256-2.016l-0.012 0.056 80-320c0.89-3.52 4.029-6.083 7.767-6.083 0.082 0 0.164 0.001 0.245 0.004l-0.012-0h144c0.066 0 0.144 0 0.222 0 100.623 0 185.152-68.906 208.974-162.107l0.324-1.494c0.56-2.2 1-4.4 1.44-6.56 51.137 29.512 85.001 83.904 85.001 146.205 0 14.459-1.824 28.491-5.254 41.881l0.253-1.166z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["paypal-logo-light"]},"attrs":[{}],"properties":{"order":27840,"id":396,"name":"paypal-logo-light","prevSize":16,"code":60499},"setIdx":2,"setId":2,"iconIdx":851},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM872 512c0 0.169 0 0.369 0 0.569 0 68.669-19.347 132.82-52.887 187.299l0.887-1.548-284-198.8v-346.72c188.116 13.193 335.756 168.916 336 359.175l0 0.025zM488 152.8v346.72l-284 198.8c-32.636-53.125-51.968-117.466-51.968-186.323 0-190.367 147.759-346.222 334.846-359.135l1.122-0.062zM231.68 737.6l256.32-179.48v313.080c-103.898-7.18-194.788-57.468-255.788-132.92l-0.532-0.68zM536 871.2v-313.080l256.32 179.48c-61.532 76.132-152.422 126.42-255.196 133.538l-1.124 0.062z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["peace-light"]},"attrs":[{}],"properties":{"order":27841,"id":395,"name":"peace-light","prevSize":16,"code":60500},"setIdx":2,"setId":2,"iconIdx":852},{"icon":{"paths":["M800.48 223.48c-74.058-75.235-177-121.849-290.83-121.849-225.332 0-408 182.668-408 408 0 113.839 46.623 216.789 121.816 290.797l0.053 0.052c74.058 75.235 177 121.849 290.83 121.849 225.332 0 408-182.668 408-408 0-113.839-46.623-216.789-121.816-290.797l-0.053-0.052zM424 536h176l56.4 122.24c-14.251-6.448-30.9-10.205-48.426-10.205-39.109 0-73.848 18.709-95.756 47.664l-0.218 0.301c-22.124-29.299-56.888-48.039-96.029-48.039-17.52 0-34.164 3.755-49.169 10.503l0.758-0.305zM446.16 488l65.84-142.72 65.88 142.72zM536 768c0-39.765 32.235-72 72-72s72 32.235 72 72v0 62.56c-41.733 22.48-90.807 37.085-142.934 40.504l-1.066 0.056zM344 768c0-39.765 32.235-72 72-72s72 32.235 72 72v0 103.12c-53.193-3.475-102.267-18.080-145.909-41.496l1.909 0.936zM766.56 766.56c-11.781 11.732-24.361 22.689-37.641 32.771l-0.919 0.669v-96c0-0.001 0-0.001 0-0.002 0-3.641-0.811-7.093-2.262-10.185l0.062 0.147-192-416c-3.893-8.31-12.186-13.962-21.8-13.962s-17.907 5.652-21.738 13.815l-0.062 0.147-192 416c-1.389 2.945-2.2 6.397-2.2 10.038 0 0.001 0 0.001 0 0.002l-0-0v96c-14.196-10.761-26.776-21.731-38.569-33.489l0.009 0.009c-65.146-65.147-105.44-155.147-105.44-254.557 0-198.823 161.177-360 360-360s360 161.177 360 360c0 99.411-40.294 189.41-105.44 254.557l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-circle-light"]},"attrs":[{}],"properties":{"order":27842,"id":394,"name":"pencil-circle-light","prevSize":16,"code":60501},"setIdx":2,"setId":2,"iconIdx":853},{"icon":{"paths":["M903.6 299.12l-178.76-178.76c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-493.24 493.28c-10.131 10.097-16.4 24.065-16.4 39.497 0 0.036 0 0.073 0 0.109l-0-0.006v178.76c0 30.928 25.072 56 56 56v0h178.76c0.031 0 0.067 0 0.103 0 15.432 0 29.399-6.269 39.495-16.399l0.002-0.002 493.24-493.28c10.135-10.134 16.404-24.135 16.404-39.6s-6.269-29.466-16.404-39.6l-0-0zM193.96 640l350.040-350.080 78.040 78.080-350.040 350.040zM184 832v-134.080l142.040 142.080h-134.040c-4.418 0-8-3.582-8-8v0zM384 830.040l-78.040-78.040 350.040-350.080 78.040 78.080zM869.64 344.4l-101.64 101.64-190.040-190.040 101.64-101.68c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 178.72 178.76c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-light"]},"attrs":[{}],"properties":{"order":27843,"id":393,"name":"pencil-light","prevSize":16,"code":60502},"setIdx":2,"setId":2,"iconIdx":854},{"icon":{"paths":["M903.64 299.16l-178.76-178.76c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-493.28 493.24c-10.131 10.097-16.4 24.065-16.4 39.497 0 0.036 0 0.073 0 0.109l-0-0.006v178.76c0 30.928 25.072 56 56 56v0h672c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-422.040l461.68-461.64c10.135-10.134 16.404-24.135 16.404-39.6s-6.269-29.466-16.404-39.6l-0-0zM305.96 752l350.040-350.080 78.080 78.080-350.080 350.040zM272 718.080l-78.040-78.080 350.040-350.040 78.080 78.040zM184 832v-134.080l142.080 142.080h-134.080c-4.418 0-8-3.582-8-8v0zM869.68 344.4l-101.68 101.68-190.040-190.080 101.64-101.64c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 178.76 178.72c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-line-light"]},"attrs":[{}],"properties":{"order":27844,"id":392,"name":"pencil-line-light","prevSize":16,"code":60503},"setIdx":2,"setId":2,"iconIdx":855},{"icon":{"paths":["M903.6 299.12l-178.76-178.76c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-493.24 493.28c-10.131 10.097-16.4 24.065-16.4 39.497 0 0.036 0 0.073 0 0.109l-0-0.006v178.76c0 30.928 25.072 56 56 56v0h178.76c0.031 0 0.067 0 0.103 0 15.432 0 29.399-6.269 39.495-16.399l0.002-0.002 493.24-493.28c10.135-10.134 16.404-24.135 16.404-39.6s-6.269-29.466-16.404-39.6l-0-0zM376.4 837.64c-1.442 1.45-3.435 2.35-5.638 2.36l-0.002 0h-178.76c-4.418 0-8-3.582-8-8v0-178.76c0.010-2.205 0.91-4.198 2.36-5.64l0-0 357.64-357.68 190.040 190.080zM869.64 344.4l-101.64 101.64-190.040-190.040 101.64-101.68c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 178.72 178.76c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-simple-light"]},"attrs":[{}],"properties":{"order":27845,"id":391,"name":"pencil-simple-light","prevSize":16,"code":60504},"setIdx":2,"setId":2,"iconIdx":856},{"icon":{"paths":["M903.64 299.16l-178.76-178.76c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-493.28 493.24c-10.131 10.097-16.4 24.065-16.4 39.497 0 0.036 0 0.073 0 0.109l-0-0.006v178.76c0 30.928 25.072 56 56 56v0h672c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-422.040l461.68-461.64c10.135-10.134 16.404-24.135 16.404-39.6s-6.269-29.466-16.404-39.6l-0-0zM374.080 840h-182.080c-4.418 0-8-3.582-8-8v0-178.76c0.010-2.205 0.91-4.198 2.36-5.64l0-0 357.64-357.64 190.080 190.040zM869.68 344.4l-101.68 101.68-190.040-190.080 101.64-101.64c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 178.76 178.72c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-simple-line-light"]},"attrs":[{}],"properties":{"order":27846,"id":390,"name":"pencil-simple-line-light","prevSize":16,"code":60505},"setIdx":2,"setId":2,"iconIdx":857},{"icon":{"paths":["M209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 197.96 217.88-219.8 219.8c-10.13 10.073-16.4 24.019-16.4 39.43 0 0.046 0 0.091 0 0.137l-0-0.007v178.76c0 30.928 25.072 56 56 56v0h178.76c0.031 0 0.067 0 0.103 0 15.432 0 29.399-6.269 39.495-16.399l0.002-0.002 207.48-207.6 196.44 216c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM376.4 837.68c-1.445 1.434-3.436 2.32-5.634 2.32-0.002 0-0.004-0-0.007-0l-178.76 0c-4.418 0-8-3.582-8-8v0-178.76c0.010-2.205 0.91-4.198 2.36-5.64l0-0 218.16-218.16 181 199.12zM903.64 299.16l-178.76-178.76c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-166.68 166.68c-4.267 4.33-6.902 10.278-6.902 16.842 0 13.255 10.745 24 24 24 6.554 0 12.494-2.627 16.825-6.886l-0.003 0.003 31.080-31.12 190.080 190.080-41.76 41.76c-4.42 4.355-7.158 10.407-7.158 17.098 0 13.255 10.745 24 24 24 6.701 0 12.76-2.746 17.114-7.175l0.003-0.003 177.36-177.32c10.135-10.134 16.404-24.135 16.404-39.6s-6.269-29.466-16.404-39.6l-0-0zM869.68 344.4l-101.68 101.68-190.040-190.080 101.68-101.64c1.446-1.438 3.439-2.326 5.64-2.326s4.194 0.889 5.64 2.327l-0-0 178.76 178.72c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-simple-slash-light"]},"attrs":[{}],"properties":{"order":27847,"id":389,"name":"pencil-simple-slash-light","prevSize":16,"code":60506},"setIdx":2,"setId":2,"iconIdx":858},{"icon":{"paths":["M209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 197.96 217.88-219.8 219.8c-10.13 10.073-16.4 24.019-16.4 39.43 0 0.046 0 0.091 0 0.137l-0-0.007v178.76c0 30.928 25.072 56 56 56v0h178.76c0.031 0 0.067 0 0.103 0 15.432 0 29.399-6.269 39.495-16.399l0.002-0.002 207.48-207.6 196.44 216c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM478.88 511.36l-206.88 206.72-78.080-78.080 210.6-210.56zM184 832v-134.080l142.080 142.080h-134.080c-4.418 0-8-3.582-8-8v0zM384 830.040l-78.040-78.040 205.24-205.24 74.32 81.8zM903.64 299.16l-178.76-178.76c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-166.68 166.68c-4.267 4.33-6.902 10.278-6.902 16.842 0 13.255 10.745 24 24 24 6.554 0 12.494-2.627 16.825-6.886l-0.003 0.003 31.080-31.12 78.080 78.080-36.44 36.4c-4.346 4.346-7.033 10.349-7.033 16.98 0 13.262 10.751 24.013 24.013 24.013 6.631 0 12.634-2.688 16.98-7.033l0-0 36.4-36.44 78.080 78.080-41.76 41.76c-4.42 4.355-7.158 10.407-7.158 17.098 0 13.255 10.745 24 24 24 6.701 0 12.76-2.746 17.114-7.175l0.003-0.003 177.36-177.32c10.135-10.134 16.404-24.135 16.404-39.6s-6.269-29.466-16.404-39.6l-0-0zM869.68 344.4l-101.68 101.68-190.040-190.080 101.68-101.64c1.446-1.438 3.439-2.326 5.64-2.326s4.194 0.889 5.64 2.327l-0-0 178.76 178.72c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pencil-slash-light"]},"attrs":[{}],"properties":{"order":27848,"id":388,"name":"pencil-slash-light","prevSize":16,"code":60507},"setIdx":2,"setId":2,"iconIdx":859},{"icon":{"paths":["M903.64 299.16l-178.76-178.76c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-493.28 493.24c-10.131 10.097-16.4 24.065-16.4 39.497 0 0.036 0 0.073 0 0.109l-0-0.006v178.76c0 30.928 25.072 56 56 56v0h178.76c0.031 0 0.067 0 0.103 0 15.432 0 29.399-6.269 39.495-16.399l0.002-0.002 344.64-344.64 18.44 73.68-150.4 150.4c-4.42 4.355-7.158 10.407-7.158 17.098 0 13.255 10.745 24 24 24 6.701 0 12.76-2.746 17.114-7.175l0.003-0.003 160-160c4.348-4.344 7.037-10.347 7.037-16.978 0-2.068-0.261-4.074-0.753-5.988l0.036 0.166-28.72-114.8 109.040-109c10.135-10.134 16.404-24.135 16.404-39.6s-6.269-29.466-16.404-39.6l-0-0zM184 832v-134.040l142.080 142.040h-134.080c-4.418 0-8-3.582-8-8v0zM384 830.040l-190.080-190.040 350.080-350.040 190.080 190.040zM869.68 344.4l-101.68 101.68-190.040-190.080 101.64-101.64c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 178.76 178.72c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pen-light"]},"attrs":[{}],"properties":{"order":27849,"id":387,"name":"pen-light","prevSize":16,"code":60508},"setIdx":2,"setId":2,"iconIdx":860},{"icon":{"paths":["M952 402.72c0-0.031 0-0.067 0-0.103 0-15.432-6.269-29.399-16.399-39.495l-0.002-0.002-274.76-274.72c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-114.92 114.92-233.84 87.72c-18.548 7.083-32.167 23.224-35.553 42.867l-0.047 0.333-92.96 557.76c-0.214 1.203-0.336 2.587-0.336 4 0 13.255 10.745 24 24 24 0.006 0 0.011-0 0.017-0l-0.001 0c1.416-0.006 2.801-0.122 4.152-0.34l-0.152 0.020 557.76-92.96c19.992-3.42 36.151-17.042 43.111-35.216l0.129-0.384 87.68-233.84 114.96-114.96c10.107-10.081 16.36-24.022 16.36-39.424 0-0.062-0-0.124-0-0.186l0 0.010zM688 774.28c-1.011 2.645-3.312 4.587-6.112 5.073l-0.048 0.007-483.88 80.64 211.48-211.52c15.525 9.719 34.388 15.483 54.597 15.483 57.438 0 104-46.562 104-104s-46.562-104-104-104c-57.438 0-104 46.562-104 104 0 20.209 5.764 39.072 15.738 55.034l-0.255-0.438-211.52 211.56 80.68-484c0.499-2.823 2.422-5.104 4.985-6.101l0.055-0.019 224.24-84 298.040 298.040zM408 560c0-30.928 25.072-56 56-56s56 25.072 56 56c0 30.928-25.072 56-56 56v0c-30.928 0-56-25.072-56-56v0zM901.64 408.4l-101.64 101.64-286.080-286.040 101.68-101.68c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 274.72 274.76c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pen-nib-light"]},"attrs":[{}],"properties":{"order":27850,"id":386,"name":"pen-nib-light","prevSize":16,"code":60509},"setIdx":2,"setId":2,"iconIdx":861},{"icon":{"paths":["M882.16 499.080c-0.189-0.433-0.39-0.801-0.618-1.149l0.018 0.029-121.56-216.28v-153.68c0-30.928-25.072-56-56-56v0h-384c-30.928 0-56 25.072-56 56v0 153.76l-121.6 216.2c-0.21 0.319-0.411 0.687-0.581 1.071l-0.019 0.049c-3.66 7.24-5.804 15.783-5.804 24.826 0 12.484 4.085 24.013 10.991 33.325l-0.107-0.151c0.114 0.13 0.22 0.274 0.312 0.426l0.008 0.014 345.76 449.12c4.431 5.718 11.3 9.363 19.020 9.363s14.589-3.645 18.979-9.308l0.041-0.055 345.72-449.12c0.1-0.166 0.206-0.31 0.323-0.443l-0.003 0.003c6.814-9.167 10.908-20.709 10.908-33.207 0-9.031-2.138-17.562-5.934-25.116l0.147 0.322zM320 120h384c4.418 0 8 3.582 8 8v0 136h-400v-136c0-4.418 3.582-8 8-8v0zM512 584c-30.928 0-56-25.072-56-56s25.072-56 56-56c30.928 0 56 25.072 56 56v0c0 30.928-25.072 56-56 56v0zM838.52 528.48l-302.52 393.040v-292.36c46.22-11.238 80-52.27 80-101.193 0-57.438-46.562-104-104-104s-104 46.562-104 104c0 48.923 33.78 89.955 79.288 101.046l0.712 0.147v292.28l-302.52-392.96c-0.902-1.277-1.442-2.866-1.442-4.581 0-1.134 0.236-2.213 0.662-3.191l-0.020 0.052 117.4-208.76h420l117.36 208.76c0.378 0.897 0.597 1.939 0.597 3.033 0 1.761-0.569 3.389-1.533 4.71l0.016-0.023z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pen-nib-straight-light"]},"attrs":[{}],"properties":{"order":27851,"id":385,"name":"pen-nib-straight-light","prevSize":16,"code":60510},"setIdx":2,"setId":2,"iconIdx":862},{"icon":{"paths":["M949.16 366.68c-7.249-22.606-28.083-38.682-52.671-38.682-0.172 0-0.344 0.001-0.516 0.002l0.026-0h-250.080l-80.6-248.52c-7.171-23.059-28.32-39.512-53.311-39.512-24.918 0-46.015 16.356-53.142 38.917l-0.108 0.395-80.72 248.72h-250.040c-0.016-0-0.036-0-0.055-0-30.928 0-56 25.072-56 56 0 18.614 9.081 35.106 23.055 45.289l0.16 0.111 202.6 145.76-77.56 239.36c-1.827 5.248-2.883 11.297-2.883 17.593 0 18.491 9.105 34.855 23.076 44.854l0.167 0.113c9.055 6.792 20.481 10.876 32.86 10.876s23.805-4.084 33.003-10.978l-0.143 0.103 205.72-148 205.64 148c9.154 6.782 20.67 10.857 33.137 10.857 30.928 0 56-25.072 56-56 0-6.227-1.016-12.216-2.892-17.812l0.115 0.395-77.68-239.4 202.68-145.84c14.048-10.129 23.085-26.447 23.085-44.876 0-6.344-1.071-12.439-3.042-18.112l0.117 0.387zM504.44 93.96c0.79-3.513 3.883-6.098 7.58-6.098s6.79 2.585 7.57 6.046l0.010 0.052 76 233.84h-167.080zM123.4 390.44c-2.066-1.345-3.413-3.643-3.413-6.256 0-0.958 0.181-1.873 0.511-2.714l-0.017 0.051c0.905-3.211 3.807-5.525 7.25-5.525 0.095 0 0.189 0.002 0.283 0.005l-0.014-0h234.48l-49.040 151.2zM278.16 838.44c-1.305 0.963-2.946 1.542-4.721 1.542-4.418 0-8-3.582-8-8 0-0.895 0.147-1.755 0.418-2.558l-0.017 0.056 72.92-224.8 132 95.080zM354.16 556.76l58.8-180.76h198.080l58.6 180.64-157.64 113.4zM757.96 829.48c0.249 0.739 0.392 1.59 0.392 2.474 0 4.418-3.582 8-8 8-1.807 0-3.473-0.599-4.813-1.609l0.020 0.015-192.48-138.76 132-95.080zM900.68 390.36l-190.12 136.8-49.040-151.16h234.48c0.119-0.007 0.258-0.011 0.399-0.011 3.445 0 6.343 2.341 7.19 5.519l0.012 0.052c0.306 0.776 0.483 1.675 0.483 2.616 0 2.59-1.345 4.865-3.374 6.167l-0.029 0.018z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pentagram-light"]},"attrs":[{}],"properties":{"order":27852,"id":384,"name":"pentagram-light","prevSize":16,"code":60511},"setIdx":2,"setId":2,"iconIdx":863},{"icon":{"paths":["M662.28 169.040c-11.656-73.441-74.471-128.929-150.268-129.040l-0.012-0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c0.002-0 0.003-0 0.005-0 49.428 0 90.802 34.481 101.38 80.701l0.135 0.699c-125.032 13.969-221.377 119.011-221.52 246.585l-0 0.015c0 191-104.92 318.72-312 379.72-23.491 7.010-40.323 28.42-40.323 53.761 0 27.594 19.958 50.527 46.227 55.15l0.336 0.049c53.735 9.748 115.579 15.322 178.724 15.322 0.8 0 1.6-0.001 2.4-0.003l-0.125 0c161.44 0 340.92-36 464.76-140 103.52-86.84 156-209.32 156-364-0.138-129.062-98.745-235.050-224.731-246.885l-0.989-0.075zM640 216c89.559 0.113 165.341 58.969 190.895 140.101l0.385 1.419-63.28 31.6-117.28-58.64c-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063-117.28 58.64-63.24-31.64c25.926-82.537 101.698-141.381 191.228-141.48l0.012-0zM701.12 743.28c-100.52 84.28-319.68 164.72-606.44 114.040-3.776-0.437-6.681-3.616-6.681-7.473 0-0.031 0-0.061 0.001-0.092l-0 0.005c-0.036-0.273-0.057-0.589-0.057-0.909 0-3.481 2.456-6.388 5.73-7.082l0.047-0.008c226.52-66.84 346.28-214.080 346.28-425.76 0-3.040 0-6.040 0.24-9.040l61.040 30.52c3.124 1.593 6.813 2.527 10.72 2.527s7.596-0.934 10.857-2.59l-0.137 0.063 117.28-58.72 117.28 58.64c3.124 1.593 6.813 2.527 10.72 2.527s7.596-0.934 10.857-2.59l-0.137 0.063 61.040-30.52c0 3 0.24 6 0.24 9.040 0 140.080-46.72 250.040-138.88 327.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pepper-light"]},"attrs":[{}],"properties":{"order":27853,"id":383,"name":"pepper-light","prevSize":16,"code":60512},"setIdx":2,"setId":2,"iconIdx":864},{"icon":{"paths":["M816.96 240.92l-576 576c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 576-576c4.355-4.42 10.407-7.158 17.098-7.158 13.255 0 24 10.745 24 24 0 6.701-2.746 12.76-7.175 17.114l-0.003 0.003zM208 400c-24.512-24.594-39.667-58.527-39.667-96 0-75.111 60.889-136 136-136s136 60.889 136 136c0 75.111-60.889 136-136 136-0.117 0-0.234-0-0.351-0l0.018 0c-0.010 0-0.022 0-0.033 0-37.523 0-71.473-15.295-95.957-39.991l-0.009-0.009zM216 304c0.017 48.588 39.409 87.971 88 87.971 48.601 0 88-39.399 88-88s-39.399-88-88-88c-24.308 0-46.314 9.856-62.24 25.789l-0 0c-15.913 15.838-25.76 37.759-25.76 61.979 0 0.092 0 0.184 0 0.275l-0-0.014zM856 720c0 0.099 0 0.216 0 0.333 0 75.111-60.889 136-136 136s-136-60.889-136-136c0-75.111 60.889-136 136-136 37.472 0 71.405 15.155 96.003 39.671l-0.004-0.004c24.705 24.493 40 58.444 40 95.967 0 0.012-0 0.023-0 0.035l0-0.002zM808 720c0-0.073 0-0.159 0-0.245 0-24.225-9.847-46.151-25.757-61.992l-0.003-0.003c-15.926-15.934-37.932-25.789-62.24-25.789-48.601 0-88 39.399-88 88s39.399 88 88 88c48.591 0 87.983-39.382 88-87.969l0-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["percent-light"]},"attrs":[{}],"properties":{"order":27854,"id":382,"name":"percent-light","prevSize":16,"code":60513},"setIdx":2,"setId":2,"iconIdx":865},{"icon":{"paths":["M512 280c66.274 0 120-53.726 120-120s-53.726-120-120-120c-66.274 0-120 53.726-120 120v0c0 66.274 53.726 120 120 120v0zM512 88c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM918.2 352.56c-6.781-32.501-35.192-56.567-69.224-56.567-0.343 0-0.686 0.002-1.028 0.007l0.052-0.001h-672c-39.764 0-71.999 32.236-71.999 72 0 28.807 16.918 53.663 41.36 65.174l0.439 0.186h0.4l209.28 92-85.76 326c-3.755 8.438-5.941 18.284-5.941 28.64 0 39.765 32.235 72 72 72 0.078 0 0.156-0 0.234-0l-0.012 0c28.3-0.076 52.768-16.404 64.571-40.14l0.189-0.42 111.24-191.44 111.24 191.64c12.074 23.819 36.378 39.86 64.428 39.86 39.765 0 72-32.235 72-72 0-9.966-2.025-19.46-5.686-28.091l0.178 0.472-85.76-326 209.68-92c25.015-11.239 42.121-35.935 42.121-64.627 0-5.925-0.73-11.68-2.104-17.179l0.103 0.487zM858.2 389.72l-227.8 100.32c-8.51 3.814-14.331 12.21-14.331 21.966 0 2.145 0.281 4.223 0.809 6.202l-0.038-0.168 91.48 347.72c0.466 1.584 0.97 2.911 1.559 4.19l-0.079-0.19c1.418 2.972 2.247 6.459 2.247 10.14 0 13.258-10.748 24.007-24.007 24.007-9.578 0-17.845-5.609-21.698-13.721l-0.062-0.146c-0.325-0.763-0.646-1.394-1.004-2l0.044 0.080-132.56-228.12c-4.232-7.201-11.941-11.957-20.76-11.957s-16.528 4.757-20.699 11.845l-0.061 0.112-132.48 228.2c-0.36 0.64-0.68 1.24-1 1.92-3.908 8.271-12.181 13.891-21.767 13.891-3.717 0-7.236-0.845-10.377-2.353l0.144 0.062c-8.271-3.908-13.891-12.181-13.891-21.767 0-3.717 0.845-7.236 2.353-10.377l-0.062 0.144c0.51-1.089 1.014-2.416 1.424-3.783l0.056-0.217 91.48-347.72c0.49-1.811 0.771-3.889 0.771-6.034 0-9.756-5.821-18.152-14.179-21.905l-0.152-0.061-227.68-100.28c-8.216-3.928-13.79-12.173-13.79-21.72 0-13.223 10.694-23.949 23.906-24l0.005-0h672c0.009-0 0.020-0 0.030-0 13.255 0 24 10.745 24 24 0 9.547-5.574 17.792-13.646 21.658l-0.144 0.062z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-arms-spread-light"]},"attrs":[{}],"properties":{"order":27855,"id":381,"name":"person-arms-spread-light","prevSize":16,"code":60514},"setIdx":2,"setId":2,"iconIdx":866},{"icon":{"paths":["M512 280c66.274 0 120-53.726 120-120s-53.726-120-120-120c-66.274 0-120 53.726-120 120v0c0 66.274 53.726 120 120 120v0zM512 88c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM867.52 541.68l-180.84-205.040c-22.094-24.972-54.217-40.637-89.999-40.64l-169.361-0c-0.007-0-0.016-0-0.024-0-35.768 0-67.881 15.649-89.866 40.474l-0.11 0.126-180.84 205.080c-13.175 13.055-21.333 31.155-21.333 51.16 0 39.771 32.241 72.013 72.013 72.013 19.766 0 37.673-7.964 50.685-20.858l-0.005 0.005 84.44-67.72-72.52 275.4c-3.853 8.536-6.099 18.506-6.099 29 0 39.765 32.235 72 72 72 28.59 0 53.288-16.664 64.911-40.809l0.187-0.431 111.24-191.44 111.24 191.64c11.81 24.576 36.508 41.24 65.099 41.24 39.765 0 72-32.235 72-72 0-10.494-2.245-20.464-6.281-29.455l0.183 0.455-72.52-275.48 84.44 67.6c12.887 12.268 30.365 19.816 49.607 19.816 39.765 0 72-32.235 72-72 0-19.46-7.721-37.118-20.266-50.076l0.019 0.019zM833 608.96c-4.344 4.349-10.348 7.039-16.98 7.039s-12.636-2.69-16.98-7.039l-0-0c-0.599-0.63-1.239-1.206-1.921-1.731l-0.039-0.029-142.040-113.92c-4.074-3.292-9.316-5.284-15.024-5.284-13.255 0-24 10.745-24 24 0 2.163 0.286 4.259 0.822 6.252l-0.038-0.168 91.48 347.72c0.466 1.584 0.97 2.911 1.559 4.19l-0.079-0.19c1.418 2.972 2.247 6.459 2.247 10.14 0 13.258-10.748 24.007-24.007 24.007-9.578 0-17.845-5.609-21.698-13.721l-0.062-0.146c-0.34-0.761-0.674-1.391-1.044-1.997l0.044 0.077-132.48-228.16c-4.232-7.201-11.941-11.957-20.76-11.957s-16.528 4.757-20.699 11.845l-0.061 0.112-132.48 228.2c-0.326 0.529-0.66 1.159-0.955 1.81l-0.045 0.11c-3.915 8.258-12.182 13.867-21.76 13.867-13.258 0-24.007-10.748-24.007-24.007 0-3.681 0.828-7.168 2.309-10.286l-0.062 0.146c0.51-1.089 1.014-2.416 1.424-3.783l0.056-0.217 91.48-347.72c0.487-1.806 0.767-3.88 0.767-6.019 0-8.377-4.292-15.752-10.797-20.045l-0.090-0.056c-3.685-2.458-8.204-3.943-13.065-4l-0.015-0c-0.006-0-0.014-0-0.021-0-5.705 0-10.946 1.991-15.064 5.316l0.046-0.036-142.040 113.92c-0.721 0.554-1.361 1.13-1.953 1.753l-0.007 0.007c-4.346 4.346-10.349 7.033-16.98 7.033-13.262 0-24.013-10.751-24.013-24.013 0-6.631 2.688-12.634 7.033-16.98l-0 0 1.040-1.080 181.28-205.56c13.257-14.971 32.525-24.36 53.985-24.36 0.005 0 0.010 0 0.015 0l169.359-0c0.004-0 0.009-0 0.015-0 21.461 0 40.729 9.389 53.92 24.284l0.066 0.076 182.36 206.64c4.337 4.342 7.019 10.338 7.019 16.96 0 6.642-2.698 12.654-7.058 16.999l-0.001 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-light"]},"attrs":[{}],"properties":{"order":27856,"id":380,"name":"person-light","prevSize":16,"code":60515},"setIdx":2,"setId":2,"iconIdx":867},{"icon":{"paths":["M656 312c57.438 0 104-46.562 104-104s-46.562-104-104-104c-57.438 0-104 46.562-104 104v0c0 57.438 46.562 104 104 104v0zM656 152c30.928 0 56 25.072 56 56s-25.072 56-56 56c-30.928 0-56-25.072-56-56v0c0-30.928 25.072-56 56-56v0zM800 552c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM800 808c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0zM224 552c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM224 808c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0zM768 472h-160c-6.625-0.006-12.621-2.695-16.96-7.040l-0-0-111.040-111-94.040 94.040 143 143.040c4.345 4.339 7.034 10.335 7.040 16.959l0 0.001v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-182.040l-152.96-153c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 128-128c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 121 120.96h150.040c13.255 0 24 10.745 24 24s-10.745 24-24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-bike-light"]},"attrs":[{}],"properties":{"order":27857,"id":379,"name":"person-simple-bike-light","prevSize":16,"code":60516},"setIdx":2,"setId":2,"iconIdx":868},{"icon":{"paths":["M512 312c66.274 0 120-53.726 120-120s-53.726-120-120-120c-66.274 0-120 53.726-120 120v0c0 66.274 53.726 120 120 120v0zM512 120c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM916.56 524.36c-4.29 6.931-11.851 11.479-20.475 11.479-4.6 0-8.898-1.294-12.549-3.538l0.104 0.060c-1.48-0.84-145.96-85.72-347.64-92v158.44l249.92 281.2c3.776 4.233 6.083 9.847 6.083 16 0 13.301-10.782 24.083-24.083 24.083-7.148 0-13.569-3.114-17.979-8.059l-0.021-0.024-237.92-268-238.080 268c-4.431 4.969-10.852 8.083-18 8.083-13.301 0-24.083-10.782-24.083-24.083 0-6.153 2.307-11.767 6.104-16.024l-0.021 0.024 250.080-281.12v-158.44c-201.68 6.4-346.2 91.28-347.68 92-3.435 2.010-7.563 3.197-11.968 3.197-13.255 0-24-10.745-24-24 0-8.545 4.465-16.046 11.19-20.299l0.099-0.058c6.76-3.92 168.36-99.28 396.36-99.28s389.56 95.36 396.36 99.44c7.013 4.274 11.625 11.88 11.625 20.564 0 4.564-1.274 8.83-3.485 12.462l0.060-0.106z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-light"]},"attrs":[{}],"properties":{"order":27858,"id":378,"name":"person-simple-light","prevSize":16,"code":60517},"setIdx":2,"setId":2,"iconIdx":869},{"icon":{"paths":["M608 344c66.274 0 120-53.726 120-120s-53.726-120-120-120c-66.274 0-120 53.726-120 120v0c0 66.274 53.726 120 120 120v0zM608 152c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM873.96 555.44c-2.36 1.080-28.68 12.52-75.52 12.52-55.44 0-139.6-16-246.92-84-18.918 55.764-42.506 104.044-71.298 148.651l1.578-2.611c37.72 11.12 88 30.88 132.76 65.040 75.28 57.16 113.44 135.56 113.44 232.96 0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0-176-148.92-236.72-227.64-256.44q-4.8 6.2-9.84 12.36c-77 93.24-173.36 141.8-280.44 141.8-0.348 0.001-0.759 0.002-1.171 0.002-12.434 0-24.722-0.625-36.834-1.846l1.525 0.124c-12.248-1.261-21.72-11.524-21.72-24 0-13.321 10.799-24.12 24.12-24.12 0.845 0 1.68 0.043 2.503 0.128l-0.103-0.009c106.52 10.64 199.080-30.64 275.080-122.76 52.64-63.76 87.76-142.040 104.32-196.6-162.040-98.080-266.36-19.12-270.88-15.56-3.991 3.071-9.060 4.922-14.561 4.922-13.255 0-24-10.745-24-24 0-7.395 3.344-14.008 8.603-18.411l0.038-0.031c1.48-1.2 37.56-29.72 99.040-40 55.44-9.24 143.68-5.2 249.44 66.68 188.56 128 295.52 81.88 296.56 81.4 2.935-1.377 6.374-2.181 10-2.181 13.266 0 24.021 10.754 24.021 24.021 0 9.64-5.678 17.953-13.873 21.778l-0.148 0.062z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-run-light"]},"attrs":[{}],"properties":{"order":27859,"id":377,"name":"person-simple-run-light","prevSize":16,"code":60518},"setIdx":2,"setId":2,"iconIdx":870},{"icon":{"paths":["M512 344c66.274 0 120-53.726 120-120s-53.726-120-120-120c-66.274 0-120 53.726-120 120v0c0 66.274 53.726 120 120 120v0zM512 152c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM200 384c0-30.928 25.072-56 56-56s56 25.072 56 56c0 30.928-25.072 56-56 56v0c-30.928 0-56-25.072-56-56v0zM882.72 437.4c-4.435 5.574-11.217 9.116-18.828 9.116-5.613 0-10.776-1.927-14.863-5.155l0.051 0.039c-4.68-3.68-100.24-75.64-250.080 3.76-1.127 46.59-5.78 91.253-13.714 134.771l0.794-5.251 133.28 111.080c5.294 4.433 8.636 11.045 8.636 18.438 0 2.72-0.452 5.334-1.286 7.771l0.050-0.169-64 192c-3.408 9.376-12.241 15.953-22.611 15.953-13.255 0-24-10.745-24-24 0-2.554 0.399-5.014 1.138-7.323l-0.047 0.17 58.76-176.6-101.96-85c-7.486 27.281-15.482 49.983-24.834 71.969l1.394-3.689c-54 128.72-150.6 214.64-287.68 255.72-2.072 0.633-4.453 0.998-6.919 1l-0.001 0c-0.007 0-0.016 0-0.024 0-13.255 0-24-10.745-24-24 0-10.81 7.147-19.951 16.974-22.955l0.17-0.045c259.28-77.8 293.68-315.040 300.44-429.64-113.56 75.24-202.36 92.64-260 92.64-46.84 0-73.16-11.44-75.52-12.52-8.342-3.887-14.021-12.2-14.021-21.84 0-13.266 10.754-24.021 24.021-24.021 3.626 0 7.065 0.804 10.148 2.242l-0.148-0.062c0.84 0.36 110.4 45.12 296.56-81.4 105.76-72 194-76 249.44-66.68 61.48 10.28 97.56 38.8 99.040 40 5.457 4.435 8.915 11.147 8.915 18.667 0 5.703-1.989 10.941-5.311 15.059l0.036-0.046z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-throw-light"]},"attrs":[{}],"properties":{"order":27860,"id":376,"name":"person-simple-throw-light","prevSize":16,"code":60519},"setIdx":2,"setId":2,"iconIdx":871},{"icon":{"paths":["M608 312c66.274 0 120-53.726 120-120s-53.726-120-120-120c-66.274 0-120 53.726-120 120v0c0 66.274 53.726 120 120 120v0zM608 120c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM856 576c0 13.255-10.745 24-24 24v0c-137.92 0-204.24-67-262.8-126.080-13.88-14.040-27-27.28-40.6-39.12l-60.6 139.64 154.080 110.040c6.040 4.413 9.92 11.471 9.92 19.436 0 0.030-0 0.059-0 0.089l0-0.005v224c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-211.64l-135.68-96.92-138.32 318.12c-3.941 8.181-12.168 13.726-21.69 13.726-13.255 0-24-10.745-24-24 0-3.185 0.621-6.226 1.747-9.007l-0.058 0.161 220-506.44c-40.72-11-92.28 0-154.040 33.16-46.926 26.113-87.465 55.28-124.259 88.515l0.579-0.515c-4.245 3.865-9.913 6.233-16.134 6.233-13.255 0-24-10.745-24-24 0-6.739 2.777-12.828 7.249-17.188l0.005-0.005c38.942-35.462 82.571-66.98 129.531-93.256l3.549-1.824c103.72-56 190.56-57.56 251.080-5.040 15.080 13.080 29.6 27.72 43.6 41.88 54.48 55 110.76 112 228.68 112 0.048-0 0.104-0.001 0.16-0.001 13.255 0 24 10.745 24 24 0 0.014-0 0.028-0 0.043l0-0.002z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["person-simple-walk-light"]},"attrs":[{}],"properties":{"order":27861,"id":375,"name":"person-simple-walk-light","prevSize":16,"code":60520},"setIdx":2,"setId":2,"iconIdx":872},{"icon":{"paths":["M960 488h-72v-296c-0.011-30.919-25.079-55.98-56-55.98-3.535 0-6.993 0.328-10.347 0.954l0.347-0.054-640 116.36c-26.325 4.906-45.99 27.695-46 55.079l-0 0.001v179.64h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v179.64c0.010 27.385 19.675 50.174 45.654 55.026l0.346 0.054 640 116.36c3.001 0.574 6.457 0.908 9.99 0.92l0.010 0c30.928 0 56-25.072 56-56v0-296h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM184 308.36c-0.001-0.039-0.001-0.085-0.001-0.13 0-3.91 2.804-7.164 6.511-7.862l0.050-0.008 641.48-116.4c4.418 0 8 3.582 8 8v0 296h-656.040zM840 832c-0.009 2.455-1.121 4.648-2.867 6.11l-0.013 0.010c-1.383 1.172-3.187 1.884-5.157 1.884-0.496 0-0.981-0.045-1.452-0.131l0.049 0.007-640-116.4c-3.757-0.705-6.561-3.96-6.561-7.87 0-0.046 0-0.092 0.001-0.137l-0 0.007v-179.48h656z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["perspective-light"]},"attrs":[{}],"properties":{"order":27862,"id":374,"name":"perspective-light","prevSize":16,"code":60521},"setIdx":2,"setId":2,"iconIdx":873},{"icon":{"paths":["M616.8 153.8c2.824-10.341 12.134-17.817 23.19-17.817 2.209 0 4.347 0.298 6.378 0.857l-0.168-0.040c118.205 31.566 209.434 122.795 240.463 238.644l0.537 2.356c0.519 1.863 0.817 4.001 0.817 6.21 0 11.056-7.476 20.366-17.649 23.151l-0.168 0.039c-1.834 0.508-3.94 0.8-6.114 0.8-0.030 0-0.060-0-0.091-0l0.005 0c-0.004 0-0.010 0-0.015 0-11.050 0-20.356-7.468-23.146-17.632l-0.039-0.168c-27.101-101.535-105.465-179.899-204.977-206.539l-2.023-0.461c-10.341-2.824-17.817-12.134-17.817-23.19 0-2.209 0.298-4.347 0.857-6.378l-0.040 0.168zM601.8 311.2c58.2 15.52 95.48 52.8 111 111 2.83 10.332 12.135 17.8 23.185 17.8 0.005 0 0.010-0 0.015-0l-0.001 0c0.025 0 0.056 0 0.086 0 2.174 0 4.28-0.292 6.281-0.839l-0.167 0.039c10.341-2.824 17.817-12.134 17.817-23.19 0-2.209-0.298-4.347-0.857-6.378l0.040 0.168c-20-74.84-70.16-125-145-145-1.86-0.517-3.995-0.814-6.2-0.814-13.263 0-24.014 10.752-24.014 24.014 0 11.058 7.474 20.37 17.646 23.161l0.169 0.039zM919.56 699.2c-14.437 107.098-105.257 188.8-215.16 188.8-0.141 0-0.281-0-0.422-0l0.022 0c-313.2 0-568-254.8-568-568-0-0.123-0-0.27-0-0.416 0-109.86 81.639-200.653 187.559-215.020l1.121-0.124c2.028-0.26 4.375-0.409 6.756-0.409 22.967 0 42.704 13.826 51.344 33.608l0.14 0.361 84.4 188.4c2.96 6.603 4.684 14.311 4.684 22.421 0 11.424-3.421 22.049-9.294 30.906l0.129-0.207c-0.565 0.866-1.118 1.609-1.711 2.318l0.031-0.038-84.28 100.24c-0.491 0.974-0.778 2.124-0.778 3.34s0.287 2.366 0.798 3.384l-0.020-0.044c30.64 62.72 96.4 128 160 158.6 0.916 0.428 1.989 0.678 3.12 0.678 1.32 0 2.56-0.34 3.639-0.937l-0.039 0.020 98.76-84c0.665-0.582 1.396-1.135 2.165-1.635l0.075-0.045c8.729-5.893 19.487-9.406 31.065-9.406 7.97 0 15.552 1.665 22.416 4.667l-0.36-0.14 188.96 84.68c19.787 8.928 33.31 28.483 33.31 51.197 0 2.44-0.156 4.844-0.459 7.202l0.029-0.279zM872 693.28c0.016-0.192 0.026-0.414 0.026-0.64 0-3.286-1.981-6.109-4.814-7.34l-0.052-0.020-189-84.68c-0.82-0.326-1.77-0.515-2.765-0.515-1.331 0-2.584 0.339-3.675 0.935l0.040-0.020-98.72 84c-0.72 0.6-1.48 1.16-2.24 1.68-8.73 5.894-19.489 9.409-31.069 9.409-8.725 0-16.984-1.995-24.345-5.555l0.334 0.146c-73.44-35.48-146.64-108-182.12-180.76-3.48-7.086-5.516-15.423-5.516-24.235 0-11.418 3.417-22.038 9.285-30.893l-0.129 0.208c0.554-0.858 1.121-1.602 1.738-2.3l-0.018 0.020 84.24-100.24c0.461-0.98 0.731-2.129 0.731-3.34s-0.269-2.36-0.751-3.389l0.021 0.049-84.24-188.56c-1.139-3.039-3.992-5.175-7.352-5.24l-0.008-0h-0.92c-83.236 11.387-146.681 82.027-146.681 167.485 0 0.181 0 0.362 0.001 0.543l-0-0.028c0 286.72 233.28 520 520 520 0.152 0 0.331 0.001 0.51 0.001 85.472 0 156.121-63.466 167.392-145.843l0.098-0.878z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-call-light"]},"attrs":[{}],"properties":{"order":27863,"id":373,"name":"phone-call-light","prevSize":16,"code":60522},"setIdx":2,"setId":2,"iconIdx":874},{"icon":{"paths":["M920.76 366.2v0c-221.56-221.6-596-221.6-817.52 0-77 77.080-84.44 190.68-18.080 276.24 10.346 13.080 26.216 21.396 44.029 21.396 7.33 0 14.332-1.408 20.748-3.969l-0.378 0.133 196.88-69.88c17.447-7.054 30.311-22.192 34.059-40.642l0.061-0.358 23.6-118.080c0.486-2.709 2.329-4.898 4.788-5.862l0.052-0.018c30.692-11.005 66.102-17.366 102.998-17.366 36.422 0 71.395 6.199 103.924 17.599l-2.202-0.672c2.508 0.958 4.361 3.115 4.872 5.751l0.008 0.049 24.84 119c3.97 18.583 16.733 33.512 33.626 40.425l0.374 0.135 0.92 0.32 196 69.6c6.019 2.41 12.995 3.808 20.298 3.808 17.854 0 33.757-8.355 44.011-21.369l0.091-0.119c66.44-85.44 59-199.040-18-276.12zM900.76 613.040c-1.478 1.778-3.69 2.902-6.165 2.902-1.079 0-2.109-0.214-3.048-0.601l0.053 0.019-0.88-0.36-196-69.52c-2.178-1.075-3.773-3.050-4.31-5.426l-0.010-0.054-24.88-118.96c-4.14-19.373-17.859-34.8-35.85-41.277l-0.39-0.123c-34.955-12.363-75.266-19.506-117.246-19.506-42.541 0-83.368 7.336-121.286 20.811l2.532-0.785c-18.376 6.735-32.032 22.313-35.938 41.439l-0.062 0.361-23.8 118.040c-0.525 2.592-2.246 4.696-4.55 5.74l-0.050 0.020-196.64 69.6c-0.886 0.368-1.916 0.582-2.995 0.582-2.475 0-4.687-1.124-6.155-2.889l-0.011-0.013c-52-66.96-46.24-152.48 14.12-212.88 101.56-101.6 238.2-152.4 374.8-152.4s273.24 50.8 374.8 152.4c60.36 60.4 66.040 145.92 14.12 212.88zM888 800c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-disconnect-light"]},"attrs":[{}],"properties":{"order":27864,"id":372,"name":"phone-disconnect-light","prevSize":16,"code":60523},"setIdx":2,"setId":2,"iconIdx":875},{"icon":{"paths":["M886.36 641.2l-188.96-84.68c-6.503-2.861-14.085-4.526-22.055-4.526-11.578 0-22.335 3.514-31.264 9.533l0.199-0.127c-0.844 0.545-1.575 1.098-2.263 1.699l0.023-0.019-98.76 84c-1.040 0.578-2.28 0.918-3.6 0.918-1.131 0-2.204-0.25-3.166-0.697l0.046 0.019c-63.48-30.64-129.24-96-160-158.6-0.491-0.981-0.779-2.137-0.779-3.36s0.287-2.379 0.799-3.404l-0.020 0.044 84.28-100c0.577-0.684 1.131-1.442 1.631-2.236l0.049-0.084c5.737-8.647 9.154-19.266 9.154-30.683 0-8.101-1.72-15.801-4.816-22.753l0.142 0.356-84.080-188.64c-8.789-20.123-28.516-33.931-51.468-33.931-2.387 0-4.739 0.149-7.047 0.439l0.275-0.028c-107.042 14.491-188.68 105.284-188.68 215.144 0 0.146 0 0.292 0 0.439l-0-0.023c0 313.2 254.8 568 568 568 0.123 0 0.27 0 0.416 0 109.86 0 200.653-81.639 215.020-187.559l0.124-1.121c0.263-2.038 0.413-4.396 0.413-6.789 0-22.83-13.662-42.47-33.257-51.189l-0.356-0.142zM704 840c-286.72 0-520-233.28-520-520-0.001-0.163-0.001-0.357-0.001-0.55 0-85.45 63.448-156.081 145.803-167.351l0.878-0.098h0.92c3.368 0.065 6.221 2.201 7.342 5.185l0.018 0.055 84.4 188.44c0.461 0.98 0.731 2.129 0.731 3.34s-0.269 2.36-0.751 3.389l0.021-0.049-84.44 100.24c-0.599 0.678-1.166 1.422-1.675 2.207l-0.045 0.073c-5.738 8.647-9.156 19.267-9.156 30.685 0 8.812 2.035 17.149 5.662 24.565l-0.146-0.331c35.48 72.64 108.68 145.28 182.12 180.76 7.027 3.414 15.286 5.409 24.011 5.409 11.58 0 22.339-3.515 31.268-9.535l-0.199 0.127c0.76-0.52 1.52-1.080 2.24-1.68l98.72-84c1.052-0.576 2.304-0.915 3.635-0.915 0.994 0 1.945 0.189 2.817 0.533l-0.052-0.018 189 84.68c2.885 1.251 4.866 4.075 4.866 7.36 0 0.225-0.009 0.448-0.028 0.668l0.002-0.029c-11.315 83.312-81.991 146.841-167.506 146.841-0.16 0-0.319-0-0.479-0.001l0.025 0zM616 384v-160c0-13.255 10.745-24 24-24s24 10.745 24 24v0 102.040l151.040-151c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-151.040 151.040h102.080c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-incoming-light"]},"attrs":[{}],"properties":{"order":27865,"id":371,"name":"phone-incoming-light","prevSize":16,"code":60524},"setIdx":2,"setId":2,"iconIdx":876},{"icon":{"paths":["M886.36 641.2l-188.96-84.68c-6.503-2.861-14.085-4.526-22.055-4.526-11.578 0-22.335 3.514-31.264 9.533l0.199-0.127c-0.844 0.545-1.575 1.098-2.263 1.699l0.023-0.019-98.76 84c-1.040 0.578-2.28 0.918-3.6 0.918-1.131 0-2.204-0.25-3.166-0.697l0.046 0.019c-63.48-30.64-129.24-96-160-158.6-0.491-0.981-0.779-2.137-0.779-3.36s0.287-2.379 0.799-3.404l-0.020 0.044 84.28-100c0.56-0.68 1.113-1.436 1.622-2.224l0.058-0.096c5.737-8.647 9.154-19.266 9.154-30.683 0-8.101-1.72-15.801-4.816-22.753l0.142 0.356-84.080-188.64c-8.789-20.123-28.516-33.931-51.468-33.931-2.387 0-4.739 0.149-7.047 0.439l0.275-0.028c-107.038 14.473-188.68 105.257-188.68 215.109 0 0.159 0 0.317 0.001 0.476l-0-0.025c0 313.2 254.8 568 568 568 0.123 0 0.27 0 0.416 0 109.86 0 200.653-81.639 215.020-187.559l0.124-1.121c0.263-2.038 0.413-4.396 0.413-6.789 0-22.83-13.662-42.47-33.257-51.189l-0.356-0.142zM704 840c-286.72 0-520-233.28-520-520-0.001-0.163-0.001-0.357-0.001-0.55 0-85.45 63.448-156.081 145.803-167.351l0.878-0.098h0.92c3.368 0.065 6.221 2.201 7.342 5.185l0.018 0.055 84.4 188.44c0.461 0.98 0.731 2.129 0.731 3.34s-0.269 2.36-0.751 3.389l0.021-0.049-84.44 100.24c-0.599 0.678-1.166 1.422-1.675 2.207l-0.045 0.073c-5.738 8.647-9.156 19.267-9.156 30.685 0 8.812 2.035 17.149 5.662 24.565l-0.146-0.331c35.48 72.64 108.68 145.28 182.12 180.76 7.027 3.414 15.286 5.409 24.011 5.409 11.58 0 22.339-3.515 31.268-9.535l-0.199 0.127c0.76-0.52 1.52-1.080 2.24-1.68l98.72-84c1.052-0.576 2.304-0.915 3.635-0.915 0.994 0 1.945 0.189 2.817 0.533l-0.052-0.018 189 84.68c2.885 1.251 4.866 4.075 4.866 7.36 0 0.225-0.009 0.448-0.028 0.668l0.002-0.029c-11.315 83.312-81.991 146.841-167.506 146.841-0.16 0-0.319-0-0.479-0.001l0.025 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-light"]},"attrs":[{}],"properties":{"order":27866,"id":370,"name":"phone-light","prevSize":16,"code":60525},"setIdx":2,"setId":2,"iconIdx":877},{"icon":{"paths":["M623.040 400.96c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 151.040-151.040h-102.080c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0 160c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-102.080l-151.040 151.040c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0zM919.56 699.32c-14.491 107.042-105.284 188.68-215.144 188.68-0.146 0-0.292-0-0.439-0l0.023 0c-313.2 0-568-254.8-568-568-0-0.134-0-0.292-0-0.451 0-109.852 81.642-200.636 187.56-214.985l1.12-0.124c2.033-0.262 4.385-0.411 6.772-0.411 22.952 0 42.679 13.808 51.327 33.571l0.141 0.36 84.4 188.44c2.954 6.596 4.674 14.296 4.674 22.397 0 11.417-3.417 22.036-9.283 30.891l0.129-0.208c-0.567 0.884-1.12 1.64-1.714 2.363l0.034-0.043-84.28 100c-0.491 0.981-0.779 2.137-0.779 3.36s0.287 2.379 0.799 3.404l-0.020-0.044c30.64 62.72 96.4 128 160 158.6 0.916 0.428 1.989 0.678 3.12 0.678 1.32 0 2.56-0.34 3.639-0.937l-0.039 0.020 98.76-84c0.665-0.582 1.396-1.135 2.165-1.635l0.075-0.045c8.729-5.893 19.487-9.406 31.065-9.406 7.97 0 15.552 1.665 22.416 4.667l-0.36-0.14 188.96 84.68c19.8 8.923 33.333 28.485 33.333 51.208 0 2.507-0.165 4.976-0.484 7.396l0.031-0.284zM872 693.28c0.016-0.192 0.026-0.414 0.026-0.64 0-3.286-1.981-6.109-4.814-7.34l-0.052-0.020-189-84.68c-0.82-0.326-1.77-0.515-2.765-0.515-1.331 0-2.584 0.339-3.675 0.935l0.040-0.020-98.72 84c-0.72 0.6-1.48 1.16-2.24 1.68-8.73 5.894-19.489 9.409-31.069 9.409-8.725 0-16.984-1.995-24.345-5.555l0.334 0.146c-73.44-35.48-146.64-108-182.12-180.76-3.48-7.086-5.516-15.423-5.516-24.235 0-11.418 3.417-22.038 9.285-30.893l-0.129 0.208c0.554-0.858 1.121-1.602 1.738-2.3l-0.018 0.020 84.24-100.24c0.461-0.98 0.731-2.129 0.731-3.34s-0.269-2.36-0.751-3.389l0.021 0.049-84.24-188.56c-1.139-3.039-3.992-5.175-7.352-5.24l-0.008-0h-0.92c-83.233 11.369-146.681 82-146.681 167.45 0 0.194 0 0.387 0.001 0.58l-0-0.030c0 286.72 233.28 520 520 520 0.152 0 0.331 0.001 0.51 0.001 85.472 0 156.121-63.466 167.392-145.843l0.098-0.878z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-outgoing-light"]},"attrs":[{}],"properties":{"order":27867,"id":369,"name":"phone-outgoing-light","prevSize":16,"code":60526},"setIdx":2,"setId":2,"iconIdx":878},{"icon":{"paths":["M886.36 641.2l-188.96-84.68c-6.503-2.861-14.085-4.526-22.055-4.526-11.578 0-22.335 3.514-31.264 9.533l0.199-0.127c-0.844 0.545-1.575 1.098-2.263 1.699l0.023-0.019-98.76 84c-1.040 0.578-2.28 0.918-3.6 0.918-1.131 0-2.204-0.25-3.166-0.697l0.046 0.019c-63.48-30.64-129.24-96-160-158.6-0.491-0.974-0.778-2.124-0.778-3.34s0.287-2.366 0.798-3.384l-0.020 0.044 84.28-100.24c0.56-0.68 1.113-1.436 1.622-2.224l0.058-0.096c5.737-8.647 9.154-19.266 9.154-30.683 0-8.101-1.72-15.801-4.816-22.753l0.142 0.356-84.080-188.44c-8.789-20.123-28.516-33.931-51.468-33.931-2.387 0-4.739 0.149-7.047 0.439l0.275-0.028c-107.042 14.491-188.68 105.284-188.68 215.144 0 0.146 0 0.292 0 0.439l-0-0.023c0 313.2 254.8 568 568 568 0.123 0 0.27 0 0.416 0 109.86 0 200.653-81.639 215.020-187.559l0.124-1.121c0.263-2.038 0.413-4.396 0.413-6.789 0-22.83-13.662-42.47-33.257-51.189l-0.356-0.142zM704 840c-286.72 0-520-233.28-520-520-0.001-0.163-0.001-0.357-0.001-0.55 0-85.45 63.448-156.081 145.803-167.351l0.878-0.098h0.92c3.368 0.065 6.221 2.201 7.342 5.185l0.018 0.055 84.4 188.44c0.461 0.98 0.731 2.129 0.731 3.34s-0.269 2.36-0.751 3.389l0.021-0.049-84.44 100.24c-0.599 0.678-1.166 1.422-1.675 2.207l-0.045 0.073c-5.738 8.647-9.156 19.267-9.156 30.685 0 8.812 2.035 17.149 5.662 24.565l-0.146-0.331c35.48 72.64 108.68 145.28 182.12 180.76 7.027 3.414 15.286 5.409 24.011 5.409 11.58 0 22.339-3.515 31.268-9.535l-0.199 0.127c0.76-0.52 1.52-1.080 2.24-1.68l98.72-84c1.052-0.576 2.304-0.915 3.635-0.915 0.994 0 1.945 0.189 2.817 0.533l-0.052-0.018 189 84.68c2.885 1.251 4.866 4.075 4.866 7.36 0 0.225-0.009 0.448-0.028 0.668l0.002-0.029c-11.315 83.312-81.991 146.841-167.506 146.841-0.16 0-0.319-0-0.479-0.001l0.025 0zM584 288c0-13.255 10.745-24 24-24v0h104v-104c0-13.255 10.745-24 24-24s24 10.745 24 24v0 104h104c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-104v104c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-104h-104c-13.255 0-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-plus-light"]},"attrs":[{}],"properties":{"order":27868,"id":368,"name":"phone-plus-light","prevSize":16,"code":60527},"setIdx":2,"setId":2,"iconIdx":879},{"icon":{"paths":["M209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 118.080 130.040c-73.701 29.658-136.604 71.775-189.074 124.314l-0.006 0.006c-77 77.040-84.44 190.6-18.080 276 10.345 13.115 26.237 21.458 44.078 21.458 7.312 0 14.297-1.401 20.701-3.95l-0.378 0.133 196.88-69.84c17.447-7.054 30.311-22.192 34.059-40.642l0.061-0.358 23.6-118.040c0.537-2.686 2.361-4.853 4.787-5.86l0.053-0.020c10.775-3.919 24.178-7.713 37.906-10.628l2.094-0.372 365.24 401.76c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM393.16 444c-18.376 6.735-32.032 22.313-35.938 41.439l-0.062 0.361-23.68 118.2c-0.537 2.576-2.255 4.663-4.55 5.7l-0.050 0.020-196.64 69.68c-0.886 0.368-1.916 0.582-2.995 0.582-2.475 0-4.687-1.124-6.155-2.889l-0.011-0.013c-52-66.92-46.24-152.44 14.12-212.76 52.161-52.264 115.552-93.3 186.247-119.182l3.553-1.138 85.36 93.92c-6.48 2.080-12.88 3.96-19.2 6.080zM938.84 706.44c-10.345 13.115-26.237 21.458-44.078 21.458-7.312 0-14.297-1.401-20.701-3.95l0.378 0.133-37.12-13.16c-9.687-3.235-16.546-12.223-16.546-22.813 0-13.255 10.745-24 24-24 3.072 0 6.010 0.577 8.71 1.629l-0.163-0.056 38.4 13.64c0.886 0.368 1.916 0.582 2.995 0.582 2.475 0 4.687-1.124 6.155-2.889l0.011-0.013c52-66.92 46.24-152.44-14.12-212.76-104.2-104.24-251.32-159.44-403.44-151.48-0.376 0.021-0.817 0.033-1.26 0.033-13.273 0-24.033-10.76-24.033-24.033 0-12.83 10.053-23.312 22.712-23.997l0.061-0.003c165.76-8.6 326.080 51.72 440 165.56 76.96 77.080 84.4 190.64 18.040 276.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-slash-light"]},"attrs":[{}],"properties":{"order":27869,"id":367,"name":"phone-slash-light","prevSize":16,"code":60528},"setIdx":2,"setId":2,"iconIdx":880},{"icon":{"paths":["M623.040 367.040l79.040-79.040-79.040-79.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79 79.040-79c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-79.040 79.040 79.040 79.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-79.040-79.040-79.040 79.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014zM919.56 699.32c-14.491 107.042-105.284 188.68-215.144 188.68-0.146 0-0.292-0-0.439-0l0.023 0c-313.2 0-568-254.8-568-568-0-0.123-0-0.27-0-0.416 0-109.86 81.639-200.653 187.559-215.020l1.121-0.124c2.033-0.262 4.385-0.411 6.772-0.411 22.952 0 42.679 13.808 51.327 33.571l0.141 0.36 84.4 188.44c2.96 6.603 4.684 14.311 4.684 22.421 0 11.424-3.421 22.049-9.294 30.906l0.129-0.207c-0.565 0.866-1.118 1.609-1.711 2.318l0.031-0.038-84.28 100.24c-0.491 0.974-0.778 2.124-0.778 3.34s0.287 2.366 0.798 3.384l-0.020-0.044c30.64 62.72 96.4 128 160 158.6 0.916 0.428 1.989 0.678 3.12 0.678 1.32 0 2.56-0.34 3.639-0.937l-0.039 0.020 98.76-84c0.665-0.582 1.396-1.135 2.165-1.635l0.075-0.045c8.729-5.893 19.487-9.406 31.065-9.406 7.97 0 15.552 1.665 22.416 4.667l-0.36-0.14 188.96 84.68c19.787 8.928 33.31 28.483 33.31 51.197 0 2.44-0.156 4.844-0.459 7.202l0.029-0.279zM872 693.28c0.016-0.192 0.026-0.414 0.026-0.64 0-3.286-1.981-6.109-4.814-7.34l-0.052-0.020-189-84.68c-0.82-0.326-1.77-0.515-2.765-0.515-1.331 0-2.584 0.339-3.675 0.935l0.040-0.020-98.72 84c-0.72 0.6-1.48 1.16-2.24 1.68-8.73 5.894-19.489 9.409-31.069 9.409-8.725 0-16.984-1.995-24.345-5.555l0.334 0.146c-73.44-35.48-146.64-108-182.12-180.76-3.48-7.086-5.516-15.423-5.516-24.235 0-11.418 3.417-22.038 9.285-30.893l-0.129 0.208c0.554-0.858 1.121-1.602 1.738-2.3l-0.018 0.020 84.24-100.24c0.461-0.98 0.731-2.129 0.731-3.34s-0.269-2.36-0.751-3.389l0.021 0.049-84.24-188.56c-1.139-3.039-3.992-5.175-7.352-5.24l-0.008-0h-0.92c-83.236 11.387-146.681 82.027-146.681 167.485 0 0.181 0 0.362 0.001 0.543l-0-0.028c0 286.72 233.28 520 520 520 0.152 0 0.331 0.001 0.51 0.001 85.472 0 156.121-63.466 167.392-145.843l0.098-0.878z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phone-x-light"]},"attrs":[{}],"properties":{"order":27870,"id":366,"name":"phone-x-light","prevSize":16,"code":60529},"setIdx":2,"setId":2,"iconIdx":881},{"icon":{"paths":["M576 104h-320c-13.255 0-24 10.745-24 24v0 512c0.205 172.23 139.77 311.795 311.98 312l0.020 0c13.255 0 24-10.745 24-24v0-264h8c154.64 0 280-125.36 280-280s-125.36-280-280-280v0zM280 219.64l222.96 396.36h-222.96zM520 548.4l-222.96-396.4h222.96zM281.12 664h238.88v238.92c-126.78-12.095-226.806-112.135-238.798-237.854l-0.082-1.066zM576 616h-8v-464h8c128.13 0 232 103.87 232 232s-103.87 232-232 232v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["phosphor-logo-light"]},"attrs":[{}],"properties":{"order":27871,"id":365,"name":"phosphor-logo-light","prevSize":16,"code":60530},"setIdx":2,"setId":2,"iconIdx":882},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM312 184h112v368h-112zM448 600c13.255 0 24-10.745 24-24v0-392h80v392c0 13.255 10.745 24 24 24v0h40v240h-208v-240zM600 552v-368h112v368zM184 832v-640c0-4.418 3.582-8 8-8v0h72v392c0 13.255 10.745 24 24 24v0h72v240h-168c-4.418 0-8-3.582-8-8v0zM840 832c0 4.418-3.582 8-8 8v0h-168v-240h72c13.255 0 24-10.745 24-24v0-392h72c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["piano-keys-light"]},"attrs":[{}],"properties":{"order":27872,"id":364,"name":"piano-keys-light","prevSize":16,"code":60531},"setIdx":2,"setId":2,"iconIdx":883},{"icon":{"paths":["M864 200h-704c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM152 768v-512c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0 232h-296c-30.928 0-56 25.072-56 56v0 232h-360c-4.418 0-8-3.582-8-8v0zM864 776h-296v-232c0-4.418 3.582-8 8-8v0h296v232c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["picture-in-picture-light"]},"attrs":[{}],"properties":{"order":27873,"id":363,"name":"picture-in-picture-light","prevSize":16,"code":60532},"setIdx":2,"setId":2,"iconIdx":884},{"icon":{"paths":["M760 464c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM608 264h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM984 448v128c0 48.601-39.399 88-88 88v0h-15.080l-66.72 186.84c-7.968 21.845-28.564 37.16-52.736 37.16-0.009 0-0.017-0-0.026-0l-50.879 0c-0.007 0-0.016 0-0.024 0-24.172 0-44.767-15.315-52.611-36.771l-0.124-0.389-9.56-26.84h-240.48l-9.56 26.84c-7.968 21.845-28.564 37.16-52.736 37.16-0.009 0-0.017-0-0.026-0l-50.879 0c-0.007 0-0.016 0-0.024 0-24.172 0-44.767-15.315-52.611-36.771l-0.124-0.389-50.76-142.12c-48.046-53.702-79.505-123.15-85.799-199.728l-0.081-1.232c-28.799 9.844-49.141 36.664-49.16 68.238l-0 0.002c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0.004-58.048 41.224-106.467 95.989-117.589l0.771-0.131c11.957-180.292 161.007-322.035 343.216-322.28l0.024-0h416c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-112.72c62.259 37.263 110.793 91.864 139.614 157.122l0.866 2.198c2.4 5.52 4.64 11.080 6.72 16.72 47.521 1.382 85.517 40.233 85.52 87.96l0 0zM936 448c0-22.091-17.909-40-40-40v0h-14.64c-0.008 0-0.017 0-0.025 0-10.684 0-19.737-6.981-22.847-16.63l-0.047-0.17c-3.687-11.78-7.325-21.31-11.442-30.58l0.722 1.82c-46.661-105.872-150.683-178.44-271.654-178.44-0.023 0-0.047 0-0.070 0l-127.996-0c-0.009-0-0.019-0-0.029-0-163.476 0-296 132.524-296 296 0 77.209 29.561 147.514 77.983 200.214l-0.194-0.214c2.088 2.233 3.747 4.896 4.828 7.839l0.052 0.161 52.36 146.56c1.099 3.184 4.066 5.431 7.559 5.44l0.001 0h50.88c0.007 0 0.014 0 0.022 0 3.457 0 6.403-2.193 7.52-5.264l0.018-0.056 15.24-42.68c3.391-9.393 12.224-15.988 22.599-16l274.321-0c10.376 0.012 19.209 6.607 22.547 15.833l0.053 0.167 15.24 42.76c1.135 3.127 4.080 5.32 7.538 5.32 0.008 0 0.016-0 0.023-0l-0.001 0h50.88c0.007 0 0.014 0 0.022 0 3.457 0 6.403-2.193 7.52-5.264l0.018-0.056 72.4-202.76c3.391-9.393 12.224-15.988 22.599-16l32.001-0c22.091 0 40-17.909 40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["piggy-bank-light"]},"attrs":[{}],"properties":{"order":27874,"id":362,"name":"piggy-bank-light","prevSize":16,"code":60533},"setIdx":2,"setId":2,"iconIdx":885},{"icon":{"paths":["M920 688c0 75.111-60.889 136-136 136s-136-60.889-136-136v0-408h-272v520c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-520h-40c-92.784 0-168 75.216-168 168v0c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0.137-119.239 96.762-215.864 215.987-216l608.013-0c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-200v408c0 48.601 39.399 88 88 88s88-39.399 88-88v0c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pi-light"]},"attrs":[{}],"properties":{"order":27875,"id":361,"name":"pi-light","prevSize":16,"code":60534},"setIdx":2,"setId":2,"iconIdx":886},{"icon":{"paths":["M860 164c-37.115-37.095-88.378-60.037-145-60.037s-107.885 22.942-145.001 60.037l-405.999 405.999c-37.112 37.107-60.067 88.373-60.067 145 0 113.244 91.803 205.047 205.047 205.047 56.617 0 107.875-22.947 144.98-60.047l406.040-406c37.066-37.129 59.987-88.388 59.987-145s-22.921-107.872-59.99-145.003l0.003 0.003zM420 826c-28.17 27.063-66.503 43.729-108.73 43.729-86.731 0-157.040-70.309-157.040-157.040 0-42.206 16.65-80.524 43.741-108.742l-0.051 0.054 186.080-186.040 222.080 222.040zM826.080 420l-186.080 186.040-222.080-222.040 186.080-186c28.17-27.063 66.503-43.729 108.73-43.729 86.731 0 157.040 70.309 157.040 157.040 0 42.206-16.65 80.524-43.741 108.742l0.051-0.054zM753.040 335.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-96 96c-4.33 4.267-10.278 6.902-16.842 6.902-13.255 0-24-10.745-24-24 0-6.554 2.627-12.494 6.886-16.825l-0.003 0.003 96-96c4.344-4.349 10.348-7.039 16.98-7.039s12.636 2.69 16.98 7.039l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pill-light"]},"attrs":[{}],"properties":{"order":27876,"id":360,"name":"pill-light","prevSize":16,"code":60535},"setIdx":2,"setId":2,"iconIdx":887},{"icon":{"paths":["M856 448c0 88.2-30.8 168.76-86.72 226.92-52 54.080-122.44 85.080-193.28 85.080-77.68 0-126.2-28.28-154.52-54.56l-46.12 196c-2.556 10.71-12.041 18.553-23.359 18.56l-0.001 0c-0.008 0-0.017 0-0.026 0-1.935 0-3.816-0.233-5.616-0.673l0.161 0.033c-10.692-2.574-18.513-12.056-18.513-23.364 0-1.942 0.231-3.831 0.666-5.639l-0.033 0.164 128-544c2.376-10.952 11.984-19.035 23.481-19.035 13.255 0 24 10.745 24 24 0 2.13-0.278 4.196-0.799 6.163l0.038-0.167-68.36 290.52c11.2 17.32 49.84 64 141 64 114.040 0 232-98.76 232-264-0.056-163.434-132.558-295.902-296-295.902-163.476 0-296 132.524-296 296 0 54.452 14.703 105.47 40.356 149.301l-0.756-1.399c2.16 3.532 3.439 7.806 3.439 12.379 0 13.255-10.745 24-24 24-8.99 0-16.825-4.943-20.937-12.258l-0.062-0.121c-28.945-49.32-46.040-108.623-46.040-171.918 0-189.986 154.014-344 344-344 189.957 0 343.953 153.968 344 343.914l0 0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pinterest-logo-light"]},"attrs":[{}],"properties":{"order":27877,"id":359,"name":"pinterest-logo-light","prevSize":16,"code":60536},"setIdx":2,"setId":2,"iconIdx":888},{"icon":{"paths":["M912.96 879.040l-203.44-203.44c10.456-2.492 19.072-5.127 27.469-8.218l-1.669 0.538c89.807-33.376 152.635-118.352 152.635-218.003 0-28.477-5.131-55.755-14.518-80.961l0.523 1.604c-3.458-9.28-12.244-15.77-22.545-15.77-2.948 0-5.772 0.532-8.381 1.504l0.166-0.054-197.2 71.76c4.615-7.165 9.332-15.633 13.535-24.394l0.625-1.446c13.701-28.717 21.703-62.411 21.703-97.975 0-128.13-103.87-232-232-232-28.456 0-55.716 5.123-80.907 14.497l1.604-0.523c-9.28 3.458-15.77 12.244-15.77 22.545 0 2.948 0.532 5.772 1.504 8.381l-0.054-0.166 71.76 197.16c-7.157-4.586-15.626-9.278-24.387-13.456l-1.453-0.624c-28.717-13.701-62.411-21.703-97.975-21.703-128.13 0-232 103.87-232 232 0 28.456 5.123 55.716 14.497 80.907l-0.523-1.604c2.241 6.021 6.65 10.794 12.255 13.458l0.145 0.062c2.973 1.42 6.462 2.25 10.145 2.25 2.948 0 5.772-0.531 8.381-1.504l-0.166 0.054 197.16-71.92c-4.624 7.206-9.317 15.703-13.477 24.501l-0.603 1.419c-13.646 28.684-21.616 62.332-21.616 97.841 0 128.043 103.622 231.884 231.582 232.239l0.034 0c28.549-0.045 55.877-5.218 81.129-14.647l-1.609 0.527c9.341-3.426 15.886-12.242 15.886-22.587 0-2.902-0.515-5.685-1.459-8.26l0.053 0.167-72-197.2c32.914 21.162 72.779 34.299 115.606 35.789l0.394 0.011 231.16 231.16c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014zM410.080 124.44c12.007-2.791 25.794-4.39 39.954-4.39 101.62 0 184 82.38 184 184 0 70.616-39.779 131.94-98.152 162.787l-1.002 0.483zM124.44 550c-2.791-12.007-4.39-25.794-4.39-39.954 0-101.62 82.38-184 184-184 70.616 0 131.94 39.779 162.787 98.152l0.483 1.002zM550 835.6c-12.007 2.791-25.794 4.39-39.954 4.39-101.62 0-184-82.38-184-184 0-70.616 39.779-131.94 98.152-162.787l1.002-0.483zM657.8 633.96c-0.498 0.005-1.086 0.008-1.674 0.008-70.637 0-131.991-39.743-162.922-98.088l-0.483-1 342.88-124.8c2.762 11.953 4.345 25.679 4.345 39.775 0 100.932-81.161 182.907-181.78 184.224l-0.124 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pinwheel-light"]},"attrs":[{}],"properties":{"order":27878,"id":358,"name":"pinwheel-light","prevSize":16,"code":60537},"setIdx":2,"setId":2,"iconIdx":889},{"icon":{"paths":["M950.4 253.88c-3.635-14.802-12.814-27.008-25.155-34.541l-0.245-0.139c-117.754-72.347-260.373-115.199-413-115.199s-295.246 42.853-416.48 117.183l3.48-1.984c-16.224 10.001-26.875 27.672-26.875 47.831 0 10.705 3.004 20.709 8.215 29.214l-0.139-0.245 384 629.080c9.968 16.382 27.726 27.156 48 27.156s38.032-10.774 47.86-26.908l0.14-0.247 383.8-629.080c5.055-8.181 8.051-18.099 8.051-28.716 0-4.76-0.602-9.38-1.734-13.787l0.083 0.383zM244.28 472.8c19.017-20.206 45.937-32.789 75.796-32.789 57.438 0 104 46.562 104 104 0 47.249-31.509 87.139-74.66 99.804l-0.735 0.185zM608.28 754.080c-24.487-19.21-40.074-48.801-40.074-82.033 0-57.438 46.562-104 104-104 15.862 0 30.895 3.551 44.347 9.902l-0.634-0.269zM741.080 536.48c-19.917-10.388-43.498-16.481-68.502-16.481-0.203 0-0.407 0-0.61 0.001l0.031-0c-83.936 0.015-151.973 68.062-151.973 152 0 50.506 24.633 95.258 62.54 122.899l0.433 0.301-64 104.96c-1.411 2.4-3.98 3.986-6.92 3.986s-5.509-1.586-6.9-3.948l-0.020-0.037-130.8-214.2c57.647-22.469 97.752-77.546 97.752-141.99 0-83.947-68.053-152-152-152-39.064 0-74.686 14.736-101.61 38.953l0.139-0.123-34.44-56.44c92.975-59.205 206.282-94.359 327.8-94.359s234.824 35.154 330.305 95.848l-2.505-1.488zM903.040 271.080l-38.24 62.32c-100.092-63.626-222.035-101.401-352.8-101.401s-252.707 37.775-355.51 103.008l2.71-1.606-38.040-62.32c-0.726-1.136-1.157-2.522-1.157-4.008 0-0.665 0.086-1.31 0.249-1.925l-0.012 0.052c0.555-2.133 1.912-3.882 3.722-4.94l0.038-0.020c110.633-67.945 244.617-108.189 388-108.189s277.368 40.245 391.273 110.054l-3.273-1.865c1.816 1.093 3.144 2.838 3.668 4.905l0.012 0.055c0.166 0.589 0.261 1.265 0.261 1.963 0 1.449-0.41 2.802-1.119 3.949l0.019-0.032z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pizza-light"]},"attrs":[{}],"properties":{"order":27879,"id":357,"name":"pizza-light","prevSize":16,"code":60538},"setIdx":2,"setId":2,"iconIdx":890},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 192v614.080l-622.040-622.080h614.040c4.418 0 8 3.582 8 8v0zM184 832v-614.080l622.040 622.080h-614.040c-4.418 0-8-3.582-8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["placeholder-light"]},"attrs":[{}],"properties":{"order":27880,"id":356,"name":"placeholder-light","prevSize":16,"code":60539},"setIdx":2,"setId":2,"iconIdx":891},{"icon":{"paths":["M973.56 246.72c-28.96-49.92-108-60-228.96-29.96-63.341-50.338-144.478-80.762-232.72-80.762-207.482 0-375.68 168.198-375.68 375.68 0 0.113 0 0.226 0 0.339l-0-0.017c0.002 18.343 1.311 36.379 3.837 54.021l-0.237-2.021c-87.44 89.52-118.24 163.12-89.16 213.28 18 31.040 56 46.76 111.44 46.76 35.781-0.636 70.178-5.208 103.191-13.301l-3.191 0.661c5.8-1.28 11.68-2.72 17.64-4 63.334 50.277 144.436 80.661 232.634 80.661 207.549 0 375.8-168.251 375.8-375.8 0-18.491-1.336-36.671-3.915-54.447l0.241 2.026c50.6-52 84.44-101.28 95.44-142.4 7.12-27.32 5.040-51.080-6.36-70.72zM512 184c156.887 0.222 287.978 110.396 320.358 257.583l0.402 2.177c-64 61.2-152.56 126.68-253.2 184.48-109.6 63.040-208.4 103.76-288.16 126.16-65.872-60.203-107.034-146.495-107.034-242.4 0-181.021 146.642-327.791 327.614-328l0.020-0zM92 753.2c-14.080-24.28 9.24-74.24 60-132 17.675 57.008 46.633 106.056 84.489 146.707l-0.209-0.227c-78.6 15.28-130.72 8.64-144.28-14.48zM512 840c-0.097 0-0.213 0-0.328 0-64.156 0-123.979-18.553-174.396-50.587l1.325 0.786c82.72-26.84 174.24-68.24 264.88-120.32 91.32-52.48 172.52-110.68 236.2-167.64 0 3.24 0.24 6.48 0.24 9.76-0.182 181.048-146.878 327.772-327.898 328l-0.022 0zM933.4 304.84c-7.52 28-29.12 61.96-61.44 98.44-17.654-57.14-46.66-106.303-84.607-147.025l0.207 0.225c63.28-12.2 128-13.96 144.48 14.32 4.76 8.2 5.2 19.68 1.36 34.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["planet-light"]},"attrs":[{}],"properties":{"order":27881,"id":355,"name":"planet-light","prevSize":16,"code":60540},"setIdx":2,"setId":2,"iconIdx":892},{"icon":{"paths":["M982.52 160c-0.749-12.124-10.396-21.771-22.452-22.517l-0.068-0.003c-204-12-367.52 49.68-437.4 165.040-46.52 76.84-45.52 170.72 2.12 260-29.509 33.646-51.138 74.935-61.561 120.495l-0.359 1.865-79.2-79.24c32.6-64.4 32.4-131.8-1.28-187.4-51.24-84.6-170.32-129.96-318.72-121.16-12.137 0.751-21.791 10.419-22.517 22.493l-0.003 0.067c-8.72 148.36 36.56 267.44 121.16 318.68 25.984 16.123 57.506 25.68 91.261 25.68 0.091 0 0.182-0 0.273-0l-0.014 0c35.143-0.369 68.139-9.205 97.157-24.558l-1.157 0.558 106.24 105.92v118.080c0 13.255 10.745 24 24 24s24-10.745 24-24v0-117.96c-0.001-0.199-0.001-0.435-0.001-0.67 0-57.15 20.826-109.435 55.302-149.682l-0.261 0.312c44.84 23.72 90.88 35.64 135.28 35.64 0.23 0.001 0.502 0.001 0.775 0.001 45.247 0 87.514-12.755 123.404-34.865l-1.019 0.584c115.36-69.8 177.040-233.36 165.040-437.36zM187.12 597.24c-65.24-39.48-101.56-133.24-99.12-253.24 120-2.6 213.64 33.76 253.12 99 22.72 37.48 24.64 81.52 6.16 126.36l-106.32-106.36c-4.346-4.346-10.349-7.033-16.98-7.033-13.262 0-24.013 10.751-24.013 24.013 0 6.631 2.688 12.634 7.033 16.98l106.48 106.44c-44.84 18.48-88.88 16.6-126.36-6.16zM792.64 556.36c-58.96 35.68-128.56 36.72-198.68 3.6l223.040-223c4.346-4.346 7.033-10.349 7.033-16.98 0-13.262-10.751-24.013-24.013-24.013-6.631 0-12.634 2.688-16.98 7.033l-223.040 223.040c-33.12-70.12-32-139.72 3.6-198.64 58.080-96 196.24-148.72 372-143 5.72 175.6-47.040 313.84-142.96 371.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plant-light"]},"attrs":[{}],"properties":{"order":27882,"id":354,"name":"plant-light","prevSize":16,"code":60541},"setIdx":2,"setId":2,"iconIdx":893},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM653.32 492l-192-128c-3.743-2.528-8.355-4.036-13.32-4.036-13.255 0-24 10.745-24 24 0 0.013 0 0.025 0 0.038l-0-0.002v256c-0 0.011-0 0.023-0 0.036 0 13.255 10.745 24 24 24 4.965 0 9.577-1.508 13.405-4.090l-0.085 0.054 192-128c6.507-4.362 10.734-11.687 10.734-20s-4.226-15.638-10.647-19.945l-0.086-0.055zM472 595.16v-166.32l124.72 83.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["play-circle-light"]},"attrs":[{}],"properties":{"order":27883,"id":353,"name":"play-circle-light","prevSize":16,"code":60542},"setIdx":2,"setId":2,"iconIdx":894},{"icon":{"paths":["M925.44 464.76l-576.32-352.52c-8.332-5.188-18.446-8.264-29.279-8.264-10.083 0-19.544 2.665-27.716 7.329l0.275-0.145c-17.055 9.5-28.401 27.424-28.401 47.999 0 0.113 0 0.226 0.001 0.339l-0-0.017v705.040c-0.001 0.095-0.001 0.208-0.001 0.321 0 20.574 11.346 38.498 28.123 47.856l0.278 0.142c7.897 4.519 17.358 7.184 27.441 7.184 10.833 0 20.947-3.076 29.517-8.402l-0.238 0.138 576.32-352.52c16.038-9.867 26.57-27.324 26.57-47.24s-10.532-37.373-26.331-47.103l-0.239-0.137zM900.4 518.28l-576.4 352.52c-1.176 0.718-2.598 1.142-4.12 1.142s-2.944-0.425-4.155-1.162l0.035 0.020c-2.388-1.183-4-3.603-4-6.4 0-0.014 0-0.028 0-0.042l-0 0.002v-704.88c-0-0.012-0-0.026-0-0.040 0-2.797 1.613-5.217 3.959-6.381l0.041-0.019c1.156-0.656 2.539-1.043 4.013-1.043 0.080 0 0.16 0.001 0.239 0.003l-0.012-0c1.491 0.055 2.865 0.51 4.032 1.259l-0.032-0.019 576.4 352.48c2.168 1.288 3.598 3.617 3.598 6.28s-1.43 4.992-3.564 6.262l-0.034 0.018z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["play-light"]},"attrs":[{}],"properties":{"order":27884,"id":352,"name":"play-light","prevSize":16,"code":60543},"setIdx":2,"setId":2,"iconIdx":895},{"icon":{"paths":["M136 256c0-13.255 10.745-24 24-24v0h704c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24v0zM160 536h480c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-480c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM448 744h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM983 502.88c-3.085 9.938-12.197 17.030-22.966 17.030-2.481 0-4.874-0.376-7.125-1.075l0.17 0.045-129.080-38.64v287.76c0 66.274-53.726 120-120 120s-120-53.726-120-120c0-66.274 53.726-120 120-120 27.15 0 52.195 9.017 72.302 24.219l-0.302-0.219v-224c-0-0.002-0-0.005-0-0.007 0-13.255 10.745-24 24-24 2.453 0 4.821 0.368 7.050 1.052l-0.17-0.045 160 48c9.989 3.054 17.129 12.191 17.129 22.995 0 2.455-0.369 4.824-1.054 7.055l0.045-0.17zM776 768c0-39.765-32.235-72-72-72s-72 32.235-72 72c0 39.765 32.235 72 72 72v0c39.765 0 72-32.235 72-72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["playlist-light"]},"attrs":[{}],"properties":{"order":27885,"id":351,"name":"playlist-light","prevSize":16,"code":60544},"setIdx":2,"setId":2,"iconIdx":896},{"icon":{"paths":["M728 256v512c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-512c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM896 232c-13.255 0-24 10.745-24 24v0 512c0 13.255 10.745 24 24 24s24-10.745 24-24v0-512c0-13.255-10.745-24-24-24v0zM568 512c0 0.014 0 0.031 0 0.048 0 19.499-10.132 36.632-25.42 46.42l-0.221 0.132-352.72 224.6c-8.484 5.507-18.86 8.781-30.001 8.781-30.638 0-55.492-24.763-55.639-55.367l-0-0.014v-449.2c0.147-30.618 25.001-55.381 55.639-55.381 11.141 0 21.516 3.274 30.218 8.913l-0.217-0.132 352.72 224.6c15.508 9.92 25.64 27.053 25.64 46.552 0 0.017-0 0.034-0 0.051l0-0.003zM520 512c0-0.021 0-0.046 0-0.071 0-2.55-1.348-4.785-3.37-6.031l-0.031-0.018-352.6-224.6c-1.123-0.768-2.503-1.241-3.99-1.28l-0.010-0c-1.464 0.001-2.842 0.371-4.045 1.022l0.045-0.022c-2.385 1.161-4 3.567-4 6.35 0 0.018 0 0.035 0 0.053l-0-0.003v449.2c-0 0.015-0 0.032-0 0.050 0 2.783 1.615 5.189 3.958 6.332l0.042 0.018c1.084 0.631 2.385 1.003 3.774 1.003 1.576 0 3.039-0.479 4.253-1.3l-0.027 0.017 352.76-224.6c1.963-1.28 3.242-3.465 3.242-5.95 0-0.060-0.001-0.12-0.002-0.179l0 0.009z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["play-pause-light"]},"attrs":[{}],"properties":{"order":27886,"id":350,"name":"play-pause-light","prevSize":16,"code":60545},"setIdx":2,"setId":2,"iconIdx":897},{"icon":{"paths":["M896 232h-200v-168c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 168h-272v-168c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 168h-197.8c-0.539-0.042-1.168-0.067-1.802-0.067-13.359 0-24.21 10.735-24.398 24.049l-0 0.018c0 13.255 10.745 24 24 24v0h72v360c0 83.947 68.053 152 152 152v0h136v168c0 13.255 10.745 24 24 24s24-10.745 24-24v0-168h136c83.947 0 152-68.053 152-152v0-360h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM776 640c0 57.438-46.562 104-104 104v0h-320c-57.438 0-104-46.562-104-104v0-360h528zM428.28 525.68c-2.684-3.821-4.289-8.569-4.289-13.692 0-3.028 0.561-5.925 1.584-8.593l-0.055 0.164 48-128c3.515-9.176 12.251-15.572 22.48-15.572 13.262 0 24.012 10.751 24.012 24.012 0 3.032-0.562 5.933-1.588 8.604l0.055-0.164-36 95.56h93.52c0.004-0 0.008-0 0.013-0 13.255 0 24 10.745 24 24 0 3.032-0.562 5.933-1.588 8.604l0.055-0.164-48 128c-3.515 9.176-12.251 15.572-22.48 15.572-13.262 0-24.012-10.751-24.012-24.012 0-3.032 0.562-5.933 1.588-8.604l-0.055 0.164 36-95.56h-93.52c-0 0-0 0-0.001 0-8.137 0-15.328-4.049-19.668-10.243l-0.051-0.077z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plug-charging-light"]},"attrs":[{}],"properties":{"order":27887,"id":349,"name":"plug-charging-light","prevSize":16,"code":60546},"setIdx":2,"setId":2,"iconIdx":898},{"icon":{"paths":["M944.96 271.040c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-143.040 143-158.040-158.040 143-143.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-143.040 143-111.040-111c-4.393-4.706-10.634-7.639-17.559-7.639-13.255 0-24 10.745-24 24 0 6.925 2.933 13.165 7.625 17.546l0.014 0.013 31 31.040-217.52 217.52c-27.518 27.509-44.54 65.517-44.54 107.5s17.021 79.992 44.539 107.5l68.52 68.48-202 202.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 202.040-202 68.52 68.52c27.507 27.506 65.506 44.52 107.48 44.52s79.973-17.013 107.48-44.52l217.52-217.52 31.040 31c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-111-111.040 143-143.040c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0zM596.52 745.52c-18.82 18.821-44.821 30.462-73.54 30.462s-54.72-11.641-73.54-30.462l-170.96-170.96c-18.821-18.82-30.462-44.821-30.462-73.54s11.641-54.72 30.462-73.54l217.52-217.52 318.040 318.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plug-light"]},"attrs":[{}],"properties":{"order":27888,"id":348,"name":"plug-light","prevSize":16,"code":60547},"setIdx":2,"setId":2,"iconIdx":899},{"icon":{"paths":["M944.96 79.040c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-215.28 215.24-27.16-27.12c-21.715-21.708-51.709-35.134-84.84-35.134s-63.126 13.426-84.84 35.135l-98.92 98.88-31.040-31c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 31 31.040-98.88 98.92c-21.708 21.715-35.134 51.709-35.134 84.84s13.426 63.126 35.135 84.84l-0-0 27.12 27.16-215.24 215.28c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 215.28-215.24 27.16 27.12c21.715 21.708 51.709 35.134 84.84 35.134s63.126-13.426 84.84-35.135l98.92-98.88 31.040 31c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-31-31.040 98.88-98.92c21.708-21.715 35.134-51.709 35.134-84.84s-13.426-63.126-35.135-84.84l0 0-27.12-27.16 215.24-215.28c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0zM491.16 723.040c-13.030 13.034-31.034 21.097-50.92 21.097s-37.89-8.062-50.92-21.096l-0-0-88.24-88.36c-13.034-13.030-21.097-31.034-21.097-50.92s8.062-37.89 21.096-50.92l98.92-98.88 190.040 190.040zM722.92 491.28l-98.92 98.76-190.040-190.040 98.88-98.92c13.030-13.034 31.034-21.097 50.92-21.097s37.89 8.062 50.92 21.096l88.24 88.24c13.034 13.030 21.097 31.034 21.097 50.92s-8.062 37.89-21.096 50.92l-0 0zM361.24 135.6c-0.88-2.396-1.389-5.162-1.389-8.047 0-13.255 10.745-24 24-24 10.701 0 19.767 7.004 22.862 16.677l0.047 0.17 32 96c0.88 2.396 1.389 5.162 1.389 8.047 0 13.255-10.745 24-24 24-10.701 0-19.767-7.004-22.862-16.677l-0.047-0.17zM105.24 376.4c3.28-9.608 12.229-16.394 22.763-16.394 2.718 0 5.33 0.452 7.766 1.284l-0.169-0.050 96 32c9.844 3.143 16.847 12.208 16.847 22.909 0 13.255-10.745 24-24 24-2.885 0-5.652-0.509-8.214-1.442l0.167 0.053-96-32c-9.608-3.28-16.394-12.229-16.394-22.763 0-2.718 0.452-5.33 1.284-7.766l-0.050 0.169zM918.76 647.6c-3.28 9.608-12.229 16.394-22.763 16.394-2.718 0-5.33-0.452-7.766-1.284l0.169 0.050-96-32c-9.376-3.408-15.953-12.241-15.953-22.611 0-13.255 10.745-24 24-24 2.554 0 5.014 0.399 7.323 1.138l-0.17-0.047 96 32c9.608 3.28 16.394 12.229 16.394 22.763 0 2.718-0.452 5.33-1.284 7.766l0.050-0.169zM662.76 888.4c0.88 2.396 1.389 5.162 1.389 8.047 0 13.255-10.745 24-24 24-10.701 0-19.767-7.004-22.862-16.677l-0.047-0.17-32-96c-0.88-2.396-1.389-5.162-1.389-8.047 0-13.255 10.745-24 24-24 10.701 0 19.767 7.004 22.862 16.677l0.047 0.17z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plugs-connected-light"]},"attrs":[{}],"properties":{"order":27889,"id":347,"name":"plugs-connected-light","prevSize":16,"code":60548},"setIdx":2,"setId":2,"iconIdx":900},{"icon":{"paths":["M592.96 559.040c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l-79.040 79-94.040-94.040 79-79.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-79.040 79-79.040-79c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 31 31.040-98.88 98.92c-21.708 21.715-35.134 51.709-35.134 84.84s13.426 63.126 35.135 84.84l-0-0 27.12 27.16-119.24 119.28c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 119.28-119.24 27.16 27.12c21.715 21.708 51.709 35.134 84.84 35.134s63.126-13.426 84.84-35.135l98.92-98.88 31.040 31c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-79-79.040 79-79.040c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0zM395.16 819.040c-13.030 13.034-31.034 21.097-50.92 21.097s-37.89-8.062-50.92-21.096l-0-0-88.24-88.36c-13.034-13.030-21.097-31.034-21.097-50.92s8.062-37.89 21.096-50.92l98.92-98.88 190.040 190.040zM944.96 79.040c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-119.28 119.24-27.16-27.12c-21.715-21.708-51.709-35.134-84.84-35.134s-63.126 13.426-84.84 35.135l-98.92 98.88-31.040-31c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 320 320c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-31-31.040 98.88-98.92c21.708-21.715 35.134-51.709 35.134-84.84s-13.426-63.126-35.135-84.84l0 0-27.12-27.16 119.24-119.28c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0zM818.92 395.040l-98.92 99-190.040-190.040 98.88-98.92c13.030-13.034 31.034-21.097 50.92-21.097s37.89 8.062 50.92 21.096l88.24 88.24c13.034 13.030 21.097 31.034 21.097 50.92s-8.062 37.89-21.096 50.92l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plugs-light"]},"attrs":[{}],"properties":{"order":27890,"id":346,"name":"plugs-light","prevSize":16,"code":60549},"setIdx":2,"setId":2,"iconIdx":901},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM696 512c0 13.255-10.745 24-24 24v0h-136v136c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-136h-136c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h136v-136c0-13.255 10.745-24 24-24s24 10.745 24 24v0 136h136c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plus-circle-light"]},"attrs":[{}],"properties":{"order":27891,"id":345,"name":"plus-circle-light","prevSize":16,"code":60550},"setIdx":2,"setId":2,"iconIdx":902},{"icon":{"paths":["M888 512c0 13.255-10.745 24-24 24v0h-328v328c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-328h-328c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h328v-328c0-13.255 10.745-24 24-24s24 10.745 24 24v0 328h328c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plus-light"]},"attrs":[{}],"properties":{"order":27892,"id":344,"name":"plus-light","prevSize":16,"code":60551},"setIdx":2,"setId":2,"iconIdx":903},{"icon":{"paths":["M816.96 240.96l-576 576c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 576-576c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014zM264 448c0 13.255 10.745 24 24 24s24-10.745 24-24v0-136h136c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-136v-136c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 136h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h136zM896 712h-320c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h320c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plus-minus-light"]},"attrs":[{}],"properties":{"order":27893,"id":343,"name":"plus-minus-light","prevSize":16,"code":60552},"setIdx":2,"setId":2,"iconIdx":904},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM696 512c0 13.255-10.745 24-24 24v0h-136v136c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-136h-136c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h136v-136c0-13.255 10.745-24 24-24s24 10.745 24 24v0 136h136c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["plus-square-light"]},"attrs":[{}],"properties":{"order":27894,"id":342,"name":"plus-square-light","prevSize":16,"code":60553},"setIdx":2,"setId":2,"iconIdx":905},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 712c-110.457 0-200-89.543-200-200s89.543-200 200-200c110.457 0 200 89.543 200 200v0c-0.136 110.402-89.598 199.863-199.987 200l-0.013 0zM669.48 320.56c-36.388-30.227-82.204-50.291-132.455-55.278l-1.025-0.082v-112.4c82.204 5.608 155.891 38.12 213.272 88.699l-0.392-0.339zM488 265.2c-51.276 5.069-97.092 25.133-133.885 55.687l0.405-0.327-79.4-79.4c56.988-50.24 130.675-82.752 211.771-88.299l1.109-0.061zM320.56 354.52c-30.227 36.388-50.291 82.204-55.278 132.455l-0.082 1.025h-112.4c5.599-82.206 38.112-155.895 88.698-213.271l-0.338 0.391zM265.2 536c5.069 51.276 25.133 97.092 55.687 133.885l-0.327-0.405-79.4 79.4c-50.247-56.984-82.761-130.674-88.299-211.773l-0.061-1.107zM354.52 703.44c36.388 30.227 82.204 50.291 132.455 55.278l1.025 0.082v112.4c-82.204-5.608-155.891-38.12-213.272-88.699l0.392 0.339zM536 758.8c51.276-5.069 97.092-25.133 133.885-55.687l-0.405 0.327 79.4 79.4c-56.988 50.24-130.675 82.752-211.771 88.299l-1.109 0.061zM703.44 669.48c30.227-36.388 50.291-82.204 55.278-132.455l0.082-1.025h112.4c-5.599 82.206-38.112 155.895-88.698 213.271l0.338-0.391zM758.8 488c-5.069-51.276-25.133-97.092-55.687-133.885l0.327 0.405 79.4-79.4c50.247 56.984 82.761 130.674 88.299 211.773l0.061 1.107z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["poker-chip-light"]},"attrs":[{}],"properties":{"order":27895,"id":341,"name":"poker-chip-light","prevSize":16,"code":60554},"setIdx":2,"setId":2,"iconIdx":906},{"icon":{"paths":["M960 456h-50.080l-112-195.8c-9.863-16.857-27.879-28-48.497-28-0.036 0-0.072 0-0.108 0l0.006-0h-474.76c-0.030-0-0.066-0-0.103-0-20.619 0-38.635 11.143-48.354 27.736l-0.143 0.264-112 196h-49.96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v328c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-72.2h400v72c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-328h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM267.64 284c1.408-2.406 3.978-3.997 6.92-4l474.88-0c2.942 0.003 5.512 1.594 6.9 3.962l0.020 0.038 98.28 172h-685.28zM264 832c0 4.418-3.582 8-8 8v0h-96c-4.418 0-8-3.582-8-8v0-72h112zM864 840h-96c-4.418 0-8-3.582-8-8v0-72h112v72c0 4.418-3.582 8-8 8v0zM872 712h-720v-208h720zM232 608c0-13.255 10.745-24 24-24v0h64c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-64c-13.255 0-24-10.745-24-24v0zM680 608c0-13.255 10.745-24 24-24v0h64c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-64c-13.255 0-24-10.745-24-24v0zM392 128c0-13.255 10.745-24 24-24v0h192c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["police-car-light"]},"attrs":[{}],"properties":{"order":27896,"id":340,"name":"police-car-light","prevSize":16,"code":60555},"setIdx":2,"setId":2,"iconIdx":907},{"icon":{"paths":["M916.92 203.12c-21.718-21.732-51.729-35.174-84.88-35.174s-63.161 13.442-84.879 35.174l-0.001 0.001c-8.787 8.781-16.211 18.924-21.927 30.087l-0.313 0.673-125.24-34.16c0.159-2.316 0.25-5.020 0.25-7.745 0-66.274-53.726-120-120-120-33.116 0-63.099 13.414-84.811 35.106l0.001-0.001c-21.677 21.763-35.078 51.783-35.078 84.933 0 22.405 6.122 43.38 16.784 61.343l-0.305-0.556-145.2 130.68c-19.693-14.642-44.489-23.44-71.339-23.44-33.14 0-63.15 13.403-84.904 35.083l0.003-0.003c-22.261 21.802-36.062 52.168-36.062 85.758 0 66.274 53.726 120 120 120 31.54 0 60.239-12.168 81.657-32.066l-0.075 0.069 290.4 213c-6.929 14.709-10.974 31.948-10.974 50.132 0 66.274 53.726 120 120 120s120-53.726 120-120c0-33.137-13.431-63.136-35.146-84.852l-0-0c-6.758-6.767-14.328-12.72-22.551-17.703l-0.529-0.297 113.76-322.36c4.903 0.72 10.6 1.155 16.389 1.2l0.051 0c66.263-0.015 119.974-53.735 119.974-120 0-33.111-13.41-63.089-35.096-84.801l0.001 0.001zM428.92 141.040c13.029-13.024 31.025-21.080 50.903-21.080 39.765 0 72 32.235 72 72s-32.235 72-72 72c-19.878 0-37.875-8.056-50.904-21.080l0 0c-12.987-13.022-21.017-30.993-21.017-50.84 0-19.926 8.095-37.962 21.175-50.998l0.002-0.002zM108.92 530.92c-13.024-13.029-21.080-31.025-21.080-50.903 0-39.765 32.235-72 72-72s72 32.235 72 72c0 19.878-8.056 37.875-21.080 50.904l0-0c-13.024 12.999-31.003 21.037-50.86 21.037s-37.836-8.038-50.861-21.038l0.001 0.001zM690.8 882.92c-13.029 13.024-31.025 21.080-50.903 21.080-39.765 0-72-32.235-72-72s32.235-72 72-72c19.878 0 37.875 8.056 50.904 21.080l-0-0c13.082 13.038 21.177 31.074 21.177 51 0 19.867-8.046 37.854-21.057 50.881l0.001-0.001zM656.36 713.2c-4.963-0.727-10.692-1.142-16.519-1.142-31.054 0-59.352 11.796-80.66 31.151l0.099-0.088-290.32-212.96c6.91-14.729 10.942-31.987 10.942-50.186 0-22.412-6.115-43.395-16.768-61.372l0.306 0.558 145.2-130.68c19.68 14.684 44.48 23.51 71.342 23.51 46.561 0 86.928-26.518 106.823-65.275l0.315-0.675 125.24 34.16c-0.165 2.356-0.259 5.105-0.259 7.876 0 33.093 13.396 63.057 35.061 84.766l-0.002-0.002c6.784 6.755 14.363 12.718 22.584 17.736l0.536 0.304zM882.84 338.84c-13.029 13.024-31.025 21.080-50.903 21.080-39.765 0-72-32.235-72-72s32.235-72 72-72c19.878 0 37.875 8.056 50.904 21.080l-0-0c13.082 13.038 21.177 31.074 21.177 51 0 19.867-8.046 37.854-21.057 50.881l0.001-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["polygon-light"]},"attrs":[{}],"properties":{"order":27897,"id":339,"name":"polygon-light","prevSize":16,"code":60556},"setIdx":2,"setId":2,"iconIdx":908},{"icon":{"paths":["M912.56 302.64c-4.3-4.111-10.141-6.641-16.574-6.641-2.346 0-4.613 0.337-6.756 0.964l0.17-0.043-5.64 1.6c-17.681-75.298-84.274-130.5-163.761-130.5-18.78 0-36.841 3.082-53.703 8.767l1.185-0.347c-25.761-61.75-85.644-104.361-155.48-104.361s-129.719 42.611-155.069 103.251l-0.411 1.109c-15.678-5.338-33.739-8.42-52.519-8.42-79.487 0-146.081 55.202-163.535 129.362l-0.226 1.138-5.64-1.6c-1.976-0.586-4.246-0.924-6.595-0.924-13.255 0-24 10.745-24 24 0 1.945 0.231 3.837 0.668 5.648l-0.033-0.164 122.2 519.36c6.020 24.929 28.135 43.16 54.508 43.16 0.004 0 0.008-0 0.012-0l461.279 0c0.004 0 0.008 0 0.012 0 26.373 0 48.488-18.231 54.43-42.777l0.078-0.383 122.2-519.36c0.402-1.645 0.633-3.533 0.633-5.475 0-6.826-2.849-12.986-7.424-17.356l-0.009-0.009zM304 216c0.084-0 0.184-0 0.284-0 20.399 0 39.591 5.169 56.337 14.269l-0.621-0.309c3.267 1.775 7.155 2.819 11.286 2.819 11.419 0 20.975-7.975 23.403-18.658l0.031-0.161c12.382-54.109 60.108-93.868 117.12-93.868s104.738 39.758 116.964 93.061l0.156 0.807c2.466 10.835 12.018 18.8 23.43 18.8 4.117 0 7.992-1.037 11.378-2.863l-0.127 0.063c16.144-8.792 35.357-13.961 55.778-13.961 0.205 0 0.409 0.001 0.614 0.002l-0.032-0c0.010-0 0.022-0 0.034-0 57.692 0 105.876 40.713 117.387 94.976l0.139 0.784-164.28 46.92-140.48-56c-6.158-2.535-13.307-4.006-20.8-4.006s-14.642 1.472-21.174 4.141l0.374-0.135-140.48 56-164.28-46.92c11.65-55.047 59.834-95.76 117.526-95.76 0.012 0 0.024 0 0.036 0l-0.002-0zM645.76 399.36l-58.76 440.64h-150l-58.76-440.64 130.8-52.32c0.877-0.359 1.894-0.568 2.96-0.568s2.083 0.209 3.014 0.587l-0.054-0.019zM273.76 833.84l-113.040-479.52 169.56 48.44 58.32 437.24h-107.24c-0.004 0-0.009 0-0.014 0-3.766 0-6.923-2.602-7.774-6.105l-0.011-0.055zM750.64 833.84c-0.861 3.56-4.020 6.163-7.786 6.163-0.075 0-0.15-0.001-0.225-0.003l0.011 0h-107.24l58.32-437.24 169.56-48.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["popcorn-light"]},"attrs":[{}],"properties":{"order":27898,"id":338,"name":"popcorn-light","prevSize":16,"code":60557},"setIdx":2,"setId":2,"iconIdx":909},{"icon":{"paths":["M496.96 560.96v0l84.36-84.36c30.684 16.648 67.098 26.642 105.8 27.158l0.16 0.002c0.136 0 0.297 0.001 0.458 0.001 36.585 0 70.758-10.33 99.761-28.231l-0.819 0.471c92.28-56 141.68-186.12 132-348.36-0.731-12.154-10.406-21.829-22.493-22.557l-0.067-0.003c-162.24-9.52-292.48 40-348.36 132-36.88 60.88-36.8 134.84-0.56 205.4l-67.2 67.56-58.56-58.52c25.28-52 24.6-106.4-2.68-151.44-41.92-69.2-138.76-106.32-259.36-99.24-12.154 0.731-21.829 10.406-22.557 22.493l-0.003 0.067c-7.080 120.6 30.040 217.4 99.16 259.36 21.508 13.336 47.597 21.241 75.533 21.241 0.164 0 0.328-0 0.492-0.001l-0.025 0c27.663-0.343 53.669-7.103 76.703-18.855l-0.983 0.455 58.32 58.4-40 40h-182.040c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h44.72l54.28 244c5.558 25.326 27.803 44.001 54.409 44.001 0.095 0 0.191-0 0.286-0.001l-0.015 0h268.68c0.069 0 0.15 0 0.231 0 26.606 0 48.851-18.675 54.341-43.632l0.068-0.369 54.28-244h44.72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-326.080l23.040-23.040zM588.96 262.16c44-72.88 148.96-113.32 282.88-110 3.32 133.88-37.12 238.72-110 282.88-49.2 29.76-108.36 27.68-167.16-5.72-33.44-58.8-35.52-117.96-5.72-167.16zM374.32 438.16c-40 22.24-80 23.48-113.36 3.36-49.84-30.040-77.96-101.52-76.96-193.52 92-1.16 163.52 27.12 193.68 76.96 20.12 33.2 18.88 73.28-3.36 113.36zM706.080 632l-52 233.72c-0.816 3.614-3.997 6.274-7.799 6.28l-0.001 0h-268.6c-0.056 0.001-0.121 0.002-0.187 0.002-3.81 0-6.997-2.663-7.803-6.229l-0.010-0.054-51.76-233.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["potted-plant-light"]},"attrs":[{}],"properties":{"order":27899,"id":337,"name":"potted-plant-light","prevSize":16,"code":60558},"setIdx":2,"setId":2,"iconIdx":910},{"icon":{"paths":["M488 512v-320c0-13.255 10.745-24 24-24s24 10.745 24 24v0 320c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM717.12 204c-3.315-1.839-7.269-2.922-11.476-2.922-13.255 0-24 10.745-24 24 0 7.664 3.592 14.488 9.184 18.882l0.052 0.039c94.76 61.88 149.12 159.52 149.12 268 0 181.149-146.851 328-328 328s-328-146.851-328-328v0c0-108.48 54.36-206.12 149.12-268 5.644-4.433 9.236-11.258 9.236-18.922 0-13.255-10.745-24-24-24-4.207 0-8.161 1.082-11.599 2.984l0.123-0.063c-108.6 70.72-170.88 183-170.88 308 0 207.659 168.341 376 376 376s376-168.341 376-376v0c0-125-62.28-237.28-170.88-308z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["power-light"]},"attrs":[{}],"properties":{"order":27900,"id":336,"name":"power-light","prevSize":16,"code":60559},"setIdx":2,"setId":2,"iconIdx":911},{"icon":{"paths":["M721.96 752l95-95.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-95.040 95-182.32-182.28c106.161-5.366 190.206-92.748 190.206-199.76 0-110.417-89.478-199.935-199.879-200l-208.006-0c-13.255 0-24 10.745-24 24v0 608c0 13.255 10.745 24 24 24s24-10.745 24-24v0-232h126.040l216 216-95 95.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 95.040-95 95.040 95c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014zM312 184h184c83.947 0 152 68.053 152 152s-68.053 152-152 152v0h-184z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["prescription-light"]},"attrs":[{}],"properties":{"order":27901,"id":335,"name":"prescription-light","prevSize":16,"code":60560},"setIdx":2,"setId":2,"iconIdx":912},{"icon":{"paths":["M864 168h-328v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-328c-30.928 0-56 25.072-56 56v0 480c0 30.928 25.072 56 56 56v0h174.080l-96.84 121c-3.277 4.071-5.26 9.304-5.26 15 0 13.266 10.754 24.020 24.020 24.020 7.57 0 14.321-3.501 18.724-8.973l0.036-0.046 120.76-151h232.96l120.76 151c4.439 5.518 11.19 9.020 18.76 9.020 13.266 0 24.020-10.754 24.020-24.020 0-5.696-1.983-10.929-5.296-15.046l0.036 0.046-96.84-121h174.080c30.928 0 56-25.072 56-56v0-480c0-30.928-25.072-56-56-56v0zM872 704c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-480c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM408 480v96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-96c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM536 416v160c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-160c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM664 352v224c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["presentation-chart-light"]},"attrs":[{}],"properties":{"order":27902,"id":334,"name":"presentation-chart-light","prevSize":16,"code":60561},"setIdx":2,"setId":2,"iconIdx":913},{"icon":{"paths":["M864 168h-328v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-328c-30.928 0-56 25.072-56 56v0 480c0 30.928 25.072 56 56 56v0h174.080l-96.84 121c-3.277 4.071-5.26 9.304-5.26 15 0 13.266 10.754 24.020 24.020 24.020 7.57 0 14.321-3.501 18.724-8.973l0.036-0.046 120.76-151h232.96l120.76 151c4.439 5.518 11.19 9.020 18.76 9.020 13.266 0 24.020-10.754 24.020-24.020 0-5.696-1.983-10.929-5.296-15.046l0.036 0.046-96.84-121h174.080c30.928 0 56-25.072 56-56v0-480c0-30.928-25.072-56-56-56v0zM872 704c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-480c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["presentation-light"]},"attrs":[{}],"properties":{"order":27903,"id":333,"name":"presentation-light","prevSize":16,"code":60562},"setIdx":2,"setId":2,"iconIdx":914},{"icon":{"paths":["M858.68 296h-66.68v-136c0-13.255-10.745-24-24-24v0h-512c-13.255 0-24 10.745-24 24v0 136h-66.68c-51.44 0-93.32 39.48-93.32 88v320c0 13.255 10.745 24 24 24v0h136v136c0 13.255 10.745 24 24 24v0h512c13.255 0 24-10.745 24-24v0-136h136c13.255 0 24-10.745 24-24v0-320c0-48.52-41.88-88-93.32-88zM280 184h464v112h-464zM744 840h-464v-208h464zM904 680h-112v-72c0-13.255-10.745-24-24-24v0h-512c-13.255 0-24 10.745-24 24v0 72h-112v-296c0-22.040 20.32-40 45.32-40h693.36c25 0 45.32 17.96 45.32 40zM792 464c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["printer-light"]},"attrs":[{}],"properties":{"order":27904,"id":332,"name":"printer-light","prevSize":16,"code":60563},"setIdx":2,"setId":2,"iconIdx":915},{"icon":{"paths":["M656.96 623.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-256-256c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013zM920 512c0 225.332-182.668 408-408 408s-408-182.668-408-408c0-225.332 182.668-408 408-408v0c225.222 0.273 407.727 182.778 408 407.974l0 0.026zM872 512c0-198.823-161.177-360-360-360s-360 161.177-360 360c0 198.823 161.177 360 360 360v0c198.731-0.228 359.773-161.269 360-359.979l0-0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["prohibit-inset-light"]},"attrs":[{}],"properties":{"order":27905,"id":331,"name":"prohibit-inset-light","prevSize":16,"code":60564},"setIdx":2,"setId":2,"iconIdx":916},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM872 512c0 0.095 0 0.208 0 0.32 0 90.839-33.795 173.785-89.498 236.95l0.338-0.391-507.72-507.72c62.961-55.368 146.075-89.154 237.080-89.154 198.712 0 359.8 161.088 359.8 359.8 0 0.068-0 0.136-0 0.205l0-0.010zM152 512c-0-0.095-0-0.208-0-0.32 0-90.839 33.795-173.785 89.498-236.95l-0.338 0.391 507.72 507.72c-62.961 55.368-146.075 89.154-237.080 89.154-198.712 0-359.8-161.088-359.8-359.8 0-0.068 0-0.136 0-0.205l-0 0.010z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["prohibit-light"]},"attrs":[{}],"properties":{"order":27906,"id":330,"name":"prohibit-light","prevSize":16,"code":60565},"setIdx":2,"setId":2,"iconIdx":917},{"icon":{"paths":["M360 576v-64c0-13.255 10.745-24 24-24s24 10.745 24 24v0 64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM512 600c13.255 0 24-10.745 24-24v0-96c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 96c0 13.255 10.745 24 24 24v0zM640 600c13.255 0 24-10.745 24-24v0-128c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24v0zM856 312v400h40c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-360v83.36c37.239 10.805 64 44.61 64 84.664 0 48.601-39.399 88-88 88s-88-39.399-88-88c0-40.055 26.761-73.859 63.378-84.509l0.622-0.155v-83.36h-360c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h40v-400h-8c-30.928 0-56-25.072-56-56v0-64c0-30.928 25.072-56 56-56v0h704c30.928 0 56 25.072 56 56v0 64c0 30.928-25.072 56-56 56v0zM512 888c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM160 264h704c4.418 0 8-3.582 8-8v0-64c0-4.418-3.582-8-8-8v0h-704c-4.418 0-8 3.582-8 8v0 64c0 4.418 3.582 8 8 8v0zM808 312h-592v400h592z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["projector-screen-chart-light"]},"attrs":[{}],"properties":{"order":27907,"id":329,"name":"projector-screen-chart-light","prevSize":16,"code":60566},"setIdx":2,"setId":2,"iconIdx":918},{"icon":{"paths":["M864 312c30.928 0 56-25.072 56-56v0-64c0-30.928-25.072-56-56-56v0h-704c-30.928 0-56 25.072-56 56v0 64c0 30.928 25.072 56 56 56v0h8v400h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h360v83.36c-37.239 10.805-64 44.61-64 84.664 0 48.601 39.399 88 88 88s88-39.399 88-88c0-40.055-26.761-73.859-63.378-84.509l-0.622-0.155v-83.36h360c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-40v-400zM552 928c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM152 256v-64c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0 64c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0zM808 712h-592v-400h592z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["projector-screen-light"]},"attrs":[{}],"properties":{"order":27908,"id":328,"name":"projector-screen-light","prevSize":16,"code":60567},"setIdx":2,"setId":2,"iconIdx":919},{"icon":{"paths":["M952 512c0 13.255-10.745 24-24 24v0h-113.16l-153.36 306.72c-4.026 7.936-12.125 13.28-21.473 13.28-0.003 0-0.005-0-0.008-0l-1.2 0c-9.695-0.491-17.833-6.665-21.184-15.237l-0.056-0.163-235.52-618.32-136.2 299.64c-3.866 8.37-12.186 14.074-21.839 14.080l-128.001 0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h112.56l153.6-337.92c3.867-8.377 12.195-14.085 21.856-14.085 10.179 0 18.879 6.337 22.368 15.282l0.056 0.163 236.52 620.96 135.56-271.12c4.026-7.936 12.125-13.28 21.473-13.28 0.003 0 0.005 0 0.008 0l128-0c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pulse-light"]},"attrs":[{}],"properties":{"order":27909,"id":327,"name":"pulse-light","prevSize":16,"code":60568},"setIdx":2,"setId":2,"iconIdx":920},{"icon":{"paths":["M935.64 331.16l-242.76-242.76c-10.136-10.147-24.145-16.424-39.62-16.424s-29.484 6.277-39.619 16.424l-0.001 0.001-217.92 218.68c-38.080-13-136-33.36-238.84 49.64-12.8 10.349-20.916 26.050-20.916 43.648 0 15.481 6.282 29.495 16.435 39.631l0.001 0.001 198.84 198.84-176.2 176c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 176.2-176.2 198.84 199c10.13 10.148 24.13 16.43 39.598 16.44l0.002 0q1.96 0 4 0c16.693-1.22 31.215-9.587 40.659-22.021l0.101-0.139c78.88-104.84 68.6-188.92 49.84-237.2l217.48-218.2c10.147-10.136 16.424-24.145 16.424-39.62 0-15.495-6.293-29.52-16.463-39.659l-0.001-0.001zM901.68 376.4v0l-229.080 229.84c-4.316 4.339-6.984 10.32-6.984 16.925 0 3.921 0.94 7.622 2.607 10.89l-0.063-0.136c39.76 79.52-6.84 161.28-38.16 202.88-1.477 1.914-3.771 3.135-6.351 3.135-2.205 0-4.202-0.892-5.649-2.335l0 0-431.68-431.56c-1.464-1.45-2.37-3.461-2.37-5.684 0-2.56 1.202-4.839 3.073-6.303l0.018-0.013c50-40.36 98-51.040 134.8-51.040 0.755-0.012 1.646-0.019 2.539-0.019 24.020 0 46.866 5.025 67.545 14.082l-1.083-0.423c3.105 1.571 6.769 2.491 10.648 2.491 6.678 0 12.719-2.727 17.070-7.129l0.002-0.002 229.040-229.64c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 242.76 242.72c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["push-pin-light"]},"attrs":[{}],"properties":{"order":27910,"id":326,"name":"push-pin-light","prevSize":16,"code":60569},"setIdx":2,"setId":2,"iconIdx":921},{"icon":{"paths":["M864 680h-44l-87.4-496h35.4c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-512c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h35.4l-87.4 496h-44c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h328v232c0 13.255 10.745 24 24 24s24-10.745 24-24v0-232h328c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM340 184h344l87.52 496h-518.92z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["push-pin-simple-light"]},"attrs":[{}],"properties":{"order":27911,"id":325,"name":"push-pin-simple-light","prevSize":16,"code":60570},"setIdx":2,"setId":2,"iconIdx":922},{"icon":{"paths":["M341 160c0-13.255 10.745-24 24-24v0h403c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-35.4l76.68 434.56c0.254 1.312 0.4 2.821 0.4 4.363 0 11.785-8.494 21.586-19.694 23.615l-0.146 0.022c-1.245 0.254-2.677 0.4-4.142 0.4-0.020 0-0.041-0-0.061-0l0.003 0c-11.815-0.033-21.62-8.598-23.579-19.857l-0.021-0.143-78.040-442.96h-319c-13.255 0-24-10.745-24-24v0zM848 881.76c-4.248 3.88-9.927 6.257-16.161 6.257-7.029 0-13.353-3.022-17.742-7.838l-0.017-0.019-138.080-152.16h-140v232c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-232h-328c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h44l69.52-394.68-99.28-109.32c-3.001-3.963-4.807-8.975-4.807-14.41 0-13.255 10.745-24 24-24 6.313 0 12.057 2.438 16.342 6.423l-0.015-0.014 640 704c3.789 4.225 6.105 9.839 6.105 15.993 0 7.033-3.025 13.36-7.846 17.75l-0.019 0.017zM632 680l-317.68-349.76-61.72 349.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["push-pin-simple-slash-light"]},"attrs":[{}],"properties":{"order":27912,"id":324,"name":"push-pin-simple-slash-light","prevSize":16,"code":60571},"setIdx":2,"setId":2,"iconIdx":923},{"icon":{"paths":["M209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 110.84 122.040c-37.96 5.96-82.68 21.96-128.2 58.68-12.8 10.349-20.916 26.050-20.916 43.648 0 15.481 6.282 29.495 16.435 39.631l0.001 0.001 198.84 198.84-176.2 176c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 176.2-176.2 198.84 199c10.13 10.148 24.13 16.43 39.598 16.44l0.002 0q1.96 0 4 0c16.693-1.22 31.215-9.587 40.659-22.021l0.101-0.139c20.168-26.22 36.986-56.44 48.994-88.989l0.766-2.371 96 105.8c4.419 4.992 10.843 8.123 17.998 8.123 13.255 0 24-10.745 24-24 0-6.369-2.481-12.159-6.529-16.455l0.011 0.012zM629.96 836.84c-1.477 1.914-3.771 3.135-6.351 3.135-2.205 0-4.202-0.892-5.649-2.335l0 0-431.64-431.6c-1.464-1.45-2.37-3.461-2.37-5.684 0-2.56 1.202-4.839 3.073-6.303l0.018-0.013c52.72-42.56 103.36-51.6 139.16-50.8l353.8 389.2c-8.68 42.52-31.56 79.84-50.040 104.4zM935.64 410.36l-178.6 179.12c-4.359 4.442-10.425 7.195-17.135 7.195-13.255 0-24-10.745-24-24 0-6.68 2.729-12.722 7.132-17.073l0.002-0.002 178.6-179.16c1.462-1.45 2.366-3.459 2.366-5.68s-0.905-4.23-2.366-5.679l-0.001-0.001-242.72-242.72c-1.448-1.45-3.449-2.346-5.66-2.346s-4.212 0.897-5.66 2.346l-0 0-164.88 165.4c-4.332 4.281-10.29 6.925-16.865 6.925-13.255 0-24-10.745-24-24 0-6.545 2.62-12.479 6.869-16.809l-0.004 0.004 164.92-165.44c10.136-10.147 24.145-16.424 39.62-16.424s29.484 6.277 39.619 16.424l0.001 0.001 242.76 242.76c10.123 10.132 16.384 24.125 16.384 39.58s-6.261 29.448-16.384 39.58l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["push-pin-slash-light"]},"attrs":[{}],"properties":{"order":27913,"id":323,"name":"push-pin-slash-light","prevSize":16,"code":60572},"setIdx":2,"setId":2,"iconIdx":924},{"icon":{"paths":["M876.84 640.96c-3.635-2.332-8.071-3.718-12.831-3.718-3.739 0-7.278 0.855-10.433 2.38l0.143-0.062c-11.005 5.321-23.933 8.431-37.587 8.431-48.601 0-88-39.399-88-88 0-46.274 35.716-84.206 81.085-87.732l0.302-0.019c1.913-0.147 4.144-0.231 6.394-0.231 13.733 0 26.736 3.124 38.338 8.701l-0.532-0.23c3.009 1.46 6.545 2.313 10.28 2.313 13.252 0 23.996-10.741 24-23.993l0-0v-170.8c0-30.928-25.072-56-56-56v0h-154.080c1.321-7.214 2.077-15.518 2.080-23.998l0-0.002c-0.062-39.044-16.519-74.231-42.852-99.057l-0.068-0.063c-24.069-22.857-56.685-36.916-92.585-36.916-3.242 0-6.458 0.115-9.643 0.34l0.428-0.024c-71.252 4.731-127.255 63.685-127.255 135.719 0 8.483 0.777 16.785 2.263 24.838l-0.128-0.837h-154.16c-30.928 0-56 25.072-56 56v0 138.12c-7.213-1.357-15.511-2.133-23.991-2.133-39.073 0-74.297 16.477-99.103 42.862l-0.066 0.071c-22.822 24.267-36.845 57.037-36.845 93.082 0 71.621 55.364 130.312 125.629 135.61l0.456 0.028c2.962 0.227 6.414 0.357 9.897 0.357 8.49 0 16.8-0.77 24.864-2.245l-0.841 0.128v138.12c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-170.76c0-0.001 0-0.002 0-0.004 0-8.491-4.41-15.953-11.064-20.219l-0.096-0.057zM840 832c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-170.76c0-13.255-10.745-24-24-24v0c-0.017-0-0.037-0-0.058-0-3.716 0-7.233 0.856-10.363 2.382l0.14-0.062c-11.035 5.356-24.004 8.486-37.703 8.486-46.605 0-84.748-36.229-87.803-82.060l-0.014-0.266c-0.119-1.713-0.187-3.712-0.187-5.728 0-48.601 39.399-88 88-88 13.701 0 26.67 3.131 38.232 8.717l-0.526-0.229c3.009 1.46 6.545 2.313 10.28 2.313 13.252 0 23.996-10.741 24-23.993l0-0v-170.8c0-4.418 3.582-8 8-8v0h186.76c13.252-0.004 23.993-10.748 23.993-24 0-3.735-0.853-7.271-2.376-10.423l0.062 0.143c-5.205-10.97-8.244-23.835-8.244-37.41 0-2.319 0.089-4.617 0.263-6.892l-0.019 0.302c3.426-45.779 41.411-81.624 87.769-81.624 48.601 0 88 39.399 88 88 0 13.669-3.116 26.61-8.678 38.151l0.229-0.527c-1.46 3.009-2.314 6.546-2.314 10.281 0 13.168 10.605 23.859 23.741 23.999l0.013 0h186.8c4.418 0 8 3.582 8 8v0 138.16c-7.216-1.358-15.518-2.135-24.001-2.135-72.034 0-130.987 56.003-135.697 126.844l-0.022 0.411c-0.198 2.737-0.311 5.931-0.311 9.151 0 35.912 14.039 68.546 36.929 92.711l-0.058-0.062c24.968 26.452 60.269 42.919 99.416 42.919 8.391 0 16.605-0.757 24.578-2.205l-0.834 0.126z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["puzzle-piece-light"]},"attrs":[{}],"properties":{"order":27914,"id":322,"name":"puzzle-piece-light","prevSize":16,"code":60573},"setIdx":2,"setId":2,"iconIdx":925},{"icon":{"paths":["M416 168h-192c-30.928 0-56 25.072-56 56v0 192c0 30.928 25.072 56 56 56v0h192c30.928 0 56-25.072 56-56v0-192c0-30.928-25.072-56-56-56v0zM424 416c0 4.418-3.582 8-8 8v0h-192c-4.418 0-8-3.582-8-8v0-192c0-4.418 3.582-8 8-8v0h192c4.418 0 8 3.582 8 8v0zM416 552h-192c-30.928 0-56 25.072-56 56v0 192c0 30.928 25.072 56 56 56v0h192c30.928 0 56-25.072 56-56v0-192c0-30.928-25.072-56-56-56v0zM424 800c0 4.418-3.582 8-8 8v0h-192c-4.418 0-8-3.582-8-8v0-192c0-4.418 3.582-8 8-8v0h192c4.418 0 8 3.582 8 8v0zM800 168h-192c-30.928 0-56 25.072-56 56v0 192c0 30.928 25.072 56 56 56v0h192c30.928 0 56-25.072 56-56v0-192c0-30.928-25.072-56-56-56v0zM808 416c0 4.418-3.582 8-8 8v0h-192c-4.418 0-8-3.582-8-8v0-192c0-4.418 3.582-8 8-8v0h192c4.418 0 8 3.582 8 8v0zM552 704v-128c0-13.255 10.745-24 24-24s24 10.745 24 24v0 128c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM856 640c0 13.255-10.745 24-24 24v0h-104v168c0 13.255-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h104v-232c0-13.255 10.745-24 24-24s24 10.745 24 24v0 40h104c13.255 0 24 10.745 24 24v0zM856 768v64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["qr-code-light"]},"attrs":[{}],"properties":{"order":27915,"id":321,"name":"qr-code-light","prevSize":16,"code":60574},"setIdx":2,"setId":2,"iconIdx":926},{"icon":{"paths":["M552 720c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM512 296c-84 0-152 61-152 136v16c0 13.255 10.745 24 24 24s24-10.745 24-24v0-16c0-48.52 46.64-88 104-88s104 39.48 104 88-46.64 88-104 88c-13.255 0-24 10.745-24 24v0 32c0 13.255 10.745 24 24 24s24-10.745 24-24v0-9.68c72.44-10.32 128-66.64 128-134.32 0-75-68-136-152-136zM920 512c0 225.332-182.668 408-408 408s-408-182.668-408-408c0-225.332 182.668-408 408-408v0c225.222 0.273 407.727 182.778 408 407.974l0 0.026zM872 512c0-198.823-161.177-360-360-360s-360 161.177-360 360c0 198.823 161.177 360 360 360v0c198.731-0.228 359.773-161.269 360-359.979l0-0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["question-light"]},"attrs":[{}],"properties":{"order":27916,"id":320,"name":"question-light","prevSize":16,"code":60575},"setIdx":2,"setId":2,"iconIdx":927},{"icon":{"paths":["M136 256c0-13.255 10.745-24 24-24v0h704c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24v0zM544 488h-384c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h384c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM544 744h-384c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h384c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM984 640c0 0.002 0 0.005 0 0.008 0 8.541-4.462 16.040-11.182 20.294l-0.098 0.058-256 160c-3.61 2.289-8.006 3.648-12.72 3.648-13.255 0-24-10.745-24-24 0-0.003 0-0.006 0-0.008l-0 0v-320c-0-0.002-0-0.005-0-0.008 0-13.255 10.745-24 24-24 4.714 0 9.11 1.359 12.818 3.706l-0.098-0.058 256 160c6.818 4.312 11.28 11.811 11.28 20.352 0 0.003-0 0.006-0 0.009l0-0zM914.72 640l-186.72-116.68v233.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["queue-light"]},"attrs":[{}],"properties":{"order":27917,"id":319,"name":"queue-light","prevSize":16,"code":60576},"setIdx":2,"setId":2,"iconIdx":928},{"icon":{"paths":["M400 232h-240c-30.928 0-56 25.072-56 56v0 256c0 30.928 25.072 56 56 56v0h248v40c0 75.111-60.889 136-136 136v0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c101.565-0.136 183.864-82.435 184-183.987l0-0.013v-352c0-30.928-25.072-56-56-56v0zM408 552h-248c-4.418 0-8-3.582-8-8v0-256c0-4.418 3.582-8 8-8v0h240c4.418 0 8 3.582 8 8v0zM864 232h-240c-30.928 0-56 25.072-56 56v0 256c0 30.928 25.072 56 56 56v0h248v40c0 75.111-60.889 136-136 136v0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c101.565-0.136 183.864-82.435 184-183.987l0-0.013v-352c0-30.928-25.072-56-56-56v0zM872 552h-248c-4.418 0-8-3.582-8-8v0-256c0-4.418 3.582-8 8-8v0h240c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["quotes-light"]},"attrs":[{}],"properties":{"order":27918,"id":318,"name":"quotes-light","prevSize":16,"code":60577},"setIdx":2,"setId":2,"iconIdx":929},{"icon":{"paths":["M952 288v96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-407.36l-186.16 496.44c-3.505 9.187-12.244 15.595-22.48 15.595s-18.975-6.407-22.425-15.43l-0.055-0.165-192-512c-0.97-2.507-1.532-5.408-1.532-8.44 0-13.262 10.751-24.012 24.012-24.012 10.229 0 18.965 6.396 22.425 15.408l0.055 0.164 169.52 452.080 169.52-452c3.491-9.206 12.234-15.633 22.479-15.64l448.001-0c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radical-light"]},"attrs":[{}],"properties":{"order":27919,"id":317,"name":"radical-light","prevSize":16,"code":60578},"setIdx":2,"setId":2,"iconIdx":930},{"icon":{"paths":["M368 536h-208c-16.278-0.039-30.911-7.046-41.080-18.196l-0.040-0.044c-9.219-10.047-14.869-23.498-14.869-38.268 0-1.793 0.083-3.566 0.246-5.316l-0.017 0.224c11.482-122.684 75.836-228.34 169.748-295.154l1.252-0.846c8.994-6.428 20.214-10.278 32.333-10.278 20.569 0 38.548 11.089 48.284 27.616l0.143 0.262 104 180c2.020 3.443 3.213 7.582 3.213 12 0 13.262-10.751 24.013-24.013 24.013-8.844 0-16.572-4.781-20.739-11.9l-0.061-0.113-103.92-180c-1.404-2.428-3.989-4.035-6.948-4.035-1.711 0-3.296 0.537-4.597 1.452l0.025-0.017c-84.033 59.715-140.853 153.002-150.852 259.892l-0.108 1.428c-0.026 0.25-0.041 0.541-0.041 0.835 0 2.265 0.884 4.323 2.325 5.849l-0.004-0.004c1.387 1.596 3.42 2.6 5.687 2.6 0.012 0 0.023-0 0.035-0l-0.002 0h208c13.255 0 24 10.745 24 24s-10.745 24-24 24v0zM919.76 474.4c-11.482-122.684-75.836-228.34-169.748-295.154l-1.252-0.846c-8.994-6.428-20.214-10.278-32.333-10.278-20.569 0-38.548 11.089-48.284 27.616l-0.143 0.262-104 180c-2.020 3.443-3.213 7.582-3.213 12 0 13.262 10.751 24.013 24.013 24.013 8.844 0 16.572-4.781 20.739-11.9l0.061-0.113 103.92-180c1.404-2.428 3.989-4.035 6.948-4.035 1.711 0 3.296 0.537 4.597 1.452l-0.025-0.017c84.033 59.715 140.853 153.002 150.852 259.892l0.108 1.428c0.026 0.25 0.041 0.541 0.041 0.835 0 2.265-0.884 4.323-2.325 5.849l0.004-0.004c-1.387 1.596-3.42 2.6-5.687 2.6-0.012 0-0.023-0-0.035-0l0.002 0h-208c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h208c16.278-0.039 30.911-7.046 41.080-18.196l0.040-0.044c9.219-10.047 14.869-23.498 14.869-38.268 0-1.793-0.083-3.566-0.246-5.316l0.017 0.224zM604.8 624.72c-4.174-7.437-12.009-12.379-20.999-12.379-13.255 0-24 10.745-24 24 0 4.573 1.279 8.847 3.499 12.485l-0.060-0.106 103.28 178.92c0.686 1.155 1.091 2.547 1.091 4.033 0 3.188-1.865 5.94-4.563 7.226l-0.048 0.021c-44.301 20.888-96.226 33.081-151 33.081s-106.699-12.193-153.211-34.014l2.211 0.932c-2.746-1.306-4.611-4.059-4.611-7.247 0-1.486 0.405-2.878 1.111-4.070l-0.020 0.037 103.28-178.92c2.16-3.532 3.439-7.806 3.439-12.379 0-13.255-10.745-24-24-24-8.99 0-16.825 4.943-20.937 12.258l-0.062 0.121-103.2 178.92c-4.73 8.041-7.523 17.712-7.523 28.036 0 22.379 13.128 41.693 32.102 50.659l0.341 0.145c50.212 23.691 109.071 37.52 171.16 37.52s120.948-13.83 173.664-38.576l-2.504 1.056c19.247-9.137 32.317-28.415 32.317-50.746 0-10.348-2.807-20.040-7.7-28.357l0.143 0.262zM512 552c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radioactive-light"]},"attrs":[{}],"properties":{"order":27920,"id":316,"name":"radioactive-light","prevSize":16,"code":60579},"setIdx":2,"setId":2,"iconIdx":931},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM512 264c-136.967 0-248 111.033-248 248s111.033 248 248 248c136.967 0 248-111.033 248-248v0c-0.159-136.903-111.097-247.841-247.985-248l-0.015-0zM512 712c-110.457 0-200-89.543-200-200s89.543-200 200-200c110.457 0 200 89.543 200 200v0c-0.136 110.402-89.598 199.863-199.987 200l-0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radio-button-light"]},"attrs":[{}],"properties":{"order":27921,"id":315,"name":"radio-button-light","prevSize":16,"code":60580},"setIdx":2,"setId":2,"iconIdx":932},{"icon":{"paths":["M408 448c0 13.255-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0zM384 552h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM384 680h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM920 352v448c0 30.928-25.072 56-56 56v0h-704c-30.928 0-56-25.072-56-56v0-480c-0-0.002-0-0.005-0-0.007 0-10.801 7.136-19.936 16.95-22.948l0.17-0.045 640-192c2.059-0.639 4.427-1.007 6.88-1.007 13.259 0 24.007 10.748 24.007 24.007 0 10.805-7.139 19.943-16.957 22.955l-0.17 0.045-483.36 145h572.48c30.928 0 56 25.072 56 56v0zM872 352c0-4.418-3.582-8-8-8v0h-712v456c0 4.418 3.582 8 8 8v0h704c4.418 0 8-3.582 8-8v0zM792 576c0 83.947-68.053 152-152 152s-152-68.053-152-152c0-83.947 68.053-152 152-152v0c83.947 0 152 68.053 152 152v0zM744 576c0-57.438-46.562-104-104-104s-104 46.562-104 104c0 57.438 46.562 104 104 104v0c57.438 0 104-46.562 104-104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["radio-light"]},"attrs":[{}],"properties":{"order":27922,"id":314,"name":"radio-light","prevSize":16,"code":60581},"setIdx":2,"setId":2,"iconIdx":933},{"icon":{"paths":["M800 456c-79.463 0.211-147.11 50.564-172.988 121.078l-0.412 1.282c-5.584-0.931-12.025-1.469-18.59-1.48l-0.010-0c-66.16 0-120 55.44-120 123.56s53.84 123.56 120 123.56h192c101.62 0 184-82.38 184-184s-82.38-184-184-184v0zM800 776h-192c-39.72 0-72-33.88-72-75.56s32.28-75.56 72-75.56c0.041-0 0.090-0 0.138-0 9.37 0 18.3 1.882 26.433 5.288l-0.452-0.168c2.697 1.14 5.834 1.802 9.124 1.802 11.556 0 21.205-8.168 23.488-19.046l0.027-0.156c13.175-62.422 67.801-108.6 133.211-108.6 75.111 0 136 60.889 136 136 0 75.101-60.873 135.984-135.97 136l-0.002 0zM88 640v64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c-0-0.005-0-0.011-0-0.017 0-225.332 182.668-408 408-408 110.662 0 211.033 44.056 284.532 115.587l-0.092-0.089c4.49 4.368 7.276 10.469 7.276 17.22 0 13.264-10.752 24.016-24.016 24.016-6.512 0-12.419-2.592-16.745-6.801l0.005 0.005c-64.769-63.026-153.326-101.893-250.96-101.893-198.813 0-359.985 161.162-360 359.972l-0 0.002zM448 408c-128.066 0.159-231.841 103.934-232 231.984l-0 0.016v64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c0.001-154.639 125.361-279.999 280-279.999 62.335 0 119.912 20.37 166.439 54.815l-0.759-0.537c6.297 4.388 10.366 11.595 10.366 19.751 0 13.255-10.745 24-24 24-5.61 0-10.77-1.925-14.857-5.15l0.051 0.039c-37.683-28.059-85.147-44.921-136.55-44.921-0.243 0-0.485 0-0.728 0.001l0.038-0zM472 538.8c-7.203-1.76-15.478-2.78-23.987-2.8l-0.013-0c-57.438 0-104 46.562-104 104v0 64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c-0-0.042-0-0.092-0-0.141 0-83.947 68.053-152 152-152 12.504 0 24.655 1.51 36.282 4.357l-1.042-0.216c10.662 2.625 18.445 12.103 18.445 23.4 0 13.291-10.774 24.065-24.065 24.065-1.994 0-3.932-0.243-5.785-0.7l0.165 0.034z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rainbow-cloud-light"]},"attrs":[{}],"properties":{"order":27923,"id":313,"name":"rainbow-cloud-light","prevSize":16,"code":60582},"setIdx":2,"setId":2,"iconIdx":934},{"icon":{"paths":["M728 672v64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c0-92.784-75.216-168-168-168s-168 75.216-168 168v0 64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c0-119.294 96.706-216 216-216s216 96.706 216 216v0zM512 328c-189.894 0.227-343.773 154.106-344 343.978l-0 0.022v64c0 13.255 10.745 24 24 24s24-10.745 24-24v0-64c0-163.476 132.524-296 296-296s296 132.524 296 296v0 64c0 13.255 10.745 24 24 24s24-10.745 24-24v0-64c-0.227-189.894-154.106-343.773-343.978-344l-0.022-0zM512 200c-260.559 0.296-471.704 211.441-472 471.972l-0 0.028v64c0 13.255 10.745 24 24 24s24-10.745 24-24v0-64c0-234.169 189.831-424 424-424s424 189.831 424 424v0 64c0 13.255 10.745 24 24 24s24-10.745 24-24v0-64c-0.296-260.559-211.441-471.704-471.972-472l-0.028-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rainbow-light"]},"attrs":[{}],"properties":{"order":27924,"id":312,"name":"rainbow-light","prevSize":16,"code":60583},"setIdx":2,"setId":2,"iconIdx":935},{"icon":{"paths":["M841.72 164.88l-521-92c-2.878-0.524-6.19-0.824-9.573-0.824-27.487 0-50.349 19.804-55.096 45.922l-0.052 0.342-119 676c-0.542 2.925-0.851 6.29-0.851 9.728 0 27.497 19.818 50.366 45.95 55.101l0.341 0.051 521 92c2.934 0.56 6.31 0.88 9.76 0.88 0.028 0 0.056-0 0.084-0l-0.004 0c27.348-0.227 50.007-20.024 54.67-46.060l0.050-0.34 119-676c0.536-2.91 0.843-6.258 0.843-9.678 0-27.437-19.731-50.265-45.778-55.069l-0.344-0.053zM840 221.44l-119 676c-0.377 2.161-1.575 3.988-3.255 5.183l-0.025 0.017c-1.277 0.901-2.865 1.44-4.579 1.44-0.488 0-0.966-0.044-1.43-0.127l0.049 0.007-521.16-91.96c-3.848-0.626-6.749-3.925-6.749-7.902 0-0.544 0.054-1.076 0.158-1.59l-0.009 0.051 119-676c0.377-2.161 1.575-3.988 3.255-5.183l0.025-0.017c1.314-0.927 2.949-1.481 4.713-1.481 0.497 0 0.984 0.044 1.457 0.128l-0.050-0.007 521 92c3.848 0.626 6.749 3.925 6.749 7.902 0 0.544-0.054 1.076-0.158 1.59l0.009-0.051zM744.44 302.040c-1.98 11.402-11.785 19.967-23.597 20l-0.003 0c-1.484-0.001-2.938-0.132-4.35-0.382l0.15 0.022-332-58.64c-11.71-1.724-20.597-11.703-20.597-23.758 0-13.255 10.745-24 24-24 1.756 0 3.467 0.189 5.116 0.546l-0.158-0.029 332 58.6c11.316 2.077 19.778 11.863 19.778 23.626 0 1.418-0.123 2.807-0.359 4.158l0.021-0.144zM722.24 428c-1.98 11.402-11.785 19.967-23.597 20l-0.003 0c-1.422-0.011-2.803-0.157-4.14-0.423l0.14 0.023-332-58.6c-11.34-2.059-19.827-11.859-19.827-23.64 0-13.259 10.748-24.007 24.007-24.007 1.477 0 2.923 0.133 4.327 0.389l-0.147-0.022 332 58.64c11.222 2.157 19.584 11.897 19.584 23.59 0 1.431-0.125 2.832-0.365 4.194l0.021-0.144zM534.24 524.76c-2.068 11.327-11.859 19.8-23.63 19.8-0.004 0-0.007-0-0.011-0l0.001 0c-1.487-0.004-2.94-0.135-4.353-0.382l0.153 0.022-165.96-29.32c-11.71-1.724-20.597-11.703-20.597-23.758 0-13.255 10.745-24 24-24 1.756 0 3.467 0.189 5.116 0.546l-0.158-0.029 165.96 29.28c11.305 2.086 19.755 11.867 19.755 23.622 0 1.534-0.144 3.034-0.419 4.488l0.024-0.149z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["read-cv-logo-light"]},"attrs":[{}],"properties":{"order":27925,"id":311,"name":"read-cv-logo-light","prevSize":16,"code":60584},"setIdx":2,"setId":2,"iconIdx":936},{"icon":{"paths":["M728 416c0 13.255-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h384c13.255 0 24 10.745 24 24v0zM704 520h-384c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h384c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM920 224v608c-0.010 8.581-4.521 16.106-11.299 20.341l-0.101 0.059c-3.566 2.259-7.908 3.6-12.563 3.6-0.013 0-0.026-0-0.039-0l0.002 0c-0.004 0-0.009 0-0.014 0-3.902 0-7.586-0.931-10.842-2.583l0.137 0.063-117.28-58.64-117.28 58.64c-3.124 1.593-6.813 2.527-10.72 2.527s-7.596-0.934-10.857-2.59l0.137 0.063-117.28-58.64-117.28 58.64c-3.124 1.593-6.813 2.527-10.72 2.527s-7.596-0.934-10.857-2.59l0.137 0.063-117.28-58.64-117.28 58.64c-3.124 1.594-6.813 2.527-10.72 2.527-13.255 0-24-10.745-24-24 0-0.003 0-0.005 0-0.008l-0 0v-608c0-30.928 25.072-56 56-56v0h704c30.928 0 56 25.072 56 56v0zM872 224c0-4.418-3.582-8-8-8v0h-704c-4.418 0-8 3.582-8 8v0 569.16l93.28-46.64c3.124-1.593 6.813-2.527 10.72-2.527s7.596 0.934 10.857 2.59l-0.137-0.063 117.28 58.64 117.28-58.64c3.124-1.593 6.813-2.527 10.72-2.527s7.596 0.934 10.857 2.59l-0.137-0.063 117.28 58.64 117.28-58.64c3.124-1.593 6.813-2.527 10.72-2.527s7.596 0.934 10.857 2.59l-0.137-0.063 93.28 46.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["receipt-light"]},"attrs":[{}],"properties":{"order":27926,"id":310,"name":"receipt-light","prevSize":16,"code":60585},"setIdx":2,"setId":2,"iconIdx":937},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 608c-0 0.002-0 0.005-0 0.007 0 13.255 10.745 24 24 24 3.907 0 7.596-0.934 10.857-2.59l-0.137 0.063 117.28-58.64 117.28 58.64c3.124 1.593 6.813 2.527 10.72 2.527s7.596-0.934 10.857-2.59l-0.137 0.063 117.28-58.64 117.28 58.64c3.124 1.593 6.813 2.527 10.72 2.527s7.596-0.934 10.857-2.59l-0.137 0.063 117.28-58.64 117.28 58.64c3.12 1.589 6.804 2.52 10.706 2.52 0.005 0 0.010-0 0.015-0l-0.001 0c0.011 0 0.024 0 0.037 0 4.655 0 8.997-1.341 12.66-3.658l-0.097 0.058c6.879-4.294 11.39-11.819 11.4-20.399l0-0.001v-608c0-30.928-25.072-56-56-56v0zM872 793.16l-93.28-46.64c-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063-117.28 58.64-117.28-58.64c-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063-117.28 58.64-117.28-58.64c-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063-93.28 46.64v-569.16c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM624.96 401.16l-79.040 78.84 79.040 79.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-79.040-79.040-79.040 79.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 79.040-79.040-79.040-79.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79.040 79.040-79.040c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["receipt-x-light"]},"attrs":[{}],"properties":{"order":27927,"id":309,"name":"receipt-x-light","prevSize":16,"code":60586},"setIdx":2,"setId":2,"iconIdx":938},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM512 232c-154.64 0-280 125.36-280 280s125.36 280 280 280c154.64 0 280-125.36 280-280v0c-0.182-154.567-125.434-279.818-279.983-280l-0.017-0zM512 744c-128.13 0-232-103.87-232-232s103.87-232 232-232c128.13 0 232 103.87 232 232v0c-0.159 128.066-103.934 231.841-231.984 232l-0.016 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["record-light"]},"attrs":[{}],"properties":{"order":27928,"id":308,"name":"record-light","prevSize":16,"code":60587},"setIdx":2,"setId":2,"iconIdx":939},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM872 800c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-576c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rectangle-light"]},"attrs":[{}],"properties":{"order":27929,"id":307,"name":"rectangle-light","prevSize":16,"code":60588},"setIdx":2,"setId":2,"iconIdx":940},{"icon":{"paths":["M376 832c0 13.255-10.745 24-24 24v0h-192c-48.511-0.12-87.79-39.473-87.79-88 0-16.2 4.378-31.378 12.015-44.416l-0.225 0.415 146.84-253.76-75.040 20c-1.86 0.517-3.995 0.814-6.2 0.814-13.263 0-24.014-10.752-24.014-24.014 0-11.058 7.474-20.37 17.646-23.161l0.169-0.039 131.080-35.080c1.893-0.536 4.066-0.845 6.312-0.845 11.081 0 20.408 7.509 23.169 17.717l0.039 0.168 35.2 131.040c0.521 1.866 0.82 4.008 0.82 6.22 0 11.043-7.458 20.343-17.612 23.14l-0.169 0.040c-1.869 0.524-4.017 0.83-6.234 0.84l-0.006 0c-11.040-0.012-20.333-7.476-23.121-17.632l-0.039-0.168-20-75.2-147.32 253.92c-3.369 5.737-5.359 12.636-5.359 20 0 22.035 17.817 39.908 39.83 40l0.009 0h192c13.255 0 24 10.745 24 24v0zM940 724l-92.56-160c-4.327-6.73-11.777-11.125-20.254-11.125-13.255 0-24 10.745-24 24 0 4.067 1.012 7.898 2.797 11.254l-0.063-0.13 92.56 160c3.369 5.737 5.359 12.636 5.359 20 0 22.035-17.817 39.908-39.83 40l-0.009 0h-294.080l55.040-55.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-96 96c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 96 96c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-55.040-55.040h294.080c48.511-0.12 87.79-39.473 87.79-88 0-16.2-4.378-31.378-12.015-44.416l0.225 0.415zM546.6 140l146.88 253.76-75.040-20c-1.386-0.284-2.979-0.447-4.611-0.447-13.255 0-24 10.745-24 24 0 10.451 6.68 19.341 16.003 22.635l0.168 0.052 131.12 35.16c1.852 0.513 3.978 0.807 6.173 0.807 11.053 0 20.36-7.471 23.148-17.639l0.039-0.168 35.16-131.12c0.691-2.138 1.090-4.597 1.090-7.149 0-13.255-10.745-24-24-24-11.379 0-20.909 7.919-23.378 18.547l-0.032 0.162-20.2 75.28-147.12-253.88c-15.546-26.286-43.747-43.638-76-43.638s-60.454 17.352-75.776 43.23l-0.224 0.408-92.8 160c-1.888 3.35-3.001 7.356-3.001 11.621 0 13.255 10.745 24 24 24 8.682 0 16.287-4.61 20.501-11.515l0.060-0.106 92.64-160c7.054-12.001 19.901-19.929 34.6-19.929s27.546 7.928 34.498 19.742l0.102 0.187z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["recycle-light"]},"attrs":[{}],"properties":{"order":27930,"id":306,"name":"recycle-light","prevSize":16,"code":60589},"setIdx":2,"setId":2,"iconIdx":941},{"icon":{"paths":["M984 416c-0.026-66.255-53.742-119.955-120-119.955-32.012 0-61.096 12.535-82.612 32.964l0.052-0.049c-69.44-37.96-153.44-60.28-241.24-64.24l23.56-141.4 84.64 13.040c4.389 44.888 41.935 79.679 87.606 79.679 48.601 0 88-39.399 88-88s-39.399-88-88-88c-34.427 0-64.236 19.769-78.695 48.574l-0.231 0.507-109.44-16.84c-1.099-0.178-2.365-0.28-3.656-0.28-11.842 0-21.681 8.576-23.644 19.857l-0.021 0.143-28.72 172.36c-90.56 2.96-177.64 25.52-249.040 64.6-21.571-20.913-51.025-33.805-83.489-33.805-66.274 0-120 53.726-120 120 0 37.104 16.84 70.275 43.294 92.287l0.195 0.158c-6.675 20.441-10.535 43.965-10.56 68.388l-0 0.012c0 85.040 46.96 164.36 132.2 223.36 82.52 57.16 191.8 88.64 307.8 88.64s225.28-31.48 307.8-88.64c85.24-59 132.2-138.32 132.2-223.36-0.011-24.429-3.858-47.956-10.97-70.016l0.45 1.616c26.005-22.197 42.416-54.971 42.52-91.582l0-0.018zM736 88c22.091 0 40 17.909 40 40s-17.909 40-40 40c-22.091 0-40-17.909-40-40v0c0-22.091 17.909-40 40-40v0zM900.6 478.040c-7.088 4.258-11.757 11.905-11.757 20.642 0 3.395 0.705 6.626 1.977 9.553l-0.060-0.155c8.333 20.097 13.192 43.435 13.24 67.901l0 0.019c0 145.56-176 264-392 264s-392-118.44-392-264c0.054-24.427 4.898-47.709 13.642-68.975l-0.442 1.215c1.251-2.812 1.979-6.093 1.979-9.544 0-8.747-4.679-16.401-11.671-20.595l-0.109-0.061c-21.29-12.768-35.319-35.723-35.319-61.956 0-39.765 32.235-72 72-72 23.805 0 44.912 11.552 58.019 29.357l0.14 0.199c4.415 6.015 11.459 9.876 19.404 9.876 4.319 0 8.372-1.141 11.874-3.138l-0.118 0.062c0.541-0.282 0.986-0.548 1.415-0.835l-0.055 0.035c72.040-43.64 164.8-67.64 261.24-67.64v0c96.4 0 189.12 24 261.16 67.6l0.64 0.44c3.571 2.224 7.906 3.542 12.548 3.542 7.974 0 15.040-3.889 19.404-9.873l0.048-0.068c13.248-18.003 34.354-29.556 58.159-29.556 39.765 0 72 32.235 72 72 0 26.232-14.029 49.188-34.993 61.774l-0.326 0.181zM661.2 692.76c1.76 3.255 2.794 7.126 2.794 11.238 0 9.139-5.109 17.086-12.626 21.139l-0.128 0.063c-40.326 21.84-88.284 34.678-139.24 34.678s-98.914-12.838-140.815-35.455l1.575 0.777c-7.417-4.179-12.343-12.004-12.343-20.979 0-13.255 10.745-24 24-24 3.948 0 7.673 0.953 10.958 2.642l-0.135-0.063c33.813 18.326 74.028 29.099 116.76 29.099s82.947-10.773 118.079-29.75l-1.319 0.651c3.255-1.76 7.126-2.794 11.238-2.794 9.139 0 17.086 5.109 21.139 12.626l0.063 0.128zM352 568c-30.928 0-56-25.072-56-56s25.072-56 56-56c30.928 0 56 25.072 56 56v0c0 30.928-25.072 56-56 56v0zM728 512c0 30.928-25.072 56-56 56s-56-25.072-56-56c0-30.928 25.072-56 56-56v0c30.928 0 56 25.072 56 56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["reddit-logo-light"]},"attrs":[{}],"properties":{"order":27931,"id":305,"name":"reddit-logo-light","prevSize":16,"code":60590},"setIdx":2,"setId":2,"iconIdx":942},{"icon":{"paths":["M104 512c0.182-154.567 125.434-279.818 279.983-280l454.057-0-55-55.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 96 96c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-96 96c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 55-55.040h-454.040c-128.066 0.159-231.841 103.934-232 231.984l-0 0.016c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM896 488c-13.255 0-24 10.745-24 24v0c-0.159 128.066-103.934 231.841-231.984 232l-454.056 0 55-55.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-96 96c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 96 96c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-55-55.040h454.040c154.567-0.182 279.818-125.434 280-279.983l0-0.017c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["repeat-light"]},"attrs":[{}],"properties":{"order":27932,"id":304,"name":"repeat-light","prevSize":16,"code":60591},"setIdx":2,"setId":2,"iconIdx":943},{"icon":{"paths":["M104 512c0.182-154.567 125.434-279.818 279.983-280l454.057-0-55-55.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 96 96c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-96 96c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 55-55.040h-454.040c-128.066 0.159-231.841 103.934-232 231.984l-0 0.016c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM896 488c-13.255 0-24 10.745-24 24v0c-0.159 128.066-103.934 231.841-231.984 232l-454.056 0 55-55.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-96 96c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 96 96c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-55-55.040h454.040c154.567-0.182 279.818-125.434 280-279.983l0-0.017c0-13.255-10.745-24-24-24v0zM544 632c13.255 0 24-10.745 24-24v0-192c0-0.002 0-0.005 0-0.007 0-13.255-10.745-24-24-24-3.907 0-7.596 0.934-10.857 2.59l0.137-0.063-64 32c-8.299 3.897-13.943 12.185-13.943 21.791 0 13.255 10.745 24 24 24 4.17 0 8.092-1.064 11.508-2.934l-0.125 0.063 29.28-14.64v153.2c0 13.255 10.745 24 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["repeat-once-light"]},"attrs":[{}],"properties":{"order":27933,"id":303,"name":"repeat-once-light","prevSize":16,"code":60592},"setIdx":2,"setId":2,"iconIdx":944},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM699.32 362.84c-3.276-1.786-7.174-2.837-11.319-2.837-4.965 0-9.579 1.508-13.407 4.091l0.085-0.054-186.68 124.44v-104.48c0-0.011 0-0.023 0-0.036 0-13.255-10.745-24-24-24-4.965 0-9.577 1.508-13.405 4.090l0.085-0.054-192 128c-6.507 4.362-10.734 11.687-10.734 20s4.226 15.638 10.647 19.945l0.086 0.055 192 128c3.743 2.528 8.355 4.036 13.32 4.036 13.255 0 24-10.745 24-24 0-0.013-0-0.025-0-0.038l0 0.002v-104.48l186.68 124.48c3.743 2.528 8.355 4.036 13.32 4.036 13.255 0 24-10.745 24-24 0-0.013-0-0.025-0-0.038l0 0.002v-256c-0.001-9.109-5.077-17.032-12.554-21.097l-0.126-0.063zM440 595.16l-124.72-83.16 124.72-83.16zM664 595.16l-124.72-83.16 124.72-83.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rewind-circle-light"]},"attrs":[{}],"properties":{"order":27934,"id":302,"name":"rewind-circle-light","prevSize":16,"code":60593},"setIdx":2,"setId":2,"iconIdx":945},{"icon":{"paths":["M891.24 238.88c-7.76-4.326-17.023-6.873-26.881-6.873-11.131 0-21.504 3.248-30.222 8.847l0.223-0.134-330.36 210.44v-163.8c-0.018-20.794-11.506-38.9-28.478-48.336l-0.282-0.144c-7.76-4.326-17.023-6.873-26.881-6.873-11.131 0-21.504 3.248-30.222 8.847l0.223-0.134-352.72 224.68c-15.512 9.938-25.646 27.085-25.646 46.6s10.134 36.662 25.426 46.468l0.22 0.132 352.72 224.68c8.496 5.466 18.868 8.713 29.999 8.713 9.858 0 19.121-2.547 27.166-7.019l-0.286 0.146c17.254-9.58 28.742-27.686 28.76-48.477l0-0.003v-163.8l330.36 210.44c8.496 5.466 18.868 8.713 29.999 8.713 9.858 0 19.121-2.547 27.166-7.019l-0.286 0.146c17.254-9.58 28.742-27.686 28.76-48.477l0-0.003v-449.28c-0.018-20.794-11.506-38.9-28.478-48.336l-0.282-0.144zM456 736.64c0 0.026 0.001 0.056 0.001 0.086 0 2.762-1.618 5.146-3.959 6.256l-0.042 0.018c-1.092 0.642-2.405 1.022-3.806 1.022-1.562 0-3.014-0.471-4.221-1.279l0.028 0.017-352.6-224.64c-2.059-1.291-3.407-3.548-3.407-6.12s1.349-4.829 3.377-6.102l0.030-0.018 352.6-224.64c1.123-0.768 2.503-1.241 3.99-1.28l0.010-0c0.016-0 0.036-0 0.055-0 1.45 0 2.811 0.386 3.984 1.061l-0.039-0.021c2.382 1.128 4.001 3.512 4.001 6.274 0 0.030-0 0.060-0.001 0.091l0-0.005zM872 736.64c0 0.026 0.001 0.056 0.001 0.086 0 2.762-1.618 5.146-3.959 6.256l-0.042 0.018c-1.092 0.642-2.405 1.022-3.806 1.022-1.562 0-3.014-0.471-4.221-1.279l0.028 0.017-352.76-224.64c-2.059-1.291-3.407-3.548-3.407-6.12s1.349-4.829 3.377-6.102l0.030-0.018 352.76-224.64c1.123-0.768 2.503-1.241 3.99-1.28l0.010-0c0.016-0 0.036-0 0.055-0 1.45 0 2.811 0.386 3.984 1.061l-0.039-0.021c2.382 1.128 4.001 3.512 4.001 6.274 0 0.030-0 0.060-0.001 0.091l0-0.005z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rewind-light"]},"attrs":[{}],"properties":{"order":27935,"id":301,"name":"rewind-light","prevSize":16,"code":60594},"setIdx":2,"setId":2,"iconIdx":946},{"icon":{"paths":["M939.76 788.92c-3.384 1.937-7.439 3.078-11.76 3.078-8.933 0-16.726-4.88-20.858-12.12l-0.062-0.118-281.12-499.76h-89.96v40c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-40h-89.96l-281.12 499.76c-4.164 7.474-12.019 12.446-21.036 12.446-13.255 0-24-10.745-24-24 0-4.405 1.187-8.532 3.257-12.080l-0.061 0.114 267.88-476.24h-246.96c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h832c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-246.96l268 476.24c1.919 3.372 3.050 7.408 3.050 11.708 0 8.97-4.921 16.79-12.21 20.909l-0.12 0.062zM512 456c-13.255 0-24 10.745-24 24v0 64c0 13.255 10.745 24 24 24s24-10.745 24-24v0-64c0-13.255-10.745-24-24-24v0zM512 680c-13.255 0-24 10.745-24 24v0 64c0 13.255 10.745 24 24 24s24-10.745 24-24v0-64c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["road-horizon-light"]},"attrs":[{}],"properties":{"order":27936,"id":300,"name":"road-horizon-light","prevSize":16,"code":60595},"setIdx":2,"setId":2,"iconIdx":947},{"icon":{"paths":["M800 200h-264v-136c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 136h-264c-66.274 0-120 53.726-120 120v0 448c0 66.274 53.726 120 120 120v0h576c66.274 0 120-53.726 120-120v0-448c0-66.274-53.726-120-120-120v0zM872 768c0 39.765-32.235 72-72 72v0h-576c-39.765 0-72-32.235-72-72v0-448c0-39.765 32.235-72 72-72v0h576c39.765 0 72 32.235 72 72v0zM656 552h-288c-57.438 0-104 46.562-104 104s46.562 104 104 104v0h288c57.438 0 104-46.562 104-104s-46.562-104-104-104v0zM552 600v112h-80v-112zM312 656c0-30.928 25.072-56 56-56v0h56v112h-56c-30.928 0-56-25.072-56-56v0zM656 712h-56v-112h56c30.928 0 56 25.072 56 56s-25.072 56-56 56v0zM296 432c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0zM648 432c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["robot-light"]},"attrs":[{}],"properties":{"order":27937,"id":299,"name":"robot-light","prevSize":16,"code":60596},"setIdx":2,"setId":2,"iconIdx":948},{"icon":{"paths":["M407.32 741.8c-1.52 6.2-38.96 146.2-247.32 146.2-13.255 0-24-10.745-24-24v0c0-208.36 140.24-245.8 146.2-247.28 1.629-0.394 3.498-0.62 5.421-0.62 13.255 0 24 10.745 24 24 0 11.043-7.458 20.344-17.612 23.141l-0.169 0.040c-4 1.080-99.36 28.32-109.040 176 149.36-9.88 175.68-108 176-109.040 2.696-10.534 12.103-18.196 23.3-18.196 13.264 0 24.016 10.752 24.016 24.016 0 2.067-0.261 4.073-0.752 5.986l0.036-0.166zM781.44 468.52v0l-21.44 21.4v236.68c0 0.034 0 0.073 0 0.113 0 15.416-6.269 29.368-16.398 39.444l-0.002 0.002-137.4 137.4c-10.132 10.125-24.126 16.386-39.582 16.386-28.086 0-51.344-20.677-55.38-47.639l-0.038-0.308-21.84-156.6-180.64-180.76-156.52-21.84c-27.37-3.981-48.156-27.287-48.156-55.448 0-15.461 6.266-29.459 16.396-39.592l137.4-137.4c10.069-10.107 23.999-16.36 39.39-16.36 0.060 0 0.119 0 0.179 0l-0.009-0h236.68l21.4-21.4c104.44-104.44 230.28-108.92 279.52-106 28.197 1.794 50.624 24.207 52.431 52.235l0.009 0.165c2.92 49.24-1.6 175-106 279.52zM158.92 465.28l152.56 21.28 174.6-174.56h-188.68c-2.205 0.010-4.198 0.91-5.64 2.36l-0 0-137.36 137.32c-1.433 1.445-2.318 3.435-2.318 5.632 0 0.845 0.131 1.66 0.374 2.425l-0.016-0.057c0.845 2.98 3.358 5.198 6.441 5.596l0.039 0.004zM712 537.92l-174.6 174.6 21.28 152.64c0.597 3.879 3.912 6.815 7.912 6.815 2.225 0 4.238-0.908 5.688-2.374l0.001-0.001 137.36-137.36c1.45-1.442 2.35-3.435 2.36-5.638l0-0.002zM839.52 192c-0.329-3.903-3.417-6.991-7.291-7.318l-0.029-0.002c-6.012-0.411-13.031-0.645-20.104-0.645-87.029 0-165.785 35.419-222.64 92.629l-0.016 0.016-235.48 235.32 158.040 158.040 235.48-235.44c57.242-56.874 92.673-135.641 92.673-222.683 0-7.007-0.23-13.961-0.682-20.854l0.049 0.937z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rocket-launch-light"]},"attrs":[{}],"properties":{"order":27938,"id":298,"name":"rocket-launch-light","prevSize":16,"code":60597},"setIdx":2,"setId":2,"iconIdx":949},{"icon":{"paths":["M600 896c0 13.255-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0zM512 440c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM886.68 621.6l-49.44 222.4c-5.73 25.315-28.033 43.933-54.684 43.933-13.094 0-25.137-4.494-34.674-12.023l0.118 0.090-111.16-84h-249.56l-111.28 84c-9.436 7.488-21.519 12.013-34.658 12.013-26.681 0-49.003-18.659-54.631-43.639l-0.071-0.374-49.32-222.4c-0.836-3.634-1.315-7.807-1.315-12.092 0-13.694 4.894-26.244 13.028-35.998l-0.073 0.090 116-139.040c3.928-53.815 16.030-103.742 35.096-150.068l-1.176 3.228c50.88-127.52 142.080-207.52 178.92-236 9.376-7.327 21.331-11.749 34.32-11.749s24.944 4.422 34.444 11.842l-0.124-0.093c36.84 28.48 128 108.48 178.92 236 17.89 43.098 29.992 93.025 33.826 145.249l0.094 1.591 116 139.040c7.947 9.626 12.766 22.090 12.766 35.679 0 4.368-0.498 8.619-1.44 12.7l0.074-0.379zM393.040 744h237.92c87.72-153.84 104.48-301.32 49.72-438.48-47.8-120-137.4-195.48-163.72-216-1.35-1.074-3.079-1.723-4.96-1.723s-3.61 0.649-4.976 1.736l0.016-0.013c-26.32 20.36-116 96-163.72 216-54.76 137.16-38 284.64 49.72 438.48zM348 761.6c-48-85.96-75.6-170.4-82.48-252.76l-79.68 95.48c-1.16 1.379-1.864 3.174-1.864 5.133 0 0.605 0.067 1.194 0.194 1.76l-0.010-0.053 49.48 222.56c0.822 3.612 4.006 6.267 7.81 6.267 1.894 0 3.635-0.659 5.006-1.759l-0.016 0.012 0.52-0.44zM838.28 604.32l-79.56-95.48c-6.88 82.36-34.4 166.8-82.48 252.76l101.44 76.44c1.355 1.088 3.095 1.747 4.99 1.747 3.804 0 6.988-2.655 7.8-6.213l0.010-0.054 49.52-222.36c0.097-0.468 0.153-1.006 0.153-1.557 0-2.029-0.755-3.882-2-5.292l0.007 0.009z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rocket-light"]},"attrs":[{}],"properties":{"order":27939,"id":297,"name":"rocket-light","prevSize":16,"code":60598},"setIdx":2,"setId":2,"iconIdx":950},{"icon":{"paths":["M832 552h-640c-30.928 0-56 25.072-56 56v0 160c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-160c0-30.928-25.072-56-56-56v0zM840 768c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-160c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM832 200h-640c-30.928 0-56 25.072-56 56v0 160c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-160c0-30.928-25.072-56-56-56v0zM840 416c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-160c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rows-light"]},"attrs":[{}],"properties":{"order":27940,"id":296,"name":"rows-light","prevSize":16,"code":60599},"setIdx":2,"setId":2,"iconIdx":951},{"icon":{"paths":["M390 634c50.653 50.389 82.001 120.142 82.001 197.217 0 0.275-0 0.55-0.001 0.825l0-0.043c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0-128.13-103.87-232-232-232v0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0c0.232-0.001 0.508-0.001 0.783-0.001 77.075 0 146.828 31.348 197.206 81.989l0.012 0.012zM192 360c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c234.169 0 424 189.831 424 424v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-260.678-211.322-472-472-472v0zM661.52 362.48c-119.503-120.134-284.933-194.482-467.727-194.482-0.63 0-1.26 0.001-1.89 0.003l0.098-0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c0.482-0.001 1.052-0.002 1.622-0.002 169.591 0 323.070 68.981 433.911 180.415l0.027 0.027c111.461 110.868 180.442 264.347 180.442 433.938 0 0.57-0.001 1.141-0.002 1.711l0-0.088c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0.002-0.532 0.002-1.162 0.002-1.793 0-182.795-74.348-348.224-194.454-467.699l-0.028-0.028zM208 776c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rss-light"]},"attrs":[{}],"properties":{"order":27941,"id":295,"name":"rss-light","prevSize":16,"code":60600},"setIdx":2,"setId":2,"iconIdx":952},{"icon":{"paths":["M856 800c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0-322-262-584-584-584-13.255 0-24-10.745-24-24s10.745-24 24-24v0c348.48 0 632 283.52 632 632zM224 456c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c163.394 0.205 295.795 132.606 296 295.981l0 0.019c0 13.255 10.745 24 24 24s24-10.745 24-24v0c-0.227-189.894-154.106-343.773-343.978-344l-0.022-0zM240 744c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rss-simple-light"]},"attrs":[{}],"properties":{"order":27942,"id":294,"name":"rss-simple-light","prevSize":16,"code":60601},"setIdx":2,"setId":2,"iconIdx":953},{"icon":{"paths":["M800 72c-13.255 0-24 10.745-24 24v0 72h-144v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-144v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-144v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 832c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h144v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h144v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h144v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-832c0-13.255-10.745-24-24-24v0zM248 216h528v592h-528zM512 696c8.685-0.005 16.29-4.622 20.5-11.534l0.060-0.106 96-160c2.153-3.527 3.427-7.795 3.427-12.36s-1.275-8.833-3.487-12.466l0.060 0.106-96-160c-4.274-7.010-11.879-11.619-20.56-11.619s-16.286 4.609-20.5 11.514l-0.060 0.106-96 160c-2.153 3.527-3.427 7.795-3.427 12.36s1.275 8.833 3.487 12.466l-0.060-0.106 96 160c4.27 7.018 11.875 11.635 20.559 11.64l0.001 0zM512 398.64l68 113.36-68 113.36-68-113.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["rug-light"]},"attrs":[{}],"properties":{"order":27943,"id":293,"name":"rug-light","prevSize":16,"code":60602},"setIdx":2,"setId":2,"iconIdx":954},{"icon":{"paths":["M935.64 299.16l-210.76-210.76c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-557.32 557.24c-10.135 10.134-16.404 24.135-16.404 39.6s6.269 29.466 16.404 39.6l210.76 210.76c10.134 10.135 24.135 16.404 39.6 16.404s29.466-6.269 39.6-16.404l557.32-557.24c10.135-10.134 16.404-24.135 16.404-39.6s-6.269-29.466-16.404-39.6l-0-0zM901.68 344.4l-557.28 557.24c-1.448 1.45-3.449 2.346-5.66 2.346s-4.212-0.897-5.66-2.346l-0-0-210.76-210.72c-1.45-1.448-2.346-3.449-2.346-5.66s0.897-4.212 2.346-5.66l0-0 133.68-133.68 111.040 111.040c4.393 4.706 10.634 7.639 17.559 7.639 13.255 0 24-10.745 24-24 0-6.925-2.933-13.165-7.625-17.546l-0.014-0.013-111.040-111.040 94.080-94.080 111.040 111.040c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-111.040-111.040 94.080-94.040 111.040 111c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-111-111.040 133.64-133.64c1.448-1.45 3.449-2.346 5.66-2.346s4.212 0.897 5.66 2.346l0 0 210.76 210.72c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ruler-light"]},"attrs":[{}],"properties":{"order":27944,"id":292,"name":"ruler-light","prevSize":16,"code":60603},"setIdx":2,"setId":2,"iconIdx":955},{"icon":{"paths":["M950.28 535.080l-128-320c-3.638-8.914-12.239-15.081-22.281-15.081-1.828 0-3.608 0.204-5.319 0.592l0.161-0.031-258.84 57.52v-98.080c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 108.76l-269.2 60c-7.831 1.783-14.102 7.209-17.022 14.36l-0.058 0.16-128 320c-1.054 2.58-1.682 5.571-1.72 8.705l-0 0.015c0 87.44 93.24 120 152 120s152-32.56 152-120c-0.011-3.215-0.641-6.279-1.779-9.083l0.059 0.163-117.52-293.76 231.24-51.4v522.080h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-532.76l224.84-49.96-111.12 277.8c-1.079 2.641-1.709 5.705-1.72 8.916l-0 0.004c0 87.44 93.24 120 152 120s152-32.56 152-120c-0.011-3.215-0.641-6.279-1.779-9.083l0.059 0.163zM224 744c-25.68-0.207-49.743-6.942-70.669-18.624l0.749 0.384c-21.48-12.52-32.6-28.72-33.96-49.48l104-259.64 104 259.64c-3.88 55.12-77.8 67.72-104.12 67.72zM800 616c-25.68-0.207-49.743-6.942-70.669-18.624l0.749 0.384c-21.48-12.52-32.6-28.72-33.96-49.48l104-259.64 104 259.64c-3.88 55.12-77.8 67.72-104.12 67.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scales-light"]},"attrs":[{}],"properties":{"order":27945,"id":291,"name":"scales-light","prevSize":16,"code":60604},"setIdx":2,"setId":2,"iconIdx":956},{"icon":{"paths":["M888 160v160c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-136h-136c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0zM320 840h-136v-136c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 160c0 13.255 10.745 24 24 24v0h160c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM864 680c-13.255 0-24 10.745-24 24v0 136h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c13.255 0 24-10.745 24-24v0-160c0-13.255-10.745-24-24-24v0zM160 344c13.255 0 24-10.745 24-24v0-136h136c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-160c-13.255 0-24 10.745-24 24v0 160c0 13.255 10.745 24 24 24v0zM672 728h-320c-30.928 0-56-25.072-56-56v0-320c0-30.928 25.072-56 56-56v0h320c30.928 0 56 25.072 56 56v0 320c0 30.928-25.072 56-56 56v0zM680 352c0-4.418-3.582-8-8-8v0h-320c-4.418 0-8 3.582-8 8v0 320c0 4.418 3.582 8 8 8v0h320c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scan-light"]},"attrs":[{}],"properties":{"order":27946,"id":290,"name":"scan-light","prevSize":16,"code":60605},"setIdx":2,"setId":2,"iconIdx":957},{"icon":{"paths":["M637.52 448c-2.62-3.789-4.185-8.482-4.185-13.541 0-8.199 4.111-15.437 10.384-19.767l0.080-0.052 270.64-185.24c3.794-2.626 8.494-4.195 13.56-4.195 13.263 0 24.015 10.752 24.015 24.015 0 8.197-4.107 15.434-10.375 19.768l-0.080 0.052-270.68 185.2c-3.793 2.628-8.493 4.197-13.56 4.197-8.187 0-15.417-4.099-19.748-10.358l-0.052-0.080zM948 788.36c-4.384 6.338-11.613 10.437-19.8 10.437-5.066 0-9.766-1.57-13.639-4.25l0.080 0.052-370.64-253.52-180 123.16c7.701 16.528 12.194 35.882 12.194 56.286 0 75.111-60.889 136-136 136s-136-60.889-136-136c0-75.111 60.889-136 136-136 37.376 0 71.231 15.078 95.814 39.482l-0.008-0.008c0.238 0.292 0.487 0.553 0.754 0.795l0.006 0.005 164.72-112.8-164.56-112.64-0.92 0.64c-24.588 24.475-58.496 39.605-95.938 39.605-75.111 0-136-60.889-136-136s60.889-136 136-136c75.111 0 136 60.889 136 136 0 20.291-4.444 39.544-12.411 56.839l0.349-0.844 577.52 395.2c6.486 4.365 10.695 11.678 10.695 19.975 0 5.077-1.577 9.787-4.267 13.665l0.052-0.079zM302.24 366.2c15.916-15.923 25.76-37.917 25.76-62.211 0-48.601-39.399-88-88-88s-88 39.399-88 88c0 24.293 9.844 46.287 25.76 62.211l-0-0c15.872 16.050 37.895 25.99 62.24 25.99s46.368-9.94 62.232-25.982l0.008-0.008zM328 720c-0.017-48.588-39.409-87.971-88-87.971-48.601 0-88 39.399-88 88s39.399 88 88 88c24.308 0 46.314-9.856 62.24-25.789l0-0c15.913-15.85 25.76-37.781 25.76-62.012 0-0.080-0-0.16-0-0.24l0 0.012z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scissors-light"]},"attrs":[{}],"properties":{"order":27947,"id":289,"name":"scissors-light","prevSize":16,"code":60606},"setIdx":2,"setId":2,"iconIdx":958},{"icon":{"paths":["M848 552c-6.913 0.014-13.692 0.537-20.316 1.533l0.756-0.093-133.68-401.040c-3.278-9.609-12.226-16.398-22.76-16.4l-128-0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h110.72l79 237-201.44 259h-220.52c-4.376-71.564-63.484-127.946-135.761-127.946-75.111 0-136 60.889-136 136s60.889 136 136 136c60.856 0 112.376-39.971 129.74-95.091l0.262-0.963h238c0.001 0 0.003 0 0.004 0 7.683 0 14.523-3.61 18.916-9.227l0.040-0.053 189.040-243 30.96 92.92c-42.512 23.553-70.814 68.151-70.814 119.36 0 75.111 60.889 136 136 136s136-60.889 136-136c0-75.111-60.889-136-136-136-0.051 0-0.102 0-0.154 0l0.008-0zM176 776c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0zM848 776c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scooter-light"]},"attrs":[{}],"properties":{"order":27948,"id":288,"name":"scooter-light","prevSize":16,"code":60607},"setIdx":2,"setId":2,"iconIdx":959},{"icon":{"paths":["M920 224v576c0 30.928-25.072 56-56 56v0h-288c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h288c4.418 0 8-3.582 8-8v0-576c0-4.418-3.582-8-8-8v0h-704c-4.418 0-8 3.582-8 8v0 160c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-160c0-30.928 25.072-56 56-56v0h704c30.928 0 56 25.072 56 56v0zM128 744c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c22.091 0 40 17.909 40 40v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-48.601-39.399-88-88-88v0zM128 616c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c92.784 0 168 75.216 168 168v0c0 13.255 10.745 24 24 24s24-10.745 24-24v0c-0.137-119.239-96.762-215.864-215.987-216l-0.013-0zM128 488c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c163.394 0.205 295.795 132.606 296 295.981l0 0.019c0 13.255 10.745 24 24 24s24-10.745 24-24v0c-0.227-189.894-154.106-343.773-343.978-344l-0.022-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["screencast-light"]},"attrs":[{}],"properties":{"order":27949,"id":287,"name":"screencast-light","prevSize":16,"code":60608},"setIdx":2,"setId":2,"iconIdx":960},{"icon":{"paths":["M977.8 624c-5.28-5.84-97.080-105.68-245.48-162-6-73.96-32.52-141.24-76-192-57.36-66.8-140.32-102-240.32-102-202.040 0-334 181.52-339.52 189.24-2.814 3.884-4.501 8.745-4.501 14 0 13.267 10.755 24.021 24.021 24.021 8.012 0 15.108-3.922 19.472-9.951l0.048-0.070c1.2-1.76 123.48-169.24 300.48-169.24 85.48 0 156 29.4 203.72 85.080 33.040 38.48 54.56 88.56 62.48 144.24-45.53-13.487-97.846-21.271-151.973-21.32l-0.027-0c-102.32 0-188 26.6-248 76.88-52.4 44-82.48 105.36-82.48 168-0.006 0.534-0.009 1.165-0.009 1.797 0 50.248 20.296 95.755 53.137 128.771l-0.008-0.008c37.4 37.040 89.040 56.56 149.56 56.56 206.92 0 322.2-172.36 330.72-341.52 128.2 53.96 208 140.36 209.080 141.6 4.304 4.133 10.161 6.678 16.612 6.678 13.255 0 24-10.745 24-24 0-5.553-1.886-10.665-5.052-14.732l0.040 0.054zM612 710.12c-36.32 44.64-102.24 97.88-209.6 97.88-74.4 0-154.4-43.52-154.4-139 0-94.88 88.36-197 282.4-197 55.535 0.189 108.882 9.279 158.779 25.914l-3.579-1.034c-0.56 78.88-27.28 156.48-73.6 213.24z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scribble-loop-light"]},"attrs":[{}],"properties":{"order":27950,"id":286,"name":"scribble-loop-light","prevSize":16,"code":60609},"setIdx":2,"setId":2,"iconIdx":961},{"icon":{"paths":["M392 544c0-13.255 10.745-24 24-24v0h256c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24v0zM416 440h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-256c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM920 768c0 66.274-53.726 120-120 120v0h-448c-66.274 0-120-53.726-120-120v0-512c0-39.765-32.235-72-72-72s-72 32.235-72 72v0c0 27.040 22.32 44.76 22.56 44.92 5.809 4.427 9.52 11.35 9.52 19.14 0 13.255-10.745 24-24 24-5.465 0-10.504-1.827-14.538-4.903l0.058 0.043c-1.6-1.28-41.6-31.8-41.6-83.2 0-66.274 53.726-120 120-120v0h544c66.274 0 120 53.726 120 120v0 424h40c5.43 0 10.439 1.803 14.46 4.844l-0.060-0.044c1.6 1.28 41.6 31.8 41.6 83.2zM424 768c0-27.040-22.36-44.76-22.56-44.92-5.763-4.429-9.441-11.325-9.441-19.080 0-13.255 10.745-24 24-24 0 0 0.001 0 0.001 0l360-0v-424c0-39.765-32.235-72-72-72v0h-448c14.982 19.723 24 44.688 24 71.76 0 0.084-0 0.169-0 0.253l0-0.013v512c0 39.765 32.235 72 72 72s72-32.235 72-72v0zM872 768c-0.581-15.66-7.103-29.693-17.362-40.002l0.002 0.002h-391.12c5.337 11.769 8.456 25.517 8.48 39.991l0 0.009c0 0.052 0 0.112 0 0.173 0 27.094-9.018 52.081-24.216 72.124l0.216-0.297h352c39.765 0 72-32.235 72-72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["scroll-light"]},"attrs":[{}],"properties":{"order":27951,"id":285,"name":"scroll-light","prevSize":16,"code":60610},"setIdx":2,"setId":2,"iconIdx":962},{"icon":{"paths":["M897.68 416.8c-15.6-16.28-31.72-33.080-38.2-48.72-6-14.52-6.32-36-6.68-58.72-0.56-37.52-1.2-80-29.68-108.48s-71.12-29.12-108.48-29.68c-22.72-0.36-44-0.68-58.72-6.68-15.64-6.48-32.44-22.6-48.72-38.2-26.56-25.44-56.64-54.32-95.2-54.32s-68.64 28.88-95.2 54.32c-16.28 15.6-33.080 31.72-48.72 38.2-14.52 6-36 6.32-58.72 6.68-37.52 0.56-80 1.2-108.48 29.68s-29.12 71.12-29.68 108.48c-0.36 22.72-0.68 44-6.68 58.72-6.48 15.64-22.6 32.44-38.2 48.72-25.44 26.56-54.32 56.64-54.32 95.2s28.88 68.64 54.32 95.2c15.6 16.28 31.72 33.080 38.2 48.72 6 14.52 6.32 36 6.68 58.72 0.56 37.52 1.2 80 29.68 108.48s71.12 29.12 108.48 29.68c22.72 0.36 44 0.68 58.72 6.68 15.64 6.48 32.44 22.6 48.72 38.2 26.56 25.44 56.64 54.32 95.2 54.32s68.64-28.88 95.2-54.32c16.28-15.6 33.080-31.72 48.72-38.2 14.52-6 36-6.32 58.72-6.68 37.52-0.56 80-1.2 108.48-29.68s29.12-70.96 29.68-108.48c0.36-22.72 0.68-44 6.68-58.72 6.48-15.64 22.6-32.44 38.2-48.72 25.44-26.56 54.32-56.64 54.32-95.2s-28.88-68.64-54.32-95.2zM863.040 574c-18.68 19.44-38 39.6-48 63.6-9.52 22.96-9.92 50.080-10.32 76.32-0.44 29.76-0.92 60.56-15.6 75.28s-45.52 15.16-75.28 15.6c-26.24 0.4-53.36 0.8-76.32 10.32-24 9.92-44 29.24-63.64 48-21 20-42.72 40.96-61.96 40.96s-40.96-20.84-62-40.96c-19.44-18.68-39.6-38-63.6-48-22.96-9.52-50.080-9.92-76.32-10.32-29.76-0.44-60.56-0.92-75.28-15.6s-15.16-45.52-15.6-75.28c-0.4-26.24-0.8-53.36-10.32-76.32-9.92-24-29.24-44-48-63.64-19.96-21-40.8-42.72-40.8-61.96s20.84-40.96 40.96-62c18.68-19.44 38-39.6 48-63.6 9.52-22.96 9.92-50.080 10.32-76.32 0.44-29.76 0.92-60.56 15.6-75.28s45.52-15.16 75.28-15.6c26.24-0.4 53.36-0.8 76.32-10.32 24-9.92 44-29.24 63.64-48 20.92-20.040 42.64-40.88 61.88-40.88s40.96 20.84 62 40.96c19.44 18.68 39.6 38 63.6 48 22.96 9.52 50.080 9.92 76.32 10.32 29.76 0.44 60.56 0.92 75.28 15.6s15.16 45.52 15.6 75.28c0.4 26.24 0.8 53.36 10.32 76.32 9.92 24 29.24 44 48 63.64 20 21 40.96 42.72 40.96 61.96s-20.92 40.88-41.040 61.92zM688.96 399.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-224 224c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-96-96c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79 207.040-207c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["seal-check-light"]},"attrs":[{}],"properties":{"order":27952,"id":284,"name":"seal-check-light","prevSize":16,"code":60611},"setIdx":2,"setId":2,"iconIdx":963},{"icon":{"paths":["M897.68 416.8c-15.6-16.28-31.72-33.080-38.2-48.72-6-14.52-6.32-36-6.68-58.72-0.56-37.52-1.2-80-29.68-108.48s-71.12-29.12-108.48-29.68c-22.72-0.36-44-0.68-58.72-6.68-15.64-6.48-32.44-22.6-48.72-38.2-26.56-25.44-56.64-54.32-95.2-54.32s-68.64 28.88-95.2 54.32c-16.28 15.6-33.080 31.72-48.72 38.2-14.52 6-36 6.32-58.72 6.68-37.52 0.56-80 1.2-108.48 29.68s-29.12 71.12-29.68 108.48c-0.36 22.72-0.68 44-6.68 58.72-6.48 15.64-22.6 32.44-38.2 48.72-25.44 26.56-54.32 56.64-54.32 95.2s28.88 68.64 54.32 95.2c15.6 16.28 31.72 33.080 38.2 48.72 6 14.52 6.32 36 6.68 58.72 0.56 37.52 1.2 80 29.68 108.48s71.12 29.12 108.48 29.68c22.72 0.36 44 0.68 58.72 6.68 15.64 6.48 32.44 22.6 48.72 38.2 26.56 25.44 56.64 54.32 95.2 54.32s68.64-28.88 95.2-54.32c16.28-15.6 33.080-31.72 48.72-38.2 14.52-6 36-6.32 58.72-6.68 37.52-0.56 80-1.2 108.48-29.68s29.12-70.96 29.68-108.48c0.36-22.72 0.68-44 6.68-58.72 6.48-15.64 22.6-32.44 38.2-48.72 25.44-26.56 54.32-56.64 54.32-95.2s-28.88-68.64-54.32-95.2zM863.040 573.96c-18.68 19.48-38 39.64-48 63.64-9.52 22.96-9.92 50.080-10.32 76.32-0.44 29.76-0.92 60.56-15.6 75.28s-45.52 15.16-75.28 15.6c-26.24 0.4-53.36 0.8-76.32 10.32-24 9.92-44 29.24-63.64 48-21 20-42.72 40.96-61.96 40.96s-40.96-20.84-61.96-40.96c-19.48-18.68-39.64-38-63.64-48-22.96-9.52-50.080-9.92-76.32-10.32-29.76-0.44-60.56-0.92-75.28-15.6s-15.16-45.52-15.6-75.28c-0.4-26.24-0.8-53.36-10.32-76.32-9.92-24-29.24-44-48-63.64-19.96-21-40.8-42.72-40.8-61.96s20.84-40.96 40.96-62c18.68-19.44 38-39.6 48-63.6 9.52-22.96 9.92-50.080 10.32-76.32 0.44-29.76 0.92-60.56 15.6-75.28s45.52-15.16 75.28-15.6c26.24-0.4 53.36-0.8 76.32-10.32 24-9.92 44-29.24 63.64-48 20.92-20.040 42.64-40.88 61.88-40.88s40.96 20.84 61.96 40.96c19.48 18.68 39.64 38 63.64 48 22.96 9.52 50.080 9.92 76.32 10.32 29.76 0.44 60.56 0.92 75.28 15.6s15.16 45.52 15.6 75.28c0.4 26.24 0.8 53.36 10.32 76.32 9.92 24 29.24 44 48 63.64 20 21 40.96 42.72 40.96 61.96s-20.92 40.88-41.040 61.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["seal-light"]},"attrs":[{}],"properties":{"order":27953,"id":283,"name":"seal-light","prevSize":16,"code":60612},"setIdx":2,"setId":2,"iconIdx":964},{"icon":{"paths":["M897.68 416.8c-15.6-16.28-31.72-33.080-38.2-48.72-6-14.52-6.32-36-6.68-58.72-0.56-37.52-1.2-80-29.68-108.48s-71.12-29.12-108.48-29.68c-22.72-0.36-44-0.68-58.72-6.68-15.64-6.48-32.44-22.6-48.72-38.2-26.56-25.44-56.64-54.32-95.2-54.32s-68.64 28.88-95.2 54.32c-16.28 15.6-33.080 31.72-48.72 38.2-14.52 6-36 6.32-58.72 6.68-37.52 0.56-80 1.2-108.48 29.68s-29.12 71.12-29.68 108.48c-0.36 22.72-0.68 44-6.68 58.72-6.48 15.64-22.6 32.44-38.2 48.72-25.44 26.56-54.32 56.64-54.32 95.2s28.88 68.64 54.32 95.2c15.6 16.28 31.72 33.080 38.2 48.72 6 14.52 6.32 36 6.68 58.72 0.56 37.52 1.2 80 29.68 108.48s71.12 29.12 108.48 29.68c22.72 0.36 44 0.68 58.72 6.68 15.64 6.48 32.44 22.6 48.72 38.2 26.56 25.44 56.64 54.32 95.2 54.32s68.64-28.88 95.2-54.32c16.28-15.6 33.080-31.72 48.72-38.2 14.52-6 36-6.32 58.72-6.68 37.52-0.56 80-1.2 108.48-29.68s29.12-70.96 29.68-108.48c0.36-22.72 0.68-44 6.68-58.72 6.48-15.64 22.6-32.44 38.2-48.72 25.44-26.56 54.32-56.64 54.32-95.2s-28.88-68.64-54.32-95.2zM863.040 574c-18.68 19.44-38 39.6-48 63.6-9.52 22.96-9.92 50.080-10.32 76.32-0.44 29.76-0.92 60.56-15.6 75.28s-45.52 15.16-75.28 15.6c-26.24 0.4-53.36 0.8-76.32 10.32-24 9.92-44 29.24-63.64 48-21 20-42.72 40.96-61.96 40.96s-40.96-20.84-62-40.96c-19.44-18.68-39.6-38-63.6-48-22.96-9.52-50.080-9.92-76.32-10.32-29.76-0.44-60.56-0.92-75.28-15.6s-15.16-45.52-15.6-75.28c-0.4-26.24-0.8-53.36-10.32-76.32-9.92-24-29.24-44-48-63.64-19.96-21-40.8-42.72-40.8-61.96s20.84-40.96 40.96-62c18.68-19.44 38-39.6 48-63.6 9.52-22.96 9.92-50.080 10.32-76.32 0.44-29.76 0.92-60.56 15.6-75.28s45.52-15.16 75.28-15.6c26.24-0.4 53.36-0.8 76.32-10.32 24-9.92 44-29.24 63.64-48 20.92-20.040 42.64-40.88 61.88-40.88s40.96 20.84 62 40.96c19.44 18.68 39.6 38 63.6 48 22.96 9.52 50.080 9.92 76.32 10.32 29.76 0.44 60.56 0.92 75.28 15.6s15.16 45.52 15.6 75.28c0.4 26.24 0.8 53.36 10.32 76.32 9.92 24 29.24 44 48 63.64 20 21 40.96 42.72 40.96 61.96s-20.92 40.88-41.040 61.92zM552 720c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM664 432c0 67.68-55.56 124-128 134.32v9.68c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-32c0-13.255 10.745-24 24-24v0c57.36 0 104-39.48 104-88s-46.64-88-104-88-104 39.48-104 88v16c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-16c0-75 68-136 152-136s152 61 152 136z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["seal-question-light"]},"attrs":[{}],"properties":{"order":27954,"id":282,"name":"seal-question-light","prevSize":16,"code":60613},"setIdx":2,"setId":2,"iconIdx":965},{"icon":{"paths":["M897.68 416.8c-15.6-16.28-31.72-33.080-38.2-48.72-6-14.52-6.32-36-6.68-58.72-0.56-37.52-1.2-80-29.68-108.48s-71.12-29.12-108.48-29.68c-22.72-0.36-44-0.68-58.72-6.68-15.64-6.48-32.44-22.6-48.72-38.2-26.56-25.44-56.64-54.32-95.2-54.32s-68.64 28.88-95.2 54.32c-16.28 15.6-33.080 31.72-48.72 38.2-14.52 6-36 6.32-58.72 6.68-37.52 0.56-80 1.2-108.48 29.68s-29.12 71.12-29.68 108.48c-0.36 22.72-0.68 44-6.68 58.72-6.48 15.64-22.6 32.44-38.2 48.72-25.44 26.56-54.32 56.64-54.32 95.2s28.88 68.64 54.32 95.2c15.6 16.28 31.72 33.080 38.2 48.72 6 14.52 6.32 36 6.68 58.72 0.56 37.52 1.2 80 29.68 108.48s71.12 29.12 108.48 29.68c22.72 0.36 44 0.68 58.72 6.68 15.64 6.48 32.44 22.6 48.72 38.2 26.56 25.44 56.64 54.32 95.2 54.32s68.64-28.88 95.2-54.32c16.28-15.6 33.080-31.72 48.72-38.2 14.52-6 36-6.32 58.72-6.68 37.52-0.56 80-1.2 108.48-29.68s29.12-70.96 29.68-108.48c0.36-22.72 0.68-44 6.68-58.72 6.48-15.64 22.6-32.44 38.2-48.72 25.44-26.56 54.32-56.64 54.32-95.2s-28.88-68.64-54.32-95.2zM863.040 574c-18.68 19.44-38 39.6-48 63.6-9.52 22.96-9.92 50.080-10.32 76.32-0.44 29.76-0.92 60.56-15.6 75.28s-45.52 15.16-75.28 15.6c-26.24 0.4-53.36 0.8-76.32 10.32-24 9.92-44 29.24-63.64 48-21 20-42.72 40.96-61.96 40.96s-40.96-20.84-62-40.96c-19.44-18.68-39.6-38-63.6-48-22.96-9.52-50.080-9.92-76.32-10.32-29.76-0.44-60.56-0.92-75.28-15.6s-15.16-45.52-15.6-75.28c-0.4-26.24-0.8-53.36-10.32-76.32-9.92-24-29.24-44-48-63.64-19.96-21-40.8-42.72-40.8-61.96s20.84-40.96 40.96-62c18.68-19.44 38-39.6 48-63.6 9.52-22.96 9.92-50.080 10.32-76.32 0.44-29.76 0.92-60.56 15.6-75.28s45.52-15.16 75.28-15.6c26.24-0.4 53.36-0.8 76.32-10.32 24-9.92 44-29.24 63.64-48 20.92-20.040 42.64-40.88 61.88-40.88s40.96 20.84 62 40.96c19.44 18.68 39.6 38 63.6 48 22.96 9.52 50.080 9.92 76.32 10.32 29.76 0.44 60.56 0.92 75.28 15.6s15.16 45.52 15.6 75.28c0.4 26.24 0.8 53.36 10.32 76.32 9.92 24 29.24 44 48 63.64 20 21 40.96 42.72 40.96 61.96s-20.92 40.88-41.040 61.92zM488 544v-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0 224c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM552 688c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["seal-warning-light"]},"attrs":[{}],"properties":{"order":27955,"id":281,"name":"seal-warning-light","prevSize":16,"code":60614},"setIdx":2,"setId":2,"iconIdx":966},{"icon":{"paths":["M424 160c0-13.255 10.745-24 24-24v0h128c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24v0zM576 840h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM832 136h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c4.418 0 8 3.582 8 8v0 96c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c0-30.928-25.072-56-56-56v0zM864 424c-13.255 0-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-13.255-10.745-24-24-24v0zM864 712c-13.255 0-24 10.745-24 24v0 96c0 4.418-3.582 8-8 8v0h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c30.928 0 56-25.072 56-56v0-96c0-13.255-10.745-24-24-24v0zM160 600c13.255 0 24-10.745 24-24v0-128c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24v0zM288 840h-96c-4.418 0-8-3.582-8-8v0-96c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 96c0 30.928 25.072 56 56 56v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM160 312c13.255 0 24-10.745 24-24v0-96c0-4.418 3.582-8 8-8v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-96c-30.928 0-56 25.072-56 56v0 96c0 13.255 10.745 24 24 24v0zM704 728h-384c-13.255 0-24-10.745-24-24v0-384c0-13.255 10.745-24 24-24v0h384c13.255 0 24 10.745 24 24v0 384c0 13.255-10.745 24-24 24v0zM680 344h-336v336h336z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-all-light"]},"attrs":[{}],"properties":{"order":27956,"id":280,"name":"selection-all-light","prevSize":16,"code":60615},"setIdx":2,"setId":2,"iconIdx":967},{"icon":{"paths":["M640 328h-448c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h448c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM648 832c0 4.418-3.582 8-8 8v0h-448c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h448c4.418 0 8 3.582 8 8v0zM552 160c0-13.255 10.745-24 24-24v0h64c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-64c-13.255 0-24-10.745-24-24v0zM888 192v32c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-32c0-4.418-3.582-8-8-8v0h-32c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h32c30.928 0 56 25.072 56 56v0zM888 384v64c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-64c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM888 608v32c0 30.928-25.072 56-56 56v0h-32c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h32c4.418 0 8-3.582 8-8v0-32c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM328 224v-32c0-30.928 25.072-56 56-56v0h32c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-32c-4.418 0-8 3.582-8 8v0 32c0 13.255-10.745 24-24 24s-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-background-light"]},"attrs":[{}],"properties":{"order":27957,"id":279,"name":"selection-background-light","prevSize":16,"code":60616},"setIdx":2,"setId":2,"iconIdx":968},{"icon":{"paths":["M248 864c0 13.255-10.745 24-24 24v0h-32c-30.928 0-56-25.072-56-56v0-32c0-13.255 10.745-24 24-24s24 10.745 24 24v0 32c0 4.418 3.582 8 8 8v0h32c13.255 0 24 10.745 24 24v0zM448 840h-64c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h64c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM160 664c13.255 0 24-10.745 24-24v0-64c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 64c0 13.255 10.745 24 24 24v0zM672 776c-13.255 0-24 10.745-24 24v0 32c0 4.418-3.582 8-8 8v0h-32c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h32c30.928 0 56-25.072 56-56v0-32c0-13.255-10.745-24-24-24v0zM672 440c13.255 0 24-10.745 24-24v0-32c0-30.928-25.072-56-56-56v0h-32c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h32c4.418 0 8 3.582 8 8v0 32c0 13.255 10.745 24 24 24v0zM224 328h-32c-30.928 0-56 25.072-56 56v0 32c0 13.255 10.745 24 24 24s24-10.745 24-24v0-32c0-4.418 3.582-8 8-8v0h32c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM832 136h-448c-30.928 0-56 25.072-56 56v0 160c0 13.255 10.745 24 24 24v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-136c0-4.418 3.582-8 8-8v0h448c4.418 0 8 3.582 8 8v0 448c0 4.418-3.582 8-8 8v0h-136v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 96c0 13.255 10.745 24 24 24v0h160c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-foreground-light"]},"attrs":[{}],"properties":{"order":27958,"id":278,"name":"selection-foreground-light","prevSize":16,"code":60617},"setIdx":2,"setId":2,"iconIdx":969},{"icon":{"paths":["M600 864c0 13.255-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0zM160 600c13.255 0 24-10.745 24-24v0-128c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24v0zM288 840h-96c-4.418 0-8-3.582-8-8v0-96c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 96c0 30.928 25.072 56 56 56v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM888 192v640c0 30.928-25.072 56-56 56v0h-96c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h70.040l-622.040-622.080v70.080c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-96c0-30.928 25.072-56 56-56v0h640c30.928 0 56 25.072 56 56v0zM832 184h-614.040l622.040 622.080v-614.080c0-4.418-3.582-8-8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-inverse-light"]},"attrs":[{}],"properties":{"order":27959,"id":277,"name":"selection-inverse-light","prevSize":16,"code":60618},"setIdx":2,"setId":2,"iconIdx":970},{"icon":{"paths":["M600 160c0 13.255-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0zM576 840h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM832 136h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c4.418 0 8 3.582 8 8v0 96c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c0-30.928-25.072-56-56-56v0zM864 424c-13.255 0-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-13.255-10.745-24-24-24v0zM864 712c-13.255 0-24 10.745-24 24v0 96c0 4.418-3.582 8-8 8v0h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c30.928 0 56-25.072 56-56v0-96c0-13.255-10.745-24-24-24v0zM160 600c13.255 0 24-10.745 24-24v0-128c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24v0zM288 840h-96c-4.418 0-8-3.582-8-8v0-96c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 96c0 30.928 25.072 56 56 56v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM288 136h-96c-30.928 0-56 25.072-56 56v0 96c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c0-4.418 3.582-8 8-8v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-light"]},"attrs":[{}],"properties":{"order":27960,"id":276,"name":"selection-light","prevSize":16,"code":60619},"setIdx":2,"setId":2,"iconIdx":971},{"icon":{"paths":["M600 160c0 13.255-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0zM576 840h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM840 192v96c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c0-30.928-25.072-56-56-56v0h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c4.418 0 8 3.582 8 8v0zM864 424c-13.255 0-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-13.255-10.745-24-24-24v0zM160 600c13.255 0 24-10.745 24-24v0-128c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24v0zM288 840h-96c-4.418 0-8-3.582-8-8v0-96c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 96c0 30.928 25.072 56 56 56v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM288 136h-96c-30.928 0-56 25.072-56 56v0 96c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c0-4.418 3.582-8 8-8v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM960 840h-72v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-plus-light"]},"attrs":[{}],"properties":{"order":27961,"id":275,"name":"selection-plus-light","prevSize":16,"code":60620},"setIdx":2,"setId":2,"iconIdx":972},{"icon":{"paths":["M424 160c0-13.255 10.745-24 24-24v0h128c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-128c-13.255 0-24-10.745-24-24v0zM576 840h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM832 136h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c4.418 0 8 3.582 8 8v0 96c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c0-30.928-25.072-56-56-56v0zM864 424c-13.255 0-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-13.255-10.745-24-24-24v0zM160 600c13.255 0 24-10.745 24-24v0-128c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24v0zM288 840h-96c-4.418 0-8-3.582-8-8v0-96c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 96c0 30.928 25.072 56 56 56v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 640 704c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["selection-slash-light"]},"attrs":[{}],"properties":{"order":27962,"id":274,"name":"selection-slash-light","prevSize":16,"code":60621},"setIdx":2,"setId":2,"iconIdx":973},{"icon":{"paths":["M278.76 248.4c-3.283-9.603-12.23-16.385-22.76-16.385s-19.477 6.782-22.71 16.217l-0.050 0.169-160 480c-0.783 2.268-1.235 4.881-1.235 7.6 0 13.253 10.742 23.997 23.995 24l320 0c13.253-0.003 23.995-10.747 23.995-24 0-2.719-0.452-5.332-1.285-7.769l0.050 0.169zM129.28 712l126.72-380 126.72 380zM824 304c0-110.457-89.543-200-200-200s-200 89.543-200 200c0 110.457 89.543 200 200 200v0c110.402-0.136 199.863-89.598 200-199.987l0-0.013zM472 304c0-83.947 68.053-152 152-152s152 68.053 152 152c0 83.947-68.053 152-152 152v0c-83.947 0-152-68.053-152-152v0zM896 584h-352c-13.255 0-24 10.745-24 24v0 224c0 13.255 10.745 24 24 24v0h352c13.255 0 24-10.745 24-24v0-224c0-13.255-10.745-24-24-24v0zM872 808h-304v-176h304z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shapes-light"]},"attrs":[{}],"properties":{"order":27963,"id":273,"name":"shapes-light","prevSize":16,"code":60622},"setIdx":2,"setId":2,"iconIdx":974},{"icon":{"paths":["M944.96 431.040l-320-320c-4.342-4.337-10.338-7.019-16.96-7.019-13.247 0-23.988 10.733-24 23.978l-0 0.001v168.8c-217.92 14.36-481.56 220-511.72 482.64-0.173 1.397-0.272 3.013-0.272 4.653 0 22.091 17.909 40 40 40 11.504 0 21.874-4.857 29.172-12.632l0.020-0.021c45.040-48.040 206.8-201.040 442.8-210.92v167.48c0.012 13.246 10.753 23.979 24 23.979 6.622 0 12.618-2.682 16.96-7.019l-0 0 320-320c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0zM632 710.080v-134.080c0-13.255-10.745-24-24-24v0c-110.92 0-219.040 29-321.28 86.2-62.163 35.28-115.768 75.94-163.35 122.708l0.11-0.108c18.8-106.24 80.64-208 176-289.080 94.4-79.96 209.68-127.72 308.52-127.72 13.255 0 24-10.745 24-24v0-134.040l262.040 262.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["share-fat-light"]},"attrs":[{}],"properties":{"order":27964,"id":272,"name":"share-fat-light","prevSize":16,"code":60623},"setIdx":2,"setId":2,"iconIdx":975},{"icon":{"paths":["M912.96 432.96l-192 192c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 151-151.040h-178.040c-0.088-0-0.193-0-0.297-0-166.794 0-307.077 113.507-347.818 267.491l-0.564 2.509c-2.76 10.435-12.116 18.002-23.24 18.002-13.256 0-24.002-10.746-24.002-24.002 0-2.132 0.278-4.199 0.8-6.167l-0.038 0.167c46.826-177.361 205.819-306 394.858-306 0.106 0 0.212 0 0.318 0l178.103-0-151.080-151.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 192 192c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0zM768 840h-608c-4.418 0-8-3.582-8-8v0-480c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 480c0 30.928 25.072 56 56 56v0h608c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["share-light"]},"attrs":[{}],"properties":{"order":27965,"id":271,"name":"share-light","prevSize":16,"code":60624},"setIdx":2,"setId":2,"iconIdx":976},{"icon":{"paths":["M704 648c-0.016-0-0.036-0-0.055-0-44.905 0-85.252 19.519-113.018 50.535l-0.127 0.145-195.6-125.72c8.088-17.945 12.8-38.902 12.8-60.96s-4.712-43.015-13.185-61.92l0.385 0.96 195.6-125.72c27.947 31.079 68.29 50.536 113.177 50.536 83.947 0 152-68.053 152-152s-68.053-152-152-152c-83.947 0-152 68.053-152 152 0 22.109 4.72 43.116 13.208 62.067l-0.386-0.963-195.6 125.72c-27.954-31.164-68.351-50.68-113.306-50.68-83.947 0-152 68.053-152 152s68.053 152 152 152c44.955 0 85.352-19.516 113.181-50.538l0.125-0.142 195.6 125.72c-8.063 17.949-12.76 38.906-12.76 60.96 0 83.947 68.053 152 152 152s152-68.053 152-152c0-83.947-68.053-152-152-152-0.014 0-0.028 0-0.043 0l0.002-0zM704 120c57.438 0 104 46.562 104 104s-46.562 104-104 104c-57.438 0-104-46.562-104-104v0c0-57.438 46.562-104 104-104v0zM256 616c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0zM704 904c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["share-network-light"]},"attrs":[{}],"properties":{"order":27966,"id":270,"name":"share-network-light","prevSize":16,"code":60625},"setIdx":2,"setId":2,"iconIdx":977},{"icon":{"paths":["M832 168h-640c-30.928 0-56 25.072-56 56v0 235.080c0 353 298.72 470.080 358.6 489.96 5.189 1.825 11.171 2.88 17.4 2.88s12.211-1.055 17.779-2.995l-0.379 0.115c60-20 358.6-136.96 358.6-489.96v-235.080c0-30.928-25.072-56-56-56v0zM840 224v235.080c0 9.84-0.28 19.44-0.76 28.84h-303.24v-271.92h296c4.418 0 8 3.582 8 8v0zM184 224c0-4.418 3.582-8 8-8v0h296v272h-303.24c-0.48-9.4-0.76-19-0.76-28.84zM189.6 536h298.4v359.6c-75.32-29.84-263.68-126.88-298.4-359.6zM536 895.6v-359.6h298.4c-34.72 232.68-223.080 329.76-298.4 359.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-checkered-light"]},"attrs":[{}],"properties":{"order":27967,"id":269,"name":"shield-checkered-light","prevSize":16,"code":60626},"setIdx":2,"setId":2,"iconIdx":978},{"icon":{"paths":["M832 168h-640c-30.928 0-56 25.072-56 56v0 235.080c0 352.96 298.72 470.080 358.6 489.96 5.189 1.825 11.171 2.88 17.4 2.88s12.211-1.055 17.779-2.995l-0.379 0.115c60-20 358.6-137 358.6-489.96v-235.080c0-30.928-25.072-56-56-56v0zM840 459.16c0 320-271.36 426.36-325.76 444.4-0.664 0.265-1.434 0.419-2.24 0.419s-1.576-0.154-2.282-0.433l0.042 0.015c-54.4-18.040-325.76-124.4-325.76-444.4v-235.16c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM688.96 399.16c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-224 224c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-96-96c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 78.88 207.040-207c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-check-light"]},"attrs":[{}],"properties":{"order":27968,"id":268,"name":"shield-check-light","prevSize":16,"code":60627},"setIdx":2,"setId":2,"iconIdx":979},{"icon":{"paths":["M832 168h-640c-30.928 0-56 25.072-56 56v0 235.080c0 352.96 298.72 470.080 358.6 489.96 5.189 1.825 11.171 2.88 17.4 2.88s12.211-1.055 17.779-2.995l-0.379 0.115c60-20 358.6-137 358.6-489.96v-235.080c0-30.928-25.072-56-56-56v0zM514.24 903.56c-0.664 0.265-1.434 0.419-2.24 0.419s-1.576-0.154-2.282-0.433l0.042 0.015c-37.84-12.56-180.56-68-264-208l266.24-186.28 266.24 186.36c-83.44 140.080-226.24 195.36-264 207.92zM840 459.16c0 76-15.32 140-39.4 193.56l-274.84-192.4c-3.835-2.713-8.608-4.336-13.76-4.336s-9.925 1.623-13.835 4.387l0.075-0.050-274.84 192.4c-24-53.6-39.4-117.52-39.4-193.56v-235.16c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-chevron-light"]},"attrs":[{}],"properties":{"order":27969,"id":267,"name":"shield-chevron-light","prevSize":16,"code":60628},"setIdx":2,"setId":2,"iconIdx":980},{"icon":{"paths":["M832 168h-640c-30.928 0-56 25.072-56 56v0 235.080c0 352.96 298.72 470.080 358.6 489.96 5.189 1.825 11.171 2.88 17.4 2.88s12.211-1.055 17.779-2.995l-0.379 0.115c60-20 358.6-137 358.6-489.96v-235.080c0-30.928-25.072-56-56-56v0zM840 459.16c0 320-271.36 426.36-325.76 444.4-0.664 0.265-1.434 0.419-2.24 0.419s-1.576-0.154-2.282-0.433l0.042 0.015c-54.4-18.040-325.76-124.4-325.76-444.4v-235.16c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-light"]},"attrs":[{}],"properties":{"order":27970,"id":266,"name":"shield-light","prevSize":16,"code":60629},"setIdx":2,"setId":2,"iconIdx":981},{"icon":{"paths":["M832 168h-640c-30.928 0-56 25.072-56 56v0 235.080c0 353 298.72 470.080 358.6 489.96 5.189 1.825 11.171 2.88 17.4 2.88s12.211-1.055 17.779-2.995l-0.379 0.115c60-20 358.6-136.96 358.6-489.96v-235.080c0-30.928-25.072-56-56-56v0zM840 459.16c0 320-271.36 426.36-325.76 444.4-0.664 0.265-1.434 0.419-2.24 0.419s-1.576-0.154-2.282-0.433l0.042 0.015c-54.4-18.040-325.76-124.4-325.76-444.4v-235.16c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM664 512c0 13.255-10.745 24-24 24v0h-104v104c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-104h-104c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h104v-104c0-13.255 10.745-24 24-24s24 10.745 24 24v0 104h104c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-plus-light"]},"attrs":[{}],"properties":{"order":27971,"id":265,"name":"shield-plus-light","prevSize":16,"code":60630},"setIdx":2,"setId":2,"iconIdx":982},{"icon":{"paths":["M209.76 144c-4.389-4.663-10.601-7.566-17.491-7.566-13.255 0-24 10.745-24 24 0 4.243 1.101 8.229 3.033 11.688l-0.062-0.122c-20.823 8.474-35.236 28.554-35.24 52l-0 0v235.080c0 353 298.72 470.080 358.6 489.96 5.189 1.825 11.171 2.88 17.4 2.88s12.211-1.055 17.779-2.995l-0.379 0.115c31.040-10.32 133.92-49.48 221.16-139.040l63.68 70c4.386 4.888 10.71 7.961 17.753 8l0.007 0c13.2-0.073 23.872-10.79 23.872-24 0-6.158-2.319-11.774-6.132-16.023l0.020 0.022zM514.24 903.72c-0.67 0.266-1.447 0.421-2.26 0.421s-1.59-0.154-2.303-0.436l0.043 0.015c-54.36-18.2-325.72-124.52-325.72-444.56v-235.16c0-4.418 3.582-8 8-8v0h18.48l507.72 558.48c-80.040 83.28-175.32 119.6-203.96 129.080zM888 224v235.080c0 77.52-14.68 149.48-43.68 213.88-3.863 8.469-12.257 14.248-22 14.248-13.315 0-24.108-10.794-24.108-24.108 0-3.571 0.777-6.962 2.17-10.011l-0.062 0.151c26.2-58.16 39.48-123.48 39.48-194.16v-235.080c0-4.418-3.582-8-8-8v0h-437.72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h437.92c30.928 0 56 25.072 56 56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-slash-light"]},"attrs":[{}],"properties":{"order":27972,"id":264,"name":"shield-slash-light","prevSize":16,"code":60631},"setIdx":2,"setId":2,"iconIdx":983},{"icon":{"paths":["M694.28 471.080c1.088 2.641 1.719 5.706 1.719 8.92 0 10.041-6.166 18.642-14.919 22.222l-0.16 0.058-130.92 52.36 77.2 102.96c2.997 3.961 4.8 8.97 4.8 14.4 0 13.255-10.745 24-24 24-7.825 0-14.775-3.745-19.156-9.54l-0.044-0.060-76.8-102.4-76.8 102.4c-4.425 5.855-11.375 9.6-19.2 9.6-13.255 0-24-10.745-24-24 0-5.43 1.803-10.439 4.844-14.46l-0.044 0.060 77.2-102.96-130.92-52.36c-8.82-3.681-14.906-12.235-14.906-22.21 0-13.255 10.745-24 24-24 3.147 0 6.153 0.606 8.908 1.707l-0.162-0.057 127.080 50.84v-124.56c0-13.255 10.745-24 24-24s24 10.745 24 24v0 124.56l127.080-50.84c2.641-1.088 5.706-1.719 8.92-1.719 10.041 0 18.642 6.166 22.222 14.919l0.058 0.16zM888 224v235.080c0 353-298.72 470.080-358.6 489.96-5.189 1.825-11.171 2.88-17.4 2.88s-12.211-1.055-17.779-2.995l0.379 0.115c-59.88-19.8-358.6-137.040-358.6-489.88v-235.16c0-30.928 25.072-56 56-56v0h640c30.928 0 56 25.072 56 56v0zM840 224c0-4.418-3.582-8-8-8v0h-640c-4.418 0-8 3.582-8 8v0 235.080c0 320 271.36 426.36 325.72 444.4 0.67 0.266 1.447 0.421 2.26 0.421s1.59-0.154 2.303-0.436l-0.043 0.015c54.4-18.040 325.76-124.36 325.76-444.4z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-star-light"]},"attrs":[{}],"properties":{"order":27973,"id":263,"name":"shield-star-light","prevSize":16,"code":60632},"setIdx":2,"setId":2,"iconIdx":984},{"icon":{"paths":["M832 168h-640c-30.928 0-56 25.072-56 56v0 235.080c0 353 298.72 470.080 358.6 489.96 5.189 1.825 11.171 2.88 17.4 2.88s12.211-1.055 17.779-2.995l-0.379 0.115c60-20 358.6-136.96 358.6-489.96v-235.080c0-30.928-25.072-56-56-56v0zM840 459.16c0 320-271.36 426.36-325.76 444.4-0.67 0.266-1.447 0.421-2.26 0.421s-1.59-0.154-2.303-0.436l0.043 0.015c-54.36-18.040-325.72-124.36-325.72-444.4v-235.16c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM488 544v-160c0-13.255 10.745-24 24-24s24 10.745 24 24v0 160c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM552 688c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shield-warning-light"]},"attrs":[{}],"properties":{"order":27974,"id":262,"name":"shield-warning-light","prevSize":16,"code":60633},"setIdx":2,"setId":2,"iconIdx":985},{"icon":{"paths":["M800 200h-86.080l-56.96-56.96c-4.339-4.345-10.335-7.034-16.959-7.040l-256.001-0c-6.581 0.040-12.528 2.723-16.84 7.040l-0 0-57.080 56.96h-86.080c-30.928 0-56 25.072-56 56v0 608c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-608c0-30.928-25.072-56-56-56v0zM680 233.96v214.040c-0.003 4.416-3.583 7.995-8 7.995-1.899 0-3.643-0.662-5.015-1.767l0.015 0.012-123.28-106.56 100-150zM512 308.72l-83.16-124.72h166.32zM380.28 197.68l100 150-123.28 106.48c-1.357 1.094-3.101 1.755-5 1.755-4.389 0-7.952-3.534-8-7.911l-0-0.005v-214.040zM216 864v-608c0-4.418 3.582-8 8-8v0h72v200c-0.001 0.101-0.001 0.222-0.001 0.342 0 22.21 13.051 41.372 31.902 50.235l0.339 0.143c6.964 3.323 15.133 5.268 23.756 5.28l0.004 0c0.079 0 0.172 0.001 0.266 0.001 13.651 0 26.151-4.93 35.816-13.108l-0.082 0.067 0.32-0.28 100-86.24v467.56h-264.32c-4.418 0-8-3.582-8-8v0zM808 864c0 4.418-3.582 8-8 8v0h-264v-467.56l100.32 86.52c9.57 8.099 22.048 13.026 35.677 13.040l0.003 0c8.721-0.010 16.974-2.001 24.337-5.546l-0.337 0.146c19.059-9.056 32.001-28.15 32.001-50.267 0-0.117-0-0.234-0.001-0.351l0 0.018v-200h72c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shirt-folded-light"]},"attrs":[{}],"properties":{"order":27975,"id":261,"name":"shirt-folded-light","prevSize":16,"code":60634},"setIdx":2,"setId":2,"iconIdx":986},{"icon":{"paths":["M949.88 282.84c-5.599-16.979-20.641-29.303-38.756-30.829l-0.164-0.011-153.72-13-60-140c-7.088-16.079-22.887-27.099-41.26-27.099s-34.172 11.020-41.147 26.812l-0.113 0.288-60 140-153.64 13c-23.032 1.85-41.023 20.997-41.023 44.345 0 13.507 6.020 25.607 15.523 33.765l0.059 0.050 116.36 99.36-34.88 147.68c-0.749 3.052-1.179 6.556-1.179 10.16 0 14.671 7.122 27.678 18.097 35.753l0.123 0.086c7.355 5.469 16.616 8.756 26.645 8.756 8.504 0 16.456-2.363 23.235-6.468l-0.2 0.113 132-78.56 132.2 78.56c6.578 3.998 14.532 6.364 23.037 6.364 10.029 0 19.29-3.29 26.762-8.849l-0.12 0.085c11.083-8.146 18.195-21.133 18.195-35.781 0-3.626-0.436-7.149-1.258-10.522l0.062 0.303-34.72-147.68 116.32-99.32c9.617-8.181 15.678-20.294 15.678-33.822 0-4.837-0.775-9.494-2.207-13.851l0.089 0.313zM787.24 394.44c-9.598 8.16-15.647 20.243-15.647 33.74 0 3.641 0.44 7.178 1.27 10.563l-0.063-0.303 33.56 142.2-127.32-75.68c-6.58-3.995-14.534-6.359-23.040-6.359s-16.46 2.364-23.24 6.471l0.2-0.113-127.28 75.68 33.52-142.24c0.786-3.112 1.237-6.684 1.237-10.361 0-13.464-6.047-25.515-15.573-33.586l-0.064-0.053-111.56-95.24 147.4-12.48c16.852-1.43 30.93-11.995 37.367-26.672l0.113-0.288 57.88-135.040 57.92 135.040c6.536 14.96 20.601 25.524 37.274 26.949l0.166 0.011 147.44 12.48zM336.96 496.96l-224 224c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 224-224c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014zM400.96 687.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-224 224c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 224-224c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM688.96 687.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-224 224c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 224-224c4.344-4.349 10.348-7.039 16.98-7.039s12.636 2.69 16.98 7.039l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shooting-star-light"]},"attrs":[{}],"properties":{"order":27976,"id":260,"name":"shooting-star-light","prevSize":16,"code":60635},"setIdx":2,"setId":2,"iconIdx":987},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM872 800c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-576c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM696 352c0 101.62-82.38 184-184 184s-184-82.38-184-184v0c0-13.255 10.745-24 24-24s24 10.745 24 24v0c0 75.111 60.889 136 136 136s136-60.889 136-136v0c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shopping-bag-light"]},"attrs":[{}],"properties":{"order":27977,"id":259,"name":"shopping-bag-light","prevSize":16,"code":60636},"setIdx":2,"setId":2,"iconIdx":988},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM160 216h704c4.418 0 8 3.582 8 8v0 72h-720v-72c0-4.418 3.582-8 8-8v0zM864 808h-704c-4.418 0-8-3.582-8-8v0-456h720v456c0 4.418-3.582 8-8 8v0zM696 448c0 101.62-82.38 184-184 184s-184-82.38-184-184v0c0-13.255 10.745-24 24-24s24 10.745 24 24v0c0 75.111 60.889 136 136 136s136-60.889 136-136v0c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shopping-bag-open-light"]},"attrs":[{}],"properties":{"order":27978,"id":258,"name":"shopping-bag-open-light","prevSize":16,"code":60637},"setIdx":2,"setId":2,"iconIdx":989},{"icon":{"paths":["M882.44 240.64c-4.433-5.296-11.046-8.64-18.44-8.64l-652-0-20.68-114c-4.908-26.332-27.707-46-55.1-46-0.007 0-0.014 0-0.021 0l-72.199-0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72c0.039-0.001 0.085-0.001 0.13-0.001 3.91 0 7.164 2.804 7.862 6.511l0.008 0.050 102.040 561.2c3.445 18.604 12.341 34.72 24.945 47.065l0.015 0.015c-23.884 19.219-39.039 48.448-39.039 81.217 0 57.438 46.562 104 104 104s104-46.562 104-104c0-20.815-6.115-40.202-16.647-56.463l0.247 0.406h208.88c-10.263 15.841-16.364 35.208-16.364 56 0 57.438 46.562 104 104 104s104-46.562 104-104c0-57.438-46.562-104-104-104-0.027 0-0.053 0-0.080 0l-387.316-0c-0.002 0-0.004 0-0.006 0-19.56 0-35.841-14.040-39.315-32.592l-0.039-0.248-14.4-79.16h473.48c0.007 0 0.015 0 0.023 0 43.030 0 78.846-30.884 86.492-71.695l0.085-0.545 48.6-267.48c0.246-1.291 0.387-2.776 0.387-4.294 0-5.854-2.096-11.218-5.578-15.384l0.031 0.038zM392 816c0 30.928-25.072 56-56 56s-56-25.072-56-56c0-30.928 25.072-56 56-56v0c30.928 0 56 25.072 56 56v0zM776 816c0 30.928-25.072 56-56 56s-56-25.072-56-56c0-30.928 25.072-56 56-56v0c30.928 0 56 25.072 56 56v0zM791.76 519.16c-3.513 18.8-19.794 32.84-39.354 32.84-0.002 0-0.004-0-0.006-0l-482.2 0-49.44-272h614.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shopping-cart-light"]},"attrs":[{}],"properties":{"order":27979,"id":257,"name":"shopping-cart-light","prevSize":16,"code":60638},"setIdx":2,"setId":2,"iconIdx":990},{"icon":{"paths":["M376 864c0 30.928-25.072 56-56 56s-56-25.072-56-56c0-30.928 25.072-56 56-56v0c30.928 0 56 25.072 56 56v0zM736 808c-30.928 0-56 25.072-56 56s25.072 56 56 56c30.928 0 56-25.072 56-56v0c0-30.928-25.072-56-56-56v0zM918.92 295.040l-114.080 370.84c-11.259 36.252-44.5 62.12-83.783 62.12-0.076 0-0.153-0-0.229-0l0.012 0h-384.56c-39.998-0.152-73.72-26.845-84.482-63.375l-0.158-0.625-144.64-506.2c-0.988-3.376-4.057-5.8-7.692-5.8-0.010 0-0.020 0-0.030 0l0.002-0h-67.28c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h67.28c25.419 0.071 46.863 17.006 53.739 40.202l0.101 0.398 34.12 119.4h708.76c13.244 0.014 23.976 10.754 23.976 24 0 2.512-0.386 4.934-1.102 7.21l0.046-0.17zM863.52 312h-662.56l96.84 339c4.942 16.88 20.284 29 38.458 29 0.008 0 0.016-0 0.023-0l384.439 0c0.002 0 0.005 0 0.008 0 17.895 0 33.045-11.751 38.155-27.957l0.077-0.283z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shopping-cart-simple-light"]},"attrs":[{}],"properties":{"order":27980,"id":256,"name":"shopping-cart-simple-light","prevSize":16,"code":60639},"setIdx":2,"setId":2,"iconIdx":991},{"icon":{"paths":["M248 944c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM336 776c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM80 776c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM208 648c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM1016 160c0 13.255-10.745 24-24 24v0h-114.76c-2.205 0.010-4.198 0.91-5.64 2.36l-0 0-113.24 113.2-87.040 509.72c-4.614 26.672-27.579 46.701-55.223 46.701-15.474 0-29.481-6.276-39.617-16.421l-0-0-392-392c-10.135-10.134-16.404-24.135-16.404-39.6 0-27.68 20.083-50.67 46.472-55.193l0.332-0.047 509.6-87.040 113.2-113.24c10.097-10.131 24.065-16.4 39.497-16.4 0.036 0 0.073 0 0.109 0l-0.006-0h114.72c0-0 0-0 0-0 13.241 0 23.977 10.722 24 23.958l0 0.002zM706.64 317.36l-483.84 82.64c-3.862 0.613-6.78 3.919-6.78 7.906 0 2.208 0.894 4.206 2.34 5.654l-0-0 392 392c1.448 1.452 3.452 2.351 5.665 2.351 3.963 0 7.253-2.882 7.889-6.664l0.007-0.047z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shower-light"]},"attrs":[{}],"properties":{"order":27981,"id":255,"name":"shower-light","prevSize":16,"code":60640},"setIdx":2,"setId":2,"iconIdx":992},{"icon":{"paths":["M552 464c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0zM887.6 336c-8.952 165.203-144.992 295.797-311.58 296l-128.020 0c-30.928 0-56 25.072-56 56s25.072 56 56 56v0h224c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-200v80h136c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-224c-172.313 0-312-139.687-312-312s139.687-312 312-312v0h464c30.928 0 56-25.072 56-56s-25.072-56-56-56v0h-336c-48.601 0-88-39.399-88-88v0c0-13.255 10.745-24 24-24s24 10.745 24 24v0c0 22.091 17.909 40 40 40v0h336c57.266 0.226 103.602 46.702 103.602 103.999 0 43.002-26.099 79.909-63.322 95.744l-0.68 0.257zM202.6 799.52l141.92-101.36c-0.331-2.978-0.52-6.43-0.52-9.927 0-0.082 0-0.164 0-0.246l-0 0.013c0.003-12.285 2.142-24.069 6.067-35.003l-0.227 0.723-223.8-101.72c-3.839 16.848-6.039 36.196-6.039 56.058 0 75.381 31.69 143.361 82.473 191.344l0.126 0.118zM361.2 745.2l-119.24 85.16c40.076 26.111 89.121 41.64 141.794 41.64 0.087 0 0.173-0 0.26-0l39.986 0v-82.84c-26.377-6.435-48.307-22.227-62.561-43.58l-0.239-0.38zM424 586.84v-242.84h-40c-108.899 0.117-202.369 66.051-242.783 160.16l-0.657 1.72 235.44 107.080c12.952-12.465 29.194-21.6 47.294-25.976l0.706-0.144zM838.92 344h-366.92v240h104c137.292-0.169 250.054-104.968 262.838-238.933l0.082-1.067z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shrimp-light"]},"attrs":[{}],"properties":{"order":27982,"id":254,"name":"shrimp-light","prevSize":16,"code":60641},"setIdx":2,"setId":2,"iconIdx":993},{"icon":{"paths":["M944.96 719.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-96 96c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 55.040-55.040h-181.6c-18.717-0.022-35.289-9.191-45.487-23.276l-0.113-0.164-300.84-421.2c-1.468-2.044-3.839-3.36-6.517-3.36-0.001 0-0.002 0-0.003 0l-207.52-0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h207.52c18.717 0.022 35.289 9.191 45.487 23.276l0.113 0.164 300.84 421.2c1.468 2.044 3.839 3.36 6.517 3.36 0.001 0 0.002-0 0.003-0l181.6 0-55.040-55.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013zM576.68 421.44c3.872 2.791 8.711 4.464 13.941 4.464 8.027 0 15.133-3.941 19.491-9.993l0.049-0.071 72-100.48c1.468-2.044 3.839-3.36 6.517-3.36 0.001 0 0.002 0 0.003 0l181.6-0-55.24 55.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 96-96c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0-96-96c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 55.040 55.040h-181.6c-18.717 0.022-35.289 9.191-45.487 23.276l-0.113 0.164-71.76 100.56c-2.788 3.87-4.459 8.706-4.459 13.933 0 8.007 3.921 15.099 9.948 19.459l0.070 0.048zM447.32 602.56c-3.872-2.791-8.711-4.464-13.941-4.464-8.027 0-15.133 3.941-19.491 9.993l-0.049 0.071-71.8 100.48c-1.468 2.044-3.839 3.36-6.517 3.36-0.001 0-0.002-0-0.003-0l-207.52 0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h207.52c18.717-0.022 35.289-9.191 45.487-23.276l0.113-0.164 71.76-100.56c2.788-3.87 4.459-8.706 4.459-13.933 0-8.007-3.921-15.099-9.948-19.459l-0.070-0.048z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shuffle-angular-light"]},"attrs":[{}],"properties":{"order":27983,"id":253,"name":"shuffle-angular-light","prevSize":16,"code":60642},"setIdx":2,"setId":2,"iconIdx":994},{"icon":{"paths":["M944.96 719.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-96 96c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 55.040-55.040h-66.32c-93.608-0.057-176.489-45.935-227.434-116.417l-0.566-0.823-166.84-233.6c-42.623-59.037-111.201-97.044-188.661-97.16l-0.019-0h-92.24c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h92.24c93.608 0.057 176.489 45.935 227.434 116.417l0.566 0.823 166.84 233.6c42.623 59.037 111.201 97.044 188.661 97.16l0.019 0h66.32l-55.040-55.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013zM576.72 421.4c3.836 2.8 8.646 4.48 13.847 4.48 0.026 0 0.051-0 0.077-0l-0.004 0c0.011 0 0.024 0 0.038 0 8.017 0 15.115-3.93 19.474-9.969l0.049-0.071 4.76-6.68c42.646-59.069 111.275-97.085 188.788-97.16l66.332-0-55.040 55.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 96-96c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0-96-96c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 55.040 55.040h-66.32c-93.608 0.057-176.489 45.935-227.434 116.417l-0.566 0.823-4.64 6.76c-2.768 3.861-4.426 8.681-4.426 13.888 0 8.011 3.925 15.105 9.956 19.464l0.070 0.048zM447.28 602.6c-3.875-2.799-8.721-4.477-13.96-4.477-8.015 0-15.113 3.929-19.472 9.967l-0.049 0.071-4.76 6.68c-42.646 59.069-111.275 97.085-188.788 97.16l-92.252 0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h92.24c93.608-0.057 176.489-45.935 227.434-116.417l0.566-0.823 4.76-6.68c2.766-3.86 4.424-8.679 4.424-13.884 0-8.061-3.974-15.194-10.071-19.546l-0.073-0.050z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shuffle-light"]},"attrs":[{}],"properties":{"order":27984,"id":252,"name":"shuffle-light","prevSize":16,"code":60643},"setIdx":2,"setId":2,"iconIdx":995},{"icon":{"paths":["M856 192v160c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-102.080l-188.52 188.56c-4.346 4.346-10.349 7.033-16.98 7.033-13.262 0-24.013-10.751-24.013-24.013 0-6.631 2.688-12.634 7.033-16.98l188.56-188.52h-102.080c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h160c13.255 0 24 10.745 24 24v0zM832 648c-13.255 0-24 10.745-24 24v0 102.080l-599.040-599.040c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 599.040 599.040h-102.080c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c13.255 0 24-10.745 24-24v0-160c0-13.255-10.745-24-24-24v0zM404.52 585.52l-229.48 229.52c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 229.52-229.48c4.346-4.346 7.033-10.349 7.033-16.98 0-13.262-10.751-24.013-24.013-24.013-6.631 0-12.634 2.688-16.98 7.033l0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["shuffle-simple-light"]},"attrs":[{}],"properties":{"order":27985,"id":251,"name":"shuffle-simple-light","prevSize":16,"code":60644},"setIdx":2,"setId":2,"iconIdx":996},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM152 800v-200h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-80h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-80h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-72c0-4.418 3.582-8 8-8v0h168v592h-168c-4.418 0-8-3.582-8-8v0zM872 800c0 4.418-3.582 8-8 8v0h-488v-592h488c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sidebar-light"]},"attrs":[{}],"properties":{"order":27986,"id":250,"name":"sidebar-light","prevSize":16,"code":60645},"setIdx":2,"setId":2,"iconIdx":997},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM152 800v-576c0-4.418 3.582-8 8-8v0h168v592h-168c-4.418 0-8-3.582-8-8v0zM872 800c0 4.418-3.582 8-8 8v0h-488v-592h488c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sidebar-simple-light"]},"attrs":[{}],"properties":{"order":27987,"id":249,"name":"sidebar-simple-light","prevSize":16,"code":60646},"setIdx":2,"setId":2,"iconIdx":998},{"icon":{"paths":["M744 288v-72h-438.080l224.84 281c3.28 4.070 5.265 9.303 5.265 15s-1.985 10.93-5.301 15.046l0.036-0.046-224.84 281h438.080v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 96c0 13.255-10.745 24-24 24v0h-512c-0.007 0-0.016 0-0.025 0-13.255 0-24-10.745-24-24 0-5.697 1.985-10.93 5.301-15.046l-0.036 0.046 244-305-244-305c-3.28-4.070-5.265-9.303-5.265-15 0-13.255 10.745-24 24-24 0.009 0 0.018 0 0.026 0l511.999-0c13.255 0 24 10.745 24 24v0 96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sigma-light"]},"attrs":[{}],"properties":{"order":27988,"id":248,"name":"sigma-light","prevSize":16,"code":60647},"setIdx":2,"setId":2,"iconIdx":999},{"icon":{"paths":["M928 680h-685.6c13.36-26.16 26.92-53.4 40.24-81.16 60.4 10.12 133.64-33.96 218.52-131.52 16.4 49.36 49.48 120.48 106.52 131.28 40.32 7.64 80.72-14.72 122.92-68 23.52 32.68 76.76 69.4 197.4 69.4 13.255 0 24-10.745 24-24s-10.745-24-24-24v0c-161.28 0-167.76-68.56-168-72.48-0.269-13.047-10.909-23.521-23.995-23.521-10.581 0-19.562 6.847-22.755 16.351l-0.049 0.169c-37.040 55.72-71.24 83.72-96.56 78.92-20-3.76-40.84-28.52-58.52-69.68-8.638-19.817-16.404-43.386-22.048-67.767l-0.552-2.833c-2.326-11.014-11.965-19.162-23.507-19.162-9.27 0-17.312 5.255-21.31 12.949l-0.063 0.133c-73.64 91.6-139.16 142.88-185.92 146.6 95.28-208.32 124.2-340.88 88.2-404.56-11.080-19.6-34.080-43.12-80.92-43.12h-0.84c-60 0.4-107.56 58.88-130.76 160.56-27.080 119.44-11.76 263.44 58.080 315.44-16.6 34.6-33.6 68.36-50.080 100h-92.4c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h67.040c-48.44 90.32-87.040 154.64-87.6 155.64-2.389 3.668-3.81 8.156-3.81 12.976 0 13.255 10.745 24 24 24 8.94 0 16.739-4.888 20.868-12.138l0.062-0.118c0.64-1.040 46.24-77.080 100.84-180.36h710.6c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM227.36 275.28c17.040-74.8 50.2-123.28 84.64-123.28 25.44 0 34.36 10.040 39.28 18.76 16 28 24 112.6-91.48 364-41.28-41.28-56.64-153.48-32.44-259.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["signature-light"]},"attrs":[{}],"properties":{"order":27989,"id":247,"name":"signature-light","prevSize":16,"code":60648},"setIdx":2,"setId":2,"iconIdx":1000},{"icon":{"paths":["M560.96 528.96l-160 160c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 119-119.040h-390.040c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h390.040l-119-119.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 160 160c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0zM768 136h-224c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h224c4.418 0 8 3.582 8 8v0 640c0 4.418-3.582 8-8 8v0h-224c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h224c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sign-in-light"]},"attrs":[{}],"properties":{"order":27990,"id":246,"name":"sign-in-light","prevSize":16,"code":60649},"setIdx":2,"setId":2,"iconIdx":1001},{"icon":{"paths":["M440 864c0 13.255-10.745 24-24 24v0h-224c-30.928 0-56-25.072-56-56v0-640c0-30.928 25.072-56 56-56v0h224c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-224c-4.418 0-8 3.582-8 8v0 640c0 4.418 3.582 8 8 8v0h224c13.255 0 24 10.745 24 24v0zM880.96 495.040l-160-160c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 119 119.040h-390.040c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h390.040l-119 119.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 160-160c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sign-out-light"]},"attrs":[{}],"properties":{"order":27991,"id":245,"name":"sign-out-light","prevSize":16,"code":60650},"setIdx":2,"setId":2,"iconIdx":1002},{"icon":{"paths":["M977.84 432l-144-160c-4.403-4.908-10.761-7.985-17.837-8l-0.003-0h-280v-136c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 136h-328c-30.928 0-56 25.072-56 56v0 256c0 30.928 25.072 56 56 56v0h328v264c0 13.255 10.745 24 24 24s24-10.745 24-24v0-264h280c7.079-0.015 13.437-3.092 17.82-7.978l0.020-0.022 144-160c3.792-4.226 6.111-9.842 6.111-16s-2.319-11.774-6.131-16.022l0.020 0.022zM805.32 584h-645.32c-4.418 0-8-3.582-8-8v0-256c0-4.418 3.582-8 8-8v0h645.32l122.4 136z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["signpost-light"]},"attrs":[{}],"properties":{"order":27992,"id":244,"name":"signpost-light","prevSize":16,"code":60651},"setIdx":2,"setId":2,"iconIdx":1003},{"icon":{"paths":["M848.96 335.040l-224-224c-4.339-4.345-10.335-7.034-16.959-7.040l-384.001-0c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-512c-0.006-6.625-2.695-12.621-7.040-16.96l-0-0zM808 864c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h374.080l209.92 209.96zM296 480v288c0 13.255 10.745 24 24 24v0h384c13.255 0 24-10.745 24-24v0-288c0-13.255-10.745-24-24-24v0h-384c-13.255 0-24 10.745-24 24v0zM344 504h336v240h-80v-136c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 136h-80v-136c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 136h-80z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sim-card-light"]},"attrs":[{}],"properties":{"order":27993,"id":243,"name":"sim-card-light","prevSize":16,"code":60652},"setIdx":2,"setId":2,"iconIdx":1004},{"icon":{"paths":["M488 64v-32c0-13.255 10.745-24 24-24s24 10.745 24 24v0 32c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM800 184c6.625-0.006 12.621-2.695 16.96-7.040l0-0 32-32c4.706-4.393 7.639-10.634 7.639-17.559 0-13.255-10.745-24-24-24-6.925 0-13.165 2.933-17.546 7.625l-0.013 0.014-32 32c-4.337 4.342-7.019 10.338-7.019 16.96 0 13.247 10.733 23.988 23.978 24l0.001 0zM207.040 176.96c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-32-32c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014zM548 296.32c-1.203-0.213-2.587-0.335-4-0.335-13.263 0-24.015 10.752-24.015 24.015 0 11.85 8.583 21.696 19.872 23.659l0.143 0.021c80 13.36 140 85.76 140 168.32 0 13.255 10.745 24 24 24s24-10.745 24-24v0c0-105.72-77.4-198.44-180-215.68zM920 704v96c0 30.928-25.072 56-56 56v0h-704c-30.928 0-56-25.072-56-56v0-96c0-30.928 25.072-56 56-56v0h8v-136c0-189.986 154.014-344 344-344v0h2.6c188.24 1.4 341.4 157.52 341.4 348v132h8c30.928 0 56 25.072 56 56v0zM216 648h592v-132c0-164-131.76-298.8-293.76-300h-2.24c-163.476 0-296 132.524-296 296v0zM872 704c0-4.418-3.582-8-8-8v0h-704c-4.418 0-8 3.582-8 8v0 96c0 4.418 3.582 8 8 8v0h704c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["siren-light"]},"attrs":[{}],"properties":{"order":27994,"id":242,"name":"siren-light","prevSize":16,"code":60653},"setIdx":2,"setId":2,"iconIdx":1005},{"icon":{"paths":["M978.080 400.2l-224-256c-4.422-5.037-10.874-8.2-18.065-8.2-0.005 0-0.010 0-0.015 0l-447.999-0c-0.057-0-0.124-0.001-0.191-0.001-7.098 0-13.475 3.081-17.869 7.978l-0.020 0.022-224 256c-3.638 4.184-5.856 9.688-5.856 15.709 0 6.296 2.424 12.025 6.39 16.306l-0.014-0.016 448 480c4.394 4.706 10.634 7.64 17.56 7.64s13.166-2.934 17.547-7.626l0.013-0.014 448-480c3.898-4.253 6.287-9.944 6.287-16.194 0-5.974-2.182-11.438-5.793-15.638l0.027 0.032zM303.76 440l138.4 345.96-322.92-345.96zM668.56 440l-156.56 391.36-156.56-391.36zM368 392l144-192 144 192zM720.24 440h184.52l-322.92 345.96zM907.12 392h-191.12l-156-208h165.12zM298.88 184h165.12l-156 208h-191.12z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sketch-logo-light"]},"attrs":[{}],"properties":{"order":27995,"id":241,"name":"sketch-logo-light","prevSize":16,"code":60654},"setIdx":2,"setId":2,"iconIdx":1006},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM651.64 331c-3.354-1.894-7.365-3.010-11.637-3.010-4.715 0-9.112 1.36-12.821 3.708l0.098-0.058-219.28 137.040v-116.68c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 320c0 13.255 10.745 24 24 24s24-10.745 24-24v0-116.68l219.28 137.040c3.61 2.289 8.006 3.648 12.72 3.648 13.255 0 24-10.745 24-24 0-0.003-0-0.006-0-0.008l0 0v-320c0-0.003 0-0.008 0-0.012 0-8.982-4.934-16.812-12.24-20.926l-0.12-0.062zM616 628.68l-186.72-116.68 186.72-116.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skip-back-circle-light"]},"attrs":[{}],"properties":{"order":27996,"id":240,"name":"skip-back-circle-light","prevSize":16,"code":60655},"setIdx":2,"setId":2,"iconIdx":1007},{"icon":{"paths":["M795.36 143.080c-7.83-4.423-17.193-7.030-27.164-7.030-10.997 0-21.253 3.17-29.905 8.645l0.23-0.136-490.52 306.76v-291.32c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 704c0 13.255 10.745 24 24 24s24-10.745 24-24v0-291.36l490.52 306.8c8.423 5.34 18.679 8.51 29.676 8.51 9.972 0 19.335-2.606 27.445-7.175l-0.281 0.145c17.188-9.464 28.641-27.459 28.641-48.13 0-0.109-0-0.218-0.001-0.327l0 0.017v-640.96c0.001-0.092 0.001-0.201 0.001-0.31 0-20.67-11.452-38.665-28.358-47.987l-0.283-0.143zM776 832.48c0 0.016 0 0.036 0 0.055 0 2.804-1.612 5.231-3.959 6.406l-0.041 0.019c-1.105 0.614-2.424 0.975-3.827 0.975-1.544 0-2.985-0.437-4.207-1.194l0.034 0.020-512.48-320.52c-2.13-1.296-3.53-3.604-3.53-6.24s1.401-4.944 3.498-6.222l0.032-0.018 512.48-320.52c1.135-0.73 2.509-1.185 3.986-1.24l0.014-0c1.469 0.009 2.846 0.393 4.043 1.062l-0.043-0.022c2.389 1.194 4 3.621 4 6.425 0 0.019-0 0.039-0 0.058l0-0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skip-back-light"]},"attrs":[{}],"properties":{"order":27997,"id":239,"name":"skip-back-light","prevSize":16,"code":60656},"setIdx":2,"setId":2,"iconIdx":1008},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM640 328c-13.255 0-24 10.745-24 24v0 116.68l-219.28-137.040c-3.61-2.289-8.006-3.648-12.72-3.648-13.255 0-24 10.745-24 24 0 0.003 0 0.006 0 0.008l-0-0v320c-0 0.002-0 0.005-0 0.008 0 13.255 10.745 24 24 24 4.714 0 9.11-1.359 12.818-3.706l-0.098 0.058 219.28-137.040v116.68c0 13.255 10.745 24 24 24s24-10.745 24-24v0-320c0-13.255-10.745-24-24-24v0zM408 628.68v-233.36l186.72 116.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skip-forward-circle-light"]},"attrs":[{}],"properties":{"order":27998,"id":238,"name":"skip-forward-circle-light","prevSize":16,"code":60657},"setIdx":2,"setId":2,"iconIdx":1009},{"icon":{"paths":["M800 136c-13.255 0-24 10.745-24 24v0 291.36l-490.52-306.8c-8.423-5.34-18.679-8.51-29.676-8.51-9.972 0-19.335 2.606-27.445 7.175l0.281-0.145c-17.188 9.464-28.641 27.459-28.641 48.13 0 0.109 0 0.218 0.001 0.327l-0-0.017v640.96c-0.001 0.092-0.001 0.201-0.001 0.31 0 20.67 11.452 38.665 28.358 47.987l0.283 0.143c7.83 4.423 17.193 7.030 27.164 7.030 10.997 0 21.253-3.17 29.905-8.645l-0.23 0.136 490.52-306.76v291.32c0 13.255 10.745 24 24 24s24-10.745 24-24v0-704c0-13.255-10.745-24-24-24v0zM772.48 518.24l-512.48 320.52c-1.188 0.738-2.63 1.175-4.173 1.175-1.403 0-2.722-0.361-3.868-0.996l0.041 0.021c-2.389-1.194-4-3.621-4-6.425 0-0.019 0-0.039 0-0.058l-0 0.003v-640.96c-0-0.016-0-0.036-0-0.055 0-2.804 1.612-5.231 3.959-6.406l0.041-0.019c1.154-0.647 2.531-1.031 3.997-1.040l0.003-0c1.491 0.055 2.865 0.51 4.032 1.259l-0.032-0.019 512.48 320.52c2.13 1.296 3.53 3.604 3.53 6.24s-1.401 4.944-3.498 6.222l-0.032 0.018z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skip-forward-light"]},"attrs":[{}],"properties":{"order":27999,"id":237,"name":"skip-forward-light","prevSize":16,"code":60658},"setIdx":2,"setId":2,"iconIdx":1010},{"icon":{"paths":["M368 424c-57.438 0-104 46.562-104 104s46.562 104 104 104c57.438 0 104-46.562 104-104v0c0-57.438-46.562-104-104-104v0zM368 584c-30.928 0-56-25.072-56-56s25.072-56 56-56c30.928 0 56 25.072 56 56v0c0 30.928-25.072 56-56 56v0zM656 424c-57.438 0-104 46.562-104 104s46.562 104 104 104c57.438 0 104-46.562 104-104v0c0-57.438-46.562-104-104-104v0zM656 584c-30.928 0-56-25.072-56-56s25.072-56 56-56c30.928 0 56 25.072 56 56v0c0 30.928-25.072 56-56 56v0zM512 72c-224.96 0-408 176-408 392 0 135.080 73.2 261.24 192 332.6v67.4c0 30.928 25.072 56 56 56v0h320c30.928 0 56-25.072 56-56v0-67.4c118.8-71.36 192-197.52 192-332.6 0-216-183.040-392-408-392zM692.36 761.76c-7.426 4.177-12.36 12.006-12.36 20.988 0 0.004 0 0.008 0 0.012l-0-0.001v81.24c0 4.418-3.582 8-8 8v0h-72v-104c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 104h-80v-104c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 104h-72c-4.418 0-8-3.582-8-8v0-81.24c0-0.003 0-0.008 0-0.012 0-8.982-4.934-16.812-12.24-20.926l-0.12-0.062c-110.8-61.4-179.64-175.52-179.64-297.76 0-189.68 161.48-344 360-344s360 154.32 360 344c0 122.24-68.84 236.36-179.64 297.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["skull-light"]},"attrs":[{}],"properties":{"order":28000,"id":236,"name":"skull-light","prevSize":16,"code":60659},"setIdx":2,"setId":2,"iconIdx":1011},{"icon":{"paths":["M872 512c29.277-22.125 48-56.876 48-96 0-66.274-53.726-120-120-120-27.15 0-52.195 9.017-72.302 24.219l0.302-0.219v-96c0-66.274-53.726-120-120-120-39.124 0-73.875 18.723-95.781 47.698l-0.219 0.302c-22.125-29.277-56.876-48-96-48-66.274 0-120 53.726-120 120 0 27.15 9.017 52.195 24.219 72.302l-0.219-0.302h-96c-66.274 0-120 53.726-120 120 0 39.124 18.723 73.875 47.698 95.781l0.302 0.219c-29.277 22.125-48 56.876-48 96 0 66.274 53.726 120 120 120 27.15 0 52.195-9.017 72.302-24.219l-0.302 0.219v96c0 66.274 53.726 120 120 120 39.124 0 73.875-18.723 95.781-47.698l0.219-0.302c22.125 29.277 56.876 48 96 48 66.274 0 120-53.726 120-120 0-27.15-9.017-52.195-24.219-72.302l0.219 0.302h96c66.274 0 120-53.726 120-120 0-39.124-18.723-73.875-47.698-95.781l-0.302-0.219zM800 344c39.765 0 72 32.235 72 72s-32.235 72-72 72v0h-72v-72c0-39.765 32.235-72 72-72v0zM608 152c39.765 0 72 32.235 72 72v0 192c0 39.765-32.235 72-72 72v0h-72v-264c0-39.765 32.235-72 72-72v0zM344 224c0-39.765 32.235-72 72-72s72 32.235 72 72v0 72h-72c-39.765 0-72-32.235-72-72v0zM152 416c0-39.765 32.235-72 72-72v0h192c39.765 0 72 32.235 72 72v0 72h-264c-39.765 0-72-32.235-72-72v0zM224 680c-39.765 0-72-32.235-72-72s32.235-72 72-72v0h72v72c0 39.765-32.235 72-72 72v0zM416 872c-39.765 0-72-32.235-72-72v0-192c0-39.765 32.235-72 72-72v0h72v264c0 39.765-32.235 72-72 72v0zM680 800c0 39.765-32.235 72-72 72s-72-32.235-72-72v0-72h72c39.765 0 72 32.235 72 72v0zM800 680h-192c-39.765 0-72-32.235-72-72v0-72h264c39.765 0 72 32.235 72 72s-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["slack-logo-light"]},"attrs":[{}],"properties":{"order":28001,"id":235,"name":"slack-logo-light","prevSize":16,"code":60660},"setIdx":2,"setId":2,"iconIdx":1012},{"icon":{"paths":["M160 344h138.4c11.508 55.225 59.778 96.12 117.6 96.12s106.092-40.896 117.464-95.34l0.136-0.78h330.4c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-330.4c-11.508-55.225-59.778-96.12-117.6-96.12s-106.092 40.896-117.464 95.34l-0.136 0.78h-138.4c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM416 248c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM864 680h-74.4c-11.508-55.225-59.778-96.12-117.6-96.12s-106.092 40.896-117.464 95.34l-0.136 0.78h-394.4c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h394.4c11.508 55.225 59.778 96.12 117.6 96.12s106.092-40.896 117.464-95.34l0.136-0.78h74.4c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM672 776c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sliders-horizontal-light"]},"attrs":[{}],"properties":{"order":28002,"id":234,"name":"sliders-horizontal-light","prevSize":16,"code":60661},"setIdx":2,"setId":2,"iconIdx":1013},{"icon":{"paths":["M248 426.4v-266.4c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 266.4c-55.225 11.508-96.12 59.778-96.12 117.6s40.896 106.092 95.34 117.464l0.78 0.136v202.4c0 13.255 10.745 24 24 24s24-10.745 24-24v0-202.4c55.225-11.508 96.12-59.778 96.12-117.6s-40.896-106.092-95.34-117.464l-0.78-0.136zM224 616c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM536 234.4v-74.4c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 74.4c-55.225 11.508-96.12 59.778-96.12 117.6s40.896 106.092 95.34 117.464l0.78 0.136v394.4c0 13.255 10.745 24 24 24s24-10.745 24-24v0-394.4c55.225-11.508 96.12-59.778 96.12-117.6s-40.896-106.092-95.34-117.464l-0.78-0.136zM512 424c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM920 672c-0.069-57.76-40.867-105.972-95.215-117.461l-0.785-0.139v-394.4c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 394.4c-55.225 11.508-96.12 59.778-96.12 117.6s40.896 106.092 95.34 117.464l0.78 0.136v74.4c0 13.255 10.745 24 24 24s24-10.745 24-24v0-74.4c55.133-11.628 95.931-59.84 96-117.592l0-0.008zM800 744c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sliders-light"]},"attrs":[{}],"properties":{"order":28003,"id":233,"name":"sliders-light","prevSize":16,"code":60662},"setIdx":2,"setId":2,"iconIdx":1014},{"icon":{"paths":["M768 200h-512c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h512c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM776 768c0 4.418-3.582 8-8 8v0h-512c-4.418 0-8-3.582-8-8v0-512c0-4.418 3.582-8 8-8v0h512c4.418 0 8 3.582 8 8v0zM952 224v576c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-576c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM120 224v576c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-576c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["slideshow-light"]},"attrs":[{}],"properties":{"order":28004,"id":232,"name":"slideshow-light","prevSize":16,"code":60663},"setIdx":2,"setId":2,"iconIdx":1015},{"icon":{"paths":["M368 600c-22.091 0-40-17.909-40-40s17.909-40 40-40c22.091 0 40 17.909 40 40v0c0 22.091-17.909 40-40 40v0zM656 520c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM920 512c0 225.332-182.668 408-408 408s-408-182.668-408-408c0-225.332 182.668-408 408-408v0c225.222 0.273 407.727 182.778 408 407.974l0 0.026zM872 512c0-198.823-161.177-360-360-360s-360 161.177-360 360c0 198.823 161.177 360 360 360v0c198.731-0.228 359.773-161.269 360-359.979l0-0.021zM690.68 332l-178.68 119.16-178.68-119.16c-3.744-2.524-8.356-4.030-13.32-4.030-13.271 0-24.030 10.758-24.030 24.030 0 8.307 4.215 15.63 10.624 19.946l0.086 0.054 192 128c3.743 2.528 8.355 4.036 13.32 4.036s9.577-1.508 13.405-4.090l-0.085 0.054 192-128c6.494-4.37 10.71-11.693 10.71-20 0-13.271-10.758-24.030-24.030-24.030-4.964 0-9.576 1.505-13.406 4.084l0.086-0.054zM621.28 716c-32.52-21.6-63.52-36-109.28-36s-76.76 14.4-109.28 36c-6.504 4.364-10.727 11.689-10.727 20 0 13.259 10.749 24.007 24.007 24.007 4.948 0 9.546-1.497 13.366-4.062l-0.086 0.055c26.68-17.72 48.76-28 82.72-28s56 10.28 82.72 28c3.707 2.506 8.276 4 13.194 4 0.016 0 0.032-0 0.048-0l-0.003 0c0.016 0 0.035 0 0.054 0 13.255 0 24-10.745 24-24 0-8.313-4.226-15.638-10.647-19.945l-0.086-0.055z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-angry-light"]},"attrs":[{}],"properties":{"order":28005,"id":231,"name":"smiley-angry-light","prevSize":16,"code":60664},"setIdx":2,"setId":2,"iconIdx":1016},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM408 432c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM696 432c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-blank-light"]},"attrs":[{}],"properties":{"order":28006,"id":230,"name":"smiley-blank-light","prevSize":16,"code":60665},"setIdx":2,"setId":2,"iconIdx":1017},{"icon":{"paths":["M692.76 620c-39.68 68.64-105.56 108-180.76 108s-141.080-39.36-180.76-108c-1.722-3.227-2.734-7.058-2.734-11.125 0-13.255 10.745-24 24-24 8.477 0 15.927 4.394 20.197 11.030l0.057 0.095c31.36 54.16 80.8 84 139.24 84s108-29.84 139.24-84c4.096-7.713 12.078-12.875 21.266-12.875 13.255 0 24 10.745 24 24 0 4.778-1.396 9.23-3.803 12.97l0.057-0.095zM920 512c0 225.332-182.668 408-408 408s-408-182.668-408-408c0-225.332 182.668-408 408-408v0c225.222 0.273 407.727 182.778 408 407.974l0 0.026zM872 512c0-198.823-161.177-360-360-360s-360 161.177-360 360c0 198.823 161.177 360 360 360v0c198.731-0.228 359.773-161.269 360-359.979l0-0.021zM368 472c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM656 392c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-light"]},"attrs":[{}],"properties":{"order":28007,"id":229,"name":"smiley-light","prevSize":16,"code":60666},"setIdx":2,"setId":2,"iconIdx":1018},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM696 640c0 13.255-10.745 24-24 24v0h-320c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h320c13.255 0 24 10.745 24 24v0zM328 432c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0zM696 432c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-meh-light"]},"attrs":[{}],"properties":{"order":28008,"id":228,"name":"smiley-meh-light","prevSize":16,"code":60667},"setIdx":2,"setId":2,"iconIdx":1019},{"icon":{"paths":["M720.96 655.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-47.040-47-47.040 47c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l-47.040-47-47.040 47c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l-47.040-47-47.040 47c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 64-64c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l47.040 47 47.040-47c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l47.040 47 47.040-47c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM920 512c0 225.332-182.668 408-408 408s-408-182.668-408-408c0-225.332 182.668-408 408-408v0c225.222 0.273 407.727 182.778 408 407.974l0 0.026zM872 512c0-198.823-161.177-360-360-360s-360 161.177-360 360c0 198.823 161.177 360 360 360v0c198.731-0.228 359.773-161.269 360-359.979l0-0.021zM368 472c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0zM656 472c22.091 0 40-17.909 40-40s-17.909-40-40-40c-22.091 0-40 17.909-40 40v0c0 22.091 17.909 40 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-nervous-light"]},"attrs":[{}],"properties":{"order":28009,"id":227,"name":"smiley-nervous-light","prevSize":16,"code":60668},"setIdx":2,"setId":2,"iconIdx":1020},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM328 432c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0zM696 432c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM692.76 692c1.722 3.227 2.734 7.058 2.734 11.125 0 13.255-10.745 24-24 24-8.477 0-15.927-4.394-20.197-11.030l-0.057-0.095c-31.36-54.16-80.8-84-139.24-84s-108 29.84-139.24 84c-4.227 7.224-11.948 12-20.785 12-0.005 0-0.011-0-0.016-0l0.001 0c-0.019 0-0.042 0-0.065 0-4.399 0-8.518-1.204-12.043-3.3l0.109 0.060c-7.191-4.235-11.941-11.938-11.941-20.75 0-4.422 1.196-8.565 3.282-12.123l-0.061 0.113c39.68-68.64 105.56-108 180.76-108s141.080 39.36 180.76 108z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-sad-light"]},"attrs":[{}],"properties":{"order":28010,"id":226,"name":"smiley-sad-light","prevSize":16,"code":60669},"setIdx":2,"setId":2,"iconIdx":1021},{"icon":{"paths":["M512 104c-225.155 0.234-407.589 182.812-407.589 408 0 225.332 182.668 408 408 408 42.673 0 83.817-6.551 122.479-18.703l-2.89 0.783c3.893-1.216 7.225-3.27 9.92-5.96l-0 0 254.080-254.28c2.695-2.705 4.75-6.052 5.914-9.79l0.046-0.17c11.372-35.788 17.925-76.949 17.925-119.64 0-225.34-182.573-408.038-407.866-408.24l-0.019-0zM857.88 612l-245.68 245.72c-29.905 8.972-64.269 14.136-99.84 14.136-198.624 0-359.64-161.016-359.64-359.64s161.016-359.64 359.64-359.64c198.624 0 359.64 161.016 359.64 359.64 0 35.55-5.158 69.895-14.767 102.328l0.647-2.544zM328 432c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0zM696 432c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM692.76 620c-39.68 68.64-105.56 108-180.76 108s-141.080-39.36-180.76-108c-1.722-3.227-2.734-7.058-2.734-11.125 0-13.255 10.745-24 24-24 8.477 0 15.927 4.394 20.197 11.030l0.057 0.095c31.36 54.16 80.8 84 139.24 84s108-29.84 139.24-84c4.096-7.713 12.078-12.875 21.266-12.875 13.255 0 24 10.745 24 24 0 4.778-1.396 9.23-3.803 12.97l0.057-0.095z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-sticker-light"]},"attrs":[{}],"properties":{"order":28011,"id":225,"name":"smiley-sticker-light","prevSize":16,"code":60670},"setIdx":2,"setId":2,"iconIdx":1022},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM328 432c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0zM728 432c0 13.255-10.745 24-24 24v0h-96c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h96c13.255 0 24 10.745 24 24v0zM692.76 620c-39.68 68.64-105.56 108-180.76 108s-141.080-39.36-180.76-108c-1.722-3.227-2.734-7.058-2.734-11.125 0-13.255 10.745-24 24-24 8.477 0 15.927 4.394 20.197 11.030l0.057 0.095c31.36 54.16 80.8 84 139.24 84s108-29.84 139.24-84c4.096-7.713 12.078-12.875 21.266-12.875 13.255 0 24 10.745 24 24 0 4.778-1.396 9.23-3.803 12.97l0.057-0.095z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-wink-light"]},"attrs":[{}],"properties":{"order":28012,"id":224,"name":"smiley-wink-light","prevSize":16,"code":60671},"setIdx":2,"setId":2,"iconIdx":1023},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM752.96 400.96l-47 47.040 47 47.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-47.040-47-47.040 47c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 47-47.040-47-47.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 47.040 47 47.040-47c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014zM432.96 400.96l-47 47.040 47 47.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-47.040-47-47.040 47c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 47-47.040-47-47.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 47.040 47 47.040-47c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014zM552 720c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["smiley-x-eyes-light"]},"attrs":[{}],"properties":{"order":28013,"id":223,"name":"smiley-x-eyes-light","prevSize":16,"code":60672},"setIdx":2,"setId":2,"iconIdx":1024},{"icon":{"paths":["M983.48 730.72c-1.757-8.266-7.582-14.859-15.233-17.667l-0.167-0.053c-1.6-0.56-122.84-46.12-179.48-209l84.32-33.72c9.006-3.594 15.254-12.242 15.254-22.35 0-13.255-10.745-24-24-24-3.279 0-6.405 0.658-9.253 1.848l0.158-0.059-80 32c-9.595-40.003-15.098-85.931-15.098-133.144 0-1.609 0.006-3.216 0.019-4.822l-0.002 0.246c0-136.967-111.033-248-248-248s-248 111.033-248 248v0c0.010 1.319 0.016 2.879 0.016 4.44 0 47.319-5.428 93.371-15.696 137.566l0.8-4.086-80.2-32c-2.592-1.044-5.598-1.65-8.746-1.65-13.255 0-24 10.745-24 24 0 9.975 6.086 18.529 14.747 22.152l0.158 0.059 84.64 33.52c-17.343 50.79-43.145 94.565-76.081 131.897l0.361-0.417c-51.4 57.76-103.64 77.36-104 77.52-9.31 3.443-15.827 12.243-15.827 22.565 0 6.861 2.879 13.050 7.496 17.424l0.011 0.010c26.4 24.76 67.32 28.8 106.84 32.72 26.040 2.56 52.92 5.24 68.64 13.88 15.040 8.28 29.44 28 43.4 47.16 20.84 28.52 44.44 60.88 80.48 70.12 34 8.64 68.36-3.040 101.6-14.36 22.88-7.76 44.44-15.12 63.44-15.12s40.56 7.36 63.44 15.12c25.16 8.56 50.96 17.36 76.76 17.36 0.104 0 0.227 0.001 0.35 0.001 8.697 0 17.137-1.094 25.193-3.153l-0.703 0.152c36-9.2 59.64-41.56 80.48-70.080 13.96-19.12 28.36-38.88 43.4-47.16 15.72-8.64 42.6-11.32 68.64-13.88 39.52-4 80.44-8 106.84-32.72 4.625-4.384 7.503-10.572 7.503-17.431 0-1.731-0.183-3.419-0.531-5.046l0.028 0.157zM864.84 738.080c-30.84 3.040-62.72 6.2-87.040 19.6s-42 37.56-59.080 60.88-34.24 46.96-53.56 52c-20 5.12-46.44-4-74.28-13.28-25.52-8.68-52-17.68-78.88-17.68s-53.36 9-78.88 17.68c-28 9.48-54.12 18.4-74.28 13.28-19.32-4.96-36.72-28.8-53.56-52s-34.68-47.52-59.080-60.92-56-16.56-87.040-19.6c-13.48-1.32-27.16-2.68-39.56-4.84 28.16-18.533 52.522-39.527 73.9-63.262l0.3-0.338c32.96-36.44 69.76-91.44 93.4-169.92 0.108-0.198 0.216-0.435 0.307-0.681l0.013-0.039c0.622-1.468 1.111-3.177 1.385-4.958l0.015-0.122c14.668-50.456 23.105-108.414 23.105-168.343 0-1.947-0.009-3.892-0.027-5.835l0.002 0.298c0-110.457 89.543-200 200-200s200 89.543 200 200v0c-0.017 1.692-0.026 3.691-0.026 5.692 0 59.931 8.437 117.891 24.189 172.758l-1.083-4.41c0.283 1.9 0.772 3.611 1.453 5.22l-0.053-0.14c0.092 0.261 0.2 0.485 0.329 0.695l-0.009-0.015c23.64 78.52 60.44 133.52 93.4 169.96 21.677 24.072 46.039 45.066 72.794 62.728l1.406 0.872c-12.4 2.040-26.080 3.4-39.56 4.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["snapchat-logo-light"]},"attrs":[{}],"properties":{"order":28014,"id":222,"name":"snapchat-logo-light","prevSize":16,"code":60673},"setIdx":2,"setId":2,"iconIdx":1025},{"icon":{"paths":["M912 524l-242.92-80.96c-27.85-9.445-49.933-29.56-61.774-55.352l-0.266-0.648-93-217.8c-8.942-19.75-28.479-33.243-51.167-33.243-6.858 0-13.428 1.233-19.5 3.489l0.387-0.126-302.88 110.12c-21.663 8.095-36.82 28.59-36.88 52.633l-0 0.007v465.88c0 30.928 25.072 56 56 56v0h800c30.928 0 56-25.072 56-56v0-99.76c0-0.005 0-0.012 0-0.018 0-66.777-43.061-123.496-102.93-143.905l-1.070-0.317zM157.28 294.6l302.72-110.12c0.77-0.305 1.662-0.481 2.595-0.481 0.044 0 0.088 0 0.131 0.001l-0.007-0c3.119 0.002 5.821 1.789 7.139 4.394l0.021 0.046 32 74.72-93.88 34.28c-9.303 3.446-15.814 12.243-15.814 22.561 0 13.189 10.639 23.894 23.804 23.999l0.010 0c2.881-0.031 5.626-0.571 8.163-1.534l-0.163 0.054 96.72-35.16 25.24 59.040-73.96 27.040c-9.303 3.446-15.814 12.243-15.814 22.561 0 13.189 10.639 23.894 23.804 23.999l0.010 0c2.879-0.036 5.623-0.561 8.171-1.495l-0.171 0.055 77.040-28c10.325 21.056 24.591 38.7 41.977 52.606l0.303 0.234-71.32 26.040c-9.303 3.446-15.814 12.243-15.814 22.561 0 13.189 10.639 23.894 23.804 23.999l0.010 0c2.944-0.012 5.761-0.538 8.371-1.495l-0.171 0.055 114.56-41.68 230.12 76.72c35.256 11.968 61.601 41.406 68.967 77.734l0.113 0.666h-813.96v-345.88c0.002-3.441 2.175-6.374 5.225-7.502l0.055-0.018zM960 776h-800c-4.418 0-8-3.582-8-8v0-72h816v72c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sneaker-light"]},"attrs":[{}],"properties":{"order":28015,"id":221,"name":"sneaker-light","prevSize":16,"code":60674},"setIdx":2,"setId":2,"iconIdx":1026},{"icon":{"paths":["M864 616c-75.111 0-136-60.889-136-136v0-97.2c-0.016-29.211-22.396-53.19-50.945-55.744l-0.215-0.016c-100.2-8-168-74.32-172.56-168.72-0.708-14.455-6.793-27.366-16.281-36.881l0.001 0.001-32.92-32.92c-10.097-10.205-24.104-16.524-39.587-16.524-15.002 0-28.618 5.933-38.631 15.581l0.017-0.016c-0.138 0.158-0.282 0.302-0.435 0.435l-0.005 0.005-256 256.48c-10.16 10.138-16.445 24.156-16.445 39.641 0 15.604 6.382 29.718 16.679 39.873l0.006 0.006 428.96 415.6c10.097 10.131 24.065 16.4 39.497 16.4 0.036 0 0.073-0 0.109-0l-0.006 0h370.76c30.928 0 56-25.072 56-56v0-32c0-83.947-68.053-152-152-152v0zM968 800c0 4.418-3.582 8-8 8v0h-370.76c-2.333-0.035-4.428-1.026-5.916-2.596l-0.004-0.004-428.96-415.68c-1.458-1.449-2.36-3.456-2.36-5.674 0-0.016 0-0.032 0-0.049l-0 0.003c-0-0.002-0-0.004-0-0.006 0-2.218 0.902-4.224 2.36-5.673l0-0 255.72-256c1.414-1.286 3.302-2.073 5.373-2.073 2.214 0 4.218 0.899 5.667 2.353l0 0 32.88 32.88c1.364 1.372 2.234 3.237 2.319 5.304l0.001 0.016c2.92 59.6 25.64 111.44 65.72 149.92 38.72 37.2 90.92 59.4 150.96 64.24 3.967 0.514 7 3.871 7 7.937 0 0.022-0 0.044-0 0.066l0-0.003v73.040h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h73.6c4.069 30.27 14.976 57.392 31.116 80.601l-0.396-0.601h-72.32c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h120.44c28.935 20.032 64.78 32 103.42 32 0.049 0 0.098-0 0.148-0l-0.008 0c57.438 0 104 46.562 104 104v0zM256 728h-128c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24s-10.745 24-24 24v0zM408 832c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sneaker-move-light"]},"attrs":[{}],"properties":{"order":28016,"id":220,"name":"sneaker-move-light","prevSize":16,"code":60675},"setIdx":2,"setId":2,"iconIdx":1027},{"icon":{"paths":["M887.32 602.28c0.441 1.72 0.694 3.695 0.694 5.728 0 11.229-7.712 20.657-18.128 23.276l-0.166 0.035-106.48 26.16 28 104.32c0.521 1.866 0.82 4.008 0.82 6.22 0 11.043-7.458 20.343-17.612 23.14l-0.169 0.040c-1.857 0.495-3.992 0.787-6.192 0.8l-0.008 0c-0.004 0-0.010 0-0.015 0-11.050 0-20.356-7.468-23.146-17.632l-0.039-0.168-31.8-118.2-177.080-102.44v204.52l88.96 88.96c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-79.040-79-79.040 79c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 88.96-88.96v-204.52l-177.080 102.44-31.72 118.4c-2.898 10.231-12.154 17.6-23.131 17.6-0.024 0-0.049-0-0.073-0l0.004 0c-2.208-0.013-4.343-0.305-6.378-0.84l0.178 0.040c-10.322-2.837-17.78-12.137-17.78-23.18 0-2.212 0.299-4.354 0.86-6.389l-0.040 0.169 28-104.32-106.48-26.16c-10.581-2.66-18.291-12.090-18.291-23.32 0-13.261 10.75-24.011 24.011-24.011 2.031 0 4.002 0.252 5.886 0.727l-0.166-0.035 120.92 29.72 177.28-102.4-177.36-102.4-120.92 29.72c-1.686 0.432-3.622 0.68-5.616 0.68-0.037 0-0.073-0-0.11-0l0.006 0c-0.014 0-0.031 0-0.048 0-13.255 0-24-10.745-24-24 0-11.241 7.729-20.678 18.162-23.285l0.165-0.035 106.48-26.16-28-104.32c-0.602-2.001-0.949-4.3-0.949-6.681 0-13.255 10.745-24 24-24 11.224 0 20.649 7.705 23.273 18.115l0.035 0.166 31.72 118.4 177.16 102.24v-204.52l-88.96-88.96c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79 79.040-79c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-88.96 88.96v204.52l177.080-102.24 31.72-118.4c2.659-10.575 12.084-18.281 23.309-18.281 13.255 0 24 10.745 24 24 0 2.38-0.347 4.68-0.992 6.851l0.043-0.17-28 104.32 106.48 26.16c10.599 2.642 18.328 12.079 18.328 23.32 0 13.243-10.727 23.981-23.966 24l-0.002 0c-0.031 0-0.068 0-0.104 0-1.994 0-3.929-0.248-5.778-0.715l0.162 0.035-120.92-29.72-177.36 102.4 177.36 102.4 120.92-29.72c1.72-0.441 3.695-0.694 5.728-0.694 11.229 0 20.657 7.712 23.276 18.128l0.035 0.166z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["snowflake-light"]},"attrs":[{}],"properties":{"order":28017,"id":219,"name":"snowflake-light","prevSize":16,"code":60676},"setIdx":2,"setId":2,"iconIdx":1028},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM822.68 693.68h-143.12l-41.92-57.68 53.16-154.88 68-22.040 111.76 85.72c-5.18 55.531-22.311 106.134-48.785 150.517l0.905-1.637zM344.44 693.68h-143.12c-25.542-42.751-42.646-93.356-47.693-147.463l-0.107-1.417 111.76-85.72 68 22.040 53.080 154.88zM204 325.68l28.96 97.64-80 61.36c4.588-59.33 22.975-113.54 51.927-160.548l-0.887 1.548zM430.24 616l-49.64-144.56 131.4-90.32 131.4 90.32-49.64 144.56zM791 423.32l29-97.64c28.051 45.463 46.425 99.674 50.924 157.775l0.076 1.225zM784.36 276.84l-40.36 136.56-68 22.12-140-96v-70.88l123.6-84.96c49.28 22.583 90.866 54.052 124.378 92.71l0.382 0.45zM603.68 164l-91.68 62.88-91.68-62.88c27.506-7.519 59.089-11.84 91.68-11.84s64.174 4.32 94.206 12.42l-2.526-0.58zM364.44 183.64l123.56 85v70.72l-140 96-68-22.12-40.36-136.4c33.91-39.117 75.507-70.598 122.554-92.272l2.246-0.928zM235 741.68h104.72l36.76 104c-56.535-23.524-104.002-58.961-141.006-103.414l-0.474-0.586zM433.72 863.4l-50.2-141.84 41.84-57.56h173.28l41.84 57.56-50.2 141.84c-23.524 5.467-50.536 8.6-78.28 8.6s-54.756-3.133-80.701-9.066l2.421 0.466zM647.52 845.48l36.76-104h104.72c-37.478 45.039-84.945 80.476-139.094 103.115l-2.386 0.885z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["soccer-ball-light"]},"attrs":[{}],"properties":{"order":28018,"id":218,"name":"soccer-ball-light","prevSize":16,"code":60677},"setIdx":2,"setId":2,"iconIdx":1029},{"icon":{"paths":["M504 512c0 13.255-10.745 24-24 24v0h-288c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h288c13.255 0 24 10.745 24 24v0zM192 280h544c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-544c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM416 744h-224c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h224c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM912.96 655.040c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-119.040 119v-326.040c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 326.040l-119.040-119c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 160 160c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 160-160c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sort-ascending-light"]},"attrs":[{}],"properties":{"order":28019,"id":217,"name":"sort-ascending-light","prevSize":16,"code":60678},"setIdx":2,"setId":2,"iconIdx":1030},{"icon":{"paths":["M168 512c0-13.255 10.745-24 24-24v0h288c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-288c-13.255 0-24-10.745-24-24v0zM192 280h224c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-224c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM736 744h-544c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h544c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM912.96 335.040l-160-160c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-160 160c-3.991 4.274-6.441 10.032-6.441 16.361 0 13.255 10.745 24 24 24 6.33 0 12.087-2.45 16.375-6.454l-0.014 0.013 119.040-119v326.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-326.040l119.040 119c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sort-descending-light"]},"attrs":[{}],"properties":{"order":28020,"id":216,"name":"sort-descending-light","prevSize":16,"code":60679},"setIdx":2,"setId":2,"iconIdx":1031},{"icon":{"paths":["M88 480v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM192 360c-13.255 0-24 10.745-24 24v0 384c0 13.255 10.745 24 24 24s24-10.745 24-24v0-384c0-13.255-10.745-24-24-24v0zM320 328c-13.255 0-24 10.745-24 24v0 416c0 13.255 10.745 24 24 24s24-10.745 24-24v0-416c0-13.255-10.745-24-24-24v0zM448 200c-13.255 0-24 10.745-24 24v0 544c0 13.255 10.745 24 24 24s24-10.745 24-24v0-544c0-13.255-10.745-24-24-24v0zM884.24 431.52c-24.281-150.203-153.012-263.52-308.21-263.52-0.010 0-0.021 0-0.031 0l0.001-0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c0.278-0.001 0.607-0.002 0.937-0.002 136.208 0 248.232 103.544 261.653 236.214l0.091 1.108c1.099 10.61 8.968 19.104 19.167 21.135l0.153 0.025c63.183 12.559 110.147 67.555 110.147 133.52 0 75.111-60.889 136-136 136-0.052 0-0.103-0-0.155-0l-255.992 0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c0.052 0 0.113 0 0.175 0 101.62 0 184-82.38 184-184 0-83.061-55.037-153.268-130.632-176.141l-1.303-0.339z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["soundcloud-logo-light"]},"attrs":[{}],"properties":{"order":28021,"id":215,"name":"soundcloud-logo-light","prevSize":16,"code":60680},"setIdx":2,"setId":2,"iconIdx":1032},{"icon":{"paths":["M719.36 205.56c-57.48-47.926-121.904-91.411-190.528-128.060l-6.112-2.98c-3.124-1.593-6.813-2.527-10.72-2.527s-7.596 0.934-10.857 2.59l0.137-0.063c-74.735 39.628-139.158 83.113-198.472 132.524l1.832-1.484c-133.12 110.96-200.64 224.8-200.64 338.44-0 0.003-0 0.007-0 0.010 0 119.294 96.706 216 216 216 30.701 0 59.906-6.405 86.351-17.952l-1.391 0.541-44 146.52c-0.639 2.059-1.007 4.427-1.007 6.88 0 13.255 10.745 24 24 24 0.017 0 0.033-0 0.050-0l-0.003 0h256c0.002 0 0.005 0 0.007 0 13.255 0 24-10.745 24-24 0-2.453-0.368-4.821-1.052-7.050l0.045 0.17-44-146.52c25.065 11.016 54.284 17.428 85 17.428 119.294 0 216-96.706 216-216 0-0.010-0-0.019-0-0.029l0 0.001c0-113.64-67.52-227.48-200.64-338.44zM704 712c-0.002 0-0.005 0-0.008 0-42.349 0-81.038-15.67-110.586-41.527l0.195 0.167c-4.192-3.666-9.716-5.901-15.762-5.901-13.255 0-24 10.745-24 24 0 2.446 0.366 4.807 1.046 7.031l-0.045-0.17 52.92 176.4h-191.52l52.92-176.4c0.636-2.054 1.002-4.415 1.002-6.861 0-13.255-10.745-24-24-24-6.046 0-11.57 2.236-15.79 5.925l0.028-0.024c-29.354 25.695-68.047 41.367-110.4 41.367-92.784 0-168-75.216-168-168 0-0.003 0-0.005 0-0.008l-0 0c0-214.92 299.080-388 360-420.88 60.96 32.88 360 205.68 360 420.88 0 92.784-75.216 168-168 168v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spade-light"]},"attrs":[{}],"properties":{"order":28022,"id":214,"name":"spade-light","prevSize":16,"code":60681},"setIdx":2,"setId":2,"iconIdx":1033},{"icon":{"paths":["M787.56 523.76l-206.6-76c-2.115-0.822-3.76-2.454-4.581-4.506l-0.019-0.054-76-206.64c-8.070-21.438-28.406-36.412-52.24-36.412s-44.17 14.975-52.113 36.029l-0.127 0.383-76 206.6c-0.822 2.115-2.454 3.76-4.506 4.581l-0.054 0.019-206.64 76c-21.438 8.070-36.412 28.406-36.412 52.24s14.975 44.17 36.029 52.113l0.383 0.127 206.6 76c2.115 0.822 3.76 2.454 4.581 4.506l0.019 0.054 76 206.64c8.070 21.438 28.406 36.412 52.24 36.412s44.17-14.975 52.113-36.029l0.127-0.383 76-206.6c0.822-2.115 2.454-3.76 4.506-4.581l0.054-0.019 206.64-76c21.438-8.070 36.412-28.406 36.412-52.24s-14.975-44.17-36.029-52.113l-0.383-0.127zM770.96 583.2l-206.64 76c-15.344 5.782-27.236 17.686-32.873 32.656l-0.127 0.384-76 206.6c-1.117 2.949-3.918 5.007-7.2 5.007s-6.083-2.058-7.182-4.955l-0.018-0.053-76-206.64c-5.801-15.32-17.68-27.199-32.615-32.872l-0.385-0.128-206.6-76c-2.949-1.117-5.007-3.918-5.007-7.2s2.058-6.083 4.955-7.182l0.053-0.018 206.64-76c15.344-5.782 27.236-17.686 32.873-32.656l0.127-0.384 76-206.6c1.117-2.949 3.918-5.007 7.2-5.007s6.083 2.058 7.182 4.955l0.018 0.053 76 206.64c5.782 15.344 17.686 27.236 32.656 32.873l0.384 0.127 206.6 76c2.949 1.117 5.007 3.918 5.007 7.2s-2.058 6.083-4.955 7.182l-0.053 0.018zM584 160c0-13.255 10.745-24 24-24v0h72v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h72c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-13.255 0-24-10.745-24-24v0zM984 352c0 13.255-10.745 24-24 24v0h-40v40c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-40h-40c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h40v-40c0-13.255 10.745-24 24-24s24 10.745 24 24v0 40h40c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sparkle-light"]},"attrs":[{}],"properties":{"order":28023,"id":213,"name":"sparkle-light","prevSize":16,"code":60682},"setIdx":2,"setId":2,"iconIdx":1034},{"icon":{"paths":["M768 104h-512c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h512c30.928 0 56-25.072 56-56v0-704c0-30.928-25.072-56-56-56v0zM776 864c0 4.418-3.582 8-8 8v0h-512c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h512c4.418 0 8 3.582 8 8v0zM472 304c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0zM512 456c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM512 712c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-hifi-light"]},"attrs":[{}],"properties":{"order":28024,"id":212,"name":"speaker-hifi-light","prevSize":16,"code":60683},"setIdx":2,"setId":2,"iconIdx":1035},{"icon":{"paths":["M618.56 106.44c-3.081-1.543-6.714-2.447-10.557-2.447-5.573 0-10.702 1.899-14.776 5.086l0.053-0.040-281.52 218.96h-183.76c-30.928 0-56 25.072-56 56v0 256c0 30.928 25.072 56 56 56v0h183.76l281.52 218.96c4.020 3.146 9.148 5.044 14.72 5.044 13.255 0 24-10.745 24-24 0-0.001-0-0.003-0-0.004l0 0v-768c0-0.002 0-0.005 0-0.008 0-9.41-5.416-17.556-13.301-21.489l-0.139-0.063zM120 640v-256c0-4.418 3.582-8 8-8v0h168v272h-168c-4.418 0-8-3.582-8-8v0zM584 846.92l-240-186.64v-296.56l240-186.64zM786.12 411.52c23.562 26.646 37.948 61.883 37.948 100.48s-14.386 73.834-38.089 100.642l0.141-0.162c-4.42 4.992-10.844 8.124-18 8.124-13.257 0-24.004-10.747-24.004-24.004 0-6.101 2.276-11.67 6.026-15.905l-0.022 0.025c16.116-18.23 25.956-42.336 25.956-68.74s-9.84-50.51-26.053-68.851l0.096 0.111c-3.454-4.128-5.551-9.495-5.551-15.351 0-13.255 10.745-24 24-24 6.921 0 13.159 2.93 17.539 7.617l0.013 0.014zM984 512c0 0.066 0 0.145 0 0.224 0 79.976-30.146 152.912-79.694 208.063l0.254-0.287c-4.429 5.162-10.959 8.412-18.249 8.412-13.255 0-24-10.745-24-24 0-6.354 2.469-12.131 6.501-16.425l-0.012 0.013c41.717-46.49 67.226-108.266 67.226-176s-25.509-129.51-67.443-176.246l0.217 0.246c-4.019-4.281-6.489-10.058-6.489-16.412 0-13.255 10.745-24 24-24 7.29 0 13.82 3.25 18.222 8.38l0.027 0.032c49.294 54.864 79.44 127.8 79.44 207.776 0 0.079-0 0.157-0 0.236l0-0.012z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-high-light"]},"attrs":[{}],"properties":{"order":28025,"id":211,"name":"speaker-high-light","prevSize":16,"code":60684},"setIdx":2,"setId":2,"iconIdx":1036},{"icon":{"paths":["M618.56 106.44c-3.081-1.543-6.714-2.447-10.557-2.447-5.573 0-10.702 1.899-14.776 5.086l0.053-0.040-281.52 218.96h-183.76c-30.928 0-56 25.072-56 56v0 256c0 30.928 25.072 56 56 56v0h183.76l281.52 218.96c4.020 3.146 9.148 5.044 14.72 5.044 13.255 0 24-10.745 24-24 0-0.001-0-0.003-0-0.004l0 0v-768c0-0.002 0-0.005 0-0.008 0-9.41-5.416-17.556-13.301-21.489l-0.139-0.063zM120 640v-256c0-4.418 3.582-8 8-8v0h168v272h-168c-4.418 0-8-3.582-8-8v0zM584 846.92l-240-186.64v-296.56l240-186.64zM824 512c0 0.033 0 0.073 0 0.112 0 38.596-14.408 73.826-38.138 100.607l0.138-0.159c-4.42 4.992-10.844 8.124-18 8.124-13.257 0-24.004-10.747-24.004-24.004 0-6.101 2.276-11.67 6.026-15.905l-0.022 0.025c16.116-18.23 25.956-42.336 25.956-68.74s-9.84-50.51-26.053-68.851l0.096 0.111c-3.454-4.128-5.551-9.495-5.551-15.351 0-13.255 10.745-24 24-24 6.921 0 13.159 2.93 17.539 7.617l0.013 0.014c23.563 26.62 37.964 61.825 38 100.392l0 0.008z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-low-light"]},"attrs":[{}],"properties":{"order":28026,"id":210,"name":"speaker-low-light","prevSize":16,"code":60685},"setIdx":2,"setId":2,"iconIdx":1037},{"icon":{"paths":["M618.56 106.44c-3.081-1.543-6.714-2.447-10.557-2.447-5.573 0-10.702 1.899-14.776 5.086l0.053-0.040-281.52 218.96h-183.76c-30.928 0-56 25.072-56 56v0 256c0 30.928 25.072 56 56 56v0h183.76l281.52 218.96c4.020 3.146 9.148 5.044 14.72 5.044 13.255 0 24-10.745 24-24 0-0.001-0-0.003-0-0.004l0 0v-768c0-0.002 0-0.005 0-0.008 0-9.41-5.416-17.556-13.301-21.489l-0.139-0.063zM120 640v-256c0-4.418 3.582-8 8-8v0h168v272h-168c-4.418 0-8-3.582-8-8v0zM584 846.92l-240-186.68v-296.48l240-186.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-none-light"]},"attrs":[{}],"properties":{"order":28027,"id":209,"name":"speaker-none-light","prevSize":16,"code":60686},"setIdx":2,"setId":2,"iconIdx":1038},{"icon":{"paths":["M618.56 106.44c-3.081-1.543-6.714-2.447-10.557-2.447-5.573 0-10.702 1.899-14.776 5.086l0.053-0.040-281.52 218.96h-183.76c-30.928 0-56 25.072-56 56v0 256c0 30.928 25.072 56 56 56v0h183.76l281.52 218.96c4.020 3.146 9.148 5.044 14.72 5.044 13.255 0 24-10.745 24-24 0-0.001-0-0.003-0-0.004l0 0v-768c0-0.002 0-0.005 0-0.008 0-9.41-5.416-17.556-13.301-21.489l-0.139-0.063zM584 846.92l-249.28-193.88c-4.019-3.143-9.145-5.040-14.715-5.040-0.002 0-0.004 0-0.006 0l-192-0c-4.418 0-8-3.582-8-8v0-256c0-4.418 3.582-8 8-8v0h192c0.002 0 0.004 0 0.005 0 5.569 0 10.695-1.897 14.768-5.080l-0.053 0.040 249.28-193.88zM792 416v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM920 352v320c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-320c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-high-light"]},"attrs":[{}],"properties":{"order":28028,"id":208,"name":"speaker-simple-high-light","prevSize":16,"code":60687},"setIdx":2,"setId":2,"iconIdx":1039},{"icon":{"paths":["M618.56 106.44c-3.081-1.543-6.714-2.447-10.557-2.447-5.573 0-10.702 1.899-14.776 5.086l0.053-0.040-281.52 218.96h-183.76c-30.928 0-56 25.072-56 56v0 256c0 30.928 25.072 56 56 56v0h183.76l281.52 218.96c4.020 3.146 9.148 5.044 14.72 5.044 13.255 0 24-10.745 24-24 0-0.001-0-0.003-0-0.004l0 0v-768c0-0.002 0-0.005 0-0.008 0-9.41-5.416-17.556-13.301-21.489l-0.139-0.063zM584 846.92l-249.28-193.88c-4.019-3.143-9.145-5.040-14.715-5.040-0.002 0-0.004 0-0.006 0l-192-0c-4.418 0-8-3.582-8-8v0-256c0-4.418 3.582-8 8-8v0h192c0.002 0 0.004 0 0.005 0 5.569 0 10.695-1.897 14.768-5.080l-0.053 0.040 249.28-193.88zM792 416v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-low-light"]},"attrs":[{}],"properties":{"order":28029,"id":207,"name":"speaker-simple-low-light","prevSize":16,"code":60688},"setIdx":2,"setId":2,"iconIdx":1040},{"icon":{"paths":["M618.56 106.44c-3.081-1.543-6.714-2.447-10.557-2.447-5.573 0-10.702 1.899-14.776 5.086l0.053-0.040-281.52 218.96h-183.76c-30.928 0-56 25.072-56 56v0 256c0 30.928 25.072 56 56 56v0h183.76l281.52 218.96c4.020 3.146 9.148 5.044 14.72 5.044 13.255 0 24-10.745 24-24 0-0.001-0-0.003-0-0.004l0 0v-768c0-0.002 0-0.005 0-0.008 0-9.41-5.416-17.556-13.301-21.489l-0.139-0.063zM584 846.92l-249.28-193.88c-4.019-3.143-9.145-5.040-14.715-5.040-0.002 0-0.004 0-0.006 0l-192-0c-4.418 0-8-3.582-8-8v0-256c0-4.418 3.582-8 8-8v0h192c0.002 0 0.004 0 0.005 0 5.569 0 10.695-1.897 14.768-5.080l-0.053 0.040 249.28-193.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-none-light"]},"attrs":[{}],"properties":{"order":28030,"id":206,"name":"speaker-simple-none-light","prevSize":16,"code":60689},"setIdx":2,"setId":2,"iconIdx":1041},{"icon":{"paths":["M744 608v-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0 192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM896 328c-13.255 0-24 10.745-24 24v0 320c0 13.255 10.745 24 24 24s24-10.745 24-24v0-320c0-13.255-10.745-24-24-24v0zM849.76 848c3.877 4.249 6.252 9.927 6.252 16.16 0 13.261-10.75 24.012-24.012 24.012-7.029 0-13.352-3.020-17.743-7.833l-0.017-0.019-182.24-200.64v216.32c0 0.001 0 0.003 0 0.004 0 13.255-10.745 24-24 24-5.572 0-10.7-1.899-14.773-5.084l0.053 0.040-281.52-218.96h-183.76c-30.928 0-56-25.072-56-56v0-256c0-30.928 25.072-56 56-56v0h184.28l-138.040-152c-3.001-3.963-4.807-8.975-4.807-14.41 0-13.255 10.745-24 24-24 6.313 0 12.057 2.438 16.342 6.423l-0.015-0.014zM584 626.88l-228-250.88h-228c-4.418 0-8 3.582-8 8v0 256c0 4.418 3.582 8 8 8v0h192c0.002-0 0.004-0 0.005-0 5.569 0 10.695 1.897 14.768 5.080l-0.053-0.040 249.28 193.88zM463.32 270.88l120.68-93.8v250.24c0 13.255 10.745 24 24 24s24-10.745 24-24v0-299.32c0-0.001 0-0.003 0-0.004 0-13.255-10.745-24-24-24-5.572 0-10.7 1.899-14.773 5.084l0.053-0.040-159.4 124c-6.023 4.414-9.891 11.463-9.891 19.415 0 13.255 10.745 24 24 24 5.847 0 11.206-2.091 15.369-5.566l-0.038 0.031z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-slash-light"]},"attrs":[{}],"properties":{"order":28031,"id":205,"name":"speaker-simple-slash-light","prevSize":16,"code":60690},"setIdx":2,"setId":2,"iconIdx":1042},{"icon":{"paths":["M618.56 106.44c-3.081-1.543-6.714-2.447-10.557-2.447-5.573 0-10.702 1.899-14.776 5.086l0.053-0.040-281.52 218.96h-183.76c-30.928 0-56 25.072-56 56v0 256c0 30.928 25.072 56 56 56v0h183.76l281.52 218.96c4.020 3.146 9.148 5.044 14.72 5.044 13.255 0 24-10.745 24-24 0-0.001-0-0.003-0-0.004l0 0v-768c0-0.002 0-0.005 0-0.008 0-9.41-5.416-17.556-13.301-21.489l-0.139-0.063zM584 846.92l-249.28-193.88c-4.019-3.143-9.145-5.040-14.715-5.040-0.002 0-0.004 0-0.006 0l-192-0c-4.418 0-8-3.582-8-8v0-256c0-4.418 3.582-8 8-8v0h192c0.002 0 0.004 0 0.005 0 5.569 0 10.695-1.897 14.768-5.080l-0.053 0.040 249.28-193.88zM976.96 590.92c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-79.040-78.92-79.040 79.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 79.040-79.040-79.040-79.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79.040 79.040-79.040c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-79.040 79.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-simple-x-light"]},"attrs":[{}],"properties":{"order":28032,"id":204,"name":"speaker-simple-x-light","prevSize":16,"code":60691},"setIdx":2,"setId":2,"iconIdx":1043},{"icon":{"paths":["M209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 137.76 151.76-0.32 0.24h-183.68c-30.928 0-56 25.072-56 56v0 256c0 30.928 25.072 56 56 56v0h183.76l281.52 218.96c4.020 3.146 9.148 5.044 14.72 5.044 13.255 0 24-10.745 24-24 0-0.001-0-0.003-0-0.004l0 0v-216.32l182.24 200.32c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM120 640v-256c0-4.418 3.582-8 8-8v0h168v272h-168c-4.418 0-8-3.582-8-8v0zM584 846.92l-240-186.64v-296.56l0.44-0.32 239.56 263.48zM750 580.8c16.116-18.23 25.956-42.336 25.956-68.74s-9.84-50.51-26.053-68.851l0.096 0.111c-3.995-4.275-6.449-10.036-6.449-16.369 0-13.255 10.745-24 24-24 7.399 0 14.015 3.348 18.418 8.611l0.031 0.038c23.562 26.646 37.948 61.883 37.948 100.48s-14.386 73.834-38.089 100.642l0.141-0.162c-4.42 4.992-10.844 8.124-18 8.124-13.257 0-24.004-10.747-24.004-24.004 0-6.101 2.276-11.67 6.026-15.905l-0.022 0.025zM429.64 266.72c-3.146-4.020-5.045-9.149-5.045-14.721 0-7.685 3.612-14.527 9.232-18.92l0.053-0.040 159.4-124c4.020-3.146 9.148-5.044 14.72-5.044 13.255 0 24 10.745 24 24 0 0.001-0 0.003-0 0.004l0-0v299.32c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-250.24l-120.68 93.84c-4.024 3.155-9.159 5.060-14.74 5.060-7.674 0-14.507-3.602-18.901-9.207l-0.040-0.052zM984 512c0 0.066 0 0.145 0 0.224 0 79.976-30.146 152.912-79.694 208.063l0.254-0.287c-4.429 5.162-10.959 8.412-18.249 8.412-13.255 0-24-10.745-24-24 0-6.354 2.469-12.131 6.501-16.425l-0.012 0.013c41.717-46.49 67.226-108.266 67.226-176s-25.509-129.51-67.443-176.246l0.217 0.246c-4.019-4.281-6.489-10.058-6.489-16.412 0-13.255 10.745-24 24-24 7.29 0 13.82 3.25 18.222 8.38l0.027 0.032c49.294 54.864 79.44 127.8 79.44 207.776 0 0.079-0 0.157-0 0.236l0-0.012z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-slash-light"]},"attrs":[{}],"properties":{"order":28033,"id":203,"name":"speaker-slash-light","prevSize":16,"code":60692},"setIdx":2,"setId":2,"iconIdx":1044},{"icon":{"paths":["M618.56 106.44c-3.081-1.543-6.714-2.447-10.557-2.447-5.573 0-10.702 1.899-14.776 5.086l0.053-0.040-281.52 218.96h-183.76c-30.928 0-56 25.072-56 56v0 256c0 30.928 25.072 56 56 56v0h183.76l281.52 218.96c4.020 3.146 9.148 5.044 14.72 5.044 13.255 0 24-10.745 24-24 0-0.001-0-0.003-0-0.004l0 0v-768c0-0.002 0-0.005 0-0.008 0-9.41-5.416-17.556-13.301-21.489l-0.139-0.063zM120 640v-256c0-4.418 3.582-8 8-8v0h168v272h-168c-4.418 0-8-3.582-8-8v0zM584 846.92l-240-186.68v-296.48l240-186.68zM976.96 590.92c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-79.040-78.92-79.040 79.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 79.040-79.040-79.040-79.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 79.040 79.040 79.040-79.040c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-79.040 79.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["speaker-x-light"]},"attrs":[{}],"properties":{"order":28034,"id":202,"name":"speaker-x-light","prevSize":16,"code":60693},"setIdx":2,"setId":2,"iconIdx":1045},{"icon":{"paths":["M536 128v128c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-128c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM896 488h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM710 676c-4.351-4.351-10.361-7.042-17-7.042-13.278 0-24.042 10.764-24.042 24.042 0 6.639 2.691 12.649 7.042 17l90.52 90.48c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014zM512 744c-13.255 0-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-13.255-10.745-24-24-24v0zM314 676l-90.48 90.56c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 90.56-90.48c4.351-4.351 7.042-10.361 7.042-17 0-13.278-10.764-24.042-24.042-24.042-6.639 0-12.649 2.691-17 7.042l-0 0zM280 512c0-13.255-10.745-24-24-24v0h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24v0zM257.44 223.52c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 90.48 90.56c4.351 4.351 10.361 7.042 17 7.042 13.278 0 24.042-10.764 24.042-24.042 0-6.639-2.691-12.649-7.042-17l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spinner-gap-light"]},"attrs":[{}],"properties":{"order":28035,"id":201,"name":"spinner-gap-light","prevSize":16,"code":60694},"setIdx":2,"setId":2,"iconIdx":1046},{"icon":{"paths":["M536 128v128c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-128c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM693 355c0.017 0 0.038 0 0.059 0 6.613 0 12.601-2.674 16.942-7.001l-0.001 0.001 90.48-90.52c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-90.56 90.44c-4.361 4.346-7.059 10.358-7.059 17 0 13.255 10.745 24 24 24 0.007 0 0.013-0 0.020-0l-0.001 0zM896 488h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM710 676c-4.351-4.351-10.361-7.042-17-7.042-13.278 0-24.042 10.764-24.042 24.042 0 6.639 2.691 12.649 7.042 17l90.52 90.48c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014zM512 744c-13.255 0-24 10.745-24 24v0 128c0 13.255 10.745 24 24 24s24-10.745 24-24v0-128c0-13.255-10.745-24-24-24v0zM314 676l-90.48 90.56c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 90.56-90.48c4.351-4.351 7.042-10.361 7.042-17 0-13.278-10.764-24.042-24.042-24.042-6.639 0-12.649 2.691-17 7.042l-0 0zM280 512c0-13.255-10.745-24-24-24v0h-128c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h128c13.255 0 24-10.745 24-24v0zM257.44 223.52c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 90.48 90.56c4.351 4.351 10.361 7.042 17 7.042 13.278 0 24.042-10.764 24.042-24.042 0-6.639-2.691-12.649-7.042-17l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spinner-light"]},"attrs":[{}],"properties":{"order":28036,"id":200,"name":"spinner-light","prevSize":16,"code":60695},"setIdx":2,"setId":2,"iconIdx":1047},{"icon":{"paths":["M984 576c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c-0.25-216.395-175.605-391.75-391.976-392l-0.024-0c-198.731 0.228-359.773 161.269-360 359.979l-0 0.021c0.227 181.058 146.942 327.772 327.978 328l0.022 0c163.394-0.205 295.795-132.606 296-295.981l0-0.019c-0.182-145.73-118.27-263.818-263.983-264l-0.017-0c-128.066 0.159-231.841 103.934-232 231.984l-0 0.016c0.136 110.402 89.598 199.863 199.987 200l0.013 0c92.784 0 168-75.216 168-168v0c0-75.111-60.889-136-136-136v0c-57.438 0-104 46.562-104 104v0c0 39.765 32.235 72 72 72v0c22.091 0 40-17.909 40-40v0c0-4.418-3.582-8-8-8v0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0c30.928 0 56 25.072 56 56v0c0 48.601-39.399 88-88 88v0c-66.274 0-120-53.726-120-120v0c0-83.947 68.053-152 152-152v0c101.565 0.136 183.864 82.435 184 183.987l0 0.013c-0.137 119.239-96.762 215.864-215.987 216l-0.013 0c-136.903-0.159-247.841-111.097-248-247.985l-0-0.015c0.182-154.567 125.434-279.818 279.983-280l0.017-0c172.23 0.205 311.795 139.77 312 311.98l0 0.020c-0.227 189.894-154.106 343.773-343.978 344l-0.022 0c-207.558-0.25-375.749-168.441-376-375.975l-0-0.025c0.273-225.222 182.778-407.727 407.974-408l0.026-0c242.886 0.296 439.704 197.114 440 439.972l0 0.028z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spiral-light"]},"attrs":[{}],"properties":{"order":28037,"id":199,"name":"spiral-light","prevSize":16,"code":60696},"setIdx":2,"setId":2,"iconIdx":1048},{"icon":{"paths":["M440 192v640c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-296h-238.040l87 87.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-128-128c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 128-128c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-87 87.040h238.040v-296c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM944.96 495.040l-128-128c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 87 87.040h-238.040v-296c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 640c0 13.255 10.745 24 24 24s24-10.745 24-24v0-296h238.040l-87 87.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 128-128c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["split-horizontal-light"]},"attrs":[{}],"properties":{"order":28038,"id":198,"name":"split-horizontal-light","prevSize":16,"code":60697},"setIdx":2,"setId":2,"iconIdx":1049},{"icon":{"paths":["M856 608c0 13.255-10.745 24-24 24v0h-296v238.040l87.040-87c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-128 128c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-128-128c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 87.040 87v-238.040h-296c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h640c13.255 0 24 10.745 24 24v0zM192 440h640c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-296v-238.040l87.040 87c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-128-128c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-128 128c-3.991 4.274-6.441 10.032-6.441 16.361 0 13.255 10.745 24 24 24 6.33 0 12.087-2.45 16.375-6.454l-0.014 0.013 87.040-87v238.040h-296c-13.255 0-24 10.745-24 24s10.745 24 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["split-vertical-light"]},"attrs":[{}],"properties":{"order":28039,"id":197,"name":"split-vertical-light","prevSize":16,"code":60698},"setIdx":2,"setId":2,"iconIdx":1050},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM629.24 675.2c-4.106 7.68-12.071 12.816-21.235 12.816-4.099 0-7.958-1.028-11.333-2.839l0.128 0.063c-24.526-13.45-53.739-21.361-84.8-21.361s-60.274 7.911-85.735 21.829l0.935-0.468c-3.246 1.746-7.103 2.772-11.2 2.772-13.261 0-24.012-10.751-24.012-24.012 0-9.165 5.134-17.13 12.684-21.177l0.129-0.063c31.064-16.741 67.983-26.578 107.2-26.578s76.136 9.837 108.425 27.179l-1.225-0.601c7.68 4.106 12.816 12.071 12.816 21.235 0 4.099-1.028 7.958-2.839 11.333l0.063-0.128zM757.24 451.2c-4.128 7.602-12.052 12.677-21.161 12.677-4.144 0-8.043-1.050-11.445-2.9l0.126 0.063c-61.544-33.588-134.806-53.339-212.68-53.339s-151.136 19.751-215.048 54.518l2.368-1.179c-3.349 1.886-7.352 2.998-11.615 2.998-13.255 0-24-10.745-24-24 0-9.227 5.207-17.238 12.844-21.255l0.131-0.063c68.095-37.168 149.155-59.025 235.32-59.025s167.225 21.857 237.939 60.329l-2.619-1.304c7.586 4.133 12.648 12.048 12.648 21.146 0 4.182-1.070 8.115-2.951 11.539l0.063-0.124zM693.24 563.2c-4.109 7.671-12.069 12.8-21.226 12.8-0.005 0-0.010-0-0.014-0l0.001 0c-4.127-0.007-8.010-1.042-11.41-2.864l0.13 0.064c-43.052-23.416-94.278-37.184-148.72-37.184s-105.668 13.768-150.387 38.011l1.667-0.827c-3.266 1.772-7.151 2.814-11.28 2.814-13.263 0-24.014-10.751-24.014-24.014 0-9.134 5.1-17.077 12.607-21.137l0.127-0.063c49.584-26.963 108.58-42.816 171.28-42.816s121.696 15.853 173.201 43.768l-1.921-0.952c7.637 4.118 12.739 12.060 12.739 21.194 0 4.131-1.044 8.018-2.882 11.413l0.063-0.127z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["spotify-logo-light"]},"attrs":[{}],"properties":{"order":28040,"id":196,"name":"spotify-logo-light","prevSize":16,"code":60699},"setIdx":2,"setId":2,"iconIdx":1051},{"icon":{"paths":["M800 168h-576c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM224 216h576c4.418 0 8 3.582 8 8v0 264h-592v-264c0-4.418 3.582-8 8-8v0zM424 536v272h-80v-272zM472 536h80v272h-80zM600 536h80v272h-80zM216 800v-264h80v272h-72c-4.418 0-8-3.582-8-8v0zM800 808h-72v-272h80v264c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-half-bottom-light"]},"attrs":[{}],"properties":{"order":28041,"id":195,"name":"square-half-bottom-light","prevSize":16,"code":60700},"setIdx":2,"setId":2,"iconIdx":1052},{"icon":{"paths":["M800 168h-576c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM536 472h272v80h-272zM536 424v-80h272v80zM536 600h272v80h-272zM808 224v72h-272v-80h264c4.418 0 8 3.582 8 8v0zM216 800v-576c0-4.418 3.582-8 8-8v0h264v592h-264c-4.418 0-8-3.582-8-8v0zM800 808h-264v-80h272v72c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-half-light"]},"attrs":[{}],"properties":{"order":28042,"id":194,"name":"square-half-light","prevSize":16,"code":60701},"setIdx":2,"setId":2,"iconIdx":1053},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-light"]},"attrs":[{}],"properties":{"order":28043,"id":193,"name":"square-light","prevSize":16,"code":60702},"setIdx":2,"setId":2,"iconIdx":1054},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM640 360h-256c-13.255 0-24 10.745-24 24v0 256c0 13.255 10.745 24 24 24v0h256c13.255 0 24-10.745 24-24v0-256c0-13.255-10.745-24-24-24v0zM616 616h-208v-208h208z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-logo-light"]},"attrs":[{}],"properties":{"order":28044,"id":192,"name":"square-logo-light","prevSize":16,"code":60703},"setIdx":2,"setId":2,"iconIdx":1055},{"icon":{"paths":["M416 168h-192c-30.928 0-56 25.072-56 56v0 192c0 30.928 25.072 56 56 56v0h192c30.928 0 56-25.072 56-56v0-192c0-30.928-25.072-56-56-56v0zM424 416c0 4.418-3.582 8-8 8v0h-192c-4.418 0-8-3.582-8-8v0-192c0-4.418 3.582-8 8-8v0h192c4.418 0 8 3.582 8 8v0zM800 168h-192c-30.928 0-56 25.072-56 56v0 192c0 30.928 25.072 56 56 56v0h192c30.928 0 56-25.072 56-56v0-192c0-30.928-25.072-56-56-56v0zM808 416c0 4.418-3.582 8-8 8v0h-192c-4.418 0-8-3.582-8-8v0-192c0-4.418 3.582-8 8-8v0h192c4.418 0 8 3.582 8 8v0zM416 552h-192c-30.928 0-56 25.072-56 56v0 192c0 30.928 25.072 56 56 56v0h192c30.928 0 56-25.072 56-56v0-192c0-30.928-25.072-56-56-56v0zM424 800c0 4.418-3.582 8-8 8v0h-192c-4.418 0-8-3.582-8-8v0-192c0-4.418 3.582-8 8-8v0h192c4.418 0 8 3.582 8 8v0zM800 552h-192c-30.928 0-56 25.072-56 56v0 192c0 30.928 25.072 56 56 56v0h192c30.928 0 56-25.072 56-56v0-192c0-30.928-25.072-56-56-56v0zM808 800c0 4.418-3.582 8-8 8v0h-192c-4.418 0-8-3.582-8-8v0-192c0-4.418 3.582-8 8-8v0h192c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["squares-four-light"]},"attrs":[{}],"properties":{"order":28045,"id":191,"name":"squares-four-light","prevSize":16,"code":60704},"setIdx":2,"setId":2,"iconIdx":1056},{"icon":{"paths":["M800 168h-576c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM216 800v-576c0-4.418 3.582-8 8-8v0h264v592h-264c-4.418 0-8-3.582-8-8v0zM808 800c0 4.418-3.582 8-8 8v0h-264v-592h264c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-split-horizontal-light"]},"attrs":[{}],"properties":{"order":28046,"id":190,"name":"square-split-horizontal-light","prevSize":16,"code":60705},"setIdx":2,"setId":2,"iconIdx":1057},{"icon":{"paths":["M800 168h-576c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM224 216h576c4.418 0 8 3.582 8 8v0 264h-592v-264c0-4.418 3.582-8 8-8v0zM800 808h-576c-4.418 0-8-3.582-8-8v0-264h592v264c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["square-split-vertical-light"]},"attrs":[{}],"properties":{"order":28047,"id":189,"name":"square-split-vertical-light","prevSize":16,"code":60706},"setIdx":2,"setId":2,"iconIdx":1058},{"icon":{"paths":["M916.72 692c2.048 3.46 3.258 7.626 3.258 12.074 0 8.795-4.731 16.486-11.787 20.665l-0.111 0.061-384 224c-3.442 2.021-7.582 3.215-12 3.215s-8.558-1.194-12.113-3.277l0.113 0.061-384-224c-6.421-4.373-10.583-11.65-10.583-19.899 0-13.255 10.745-24 24-24 3.853 0 7.495 0.908 10.722 2.522l-0.139-0.063 372 216.92 372-216.92c3.431-2.005 7.555-3.189 11.955-3.189 8.767 0 16.436 4.701 20.624 11.72l0.061 0.11zM884 491.28l-372 216.92-372-216.92c-3.088-1.551-6.729-2.459-10.583-2.459-13.255 0-24 10.745-24 24 0 8.249 4.162 15.526 10.5 19.846l0.083 0.053 384 224c3.442 2.021 7.582 3.215 12 3.215s8.558-1.194 12.113-3.277l-0.113 0.061 384-224c6.421-4.373 10.583-11.65 10.583-19.899 0-13.255-10.745-24-24-24-3.853 0-7.495 0.908-10.722 2.522l0.139-0.063zM104 320c0.025-8.812 4.794-16.504 11.887-20.659l0.113-0.061 384-224c3.442-2.021 7.582-3.215 12-3.215s8.558 1.194 12.113 3.277l-0.113-0.061 384 224c7.162 4.241 11.889 11.929 11.889 20.72s-4.727 16.479-11.778 20.659l-0.111 0.061-384 224c-3.442 2.021-7.582 3.215-12 3.215s-8.558-1.194-12.113-3.277l0.113 0.061-384-224c-7.206-4.216-11.976-11.908-12-20.717l-0-0.003zM175.64 320l336.36 196.2 336.36-196.2-336.36-196z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stack-light"]},"attrs":[{}],"properties":{"order":28048,"id":188,"name":"stack-light","prevSize":16,"code":60707},"setIdx":2,"setId":2,"iconIdx":1059},{"icon":{"paths":["M856 608.36v255.64c0 13.255-10.745 24-24 24v0h-640c-13.255 0-24-10.745-24-24v0-255.64c0-13.255 10.745-24 24-24s24 10.745 24 24v0 231.64h592v-231.64c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM352 728.36h320c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-320c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM373.6 516.64l309.080 82.68c2.249 0.769 4.84 1.213 7.534 1.213 13.255 0 24-10.745 24-24 0-11.518-8.113-21.141-18.937-23.465l-0.158-0.028-309.12-82.88c-2.166-0.71-4.658-1.12-7.247-1.12-13.255 0-24 10.745-24 24 0 11.429 7.988 20.992 18.686 23.41l0.161 0.031zM449.32 317.68l277.12 160c3.446 2.008 7.584 3.195 11.999 3.2l0.001 0c13.207-0.063 23.889-10.784 23.889-24 0-8.792-4.727-16.479-11.778-20.659l-0.111-0.061-277.12-160.16c-3.645-2.35-8.097-3.746-12.875-3.746-13.255 0-24 10.745-24 24 0 9.188 5.163 17.17 12.746 21.203l0.13 0.063zM800.32 371.080c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-226.24-226.12c-4.409-4.858-10.747-7.896-17.795-7.896-13.255 0-24 10.745-24 24 0 7.038 3.029 13.368 7.855 17.758l0.019 0.017z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stack-overflow-logo-light"]},"attrs":[{}],"properties":{"order":28049,"id":187,"name":"stack-overflow-logo-light","prevSize":16,"code":60708},"setIdx":2,"setId":2,"iconIdx":1060},{"icon":{"paths":["M52 436.84l448 256c3.442 2.021 7.582 3.215 12 3.215s8.558-1.194 12.113-3.277l-0.113 0.061 448-256c7.278-4.214 12.096-11.964 12.096-20.84s-4.818-16.626-11.981-20.778l-0.115-0.062-448-256c-3.442-2.021-7.582-3.215-12-3.215s-8.558 1.194-12.113 3.277l0.113-0.061-448 256c-7.278 4.214-12.096 11.964-12.096 20.84s4.818 16.626 11.981 20.778l0.115 0.062zM512 187.64l399.64 228.36-399.64 228.36-399.64-228.36zM980.84 564c1.994 3.424 3.171 7.536 3.171 11.923 0 8.874-4.816 16.622-11.976 20.775l-0.115 0.062-448 256c-3.442 2.021-7.582 3.215-12 3.215s-8.558-1.194-12.113-3.277l0.113 0.061-448-256c-7.252-4.232-12.048-11.976-12.048-20.84 0-13.281 10.767-24.048 24.048-24.048 4.417 0 8.557 1.191 12.114 3.269l-0.114-0.062 436 249.2 436-249.2c3.453-2.037 7.608-3.241 12.044-3.241 8.902 0 16.671 4.846 20.815 12.044l0.062 0.116z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stack-simple-light"]},"attrs":[{}],"properties":{"order":28050,"id":186,"name":"stack-simple-light","prevSize":16,"code":60709},"setIdx":2,"setId":2,"iconIdx":1061},{"icon":{"paths":["M800 104h-576c-30.928 0-56 25.072-56 56v0 704c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-704c0-30.928-25.072-56-56-56v0zM608 568h200v112h-368v-112zM632 520v-112h176v112zM224 152h576c4.418 0 8 3.582 8 8v0 200h-200c-13.255 0-24 10.745-24 24v0 136h-168c-13.255 0-24 10.745-24 24v0 136h-176v-520c0-4.418 3.582-8 8-8v0zM800 872h-576c-4.418 0-8-3.582-8-8v0-136h592v136c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stairs-light"]},"attrs":[{}],"properties":{"order":28051,"id":185,"name":"stairs-light","prevSize":16,"code":60710},"setIdx":2,"setId":2,"iconIdx":1062},{"icon":{"paths":["M888 896c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0zM888 576v160c0 30.928-25.072 56-56 56v0h-640c-30.928 0-56-25.072-56-56v0-160c0-30.928 25.072-56 56-56v0h235.6l-64.88-302.84c-1.696-7.562-2.667-16.248-2.667-25.16 0-66.256 53.696-119.97 119.944-120l64.003-0c66.269 0.007 119.987 53.73 119.987 120 0 8.912-0.972 17.598-2.815 25.956l0.147-0.796-64.92 302.84h235.6c30.928 0 56 25.072 56 56v0zM476.68 520h70.64l67.040-312.92c1.015-4.533 1.597-9.738 1.597-15.080 0-39.749-32.211-71.975-71.955-72l-64.002-0c-39.763 0.002-71.997 32.237-71.997 72 0 5.342 0.582 10.547 1.685 15.557l-0.088-0.477zM840 576c0-4.418-3.582-8-8-8v0h-640c-4.418 0-8 3.582-8 8v0 160c0 4.418 3.582 8 8 8v0h640c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stamp-light"]},"attrs":[{}],"properties":{"order":28052,"id":184,"name":"stamp-light","prevSize":16,"code":60711},"setIdx":2,"setId":2,"iconIdx":1063},{"icon":{"paths":["M618.92 804.24c-107.123-55.451-179.071-165.443-179.071-292.24s71.948-236.789 177.246-291.379l1.826-0.861c7.835-4.059 13.096-12.105 13.096-21.38s-5.261-17.321-12.963-21.317l-0.133-0.063c-49.343-25.84-107.789-41.002-169.777-41.002-0.402 0-0.803 0.001-1.205 0.002l0.062-0c-207.659 0-376 168.341-376 376s168.341 376 376 376v0c0.339 0.001 0.741 0.002 1.143 0.002 61.987 0 120.433-15.161 171.832-41.978l-2.055 0.976c7.835-4.059 13.096-12.105 13.096-21.38s-5.261-17.321-12.963-21.317l-0.133-0.063zM448 840c-180.967-0.242-327.575-147-327.575-328 0-181.149 146.851-328 328-328 38.253 0 74.977 6.548 109.112 18.586l-2.297-0.706c-99.223 68.686-163.393 181.909-163.393 310.12s64.171 241.434 162.147 309.303l1.247 0.817c-31.715 11.332-68.301 17.881-106.416 17.881-0.29 0-0.579-0-0.869-0.001l0.045 0zM1001.52 489.96l-110.44-47.64-9.6-124c-0.983-12.441-11.321-22.164-23.93-22.164-7.433 0-14.076 3.379-18.478 8.684l-0.032 0.040-77.56 93.8-115.72-28.64c-1.73-0.446-3.716-0.702-5.761-0.702-13.255 0-24 10.745-24 24 0 4.492 1.234 8.696 3.382 12.291l-0.061-0.11 62.68 106.48-62.68 106.48c-2.087 3.486-3.321 7.69-3.321 12.182 0 13.255 10.745 24 24 24 2.046 0 4.032-0.256 5.927-0.738l-0.166 0.036 115.72-28.64 77.56 93.96c4.434 5.345 11.078 8.724 18.51 8.724 12.609 0 22.946-9.723 23.924-22.080l0.005-0.084 9.6-124 110.44-47.64c8.552-3.797 14.408-12.214 14.408-22s-5.856-18.203-14.256-21.939l-0.153-0.061zM858.76 543.36c-7.995 3.497-13.646 11.004-14.433 19.909l-0.007 0.091-6.12 79.32-49.32-59.76c-4.434-5.343-11.076-8.72-18.507-8.72-0.004 0-0.009 0-0.013 0l0.001-0c-2.047 0.003-4.032 0.266-5.925 0.756l0.165-0.036-74.96 18.52 40.92-69.44c2.079-3.48 3.309-7.677 3.309-12.16s-1.229-8.68-3.369-12.27l0.061 0.11-40.92-69.48 74.96 18.52c1.736 0.449 3.73 0.707 5.783 0.707 7.425 0 14.063-3.372 18.465-8.668l0.032-0.039 49.32-59.76 6.12 79.32c0.794 8.996 6.445 16.503 14.286 19.94l0.154 0.060 72.68 31.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-and-crescent-light"]},"attrs":[{}],"properties":{"order":28053,"id":183,"name":"star-and-crescent-light","prevSize":16,"code":60712},"setIdx":2,"setId":2,"iconIdx":1064},{"icon":{"paths":["M915.24 459.56l-253.8-92.32c-2.186-0.801-3.879-2.494-4.663-4.626l-0.017-0.054-92.32-253.8c-8.022-21.61-28.466-36.729-52.44-36.729s-44.418 15.12-52.314 36.344l-0.126 0.386-92.32 253.8c-0.801 2.186-2.494 3.879-4.626 4.663l-0.054 0.017-253.8 92.32c-21.61 8.022-36.729 28.466-36.729 52.44s15.12 44.418 36.344 52.314l0.386 0.126 253.8 92.32c2.186 0.801 3.879 2.494 4.663 4.626l0.017 0.054 92.32 253.8c8.022 21.61 28.466 36.729 52.44 36.729s44.418-15.12 52.314-36.344l0.126-0.386 92.32-253.8c0.801-2.186 2.494-3.879 4.626-4.663l0.054-0.017 253.8-92.32c21.61-8.022 36.729-28.466 36.729-52.44s-15.12-44.418-36.344-52.314l-0.386-0.126zM898.84 519.56l-253.8 92.28c-15.555 5.792-27.608 17.845-33.273 33.013l-0.127 0.387-92.28 253.8c-1.252 2.884-4.074 4.865-7.36 4.865s-6.108-1.981-7.34-4.813l-0.020-0.052-92.28-253.8c-5.792-15.555-17.845-27.608-33.013-33.273l-0.387-0.127-253.8-92.48c-2.884-1.252-4.865-4.074-4.865-7.36s1.981-6.108 4.813-7.34l0.052-0.020 253.8-92.28c15.555-5.792 27.608-17.845 33.273-33.013l0.127-0.387 92.28-253.8c1.252-2.884 4.074-4.865 7.36-4.865s6.108 1.981 7.34 4.813l0.020 0.052 92.28 253.8c5.792 15.555 17.845 27.608 33.013 33.273l0.387 0.127 253.8 92.28c2.884 1.252 4.865 4.074 4.865 7.36s-1.981 6.108-4.813 7.34l-0.052 0.020z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-four-light"]},"attrs":[{}],"properties":{"order":28054,"id":182,"name":"star-four-light","prevSize":16,"code":60713},"setIdx":2,"setId":2,"iconIdx":1065},{"icon":{"paths":["M932.76 451.44l-20.76 18.28c-4.354 4.409-10.398 7.14-17.081 7.14-13.255 0-24-10.745-24-24 0-7.79 3.711-14.713 9.462-19.097l0.058-0.043 20.96-18.28c1.728-1.477 2.817-3.658 2.817-6.094 0-0.956-0.168-1.872-0.475-2.722l0.018 0.056c-0.838-3.083-3.533-5.343-6.781-5.519l-0.019-0.001-34.8-3c-12.412-1.065-22.083-11.403-22.083-24 0-13.301 10.782-24.083 24.083-24.083 0.704 0 1.401 0.030 2.090 0.089l-0.090-0.006 34.8 3.040c22.762 1.815 41.499 17.211 48.211 38.010l0.109 0.39c1.782 5.229 2.81 11.252 2.81 17.516 0 16.871-7.46 31.999-19.262 42.266l-0.068 0.058zM703 627.72l11.44 49.64c2.54 10.727 12.030 18.588 23.359 18.6l0.001 0c0.008 0 0.018 0 0.028 0 1.92 0 3.786-0.233 5.571-0.673l-0.159 0.033c10.721-2.553 18.571-12.049 18.571-23.378 0-1.909-0.223-3.765-0.644-5.545l0.032 0.163-11.44-49.64c-0.132-0.553-0.208-1.187-0.208-1.839 0-2.447 1.066-4.644 2.76-6.153l0.008-0.007 31.48-27.44c5.809-4.427 9.521-11.35 9.521-19.14 0-13.255-10.745-24-24-24-6.682 0-12.727 2.731-17.078 7.138l-0.002 0.003-31.48 27.44c-11.79 10.32-19.195 25.398-19.195 42.206 0 4.466 0.523 8.81 1.511 12.974l-0.076-0.38zM701.96 384l-43.080-3.72c-21.129-1.826-38.759-15.139-46.74-33.597l-0.14-0.363-76-181.52v579.2c1.68 0.8 3.32 1.64 4.92 2.6l47.56 28.88c6.969 4.284 11.547 11.868 11.547 20.52 0 13.259-10.748 24.007-24.007 24.007-4.606 0-8.909-1.297-12.564-3.546l0.104 0.060-47.56-28.92c-1.137-0.714-2.519-1.138-4-1.138s-2.863 0.424-4.032 1.156l0.032-0.019-204.44 124c-8.27 5.087-18.288 8.1-29.010 8.1-30.928 0-56-25.072-56-56 0-4.49 0.528-8.856 1.526-13.041l-0.077 0.381 54.080-234.12c0.132-0.553 0.208-1.187 0.208-1.839 0-2.447-1.066-4.644-2.76-6.153l-0.008-0.007-180.28-157.48c-11.857-10.324-19.309-25.445-19.309-42.306 0-6.33 1.050-12.414 2.986-18.089l-0.117 0.394c6.821-21.189 25.558-36.585 48.127-38.388l0.193-0.012 237.84-20.56c2.985-0.302 5.463-2.206 6.58-4.828l0.020-0.052 92.92-221.44c8.761-20.188 28.521-34.053 51.52-34.053s42.759 13.864 51.38 33.691l0.14 0.362 92.92 221.44c1.137 2.674 3.615 4.578 6.566 4.877l0.034 0.003 43.040 3.72c12.412 1.065 22.083 11.403 22.083 24 0 13.301-10.782 24.083-24.083 24.083-0.704 0-1.401-0.030-2.090-0.089l0.090 0.006zM483.080 746.4c1.6-0.96 3.24-1.8 4.92-2.6v-579l-76 181.52c-8.053 18.844-25.622 32.205-46.502 34.104l-0.218 0.016-237.88 20.56c-3.267 0.177-5.962 2.437-6.788 5.468l-0.012 0.052c-0.29 0.794-0.457 1.71-0.457 2.666 0 2.436 1.089 4.618 2.806 6.085l0.011 0.009 180.44 157.4c11.817 10.322 19.241 25.417 19.241 42.247 0 4.538-0.54 8.95-1.559 13.176l0.078-0.382-54.2 234.12c-0.183 0.628-0.288 1.349-0.288 2.095 0 2.661 1.34 5.010 3.382 6.408l0.027 0.017c1.228 0.99 2.807 1.588 4.525 1.588 1.505 0 2.902-0.459 4.060-1.245l-0.025 0.016zM790.76 794.4c-2.369-10.96-11.982-19.052-23.484-19.052-13.255 0-24 10.745-24 24 0 2.079 0.264 4.096 0.761 6.019l-0.037-0.167 13.080 56.48c0.157 0.591 0.246 1.27 0.246 1.97 0 2.698-1.336 5.084-3.381 6.533l-0.025 0.017c-1.228 0.99-2.807 1.588-4.525 1.588-1.505 0-2.902-0.459-4.060-1.245l0.025 0.016-44.92-27.28c-3.687-2.424-8.207-3.867-13.063-3.867-13.255 0-24 10.745-24 24 0 8.895 4.839 16.659 12.027 20.805l0.116 0.062 44.92 27.28c8.267 5.083 18.282 8.093 28.999 8.093 30.928 0 56-25.072 56-56 0-4.473-0.524-8.824-1.515-12.994l0.076 0.38z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-half-light"]},"attrs":[{}],"properties":{"order":28055,"id":181,"name":"star-half-light","prevSize":16,"code":60714},"setIdx":2,"setId":2,"iconIdx":1066},{"icon":{"paths":["M949.2 391.6c-6.821-21.189-25.558-36.585-48.127-38.388l-0.193-0.012-237.84-20.56c-2.985-0.302-5.463-2.206-6.58-4.828l-0.020-0.052-92.92-221.44c-8.761-20.188-28.521-34.053-51.52-34.053s-42.759 13.864-51.38 33.691l-0.14 0.362-92.92 221.44c-1.137 2.674-3.615 4.578-6.566 4.877l-0.034 0.003-237.84 20.56c-22.762 1.815-41.499 17.211-48.211 38.010l-0.109 0.39c-1.819 5.28-2.869 11.365-2.869 17.694 0 16.861 7.452 31.982 19.241 42.248l0.067 0.057 180.44 157.4c1.702 1.516 2.768 3.714 2.768 6.161 0 0.652-0.076 1.287-0.219 1.895l0.011-0.056-54.24 234.040c-0.941 3.843-1.481 8.255-1.481 12.793 0 18.642 9.109 35.157 23.119 45.335l0.162 0.112c9.005 6.705 20.347 10.735 32.63 10.735 10.728 0 20.739-3.074 29.198-8.389l-0.229 0.134 204.44-124c1.137-0.714 2.519-1.138 4-1.138s2.863 0.424 4.032 1.156l-0.032-0.019 204.44 124c8.323 5.173 18.424 8.24 29.24 8.24 30.928 0 56-25.072 56-56 0-4.598-0.554-9.067-1.6-13.344l0.079 0.384-54.080-234.12c-0.132-0.553-0.208-1.187-0.208-1.839 0-2.447 1.066-4.644 2.76-6.153l0.008-0.007 180.44-157.4c11.772-10.319 19.164-25.386 19.164-42.18 0-6.347-1.056-12.447-3.001-18.134l0.117 0.394zM901.2 415.28l-180.44 157.4c-11.817 10.322-19.241 25.417-19.241 42.247 0 4.538 0.54 8.95 1.559 13.176l-0.078-0.382 54.080 234.12c0.157 0.591 0.246 1.27 0.246 1.97 0 2.698-1.336 5.084-3.381 6.533l-0.025 0.017c-1.228 0.99-2.807 1.588-4.525 1.588-1.505 0-2.902-0.459-4.060-1.245l0.025 0.016-204.44-124c-8.24-5.086-18.228-8.1-28.92-8.1s-20.68 3.014-29.161 8.238l0.241-0.138-204.44 124c-1.133 0.769-2.53 1.228-4.035 1.228-1.719 0-3.298-0.599-4.539-1.599l0.014 0.011c-2.071-1.466-3.406-3.852-3.406-6.55 0-0.7 0.090-1.379 0.259-2.026l-0.012 0.056 54.080-234.12c0.941-3.843 1.481-8.255 1.481-12.793 0-16.829-7.424-31.925-19.175-42.19l-0.066-0.056-180.44-157.4c-1.728-1.477-2.817-3.658-2.817-6.094 0-0.956 0.168-1.872 0.475-2.722l-0.018 0.056c0.838-3.083 3.533-5.343 6.781-5.519l0.019-0.001 237.88-20.56c21.162-1.856 38.802-15.233 46.741-33.755l0.139-0.365 92.92-221.44c1.309-2.739 4.058-4.597 7.24-4.597s5.931 1.858 7.219 4.549l0.021 0.048 92.6 221.44c8.053 18.844 25.622 32.205 46.502 34.104l0.218 0.016 237.88 20.56c3.267 0.177 5.962 2.437 6.788 5.468l0.012 0.052c0.314 0.824 0.495 1.776 0.495 2.772 0 2.379-1.039 4.516-2.687 5.981l-0.008 0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-light"]},"attrs":[{}],"properties":{"order":28056,"id":180,"name":"star-light","prevSize":16,"code":60715},"setIdx":2,"setId":2,"iconIdx":1067},{"icon":{"paths":["M795.64 512l121.2-212c2.022-3.442 3.215-7.582 3.215-12 0-13.255-10.745-24-24-24-0.019 0-0.039 0-0.058 0l0.003-0h-242.040l-121.12-212c-4.214-7.278-11.964-12.096-20.84-12.096s-16.626 4.818-20.778 11.981l-0.062 0.115-121.16 212h-242c-0.016-0-0.036-0-0.055-0-13.255 0-24 10.745-24 24 0 4.418 1.194 8.558 3.277 12.113l-0.061-0.113 121.12 212-121.12 212c-2.022 3.442-3.215 7.582-3.215 12 0 13.255 10.745 24 24 24 0.019 0 0.039-0 0.058-0l-0.003 0h242l121.16 212c4.214 7.278 11.964 12.096 20.84 12.096s16.626-4.818 20.778-11.981l0.062-0.115 121.12-212h242.040c0.016 0 0.036 0 0.055 0 13.255 0 24-10.745 24-24 0-4.418-1.194-8.558-3.277-12.113l0.061 0.113zM854.64 312l-86.64 151.64-86.64-151.64zM740.36 512l-114.24 200h-228.28l-114.24-200 114.24-200h228.28zM512 112.36l86.68 151.64h-173.4zM169.36 312h173.2l-86.56 151.64zM169.36 711.68l86.64-151.32 86.56 151.64zM512 911.64l-86.72-151.64h173.4zM681.36 712l86.64-151.64 86.64 151.64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["star-of-david-light"]},"attrs":[{}],"properties":{"order":28057,"id":179,"name":"star-of-david-light","prevSize":16,"code":60716},"setIdx":2,"setId":2,"iconIdx":1068},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM185.72 664h176c3.407 0.006 6.314 2.141 7.462 5.145l0.018 0.055 73.32 196c-114.559-23.326-207.844-98.305-255.863-199.018l-0.937-2.182zM581.2 865.28l73.48-196c1.168-3.063 4.081-5.2 7.494-5.2 0.009 0 0.018 0 0.027 0l-0.001-0h176c-48.989 102.943-142.357 177.939-254.677 200.805l-2.323 0.395zM856.68 616h-194.48c-23.871 0.001-44.254 14.939-52.311 35.976l-0.129 0.384-82.2 219.28c-5.16 0.24-10.36 0.36-15.56 0.36s-10.52 0-15.76-0.36l-82-219.24c-8.231-21.396-28.582-36.319-52.43-36.4l-0.010-0h-194.48c-2.6-8.68-4.92-17.48-6.88-26.44 88.909-92.253 213.543-149.548 351.56-149.548s262.652 57.295 351.417 149.399l0.143 0.15c-1.96 8.96-4.28 17.76-6.88 26.44zM512 392c-138.545 0.186-264.775 52.759-359.978 138.968l0.458-0.408c-0.48-6.16-0.48-12.32-0.48-18.56 0-198.823 161.177-360 360-360s360 161.177 360 360v0c0 6.24 0 12.4-0.48 18.56-94.745-85.801-220.975-138.374-359.482-138.56l-0.038-0zM552 560c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["steering-wheel-light"]},"attrs":[{}],"properties":{"order":28058,"id":178,"name":"steering-wheel-light","prevSize":16,"code":60717},"setIdx":2,"setId":2,"iconIdx":1069},{"icon":{"paths":["M984 224c0 13.255-10.745 24-24 24v0h-200v168c0 13.255-10.745 24-24 24v0h-200v168c0 13.255-10.745 24-24 24v0h-200v168c0 13.255-10.745 24-24 24v0h-224c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h200v-168c0-13.255 10.745-24 24-24v0h200v-168c0-13.255 10.745-24 24-24v0h200v-168c0-13.255 10.745-24 24-24v0h224c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["steps-light"]},"attrs":[{}],"properties":{"order":28059,"id":177,"name":"steps-light","prevSize":16,"code":60718},"setIdx":2,"setId":2,"iconIdx":1070},{"icon":{"paths":["M840 608c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM822.6 758.32c-11.596 91.504-88.898 161.565-182.588 161.68l-96.012 0c-101.565-0.136-183.864-82.435-184-183.987l-0-0.013v-169.16c-126.246-12.637-224-118.321-224-246.836 0-0.001 0-0.003 0-0.004l-0 0v-160c0-30.928 25.072-56 56-56v0h64c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-64c-4.418 0-8 3.582-8 8v0 160c0 110.457 89.543 200 200 200v0h2.68c108.8-1.44 197.32-92.64 197.32-203.32v-156.68c0-4.418-3.582-8-8-8v0h-64c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h64c30.928 0 56 25.072 56 56v0 156.68c0 129.72-98.72 237.76-224 250.080v169.24c0 75.111 60.889 136 136 136v0h96c67.392-0.091 123.308-49.114 134.129-113.441l0.111-0.799c-72.067-12.81-126.082-74.984-126.082-149.774 0-83.947 68.053-152 152-152s152 68.053 152 152c0 76.028-55.818 139.018-128.709 150.227l-0.848 0.107zM904 608c0-57.438-46.562-104-104-104s-104 46.562-104 104c0 57.438 46.562 104 104 104v0c57.438 0 104-46.562 104-104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stethoscope-light"]},"attrs":[{}],"properties":{"order":28060,"id":176,"name":"stethoscope-light","prevSize":16,"code":60719},"setIdx":2,"setId":2,"iconIdx":1071},{"icon":{"paths":["M672 136h-320c-119.239 0.137-215.864 96.762-216 215.987l-0 0.013v320c0.137 119.239 96.762 215.864 215.987 216l192.013 0c0.023 0 0.050 0 0.077 0 2.693 0 5.28-0.454 7.688-1.29l-0.165 0.050c103.36-34.44 300.72-231.8 335.16-335.16 0.786-2.244 1.24-4.83 1.24-7.523 0-0.027-0-0.054-0-0.081l0 0.004v-192c-0.137-119.239-96.762-215.864-215.987-216l-0.013-0zM184 672v-320c0-92.784 75.216-168 168-168v0h320c92.784 0 168 75.216 168 168v0 168h-104c-119.239 0.137-215.864 96.762-216 215.987l-0 0.013v104h-168c-92.784 0-168-75.216-168-168v0zM568 826.68v-90.68c0-92.784 75.216-168 168-168v0h90.68c-47.32 84.4-174.28 211.36-258.68 258.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sticker-light"]},"attrs":[{}],"properties":{"order":28061,"id":175,"name":"sticker-light","prevSize":16,"code":60720},"setIdx":2,"setId":2,"iconIdx":1072},{"icon":{"paths":["M792 256v-96c0-30.928-25.072-56-56-56v0h-448c-30.928 0-56 25.072-56 56v0 96c0 30.928 25.072 56 56 56v0h36l-91.72 580.24c-0.189 1.132-0.298 2.437-0.298 3.767 0 11.948 8.731 21.857 20.16 23.694l0.137 0.018c1.121 0.185 2.412 0.291 3.728 0.291 11.946 0 21.853-8.727 23.693-20.154l0.018-0.138 32.28-203.72h400l32 203.72c1.873 11.556 11.778 20.273 23.72 20.273 13.262 0 24.013-10.751 24.013-24.013 0-1.32-0.107-2.616-0.312-3.878l0.019 0.138-91.44-580.24h36c30.928 0 56-25.072 56-56v0zM280 256v-96c0-4.418 3.582-8 8-8v0h448c4.418 0 8 3.582 8 8v0 96c0 4.418-3.582 8-8 8v0h-448c-4.418 0-8-3.582-8-8v0zM704.56 648h-385.12l53.080-336h278.96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stool-light"]},"attrs":[{}],"properties":{"order":28062,"id":174,"name":"stool-light","prevSize":16,"code":60721},"setIdx":2,"setId":2,"iconIdx":1073},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM608 392h-192c-13.255 0-24 10.745-24 24v0 192c0 13.255 10.745 24 24 24v0h192c13.255 0 24-10.745 24-24v0-192c0-13.255-10.745-24-24-24v0zM584 584h-144v-144h144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stop-circle-light"]},"attrs":[{}],"properties":{"order":28063,"id":173,"name":"stop-circle-light","prevSize":16,"code":60722},"setIdx":2,"setId":2,"iconIdx":1074},{"icon":{"paths":["M802.92 168h-581.84c-29.306 0.023-53.057 23.774-53.080 53.078l-0 0.002v581.84c0.023 29.306 23.774 53.057 53.078 53.080l581.842 0c29.306-0.023 53.057-23.774 53.080-53.078l0-0.002v-581.84c-0.023-29.306-23.774-53.057-53.078-53.080l-0.002-0zM808 802.92c0 2.806-2.274 5.080-5.080 5.080l-0-0h-581.84c-2.806 0-5.080-2.274-5.080-5.080v-581.84c0-2.806 2.274-5.080 5.080-5.080v0h581.84c2.806 0 5.080 2.274 5.080 5.080h-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stop-light"]},"attrs":[{}],"properties":{"order":28064,"id":172,"name":"stop-light","prevSize":16,"code":60723},"setIdx":2,"setId":2,"iconIdx":1075},{"icon":{"paths":["M920 384c0-0.017 0-0.037 0-0.057 0-2.328-0.321-4.581-0.922-6.717l0.042 0.174-57.36-200.8c-6.992-23.554-28.383-40.464-53.744-40.6l-0.016-0h-592c-25.361 0.154-46.732 17.059-53.618 40.202l-0.102 0.398-57.36 200.8c-0.576 1.976-0.911 4.247-0.92 6.595l-0 0.005v64c-0 0.019-0 0.042-0 0.065 0 50.95 25.068 96.045 63.543 123.624l0.457 0.311v260c0 30.928 25.072 56 56 56v0h576c30.928 0 56-25.072 56-56v0-260c38.932-27.891 64-72.986 64-123.935 0-0.023-0-0.045-0-0.068l0 0.003zM208.44 189.8c0.976-3.334 3.979-5.739 7.553-5.8l0.007-0h592c3.63 0.005 6.693 2.428 7.666 5.743l0.014 0.057 48.52 170.2h-704.2zM408 408h208v40c0 57.438-46.562 104-104 104s-104-46.562-104-104v0zM152 408h208v40c0 57.438-46.562 104-104 104s-104-46.562-104-104v0zM808 832c0 4.418-3.582 8-8 8v0h-576c-4.418 0-8-3.582-8-8v0-237.36c11.966 3.385 25.709 5.332 39.906 5.332 53.567 0 100.662-27.709 127.733-69.576l0.361-0.596c27.385 42.473 74.455 70.196 128 70.196s100.615-27.723 127.639-69.598l0.361-0.598c27.432 42.463 74.527 70.172 128.094 70.172 14.197 0 27.94-1.946 40.975-5.587l-1.069 0.255zM768 552c-57.438 0-104-46.562-104-104v0-40h208v40c0 57.438-46.562 104-104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["storefront-light"]},"attrs":[{}],"properties":{"order":28065,"id":171,"name":"storefront-light","prevSize":16,"code":60724},"setIdx":2,"setId":2,"iconIdx":1076},{"icon":{"paths":["M272 616c-75.111 0-136 60.889-136 136s60.889 136 136 136c75.111 0 136-60.889 136-136v0c0-75.111-60.889-136-136-136v0zM272 840c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0zM143.040 431.040l63.040-63.040-63.040-63.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 63.040 63.040 63.040-63.040c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-63.040 63.040 63.040 63.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-63.040-63.040-63.040 63.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014zM880.96 815.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-63.040-63.040-63.040 63.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 63.040-63.040-63.040-63.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 63.040 63.040 63.040-63.040c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-63.040 63.040zM698.2 449.2c-24 86.64-98.2 161.52-180.36 182.080-1.752 0.452-3.764 0.714-5.837 0.72l-0.003 0c-0.002 0-0.004 0-0.005 0-13.255 0-24-10.745-24-24 0-11.183 7.648-20.579 17.999-23.244l0.166-0.036c65.16-16.28 126.48-78.68 145.76-148.36 13.32-48 13.56-120.96-60.88-195.4l-23.040-23.040v102.080c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-160c0-13.255 10.745-24 24-24v0h160c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-102.080l23.040 23.040c71.040 70.84 96.84 156.96 73.24 242.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["strategy-light"]},"attrs":[{}],"properties":{"order":28066,"id":170,"name":"strategy-light","prevSize":16,"code":60725},"setIdx":2,"setId":2,"iconIdx":1077},{"icon":{"paths":["M664 608c0 66.16-68.2 120-152 120s-152-53.84-152-120c0-13.255 10.745-24 24-24s24 10.745 24 24v0c0 39.040 47.64 72 104 72s104-32.96 104-72c0-44.84-42.8-60.4-113.32-80.72-63.56-18.32-135.56-39.080-135.56-111.28 0-68.4 62.28-120 144.88-120 60 0 110.96 27.52 133.36 72 1.631 3.155 2.587 6.886 2.587 10.84 0 13.259-10.748 24.007-24.007 24.007-9.304 0-17.372-5.293-21.357-13.032l-0.063-0.135c-14.2-28.24-48.88-45.68-90.52-45.68-55.24 0-96.88 30.96-96.88 72 0 33.64 38.080 47.040 100.84 65.16 65.96 18.84 148.040 42.84 148.040 126.84zM888 192v640c0 30.928-25.072 56-56 56v0h-640c-30.928 0-56-25.072-56-56v0-640c0-30.928 25.072-56 56-56v0h640c30.928 0 56 25.072 56 56v0zM840 192c0-4.418-3.582-8-8-8v0h-640c-4.418 0-8 3.582-8 8v0 640c0 4.418 3.582 8 8 8v0h640c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["stripe-logo-light"]},"attrs":[{}],"properties":{"order":28067,"id":169,"name":"stripe-logo-light","prevSize":16,"code":60726},"setIdx":2,"setId":2,"iconIdx":1078},{"icon":{"paths":["M903.6 233.24l-384-128c-2.268-0.783-4.881-1.235-7.6-1.235s-5.332 0.452-7.769 1.285l0.169-0.050-384 128c-9.609 3.278-16.398 12.226-16.4 22.76l-0 0v320c0 13.255 10.745 24 24 24s24-10.745 24-24v0-286.72l154.72 51.6c-26.678 38.959-42.604 87.111-42.604 138.983 0 94.479 52.832 176.619 130.564 218.487l1.319 0.65c-77 26.12-144 78.36-192 152-1.717 3.223-2.725 7.047-2.725 11.108 0 13.255 10.745 24 24 24 7.552 0 14.29-3.488 18.689-8.942l0.036-0.046c61.88-94.76 159.52-149.12 268-149.12s206.12 54.36 268 149.12c4.433 5.644 11.258 9.236 18.922 9.236 13.255 0 24-10.745 24-24 0-4.207-1.082-8.161-2.984-11.599l0.063 0.123c-48-73.52-114.92-125.76-192-152 78.97-42.542 131.736-124.638 131.736-219.059 0-51.905-15.945-100.085-43.205-139.91l0.549 0.849 186.52-62c9.603-3.283 16.385-12.23 16.385-22.76s-6.782-19.477-16.217-22.71l-0.169-0.050zM712 480c0 0.026 0 0.057 0 0.088 0 110.457-89.543 200-200 200s-200-89.543-200-200c0-46.707 16.011-89.675 42.843-123.714l-0.323 0.425 149.88 49.96c2.268 0.783 4.881 1.235 7.6 1.235s5.332-0.452 7.769-1.285l-0.169 0.050 149.88-49.96c26.507 33.508 42.52 76.377 42.52 122.985 0 0.076-0 0.151-0 0.227l0-0.012zM512 358.72l-308-102.72 308-102.72 308 102.72z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["student-light"]},"attrs":[{}],"properties":{"order":28068,"id":168,"name":"student-light","prevSize":16,"code":60727},"setIdx":2,"setId":2,"iconIdx":1079},{"icon":{"paths":["M896 200h-768c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h768c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM904 768c0 4.418-3.582 8-8 8v0h-768c-4.418 0-8-3.582-8-8v0-512c0-4.418 3.582-8 8-8v0h768c4.418 0 8 3.582 8 8v0zM200 544c0-13.255 10.745-24 24-24v0h64c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-64c-13.255 0-24-10.745-24-24v0zM824 544c0 13.255-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h384c13.255 0 24 10.745 24 24v0zM632 672c0 13.255-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h384c13.255 0 24 10.745 24 24v0zM824 672c0 13.255-10.745 24-24 24v0h-64c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h64c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["subtitles-light"]},"attrs":[{}],"properties":{"order":28069,"id":167,"name":"subtitles-light","prevSize":16,"code":60728},"setIdx":2,"setId":2,"iconIdx":1080},{"icon":{"paths":["M691.64 332.32c-25.627-148.691-153.621-260.38-307.7-260.38-172.313 0-312 139.687-312 312 0 154.080 111.69 282.073 258.524 307.435l1.856 0.265c25.627 148.691 153.621 260.38 307.7 260.38 172.313 0 312-139.687 312-312 0-154.080-111.69-282.073-258.524-307.435l-1.856-0.265zM904 640c-0.016 12.57-0.916 24.916-2.644 36.995l0.164-1.395-215.040-215.080c6.047-22.934 9.52-49.264 9.52-76.405 0-0.041-0-0.081-0-0.122l0 0.006c0-0.68 0-1.36 0-2.040 119.732 26.346 208.001 131.538 208.001 257.347 0 0.244-0 0.487-0.001 0.731l0-0.038zM586.84 620.76l222 222c-22.413 18.766-48.518 34.082-76.934 44.646l-1.826 0.594-219.2-219.24c29.057-13.098 54.085-29.171 76.369-48.344l-0.409 0.344zM620.76 586.84c18.831-21.886 34.905-46.927 47.206-74.044l0.794-1.956 219.24 219.24c-11.207 30.247-26.575 56.351-45.732 79.167l0.332-0.407zM120 384c0-145.803 118.197-264 264-264s264 118.197 264 264c0 145.803-118.197 264-264 264v0c-145.73-0.182-263.818-118.27-264-263.983l-0-0.017zM381.96 696h2.040c0.034 0 0.075 0 0.115 0 27.141 0 53.47-3.473 78.569-9.998l-2.164 0.478 215.080 215.040c-10.836 1.579-23.346 2.48-36.067 2.48-125.862 0-231.113-88.251-257.247-206.25l-0.325-1.75z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["subtract-light"]},"attrs":[{}],"properties":{"order":28070,"id":166,"name":"subtract-light","prevSize":16,"code":60729},"setIdx":2,"setId":2,"iconIdx":1081},{"icon":{"paths":["M864 360h-200v-200c0-13.255-10.745-24-24-24v0h-480c-13.255 0-24 10.745-24 24v0 480c0 13.255 10.745 24 24 24v0h200v200c0 13.255 10.745 24 24 24v0h480c13.255 0 24-10.745 24-24v0-480c0-13.255-10.745-24-24-24v0zM649.92 840l-176-176h156l176 176zM664 630.080v-156l176 176v156zM840 582.080l-174.080-174.080h174.080zM184 184h432v432h-432zM408 665.92l174.080 174.080h-174.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["subtract-square-light"]},"attrs":[{}],"properties":{"order":28071,"id":165,"name":"subtract-square-light","prevSize":16,"code":60730},"setIdx":2,"setId":2,"iconIdx":1082},{"icon":{"paths":["M864 232h-168v-40c0-48.601-39.399-88-88-88v0h-192c-48.601 0-88 39.399-88 88v0 40h-168c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM376 192c0-22.091 17.909-40 40-40v0h192c22.091 0 40 17.909 40 40v0 40h-272zM648 280v528h-272v-528zM152 800v-512c0-4.418 3.582-8 8-8v0h168v528h-168c-4.418 0-8-3.582-8-8v0zM872 800c0 4.418-3.582 8-8 8v0h-168v-528h168c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["suitcase-light"]},"attrs":[{}],"properties":{"order":28072,"id":164,"name":"suitcase-light","prevSize":16,"code":60731},"setIdx":2,"setId":2,"iconIdx":1083},{"icon":{"paths":["M408 352v384c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-384c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM512 328c-13.255 0-24 10.745-24 24v0 384c0 13.255 10.745 24 24 24s24-10.745 24-24v0-384c0-13.255-10.745-24-24-24v0zM640 328c-13.255 0-24 10.745-24 24v0 384c0 13.255 10.745 24 24 24s24-10.745 24-24v0-384c0-13.255-10.745-24-24-24v0zM824 256v576c0 30.928-25.072 56-56 56v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-272v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-30.928 0-56-25.072-56-56v0-576c0-30.928 25.072-56 56-56v0h104v-104c0-48.601 39.399-88 88-88v0h128c48.601 0 88 39.399 88 88v0 104h104c30.928 0 56 25.072 56 56v0zM408 200h208v-104c0-22.091-17.909-40-40-40v0h-128c-22.091 0-40 17.909-40 40v0zM776 256c0-4.418-3.582-8-8-8v0h-512c-4.418 0-8 3.582-8 8v0 576c0 4.418 3.582 8 8 8v0h512c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["suitcase-rolling-light"]},"attrs":[{}],"properties":{"order":28073,"id":163,"name":"suitcase-rolling-light","prevSize":16,"code":60732},"setIdx":2,"setId":2,"iconIdx":1084},{"icon":{"paths":["M864 232h-168v-40c0-48.601-39.399-88-88-88v0h-192c-48.601 0-88 39.399-88 88v0 40h-168c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-512c0-30.928-25.072-56-56-56v0zM376 192c0-22.091 17.909-40 40-40v0h192c22.091 0 40 17.909 40 40v0 40h-272zM160 280h704c4.418 0 8 3.582 8 8v0 296h-720v-296c0-4.418 3.582-8 8-8v0zM864 808h-704c-4.418 0-8-3.582-8-8v0-168h720v168c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["suitcase-simple-light"]},"attrs":[{}],"properties":{"order":28074,"id":162,"name":"suitcase-simple-light","prevSize":16,"code":60733},"setIdx":2,"setId":2,"iconIdx":1085},{"icon":{"paths":["M488 160v-32c0-13.255 10.745-24 24-24s24 10.745 24 24v0 32c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM760 512c0 136.967-111.033 248-248 248s-248-111.033-248-248c0-136.967 111.033-248 248-248v0c136.903 0.159 247.841 111.097 248 247.985l0 0.015zM712 512c0-110.457-89.543-200-200-200s-200 89.543-200 200c0 110.457 89.543 200 200 200v0c110.402-0.136 199.863-89.598 200-199.987l0-0.013zM239.040 272.96c4.393 4.706 10.634 7.639 17.559 7.639 13.255 0 24-10.745 24-24 0-6.925-2.933-13.165-7.625-17.546l-0.014-0.013-32-32c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014zM239.040 751.040l-32 32c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 32-32c4.706-4.393 7.639-10.634 7.639-17.559 0-13.255-10.745-24-24-24-6.925 0-13.165 2.933-17.546 7.625l-0.013 0.014zM783.040 207.040l-32 32c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 32-32c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013zM784.96 751.040c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 32 32c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014zM160 488h-32c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h32c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM512 840c-13.255 0-24 10.745-24 24v0 32c0 13.255 10.745 24 24 24s24-10.745 24-24v0-32c0-13.255-10.745-24-24-24v0zM896 488h-32c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h32c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sun-dim-light"]},"attrs":[{}],"properties":{"order":28075,"id":161,"name":"sun-dim-light","prevSize":16,"code":60734},"setIdx":2,"setId":2,"iconIdx":1086},{"icon":{"paths":["M800 168c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c39.765 0 72 32.235 72 72v0 232h-720v-232c0-39.765 32.235-72 72-72v0c13.255 0 24-10.745 24-24s-10.745-24-24-24v0c-66.274 0-120 53.726-120 120v0 368c0 92.784 75.216 168 168 168s168-75.216 168-168v0-88h144v88c0 92.784 75.216 168 168 168s168-75.216 168-168v0-368c0-66.274-53.726-120-120-120v0zM152 656v-86.080l186.12 186.080c-18.609 12.444-41.499 19.859-66.12 19.859-66.225 0-119.92-53.646-120-119.852l-0-0.008zM392 656c-0.002 24.64-7.472 47.536-20.27 66.546l0.27-0.426-154.080-154.12h174.080zM632 656v-86.080l186.12 186.080c-18.609 12.444-41.499 19.859-66.12 19.859-66.225 0-119.92-53.646-120-119.852l-0-0.008zM852 722.12l-154.080-154.12h174.080v88c-0.002 24.64-7.472 47.536-20.27 66.546l0.27-0.426z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sunglasses-light"]},"attrs":[{}],"properties":{"order":28076,"id":160,"name":"sunglasses-light","prevSize":16,"code":60735},"setIdx":2,"setId":2,"iconIdx":1087},{"icon":{"paths":["M960 616h-170.88c1.817-12.007 2.864-25.874 2.88-39.982l0-0.018c0-154.64-125.36-280-280-280s-280 125.36-280 280v0c0.016 14.125 1.063 27.992 3.068 41.547l-0.188-1.547h-170.88c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h896c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM280 576c-0-0.010-0-0.021-0-0.033 0-128.13 103.87-232 232-232s232 103.87 232 232c0 14.146-1.266 27.997-3.691 41.444l0.211-1.412h-457.040c-2.199-12.018-3.464-25.856-3.48-39.986l-0-0.014zM856 800c0 13.255-10.745 24-24 24v0h-640c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h640c13.255 0 24 10.745 24 24v0zM298.52 170.76c-1.599-3.129-2.535-6.825-2.535-10.74 0-13.263 10.752-24.015 24.015-24.015 9.348 0 17.449 5.341 21.417 13.139l0.063 0.136 32 64c1.593 3.124 2.526 6.813 2.526 10.72 0 13.258-10.748 24.006-24.006 24.006-9.351 0-17.454-5.347-21.417-13.15l-0.063-0.137zM74.52 373.28c4.024-7.941 12.126-13.289 21.477-13.289 3.908 0 7.599 0.934 10.859 2.592l-0.136-0.063 64 32c7.94 4.026 13.286 12.129 13.286 21.48 0 13.258-10.748 24.006-24.006 24.006-3.907 0-7.596-0.933-10.857-2.589l0.137 0.063-64-32c-7.941-4.024-13.289-12.126-13.289-21.477 0-3.908 0.934-7.599 2.592-10.859l-0.063 0.136zM842.52 426.72c-1.594-3.124-2.529-6.815-2.529-10.723 0-9.351 5.348-17.453 13.152-21.414l0.137-0.063 64-32c3.124-1.593 6.813-2.526 10.72-2.526 13.258 0 24.006 10.748 24.006 24.006 0 9.351-5.347 17.454-13.15 21.417l-0.137 0.063-64 32c-3.124 1.594-6.815 2.529-10.723 2.529-9.351 0-17.453-5.348-21.414-13.152l-0.063-0.137zM650.52 213.28l32-64c4.031-7.934 12.132-13.275 21.48-13.275 13.263 0 24.015 10.752 24.015 24.015 0 3.915-0.937 7.611-2.598 10.876l0.063-0.136-32 64c-4.026 7.94-12.129 13.286-21.48 13.286-13.258 0-24.006-10.748-24.006-24.006 0-3.907 0.933-7.596 2.589-10.857l-0.063 0.137z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sun-horizon-light"]},"attrs":[{}],"properties":{"order":28077,"id":159,"name":"sun-horizon-light","prevSize":16,"code":60736},"setIdx":2,"setId":2,"iconIdx":1088},{"icon":{"paths":["M488 160v-96c0-13.255 10.745-24 24-24s24 10.745 24 24v0 96c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM760 512c0 136.967-111.033 248-248 248s-248-111.033-248-248c0-136.967 111.033-248 248-248v0c136.903 0.159 247.841 111.097 248 247.985l0 0.015zM712 512c0-110.457-89.543-200-200-200s-200 89.543-200 200c0 110.457 89.543 200 200 200v0c110.402-0.136 199.863-89.598 200-199.987l0-0.013zM239.040 272.96c4.393 4.706 10.634 7.639 17.559 7.639 13.255 0 24-10.745 24-24 0-6.925-2.933-13.165-7.625-17.546l-0.014-0.013-64-64c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014zM239.040 751.040l-64 64c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 64-64c4.706-4.393 7.639-10.634 7.639-17.559 0-13.255-10.745-24-24-24-6.925 0-13.165 2.933-17.546 7.625l-0.013 0.014zM768 280c6.625-0.006 12.621-2.695 16.96-7.040l0-0 64-64c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-64 64c-4.337 4.342-7.019 10.338-7.019 16.96 0 13.247 10.733 23.988 23.978 24l0.001 0zM784.96 751.040c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 64 64c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014zM184 512c0-13.255-10.745-24-24-24v0h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c13.255 0 24-10.745 24-24v0zM512 840c-13.255 0-24 10.745-24 24v0 96c0 13.255 10.745 24 24 24s24-10.745 24-24v0-96c0-13.255-10.745-24-24-24v0zM960 488h-96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h96c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sun-light"]},"attrs":[{}],"properties":{"order":28078,"id":158,"name":"sun-light","prevSize":16,"code":60737},"setIdx":2,"setId":2,"iconIdx":1089},{"icon":{"paths":["M888 192v416c0 30.928-25.072 56-56 56v0h-454.040l55 55.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-96-96c-4.337-4.342-7.019-10.338-7.019-16.96s2.682-12.618 7.019-16.96l-0 0 96-96c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-55 55.040h454.040c4.418 0 8-3.582 8-8v0-416c0-4.418-3.582-8-8-8v0h-448c-4.418 0-8 3.582-8 8v0 32c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-32c0-30.928 25.072-56 56-56v0h448c30.928 0 56 25.072 56 56v0zM672 776c-13.255 0-24 10.745-24 24v0 32c0 4.418-3.582 8-8 8v0h-448c-4.418 0-8-3.582-8-8v0-416c0-4.418 3.582-8 8-8v0h454.040l-55 55.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 96-96c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0-96-96c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 55 55.040h-454.040c-30.928 0-56 25.072-56 56v0 416c0 30.928 25.072 56 56 56v0h448c30.928 0 56-25.072 56-56v0-32c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["swap-light"]},"attrs":[{}],"properties":{"order":28079,"id":157,"name":"swap-light","prevSize":16,"code":60738},"setIdx":2,"setId":2,"iconIdx":1090},{"icon":{"paths":["M312 720c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM920 624.76v207.24c0 30.928-25.072 56-56 56v0h-592c-0.035 0-0.076 0-0.117 0-10.671 0-21.122-0.946-31.272-2.758l1.070 0.158c-78.904-14.8-137.814-83.153-137.814-165.266 0-10.353 0.936-20.487 2.729-30.322l-0.155 1.027 100-572.52c4.669-26.471 27.494-46.323 54.956-46.323 3.494 0 6.912 0.321 10.228 0.936l-0.344-0.053 218.68 38.88c26.357 4.886 46.052 27.698 46.052 55.109 0 3.439-0.31 6.805-0.903 10.073l0.052-0.342-50.68 289.76 284-103c5.66-2.11 12.199-3.33 19.024-3.33 23.966 0 44.417 15.056 52.408 36.225l0.128 0.386 76.36 208.88c2.096 5.702 3.399 12.288 3.598 19.15l0.002 0.090zM387.72 740.76l100.28-572.44c0.082-0.43 0.129-0.926 0.129-1.432 0-3.87-2.747-7.097-6.398-7.84l-0.051-0.009-218.8-39.040h-1.36c-1.609 0.009-3.094 0.532-4.301 1.414l0.021-0.014c-1.705 1.212-2.903 3.039-3.273 5.152l-0.007 0.048-100 572.52c-1.182 6.324-1.858 13.6-1.858 21.034 0 58.573 41.965 107.344 97.469 117.888l0.748 0.118c6.186 1.16 13.302 1.823 20.573 1.823 25.266 0 48.661-8.009 67.786-21.626l-0.359 0.243c25.63-18.045 43.663-45.396 49.216-77.045l0.104-0.715zM420.72 793.44l446.12-161.44c1.96-0.731 3.521-2.148 4.419-3.954l0.021-0.046c0.457-0.936 0.724-2.038 0.724-3.201 0-0.949-0.178-1.856-0.501-2.69l0.017 0.051-76.36-208.84c-1.186-3.027-4.081-5.132-7.468-5.132-0.95 0-1.862 0.166-2.707 0.47l0.056-0.018-310.12 112.36-40 228.28c-2.93 16.604-7.866 31.447-14.638 45.225l0.438-0.985zM872 681.080l-438.6 158.92h430.6c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["swatches-light"]},"attrs":[{}],"properties":{"order":28080,"id":156,"name":"swatches-light","prevSize":16,"code":60739},"setIdx":2,"setId":2,"iconIdx":1091},{"icon":{"paths":["M352 589.56c13.255 0 24-10.745 24-24v0-61.56h272v69.16c0 13.255 10.745 24 24 24s24-10.745 24-24v0-445.16c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-272v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 437.56c0 13.255 10.745 24 24 24v0zM376 456v-80h272v80zM648 248v80h-272v-80zM104 672c0-13.255 10.745-24 24-24v0c55.28 0 84 19.16 109.32 36 22.52 15 41.92 28 82.68 28s60-12.96 82.68-28c25.32-16.88 54.040-36 109.28-36s84 19.16 109.32 36c22.52 15 41.96 28 82.72 28s60-12.96 82.68-28c25.32-16.88 54.040-36 109.32-36 13.255 0 24 10.745 24 24s-10.745 24-24 24v0c-40.72 0-60 12.96-82.68 28-25.36 16.88-54.080 36-109.32 36s-84-19.16-109.32-36c-22.52-15-41.96-28-82.72-28s-60 12.96-82.68 28c-25.32 16.88-54.040 36-109.28 36s-84-19.16-109.32-36c-22.68-15.040-41.96-28-82.68-28-13.255 0-24-10.745-24-24v0zM920 832c0 13.255-10.745 24-24 24v0c-40.72 0-60 12.96-82.68 28-25.36 16.88-54.080 36-109.32 36s-84-19.16-109.32-36c-22.52-15-41.96-28-82.72-28s-60 12.96-82.68 28c-25.32 16.88-54.040 36-109.28 36s-84-19.16-109.32-36c-22.68-15.040-41.96-28-82.68-28-13.255 0-24-10.745-24-24s10.745-24 24-24v0c55.28 0 84 19.16 109.32 36 22.52 15 41.92 28 82.68 28s60-12.96 82.68-28c25.32-16.88 54.040-36 109.28-36s84 19.16 109.32 36c22.52 15 41.96 28 82.72 28s60-12.96 82.68-28c25.32-16.88 54.040-36 109.32-36 13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["swimming-pool-light"]},"attrs":[{}],"properties":{"order":28081,"id":155,"name":"swimming-pool-light","prevSize":16,"code":60740},"setIdx":2,"setId":2,"iconIdx":1092},{"icon":{"paths":["M864 136h-256c-0.007-0-0.014-0-0.022-0-7.719 0-14.587 3.644-18.977 9.305l-0.041 0.055-261.56 340-45-44.96c-10.134-10.135-24.135-16.404-39.6-16.404s-29.466 6.269-39.6 16.404l-50.8 50.8c-10.147 10.136-16.424 24.145-16.424 39.62s6.277 29.484 16.424 39.619l85.641 85.561-117.64 117.68c-10.135 10.134-16.404 24.135-16.404 39.6s6.269 29.466 16.404 39.6l50.76 50.76c10.134 10.135 24.135 16.404 39.6 16.404s29.466-6.269 39.6-16.404l117.64-117.64 85.6 85.6c10.134 10.135 24.135 16.404 39.6 16.404s29.466-6.269 39.6-16.404l50.8-50.76c10.147-10.136 16.424-24.145 16.424-39.62s-6.277-29.484-16.424-39.619l-0.001-0.001-45-45 340-261.56c5.737-4.429 9.397-11.307 9.4-19.040l0-0v-256c0-13.255-10.745-24-24-24v0zM216.4 869.68c-1.448 1.45-3.449 2.346-5.66 2.346s-4.212-0.897-5.66-2.346l-50.72-50.76c-1.438-1.446-2.326-3.439-2.326-5.64s0.889-4.194 2.327-5.64l-0 0 117.64-117.64 62.040 62zM549.64 786.88l-50.76 50.8c-1.45 1.462-3.459 2.366-5.68 2.366s-4.23-0.905-5.679-2.366l-0.001-0.001-301.16-301.2c-1.45-1.448-2.346-3.449-2.346-5.66s0.897-4.212 2.346-5.66l0-0 50.76-50.8c1.45-1.462 3.459-2.366 5.68-2.366s4.23 0.905 5.679 2.366l0.001 0.001 301.16 301.2c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0zM840 404.2l-335.64 258.2-54.4-54.4 207-207.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-207.040 207-54.4-54.4 258.4-335.64h220z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["sword-light"]},"attrs":[{}],"properties":{"order":28082,"id":154,"name":"sword-light","prevSize":16,"code":60741},"setIdx":2,"setId":2,"iconIdx":1093},{"icon":{"paths":["M824 235.36v-107.36c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 107.36c-37.232 10.803-63.989 44.595-64 84.639l-0 0.001v182.64l-176-100.56v-114.080c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 114.080l-176 100.56v-182.64c-0.011-40.045-26.768-73.837-63.378-84.485l-0.622-0.155v-107.36c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 107.36c-37.232 10.803-63.989 44.595-64 84.639l-0 0.001v544c0 13.255 10.745 24 24 24v0h288c13.255 0 24-10.745 24-24v0-160c0-22.091 17.909-40 40-40s40 17.909 40 40v0 160c0 13.255 10.745 24 24 24v0h288c13.255 0 24-10.745 24-24v0-544c-0.011-40.045-26.768-73.837-63.378-84.485l-0.622-0.155zM800 280c22.091 0 40 17.909 40 40v0 104h-80v-104c0-22.091 17.909-40 40-40v0zM224 280c22.091 0 40 17.909 40 40v0 104h-80v-104c0-22.091 17.909-40 40-40v0zM184 472h80v368h-80zM512 616c-48.601 0-88 39.399-88 88v0 136h-112v-282.080l200-114.28 200 114.28v282.080h-112v-136c0-48.601-39.399-88-88-88v0zM760 840v-368h80v368z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["synagogue-light"]},"attrs":[{}],"properties":{"order":28083,"id":153,"name":"synagogue-light","prevSize":16,"code":60742},"setIdx":2,"setId":2,"iconIdx":1094},{"icon":{"paths":["M944.96 271.040l-192-192c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 79 79.040-126.040 126.040-143.040-143c-4.393-4.706-10.634-7.639-17.559-7.639-13.255 0-24 10.745-24 24 0 6.925 2.933 13.165 7.625 17.546l0.014 0.013 31 31.040-341.64 341.64c-10.131 10.097-16.4 24.065-16.4 39.497 0 0.036 0 0.073 0 0.109l-0-0.006v200.8l-88.96 89c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 89-88.96h200.8c0.031 0 0.067 0 0.103 0 15.432 0 29.399-6.269 39.495-16.399l0.002-0.002 341.64-341.64 31.040 31c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-143-143.040 126.040-126.040 79.040 79c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014zM408.4 805.64c-1.442 1.45-3.435 2.35-5.638 2.36l-0.002 0h-186.76v-186.76c0.010-2.205 0.91-4.198 2.36-5.64l0-0 77.64-77.64 87.040 87c4.393 4.706 10.634 7.639 17.559 7.639 13.255 0 24-10.745 24-24 0-6.925-2.933-13.165-7.625-17.546l-0.014-0.013-87-87.040 62.040-62.040 87.040 87c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-87-87.040 134.040-134.040 190.040 190.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["syringe-light"]},"attrs":[{}],"properties":{"order":28084,"id":152,"name":"syringe-light","prevSize":16,"code":60743},"setIdx":2,"setId":2,"iconIdx":1095},{"icon":{"paths":["M896 200h-768c-13.255 0-24 10.745-24 24v0 544c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-544c0-13.255-10.745-24-24-24v0zM152 440h176v144h-176zM376 440h496v144h-496zM872 248v144h-720v-144zM152 768v-136h176v144h-168c-4.418 0-8-3.582-8-8v0zM864 776h-488v-144h496v136c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["table-light"]},"attrs":[{}],"properties":{"order":28085,"id":151,"name":"table-light","prevSize":16,"code":60744},"setIdx":2,"setId":2,"iconIdx":1096},{"icon":{"paths":["M1015 665.12v0 0 0l-89.16-297.12c-6.985-23.307-28.242-40.001-53.397-40.001-0.086 0-0.171 0-0.256 0.001l0.013-0h-40.2c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40.2c0.043-0.001 0.093-0.001 0.143-0.001 3.591 0 6.63 2.366 7.641 5.625l0.015 0.057 80 266.32h-142.16l-84-280c-6.985-23.307-28.242-40.001-53.397-40.001-0.086 0-0.171 0-0.256 0.001l0.013-0h-40.2c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40.2c0.043-0.001 0.093-0.001 0.143-0.001 3.591 0 6.63 2.366 7.641 5.625l0.015 0.057 80 266.32h-142.16l-84-280c-6.985-23.307-28.242-40.001-53.397-40.001-0.086 0-0.171 0-0.256 0.001l0.013-0h-336.2c-0.132-0.001-0.287-0.002-0.443-0.002-25.156 0-46.412 16.694-53.296 39.608l-0.102 0.394-89.040 296.8v0.8c-0.151 0.429-0.289 0.953-0.389 1.491l-0.011 0.069c-0.007 0.030-0.012 0.065-0.012 0.1s0.004 0.070 0.012 0.103l-0.001-0.003c-0.288 1.395-0.453 2.999-0.453 4.641 0 13.161 10.594 23.848 23.719 23.998l0.014 0h960c0.002 0 0.005 0 0.007 0 13.255 0 24-10.745 24-24 0-2.453-0.368-4.821-1.052-7.050l0.045 0.17zM144 381.68c1.025-3.318 4.065-5.687 7.658-5.687 0.12 0 0.24 0.003 0.359 0.008l-0.017-0.001h336.4c3.578 0.032 6.592 2.407 7.585 5.663l0.015 0.057 80 266.28h-511.76z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tabs-light"]},"attrs":[{}],"properties":{"order":28086,"id":150,"name":"tabs-light","prevSize":16,"code":60745},"setIdx":2,"setId":2,"iconIdx":1097},{"icon":{"paths":["M942.56 480.92l-170.56-256c-10.187-15.113-27.24-24.92-46.584-24.92-0.034 0-0.068 0-0.102 0l0.005-0h-629.32c-0.004-0-0.008-0-0.013-0-13.255 0-24 10.745-24 24 0 5.101 1.591 9.83 4.304 13.718l-0.052-0.078 186.4 269.92c0.779 1.212 1.241 2.692 1.241 4.28s-0.463 3.068-1.26 4.312l0.019-0.032-186.4 270.24c-2.662 3.81-4.253 8.539-4.253 13.64 0 13.255 10.745 24 24 24 0.005 0 0.009-0 0.014-0l629.319 0c0.029 0 0.062 0 0.096 0 19.343 0 36.396-9.807 46.457-24.721l0.127-0.199 170.68-256c5.862-8.713 9.357-19.444 9.357-30.99 0-11.623-3.541-22.418-9.602-31.367l0.126 0.197zM902.56 516.44l-170.68 256c-1.453 2.155-3.882 3.555-6.639 3.56l-0.001 0h-583.52l160.84-232.92c5.965-8.767 9.524-19.588 9.524-31.24s-3.559-22.473-9.649-31.435l0.125 0.195-160.84-232.6h583.6c2.758 0.005 5.187 1.405 6.622 3.532l0.018 0.028 170.68 256c0.843 1.248 1.345 2.785 1.345 4.44s-0.503 3.192-1.363 4.468l0.018-0.028z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tag-chevron-light"]},"attrs":[{}],"properties":{"order":28087,"id":149,"name":"tag-chevron-light","prevSize":16,"code":60746},"setIdx":2,"setId":2,"iconIdx":1098},{"icon":{"paths":["M967.64 549.68l-397.28-397.28c-10.097-10.131-24.065-16.4-39.497-16.4-0.036 0-0.073 0-0.109 0l0.006-0h-370.76c-13.255 0-24 10.745-24 24v0 370.76c-0 0.031-0 0.067-0 0.103 0 15.432 6.269 29.399 16.399 39.495l0.002 0.002 397.28 397.28c10.134 10.135 24.135 16.404 39.6 16.404s29.466-6.269 39.6-16.404l338.76-338.76c10.135-10.134 16.404-24.135 16.404-39.6s-6.269-29.466-16.404-39.6l-0-0zM933.68 594.92l-338.76 338.76c-1.448 1.45-3.449 2.346-5.66 2.346s-4.212-0.897-5.66-2.346l-0-0-397.24-397.28c-1.45-1.442-2.35-3.435-2.36-5.638l-0-0.002v-346.76h346.76c2.205 0.010 4.198 0.91 5.64 2.36l0 0 397.28 397.24c1.45 1.448 2.346 3.449 2.346 5.66s-0.897 4.212-2.346 5.66l-0 0zM376 336c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tag-light"]},"attrs":[{}],"properties":{"order":28088,"id":148,"name":"tag-light","prevSize":16,"code":60747},"setIdx":2,"setId":2,"iconIdx":1099},{"icon":{"paths":["M980 498.68l-182.52-273.76c-10.187-15.113-27.24-24.92-46.584-24.92-0.006 0-0.011 0-0.017 0l-590.879-0c-30.928 0-56 25.072-56 56v0 512c0 30.928 25.072 56 56 56v0h590.88c0.005 0 0.011 0 0.016 0 19.343 0 36.396-9.807 46.457-24.721l0.127-0.199 182.52-273.76c2.528-3.743 4.036-8.355 4.036-13.32s-1.508-9.577-4.090-13.405l0.054 0.085zM757.56 772.44c-1.453 2.155-3.882 3.555-6.639 3.56l-0.001 0h-590.92c-4.418 0-8-3.582-8-8v0-512c0-4.418 3.582-8 8-8v0h590.88c2.758 0.005 5.187 1.405 6.622 3.532l0.018 0.028 173.64 260.44z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tag-simple-light"]},"attrs":[{}],"properties":{"order":28089,"id":147,"name":"tag-simple-light","prevSize":16,"code":60748},"setIdx":2,"setId":2,"iconIdx":1100},{"icon":{"paths":["M880.24 336c25.241 51.544 40.001 112.167 40.001 176.239 0 225.465-182.775 408.24-408.24 408.24s-408.24-182.775-408.24-408.24c0-225.465 182.775-408.24 408.24-408.24 104.195 0 199.273 39.035 271.408 103.279l-0.409-0.358 96-96c4.328-4.255 10.268-6.882 16.822-6.882 13.255 0 24 10.745 24 24 0 6.564-2.635 12.512-6.905 16.845l0.003-0.003-384 384c-4.355 4.42-10.407 7.158-17.098 7.158-13.255 0-24-10.745-24-24 0-6.701 2.746-12.76 7.175-17.114l0.003-0.003 117.56-117.6c-27.691-20.888-62.681-33.455-100.606-33.455-92.784 0-168 75.216-168 168s75.216 168 168 168c92.784 0 168-75.216 168-168 0-3.372-0.099-6.721-0.295-10.043l0.022 0.458c-0.025-0.406-0.039-0.882-0.039-1.36 0-13.276 10.762-24.039 24.039-24.039 12.798 0 23.26 10.001 23.997 22.613l0.003 0.065c0.233 3.758 0.366 8.149 0.366 12.572 0 119.294-96.706 216-216 216s-216-96.706-216-216c0-119.294 96.706-216 216-216 51.162 0 98.169 17.787 135.175 47.516l-0.421-0.327 102.16-102.2c-62.843-55.019-145.683-88.578-236.361-88.578-198.624 0-359.64 161.016-359.64 359.64s161.016 359.64 359.64 359.64c198.624 0 359.64-161.016 359.64-359.64 0-56.477-13.018-109.913-36.217-157.471l0.938 2.129c-1.5-3.046-2.378-6.63-2.378-10.42 0-13.265 10.753-24.018 24.018-24.018 9.475 0 17.669 5.487 21.577 13.457l0.063 0.141z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["target-light"]},"attrs":[{}],"properties":{"order":28090,"id":146,"name":"target-light","prevSize":16,"code":60749},"setIdx":2,"setId":2,"iconIdx":1101},{"icon":{"paths":["M960 456h-50.080l-112-195.8c-9.863-16.857-27.879-28-48.497-28-0.036 0-0.072 0-0.108 0l0.006-0h-93.2l-49.8-125c-8.399-20.795-28.419-35.2-51.804-35.2-0.069 0-0.138 0-0.207 0l0.011-0h-84.64c-0.058-0-0.127-0-0.196-0-23.385 0-43.405 14.406-51.67 34.827l-0.134 0.374-49.92 124.8h-93.2c-0.030-0-0.066-0-0.103-0-20.619 0-38.635 11.143-48.354 27.736l-0.143 0.264-112 196h-49.96c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v328c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-72h400v72c0 30.928 25.072 56 56 56v0h96c30.928 0 56-25.072 56-56v0-328h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM462.24 125.040c1.209-2.978 4.080-5.040 7.432-5.040 0.003 0 0.005 0 0.008 0l84.64-0c0.002-0 0.005-0 0.008-0 3.352 0 6.223 2.062 7.413 4.986l0.019 0.054 42.8 106.96h-185.12zM267.64 284c1.408-2.406 3.978-3.997 6.92-4l474.88-0c2.942 0.003 5.512 1.594 6.9 3.962l0.020 0.038 98.28 172h-685.28zM264 832c0 4.418-3.582 8-8 8v0h-96c-4.418 0-8-3.582-8-8v0-72h112zM864 840h-96c-4.418 0-8-3.582-8-8v0-72h112v72c0 4.418-3.582 8-8 8v0zM872 712h-720v-208h720zM232 608c0-13.255 10.745-24 24-24v0h64c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-64c-13.255 0-24-10.745-24-24v0zM680 608c0-13.255 10.745-24 24-24v0h64c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-64c-13.255 0-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["taxi-light"]},"attrs":[{}],"properties":{"order":28091,"id":145,"name":"taxi-light","prevSize":16,"code":60750},"setIdx":2,"setId":2,"iconIdx":1102},{"icon":{"paths":["M942.28 110.8c-4.878-4.232-11.289-6.811-18.303-6.811-3.677 0-7.189 0.709-10.405 1.997l0.189-0.067-810.64 317.24c-18.358 7.326-31.094 24.954-31.094 45.557 0 23.683 16.829 43.435 39.181 47.95l0.314 0.053 216.48 42.52v240.76c0.013 30.918 25.080 55.977 56 55.977 15.826 0 30.119-6.565 40.304-17.121l0.016-0.017 106.56-110.52 166.32 145.8c9.749 8.657 22.655 13.948 36.798 13.96l0.002 0c6.237-0.015 12.233-1.024 17.845-2.876l-0.405 0.116c18.738-6.060 32.892-21.314 37.287-40.306l0.073-0.374 162.48-706.36c0.453-1.886 0.713-4.051 0.713-6.277 0-8.458-3.75-16.039-9.678-21.173l-0.035-0.030zM120.2 469.48v0c-0.073-0.19-0.115-0.41-0.115-0.64s0.042-0.45 0.119-0.653l-0.004 0.013c0.171-0.133 0.37-0.242 0.586-0.316l0.014-0.004 638.84-250.080-413.2 296-225.64-44.16zM389.76 805.48c-1.457 1.511-3.499 2.449-5.76 2.449-4.393 0-7.959-3.541-8-7.925l-0-0.004v-207.56l118.76 104zM742.040 833.8c-0.619 2.77-2.663 4.947-5.305 5.746l-0.055 0.014c-0.789 0.286-1.701 0.452-2.65 0.452-2.060 0-3.939-0.779-5.357-2.058l0.007 0.006-338.12-296.6 501.44-359.36z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["telegram-logo-light"]},"attrs":[{}],"properties":{"order":28092,"id":144,"name":"telegram-logo-light","prevSize":16,"code":60751},"setIdx":2,"setId":2,"iconIdx":1103},{"icon":{"paths":["M864 264h-294.080l151.040-151.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-175.040 175-175.040-175c-4.393-4.706-10.634-7.639-17.559-7.639-13.255 0-24 10.745-24 24 0 6.925 2.933 13.165 7.625 17.546l0.014 0.013 151.040 151.040h-294.080c-30.928 0-56 25.072-56 56v0 480c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-480c0-30.928-25.072-56-56-56v0zM152 800v-480c0-4.418 3.582-8 8-8v0h424v496h-424c-4.418 0-8-3.582-8-8v0zM872 800c0 4.418-3.582 8-8 8v0h-232v-496h232c4.418 0 8 3.582 8 8v0zM792 464c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM792 656c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["television-light"]},"attrs":[{}],"properties":{"order":28093,"id":143,"name":"television-light","prevSize":16,"code":60752},"setIdx":2,"setId":2,"iconIdx":1104},{"icon":{"paths":["M864 264h-294.080l151.040-151.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-175.040 175-175.040-175c-4.393-4.706-10.634-7.639-17.559-7.639-13.255 0-24 10.745-24 24 0 6.925 2.933 13.165 7.625 17.546l0.014 0.013 151.040 151.040h-294.080c-30.928 0-56 25.072-56 56v0 480c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-480c0-30.928-25.072-56-56-56v0zM872 800c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-480c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["television-simple-light"]},"attrs":[{}],"properties":{"order":28094,"id":142,"name":"television-simple-light","prevSize":16,"code":60753},"setIdx":2,"setId":2,"iconIdx":1105},{"icon":{"paths":["M800.64 223.52c-73.835-73.845-175.843-119.52-288.519-119.52-225.332 0-408 182.668-408 408s182.668 408 408 408c112.676 0 214.684-45.675 288.519-119.52l0-0c74.406-73.563 120.485-175.64 120.485-288.48s-46.079-214.917-120.447-288.442l-0.038-0.038zM257.32 257.44c59.212-59.271 139.066-97.911 227.857-104.215l1.143-0.065c-6.382 89.878-45.104 169.655-104.465 228.705l-0.015 0.015c-59.11 59.368-138.927 98.077-227.7 104.375l-1.14 0.065c6.407-89.895 45.056-169.703 104.316-228.876l0.004-0.004zM152.8 534.52c103.334-6.299 195.299-50.399 263.189-118.509l0.011-0.011c68.164-67.777 112.329-159.629 118.663-261.726l0.057-1.154c181.162 11.301 325.292 155.375 336.628 335.485l0.052 1.035c-205.223 13.229-368.403 176.354-381.657 380.351l-0.063 1.209c-181.298-11.21-325.561-155.403-336.829-335.65l-0.051-1.030zM766.68 766.52c-59.219 59.253-139.072 97.879-227.858 104.175l-1.142 0.065c13.187-178.491 154.808-320.042 332.141-333.051l1.179-0.069c-6.397 89.91-45.048 169.734-104.316 228.916l-0.004 0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tennis-ball-light"]},"attrs":[{}],"properties":{"order":28095,"id":141,"name":"tennis-ball-light","prevSize":16,"code":60754},"setIdx":2,"setId":2,"iconIdx":1106},{"icon":{"paths":["M1013.92 790.24l-256-576c-3.833-8.459-12.201-14.238-21.92-14.24l-448-0c-9.63 0.015-17.928 5.699-21.738 13.892l-0.062 0.148v0.56l-256.12 575.64c-1.31 2.87-2.074 6.226-2.074 9.76 0 13.253 10.742 23.997 23.994 24l960 0c13.252-0.003 23.994-10.747 23.994-24 0-3.534-0.764-6.89-2.135-9.911l0.061 0.151zM264 337.080v438.92h-195.080zM312 776v-438.92l195.080 438.92zM559.6 776l-234.68-528h395.48l234.68 528z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tent-light"]},"attrs":[{}],"properties":{"order":28096,"id":140,"name":"tent-light","prevSize":16,"code":60755},"setIdx":2,"setId":2,"iconIdx":1107},{"icon":{"paths":["M464 529.92l-288 256c-4.233 3.776-9.847 6.083-16 6.083-13.301 0-24.083-10.782-24.083-24.083 0-7.148 3.114-13.569 8.059-17.979l0.024-0.021 268-237.92-268-238.040c-4.969-4.431-8.083-10.852-8.083-18 0-13.301 10.782-24.083 24.083-24.083 6.153 0 11.767 2.307 16.024 6.104l-0.024-0.021 288 256c4.993 4.419 8.125 10.844 8.125 18s-3.132 13.581-8.1 17.978l-0.025 0.022zM864 744h-384c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h384c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["terminal-light"]},"attrs":[{}],"properties":{"order":28097,"id":139,"name":"terminal-light","prevSize":16,"code":60756},"setIdx":2,"setId":2,"iconIdx":1108},{"icon":{"paths":["M504 512c0 0.007 0 0.016 0 0.025 0 7.558-3.494 14.3-8.954 18.699l-0.046 0.036-160 128c-4.071 3.277-9.304 5.26-15 5.26-13.266 0-24.020-10.754-24.020-24.020 0-7.57 3.501-14.321 8.973-18.724l0.046-0.036 136.6-109.24-136.6-109.24c-5.518-4.439-9.020-11.19-9.020-18.76 0-13.266 10.754-24.020 24.020-24.020 5.696 0 10.929 1.983 15.046 5.296l-0.046-0.036 160 128c5.506 4.435 9 11.177 9 18.735 0 0.009-0 0.018-0 0.026l0-0.001zM704 616h-160c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h160c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM920 224v576c0 30.928-25.072 56-56 56v0h-704c-30.928 0-56-25.072-56-56v0-576c0-30.928 25.072-56 56-56v0h704c30.928 0 56 25.072 56 56v0zM872 224c0-4.418-3.582-8-8-8v0h-704c-4.418 0-8 3.582-8 8v0 576c0 4.418 3.582 8 8 8v0h704c4.418 0 8-3.582 8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["terminal-window-light"]},"attrs":[{}],"properties":{"order":28098,"id":138,"name":"terminal-window-light","prevSize":16,"code":60757},"setIdx":2,"setId":2,"iconIdx":1109},{"icon":{"paths":["M944.96 351.040l-240-240c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-516.92 516.96c-32.631 31.208-52.915 75.093-52.915 123.715 0 94.485 76.595 171.080 171.080 171.080 48.622 0 92.507-20.284 123.654-52.851l0.061-0.064 448.96-448.92 90.64-30.2c9.601-3.284 16.381-12.23 16.381-22.758 0-6.623-2.683-12.619-7.021-16.962l0 0zM362.12 836c-22.281 22.281-53.061 36.061-87.060 36.061-67.998 0-123.121-55.123-123.121-123.121 0-33.999 13.781-64.779 36.061-87.060l116.52-116.48c35.36-12.56 91.36-18.24 164.32 20 49.12 25.64 92.52 34.64 129.080 34.84zM824.4 377.24c-3.668 1.251-6.802 3.238-9.36 5.8l-0 0-159.6 159.56c-35.36 12.56-91.36 18.24-164.32-20-49.12-25.52-92.52-34.6-129.080-34.6l325.96-326.040 195.56 195.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["test-tube-light"]},"attrs":[{}],"properties":{"order":28099,"id":137,"name":"test-tube-light","prevSize":16,"code":60758},"setIdx":2,"setId":2,"iconIdx":1110},{"icon":{"paths":["M341.72 213.8c-3.928-8.216-12.173-13.79-21.72-13.79s-17.792 5.574-21.658 13.646l-0.062 0.144-256 544c-1.442 2.993-2.284 6.508-2.284 10.22 0 13.257 10.747 24.004 24.004 24.004 9.545 0 17.789-5.572 21.658-13.64l0.062-0.144 68.8-146.24h330.96l68.8 146.2c3.931 8.213 12.175 13.784 21.72 13.784 13.257 0 24.004-10.747 24.004-24.004 0-3.712-0.842-7.227-2.347-10.364l0.062 0.144zM177.12 584l142.88-303.64 142.88 303.64zM800 392c-48.84 0-86.84 13.12-112.92 38.96-4.381 4.351-7.093 10.379-7.093 17.040 0 13.262 10.751 24.013 24.013 24.013 6.601 0 12.58-2.664 16.921-6.975l-0.001 0.001c16.72-16.6 43.36-25.040 79.080-25.040 57.36 0 104 39.48 104 88v28.96c-27.696-23.004-63.62-36.964-102.804-36.964-0.42 0-0.841 0.002-1.26 0.005l0.064-0c-83.8 0-152 61-152 136s68.2 136 152 136c0.355 0.003 0.775 0.004 1.196 0.004 39.185 0 75.108-13.96 103.069-37.178l-0.265 0.214v12.96c0 13.255 10.745 24 24 24s24-10.745 24-24v0-240c0-75-68-136-152-136zM800 744c-57.36 0-104-39.48-104-88s46.64-88 104-88 104 39.48 104 88-46.64 88-104 88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-aa-light"]},"attrs":[{}],"properties":{"order":28100,"id":136,"name":"text-aa-light","prevSize":16,"code":60759},"setIdx":2,"setId":2,"iconIdx":1111},{"icon":{"paths":["M136 256c0-13.255 10.745-24 24-24v0h704c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24v0zM256 392c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h512c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM864 552h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM768 712h-512c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h512c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-align-center-light"]},"attrs":[{}],"properties":{"order":28101,"id":135,"name":"text-align-center-light","prevSize":16,"code":60760},"setIdx":2,"setId":2,"iconIdx":1112},{"icon":{"paths":["M136 256c0-13.255 10.745-24 24-24v0h704c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24v0zM864 392h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM864 552h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM864 712h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-align-justify-light"]},"attrs":[{}],"properties":{"order":28102,"id":134,"name":"text-align-justify-light","prevSize":16,"code":60761},"setIdx":2,"setId":2,"iconIdx":1113},{"icon":{"paths":["M136 256c0-13.255 10.745-24 24-24v0h704c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24v0zM160 440h512c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-512c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM864 552h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM672 712h-512c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h512c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-align-left-light"]},"attrs":[{}],"properties":{"order":28103,"id":133,"name":"text-align-left-light","prevSize":16,"code":60762},"setIdx":2,"setId":2,"iconIdx":1114},{"icon":{"paths":["M136 256c0-13.255 10.745-24 24-24v0h704c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24v0zM864 392h-512c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h512c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM864 552h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM864 712h-512c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h512c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-align-right-light"]},"attrs":[{}],"properties":{"order":28104,"id":132,"name":"text-align-right-light","prevSize":16,"code":60763},"setIdx":2,"setId":2,"iconIdx":1115},{"icon":{"paths":["M245.8 693.72c3.005 1.455 6.535 2.305 10.264 2.305 9.561 0 17.815-5.59 21.674-13.68l0.062-0.145 68.72-146.2h330.96l68.8 146.2c3.925 8.22 12.171 13.798 21.72 13.8l0 0c0.018 0 0.040 0 0.062 0 3.684 0 7.171-0.841 10.28-2.342l-0.142 0.062c8.235-3.921 13.825-12.176 13.825-21.736 0-3.729-0.85-7.259-2.368-10.407l0.062 0.144-256-544c-3.928-8.216-12.173-13.79-21.72-13.79s-17.792 5.574-21.658 13.646l-0.062 0.144-256 544c-1.455 3.005-2.305 6.535-2.305 10.264 0 9.561 5.59 17.815 13.68 21.674l0.145 0.062zM512 184.36l142.88 303.64h-285.76zM888 864c0 13.255-10.745 24-24 24v0h-704c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-a-underline-light"]},"attrs":[{}],"properties":{"order":28105,"id":131,"name":"text-a-underline-light","prevSize":16,"code":60764},"setIdx":2,"setId":2,"iconIdx":1116},{"icon":{"paths":["M666.76 465.64c37.462-31.040 61.147-77.574 61.147-129.64 0-92.751-75.163-167.947-167.902-168l-272.005-0c-13.255 0-24 10.745-24 24v0 608c0 13.255 10.745 24 24 24v0h320c101.614-0.009 183.984-82.385 183.984-184 0-80.586-51.806-149.073-123.931-173.972l-1.293-0.388zM312 216h248c66.274 0 120 53.726 120 120s-53.726 120-120 120v0h-248zM608 776h-296v-272h296c75.111 0 136 60.889 136 136s-60.889 136-136 136v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-b-light"]},"attrs":[{}],"properties":{"order":28106,"id":130,"name":"text-b-light","prevSize":16,"code":60765},"setIdx":2,"setId":2,"iconIdx":1117},{"icon":{"paths":["M448 168c-13.255 0-24 10.745-24 24v0 72h-328c-30.928 0-56 25.072-56 56v0 384c0 30.928 25.072 56 56 56v0h328v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-640c0-13.255-10.745-24-24-24v0zM96 712c-4.418 0-8-3.582-8-8v0-384c0-4.418 3.582-8 8-8v0h328v400zM984 320v384c0 30.928-25.072 56-56 56v0h-352c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h352c4.418 0 8-3.582 8-8v0-384c0-4.418-3.582-8-8-8v0h-352c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h352c30.928 0 56 25.072 56 56v0zM344 448c0 13.255-10.745 24-24 24v0h-40v104c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-104h-40c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["textbox-light"]},"attrs":[{}],"properties":{"order":28107,"id":129,"name":"textbox-light","prevSize":16,"code":60766},"setIdx":2,"setId":2,"iconIdx":1118},{"icon":{"paths":["M472 256c0 13.255-10.745 24-24 24v0h-288c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h288c13.255 0 24 10.745 24 24v0zM448 392h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM448 552h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM448 712h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM576 280h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM864 392h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM864 552h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM864 712h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-columns-light"]},"attrs":[{}],"properties":{"order":28108,"id":128,"name":"text-columns-light","prevSize":16,"code":60767},"setIdx":2,"setId":2,"iconIdx":1119},{"icon":{"paths":["M984 720c0 75.111-60.889 136-136 136v0c-0.675 0.012-1.472 0.019-2.271 0.019-37.041 0-70.582-14.985-94.893-39.222l0.003 0.003c-4.239-4.327-6.855-10.258-6.855-16.8 0-13.263 10.752-24.015 24.015-24.015 6.721 0 12.797 2.761 17.156 7.211l0.004 0.004c15.616 15.35 37.048 24.827 60.693 24.827 0.755 0 1.508-0.010 2.258-0.029l-0.111 0.002c48.601 0 88-39.399 88-88s-39.399-88-88-88v0c-0.639-0.017-1.392-0.027-2.147-0.027-23.645 0-45.077 9.476-60.705 24.839l0.012-0.012c-4.363 4.472-10.449 7.245-17.183 7.245-13.255 0-24-10.745-24-24 0-1.429 0.125-2.829 0.364-4.189l-0.021 0.144 32-192c1.984-11.424 11.822-20 23.664-20 0.006 0 0.011 0 0.017 0l159.999-0c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-139.68l-20 120c14.102-5.070 30.374-8 47.33-8 0.123 0 0.246 0 0.369 0l-0.019-0c75.111 0 136 60.889 136 136v0zM576 200c-13.255 0-24 10.745-24 24v0 216h-368v-216c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 480c0 13.255 10.745 24 24 24s24-10.745 24-24v0-216h368v216c0 13.255 10.745 24 24 24s24-10.745 24-24v0-480c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-five-light"]},"attrs":[{}],"properties":{"order":28109,"id":127,"name":"text-h-five-light","prevSize":16,"code":60768},"setIdx":2,"setId":2,"iconIdx":1120},{"icon":{"paths":["M1016 704c0 13.255-10.745 24-24 24v0h-40v104c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-104h-168c-13.253-0.003-23.995-10.747-23.995-24 0-2.719 0.452-5.332 1.285-7.769l-0.050 0.169 96-288c3.143-9.844 12.208-16.847 22.909-16.847 13.255 0 24 10.745 24 24 0 2.885-0.509 5.652-1.442 8.214l0.053-0.167-85.48 256.4h134.72v-104c0-13.255 10.745-24 24-24s24 10.745 24 24v0 104h40c13.255 0 24 10.745 24 24v0zM576 200c-13.255 0-24 10.745-24 24v0 216h-368v-216c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 480c0 13.255 10.745 24 24 24s24-10.745 24-24v0-216h368v216c0 13.255 10.745 24 24 24s24-10.745 24-24v0-480c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-four-light"]},"attrs":[{}],"properties":{"order":28110,"id":126,"name":"text-h-four-light","prevSize":16,"code":60769},"setIdx":2,"setId":2,"iconIdx":1121},{"icon":{"paths":["M824 224v576c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-264h-528v264c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-576c0-13.255 10.745-24 24-24s24 10.745 24 24v0 264h528v-264c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-light"]},"attrs":[{}],"properties":{"order":28111,"id":125,"name":"text-h-light","prevSize":16,"code":60770},"setIdx":2,"setId":2,"iconIdx":1122},{"icon":{"paths":["M920 448v384c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-339.16l-58.68 39.16c-3.744 2.524-8.356 4.030-13.32 4.030-13.271 0-24.030-10.758-24.030-24.030 0-8.307 4.215-15.63 10.624-19.946l0.086-0.054 96-64c3.743-2.528 8.355-4.036 13.32-4.036 13.255 0 24 10.745 24 24 0 0.013-0 0.025-0 0.038l0-0.002zM576 200c-13.255 0-24 10.745-24 24v0 216h-368v-216c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 480c0 13.255 10.745 24 24 24s24-10.745 24-24v0-216h368v216c0 13.255 10.745 24 24 24s24-10.745 24-24v0-480c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-one-light"]},"attrs":[{}],"properties":{"order":28112,"id":124,"name":"text-h-one-light","prevSize":16,"code":60771},"setIdx":2,"setId":2,"iconIdx":1123},{"icon":{"paths":["M848 584c-7.925 0.018-15.676 0.701-23.219 1.996l0.819-0.116 75-125.56c2.138-3.518 3.403-7.771 3.403-12.32 0-13.256-10.746-24.003-24.003-24.003-8.708 0-16.333 4.637-20.54 11.576l-0.060 0.107-129 216-0.88 1.64c-10.988 19.188-17.468 42.177-17.468 66.68 0 75.111 60.889 136 136 136s136-60.889 136-136c0-75.111-60.889-136-136-136-0.018 0-0.036 0-0.055 0l0.003-0zM848 808c-48.601 0-88-39.399-88-88s39.399-88 88-88c48.601 0 88 39.399 88 88v0c0 48.601-39.399 88-88 88v0zM600 224v480c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-216h-368v216c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-480c0-13.255 10.745-24 24-24s24 10.745 24 24v0 216h368v-216c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-six-light"]},"attrs":[{}],"properties":{"order":28113,"id":123,"name":"text-h-six-light","prevSize":16,"code":60772},"setIdx":2,"setId":2,"iconIdx":1124},{"icon":{"paths":["M984 720c-0.001 75.11-60.89 135.997-136 135.997-38.052 0-72.454-15.628-97.138-40.815l-0.022-0.023c-4.23-4.323-6.841-10.247-6.841-16.78 0-13.255 10.745-24.001 24.001-24.001 6.722 0 12.799 2.764 17.156 7.216l0.004 0.004c15.984 16.298 38.235 26.4 62.845 26.4 48.601 0 88-39.399 88-88s-39.399-88-88-88c-0.002 0-0.003 0-0.005 0l0-0c-0.005 0-0.011 0-0.016 0-13.255 0-24-10.745-24-24 0-5.152 1.623-9.925 4.387-13.835l-0.050 0.075 85.6-122.24h-145.92c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.245 0.014 23.976 10.753 23.976 24 0 5.152-1.623 9.925-4.387 13.835l0.050-0.075-90.080 128.72c55.211 18.194 94.372 69.274 94.44 129.512l0 0.008zM576 200c-13.255 0-24 10.745-24 24v0 216h-368v-216c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 480c0 13.255 10.745 24 24 24s24-10.745 24-24v0-216h368v216c0 13.255 10.745 24 24 24s24-10.745 24-24v0-480c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-three-light"]},"attrs":[{}],"properties":{"order":28114,"id":122,"name":"text-h-three-light","prevSize":16,"code":60773},"setIdx":2,"setId":2,"iconIdx":1125},{"icon":{"paths":["M600 224v480c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-216h-368v216c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-480c0-13.255 10.745-24 24-24s24 10.745 24 24v0 216h368v-216c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM960 808h-144l144-191.8c14.874-19.76 23.821-44.715 23.821-71.76 0-66.274-53.726-120-120-120-51.772 0-95.886 32.785-112.714 78.727l-0.267 0.833c-1.207 2.767-1.909 5.992-1.909 9.38 0 13.255 10.745 24 24 24 10.897 0 20.097-7.262 23.026-17.21l0.043-0.17c9.054-25.058 30.928-43.398 57.493-47.234l0.387-0.046c2.999-0.443 6.461-0.695 9.982-0.695 39.765 0 72 32.235 72 72 0 16.35-5.45 31.427-14.631 43.513l0.13-0.178-172.56 230.24c-2.997 3.961-4.8 8.97-4.8 14.4 0 13.255 10.745 24 24 24v0h192c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-h-two-light"]},"attrs":[{}],"properties":{"order":28115,"id":121,"name":"text-h-two-light","prevSize":16,"code":60774},"setIdx":2,"setId":2,"iconIdx":1126},{"icon":{"paths":["M888 512c0 13.255-10.745 24-24 24v0h-416c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h416c13.255 0 24 10.745 24 24v0zM448 280h416c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-416c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM864 744h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM143.040 560.96c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 160-160c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0-160-160c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 143 143.040-143 143.040c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-indent-light"]},"attrs":[{}],"properties":{"order":28116,"id":120,"name":"text-indent-light","prevSize":16,"code":60775},"setIdx":2,"setId":2,"iconIdx":1127},{"icon":{"paths":["M792 224c0 13.255-10.745 24-24 24v0h-142.72l-176 528h126.72c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-320c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h142.72l176-528h-126.72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h320c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-italic-light"]},"attrs":[{}],"properties":{"order":28117,"id":119,"name":"text-italic-light","prevSize":16,"code":60776},"setIdx":2,"setId":2,"iconIdx":1128},{"icon":{"paths":["M888 512c0 13.255-10.745 24-24 24v0h-416c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h416c13.255 0 24 10.745 24 24v0zM448 280h416c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-416c-13.255 0-24 10.745-24 24s10.745 24 24 24v0zM864 744h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h704c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM288 568c13.246-0.012 23.979-10.753 23.979-24 0-6.622-2.682-12.618-7.019-16.96l0 0-143-143.040 143-143.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-160 160c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 160 160c4.339 4.345 10.335 7.034 16.959 7.040l0.001 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-outdent-light"]},"attrs":[{}],"properties":{"order":28118,"id":118,"name":"text-outdent-light","prevSize":16,"code":60777},"setIdx":2,"setId":2,"iconIdx":1129},{"icon":{"paths":["M888 512c0 13.255-10.745 24-24 24v0h-186.2c45.12 27.68 82.2 69.52 82.2 136 0 101.44-111.24 184-248 184s-248-82.56-248-184c0-13.255 10.745-24 24-24s24 10.745 24 24v0c0 75 89.72 136 200 136s200-61 200-136c0-72.92-61.84-106.36-161.88-136h-390.12c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h704c13.255 0 24 10.745 24 24v0zM305.32 408c2.691-0.011 5.276-0.45 7.695-1.25l-0.175 0.050c9.595-3.288 16.37-12.23 16.37-22.755 0-2.691-0.443-5.279-1.26-7.694l0.050 0.169c-2.263-7.016-3.567-15.088-3.567-23.465 0-0.371 0.003-0.742 0.008-1.112l-0.001 0.056c0-77.52 80.64-136 187.56-136 78.32 0 142.24 31.24 170.96 83.56 4.166 7.474 12.022 12.447 21.040 12.447 13.258 0 24.007-10.748 24.007-24.007 0-4.241-1.1-8.224-3.029-11.682l0.062 0.122c-37.28-67.92-117.040-108.44-213.040-108.44-134.28 0-235.56 79.080-235.56 184-0.001 0.217-0.002 0.474-0.002 0.73 0 13.847 2.225 27.174 6.337 39.643l-0.255-0.894c3.242 9.672 12.221 16.518 22.8 16.52l0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-strikethrough-light"]},"attrs":[{}],"properties":{"order":28119,"id":117,"name":"text-strikethrough-light","prevSize":16,"code":60778},"setIdx":2,"setId":2,"iconIdx":1130},{"icon":{"paths":["M824 224v128c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-104h-240v528h104c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h104v-528h-240v104c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-128c0-13.255 10.745-24 24-24v0h576c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-t-light"]},"attrs":[{}],"properties":{"order":28120,"id":116,"name":"text-t-light","prevSize":16,"code":60779},"setIdx":2,"setId":2,"iconIdx":1131},{"icon":{"paths":["M792 896c0 13.255-10.745 24-24 24v0h-512c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h512c13.255 0 24 10.745 24 24v0zM512 792c136.903-0.159 247.841-111.097 248-247.985l0-0.015v-320c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 320c0 110.457-89.543 200-200 200s-200-89.543-200-200v0-320c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 320c0.159 136.903 111.097 247.841 247.985 248l0.015 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["text-underline-light"]},"attrs":[{}],"properties":{"order":28121,"id":115,"name":"text-underline-light","prevSize":16,"code":60780},"setIdx":2,"setId":2,"iconIdx":1132},{"icon":{"paths":["M993.16 303.28l-90.32 29.32 55.8 76.84c3.060 3.987 4.903 9.046 4.903 14.537 0 13.255-10.745 24-24 24-8.127 0-15.31-4.039-19.652-10.22l-0.051-0.077-55.84-76.84-56 76.84c-4.393 6.257-11.576 10.297-19.703 10.297-13.255 0-24-10.745-24-24 0-5.49 1.844-10.55 4.945-14.594l-0.042 0.057 55.8-76.84-90.32-29.32c-9.92-3.096-16.996-12.199-16.996-22.955 0-13.255 10.745-24 24-24 2.807 0 5.5 0.482 8.004 1.367l-0.168-0.052 90.48 29.32v-94.96c0-13.255 10.745-24 24-24s24 10.745 24 24v0 94.96l90.32-29.32c2.095-0.663 4.505-1.045 7.004-1.045 13.255 0 24 10.745 24 24 0 10.448-6.677 19.337-15.996 22.633l-0.168 0.052zM600 736c-0.014 66.264-53.734 119.976-120 119.976-66.274 0-120-53.726-120-120 0-57.779 40.835-106.020 95.218-117.438l0.781-0.137v-138.4c0-13.255 10.745-24 24-24s24 10.745 24 24v0 138.4c55.133 11.628 95.931 59.84 96 117.592l0 0.008zM552 736c0-39.765-32.235-72-72-72s-72 32.235-72 72c0 39.765 32.235 72 72 72v0c39.765 0 72-32.235 72-72v0zM728 736c-0.023 136.949-111.048 247.959-248 247.959-136.967 0-248-111.033-248-248 0-79.441 37.352-150.158 95.451-195.547l0.548-0.413v-348c0-83.947 68.053-152 152-152s152 68.053 152 152v0 348c58.631 45.832 95.975 116.552 96 195.996l0 0.004zM680 736c-0.098-67.625-33.697-127.382-85.086-163.576l-0.634-0.424c-6.249-4.394-10.282-11.572-10.282-19.693 0-0.108 0.001-0.216 0.002-0.323l-0 0.016v-360c0-57.438-46.562-104-104-104s-104 46.562-104 104v0 360c0.001 0.091 0.002 0.199 0.002 0.307 0 8.121-4.033 15.299-10.206 19.642l-0.076 0.051c-52.094 36.612-85.72 96.446-85.72 164.134 0 110.457 89.543 200 200 200s200-89.543 200-200c0-0.047-0-0.094-0-0.142l0 0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thermometer-cold-light"]},"attrs":[{}],"properties":{"order":28122,"id":114,"name":"thermometer-cold-light","prevSize":16,"code":60781},"setIdx":2,"setId":2,"iconIdx":1133},{"icon":{"paths":["M716.24 317.64c-2.663-3.811-4.255-8.541-4.255-13.643 0-8.16 4.073-15.369 10.296-19.706l0.078-0.052c39.040-26.92 100.24-26.92 139.28 0 22.56 15.56 62.16 15.56 84.72 0 3.811-2.66 8.54-4.251 13.64-4.251 13.261 0 24.011 10.75 24.011 24.011 0 8.16-4.071 15.37-10.292 19.708l-0.078 0.052c-19.727 12.67-43.804 20.197-69.64 20.197s-49.913-7.527-70.16-20.509l0.52 0.312c-22.56-15.56-62.16-15.56-84.72 0-3.811 2.663-8.541 4.255-13.643 4.255-8.16 0-15.369-4.073-19.706-10.296l-0.052-0.078zM946.36 412.24c-22.56 15.56-62.16 15.56-84.72 0-39.040-26.92-100.24-26.92-139.28 0-6.3 4.39-10.371 11.6-10.371 19.76 0 13.261 10.75 24.011 24.011 24.011 5.1 0 9.829-1.59 13.718-4.302l-0.078 0.052c22.56-15.56 62.16-15.56 84.72 0 19.727 12.67 43.804 20.197 69.64 20.197s49.913-7.527 70.16-20.509l-0.52 0.312c6.3-4.39 10.371-11.6 10.371-19.76 0-13.261-10.75-24.011-24.011-24.011-5.1 0-9.829 1.59-13.718 4.302l0.078-0.052zM600 736c-0.014 66.264-53.734 119.976-120 119.976-66.274 0-120-53.726-120-120 0-57.779 40.835-106.020 95.218-117.438l0.781-0.137v-426.4c0-13.255 10.745-24 24-24s24 10.745 24 24v0 426.4c55.133 11.628 95.931 59.84 96 117.592l0 0.008zM552 736c0-39.765-32.235-72-72-72s-72 32.235-72 72c0 39.765 32.235 72 72 72v0c39.765 0 72-32.235 72-72v0zM728 736c-0.023 136.949-111.048 247.959-248 247.959-136.967 0-248-111.033-248-248 0-79.441 37.352-150.158 95.451-195.547l0.548-0.413v-348c0-83.947 68.053-152 152-152s152 68.053 152 152v0 348c58.631 45.832 95.975 116.552 96 195.996l0 0.004zM680 736c-0.098-67.625-33.697-127.382-85.086-163.576l-0.634-0.424c-6.249-4.394-10.282-11.572-10.282-19.693 0-0.108 0.001-0.216 0.002-0.323l-0 0.016v-360c0-57.438-46.562-104-104-104s-104 46.562-104 104v0 360c0.001 0.091 0.002 0.199 0.002 0.307 0 8.121-4.033 15.299-10.206 19.642l-0.076 0.051c-52.094 36.612-85.72 96.446-85.72 164.134 0 110.457 89.543 200 200 200s200-89.543 200-200c0-0.047-0-0.094-0-0.142l0 0.007z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thermometer-hot-light"]},"attrs":[{}],"properties":{"order":28123,"id":113,"name":"thermometer-hot-light","prevSize":16,"code":60782},"setIdx":2,"setId":2,"iconIdx":1134},{"icon":{"paths":["M848 232c-57.438 0-104 46.562-104 104s46.562 104 104 104c57.438 0 104-46.562 104-104v0c0-57.438-46.562-104-104-104v0zM848 392c-30.928 0-56-25.072-56-56s25.072-56 56-56c30.928 0 56 25.072 56 56v0c0 30.928-25.072 56-56 56v0zM504 618.4v-266.4c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 266.4c-55.165 11.556-96 59.797-96 117.576 0 66.274 53.726 120 120 120s120-53.726 120-120c0-57.779-40.835-106.020-95.219-117.438l-0.781-0.137zM480 808c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM632 540v-348c0-83.947-68.053-152-152-152s-152 68.053-152 152v0 348c-58.648 45.801-96 116.518-96 195.959 0 136.967 111.033 248 248 248s248-111.033 248-248c0-79.441-37.352-150.158-95.452-195.547l-0.548-0.412zM480 936c-110.374-0.11-199.807-89.611-199.807-200 0-67.606 33.544-127.377 84.896-163.578l0.632-0.422c6.249-4.394 10.282-11.572 10.282-19.693 0-0.108-0.001-0.216-0.002-0.323l0 0.016v-360c0-57.438 46.562-104 104-104s104 46.562 104 104v0 360c0.004 8.115 4.035 15.288 10.204 19.629l0.076 0.051c52.248 36.595 85.987 96.518 85.987 164.32 0 110.457-89.543 200-200 200-0.094 0-0.188-0-0.282-0l0.015 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thermometer-light"]},"attrs":[{}],"properties":{"order":28124,"id":112,"name":"thermometer-light","prevSize":16,"code":60783},"setIdx":2,"setId":2,"iconIdx":1135},{"icon":{"paths":["M536 618.4v-266.4c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 266.4c-55.165 11.556-96 59.797-96 117.576 0 66.274 53.726 120 120 120s120-53.726 120-120c0-57.779-40.835-106.020-95.219-117.438l-0.781-0.137zM512 808c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM664 540v-348c0-83.947-68.053-152-152-152s-152 68.053-152 152v0 348c-58.648 45.801-96 116.518-96 195.959 0 136.967 111.033 248 248 248s248-111.033 248-248c0-79.441-37.352-150.158-95.452-195.547l-0.548-0.412zM512 936c-110.374-0.11-199.807-89.611-199.807-200 0-67.606 33.544-127.377 84.896-163.578l0.632-0.422c6.249-4.394 10.282-11.572 10.282-19.693 0-0.108-0.001-0.216-0.002-0.323l0 0.016v-360c0-57.438 46.562-104 104-104s104 46.562 104 104v0 360c0.004 8.115 4.035 15.288 10.204 19.629l0.076 0.051c52.248 36.595 85.987 96.518 85.987 164.32 0 110.457-89.543 200-200 200-0.094 0-0.188-0-0.282-0l0.015 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thermometer-simple-light"]},"attrs":[{}],"properties":{"order":28125,"id":111,"name":"thermometer-simple-light","prevSize":16,"code":60784},"setIdx":2,"setId":2,"iconIdx":1136},{"icon":{"paths":["M951.32 629.080l-48-384c-5.619-43.675-42.568-77.080-87.32-77.080-0 0-0 0-0 0l-688 0c-30.928 0-56 25.072-56 56v0 352c0 30.928 25.072 56 56 56v0h177.16l153.36 306.72c4.026 7.936 12.125 13.28 21.473 13.28 0.003 0 0.005-0 0.008-0l-0 0c83.947 0 152-68.053 152-152v0-72h232c0 0 0 0 0 0 48.601 0 88-39.399 88-88 0-3.849-0.247-7.641-0.726-11.36l0.046 0.44zM296 584h-168c-4.418 0-8-3.582-8-8v0-352c0-4.418 3.582-8 8-8v0h168zM894 666.48c-7.289 8.306-17.926 13.521-29.782 13.521-0.077 0-0.154-0-0.23-0.001l0.012 0h-256c-13.255 0-24 10.745-24 24v0 96c-0.005 52.383-38.737 95.718-89.124 102.935l-0.556 0.065-150.32-300.68v-386.32h472c20.338 0.006 37.128 15.19 39.659 34.84l0.021 0.2 48 384c0.213 1.542 0.334 3.323 0.334 5.133 0 10.119-3.799 19.35-10.048 26.345l0.034-0.039z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thumbs-down-light"]},"attrs":[{}],"properties":{"order":28126,"id":110,"name":"thumbs-down-light","prevSize":16,"code":60785},"setIdx":2,"setId":2,"iconIdx":1137},{"icon":{"paths":["M929.96 325.76c-16.2-18.287-39.74-29.757-65.959-29.76l-232.001-0v-72c0-83.947-68.053-152-152-152v0c-0.002-0-0.005-0-0.007-0-9.348 0-17.447 5.344-21.41 13.143l-0.063 0.137-153.36 306.72h-177.16c-30.928 0-56 25.072-56 56v0 352c0 30.928 25.072 56 56 56v0h688c0 0 0 0 0 0 44.752 0 81.701-33.405 87.274-76.64l0.046-0.44 48-384c0.432-3.276 0.679-7.064 0.679-10.909 0-22.382-8.356-42.813-22.119-58.343l0.080 0.092zM120 800v-352c0-4.418 3.582-8 8-8v0h168v368h-168c-4.418 0-8-3.582-8-8v0zM903.68 388.96l-48 384c-2.552 19.85-19.342 35.034-39.679 35.040l-472.001 0v-386.32l150.32-300.68c50.943 7.282 89.675 50.617 89.68 102.999l0 0.001v96c0 13.255 10.745 24 24 24v0h256c22.087 0.006 39.989 17.913 39.989 40 0 1.748-0.112 3.471-0.33 5.16l0.021-0.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["thumbs-up-light"]},"attrs":[{}],"properties":{"order":28127,"id":109,"name":"thumbs-up-light","prevSize":16,"code":60786},"setIdx":2,"setId":2,"iconIdx":1138},{"icon":{"paths":["M907.16 410.080c25.751-5.374 44.822-27.877 44.84-54.838l0-0.002v-99.24c0-30.928-25.072-56-56-56v0h-768c-30.928 0-56 25.072-56 56v0 99.24c0.018 26.963 19.089 49.466 44.476 54.776l0.364 0.064c48.057 9.816 83.702 51.745 83.702 102s-35.645 92.184-83.032 101.885l-0.67 0.115c-25.699 5.363-44.742 27.784-44.84 54.669l-0 0.011v99.24c0 30.928 25.072 56 56 56v0h768c30.928 0 56-25.072 56-56v0-99.24c-0.018-26.963-19.089-49.466-44.476-54.776l-0.364-0.064c-48.057-9.816-83.702-51.745-83.702-102s35.645-92.184 83.032-101.885l0.67-0.115zM120 768v-99.24c0.015-3.825 2.712-7.016 6.307-7.791l0.053-0.009c69.951-14.577 121.752-75.719 121.752-148.96s-51.801-134.383-120.764-148.787l-0.988-0.173c-3.659-0.785-6.362-3.992-6.362-7.83 0-0.060 0.001-0.119 0.002-0.178l-0 0.009v-99.040c0-4.418 3.582-8 8-8v0h232v528h-232c-4.418 0-8-3.582-8-8v0zM897.64 660.96c3.648 0.784 6.345 3.975 6.36 7.798l0 0.002v99.24c0 4.418-3.582 8-8 8v0h-488v-528h488c4.418 0 8 3.582 8 8v0 99.24c0.001 0.050 0.002 0.11 0.002 0.17 0 3.838-2.703 7.045-6.309 7.821l-0.053 0.009c-69.951 14.577-121.752 75.719-121.752 148.96s51.801 134.383 120.764 148.787l0.988 0.173z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ticket-light"]},"attrs":[{}],"properties":{"order":28128,"id":108,"name":"ticket-light","prevSize":16,"code":60787},"setIdx":2,"setId":2,"iconIdx":1139},{"icon":{"paths":["M1008.96 367.040l-160-160c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-143.040 143.040-143.040-143.040c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-143.040 143.040-143.040-143.040c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-160 160c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 160 160c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 143.040-143.040 126.080 126.080-143.040 143.040c-4.337 4.342-7.019 10.338-7.019 16.96s2.682 12.618 7.019 16.96l-0-0 160 160c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 160-160c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0-143.040-143.040 126.080-126.080 143.040 143.040c4.342 4.337 10.338 7.019 16.96 7.019s12.618-2.682 16.96-7.019l-0 0 160-160c4.337-4.342 7.019-10.338 7.019-16.96s-2.682-12.618-7.019-16.96l0 0zM192 510.040l-126.040-126.040 126.040-126.040 126.040 126.040zM512 830.040l-126.040-126.040 126.040-126.040 126.040 126.040zM512 510.040l-126.040-126.040 126.040-126.040 126.040 126.040zM832 510.040l-126.040-126.040 126.040-126.040 126.040 126.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tidal-logo-light"]},"attrs":[{}],"properties":{"order":28129,"id":107,"name":"tidal-logo-light","prevSize":16,"code":60788},"setIdx":2,"setId":2,"iconIdx":1140},{"icon":{"paths":["M896 296c-110.402-0.136-199.863-89.598-200-199.987l-0-0.013c0-13.255-10.745-24-24-24v0h-160c-13.255 0-24 10.745-24 24v0 528c-0.031 48.578-39.418 87.946-88 87.946-48.601 0-88-39.399-88-88 0-34.895 20.31-65.046 49.755-79.277l0.525-0.229c8.175-3.941 13.717-12.163 13.72-21.68l0-0v-170.76c-0.014-13.244-10.754-23.976-24-23.976-1.413 0-2.797 0.122-4.143 0.356l0.143-0.021c-139.2 24.76-244 151.84-244 295.64 0 163.476 132.524 296 296 296s296-132.524 296-296v0-172.28c57.264 32.885 125.899 52.281 199.065 52.281 0.329 0 0.657-0 0.986-0.001l-0.051 0c13.255 0 24-10.745 24-24v0-160c0-13.255-10.745-24-24-24v0zM872 455.2c-70.317-4.619-134.165-28.953-187.018-67.467l1.018 0.707c-3.883-2.817-8.744-4.506-14-4.506-13.255 0-24 10.745-24 24 0 0.023 0 0.047 0 0.070l-0-0.004v216c0 136.967-111.033 248-248 248s-248-111.033-248-248v0c0-110.88 73.88-209.92 176-241.52v126.12c-38.682 24.424-64 66.944-64 115.378 0 75.111 60.889 136 136 136 75.103 0 135.987-60.877 136-135.976l0-0.001v-504h113.16c11.95 117.952 104.888 210.89 221.791 222.754l1.049 0.086z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tiktok-logo-light"]},"attrs":[{}],"properties":{"order":28130,"id":106,"name":"tiktok-logo-light","prevSize":16,"code":60789},"setIdx":2,"setId":2,"iconIdx":1141},{"icon":{"paths":["M512 168c-207.659 0-376 168.341-376 376s168.341 376 376 376c207.659 0 376-168.341 376-376v0c-0.25-207.558-168.441-375.749-375.975-376l-0.025-0zM512 872c-181.149 0-328-146.851-328-328s146.851-328 328-328c181.149 0 328 146.851 328 328v0c-0.227 181.058-146.942 327.772-327.978 328l-0.022 0zM688.96 367.040c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-160 160c-4.393 4.706-10.634 7.639-17.559 7.639-13.255 0-24-10.745-24-24 0-6.925 2.933-13.165 7.625-17.546l0.014-0.013 160-160c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0zM392 64c0-13.255 10.745-24 24-24v0h192c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["timer-light"]},"attrs":[{}],"properties":{"order":28131,"id":105,"name":"timer-light","prevSize":16,"code":60790},"setIdx":2,"setId":2,"iconIdx":1142},{"icon":{"paths":["M948.2 851.080l-407.72-637.080 87.72-137.040c3.152-4.023 5.054-9.156 5.054-14.733 0-13.255-10.745-24-24-24-9.179 0-17.154 5.153-21.191 12.724l-0.063 0.129-76 118.4-76-118.4c-3.982-8.066-12.149-13.516-21.589-13.516-13.255 0-24 10.745-24 24 0 5.877 2.112 11.26 5.619 15.433l-0.030-0.037 87.52 137.040-407.52 637.080c-2.368 3.655-3.775 8.124-3.775 12.921 0 13.176 10.617 23.872 23.763 23.999l0.012 0h832c13.244-0.015 23.974-10.754 23.974-24 0-4.797-1.407-9.265-3.831-13.014l0.057 0.094zM330.56 840l181.44-283.48 181.44 283.48zM750.56 840l-218.2-340.92c-4.335-6.682-11.759-11.040-20.2-11.040s-15.865 4.358-20.143 10.947l-0.057 0.093-218.36 340.92h-133.6l372-581.48 372 581.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tipi-light"]},"attrs":[{}],"properties":{"order":28132,"id":104,"name":"tipi-light","prevSize":16,"code":60791},"setIdx":2,"setId":2,"iconIdx":1143},{"icon":{"paths":["M704 232h-384c-154.64 0-280 125.36-280 280s125.36 280 280 280v0h384c154.64 0 280-125.36 280-280s-125.36-280-280-280v0zM704 744h-384c-128.13 0-232-103.87-232-232s103.87-232 232-232v0h384c128.13 0 232 103.87 232 232s-103.87 232-232 232v0zM320 360c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM320 616c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toggle-left-light"]},"attrs":[{}],"properties":{"order":28133,"id":103,"name":"toggle-left-light","prevSize":16,"code":60792},"setIdx":2,"setId":2,"iconIdx":1144},{"icon":{"paths":["M704 232h-384c-154.64 0-280 125.36-280 280s125.36 280 280 280v0h384c154.64 0 280-125.36 280-280s-125.36-280-280-280v0zM704 744h-384c-128.13 0-232-103.87-232-232s103.87-232 232-232v0h384c128.13 0 232 103.87 232 232s-103.87 232-232 232v0zM704 360c-83.947 0-152 68.053-152 152s68.053 152 152 152c83.947 0 152-68.053 152-152v0c0-83.947-68.053-152-152-152v0zM704 616c-57.438 0-104-46.562-104-104s46.562-104 104-104c57.438 0 104 46.562 104 104v0c0 57.438-46.562 104-104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toggle-right-light"]},"attrs":[{}],"properties":{"order":28134,"id":102,"name":"toggle-right-light","prevSize":16,"code":60793},"setIdx":2,"setId":2,"iconIdx":1145},{"icon":{"paths":["M472 256c0 13.255-10.745 24-24 24v0h-64c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h64c13.255 0 24 10.745 24 24v0zM680.56 784l14.88 104c0.366 2.404 0.574 5.178 0.574 8 0 30.928-25.072 56-56 56-0.005 0-0.010-0-0.015-0l-255.999 0c-0.004 0-0.009 0-0.014 0-30.928 0-56-25.072-56-56 0-2.822 0.209-5.596 0.612-8.306l-0.037 0.306 14.88-104c-123.902-63.236-207.301-189.862-207.44-335.981l-0-0.019c0-13.255 10.745-24 24-24v0h72v-264c0-30.928 25.072-56 56-56v0h448c30.928 0 56 25.072 56 56v0 264h72c13.255 0 24 10.745 24 24v0c-0.139 146.138-83.538 272.764-205.312 335.013l-2.128 0.987zM280 424h464v-264c0-4.418-3.582-8-8-8v0h-448c-4.418 0-8 3.582-8 8v0zM634.84 803.36c-36.61 13.075-78.842 20.632-122.84 20.632s-86.231-7.557-125.471-21.444l2.631 0.812-13.16 91.52c-0.050 0.335-0.078 0.722-0.078 1.116 0 2.011 0.742 3.848 1.966 5.253l-0.008-0.010c1.475 1.695 3.636 2.76 6.045 2.76 0.026 0 0.052-0 0.079-0l-0.004 0h256c2.408-0.002 4.566-1.066 6.032-2.75l0.008-0.010c1.217-1.396 1.958-3.233 1.958-5.244 0-0.394-0.028-0.781-0.083-1.159l0.005 0.043zM839.12 472h-654.24c12.894 170.519 154.42 303.989 327.12 303.989s314.226-133.471 327.053-302.887l0.067-1.102z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toilet-light"]},"attrs":[{}],"properties":{"order":28135,"id":101,"name":"toilet-light","prevSize":16,"code":60794},"setIdx":2,"setId":2,"iconIdx":1146},{"icon":{"paths":["M296 480c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM952 480v352c0 30.928-25.072 56-56 56v0h-448c-30.928 0-56-25.072-56-56v0-118.080c-33.4 68.040-81.6 110.080-136 110.080-103.16 0-184-151.12-184-344s80.84-344 184-344h512c103.16 0 184 151.12 184 344zM392 480c0-177.040-70.32-296-136-296s-136 118.96-136 296 70.32 296 136 296 136-118.92 136-296zM904 832v-328h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h71.52c-6.040-163.68-72.84-272-135.52-272h-416.96c50.28 55.68 84.36 154.96 88.48 272h72.48c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-72v328c0 4.418 3.582 8 8 8v0h448c4.418 0 8-3.582 8-8v0zM704 456h-64c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h64c13.255 0 24-10.745 24-24s-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toilet-paper-light"]},"attrs":[{}],"properties":{"order":28136,"id":100,"name":"toilet-paper-light","prevSize":16,"code":60795},"setIdx":2,"setId":2,"iconIdx":1147},{"icon":{"paths":["M896 264h-200v-40c0-48.601-39.399-88-88-88v0h-192c-48.601 0-88 39.399-88 88v0 40h-200c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h768c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM376 224c0-22.091 17.909-40 40-40v0h192c22.091 0 40 17.909 40 40v0 40h-272zM128 312h768c4.418 0 8 3.582 8 8v0 136h-144v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-400v-40c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 40h-144v-136c0-4.418 3.582-8 8-8v0zM896 776h-768c-4.418 0-8-3.582-8-8v0-264h144v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h400v40c0 13.255 10.745 24 24 24s24-10.745 24-24v0-40h144v264c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["toolbox-light"]},"attrs":[{}],"properties":{"order":28137,"id":99,"name":"toolbox-light","prevSize":16,"code":60796},"setIdx":2,"setId":2,"iconIdx":1148},{"icon":{"paths":["M680.92 278.28l-104.28 41.72 104.28 41.72c9.006 3.594 15.254 12.242 15.254 22.35 0 13.255-10.745 24-24 24-3.279 0-6.405-0.658-9.253-1.848l0.158 0.059-151.080-60.44-151.080 60.44c-2.637 1.084-5.698 1.714-8.906 1.714-10.054 0-18.664-6.182-22.236-14.953l-0.058-0.161c-1.079-2.631-1.705-5.685-1.705-8.885 0-10.036 6.16-18.633 14.905-22.217l0.16-0.058 104.28-41.72-104.28-41.72c-8.82-3.681-14.906-12.235-14.906-22.21 0-13.255 10.745-24 24-24 3.147 0 6.153 0.606 8.908 1.707l-0.162-0.057 151.080 60.4 151.080-60.4c2.689-1.132 5.815-1.79 9.094-1.79 13.255 0 24 10.745 24 24 0 10.107-6.248 18.755-15.092 22.293l-0.162 0.057zM888 319c0 169.8-31.64 299.6-58.36 378.56-34.36 101.64-80.88 178.96-127.64 212-8.878 6.456-19.997 10.329-32.021 10.329-8.632 0-16.799-1.996-24.062-5.552l0.323 0.143c-17.934-8.682-30.426-26.097-31.988-46.569l-0.012-0.191c-4.52-61.32-23.48-204-102.080-204s-97.56 142.56-102.080 204c-2.347 29.119-26.496 51.877-55.988 52l-0.012 0c-0.001 0-0.003 0-0.004 0-12.014 0-23.125-3.869-32.154-10.429l0.158 0.109c-46.76-33.16-93.28-110.48-127.64-212-26.8-78.8-58.44-208.6-58.44-378.4 0.568-118.863 97.056-215 215.998-215 0.001 0 0.002 0 0.003 0l320-0c0.001-0 0.002-0 0.002-0 118.942 0 215.43 96.137 215.997 214.946l0 0.054zM840 319c-0.567-92.353-75.565-167-167.997-167-0.001 0-0.002 0-0.003 0l-320-0c-0.001-0-0.002-0-0.003-0-92.446 0-167.453 74.67-167.997 166.988l-0 0.052c-0.28 295.72 98.76 504 165.76 551.52 1.166 0.879 2.64 1.407 4.237 1.407 1.2 0 2.331-0.299 3.322-0.826l-0.038 0.019c2.69-1.207 4.57-3.783 4.759-6.817l0.001-0.023c11.8-160.32 65.040-248.32 149.96-248.32s138.16 88 149.96 248.36c0.19 3.057 2.070 5.633 4.709 6.82l0.051 0.020c0.952 0.509 2.083 0.807 3.283 0.807 1.597 0 3.070-0.529 4.255-1.42l-0.018 0.013c67-47.64 166.040-255.84 165.76-551.56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tooth-light"]},"attrs":[{}],"properties":{"order":28138,"id":98,"name":"tooth-light","prevSize":16,"code":60797},"setIdx":2,"setId":2,"iconIdx":1149},{"icon":{"paths":["M937.88 282.92c-10.371-11.631-25.398-18.92-42.127-18.92-0.026 0-0.051 0-0.077 0l0.004-0h-199.68v-8c0-101.62-82.38-184-184-184s-184 82.38-184 184v0 8h-199.68c-0.115-0.001-0.25-0.001-0.386-0.001-30.928 0-56 25.072-56 56 0 2.312 0.14 4.592 0.412 6.831l-0.027-0.269 57 480c3.508 27.997 27.164 49.44 55.827 49.44 0.061 0 0.121-0 0.182-0l-0.009 0h653.36c0.051 0 0.112 0 0.173 0 28.664 0 52.319-21.444 55.799-49.164l0.028-0.276 57-480c0.234-1.924 0.368-4.151 0.368-6.41 0-14.319-5.374-27.383-14.216-37.285l0.048 0.055zM376 256c0-75.111 60.889-136 136-136s136 60.889 136 136v0 8h-272zM846.92 800.92c-0.475 4.007-3.852 7.085-7.948 7.085-0.103 0-0.205-0.002-0.307-0.006l0.015 0h-653.36c-0.087 0.003-0.19 0.005-0.292 0.005-4.096 0-7.473-3.078-7.944-7.048l-0.004-0.038-57.080-480c-0.036-0.28-0.057-0.604-0.057-0.932 0-2.002 0.766-3.826 2.022-5.193l-0.005 0.006c1.525-1.721 3.74-2.801 6.208-2.801 0.039 0 0.079 0 0.118 0.001l-0.006-0h199.72v104c0 13.255 10.745 24 24 24s24-10.745 24-24v0-104h272v104c0 13.255 10.745 24 24 24s24-10.745 24-24v0-104h199.68c0.033-0 0.073-0.001 0.112-0.001 2.468 0 4.683 1.080 6.2 2.792l0.008 0.009c1.25 1.362 2.017 3.185 2.017 5.188 0 0.329-0.021 0.652-0.061 0.97l0.004-0.038z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tote-light"]},"attrs":[{}],"properties":{"order":28139,"id":97,"name":"tote-light","prevSize":16,"code":60798},"setIdx":2,"setId":2,"iconIdx":1150},{"icon":{"paths":["M937.88 282.92c-10.371-11.631-25.398-18.92-42.127-18.92-0.026 0-0.051 0-0.077 0l0.004-0h-199.68v-8c0-101.62-82.38-184-184-184s-184 82.38-184 184v0 8h-199.68c-0.115-0.001-0.25-0.001-0.386-0.001-30.928 0-56 25.072-56 56 0 2.312 0.14 4.592 0.412 6.831l-0.027-0.269 57 480c3.508 27.997 27.164 49.44 55.827 49.44 0.061 0 0.121-0 0.182-0l-0.009 0h653.36c0.051 0 0.112 0 0.173 0 28.664 0 52.319-21.444 55.799-49.164l0.028-0.276 57-480c0.234-1.924 0.368-4.151 0.368-6.41 0-14.319-5.374-27.383-14.216-37.285l0.048 0.055zM376 256c0-75.111 60.889-136 136-136s136 60.889 136 136v0 8h-272zM846.92 800.92c-0.475 4.007-3.852 7.085-7.948 7.085-0.103 0-0.205-0.002-0.307-0.006l0.015 0h-653.36c-0.087 0.003-0.19 0.005-0.292 0.005-4.096 0-7.473-3.078-7.944-7.048l-0.004-0.038-57.080-480c-0.036-0.28-0.057-0.604-0.057-0.932 0-2.002 0.766-3.826 2.022-5.193l-0.005 0.006c1.525-1.721 3.74-2.801 6.208-2.801 0.039 0 0.079 0 0.118 0.001l-0.006-0h767.4c0.033-0 0.073-0.001 0.112-0.001 2.468 0 4.683 1.080 6.2 2.792l0.008 0.009c1.25 1.362 2.017 3.185 2.017 5.188 0 0.329-0.021 0.652-0.061 0.97l0.004-0.038z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tote-simple-light"]},"attrs":[{}],"properties":{"order":28140,"id":96,"name":"tote-simple-light","prevSize":16,"code":60799},"setIdx":2,"setId":2,"iconIdx":1151},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM440 416c0 13.255-10.745 24-24 24v0h-40v168c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-168h-40c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h128c13.255 0 24 10.745 24 24v0zM760 416v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-128l-69.92 80c-4.419 4.993-10.844 8.125-18 8.125s-13.581-3.132-17.978-8.1l-0.022-0.025-70.080-80v128c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c-0.001-0.065-0.001-0.141-0.001-0.218 0-13.255 10.745-24 24-24 7.199 0 13.658 3.17 18.057 8.19l0.024 0.028 93.92 107.56 93.92-107.36c4.423-5.047 10.881-8.217 18.080-8.217 13.255 0 24 10.745 24 24 0 0.006-0 0.012-0 0.018l0-0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trademark-light"]},"attrs":[{}],"properties":{"order":28141,"id":95,"name":"trademark-light","prevSize":16,"code":60800},"setIdx":2,"setId":2,"iconIdx":1152},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM592.64 557.68c42.366-19.145 71.314-61.032 71.314-109.68 0-66.258-53.7-119.974-119.952-120l-128.002-0c-13.255 0-24 10.745-24 24v0 320c0 13.255 10.745 24 24 24s24-10.745 24-24v0-104h101.84l78.16 117.32c4.37 6.494 11.693 10.71 20 10.71 13.271 0 24.030-10.758 24.030-24.030 0-4.964-1.505-9.576-4.084-13.406l0.054 0.086zM440 376h104c39.765 0 72 32.235 72 72s-32.235 72-72 72v0h-104z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trademark-registered-light"]},"attrs":[{}],"properties":{"order":28142,"id":94,"name":"trademark-registered-light","prevSize":16,"code":60801},"setIdx":2,"setId":2,"iconIdx":1153},{"icon":{"paths":["M928 840h-78.92l-242.92-698.4c-7.844-22.076-28.555-37.6-52.891-37.6-0.010 0-0.021 0-0.031 0l-82.478-0c-0.009-0-0.019-0-0.029-0-24.336 0-45.047 15.524-52.769 37.209l-0.122 0.391-242.92 698.4h-78.92c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h832c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM376 408h272l72.32 208h-416.64zM463.2 157.36c1.124-3.148 4.080-5.36 7.552-5.36 0.003 0 0.006 0 0.009 0l82.48-0c0.002-0 0.005-0 0.008-0 3.472 0 6.428 2.212 7.534 5.304l0.017 0.056 70.48 202.64h-238.56zM286.96 664h450.080l61.2 176h-572.48z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["traffic-cone-light"]},"attrs":[{}],"properties":{"order":28143,"id":93,"name":"traffic-cone-light","prevSize":16,"code":60802},"setIdx":2,"setId":2,"iconIdx":1154},{"icon":{"paths":["M512 232c-66.274 0-120 53.726-120 120s53.726 120 120 120c66.274 0 120-53.726 120-120v0c0-66.274-53.726-120-120-120v0zM512 424c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM512 552c-66.274 0-120 53.726-120 120s53.726 120 120 120c66.274 0 120-53.726 120-120v0c0-66.274-53.726-120-120-120v0zM512 744c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM864 584h-72v-272h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-72v-104c0-30.928-25.072-56-56-56v0h-448c-30.928 0-56 25.072-56 56v0 104h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v272h-72c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72v232c0 30.928 25.072 56 56 56v0h448c30.928 0 56-25.072 56-56v0-232h72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM744 864c0 4.418-3.582 8-8 8v0h-448c-4.418 0-8-3.582-8-8v0-704c0-4.418 3.582-8 8-8v0h448c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["traffic-signal-light"]},"attrs":[{}],"properties":{"order":28144,"id":92,"name":"traffic-signal-light","prevSize":16,"code":60803},"setIdx":2,"setId":2,"iconIdx":1155},{"icon":{"paths":["M966.96 470.84l-413.8-413.8c-10.537-10.526-25.088-17.036-41.16-17.036s-30.623 6.51-41.161 17.037l0.001-0.001-413.8 413.8c-10.526 10.537-17.036 25.088-17.036 41.16s6.51 30.623 17.037 41.161l-0.001-0.001 413.8 413.8c10.537 10.526 25.088 17.036 41.16 17.036s30.623-6.51 41.161-17.037l-0.001 0.001 413.8-413.8c10.526-10.537 17.036-25.088 17.036-41.16s-6.51-30.623-17.037-41.161l0.001 0.001zM933 519.24l-413.76 413.76c-1.853 1.853-4.413 2.998-7.24 2.998s-5.387-1.146-7.24-2.998l-413.76-413.76c-1.853-1.853-2.998-4.413-2.998-7.24s1.146-5.387 2.998-7.24l413.76-413.76c1.853-1.853 4.413-2.998 7.24-2.998s5.387 1.146 7.24 2.998l413.76 413.76c1.853 1.853 2.998 4.413 2.998 7.24s-1.146 5.387-2.998 7.24l0-0zM689 463.24c4.337 4.342 7.019 10.338 7.019 16.96s-2.682 12.618-7.019 16.96l0-0-96 96c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 54.96-55.24h-166.040c-39.765 0-72 32.235-72 72v0 32c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-32c0-66.274 53.726-120 120-120v0h166.040l-55-55.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["traffic-sign-light"]},"attrs":[{}],"properties":{"order":28145,"id":91,"name":"traffic-sign-light","prevSize":16,"code":60804},"setIdx":2,"setId":2,"iconIdx":1156},{"icon":{"paths":["M736 104h-448c-66.274 0-120 53.726-120 120v0 512c0 66.274 53.726 120 120 120v0h48l-67.2 89.6c-2.997 3.961-4.8 8.97-4.8 14.4 0 13.255 10.745 24 24 24 7.825 0 14.775-3.745 19.156-9.54l0.044-0.060 88.8-118.4h232l88.8 118.4c4.425 5.855 11.375 9.6 19.2 9.6 13.255 0 24-10.745 24-24 0-5.43-1.803-10.439-4.844-14.46l0.044 0.060-67.2-89.6h48c66.274 0 120-53.726 120-120v0-512c0-66.274-53.726-120-120-120v0zM216 488v-176h272v176zM536 312h272v176h-272zM288 152h448c39.765 0 72 32.235 72 72v0 40h-592v-40c0-39.765 32.235-72 72-72v0zM736 808h-448c-39.765 0-72-32.235-72-72v0-200h592v200c0 39.765-32.235 72-72 72v0zM728 688c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM376 688c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["train-light"]},"attrs":[{}],"properties":{"order":28146,"id":90,"name":"train-light","prevSize":16,"code":60805},"setIdx":2,"setId":2,"iconIdx":1157},{"icon":{"paths":["M887.16 473.68l-89.56-328.4c-6.69-23.98-28.34-41.28-54.031-41.28-0.003 0-0.007 0-0.010 0l-463.119-0c-0.003-0-0.006-0-0.009-0-25.691 0-47.341 17.3-53.937 40.886l-0.094 0.394-89.56 328.4c-0.538 1.895-0.847 4.071-0.847 6.32s0.309 4.425 0.888 6.489l-0.040-0.169 89.56 328.4c6.69 23.98 28.34 41.28 54.031 41.28 0.003 0 0.007-0 0.010-0l55.559 0-67.2 89.6c-2.997 3.961-4.8 8.97-4.8 14.4 0 13.255 10.745 24 24 24 7.825 0 14.775-3.745 19.156-9.54l0.044-0.060 88.8-118.4h232l88.8 118.4c4.425 5.855 11.375 9.6 19.2 9.6 13.255 0 24-10.745 24-24 0-5.43-1.803-10.439-4.844-14.46l0.044 0.060-67.2-89.6h55.56c0.003 0 0.006 0 0.009 0 25.691 0 47.341-17.3 53.937-40.886l0.094-0.394 89.56-328.4c0.538-1.895 0.847-4.071 0.847-6.32s-0.309-4.425-0.888-6.489l0.040 0.169zM272.72 157.88c0.961-3.417 4.050-5.88 7.714-5.88 0.002 0 0.004 0 0.006 0l463.12-0c0.002-0 0.004-0 0.006-0 3.664 0 6.752 2.463 7.7 5.824l0.014 0.056 82.68 303.2-321.96 58.52-321.96-58.52zM272.72 802.12l-79.56-291.68 294.84 53.56v244h-207.56c-0.002 0-0.004 0-0.006 0-3.664 0-6.752-2.463-7.7-5.824l-0.014-0.056zM751.28 802.12c-0.961 3.417-4.050 5.88-7.714 5.88-0.002 0-0.004-0-0.006-0l-207.56 0v-244l294.84-53.6zM360 352c0-13.255 10.745-24 24-24v0h256c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["train-regional-light"]},"attrs":[{}],"properties":{"order":28147,"id":89,"name":"train-regional-light","prevSize":16,"code":60806},"setIdx":2,"setId":2,"iconIdx":1158},{"icon":{"paths":["M736 104h-448c-66.274 0-120 53.726-120 120v0 512c0 66.274 53.726 120 120 120v0h48l-67.2 89.6c-2.997 3.961-4.8 8.97-4.8 14.4 0 13.255 10.745 24 24 24 7.825 0 14.775-3.745 19.156-9.54l0.044-0.060 88.8-118.4h232l88.8 118.4c4.425 5.855 11.375 9.6 19.2 9.6 13.255 0 24-10.745 24-24 0-5.43-1.803-10.439-4.844-14.46l0.044 0.060-67.2-89.6h48c66.274 0 120-53.726 120-120v0-512c0-66.274-53.726-120-120-120v0zM288 152h448c39.765 0 72 32.235 72 72v0 264h-592v-264c0-39.765 32.235-72 72-72v0zM736 808h-448c-39.765 0-72-32.235-72-72v0-200h592v200c0 39.765-32.235 72-72 72v0zM728 688c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM376 688c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["train-simple-light"]},"attrs":[{}],"properties":{"order":28148,"id":88,"name":"train-simple-light","prevSize":16,"code":60807},"setIdx":2,"setId":2,"iconIdx":1159},{"icon":{"paths":["M736 200h-200v-112h136c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-320c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h136v112h-200c-66.274 0-120 53.726-120 120v0 416c0 66.274 53.726 120 120 120v0h48l-67.2 89.6c-2.997 3.961-4.8 8.97-4.8 14.4 0 13.255 10.745 24 24 24 7.825 0 14.775-3.745 19.156-9.54l0.044-0.060 88.8-118.4h232l88.8 118.4c4.425 5.855 11.375 9.6 19.2 9.6 13.255 0 24-10.745 24-24 0-5.43-1.803-10.439-4.844-14.46l0.044 0.060-67.2-89.6h48c66.274 0 120-53.726 120-120v0-416c0-66.274-53.726-120-120-120v0zM288 248h448c39.765 0 72 32.235 72 72v0 168h-592v-168c0-39.765 32.235-72 72-72v0zM736 808h-448c-39.765 0-72-32.235-72-72v0-200h592v200c0 39.765-32.235 72-72 72v0zM376 688c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM728 688c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tram-light"]},"attrs":[{}],"properties":{"order":28149,"id":87,"name":"tram-light","prevSize":16,"code":60808},"setIdx":2,"setId":2,"iconIdx":1160},{"icon":{"paths":["M949.48 853.28l-224-448c-4.023-7.944-12.127-13.294-21.48-13.294s-17.457 5.35-21.417 13.158l-0.063 0.137-89.2 178.4c-78.004-3.332-148.96-30.992-206.126-75.524l0.806 0.604c66.309-67.771 109.146-158.743 115.226-259.63l0.054-1.13h104.72c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-232v-72c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72h-232c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h359.16c-6.102 89.763-44.345 169.579-103.186 228.946l0.026-0.026c-36.31-36.584-64.813-80.972-82.767-130.42l-0.793-2.5c-3.235-9.687-12.223-16.546-22.813-16.546-13.255 0-24 10.745-24 24 0 3.072 0.577 6.010 1.629 8.71l-0.056-0.163c20.913 58.066 52.555 107.731 92.867 148.868l-0.067-0.068c-59.988 46.898-136.489 75.2-219.601 75.2-0.14 0-0.281-0-0.421-0l0.022 0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c0.111 0 0.243 0 0.374 0 97.211 0 186.447-34.148 256.366-91.104l-0.74 0.584c59.744 48.482 134.559 80.608 216.452 88.549l1.668 0.131-111.56 223.12c-1.593 3.124-2.526 6.813-2.526 10.72 0 13.258 10.748 24.006 24.006 24.006 9.351 0 17.454-5.347 21.417-13.15l0.063-0.137 57.32-114.72h290.32l57.36 114.72c4.026 7.936 12.125 13.28 21.473 13.28 0.003 0 0.005-0 0.008-0l-0 0c0.017 0 0.038 0 0.059 0 3.891 0 7.561-0.946 10.792-2.622l-0.131 0.062c7.932-4.027 13.273-12.124 13.273-21.469 0-3.896-0.928-7.575-2.576-10.828l0.063 0.137zM582.84 712l121.16-242.32 121.16 242.32z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["translate-light"]},"attrs":[{}],"properties":{"order":28150,"id":86,"name":"translate-light","prevSize":16,"code":60809},"setIdx":2,"setId":2,"iconIdx":1161},{"icon":{"paths":["M864 200h-168v-40c0-48.601-39.399-88-88-88v0h-192c-48.601 0-88 39.399-88 88v0 40h-168c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v584c0 30.928 25.072 56 56 56v0h512c30.928 0 56-25.072 56-56v0-584h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM376 160c0-22.091 17.909-40 40-40v0h192c22.091 0 40 17.909 40 40v0 40h-272zM776 832c0 4.418-3.582 8-8 8v0h-512c-4.418 0-8-3.582-8-8v0-584h528zM440 416v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM632 416v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trash-light"]},"attrs":[{}],"properties":{"order":28151,"id":85,"name":"trash-light","prevSize":16,"code":60810},"setIdx":2,"setId":2,"iconIdx":1162},{"icon":{"paths":["M864 200h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h40v584c0 30.928 25.072 56 56 56v0h512c30.928 0 56-25.072 56-56v0-584h40c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM776 832c0 4.418-3.582 8-8 8v0h-512c-4.418 0-8-3.582-8-8v0-584h528zM328 96c0-13.255 10.745-24 24-24v0h320c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-320c-13.255 0-24-10.745-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trash-simple-light"]},"attrs":[{}],"properties":{"order":28152,"id":84,"name":"trash-simple-light","prevSize":16,"code":60811},"setIdx":2,"setId":2,"iconIdx":1163},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM192 184h640c4.418 0 8 3.582 8 8v0 424h-122.76c-0.031-0-0.067-0-0.103-0-15.432 0-29.399 6.269-39.495 16.399l-0.002 0.002-77.24 77.24c-1.442 1.45-3.435 2.35-5.638 2.36l-0.002 0h-165.52c-0.002 0-0.004 0-0.006 0-2.198 0-4.188-0.886-5.634-2.321l0.001 0.001-77.24-77.28c-10.097-10.131-24.065-16.4-39.497-16.4-0.036 0-0.073 0-0.109 0l0.006-0h-122.76v-424c0-4.418 3.582-8 8-8v0zM832 840h-640c-4.418 0-8-3.582-8-8v0-168h122.76c0.002-0 0.004-0 0.006-0 2.198 0 4.188 0.886 5.634 2.321l-0.001-0.001 77.24 77.28c10.097 10.131 24.065 16.4 39.497 16.4 0.036 0 0.073-0 0.109-0l-0.006 0h165.52c0.031 0 0.067 0 0.103 0 15.432 0 29.399-6.269 39.495-16.399l0.002-0.002 77.24-77.24c1.442-1.45 3.435-2.35 5.638-2.36l0.002-0h122.76v168c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tray-light"]},"attrs":[{}],"properties":{"order":28153,"id":83,"name":"tray-light","prevSize":16,"code":60812},"setIdx":2,"setId":2,"iconIdx":1164},{"icon":{"paths":["M914.96 753.28l-193.88-249.28h110.92c0.007 0 0.015 0 0.022 0 13.255 0 24-10.745 24-24 0-5.536-1.874-10.634-5.023-14.695l0.041 0.055-320-416c-4.431-5.733-11.308-9.389-19.040-9.389s-14.609 3.656-18.999 9.334l-0.041 0.055-320 416c-3.108 4.006-4.982 9.104-4.982 14.64 0 13.255 10.745 24 24 24 0.008 0 0.016-0 0.024-0l110.919 0-193.88 249.28c-3.146 4.020-5.044 9.148-5.044 14.72 0 13.255 10.745 24 24 24 0.001 0 0.003-0 0.004-0l360 0v168c0 13.255 10.745 24 24 24s24-10.745 24-24v0-168h360c0.001 0 0.003 0 0.004 0 13.255 0 24-10.745 24-24 0-5.572-1.899-10.7-5.084-14.773l0.040 0.053zM177.080 744l193.88-249.28c3.146-4.020 5.044-9.148 5.044-14.72 0-13.255-10.745-24-24-24-0.001 0-0.003 0-0.004 0l-111.24-0 271.24-352.64 271.24 352.64h-111.24c-0.001-0-0.003-0-0.004-0-13.255 0-24 10.745-24 24 0 5.572 1.899 10.7 5.084 14.773l-0.040-0.053 193.88 249.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tree-evergreen-light"]},"attrs":[{}],"properties":{"order":28154,"id":82,"name":"tree-evergreen-light","prevSize":16,"code":60813},"setIdx":2,"setId":2,"iconIdx":1165},{"icon":{"paths":["M789.040 257.64c-1.783-0.818-3.182-2.217-3.979-3.95l-0.021-0.050c-45.909-107.628-150.825-181.697-273.040-181.697s-227.131 74.069-272.306 179.766l-0.734 1.931c-0.818 1.783-2.217 3.182-3.95 3.979l-0.050 0.021c-96.583 45.482-162.366 141.768-162.96 253.482l-0 0.078c-0.4 150.96 121.96 276.8 272.8 280.8 2.299 0.068 5.003 0.107 7.716 0.107 49.764 0 96.469-13.094 136.859-36.026l-1.375 0.718v171.2c0 13.255 10.745 24 24 24s24-10.745 24-24v0-171.28c39.051 22.197 85.788 35.28 135.582 35.28 0.147 0 0.294-0 0.441-0l-0.023 0h7.24c150.8-4 273.16-129.76 272.76-280.72-0.582-111.818-66.366-208.131-161.248-252.913l-1.712-0.727zM678 744c-1.922 0.058-4.182 0.090-6.451 0.090-47.849 0-92.29-14.591-129.116-39.567l0.807 0.516c-2.040-1.346-4.414-2.68-6.881-3.847l-0.359-0.153v-174l178.72-89.36c7.94-4.026 13.286-12.129 13.286-21.48 0-13.258-10.748-24.006-24.006-24.006-3.907 0-7.596 0.933-10.857 2.589l0.137-0.063-157.28 78.44v-121.16c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 217.16l-157.28-78.64c-3.124-1.593-6.813-2.526-10.72-2.526-13.258 0-24.006 10.748-24.006 24.006 0 9.351 5.347 17.454 13.15 21.417l0.137 0.063 178.72 89.36v78c-2.826 1.32-5.2 2.654-7.465 4.138l0.225-0.138c-36.052 24.578-80.57 39.245-128.513 39.245-2.197 0-4.386-0.031-6.568-0.092l0.321 0.007c-125.586-3.27-226.145-105.855-226.145-231.926 0-93.016 54.74-173.247 133.762-210.235l1.423-0.598c12.747-5.979 22.663-16.232 28.061-28.874l0.139-0.366c38.466-90.171 126.366-152.225 228.76-152.225s190.294 62.054 228.145 150.607l0.615 1.618c5.553 12.976 15.465 23.2 27.857 29.015l0.343 0.145c80.536 37.553 135.351 117.83 135.351 210.91 0 126.13-100.652 228.751-226.016 231.924l-0.294 0.006z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tree-light"]},"attrs":[{}],"properties":{"order":28155,"id":81,"name":"tree-light","prevSize":16,"code":60814},"setIdx":2,"setId":2,"iconIdx":1166},{"icon":{"paths":["M945.4 218.44c-47.49-50.787-114.899-82.438-189.7-82.438s-142.21 31.651-189.564 82.291l-0.136 0.147c-21.991 23.085-40.149 50.071-53.293 79.771l-0.707 1.789c-13.859-31.458-32.016-58.417-54.107-81.593l0.107 0.113c-47.49-50.787-114.899-82.438-189.7-82.438s-142.21 31.651-189.564 82.291l-0.136 0.147c-4.065 4.29-6.565 10.1-6.565 16.493 0 9.845 5.928 18.306 14.41 22.007l0.155 0.060 247.32 107.6c-7.4 1.36-14.8 2.96-22.16 4.92-73.047 19.565-132.872 66.211-169.291 128.254l-0.709 1.306c-23.688 39.755-37.691 87.667-37.691 138.851 0 25.727 3.538 50.628 10.154 74.242l-0.462-1.933c2.14 7.767 7.883 13.853 15.272 16.429l0.168 0.051c2.301 0.803 4.955 1.271 7.716 1.28l0.004 0c0 0 0.001 0 0.001 0 5.5 0 10.568-1.85 14.615-4.962l-0.057 0.042 336.52-256.6v429.44c0 13.255 10.745 24 24 24s24-10.745 24-24v0-429.44l336.68 256.52c3.991 3.070 9.059 4.92 14.559 4.92 0 0 0.001-0 0.001-0l-0 0c2.765-0.009 5.419-0.477 7.891-1.332l-0.171 0.052c7.557-2.627 13.3-8.713 15.4-16.311l0.040-0.169c6.154-21.682 9.691-46.582 9.691-72.309 0-51.183-14.003-99.096-38.388-140.115l0.696 1.265c-37.128-63.35-96.954-109.995-168.058-129.115l-1.942-0.445c-7.36-1.96-14.76-3.56-22.16-4.92l247.32-107.6c8.636-3.761 14.565-12.222 14.565-22.067 0-6.393-2.5-12.202-6.575-16.503l0.010 0.011zM268.32 184c61.097 0.149 116.117 26.042 154.809 67.4l0.111 0.12c32.026 33.71 54.193 77.068 61.71 125.277l0.17 1.323-345.4-150.12c35.15-27.413 79.939-43.965 128.592-44l0.008-0zM153.16 661.32c-0.768-7.010-1.206-15.139-1.206-23.371 0-42.296 11.564-81.891 31.702-115.797l-0.576 1.048c30.824-52.423 80.404-91.014 139.309-106.832l1.611-0.368c18.132-5.050 38.959-7.968 60.462-8l0.018-0c0.031-0 0.068-0 0.106-0 29.33 0 57.382 5.474 83.189 15.456l-1.575-0.536zM840.92 523.2c19.562 32.858 31.126 72.453 31.126 114.749 0 8.232-0.438 16.361-1.292 24.367l0.086-0.995-312.96-238.44c24.358-9.443 52.547-14.914 82.015-14.914 85.267 0 159.835 45.81 200.434 114.16l0.591 1.074zM538.88 378.12c7.687-49.532 29.854-92.89 61.975-126.701l-0.095 0.101c38.803-41.478 93.823-67.371 154.893-67.52l0.027-0c48.661 0.035 93.45 16.587 129.069 44.352l-0.469-0.352z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tree-palm-light"]},"attrs":[{}],"properties":{"order":28156,"id":80,"name":"tree-palm-light","prevSize":16,"code":60815},"setIdx":2,"setId":2,"iconIdx":1167},{"icon":{"paths":["M672 440h192c30.928 0 56-25.072 56-56v0-192c0-30.928-25.072-56-56-56v0h-192c-30.928 0-56 25.072-56 56v0 72h-40c-66.274 0-120 53.726-120 120v0 104h-144v-40c0-30.928-25.072-56-56-56v0h-128c-30.928 0-56 25.072-56 56v0 128c0 30.928 25.072 56 56 56v0h128c30.928 0 56-25.072 56-56v0-40h144v104c0 66.274 53.726 120 120 120v0h40v72c0 30.928 25.072 56 56 56v0h192c30.928 0 56-25.072 56-56v0-192c0-30.928-25.072-56-56-56v0h-192c-30.928 0-56 25.072-56 56v0 72h-40c-39.765 0-72-32.235-72-72v0-256c0-39.765 32.235-72 72-72v0h40v72c0 30.928 25.072 56 56 56v0zM264 576c0 4.418-3.582 8-8 8v0h-128c-4.418 0-8-3.582-8-8v0-128c0-4.418 3.582-8 8-8v0h128c4.418 0 8 3.582 8 8v0zM664 640c0-4.418 3.582-8 8-8v0h192c4.418 0 8 3.582 8 8v0 192c0 4.418-3.582 8-8 8v0h-192c-4.418 0-8-3.582-8-8v0zM664 192c0-4.418 3.582-8 8-8v0h192c4.418 0 8 3.582 8 8v0 192c0 4.418-3.582 8-8 8v0h-192c-4.418 0-8-3.582-8-8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tree-structure-light"]},"attrs":[{}],"properties":{"order":28157,"id":79,"name":"tree-structure-light","prevSize":16,"code":60816},"setIdx":2,"setId":2,"iconIdx":1168},{"icon":{"paths":["M952 544v256c0 13.255-10.745 24-24 24v0h-256c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h198.080l-326.080-326.040-143.040 143c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-288-288c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 271.040 271 143.040-143c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 343.040 343.040v-198.080c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trend-down-light"]},"attrs":[{}],"properties":{"order":28158,"id":78,"name":"trend-down-light","prevSize":16,"code":60817},"setIdx":2,"setId":2,"iconIdx":1169},{"icon":{"paths":["M952 224v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-198.080l-343.040 343.040c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-143.040-143-271.040 271c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 288-288c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 143.040 143 326.080-326.040h-198.080c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h256c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trend-up-light"]},"attrs":[{}],"properties":{"order":28159,"id":77,"name":"trend-up-light","prevSize":16,"code":60818},"setIdx":2,"setId":2,"iconIdx":1170},{"icon":{"paths":["M940.28 756.36l-349.84-607.48c-16.108-27.037-45.192-44.868-78.44-44.868s-62.332 17.831-78.21 44.451l-0.23 0.417-349.84 607.48c-7.391 12.443-11.759 27.431-11.759 43.44s4.368 30.997 11.977 43.839l-0.219-0.399c15.736 26.948 44.518 44.766 77.461 44.766 0.358 0 0.716-0.002 1.074-0.006l-0.054 0.001h699.6c0.279 0.003 0.609 0.005 0.94 0.005 32.943 0 61.723-17.818 77.231-44.342l0.229-0.423c7.415-12.459 11.799-27.472 11.799-43.508 0-15.981-4.353-30.945-11.938-43.772l0.219 0.4zM898.64 819.2c-7.384 12.53-20.81 20.805-36.168 20.805-0.236 0-0.472-0.002-0.707-0.006l0.035 0h-699.6c-0.2 0.003-0.436 0.005-0.672 0.005-15.359 0-28.784-8.275-36.062-20.61l-0.106-0.195c-3.365-5.554-5.356-12.264-5.356-19.44s1.991-13.886 5.451-19.61l-0.095 0.17 349.8-607.48c7.658-12.563 21.284-20.823 36.84-20.823s29.182 8.26 36.733 20.634l0.107 0.189 349.84 607.48c3.352 5.546 5.336 12.244 5.336 19.406 0 7.19-1.999 13.912-5.471 19.643l0.095-0.169z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["triangle-light"]},"attrs":[{}],"properties":{"order":28160,"id":76,"name":"triangle-light","prevSize":16,"code":60819},"setIdx":2,"setId":2,"iconIdx":1171},{"icon":{"paths":["M928 264h-104v-40c0-30.928-25.072-56-56-56v0h-512c-30.928 0-56 25.072-56 56v0 40h-104c-30.928 0-56 25.072-56 56v0 64c0 83.947 68.053 152 152 152v0h20.56c36.988 122.848 144.479 212.653 274.353 222.931l1.087 0.069v113h-104c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h256c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-104v-113c129.76-10.080 237.72-101.2 274.48-223h21.52c83.947 0 152-68.053 152-152v0-64c0-30.928-25.072-56-56-56v0zM192 488c-57.438 0-104-46.562-104-104v0-64c0-4.418 3.582-8 8-8v0h104v136c0.042 14.144 0.986 28.024 2.776 41.638l-0.176-1.638zM514 712c-0.594 0.005-1.297 0.008-2 0.008-145.803 0-264-118.197-264-264 0-0.003 0-0.005 0-0.008l-0 0v-224c0-4.418 3.582-8 8-8v0h512c4.418 0 8 3.582 8 8v0 220.4c0 146.48-117.52 266.52-262 267.6zM936 384c0 57.438-46.562 104-104 104v0h-11.080c1.948-13.091 3.067-28.209 3.080-43.586l0-0.014v-132.4h104c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["trophy-light"]},"attrs":[{}],"properties":{"order":28161,"id":75,"name":"trophy-light","prevSize":16,"code":60820},"setIdx":2,"setId":2,"iconIdx":1172},{"icon":{"paths":["M982.28 471.12l-56-140c-8.399-20.795-28.419-35.2-51.804-35.2-0.069 0-0.138 0-0.207 0l0.011-0h-146.28v-39.92c0-13.255-10.745-24-24-24v0h-608c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h74.4c11.508 55.225 59.778 96.12 117.6 96.12s106.092-40.896 117.464-95.34l0.136-0.78h212.8c11.508 55.225 59.778 96.12 117.6 96.12s106.092-40.896 117.464-95.34l0.136-0.78h74.4c30.928 0 56-25.072 56-56v0-256c-0.006-3.2-0.637-6.251-1.778-9.040l0.058 0.16zM728 344h146.32c0.002-0 0.005-0 0.008-0 3.352 0 6.223 2.062 7.413 4.986l0.019 0.054 42.8 106.96h-196.56zM88 288c0-4.418 3.582-8 8-8v0h584v272h-592zM288 840c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM618.4 744h-212.8c-11.508-55.225-59.778-96.12-117.6-96.12s-106.092 40.896-117.464 95.34l-0.136 0.78h-74.4c-4.418 0-8-3.582-8-8v0-136h592v61.92c-31.319 16.818-54.018 46.236-61.46 81.293l-0.14 0.787zM736 840c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM936 736c0 4.418-3.582 8-8 8v0h-74.4c-11.628-55.133-59.84-95.931-117.592-96l-0.008-0c-2.68 0-5.36 0-8 0.28v-144.28h208z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["truck-light"]},"attrs":[{}],"properties":{"order":28162,"id":74,"name":"truck-light","prevSize":16,"code":60821},"setIdx":2,"setId":2,"iconIdx":1173},{"icon":{"paths":["M986.56 252l-207.080-113.040c-3.309-1.863-7.263-2.96-11.474-2.96-0.002 0-0.004 0-0.006 0l-128-0c-13.255 0-24 10.745-24 24v0c0 57.438-46.562 104-104 104s-104-46.562-104-104v0c0-13.255-10.745-24-24-24v0h-128c-0.014-0-0.030-0-0.046-0-4.211 0-8.166 1.097-11.594 3.022l0.119-0.062-207.040 113.040c-17.602 9.43-29.372 27.697-29.372 48.712 0 9.317 2.313 18.093 6.396 25.786l-0.144-0.298 77.12 147.24c9.866 18.32 28.909 30.562 50.811 30.562 0.151 0 0.301-0.001 0.452-0.002l-0.023 0h89.32v328c0 30.928 25.072 56 56 56v0h448c30.928 0 56-25.072 56-56v0-328h89.36c0.127 0.001 0.278 0.002 0.429 0.002 21.902 0 40.946-12.242 50.661-30.256l0.151-0.306 77.12-147.24c3.933-7.391 6.243-16.161 6.243-25.471 0-21.028-11.784-39.304-29.108-48.585l-0.295-0.144zM142.56 456c-0.099 0.004-0.216 0.006-0.334 0.006-3.566 0-6.682-1.929-8.362-4.8l-0.025-0.046-77-147.16c-0.472-0.938-0.749-2.045-0.749-3.216 0-2.96 1.767-5.507 4.303-6.645l0.046-0.018 171.56-93.68v255.56zM744 832c0 4.418-3.582 8-8 8v0h-448c-4.418 0-8-3.582-8-8v0-648h81.92c12.241 72.715 74.732 127.424 150 127.424s137.759-54.709 149.875-126.53l0.125-0.893h82.080zM967.2 304l-77.12 147.2c-1.704 2.917-4.82 4.846-8.386 4.846-0.117 0-0.234-0.002-0.35-0.006l0.017 0h-89.36v-255.6l171.6 93.6c2.576 1.171 4.334 3.722 4.334 6.683 0 1.194-0.286 2.322-0.793 3.318l0.019-0.042z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["t-shirt-light"]},"attrs":[{}],"properties":{"order":28163,"id":73,"name":"t-shirt-light","prevSize":16,"code":60822},"setIdx":2,"setId":2,"iconIdx":1174},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h72v136c0.001 13.254 10.746 23.999 24 23.999 5.86 0 11.23-2.1 15.398-5.59l-0.038 0.031 183.12-152.6c1.374-1.145 3.158-1.84 5.104-1.84 0.005 0 0.011 0 0.016 0l-0.001-0h168.8c0.037 0 0.081 0 0.125 0 13.69 0 26.233-4.913 35.962-13.071l-0.087 0.071 171.6-143c12.263-10.341 20-25.715 20-42.895 0-0.051-0-0.102-0-0.153l0 0.008v-432.96c0-30.928-25.072-56-56-56v0zM840 625c0 0.004 0 0.008 0 0.013 0 2.465-1.115 4.669-2.867 6.137l-0.013 0.010-171.6 143c-1.374 1.145-3.158 1.84-5.104 1.84-0.005 0-0.011-0-0.016-0l0.001 0h-168.8c-0.037-0-0.081-0-0.125-0-13.69 0-26.233 4.913-35.962 13.071l0.087-0.071-143.6 119.76v-108.76c0-13.255-10.745-24-24-24v0h-96c-4.418 0-8-3.582-8-8v0-576c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM696 352v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM504 352v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["twitch-logo-light"]},"attrs":[{}],"properties":{"order":28164,"id":72,"name":"twitch-logo-light","prevSize":16,"code":60823},"setIdx":2,"setId":2,"iconIdx":1175},{"icon":{"paths":["M982.16 278.84c-3.694-8.777-12.219-14.83-22.159-14.84l-126.401-0c-32.165-57.196-92.214-95.351-161.229-95.999l-0.091-0.001c-0.685-0.009-1.493-0.015-2.303-0.015-49.557 0-94.429 20.058-126.94 52.498l0.003-0.003c-33.98 33.358-55.040 79.775-55.040 131.111 0 0.144 0 0.287 0 0.431l-0-0.022v34.64c-168-40-306.4-178.080-308-179.52-4.337-4.308-10.313-6.97-16.911-6.97-12.442 0-22.672 9.467-23.881 21.59l-0.008 0.1c-17 188.88 37.68 315 86.56 387.56 25.906 38.628 56.448 71.624 91.386 99.316l0.894 0.684c-61.96 76-165.36 115.56-166.48 116-9.228 3.485-15.671 12.244-15.671 22.508 0 5.037 1.552 9.713 4.204 13.573l-0.053-0.081c3.96 5.92 43.080 58.6 179.96 58.6 279.52 0 512.92-216 535.28-493.36l121.68-121.64c4.343-4.343 7.029-10.343 7.029-16.97 0-3.316-0.672-6.474-1.888-9.347l0.059 0.157zM815.040 399.040c-3.997 3.988-6.596 9.377-6.996 15.367l-0.004 0.073c-16.32 256.56-230.72 457.52-488.040 457.52-56 0-91.040-9.64-112.24-19.2 45.2-22.72 118.88-67.52 164.2-135.48 2.515-3.735 4.014-8.336 4.014-13.287 0-1.912-0.224-3.773-0.646-5.556l0.033 0.163c-1.565-6.603-5.691-12.037-11.247-15.299l-0.113-0.061c-0.52-0.32-52.52-31.44-100-102.88-56-84.4-82.76-186.68-80-304.88 59.52 50.4 182.28 140.36 324 164 1.203 0.214 2.587 0.336 4 0.336 13.255 0 24-10.745 24-24 0-0.006-0-0.011-0-0.017l0 0.001v-63.84c-0-0.082-0-0.179-0-0.276 0-38.014 15.596-72.385 40.739-97.064l0.021-0.021c23.916-23.881 56.938-38.649 93.408-38.649 0.546 0 1.091 0.003 1.635 0.010l-0.083-0.001c53.72 0.68 104 33.48 124.96 81.6 3.799 8.547 12.214 14.4 21.996 14.4 0.001 0 0.003-0 0.004-0l83.36 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["twitter-logo-light"]},"attrs":[{}],"properties":{"order":28165,"id":71,"name":"twitter-logo-light","prevSize":16,"code":60824},"setIdx":2,"setId":2,"iconIdx":1176},{"icon":{"paths":["M952 507.16c-20.382-226.871-209.608-403.332-440.049-403.332-115.722 0-221.050 44.5-299.806 117.321l0.294-0.269c-78.54 72.299-130.489 172.431-140.127 284.65l-0.113 1.63c-0.133 1.45-0.21 3.136-0.21 4.84 0 30.928 25.072 56 56 56 0.003 0 0.007-0 0.010-0l360 0v232c0 66.274 53.726 120 120 120s120-53.726 120-120v0c0-13.255-10.745-24-24-24s-24 10.745-24 24v0c0 39.765-32.235 72-72 72s-72-32.235-72-72v0-232h360c0.062 0 0.136 0 0.21 0 30.928 0 56-25.072 56-56 0-1.704-0.076-3.39-0.225-5.055l0.016 0.215zM376.44 520c6.76-204.84 98.8-320.64 135.56-358.92 36.8 38.32 128.8 154.12 135.56 358.92zM122.16 517.4c-1.337-1.426-2.158-3.35-2.158-5.465 0-0.273 0.014-0.543 0.040-0.808l-0.003 0.034c16.017-181.36 153.235-326.373 329.416-354.191l2.224-0.289c-48 60-117.72 177.76-123.32 363.32h-200.36c-2.311-0.019-4.386-1.015-5.835-2.594l-0.005-0.006zM901.84 517.4c-1.454 1.585-3.529 2.581-5.837 2.6l-0.003 0h-200.36c-5.6-185.56-75.24-303.48-123.32-363.32 178.422 28.090 315.659 173.109 331.573 352.986l0.107 1.494c0.022 0.221 0.034 0.477 0.034 0.736 0 2.134-0.836 4.073-2.197 5.507l0.003-0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["umbrella-light"]},"attrs":[{}],"properties":{"order":28166,"id":70,"name":"umbrella-light","prevSize":16,"code":60825},"setIdx":2,"setId":2,"iconIdx":1177},{"icon":{"paths":["M952 507.16c-20.382-226.871-209.608-403.332-440.049-403.332-115.722 0-221.050 44.5-299.806 117.321l0.294-0.269c-78.54 72.299-130.489 172.431-140.127 284.65l-0.113 1.63c-0.133 1.45-0.21 3.136-0.21 4.84 0 30.928 25.072 56 56 56 0.003 0 0.007-0 0.010-0l360 0v232c0 66.274 53.726 120 120 120s120-53.726 120-120v0c0-13.255-10.745-24-24-24s-24 10.745-24 24v0c0 39.765-32.235 72-72 72s-72-32.235-72-72v0-232h360c0.062 0 0.136 0 0.21 0 30.928 0 56-25.072 56-56 0-1.704-0.076-3.39-0.225-5.055l0.016 0.215zM902.040 517.4c-1.468 1.601-3.569 2.601-5.904 2.601-0.048 0-0.096-0-0.144-0.001l0.007 0h-768c-0.017 0-0.037 0-0.057 0-2.334 0-4.435-1-5.897-2.594l-0.005-0.006c-1.337-1.426-2.158-3.35-2.158-5.465 0-0.273 0.014-0.543 0.040-0.808l-0.003 0.034c18.294-202.098 186.899-359.244 392.208-359.244 103.121 0 196.983 39.645 267.176 104.524l-0.263-0.24c69.981 64.375 116.27 153.556 124.86 253.509l0.1 1.451c0.022 0.221 0.034 0.477 0.034 0.736 0 2.134-0.836 4.073-2.197 5.507l0.003-0.003z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["umbrella-simple-light"]},"attrs":[{}],"properties":{"order":28167,"id":69,"name":"umbrella-simple-light","prevSize":16,"code":60826},"setIdx":2,"setId":2,"iconIdx":1178},{"icon":{"paths":["M691.64 332.36c-25.607-148.714-153.611-260.428-307.708-260.428-172.313 0-312 139.687-312 312 0 154.097 111.714 282.101 258.572 307.443l1.856 0.265c25.607 148.714 153.611 260.428 307.708 260.428 172.313 0 312-139.687 312-312 0-154.097-111.714-282.101-258.572-307.443l-1.856-0.265zM904 640c-0.016 12.57-0.916 24.916-2.644 36.995l0.164-1.395-215.040-215.080c6.047-22.934 9.52-49.264 9.52-76.405 0-0.041-0-0.081-0-0.122l0 0.006c0-0.68 0-1.32 0-1.96 119.69 26.806 207.826 132.065 208 257.94l0 0.020zM181.24 215.16l222 222c-18.831 21.886-34.905 46.927-47.206 74.044l-0.794 1.956-219.24-219.24c11.158-30.242 26.474-56.347 45.578-79.175l-0.338 0.415zM536.92 599.16l-112-112c17.373-24.17 37.91-44.707 61.291-61.54l0.789-0.54 112 112c-17.382 24.107-37.917 44.591-61.286 61.378l-0.794 0.542zM648 384c0 0.092 0 0.201 0 0.31 0 39.772-8.846 77.478-24.677 111.258l0.677-1.608-93.96-93.96c32.172-15.154 69.878-24 109.65-24 0.109 0 0.218 0 0.327 0l-0.017-0c2.6 0 5.2 0 7.8 0 0.2 2.8 0.2 5.4 0.2 8zM437.16 403.24l-222-222c22.413-18.766 48.518-34.082 76.934-44.646l1.826-0.594 219.2 219.24c-29.057 13.098-54.085 29.171-76.369 48.344l0.409-0.344zM376 640c-0-0.092-0-0.201-0-0.31 0-39.772 8.846-77.478 24.677-111.258l-0.677 1.608 93.96 93.96c-32.172 15.154-69.878 24-109.65 24-0.109 0-0.218-0-0.327-0l0.017 0c-2.6 0-5.2 0-8-0.2 0-2.6 0-5.2 0-7.8zM586.84 620.76l222 222c-22.413 18.766-48.518 34.082-76.934 44.646l-1.826 0.594-219.2-219.24c29.057-13.098 54.085-29.171 76.369-48.344l-0.409 0.344zM620.76 586.84c18.831-21.886 34.905-46.927 47.206-74.044l0.794-1.956 219.24 219.24c-11.207 30.247-26.575 56.351-45.732 79.167l0.332-0.407zM641.96 328.040h-1.96c-0.034-0-0.075-0-0.115-0-27.141 0-53.47 3.473-78.569 9.998l2.164-0.478-215.080-215.080c10.684-1.564 23.030-2.464 35.583-2.48l0.017-0c125.894 0.174 231.154 88.31 257.627 206.235l0.333 1.765zM120 384c0.016-12.57 0.916-24.916 2.644-36.995l-0.164 1.395 215.040 215.080c-6.047 22.934-9.52 49.264-9.52 76.405 0 0.041 0 0.081 0 0.122l-0-0.006c0 0.68 0 1.32 0 1.96-119.69-26.806-207.826-132.065-208-257.94l-0-0.020zM382.040 696h1.96c0.034 0 0.075 0 0.115 0 27.141 0 53.47-3.473 78.569-9.998l-2.164 0.478 215.080 215.040c-10.684 1.564-23.030 2.464-35.583 2.48l-0.017 0c-125.894-0.174-231.154-88.31-257.627-206.235l-0.333-1.765z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["unite-light"]},"attrs":[{}],"properties":{"order":28168,"id":68,"name":"unite-light","prevSize":16,"code":60827},"setIdx":2,"setId":2,"iconIdx":1179},{"icon":{"paths":["M864 360h-200v-200c0-13.255-10.745-24-24-24v0h-480c-13.255 0-24 10.745-24 24v0 480c0 13.255 10.745 24 24 24v0h200v200c0 13.255 10.745 24 24 24v0h480c13.255 0 24-10.745 24-24v0-480c0-13.255-10.745-24-24-24v0zM617.92 840l-433.92-433.92v-188l622.080 621.92zM217.92 184h188l434.080 433.92v188zM840 550.080l-142.080-142.080h142.080zM616 326.080l-142.080-142.080h142.080zM184 474.080l142.080 141.92h-142.080zM408 698.080l142.080 141.92h-142.080z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["unite-square-light"]},"attrs":[{}],"properties":{"order":28169,"id":67,"name":"unite-square-light","prevSize":16,"code":60828},"setIdx":2,"setId":2,"iconIdx":1180},{"icon":{"paths":["M952 544v256c0 30.928-25.072 56-56 56v0h-768c-30.928 0-56-25.072-56-56v0-256c0-30.928 25.072-56 56-56v0h192c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-192c-4.418 0-8 3.582-8 8v0 256c0 4.418 3.582 8 8 8v0h768c4.418 0 8-3.582 8-8v0-256c0-4.418-3.582-8-8-8v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c30.928 0 56 25.072 56 56v0zM336.96 304.96l151.040-151v358.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-358.040l151.040 151c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-192-192c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-192 192c-3.991 4.274-6.441 10.032-6.441 16.361 0 13.255 10.745 24 24 24 6.33 0 12.087-2.45 16.375-6.454l-0.014 0.013zM792 672c0-22.091-17.909-40-40-40s-40 17.909-40 40c0 22.091 17.909 40 40 40v0c22.091 0 40-17.909 40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["upload-light"]},"attrs":[{}],"properties":{"order":28170,"id":66,"name":"upload-light","prevSize":16,"code":60829},"setIdx":2,"setId":2,"iconIdx":1181},{"icon":{"paths":["M888 608v224c0 30.928-25.072 56-56 56v0h-640c-30.928 0-56-25.072-56-56v0-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0 224c0 4.418 3.582 8 8 8v0h640c4.418 0 8-3.582 8-8v0-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM368.96 336.96l119.040-119v390.040c0 13.255 10.745 24 24 24s24-10.745 24-24v0-390.040l119.040 119c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-160-160c-4.342-4.337-10.338-7.019-16.96-7.019s-12.618 2.682-16.96 7.019l0-0-160 160c-3.991 4.274-6.441 10.032-6.441 16.361 0 13.255 10.745 24 24 24 6.33 0 12.087-2.45 16.375-6.454l-0.014 0.013z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["upload-simple-light"]},"attrs":[{}],"properties":{"order":28171,"id":65,"name":"upload-simple-light","prevSize":16,"code":60830},"setIdx":2,"setId":2,"iconIdx":1182},{"icon":{"paths":["M1005.32 492l-192-128c-3.743-2.528-8.355-4.036-13.32-4.036-13.255 0-24 10.745-24 24 0 0.013 0 0.025 0 0.038l-0-0.002v104h-496v-200c0-4.418 3.582-8 8-8v0h138.4c11.556 55.165 59.797 96 117.576 96 66.274 0 120-53.726 120-120s-53.726-120-120-120c-57.779 0-106.020 40.835-117.438 95.219l-0.137 0.781h-138.4c-30.928 0-56 25.072-56 56v0 200h-200c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h200v200c0 30.928 25.072 56 56 56v0h136v40c0 30.928 25.072 56 56 56v0h128c30.928 0 56-25.072 56-56v0-128c0-30.928-25.072-56-56-56v0h-128c-30.928 0-56 25.072-56 56v0 40h-136c-4.418 0-8-3.582-8-8v0-200h496v104c-0 0.011-0 0.023-0 0.036 0 13.255 10.745 24 24 24 4.965 0 9.577-1.508 13.405-4.090l-0.085 0.054 192-128c6.507-4.362 10.734-11.687 10.734-20s-4.226-15.638-10.647-19.945l-0.086-0.055zM544 184c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM472 704c0-4.418 3.582-8 8-8v0h128c4.418 0 8 3.582 8 8v0 128c0 4.418-3.582 8-8 8v0h-128c-4.418 0-8-3.582-8-8v0zM824 595.16v-166.32l124.72 83.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["usb-light"]},"attrs":[{}],"properties":{"order":28172,"id":64,"name":"usb-light","prevSize":16,"code":60831},"setIdx":2,"setId":2,"iconIdx":1183},{"icon":{"paths":["M909 259.2l-23.68-13.64c1.704-6.472 2.682-13.902 2.682-21.56s-0.978-15.088-2.817-22.172l0.135 0.612 23.68-13.64c7.232-4.228 12.013-11.956 12.013-20.8 0-13.262-10.751-24.013-24.013-24.013-4.418 0-8.557 1.193-12.113 3.275l0.113-0.061-23.72 13.72c-10.139-9.87-22.679-17.325-36.658-21.404l-0.622-0.156v-27.36c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 27.36c-14.601 4.235-27.141 11.69-37.3 21.579l0.020-0.019-23.72-13.72c-3.443-2.020-7.582-3.213-12-3.213-13.262 0-24.013 10.751-24.013 24.013 0 8.844 4.781 16.572 11.9 20.739l0.113 0.061 23.68 13.64c-1.704 6.472-2.682 13.902-2.682 21.56s0.978 15.088 2.817 22.172l-0.135-0.612-23.68 13.64c-7.232 4.228-12.013 11.956-12.013 20.8 0 13.262 10.751 24.013 24.013 24.013 4.418 0 8.557-1.193 12.113-3.275l-0.113 0.061 23.72-13.72c10.139 9.87 22.679 17.325 36.658 21.404l0.622 0.156v27.36c0 13.255 10.745 24 24 24s24-10.745 24-24v0-27.36c14.601-4.235 27.141-11.69 37.3-21.579l-0.020 0.019 23.72 13.72c3.443 2.020 7.582 3.213 12 3.213 13.262 0 24.013-10.751 24.013-24.013 0-8.844-4.781-16.572-11.9-20.739l-0.113-0.061zM800 264c-22.091 0-40-17.909-40-40s17.909-40 40-40c22.091 0 40 17.909 40 40v0c0 22.091-17.909 40-40 40v0zM886.72 424.32c-11.429 1.979-20.011 11.82-20.011 23.666 0 1.404 0.12 2.779 0.352 4.117l-0.020-0.143c3.15 18.047 4.954 38.831 4.96 60.035l0 0.005c0 0.079 0 0.172 0 0.266 0 95.458-37.298 182.204-98.116 246.46l0.156-0.166c-37.713-58.017-92.808-101.965-157.828-124.854l-2.172-0.666c49.724-33.463 82-89.533 82-153.14 0-101.62-82.38-184-184-184s-184 82.38-184 184c0 63.608 32.276 119.677 81.344 152.724l0.656 0.416c-67.192 23.555-122.287 67.503-159.269 124.322l-0.731 1.198c-60.662-64.261-97.95-151.156-97.95-246.76 0-198.712 161.088-359.8 359.8-359.8 0.038 0 0.077 0 0.115 0l-0.005-0c21.195 0.006 41.965 1.81 62.171 5.267l-2.171-0.307c1.337 0.264 2.874 0.415 4.446 0.415 13.255 0 24-10.745 24-24 0-12.001-8.808-21.944-20.312-23.718l-0.134-0.017c-20.493-3.648-44.084-5.734-68.163-5.734-225.332 0-408 182.668-408 408s182.668 408 408 408c102.88 0 196.867-38.078 268.635-100.91l-0.472 0.404c2.6 5.44 6.72 0 9.36-8.44 80.47-74.74 130.659-181.13 130.659-299.242 0-23.92-2.058-47.359-6.008-70.15l0.349 2.433c-1.979-11.429-11.82-20.011-23.666-20.011-1.404 0-2.779 0.12-4.117 0.352l0.143-0.020zM376 480c0-75.111 60.889-136 136-136s136 60.889 136 136c0 75.111-60.889 136-136 136v0c-75.111 0-136-60.889-136-136v0zM285.76 792c47.002-77.186 130.694-127.943 226.24-127.943s179.238 50.758 225.581 126.779l0.659 1.164c-61.207 49.944-140.19 80.202-226.24 80.202s-165.033-30.258-226.889-80.715l0.649 0.513z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-circle-gear-light"]},"attrs":[{}],"properties":{"order":28173,"id":63,"name":"user-circle-gear-light","prevSize":16,"code":60832},"setIdx":2,"setId":2,"iconIdx":1184},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM285.76 792c47.002-77.186 130.694-127.943 226.24-127.943s179.238 50.758 225.581 126.779l0.659 1.164c-61.207 49.944-140.19 80.202-226.24 80.202s-165.033-30.258-226.889-80.715l0.649 0.513zM376 480c0-75.111 60.889-136 136-136s136 60.889 136 136c0 75.111-60.889 136-136 136v0c-75.111 0-136-60.889-136-136v0zM774.040 758.56c-37.713-58.017-92.808-101.965-157.828-124.854l-2.172-0.666c49.724-33.463 82-89.533 82-153.14 0-101.62-82.38-184-184-184s-184 82.38-184 184c0 63.608 32.276 119.677 81.344 152.724l0.656 0.416c-67.192 23.555-122.287 67.503-159.269 124.322l-0.731 1.198c-60.693-64.296-98-151.238-98-246.893 0-198.823 161.177-360 360-360s360 161.177 360 360c0 95.655-37.307 182.596-98.164 247.068l0.164-0.175z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-circle-light"]},"attrs":[{}],"properties":{"order":28174,"id":62,"name":"user-circle-light","prevSize":16,"code":60833},"setIdx":2,"setId":2,"iconIdx":1185},{"icon":{"paths":["M680 224c0-13.255 10.745-24 24-24v0h192c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24v0zM914.36 444c3.591 20.322 5.644 43.719 5.644 67.596 0 225.111-182.489 407.6-407.6 407.6s-407.6-182.489-407.6-407.6c0-225.111 182.489-407.6 407.6-407.6 23.877 0 47.274 2.053 70.024 5.992l-2.428-0.348c11.638 1.791 20.446 11.735 20.446 23.735 0 13.255-10.745 24-24 24-1.572 0-3.109-0.151-4.597-0.44l0.151 0.024c-18.034-3.15-38.804-4.954-59.994-4.96l-0.006-0c-0.056-0-0.123-0-0.19-0-198.712 0-359.8 161.088-359.8 359.8 0 95.604 37.288 182.499 98.113 246.935l-0.164-0.175c37.713-58.017 92.808-101.965 157.828-124.854l2.172-0.666c-49.724-33.463-82-89.533-82-153.14 0-101.62 82.38-184 184-184s184 82.38 184 184c0 63.608-32.276 119.677-81.344 152.724l-0.656 0.416c67.192 23.555 122.287 67.503 159.269 124.322l0.731 1.198c60.71-64.101 98.040-150.88 98.040-246.379 0-0.064-0-0.128-0-0.191l0 0.010c-0.008-21.197-1.812-41.967-5.267-62.173l0.307 2.173c-0.264-1.337-0.415-2.874-0.415-4.446 0-13.255 10.745-24 24-24 12.001 0 21.944 8.808 23.718 20.312l0.017 0.134zM512 616c75.111 0 136-60.889 136-136s-60.889-136-136-136c-75.111 0-136 60.889-136 136v0c0 75.111 60.889 136 136 136v0zM512 872c0.166 0 0.363 0 0.56 0 85.837 0 164.624-30.182 226.328-80.513l-0.648 0.512c-47.002-77.186-130.694-127.943-226.24-127.943s-179.238 50.758-225.581 126.779l-0.659 1.164c61.056 49.818 139.843 80 225.68 80 0.197 0 0.394-0 0.591-0l-0.031 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-circle-minus-light"]},"attrs":[{}],"properties":{"order":28175,"id":61,"name":"user-circle-minus-light","prevSize":16,"code":60834},"setIdx":2,"setId":2,"iconIdx":1186},{"icon":{"paths":["M680 224c0-13.255 10.745-24 24-24v0h72v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h72c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-13.255 0-24-10.745-24-24v0zM914.36 444c3.591 20.322 5.644 43.719 5.644 67.596 0 225.111-182.489 407.6-407.6 407.6s-407.6-182.489-407.6-407.6c0-225.111 182.489-407.6 407.6-407.6 23.877 0 47.274 2.053 70.024 5.992l-2.428-0.348c11.638 1.791 20.446 11.735 20.446 23.735 0 13.255-10.745 24-24 24-1.572 0-3.109-0.151-4.597-0.44l0.151 0.024c-18.034-3.15-38.804-4.954-59.994-4.96l-0.006-0c-0.056-0-0.123-0-0.19-0-198.712 0-359.8 161.088-359.8 359.8 0 95.604 37.288 182.499 98.113 246.935l-0.164-0.175c37.713-58.017 92.808-101.965 157.828-124.854l2.172-0.666c-49.724-33.463-82-89.533-82-153.14 0-101.62 82.38-184 184-184s184 82.38 184 184c0 63.608-32.276 119.677-81.344 152.724l-0.656 0.416c67.192 23.555 122.287 67.503 159.269 124.322l0.731 1.198c60.71-64.101 98.040-150.88 98.040-246.379 0-0.064-0-0.128-0-0.191l0 0.010c-0.008-21.197-1.812-41.967-5.267-62.173l0.307 2.173c-0.264-1.337-0.415-2.874-0.415-4.446 0-13.255 10.745-24 24-24 12.001 0 21.944 8.808 23.718 20.312l0.017 0.134zM512 616c75.111 0 136-60.889 136-136s-60.889-136-136-136c-75.111 0-136 60.889-136 136v0c0 75.111 60.889 136 136 136v0zM512 872c0.166 0 0.363 0 0.56 0 85.837 0 164.624-30.182 226.328-80.513l-0.648 0.512c-47.002-77.186-130.694-127.943-226.24-127.943s-179.238 50.758-225.581 126.779l-0.659 1.164c61.056 49.818 139.843 80 225.68 80 0.197 0 0.394-0 0.591-0l-0.031 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-circle-plus-light"]},"attrs":[{}],"properties":{"order":28176,"id":60,"name":"user-circle-plus-light","prevSize":16,"code":60835},"setIdx":2,"setId":2,"iconIdx":1187},{"icon":{"paths":["M888 192v112c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-112c0-4.418-3.582-8-8-8v0h-112c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h112c30.928 0 56 25.072 56 56v0zM864 696c-13.255 0-24 10.745-24 24v0 112c0 4.418-3.582 8-8 8v0h-112c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h112c30.928 0 56-25.072 56-56v0-112c0-13.255-10.745-24-24-24v0zM304 840h-112c-4.418 0-8-3.582-8-8v0-112c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 112c0 30.928 25.072 56 56 56v0h112c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM160 328c13.255 0 24-10.745 24-24v0-112c0-4.418 3.582-8 8-8v0h112c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-112c-30.928 0-56 25.072-56 56v0 112c0 13.255 10.745 24 24 24v0zM704 696c-7.825 0-14.775-3.745-19.156-9.54l-0.044-0.060c-39.825-52.698-102.377-86.4-172.8-86.4s-132.975 33.702-172.406 85.857l-0.394 0.543c-4.425 5.855-11.375 9.6-19.2 9.6-13.255 0-24-10.745-24-24 0-5.43 1.803-10.439 4.844-14.46l-0.044 0.060c30.014-39.934 70.296-70.647 116.958-88.437l1.802-0.603c-36.365-28.058-59.56-71.65-59.56-120.66 0-83.947 68.053-152 152-152s152 68.053 152 152c0 49.010-23.195 92.602-59.207 120.398l-0.353 0.262c48.464 18.393 88.746 49.106 118.275 88.367l0.485 0.673c2.997 3.961 4.8 8.97 4.8 14.4 0 13.255-10.745 24-24 24v0zM512 552c57.438 0 104-46.562 104-104s-46.562-104-104-104c-57.438 0-104 46.562-104 104v0c0 57.438 46.562 104 104 104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-focus-light"]},"attrs":[{}],"properties":{"order":28177,"id":59,"name":"user-focus-light","prevSize":16,"code":60836},"setIdx":2,"setId":2,"iconIdx":1188},{"icon":{"paths":["M556 633c83.934-45.324 140-132.648 140-233.067 0-145.803-118.197-264-264-264s-264 118.197-264 264c0 100.418 56.066 187.742 138.602 232.375l1.398 0.691c-88 24.92-167.52 76.64-230.44 151.56-3.227 4.051-5.177 9.242-5.177 14.89 0 13.255 10.745 24 24 24 7.102 0 13.483-3.085 17.877-7.987l0.020-0.023c82.12-97.68 194.96-151.44 317.72-151.44s235.6 53.76 317.64 151.44c4.435 5.571 11.215 9.11 18.823 9.11 13.255 0 24-10.745 24-24 0-6.153-2.315-11.765-6.123-16.013l0.020 0.023c-62.92-74.92-142.36-126.64-230.36-151.56zM216 400c0-119.294 96.706-216 216-216s216 96.706 216 216c0 119.294-96.706 216-216 216v0c-119.239-0.137-215.864-96.762-216-215.987l-0-0.013zM973 579.2l-23.68-13.64c1.704-6.472 2.682-13.902 2.682-21.56s-0.978-15.088-2.817-22.172l0.135 0.612 23.68-13.64c7.232-4.228 12.013-11.956 12.013-20.8 0-13.262-10.751-24.013-24.013-24.013-4.418 0-8.557 1.193-12.113 3.275l0.113-0.061-23.72 13.72c-10.139-9.87-22.679-17.325-36.658-21.404l-0.622-0.156v-27.36c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 27.36c-14.601 4.235-27.141 11.69-37.3 21.579l0.020-0.019-23.72-13.72c-3.443-2.020-7.582-3.213-12-3.213-13.262 0-24.013 10.751-24.013 24.013 0 8.844 4.781 16.572 11.9 20.739l0.113 0.061 23.68 13.64c-1.704 6.472-2.682 13.902-2.682 21.56s0.978 15.088 2.817 22.172l-0.135-0.612-23.68 13.64c-7.232 4.228-12.013 11.956-12.013 20.8 0 13.262 10.751 24.013 24.013 24.013 4.418 0 8.557-1.193 12.113-3.275l-0.113 0.061 23.72-13.72c10.139 9.87 22.679 17.325 36.658 21.404l0.622 0.156v27.36c0 13.255 10.745 24 24 24s24-10.745 24-24v0-27.36c14.601-4.235 27.141-11.69 37.3-21.579l-0.020 0.019 23.72 13.72c3.443 2.020 7.582 3.213 12 3.213 13.262 0 24.013-10.751 24.013-24.013 0-8.844-4.781-16.572-11.9-20.739l-0.113-0.061zM864 584c-22.091 0-40-17.909-40-40s17.909-40 40-40c22.091 0 40 17.909 40 40v0c0 22.091-17.909 40-40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-gear-light"]},"attrs":[{}],"properties":{"order":28178,"id":58,"name":"user-gear-light","prevSize":16,"code":60837},"setIdx":2,"setId":2,"iconIdx":1189},{"icon":{"paths":["M916.76 852c-63.24-109.28-162.52-185.96-277.88-218.48 91.587-47.291 153.12-141.261 153.12-249.603 0-154.64-125.36-280-280-280s-280 125.36-280 280c0 108.341 61.533 202.311 151.557 248.868l1.563 0.735c-115.36 32.48-214.64 109.16-277.88 218.48-2.35 3.645-3.746 8.097-3.746 12.875 0 13.255 10.745 24 24 24 9.188 0 17.17-5.163 21.203-12.746l0.063-0.13c76.84-132.76 212.6-212 363.24-212s286.4 79.24 363.24 212c4.096 7.713 12.078 12.875 21.266 12.875 13.255 0 24-10.745 24-24 0-4.778-1.396-9.23-3.803-12.97l0.057 0.095zM280 384c0-128.13 103.87-232 232-232s232 103.87 232 232c0 128.13-103.87 232-232 232v0c-128.066-0.159-231.841-103.934-232-231.984l-0-0.016z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-light"]},"attrs":[{}],"properties":{"order":28179,"id":57,"name":"user-light","prevSize":16,"code":60838},"setIdx":2,"setId":2,"iconIdx":1190},{"icon":{"paths":["M584 320c0-13.255 10.745-24 24-24v0h384c13.255 0 24 10.745 24 24s-10.745 24-24 24v0h-384c-13.255 0-24-10.745-24-24v0zM992 488h-384c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h384c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM992 680h-288c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h288c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM599.24 762c0.484 1.801 0.762 3.868 0.762 6 0 13.256-10.746 24.002-24.002 24.002-11.124 0-20.48-7.567-23.202-17.835l-0.038-0.167c-25.96-100.84-123.84-174-232.76-174s-206.8 73.16-232.76 173.96c-2.76 10.435-12.116 18.002-23.24 18.002-13.256 0-24.002-10.746-24.002-24.002 0-2.132 0.278-4.199 0.8-6.167l-0.038 0.167c22.96-89.12 92-160.28 178.68-192-50.546-33.344-83.44-89.876-83.44-154.090 0-101.62 82.38-184 184-184s184 82.38 184 184c0 64.214-32.894 120.746-82.752 153.663l-0.688 0.427c86.6 31.76 155.76 102.92 178.68 192.040zM320 552c75.111 0 136-60.889 136-136s-60.889-136-136-136c-75.111 0-136 60.889-136 136v0c0 75.111 60.889 136 136 136v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-list-light"]},"attrs":[{}],"properties":{"order":28180,"id":56,"name":"user-list-light","prevSize":16,"code":60839},"setIdx":2,"setId":2,"iconIdx":1191},{"icon":{"paths":["M1016 544c0 13.255-10.745 24-24 24v0h-192c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h192c13.255 0 24 10.745 24 24v0zM786.36 784.56c3.787 4.225 6.103 9.837 6.103 15.99 0 13.255-10.745 24-24 24-7.607 0-14.388-3.539-18.785-9.061l-0.037-0.049c-82.040-97.64-194.88-151.44-317.64-151.44s-235.56 53.8-317.64 151.44c-4.414 4.925-10.796 8.010-17.897 8.010-13.255 0-24-10.745-24-24 0-5.647 1.951-10.839 5.215-14.939l-0.037 0.049c62.92-74.92 142.36-126.64 230.36-151.52-83.934-45.324-140-132.648-140-233.067 0-145.803 118.197-264 264-264s264 118.197 264 264c0 100.418-56.066 187.742-138.602 232.375l-1.398 0.691c88 24.88 167.44 76.6 230.36 151.52zM432 616c119.294 0 216-96.706 216-216s-96.706-216-216-216c-119.294 0-216 96.706-216 216v0c0.137 119.239 96.762 215.864 215.987 216l0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-minus-light"]},"attrs":[{}],"properties":{"order":28181,"id":55,"name":"user-minus-light","prevSize":16,"code":60840},"setIdx":2,"setId":2,"iconIdx":1192},{"icon":{"paths":["M1016 544c0 13.255-10.745 24-24 24v0h-72v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-72h-72c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h72v-72c0-13.255 10.745-24 24-24s24 10.745 24 24v0 72h72c13.255 0 24 10.745 24 24v0zM786.36 784.56c3.787 4.225 6.103 9.837 6.103 15.99 0 13.255-10.745 24-24 24-7.607 0-14.388-3.539-18.785-9.061l-0.037-0.049c-82.040-97.64-194.88-151.44-317.64-151.44s-235.56 53.8-317.64 151.44c-4.414 4.925-10.796 8.010-17.897 8.010-13.255 0-24-10.745-24-24 0-5.647 1.951-10.839 5.215-14.939l-0.037 0.049c62.92-74.92 142.36-126.64 230.36-151.56-83.934-45.324-140-132.648-140-233.067 0-145.803 118.197-264 264-264s264 118.197 264 264c0 100.418-56.066 187.742-138.602 232.375l-1.398 0.691c88 24.92 167.44 76.64 230.36 151.56zM432 616c119.294 0 216-96.706 216-216s-96.706-216-216-216c-119.294 0-216 96.706-216 216v0c0.137 119.239 96.762 215.864 215.987 216l0.013 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-plus-light"]},"attrs":[{}],"properties":{"order":28182,"id":54,"name":"user-plus-light","prevSize":16,"code":60841},"setIdx":2,"setId":2,"iconIdx":1193},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM376 480c0-75.111 60.889-136 136-136s136 60.889 136 136c0 75.111-60.889 136-136 136v0c-75.111 0-136-60.889-136-136v0zM276.84 808c44.651-86.159 133.149-144.018 235.16-144.018s190.509 57.859 234.467 142.55l0.693 1.468zM872 800c0 4.418-3.582 8-8 8v0h-64c-34.947-82.059-101.523-144.93-184.012-174.164l-2.188-0.676c49.838-33.447 82.2-89.581 82.2-153.273 0-101.62-82.38-184-184-184s-184 82.38-184 184c0 63.692 32.362 119.826 81.539 152.856l0.661 0.418c-84.677 29.91-151.253 92.781-185.425 172.799l-0.775 2.041h-64c-4.418 0-8-3.582-8-8v0-576c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-rectangle-light"]},"attrs":[{}],"properties":{"order":28183,"id":53,"name":"user-rectangle-light","prevSize":16,"code":60842},"setIdx":2,"setId":2,"iconIdx":1194},{"icon":{"paths":["M113.6 499.2c3.961 2.997 8.97 4.8 14.4 4.8 7.825 0 14.775-3.745 19.156-9.54l0.044-0.060c39.825-52.698 102.377-86.4 172.8-86.4s132.975 33.702 172.406 85.857l0.394 0.543c4.426 5.841 11.367 9.574 19.181 9.574 5.439 0 10.455-1.809 14.479-4.858l-0.060 0.044c1.832-1.357 3.403-2.928 4.717-4.7l0.043-0.060c39.825-52.698 102.377-86.4 172.8-86.4s132.975 33.702 172.406 85.857l0.394 0.543c4.428 5.851 11.377 9.592 19.2 9.592 13.261 0 24.012-10.751 24.012-24.012 0-5.438-1.808-10.455-4.856-14.48l0.044 0.060c-30.027-39.919-70.305-70.628-116.956-88.435l-1.804-0.605c36.365-28.058 59.56-71.65 59.56-120.66 0-83.947-68.053-152-152-152s-152 68.053-152 152c0 49.010 23.195 92.602 59.207 120.398l0.353 0.262c-39.204 14.857-72.495 37.462-99.388 66.138l-0.132 0.142c-27.036-28.823-60.341-51.429-97.766-65.68l-1.794-0.6c36.365-28.058 59.56-71.65 59.56-120.66 0-83.947-68.053-152-152-152s-152 68.053-152 152c0 49.010 23.195 92.602 59.207 120.398l0.353 0.262c-48.463 18.412-88.745 49.137-118.275 88.406l-0.485 0.674c-2.997 3.961-4.8 8.97-4.8 14.4 0 7.825 3.745 14.775 9.54 19.156l0.060 0.044zM704 152c57.438 0 104 46.562 104 104s-46.562 104-104 104c-57.438 0-104-46.562-104-104v0c0-57.438 46.562-104 104-104v0zM320 152c57.438 0 104 46.562 104 104s-46.562 104-104 104c-57.438 0-104-46.562-104-104v0c0-57.438 46.562-104 104-104v0zM796.44 792.52c36.365-28.058 59.56-71.65 59.56-120.66 0-83.947-68.053-152-152-152s-152 68.053-152 152c0 49.010 23.195 92.602 59.207 120.398l0.353 0.262c-39.219 14.851-72.524 37.457-99.429 66.139l-0.131 0.141c-27.036-28.823-60.341-51.429-97.766-65.68l-1.794-0.6c36.365-28.058 59.56-71.65 59.56-120.66 0-83.947-68.053-152-152-152s-152 68.053-152 152c0 49.010 23.195 92.602 59.207 120.398l0.353 0.262c-48.463 18.412-88.745 49.137-118.275 88.406l-0.485 0.674c-2.997 3.961-4.8 8.97-4.8 14.4 0 13.255 10.745 24 24 24 7.825 0 14.775-3.745 19.156-9.54l0.044-0.060c39.825-52.698 102.377-86.4 172.8-86.4s132.975 33.702 172.406 85.857l0.394 0.543c4.426 5.841 11.367 9.574 19.181 9.574 5.439 0 10.455-1.809 14.479-4.858l-0.060 0.044c1.832-1.357 3.403-2.928 4.717-4.7l0.043-0.060c39.825-52.698 102.377-86.4 172.8-86.4s132.975 33.702 172.406 85.857l0.394 0.543c4.428 5.851 11.377 9.592 19.2 9.592 13.261 0 24.012-10.751 24.012-24.012 0-5.438-1.808-10.455-4.856-14.48l0.044 0.060c-30.017-39.914-70.281-70.621-116.917-88.435l-1.803-0.605zM320 568c57.438 0 104 46.562 104 104s-46.562 104-104 104c-57.438 0-104-46.562-104-104v0c0-57.438 46.562-104 104-104v0zM704 568c57.438 0 104 46.562 104 104s-46.562 104-104 104c-57.438 0-104-46.562-104-104v0c0-57.438 46.562-104 104-104v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["users-four-light"]},"attrs":[{}],"properties":{"order":28184,"id":52,"name":"users-four-light","prevSize":16,"code":60843},"setIdx":2,"setId":2,"iconIdx":1195},{"icon":{"paths":["M450.4 633.72c70.732-40.644 117.6-115.765 117.6-201.833 0-128.13-103.87-232-232-232s-232 103.87-232 232c0 86.068 46.868 161.19 116.474 201.236l1.126 0.597c-84.294 27.422-153.616 81.331-199.884 151.741l-0.876 1.419c-2.446 3.699-3.903 8.24-3.903 13.12 0 13.256 10.747 24.003 24.003 24.003 8.376 0 15.75-4.29 20.044-10.793l0.056-0.090c59.402-90.346 160.312-149.168 274.96-149.168s215.557 58.821 274.196 147.931l0.764 1.237c4.433 5.644 11.258 9.236 18.922 9.236 13.255 0 24-10.745 24-24 0-4.207-1.082-8.161-2.984-11.599l0.063 0.123c-47.097-71.797-116.345-125.697-197.906-152.408l-2.654-0.752zM152 432c0-101.62 82.38-184 184-184s184 82.38 184 184c0 101.62-82.38 184-184 184v0c-101.565-0.136-183.864-82.435-184-183.987l-0-0.013zM996 820c-3.698 2.445-8.237 3.901-13.116 3.901-8.366 0-15.733-4.281-20.028-10.772l-0.056-0.089c-59.237-90.261-159.976-149.040-274.443-149.040-0.125 0-0.251 0-0.376 0l0.019-0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0c101.541-0.106 183.815-82.445 183.815-184 0-101.62-82.38-184-184-184-24.54 0-47.958 4.804-69.365 13.523l1.23-0.443c-2.689 1.132-5.815 1.79-9.094 1.79-13.255 0-24-10.745-24-24 0-10.107 6.248-18.755 15.092-22.293l0.162-0.057c25.442-10.437 54.972-16.495 85.917-16.495 128.13 0 232 103.87 232 232 0 85.97-46.761 161.018-116.236 201.099l-1.122 0.597c84.294 27.422 153.616 81.331 199.884 151.741l0.876 1.419c2.386 3.666 3.805 8.151 3.805 12.968 0 8.41-4.326 15.81-10.874 20.096l-0.092 0.056z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["users-light"]},"attrs":[{}],"properties":{"order":28185,"id":51,"name":"users-light","prevSize":16,"code":60844},"setIdx":2,"setId":2,"iconIdx":1196},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM376 480c0-75.111 60.889-136 136-136s136 60.889 136 136c0 75.111-60.889 136-136 136v0c-75.111 0-136-60.889-136-136v0zM263.080 840c17.141-47.343 45.77-87.039 82.598-117.059l0.482-0.381c44.911-36.491 102.795-58.59 165.84-58.59s120.929 22.099 166.328 58.974l-0.488-0.384c37.31 30.401 65.939 70.097 82.492 115.592l0.588 1.848zM840 832c0 4.418-3.582 8-8 8v0h-20.68c-29.188-97.356-102.096-173.33-195.339-206.171l-2.181-0.669c49.838-33.447 82.2-89.581 82.2-153.273 0-101.62-82.38-184-184-184s-184 82.38-184 184c0 63.692 32.362 119.826 81.539 152.856l0.661 0.418c-95.424 33.51-168.332 109.484-196.95 204.635l-0.57 2.205h-20.68c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-square-light"]},"attrs":[{}],"properties":{"order":28186,"id":50,"name":"user-square-light","prevSize":16,"code":60845},"setIdx":2,"setId":2,"iconIdx":1197},{"icon":{"paths":["M974.4 595.2c-3.961 2.997-8.97 4.8-14.4 4.8-7.825 0-14.775-3.745-19.156-9.54l-0.044-0.060c-39.494-52.678-101.788-86.402-171.959-86.402-0.296 0-0.591 0.001-0.887 0.002l0.046-0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0c57.428-0.013 103.978-46.57 103.978-104 0-57.438-46.562-104-104-104-48.198 0-88.738 32.787-100.534 77.274l-0.164 0.726c-2.76 10.435-12.116 18.002-23.24 18.002-13.256 0-24.002-10.746-24.002-24.002 0-2.132 0.278-4.199 0.8-6.167l-0.038 0.167c17.426-66.156 76.714-114.149 147.212-114.149 83.947 0 152 68.053 152 152 0 49.015-23.2 92.612-59.218 120.407l-0.353 0.262c48.463 18.412 88.745 49.137 118.275 88.406l0.485 0.674c2.997 3.961 4.8 8.97 4.8 14.4 0 7.825-3.745 14.775-9.54 19.156l-0.060 0.044zM756.76 852c2.029 3.448 3.228 7.595 3.228 12.022 0 8.832-4.77 16.549-11.875 20.717l-0.113 0.061c-3.417 2.036-7.535 3.24-11.935 3.24-0.023 0-0.046-0-0.069-0l0.004 0c-0.005 0-0.010 0-0.015 0-8.837 0-16.558-4.776-20.723-11.887l-0.061-0.113c-41.815-69.94-117.144-116.044-203.24-116.044s-161.425 46.103-202.644 114.969l-0.596 1.075c-4.096 7.713-12.078 12.875-21.266 12.875-13.255 0-24-10.745-24-24 0-4.778 1.396-9.23 3.803-12.97l-0.057 0.095c32.889-55.803 82.975-98.466 142.873-121.198l1.927-0.642c-50.751-33.313-83.8-89.959-83.8-154.324 0-101.62 82.38-184 184-184s184 82.38 184 184c0 64.365-33.049 121.012-83.104 153.895l-0.696 0.429c61.644 23.448 111.569 66.080 143.646 120.491l0.714 1.309zM512 712c75.111 0 136-60.889 136-136s-60.889-136-136-136c-75.111 0-136 60.889-136 136v0c0 75.111 60.889 136 136 136v0zM280 480c0-13.255-10.745-24-24-24v0c-57.424-0.019-103.967-46.574-103.967-104 0-57.438 46.562-104 104-104 48.184 0 88.714 32.767 100.523 77.234l0.164 0.726c2.76 10.435 12.116 18.002 23.24 18.002 13.256 0 24.002-10.746 24.002-24.002 0-2.132-0.278-4.199-0.8-6.167l0.038 0.167c-17.426-66.156-76.714-114.149-147.212-114.149-83.947 0-152 68.053-152 152 0 49.015 23.2 92.612 59.218 120.407l0.353 0.262c-48.467 18.423-88.749 49.161-118.274 88.444l-0.486 0.676c-2.997 3.961-4.8 8.97-4.8 14.4 0 13.255 10.745 24 24 24 7.825 0 14.775-3.745 19.156-9.54l0.044-0.060c39.494-52.678 101.788-86.402 171.959-86.402 0.296 0 0.591 0.001 0.887 0.002l-0.046-0c13.255 0 24-10.745 24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["users-three-light"]},"attrs":[{}],"properties":{"order":28187,"id":49,"name":"users-three-light","prevSize":16,"code":60846},"setIdx":2,"setId":2,"iconIdx":1198},{"icon":{"paths":["M1008.96 528.96l-96 96c-4.342 4.337-10.338 7.019-16.96 7.019s-12.618-2.682-16.96-7.019l0 0-96-96c-4.706-4.393-7.639-10.634-7.639-17.559 0-13.255 10.745-24 24-24 6.925 0 13.165 2.933 17.546 7.625l0.013 0.014 55.040 55v-38.040c0-0.048 0-0.105 0-0.162 0-198.823-161.177-360-360-360-120.059 0-226.39 58.77-291.796 149.112l-0.724 1.050c-4.373 6.426-11.652 10.591-19.905 10.591-13.255 0-24-10.745-24-24 0-5.514 1.86-10.594 4.986-14.647l-0.041 0.056c74.949-103.542 195.439-170.124 331.48-170.124 225.332 0 408 182.668 408 408 0 0.044-0 0.087-0 0.131l0-0.007v38.040l55.040-55c4.393-4.706 10.634-7.639 17.559-7.639 13.255 0 24 10.745 24 24 0 6.925-2.933 13.165-7.625 17.546l-0.014 0.013zM843.4 750c-74.955 103.478-195.408 170.013-331.4 170.013-225.332 0-408-182.668-408-408 0-0.005 0-0.009 0-0.014l-0 0.001v-38.040l-55.040 55c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 96-96c4.342-4.337 10.338-7.019 16.96-7.019s12.618 2.682 16.96 7.019l-0-0 96 96c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-55.040-55v38.040c-0 0.079-0 0.172-0 0.266 0 95.458 37.298 182.204 98.116 246.46l-0.156-0.166c37.713-58.017 92.808-101.965 157.828-124.854l2.172-0.666c-49.724-33.463-82-89.533-82-153.14 0-101.62 82.38-184 184-184s184 82.38 184 184c0 63.608-32.276 119.677-81.344 152.724l-0.656 0.416c67.212 23.574 122.313 67.567 159.268 124.438l0.732 1.202c10.518-11.105 20.463-23.068 29.607-35.651l0.713-1.029c4.373-6.426 11.652-10.591 19.905-10.591 13.255 0 24 10.745 24 24 0 5.514-1.86 10.594-4.986 14.647l0.041-0.056zM512 616c75.111 0 136-60.889 136-136s-60.889-136-136-136c-75.111 0-136 60.889-136 136v0c0 75.111 60.889 136 136 136v0zM512 872c86.021-0.082 164.982-30.241 226.95-80.526l-0.67 0.526c-46.998-77.204-130.7-127.976-226.26-127.976s-179.262 50.772-225.601 126.812l-0.659 1.164c61.056 49.818 139.843 80 225.68 80 0.197 0 0.394-0 0.591-0l-0.031 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["user-switch-light"]},"attrs":[{}],"properties":{"order":28188,"id":48,"name":"user-switch-light","prevSize":16,"code":60847},"setIdx":2,"setId":2,"iconIdx":1199},{"icon":{"paths":["M1010.2 464.36l-182.2-212.36c-10.341-12.263-25.715-20-42.895-20-0.023 0-0.046 0-0.068 0l-657.036-0c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h74.4c11.508 55.225 59.778 96.12 117.6 96.12s106.092-40.896 117.464-95.34l0.136-0.78h212.8c11.508 55.225 59.778 96.12 117.6 96.12s106.092-40.896 117.464-95.34l0.136-0.78h74.4c30.928 0 56-25.072 56-56v0-256c-0.001-5.99-2.197-11.467-5.826-15.671l0.026 0.031zM791.4 283.080l148.36 172.92h-243.76v-176h89.040c0.015-0 0.033-0 0.052-0 2.555 0 4.831 1.198 6.295 3.063l0.013 0.017zM408 456v-176h240v176zM128 280h232v176h-240v-168c0-4.418 3.582-8 8-8v0zM320 840c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM768 840c-39.765 0-72-32.235-72-72s32.235-72 72-72c39.765 0 72 32.235 72 72v0c0 39.765-32.235 72-72 72v0zM960 744h-74.4c-11.508-55.225-59.778-96.12-117.6-96.12s-106.092 40.896-117.464 95.34l-0.136 0.78h-212.8c-11.508-55.225-59.778-96.12-117.6-96.12s-106.092 40.896-117.464 95.34l-0.136 0.78h-74.4c-4.418 0-8-3.582-8-8v0-232h848v232c0 4.418-3.582 8-8 8v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["van-light"]},"attrs":[{}],"properties":{"order":28189,"id":47,"name":"van-light","prevSize":16,"code":60848},"setIdx":2,"setId":2,"iconIdx":1200},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 544c0 30.928 25.072 56 56 56v0h72v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h464v72c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72h72c30.928 0 56-25.072 56-56v0-544c0-30.928-25.072-56-56-56v0zM864 776h-704c-4.418 0-8-3.582-8-8v0-544c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0 264h-81.6c-12.282-90.769-89.27-160-182.428-160-101.62 0-184 82.38-184 184s82.38 184 184 184c93.158 0 170.146-69.231 182.323-159.050l0.105-0.95h81.6v232c0 4.418-3.582 8-8 8v0zM658.52 488c-9.201-19.074-28.389-32-50.596-32-30.928 0-56 25.072-56 56s25.072 56 56 56c22.207 0 41.395-12.926 50.451-31.666l0.146-0.334h83.32c-11.8 64.087-67.238 112-133.866 112-75.111 0-136-60.889-136-136s60.889-136 136-136c66.628 0 122.065 47.913 133.737 111.163l0.128 0.837z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["vault-light"]},"attrs":[{}],"properties":{"order":28190,"id":46,"name":"vault-light","prevSize":16,"code":60849},"setIdx":2,"setId":2,"iconIdx":1201},{"icon":{"paths":["M640 136h-256c-48.601 0-88 39.399-88 88v0 576c0 48.601 39.399 88 88 88v0h256c48.601 0 88-39.399 88-88v0-576c0-48.601-39.399-88-88-88v0zM680 800c0 22.091-17.909 40-40 40v0h-256c-22.091 0-40-17.909-40-40v0-576c0-22.091 17.909-40 40-40v0h256c22.091 0 40 17.909 40 40v0zM856 352v320c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-320c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM984 416v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM216 352v320c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-320c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM88 416v192c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-192c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["vibrate-light"]},"attrs":[{}],"properties":{"order":28191,"id":45,"name":"vibrate-light","prevSize":16,"code":60850},"setIdx":2,"setId":2,"iconIdx":1202},{"icon":{"paths":["M1003.32 298.84c-3.276-1.786-7.174-2.837-11.319-2.837-4.965 0-9.579 1.508-13.407 4.091l0.085-0.054-154.68 103.12v-115.16c0-30.928-25.072-56-56-56v0h-640c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-115.16l154.68 103.16c3.743 2.528 8.355 4.036 13.32 4.036 13.255 0 24-10.745 24-24 0-0.013-0-0.025-0-0.038l0 0.002v-384c-0.001-9.109-5.077-17.032-12.554-21.097l-0.126-0.063zM776 736c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM968 659.16l-144-96v-102.32l144-96z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["video-camera-light"]},"attrs":[{}],"properties":{"order":28192,"id":44,"name":"video-camera-light","prevSize":16,"code":60851},"setIdx":2,"setId":2,"iconIdx":1203},{"icon":{"paths":["M1003.32 298.84c-3.276-1.786-7.174-2.837-11.319-2.837-4.965 0-9.579 1.508-13.407 4.091l0.085-0.054-154.68 103.12v-115.16c0-30.928-25.072-56-56-56v0h-315.76c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h315.76c4.418 0 8 3.582 8 8v0 350.52c0 13.255 10.745 24 24 24s24-10.745 24-24v0-17.68l154.68 103.16c3.743 2.528 8.355 4.036 13.32 4.036 13.255 0 24-10.745 24-24 0-0.013-0-0.025-0-0.038l0 0.002v-384c-0.001-9.109-5.077-17.032-12.554-21.097l-0.126-0.063zM968 659.16l-144-96v-102.32l144-96zM209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 50.76 56h-97c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h606.12l80 88c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM128 744c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h140.64l421.84 464z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["video-camera-slash-light"]},"attrs":[{}],"properties":{"order":28193,"id":43,"name":"video-camera-slash-light","prevSize":16,"code":60852},"setIdx":2,"setId":2,"iconIdx":1204},{"icon":{"paths":["M653.32 428l-192-128c-3.743-2.528-8.355-4.036-13.32-4.036-13.255 0-24 10.745-24 24 0 0.013 0 0.025 0 0.038l-0-0.002v256c-0 0.011-0 0.023-0 0.036 0 13.255 10.745 24 24 24 4.965 0 9.577-1.508 13.405-4.090l-0.085 0.054 192-128c6.507-4.362 10.734-11.687 10.734-20s-4.226-15.638-10.647-19.945l-0.086-0.055zM472 531.16v-166.32l124.72 83.16zM864 168h-704c-30.928 0-56 25.072-56 56v0 448c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM872 672c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-448c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM920 832c0 13.255-10.745 24-24 24v0h-768c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h768c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["video-light"]},"attrs":[{}],"properties":{"order":28194,"id":42,"name":"video-light","prevSize":16,"code":60853},"setIdx":2,"setId":2,"iconIdx":1205},{"icon":{"paths":["M864 168h-704c-30.928 0-56 25.072-56 56v0 576c0 30.928 25.072 56 56 56v0h704c30.928 0 56-25.072 56-56v0-576c0-30.928-25.072-56-56-56v0zM872 800c0 4.418-3.582 8-8 8v0h-704c-4.418 0-8-3.582-8-8v0-576c0-4.418 3.582-8 8-8v0h704c4.418 0 8 3.582 8 8v0zM512 296c-154.4 0-280 96.88-280 216s125.6 216 280 216 280-96.88 280-216-125.6-216-280-216zM512 680c-128 0-232-75.36-232-168s104-168 232-168 232 75.36 232 168-104 168-232 168z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["vignette-light"]},"attrs":[{}],"properties":{"order":28195,"id":41,"name":"vignette-light","prevSize":16,"code":60854},"setIdx":2,"setId":2,"iconIdx":1206},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM512 280c-128.066 0.159-231.841 103.934-232 231.984l-0 0.016c0 13.255-10.745 24-24 24s-24-10.745-24-24v0c0.182-154.567 125.434-279.818 279.983-280l0.017-0c13.255 0 24 10.745 24 24s-10.745 24-24 24v0zM792 512c-0.182 154.567-125.434 279.818-279.983 280l-0.017 0c-13.255 0-24-10.745-24-24s10.745-24 24-24v0c128.066-0.159 231.841-103.934 232-231.984l0-0.016c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM632 512c0-66.274-53.726-120-120-120s-120 53.726-120 120c0 66.274 53.726 120 120 120v0c66.274 0 120-53.726 120-120v0zM440 512c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["vinyl-record-light"]},"attrs":[{}],"properties":{"order":28196,"id":40,"name":"vinyl-record-light","prevSize":16,"code":60855},"setIdx":2,"setId":2,"iconIdx":1207},{"icon":{"paths":["M486.24 393.040l-104 256c-3.663 8.859-12.237 14.979-22.24 14.979s-18.577-6.12-22.182-14.82l-0.058-0.159-104-256c-1.118-2.674-1.767-5.781-1.767-9.040 0-13.259 10.748-24.007 24.007-24.007 10 0 18.572 6.114 22.181 14.808l0.059 0.159 81.76 201.28 81.76-201.28c3.668-8.853 12.24-14.967 22.24-14.967 13.259 0 24.007 10.748 24.007 24.007 0 3.259-0.649 6.366-1.826 9.199l0.059-0.159zM1016 512c-0.205 172.23-139.77 311.795-311.98 312l-384.020 0c-172.313 0-312-139.687-312-312s139.687-312 312-312v0h384c172.23 0.205 311.795 139.77 312 311.98l0 0.020zM968 512c-0.182-145.73-118.27-263.818-263.983-264l-384.017-0c-145.803 0-264 118.197-264 264s118.197 264 264 264v0h384c145.73-0.182 263.818-118.27 264-263.983l0-0.017zM712.8 551.040l44 77.040c2.017 3.443 3.208 7.583 3.208 12 0 13.281-10.767 24.048-24.048 24.048-8.864 0-16.608-4.796-20.778-11.934l-0.062-0.114-48.28-84.48c-2.818 0.261-6.095 0.409-9.406 0.409-0.504 0-1.007-0.003-1.51-0.010l0.076 0.001h-56v72c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24v0h80c57.385 0.069 103.879 46.605 103.879 104 0 36.26-18.557 68.186-46.692 86.799l-0.387 0.241zM600 520h56c30.928 0 56-25.072 56-56s-25.072-56-56-56v0h-56z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["virtual-reality-light"]},"attrs":[{}],"properties":{"order":28197,"id":39,"name":"virtual-reality-light","prevSize":16,"code":60856},"setIdx":2,"setId":2,"iconIdx":1208},{"icon":{"paths":["M536 432c0-57.438-46.562-104-104-104s-104 46.562-104 104c0 57.438 46.562 104 104 104v0c57.438 0 104-46.562 104-104v0zM432 488c-30.928 0-56-25.072-56-56s25.072-56 56-56c30.928 0 56 25.072 56 56v0c0 30.928-25.072 56-56 56v0zM760 512c0 30.928-25.072 56-56 56s-56-25.072-56-56c0-30.928 25.072-56 56-56v0c30.928 0 56 25.072 56 56v0zM568 704c0 30.928-25.072 56-56 56s-56-25.072-56-56c0-30.928 25.072-56 56-56v0c30.928 0 56 25.072 56 56v0zM960 488h-72.8c-5.624-86.634-39.915-164.325-93.379-224.63l0.339 0.39 54.8-54.8c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-54.8 54.8c-59.915-53.125-137.606-87.416-223.13-92.982l-1.11-0.058v-72.8c0-13.255-10.745-24-24-24s-24 10.745-24 24v0 72.8c-86.634 5.624-164.325 39.915-224.63 93.379l0.39-0.339-54.8-54.8c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 54.8 54.8c-53.125 59.915-87.416 137.606-92.982 223.13l-0.058 1.11h-72.8c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h72.8c5.624 86.634 39.915 164.325 93.379 224.63l-0.339-0.39-54.8 54.8c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 54.8-54.8c59.915 53.125 137.606 87.416 223.13 92.982l1.11 0.058v72.8c0 13.255 10.745 24 24 24s24-10.745 24-24v0-72.8c86.634-5.624 164.325-39.915 224.63-93.379l-0.39 0.339 54.8 54.8c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014-54.8-54.8c53.125-59.915 87.416-137.606 92.982-223.13l0.058-1.11h72.8c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM512 840c-181.149 0-328-146.851-328-328s146.851-328 328-328c181.149 0 328 146.851 328 328v0c-0.227 181.058-146.942 327.772-327.978 328l-0.022 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["virus-light"]},"attrs":[{}],"properties":{"order":28198,"id":38,"name":"virus-light","prevSize":16,"code":60857},"setIdx":2,"setId":2,"iconIdx":1209},{"icon":{"paths":["M800 296c-119.206 0.116-215.796 96.778-215.796 216 0 67.676 31.124 128.083 79.838 167.687l0.397 0.313h-304.88c49.112-39.917 80.235-100.324 80.235-168 0-119.294-96.706-216-216-216s-216 96.706-216 216c0 119.294 96.706 216 216 216 0.072 0 0.144-0 0.216-0l575.989 0c119.294 0 216-96.706 216-216s-96.706-216-216-216v0zM56 512c0-92.784 75.216-168 168-168s168 75.216 168 168c0 92.784-75.216 168-168 168v0c-92.784 0-168-75.216-168-168v0zM800 680c-92.784 0-168-75.216-168-168s75.216-168 168-168c92.784 0 168 75.216 168 168v0c0 92.784-75.216 168-168 168v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["voicemail-light"]},"attrs":[{}],"properties":{"order":28199,"id":37,"name":"voicemail-light","prevSize":16,"code":60858},"setIdx":2,"setId":2,"iconIdx":1210},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM845.48 647.56c-57.341 40.312-128.611 64.425-205.513 64.425-68.678 0-132.864-19.231-187.467-52.602l1.579 0.897 71.76-124.28h345.36c-2.769 40.843-11.964 78.801-26.594 113.927l0.874-2.367zM353.2 188.96c31.746-16.032 68.614-27.806 107.493-33.338l1.907-0.222c123.222 58.927 206.824 182.594 206.824 325.787 0 2.395-0.023 4.785-0.070 7.169l0.005-0.357h-143.52zM871.2 488h-153.84c0.035-1.999 0.055-4.356 0.055-6.719 0-133.188-63.744-251.488-162.387-326.057l-1.028-0.745c171.63 20.988 304.993 159.955 317.136 332.378l0.064 1.142zM311.68 213.040l76.84 133.080c-112.225 63.255-190.658 175.111-206.958 306.246l-0.202 1.994c-18.559-41.958-29.364-90.892-29.364-142.349 0-124.088 62.831-233.502 158.414-298.162l1.269-0.809zM228 732.76c-0.793-8.963-1.246-19.391-1.246-29.924 0-134.941 74.244-252.542 184.112-314.181l1.814-0.935 71.6 124.28-172.6 298.96c-32.337-21.974-59.953-47.848-83.080-77.405l-0.6-0.795zM512 872c-0.112 0-0.245 0-0.378 0-57.7 0-112.212-13.65-160.482-37.898l2.061 0.938 76.88-133.16c59.956 36.509 132.466 58.122 210.024 58.122 57.916 0 113.017-12.052 162.932-33.785l-2.636 1.023c-66.28 88.266-170.737 144.76-288.388 144.76-0.004 0-0.009-0-0.013-0l0.001 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["volleyball-light"]},"attrs":[{}],"properties":{"order":28200,"id":36,"name":"volleyball-light","prevSize":16,"code":60859},"setIdx":2,"setId":2,"iconIdx":1211},{"icon":{"paths":["M864 296h-640c-22.091 0-40-17.909-40-40s17.909-40 40-40v0h544c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-544c-48.601 0-88 39.399-88 88v0 512c0 48.601 39.399 88 88 88v0h640c30.928 0 56-25.072 56-56v0-448c0-30.928-25.072-56-56-56v0zM872 800c0 4.418-3.582 8-8 8v0h-640c-22.091 0-40-17.909-40-40v0-433.64c11.593 6.075 25.326 9.64 39.892 9.64 0.038 0 0.076-0 0.114-0l-0.006 0h640c4.418 0 8 3.582 8 8v0zM760 560c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wallet-light"]},"attrs":[{}],"properties":{"order":28201,"id":35,"name":"wallet-light","prevSize":16,"code":60860},"setIdx":2,"setId":2,"iconIdx":1212},{"icon":{"paths":["M896 200h-768c-13.255 0-24 10.745-24 24v0 576c0 13.255 10.745 24 24 24v0h768c13.255 0 24-10.745 24-24v0-576c0-13.255-10.745-24-24-24v0zM344 584v-144h336v144zM152 584v-144h144v144zM728 440h144v144h-144zM872 392h-336v-144h336zM488 248v144h-336v-144zM152 632h336v144h-336zM536 776v-144h336v144z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wall-light"]},"attrs":[{}],"properties":{"order":28202,"id":34,"name":"wall-light","prevSize":16,"code":60861},"setIdx":2,"setId":2,"iconIdx":1213},{"icon":{"paths":["M960 744h-40v-518.88l45.040-9.64c10.923-2.405 18.975-12.002 18.975-23.48 0-13.263-10.752-24.015-24.015-24.015-1.785 0-3.525 0.195-5.199 0.564l0.159-0.030-896 192c-10.923 2.405-18.975 12.002-18.975 23.48 0 13.263 10.752 24.015 24.015 24.015 1.785 0 3.525-0.195 5.199-0.564l-0.159 0.030 34.96-7.48v344h-40c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h896c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM152 389.68l720-154.28v508.6h-112v-232c0-13.255-10.745-24-24-24v0h-448c-13.255 0-24 10.745-24 24v0 232h-112zM712 616h-400v-80h400zM312 664h400v80h-400z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warehouse-light"]},"attrs":[{}],"properties":{"order":28203,"id":33,"name":"warehouse-light","prevSize":16,"code":60862},"setIdx":2,"setId":2,"iconIdx":1214},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM512 872c-198.823 0-360-161.177-360-360s161.177-360 360-360c198.823 0 360 161.177 360 360v0c-0.228 198.731-161.269 359.773-359.979 360l-0.021 0zM488 544v-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0 224c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM552 688c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warning-circle-light"]},"attrs":[{}],"properties":{"order":28204,"id":32,"name":"warning-circle-light","prevSize":16,"code":60863},"setIdx":2,"setId":2,"iconIdx":1215},{"icon":{"paths":["M488 544v-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0 224c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM512 648c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0zM952 512c0 0.054 0 0.118 0 0.183 0 15.349-6.256 29.237-16.356 39.254l-0.004 0.004-384 384.24c-10.118 10.040-24.054 16.245-39.44 16.245s-29.322-6.205-39.444-16.248l0.004 0.003-384-384.24c-10.107-10.087-16.36-24.033-16.36-39.44s6.253-29.353 16.359-39.439l0.001-0.001 384.2-384.24c10.118-10.040 24.054-16.245 39.44-16.245s29.322 6.205 39.444 16.248l-0.004-0.003 384 384.24c9.986 10.001 16.161 23.809 16.161 39.059 0 0.134-0 0.268-0.001 0.401l0-0.020zM904 512c0-0.008 0-0.017 0-0.026 0-2.146-0.871-4.089-2.28-5.494l-0-0-384.2-384.24c-1.433-1.368-3.378-2.21-5.52-2.21s-4.087 0.842-5.523 2.212l0.003-0.003-384.2 384.24c-1.368 1.433-2.21 3.378-2.21 5.52s0.842 4.087 2.212 5.523l-0.003-0.003 384.2 384.24c1.433 1.368 3.378 2.21 5.52 2.21s4.087-0.842 5.523-2.212l-0.003 0.003 384.2-384.24c1.409-1.405 2.28-3.348 2.28-5.494 0-0.009-0-0.018-0-0.027l0 0.001z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warning-diamond-light"]},"attrs":[{}],"properties":{"order":28205,"id":31,"name":"warning-diamond-light","prevSize":16,"code":60864},"setIdx":2,"setId":2,"iconIdx":1216},{"icon":{"paths":["M940.28 756.36l-349.84-607.48c-16.108-27.037-45.192-44.868-78.44-44.868s-62.332 17.831-78.21 44.451l-0.23 0.417-349.84 607.48c-7.391 12.443-11.759 27.431-11.759 43.44s4.368 30.997 11.977 43.839l-0.219-0.399c15.736 26.948 44.518 44.766 77.461 44.766 0.358 0 0.716-0.002 1.074-0.006l-0.054 0.001h699.6c0.279 0.003 0.609 0.005 0.94 0.005 32.943 0 61.723-17.818 77.231-44.342l0.229-0.423c7.415-12.459 11.799-27.472 11.799-43.508 0-15.981-4.353-30.945-11.938-43.772l0.219 0.4zM898.64 819.2c-7.384 12.53-20.81 20.805-36.168 20.805-0.236 0-0.472-0.002-0.707-0.006l0.035 0h-699.6c-0.2 0.003-0.436 0.005-0.672 0.005-15.359 0-28.784-8.275-36.062-20.61l-0.106-0.195c-3.357-5.556-5.342-12.266-5.342-19.44s1.986-13.884 5.438-19.611l-0.096 0.171 349.8-607.48c7.658-12.563 21.284-20.823 36.84-20.823s29.182 8.26 36.733 20.634l0.107 0.189 349.84 607.48c3.344 5.548 5.323 12.246 5.323 19.406 0 7.188-1.994 13.91-5.458 19.644l0.096-0.17zM488 576v-160c0-13.255 10.745-24 24-24s24 10.745 24 24v0 160c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM552 720c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warning-light"]},"attrs":[{}],"properties":{"order":28206,"id":30,"name":"warning-light","prevSize":16,"code":60865},"setIdx":2,"setId":2,"iconIdx":1217},{"icon":{"paths":["M488 544v-224c0-13.255 10.745-24 24-24s24 10.745 24 24v0 224c0 13.255-10.745 24-24 24s-24-10.745-24-24v0zM920 366.2v291.6c0 0.041 0 0.089 0 0.137 0 15.421-6.269 29.378-16.398 39.461l-0.002 0.002-206.2 206.2c-10.085 10.131-24.042 16.4-39.463 16.4-0.048 0-0.096-0-0.144-0l0.007 0h-291.6c-0.041 0-0.089 0-0.137 0-15.421 0-29.378-6.269-39.461-16.398l-0.002-0.002-206.2-206.2c-10.131-10.085-16.4-24.042-16.4-39.463 0-0.048 0-0.096 0-0.144l-0 0.007v-291.6c-0-0.041-0-0.089-0-0.137 0-15.421 6.269-29.378 16.398-39.461l0.002-0.002 206.2-206.2c10.085-10.131 24.042-16.4 39.463-16.4 0.048 0 0.096 0 0.144 0l-0.007-0h291.6c0.041-0 0.089-0 0.137-0 15.421 0 29.378 6.269 39.461 16.398l0.002 0.002 206.2 206.2c10.131 10.085 16.4 24.042 16.4 39.463 0 0.048-0 0.096-0 0.144l0-0.007zM872 366.2c0-0.002 0-0.004 0-0.006 0-2.218-0.902-4.224-2.36-5.673l-0-0-206.16-206.16c-1.449-1.458-3.456-2.36-5.674-2.36-0.002 0-0.004 0-0.007 0l-291.6-0c-2.205 0.010-4.198 0.91-5.64 2.36l-0 0-206.24 206.16c-1.434 1.445-2.32 3.436-2.32 5.634 0 0.016 0 0.033 0 0.049l-0-0.003v291.6c-0 0.002-0 0.004-0 0.006 0 2.218 0.902 4.224 2.36 5.673l0 0 206.16 206.16c1.449 1.458 3.456 2.36 5.674 2.36 0.002 0 0.004-0 0.007-0l291.6 0c2.205-0.010 4.198-0.91 5.64-2.36l0-0 206.24-206.16c1.434-1.445 2.32-3.436 2.32-5.634 0-0.016-0-0.033-0-0.049l0 0.003zM512 648c-22.091 0-40 17.909-40 40s17.909 40 40 40c22.091 0 40-17.909 40-40v0c0-22.091-17.909-40-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["warning-octagon-light"]},"attrs":[{}],"properties":{"order":28207,"id":29,"name":"warning-octagon-light","prevSize":16,"code":60866},"setIdx":2,"setId":2,"iconIdx":1218},{"icon":{"paths":["M824 512c-0.034-103.956-50.956-196.011-129.209-252.612l-0.911-0.628-25.48-140.76c-4.908-26.332-27.707-46-55.1-46-0.007 0-0.014 0-0.021 0l-202.559-0c-0.006-0-0.013-0-0.020-0-27.393 0-50.192 19.668-55.046 45.653l-0.054 0.347-25.48 140.76c-79.19 57.207-130.126 149.275-130.126 253.24s50.935 196.033 129.213 252.612l0.913 0.628 25.48 140.76c4.908 26.332 27.707 46 55.1 46 0.007 0 0.014-0 0.021-0l202.559 0c0.006 0 0.013 0 0.020 0 27.393 0 50.192-19.668 55.046-45.653l0.054-0.347 25.48-140.76c79.164-57.229 130.086-149.284 130.12-253.235l0-0.005zM402.84 126.56c0.705-3.757 3.96-6.561 7.87-6.561 0.046 0 0.092 0 0.137 0.001l-0.007-0h202.56c0.039-0.001 0.085-0.001 0.13-0.001 3.91 0 7.164 2.804 7.862 6.511l0.008 0.050 18.24 100.76c-37.442-17.256-81.246-27.319-127.4-27.319s-89.958 10.063-129.337 28.114l1.937-0.796zM621.16 897.44c-0.705 3.757-3.96 6.561-7.87 6.561-0.046 0-0.092-0-0.137-0.001l0.007 0h-202.44c-0.039 0.001-0.085 0.001-0.13 0.001-3.91 0-7.164-2.804-7.862-6.511l-0.008-0.050-18.24-100.76c37.442 17.256 81.246 27.319 127.4 27.319s89.958-10.063 129.337-28.114l-1.937 0.796zM512 776c-145.803 0-264-118.197-264-264s118.197-264 264-264c145.803 0 264 118.197 264 264v0c-0.182 145.73-118.27 263.818-263.983 264l-0.017 0zM696 512c0 13.255-10.745 24-24 24v0h-160c-13.255 0-24-10.745-24-24v0-160c0-13.255 10.745-24 24-24s24 10.745 24 24v0 136h136c13.255 0 24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["watch-light"]},"attrs":[{}],"properties":{"order":28208,"id":28,"name":"watch-light","prevSize":16,"code":60867},"setIdx":2,"setId":2,"iconIdx":1219},{"icon":{"paths":["M216 384v256c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-256c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM352 104c-13.255 0-24 10.745-24 24v0 768c0 13.255 10.745 24 24 24s24-10.745 24-24v0-768c0-13.255-10.745-24-24-24v0zM512 232c-13.255 0-24 10.745-24 24v0 512c0 13.255 10.745 24 24 24s24-10.745 24-24v0-512c0-13.255-10.745-24-24-24v0zM672 360c-13.255 0-24 10.745-24 24v0 256c0 13.255 10.745 24 24 24s24-10.745 24-24v0-256c0-13.255-10.745-24-24-24v0zM832 296c-13.255 0-24 10.745-24 24v0 384c0 13.255 10.745 24 24 24s24-10.745 24-24v0-384c0-13.255-10.745-24-24-24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["waveform-light"]},"attrs":[{}],"properties":{"order":28209,"id":27,"name":"waveform-light","prevSize":16,"code":60868},"setIdx":2,"setId":2,"iconIdx":1220},{"icon":{"paths":["M940.56 532.44l-416 256c-3.574 2.228-7.913 3.549-12.56 3.549-13.251 0-23.994-10.739-24-23.988l-0-0.001v-469.040l-379.4 233.48c-3.578 2.235-7.924 3.561-12.58 3.561-13.255 0-24.001-10.746-24.001-24.001 0-8.6 4.523-16.143 11.32-20.381l0.101-0.059 416-256c3.574-2.228 7.913-3.549 12.56-3.549 13.251 0 23.994 10.739 24 23.988l0 0.001v469.040l379.4-233.48c3.578-2.235 7.924-3.561 12.58-3.561 13.255 0 24.001 10.746 24.001 24.001 0 8.6-4.523 16.143-11.32 20.381l-0.101 0.059z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wave-sawtooth-light"]},"attrs":[{}],"properties":{"order":28210,"id":26,"name":"wave-sawtooth-light","prevSize":16,"code":60869},"setIdx":2,"setId":2,"iconIdx":1221},{"icon":{"paths":["M949.72 522.2c-86.36 184.080-161.72 269.8-237.72 269.8-95.32 0-156.8-131.040-221.88-269.8-53.080-113.52-113.44-242.2-178.12-242.2-36.72 0-100 42-194.12 242.2-4.005 7.999-12.137 13.394-21.529 13.394-13.255 0-24-10.745-24-24 0-3.547 0.769-6.914 2.15-9.944l-0.061 0.15c86.2-184.080 161.56-269.8 237.56-269.8 95.32 0 156.8 131.040 221.88 269.8 53.080 113.52 113.44 242.2 178.12 242.2 36.72 0 100.2-42 194.12-242.2 4.005-7.999 12.137-13.394 21.529-13.394 13.255 0 24 10.745 24 24 0 3.547-0.769 6.914-2.15 9.944l0.061-0.15z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wave-sine-light"]},"attrs":[{}],"properties":{"order":28211,"id":25,"name":"wave-sine-light","prevSize":16,"code":60870},"setIdx":2,"setId":2,"iconIdx":1222},{"icon":{"paths":["M142.96 304.84c-4.301-4.336-6.959-10.308-6.959-16.9s2.658-12.564 6.961-16.902l-0.002 0.002c2.96-3.040 72.64-71.040 209.040-71.040 71.24 0 123.16 34.6 173.32 68 46.24 30.84 89.96 60 146.68 60 60.32 0 104.68-15.48 131.28-28.48 16.829-7.87 31.319-17.432 44.202-28.775l-0.202 0.175c4.324-4.237 10.252-6.852 16.791-6.852 13.255 0 24 10.745 24 24 0 6.588-2.655 12.556-6.953 16.893l0.002-0.002c-3.040 3.040-72.72 71.040-209.12 71.040-71.28 0-123.16-34.6-173.32-68-46.24-30.88-89.96-60-146.68-60-60.32 0-104.68 15.48-131.28 28.48-16.829 7.87-31.319 17.432-44.202 28.775l0.202-0.175c-4.321 4.218-10.236 6.82-16.759 6.82-6.643 0-12.655-2.699-17.001-7.060l-0.001-0.001zM846.96 494.92c-12.681 11.168-27.171 20.73-42.881 28.126l-1.119 0.474c-26.28 13-70.64 28.48-130.96 28.48-56.72 0-100.44-29.12-146.68-60-50.16-33.44-102.080-68-173.32-68-136.4 0-206.080 68-209 71.040-4.296 4.335-6.951 10.303-6.951 16.892 0 13.255 10.745 24 24 24 6.538 0 12.466-2.615 16.795-6.856l-0.004 0.004c12.681-11.168 27.171-20.73 42.881-28.126l1.119-0.474c26.48-13 70.84-28.48 131.16-28.48 56.72 0 100.44 29.12 146.68 60 50.16 33.44 102.040 68 173.32 68 136.4 0 206.080-68 209-71.040 4.296-4.335 6.951-10.303 6.951-16.892 0-13.255-10.745-24-24-24-6.538 0-12.466 2.615-16.795 6.856l0.004-0.004zM846.96 718.92c-12.681 11.168-27.171 20.73-42.881 28.126l-1.119 0.474c-26.28 13-70.64 28.48-130.96 28.48-56.72 0-100.44-29.12-146.68-60-50.16-33.44-102.080-68-173.32-68-136.4 0-206.080 68-209 71.040-4.296 4.335-6.951 10.303-6.951 16.892 0 13.255 10.745 24 24 24 6.538 0 12.466-2.615 16.795-6.856l-0.004 0.004c12.681-11.168 27.171-20.73 42.881-28.126l1.119-0.474c26.48-13 70.84-28.48 131.16-28.48 56.72 0 100.44 29.12 146.68 60 50.16 33.44 102.040 68 173.32 68 136.4 0 206.080-68 209-71.040 4.296-4.335 6.951-10.303 6.951-16.892 0-13.255-10.745-24-24-24-6.538 0-12.466 2.615-16.795 6.856l0.004-0.004z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["waves-light"]},"attrs":[{}],"properties":{"order":28212,"id":24,"name":"waves-light","prevSize":16,"code":60871},"setIdx":2,"setId":2,"iconIdx":1223},{"icon":{"paths":["M952 512v224c0 13.255-10.745 24-24 24v0h-416c-13.255 0-24-10.745-24-24v0-424h-368v200c0 13.255-10.745 24-24 24s-24-10.745-24-24v0-224c0-13.255 10.745-24 24-24v0h416c13.255 0 24 10.745 24 24v0 424h368v-200c0-13.255 10.745-24 24-24s24 10.745 24 24v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wave-square-light"]},"attrs":[{}],"properties":{"order":28213,"id":23,"name":"wave-square-light","prevSize":16,"code":60872},"setIdx":2,"setId":2,"iconIdx":1224},{"icon":{"paths":["M947.44 526.040l-208 288c-4.413 6.044-11.473 9.926-19.44 9.926s-15.027-3.882-19.393-9.858l-0.047-0.068-396.56-549.040-188.56 261.040c-4.323 6.757-11.788 11.172-20.284 11.172-13.255 0-24-10.745-24-24 0-5.775 2.040-11.073 5.438-15.214l-0.034 0.042 208-288c4.413-6.044 11.473-9.926 19.44-9.926s15.027 3.882 19.393 9.858l0.047 0.068 396.56 548.96 188.56-261.040c4.435-5.406 11.116-8.828 18.596-8.828 13.255 0 24 10.745 24 24 0 4.758-1.385 9.193-3.773 12.924l0.058-0.096z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wave-triangle-light"]},"attrs":[{}],"properties":{"order":28214,"id":22,"name":"wave-triangle-light","prevSize":16,"code":60873},"setIdx":2,"setId":2,"iconIdx":1225},{"icon":{"paths":["M664 416c0-83.947-68.053-152-152-152s-152 68.053-152 152c0 83.947 68.053 152 152 152v0c83.947 0 152-68.053 152-152v0zM408 416c0-57.438 46.562-104 104-104s104 46.562 104 104c0 57.438-46.562 104-104 104v0c-57.438 0-104-46.562-104-104v0zM896 808h-360v-81c161.672-12.849 288-147.209 288-311.076 0-172.313-139.687-312-312-312s-312 139.687-312 312c0 163.866 126.328 298.227 286.907 311.006l1.093 0.070v81h-360c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h768c13.255 0 24-10.745 24-24s-10.745-24-24-24v0zM248 416c0-145.803 118.197-264 264-264s264 118.197 264 264c0 145.803-118.197 264-264 264v0c-145.73-0.182-263.818-118.27-264-263.983l-0-0.017z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["webcam-light"]},"attrs":[{}],"properties":{"order":28215,"id":21,"name":"webcam-light","prevSize":16,"code":60874},"setIdx":2,"setId":2,"iconIdx":1226},{"icon":{"paths":["M849.76 848l-640-704c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 71 78.24c-28.364 46.090-45.166 101.928-45.166 161.69 0 163.84 126.288 298.184 286.831 311l1.095 0.070v81h-360c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h664.28l21.96 24c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM483.080 516c-37.462-11.157-65.684-41.832-73.133-79.942l-0.107-0.658zM248 416c-0-0.157-0.001-0.344-0.001-0.53 0-45.389 11.524-88.087 31.807-125.326l-0.686 1.376 84.28 92.72c-2.133 9.546-3.355 20.51-3.355 31.76 0 83.932 68.027 151.974 151.953 152l0.002 0c6.18-0.006 12.266-0.383 18.244-1.112l-0.724 0.072 84.24 92.68c-30.053 12.899-65.031 20.4-101.76 20.4-145.803 0-264-118.197-264-264 0-0.014 0-0.028 0-0.042l-0 0.002zM536 808v-80.96c41.186-3.254 79.151-13.991 113.566-30.857l-1.846 0.817 100.92 111zM349.040 177.28c-1.965-3.404-3.125-7.487-3.125-11.841 0-8.903 4.848-16.674 12.048-20.817l0.117-0.062c44.27-25.57 97.375-40.657 154.004-40.657 172.313 0 312 139.687 312 312 0 67.071-21.164 129.199-57.178 180.071l0.654-0.973c-4.362 6.503-11.686 10.726-19.995 10.726-13.255 0-24-10.745-24-24 0-5.38 1.77-10.347 4.76-14.349l-0.045 0.063c29.948-42.235 47.874-94.829 47.874-151.609 0-145.803-118.197-264-264-264-47.95 0-92.914 12.784-131.671 35.128l1.277-0.679c-3.408 1.971-7.498 3.134-11.858 3.134-8.891 0-16.653-4.835-20.8-12.018l-0.062-0.116zM610.92 448.2c3.247-9.625 5.121-20.71 5.121-32.232 0-57.438-46.562-104-104-104-8.054 0-15.893 0.915-23.421 2.648l0.7-0.136c-1.563 0.362-3.357 0.57-5.2 0.57-13.26 0-24.010-10.75-24.010-24.010 0-11.417 7.969-20.973 18.649-23.409l0.161-0.031c9.952-2.321 21.38-3.652 33.119-3.652 83.947 0 152 68.053 152 152 0 16.834-2.737 33.029-7.789 48.165l0.311-1.073c-3.348 9.488-12.236 16.164-22.685 16.164-13.255 0-24-10.745-24-24 0-2.499 0.382-4.909 1.091-7.174l-0.046 0.17z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["webcam-slash-light"]},"attrs":[{}],"properties":{"order":28216,"id":20,"name":"webcam-slash-light","prevSize":16,"code":60875},"setIdx":2,"setId":2,"iconIdx":1227},{"icon":{"paths":["M717.48 728h-279.080c-12.283 90.768-89.271 159.997-182.428 159.997-101.62 0-184-82.38-184-184 0-41.647 13.836-80.061 37.162-110.899l-0.335 0.462c4.428-5.851 11.377-9.592 19.2-9.592 13.261 0 24.012 10.751 24.012 24.012 0 5.438-1.808 10.455-4.856 14.48l0.044-0.060c-16.978 22.299-27.201 50.542-27.201 81.173 0 0.15 0 0.3 0.001 0.45l-0-0.023c0 75.111 60.889 136 136 136s136-60.889 136-136v0c0-13.255 10.745-24 24-24v0h301.48c9.201-19.074 28.389-32 50.596-32 30.928 0 56 25.072 56 56s-25.072 56-56 56c-22.207 0-41.395-12.926-50.451-31.666l-0.146-0.334zM256 760c30.903-0.033 55.942-25.093 55.942-56 0-11.332-3.366-21.878-9.152-30.692l0.131 0.212 145.68-236.72c2.207-3.561 3.514-7.879 3.514-12.503 0-8.638-4.563-16.21-11.411-20.437l-0.103-0.059c-39.014-24.362-64.585-67.065-64.585-115.741 0-75.111 60.889-136 136-136 55.38 0 103.028 33.101 124.241 80.597l0.345 0.863c3.693 8.792 12.233 14.854 22.189 14.854 13.255 0 24-10.745 24-24 0-3.632-0.807-7.075-2.251-10.161l0.062 0.147c-29.116-65.547-93.642-110.431-168.652-110.431-101.62 0-184 82.38-184 184 0 57.516 26.39 108.868 67.721 142.609l0.331 0.262-133.92 217.52c-2-0.2-4-0.32-6.080-0.32-30.928 0-56 25.072-56 56s25.072 56 56 56v0zM768 520c-0.045-0-0.099-0-0.153-0-27.179 0-52.981 5.893-76.199 16.47l1.152-0.47-133.88-217.56c5.64-8.593 8.996-19.125 8.996-30.44 0-30.928-25.072-56-56-56s-56 25.072-56 56c0 30.928 25.072 56 56 56 0.030 0 0.059-0 0.089-0l-0.005 0c0.006 0 0.014 0 0.021 0 2.135 0 4.24-0.131 6.306-0.385l-0.248 0.025 145.6 236.68c3.351 5.329 8.587 9.209 14.754 10.725l0.166 0.035c1.662 0.411 3.569 0.646 5.532 0.646 4.659 0 9.008-1.328 12.689-3.625l-0.101 0.059c20.269-12.656 44.885-20.16 71.254-20.16 75.111 0 136 60.889 136 136 0 75.101-60.874 135.985-135.972 136l-0.002 0c-13.255 0-24 10.745-24 24s10.745 24 24 24v0c101.62 0 184-82.38 184-184s-82.38-184-184-184v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["webhooks-logo-light"]},"attrs":[{}],"properties":{"order":28217,"id":19,"name":"webhooks-logo-light","prevSize":16,"code":60876},"setIdx":2,"setId":2,"iconIdx":1228},{"icon":{"paths":["M918.64 748.52c21.078-40.905 33.434-89.268 33.434-140.517 0-160.799-121.644-293.187-277.929-310.161l-1.385-0.122c-48.202-113.873-159.006-192.312-288.13-192.312-172.313 0-312 139.687-312 312 0 50.697 12.092 98.569 33.548 140.891l-0.818-1.779-31.48 110.28c-1.167 3.943-1.839 8.472-1.839 13.159 0 26.51 21.49 48 48 48 4.687 0 9.216-0.672 13.498-1.924l-0.339 0.085 110.24-31.48c31.367 16.249 67.947 27.491 106.662 31.566l1.338 0.114c47.864 114.628 159.051 193.72 288.711 193.72 51.222 0 99.562-12.344 142.206-34.219l-1.757 0.819 110.28 31.48c3.943 1.167 8.472 1.839 13.159 1.839 26.51 0 48-21.49 48-48 0-4.687-0.672-9.216-1.924-13.498l0.085 0.339zM257.64 648c-3.32-1.846-7.281-2.932-11.496-2.932-2.36 0-4.64 0.341-6.794 0.975l0.17-0.043-119.52 34 34.12-119.48c0.592-1.984 0.932-4.265 0.932-6.624 0-4.215-1.087-8.176-2.995-11.619l0.063 0.123c-19.285-35.757-30.619-78.258-30.619-123.407 0-145.803 118.197-264 264-264 101.137 0 188.991 56.871 233.327 140.378l0.692 1.429c-163.203 10.943-291.441 146.007-291.441 311.022 0 23.993 2.711 47.354 7.844 69.791l-0.403-2.093c-29.271-5.426-55.389-14.992-79.21-28.196l1.33 0.676zM869.84 752.64l34.16 119.36-119.48-34.12c-1.984-0.592-4.265-0.932-6.624-0.932-4.215 0-8.176 1.087-11.619 2.995l0.123-0.063c-36.451 20.215-79.932 32.113-126.192 32.113-145.803 0-264-118.197-264-264s118.197-264 264-264c145.803 0 264 118.197 264 264 0 46.33-11.934 89.873-32.896 127.722l0.688-1.354c-1.911 3.367-3.038 7.396-3.038 11.688 0 2.29 0.321 4.504 0.919 6.602l-0.041-0.169zM568 560c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM792 560c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wechat-logo-light"]},"attrs":[{}],"properties":{"order":28218,"id":18,"name":"wechat-logo-light","prevSize":16,"code":60877},"setIdx":2,"setId":2,"iconIdx":1229},{"icon":{"paths":["M746.72 586.52l-128-64c-3.115-1.583-6.793-2.511-10.687-2.511-4.962 0-9.572 1.506-13.398 4.085l0.085-0.054-62.72 41.8c-31.9-16.568-57.273-41.94-73.394-72.899l-0.446-0.941 41.84-62.68c2.525-3.741 4.031-8.351 4.031-13.313 0-3.894-0.928-7.572-2.574-10.824l0.063 0.137-64-128c-4.018-7.958-12.129-13.32-21.493-13.32-0.010 0-0.019 0-0.029 0l0.002-0c-83.947 0-152 68.053-152 152v0c0.227 189.894 154.106 343.773 343.978 344l0.022 0c83.947 0 152-68.053 152-152v0c0-0.002 0-0.005 0-0.007 0-9.348-5.344-17.447-13.143-21.41l-0.137-0.063zM608 712c-163.394-0.205-295.795-132.606-296-295.981l-0-0.019c0.005-52.383 38.737-95.718 89.124-102.935l0.556-0.065 50.64 101.28-41.56 62.32c-2.512 3.734-4.010 8.333-4.010 13.281 0 3.335 0.68 6.51 1.909 9.396l-0.059-0.157c22.539 52.648 63.632 93.741 114.863 115.739l1.417 0.541c2.729 1.17 5.905 1.85 9.239 1.85 4.948 0 9.547-1.498 13.367-4.064l-0.086 0.054 62.32-41.56 101.28 50.64c-7.282 50.943-50.617 89.675-102.999 89.68l-0.001 0zM512 104c-0.026-0-0.056-0-0.086-0-225.332 0-408 182.668-408 408 0 71.387 18.334 138.492 50.55 196.863l-1.064-2.103-46.48 139.48c-1.823 5.286-2.876 11.378-2.876 17.716 0 30.928 25.072 56 56 56 6.338 0 12.43-1.053 18.11-2.993l-0.394 0.117 139.48-46.48c56.229 31.099 123.279 49.4 194.602 49.4 225.332 0 408-182.668 408-408 0-225.277-182.578-407.91-407.834-408l-0.008-0zM512 872c-0.026 0-0.056 0-0.086 0-66.337 0-128.483-17.943-181.85-49.239l1.696 0.919c-3.445-2.014-7.58-3.214-11.992-3.24l-0.008-0c-2.722 0.016-5.334 0.469-7.775 1.291l0.175-0.051-149.56 49.84c-0.755 0.26-1.625 0.411-2.531 0.411-4.418 0-8-3.582-8-8 0-0.905 0.15-1.776 0.428-2.587l-0.017 0.056 49.84-149.4c0.784-2.269 1.236-4.883 1.236-7.604 0-4.433-1.202-8.585-3.298-12.149l0.061 0.113c-30.451-51.72-48.439-113.94-48.439-180.36 0-198.823 161.177-360 360-360s360 161.177 360 360c0 198.781-161.109 359.932-359.874 360l-0.007 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["whatsapp-logo-light"]},"attrs":[{}],"properties":{"order":28219,"id":17,"name":"whatsapp-logo-light","prevSize":16,"code":60878},"setIdx":2,"setId":2,"iconIdx":1230},{"icon":{"paths":["M1014.76 760.4c-3.28-9.608-12.229-16.394-22.763-16.394-2.718 0-5.33 0.452-7.766 1.284l0.169-0.050-76.4 25.4-118.72-237.36c-3.997-7.88-12.008-13.203-21.27-13.28l-0.010-0h-328v-111.8c2.64 0 5.32 0 8 0h224c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-224c-2.68 0-5.32 0-8 0v-50.6c55.165-11.556 96-59.797 96-117.576 0-66.274-53.726-120-120-120s-120 53.726-120 120c0 57.779 40.835 106.020 95.219 117.438l0.781 0.137v56c-128.858 26.852-224.281 139.482-224.281 274.4 0 154.64 125.36 280 280 280 0.099 0 0.198-0 0.297-0l-0.015 0c130.48 0 248-88.32 279.24-210 0.484-1.801 0.762-3.868 0.762-6 0-13.256-10.746-24.002-24.002-24.002-11.124 0-20.48 7.567-23.202 17.835l-0.038 0.167c-25.96 100.84-124 174-232.76 174-128.096-0.046-231.92-103.898-231.92-232 0-108.215 74.091-199.126 174.313-224.771l1.607-0.349v129.12c0 13.255 10.745 24 24 24v0h337.16l121.36 242.72c4.032 7.916 12.121 13.244 21.455 13.244 2.728 0 5.35-0.455 7.794-1.294l-0.169 0.050 96-32c9.602-3.284 16.382-12.23 16.382-22.759 0-2.705-0.447-5.305-1.272-7.73l0.050 0.169zM344 192c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72v0c-39.765 0-72-32.235-72-72v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wheelchair-light"]},"attrs":[{}],"properties":{"order":28220,"id":16,"name":"wheelchair-light","prevSize":16,"code":60879},"setIdx":2,"setId":2,"iconIdx":1231},{"icon":{"paths":["M704 312c66.274 0 120-53.726 120-120s-53.726-120-120-120c-66.274 0-120 53.726-120 120v0c0 66.274 53.726 120 120 120v0zM704 120c39.765 0 72 32.235 72 72s-32.235 72-72 72c-39.765 0-72-32.235-72-72v0c0-39.765 32.235-72 72-72v0zM664 672c0 136.967-111.033 248-248 248s-248-111.033-248-248c0-136.967 111.033-248 248-248v0c13.255 0 24 10.745 24 24s-10.745 24-24 24v0c-110.457 0-200 89.543-200 200s89.543 200 200 200c110.457 0 200-89.543 200-200v0c0-13.255 10.745-24 24-24s24 10.745 24 24v0zM818.56 528.8c3.387 4.107 5.441 9.422 5.441 15.218 0 1.693-0.175 3.345-0.509 4.938l0.027-0.156-64 320c-2.311 11.033-11.959 19.2-23.515 19.2-0.002 0-0.003-0-0.005-0l0 0c-1.687-0.003-3.33-0.178-4.918-0.507l0.158 0.027c-11.066-2.285-19.267-11.949-19.267-23.529 0-1.667 0.17-3.295 0.494-4.866l-0.027 0.155 58.28-291.28h-258.72c-0.005 0-0.010 0-0.015 0-13.255 0-24-10.745-24-24 0-4.418 1.194-8.558 3.277-12.113l-0.061 0.113 84.28-146.72c-45.942-26.001-100.895-41.323-159.427-41.323-79.559 0-152.505 28.308-209.318 75.401l0.544-0.438c-4.18 3.624-9.673 5.832-15.682 5.832-13.255 0-24-10.745-24-24 0-7.613 3.544-14.397 9.073-18.794l0.049-0.038c64.483-53.512 148.101-85.983 239.303-85.983 76.273 0 147.241 22.71 206.512 61.738l-1.415-0.875c6.574 4.352 10.851 11.715 10.851 20.077 0 4.387-1.177 8.499-3.232 12.037l0.062-0.115-75.32 131.2h246.52c7.463 0.004 14.128 3.414 18.527 8.759l0.033 0.041z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wheelchair-motion-light"]},"attrs":[{}],"properties":{"order":28221,"id":15,"name":"wheelchair-motion-light","prevSize":16,"code":60880},"setIdx":2,"setId":2,"iconIdx":1232},{"icon":{"paths":["M552 816c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM943.24 354.2c-116.364-96.007-267.002-154.232-431.24-154.232s-314.877 58.226-432.4 155.161l1.16-0.929c-5.413 4.435-8.84 11.12-8.84 18.606 0 13.255 10.745 24 24 24 5.842 0 11.197-2.087 15.359-5.557l-0.039 0.031c108.143-89.21 248.134-143.313 400.76-143.313s292.617 54.103 401.838 144.176l-1.078-0.863c4.123 3.439 9.478 5.526 15.32 5.526 13.255 0 24-10.745 24-24 0-7.486-3.427-14.171-8.798-18.572l-0.042-0.034zM814.92 497.36c-82.389-65.687-188.017-105.399-302.92-105.399s-220.532 39.712-303.909 106.16l0.989-0.761c-5.563 4.438-9.097 11.216-9.097 18.82 0 13.264 10.753 24.017 24.017 24.017 5.66 0 10.863-1.958 14.968-5.234l-0.048 0.037c74.277-59.205 169.499-94.997 273.080-94.997s198.803 35.792 273.972 95.683l-0.892-0.686c4.010 3.12 9.118 5.001 14.665 5.001 0.090 0 0.179-0 0.269-0.001l-0.014 0c0 0 0.001 0 0.002 0 13.255 0 24-10.745 24-24 0-7.595-3.528-14.365-9.033-18.763l-0.048-0.037zM686.12 640.6c-48.183-35.388-108.671-56.63-174.12-56.63s-125.938 21.242-174.946 57.208l0.826-0.579c-5.776 4.429-9.463 11.332-9.463 19.097 0 13.255 10.745 24 24 24 5.128 0 9.88-1.608 13.78-4.348l-0.077 0.051c40.368-29.647 91.046-47.443 145.88-47.443s105.512 17.796 146.572 47.928l-0.692-0.485c3.907 2.87 8.812 4.592 14.119 4.592 7.944 0 14.986-3.859 19.354-9.806l0.047-0.067c2.87-3.907 4.592-8.812 4.592-14.119 0-7.944-3.859-14.986-9.806-19.354l-0.067-0.047z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-high-light"]},"attrs":[{}],"properties":{"order":28222,"id":14,"name":"wifi-high-light","prevSize":16,"code":60881},"setIdx":2,"setId":2,"iconIdx":1233},{"icon":{"paths":["M552 816c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM686.12 640.6c-48.183-35.388-108.671-56.63-174.12-56.63s-125.938 21.242-174.946 57.208l0.826-0.579c-5.776 4.429-9.463 11.332-9.463 19.097 0 13.255 10.745 24 24 24 5.128 0 9.88-1.608 13.78-4.348l-0.077 0.051c40.368-29.647 91.046-47.443 145.88-47.443s105.512 17.796 146.572 47.928l-0.692-0.485c3.907 2.87 8.812 4.592 14.119 4.592 7.944 0 14.986-3.859 19.354-9.806l0.047-0.067c2.87-3.907 4.592-8.812 4.592-14.119 0-7.944-3.859-14.986-9.806-19.354l-0.067-0.047z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-low-light"]},"attrs":[{}],"properties":{"order":28223,"id":13,"name":"wifi-low-light","prevSize":16,"code":60882},"setIdx":2,"setId":2,"iconIdx":1234},{"icon":{"paths":["M552 816c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM814.92 497.36c-82.389-65.687-188.017-105.399-302.92-105.399s-220.532 39.712-303.909 106.16l0.989-0.761c-5.563 4.438-9.097 11.216-9.097 18.82 0 13.264 10.753 24.017 24.017 24.017 5.66 0 10.863-1.958 14.968-5.234l-0.048 0.037c74.277-59.205 169.499-94.997 273.080-94.997s198.803 35.792 273.972 95.683l-0.892-0.686c4.010 3.12 9.118 5.001 14.665 5.001 0.090 0 0.179-0 0.269-0.001l-0.014 0c0 0 0.001 0 0.002 0 13.255 0 24-10.745 24-24 0-7.595-3.528-14.365-9.033-18.763l-0.048-0.037zM686.12 640.6c-48.183-35.388-108.671-56.63-174.12-56.63s-125.938 21.242-174.946 57.208l0.826-0.579c-5.776 4.429-9.463 11.332-9.463 19.097 0 13.255 10.745 24 24 24 5.128 0 9.88-1.608 13.78-4.348l-0.077 0.051c40.368-29.647 91.046-47.443 145.88-47.443s105.512 17.796 146.572 47.928l-0.692-0.485c3.907 2.87 8.812 4.592 14.119 4.592 7.944 0 14.986-3.859 19.354-9.806l0.047-0.067c2.87-3.907 4.592-8.812 4.592-14.119 0-7.944-3.859-14.986-9.806-19.354l-0.067-0.047z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-medium-light"]},"attrs":[{}],"properties":{"order":28224,"id":12,"name":"wifi-medium-light","prevSize":16,"code":60883},"setIdx":2,"setId":2,"iconIdx":1235},{"icon":{"paths":["M552 816c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-none-light"]},"attrs":[{}],"properties":{"order":28225,"id":11,"name":"wifi-none-light","prevSize":16,"code":60884},"setIdx":2,"setId":2,"iconIdx":1236},{"icon":{"paths":["M552 816c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM209.76 144c-4.27-3.972-10.014-6.41-16.327-6.41-13.255 0-24 10.745-24 24 0 5.434 1.806 10.447 4.851 14.47l-0.044-0.060 71.080 78.32c-62.912 27.204-117.15 60.739-165.694 100.912l1.134-0.912c-5.413 4.435-8.84 11.12-8.84 18.606 0 13.255 10.745 24 24 24 5.842 0 11.197-2.087 15.359-5.557l-0.039 0.031c48.264-39.995 103.902-73.468 164.176-97.887l4.224-1.513 105.92 116.52c-67.73 18.546-126.715 49.090-177.472 89.523l0.992-0.763c-5.563 4.438-9.097 11.216-9.097 18.82 0 13.264 10.753 24.017 24.017 24.017 5.66 0 10.863-1.958 14.968-5.234l-0.048 0.037c51.249-40.898 113.044-70.882 180.592-85.361l2.888-0.519 124.52 137c-10.442-1.299-22.527-2.040-34.786-2.040-0.047 0-0.094 0-0.141 0l0.007-0c-0.228-0.001-0.499-0.001-0.769-0.001-65.193 0-125.426 21.237-174.158 57.169l0.807-0.568c-6.012 4.415-9.871 11.457-9.871 19.4 0 13.252 10.74 23.995 23.99 24l0 0c0.024 0 0.053 0 0.082 0 5.282 0 10.16-1.726 14.102-4.646l-0.064 0.045c40.361-29.631 91.026-47.417 145.844-47.417 33.592 0 65.624 6.679 94.841 18.781l-1.645-0.604 209.080 229.84c4.408 4.832 10.731 7.852 17.76 7.852 13.261 0 24.012-10.75 24.012-24.012 0-6.233-2.375-11.911-6.269-16.179l0.017 0.019zM943.24 354.2c-116.412-95.905-267.021-154.096-431.217-154.2l-0.023-0c-30.698 0.014-60.914 2.019-90.542 5.894l3.502-0.374c-12.144 1.299-21.52 11.49-21.52 23.871 0 13.255 10.745 24 24 24 1.27 0 2.518-0.099 3.735-0.289l-0.135 0.017c24.306-3.259 52.406-5.12 80.939-5.12 0.007 0 0.015 0 0.022 0l-0.002-0c152.611 0.083 292.577 54.155 401.848 144.15l-1.088-0.87c4.123 3.439 9.478 5.526 15.32 5.526 13.255 0 24-10.745 24-24 0-7.486-3.427-14.171-8.798-18.572l-0.042-0.034zM785.080 535c4.010 3.12 9.118 5.001 14.665 5.001 0.090 0 0.179-0 0.269-0.001l-0.014 0c0 0 0.001 0 0.002 0 13.255 0 24-10.745 24-24 0-7.595-3.528-14.365-9.033-18.763l-0.048-0.037c-56.882-45.336-125.449-78.585-200.388-94.663l-3.212-0.577c-1.567-0.364-3.366-0.573-5.214-0.573-13.255 0-24 10.745-24 24 0 11.661 8.316 21.38 19.342 23.548l0.152 0.025c70.446 15.047 132.239 45.084 184.361 86.72l-0.881-0.68z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-slash-light"]},"attrs":[{}],"properties":{"order":28226,"id":10,"name":"wifi-slash-light","prevSize":16,"code":60885},"setIdx":2,"setId":2,"iconIdx":1237},{"icon":{"paths":["M552 816c0 22.091-17.909 40-40 40s-40-17.909-40-40c0-22.091 17.909-40 40-40v0c22.091 0 40 17.909 40 40v0zM833.92 320l79.040-79.040c3.991-4.274 6.441-10.032 6.441-16.361 0-13.255-10.745-24-24-24-6.33 0-12.087 2.45-16.375 6.454l0.014-0.013-79.040 79.040-79.040-79.040c-4.274-3.991-10.032-6.441-16.361-6.441-13.255 0-24 10.745-24 24 0 6.33 2.45 12.087 6.454 16.375l-0.013-0.014 79.040 79.040-79.040 79.040c-4.706 4.393-7.639 10.634-7.639 17.559 0 13.255 10.745 24 24 24 6.925 0 13.165-2.933 17.546-7.625l0.013-0.014 79.040-79.040 79.040 79.040c4.274 3.991 10.032 6.441 16.361 6.441 13.255 0 24-10.745 24-24 0-6.33-2.45-12.087-6.454-16.375l0.013 0.014zM686.12 640.6c-48.183-35.388-108.671-56.63-174.12-56.63s-125.938 21.242-174.946 57.208l0.826-0.579c-5.776 4.429-9.463 11.332-9.463 19.097 0 13.255 10.745 24 24 24 5.128 0 9.88-1.608 13.78-4.348l-0.077 0.051c40.368-29.647 91.046-47.443 145.88-47.443s105.512 17.796 146.572 47.928l-0.692-0.485c3.907 2.87 8.812 4.592 14.119 4.592 7.944 0 14.986-3.859 19.354-9.806l0.047-0.067c2.87-3.907 4.592-8.812 4.592-14.119 0-7.944-3.859-14.986-9.806-19.354l-0.067-0.047zM573.68 250.96c0.877 0.113 1.891 0.178 2.92 0.178 13.255 0 24-10.745 24-24 0-12.65-9.786-23.013-22.201-23.934l-0.079-0.005c-21.88-2.12-44.2-3.2-66.32-3.2-164.219 0.104-314.828 58.295-432.411 155.136l1.171-0.936c-5.413 4.435-8.84 11.12-8.84 18.606 0 13.255 10.745 24 24 24 5.842 0 11.197-2.087 15.359-5.557l-0.039 0.031c108.183-89.125 248.149-143.197 400.741-143.28l0.019-0c20.56 0 41.32 1 61.68 2.96zM572.72 444.16c0.985 0.143 2.123 0.225 3.28 0.225 13.258 0 24.005-10.747 24.005-24.005 0-12.101-8.954-22.11-20.597-23.765l-0.128-0.015c-20.208-2.923-43.547-4.594-67.274-4.6l-0.006-0c-0.531-0.002-1.16-0.003-1.79-0.003-114.316 0-219.356 39.714-302.077 106.098l0.946-0.734c-5.563 4.438-9.097 11.216-9.097 18.82 0 13.264 10.753 24.017 24.017 24.017 5.66 0 10.863-1.958 14.968-5.234l-0.048 0.037c73.686-59.193 168.354-95.003 271.385-95.003 0.596 0 1.192 0.001 1.787 0.004l-0.092-0c0.35-0.001 0.765-0.002 1.18-0.002 20.997 0 41.654 1.454 61.877 4.268l-2.336-0.266z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wifi-x-light"]},"attrs":[{}],"properties":{"order":28227,"id":9,"name":"wifi-x-light","prevSize":16,"code":60886},"setIdx":2,"setId":2,"iconIdx":1238},{"icon":{"paths":["M728 736c0 66.274-53.726 120-120 120v0c-51.6 0-101.44-33.52-118.52-79.68-0.942-2.473-1.488-5.333-1.488-8.32 0-13.259 10.749-24.008 24.008-24.008 10.272 0 19.037 6.451 22.465 15.523l0.055 0.165c10 27.080 42.28 48.32 73.48 48.32 39.765 0 72-32.235 72-72s-32.235-72-72-72v0h-448c-13.255 0-24-10.745-24-24s10.745-24 24-24v0h448c66.274 0 120 53.726 120 120v0zM600 288c0-66.274-53.726-120-120-120v0c-51.6 0-101.44 33.52-118.52 79.68-0.942 2.473-1.488 5.333-1.488 8.32 0 13.259 10.749 24.008 24.008 24.008 10.272 0 19.037-6.451 22.465-15.523l0.055-0.165c10-27.080 42.28-48.32 73.48-48.32 39.765 0 72 32.235 72 72s-32.235 72-72 72v0h-384c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h384c66.274 0 120-53.726 120-120v0zM832 296c-51.6 0-101.44 33.52-118.52 79.68-0.942 2.473-1.488 5.333-1.488 8.32 0 13.259 10.749 24.008 24.008 24.008 10.272 0 19.037-6.451 22.465-15.523l0.055-0.165c10-27.080 42.28-48.32 73.48-48.32 39.765 0 72 32.235 72 72s-32.235 72-72 72v0h-704c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h704c66.274 0 120-53.726 120-120s-53.726-120-120-120v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wind-light"]},"attrs":[{}],"properties":{"order":28228,"id":8,"name":"wind-light","prevSize":16,"code":60887},"setIdx":2,"setId":2,"iconIdx":1239},{"icon":{"paths":["M864 552h-320c-13.255 0-24 10.745-24 24v0 229.8c-0 0.007-0 0.016-0 0.025 0 11.742 8.432 21.514 19.572 23.592l0.148 0.023 320 58.16c1.251 0.255 2.69 0.4 4.162 0.4 0.041 0 0.083-0 0.124-0l-0.006 0c13.255 0 24-10.745 24-24v0-288c0-13.255-10.745-24-24-24v0zM840 835.24l-272-49.44v-185.8h272zM416 552h-256c-13.255 0-24 10.745-24 24v0 160c0.008 11.736 8.437 21.5 19.572 23.577l0.148 0.023 256 46.56c1.28 0.242 2.758 0.387 4.268 0.4l0.012 0c13.255 0 24-10.745 24-24v0-206.56c0-13.255-10.745-24-24-24v0zM392 753.8l-208-37.8v-116h208zM879.36 141.56c-4.128-3.451-9.492-5.547-15.346-5.547-1.518 0-3.003 0.141-4.443 0.41l0.149-0.023-320 58.16c-11.288 2.101-19.72 11.873-19.72 23.615 0 0.009 0 0.017 0 0.026l-0-0.001v229.8c0 13.255 10.745 24 24 24v0h320c13.255 0 24-10.745 24-24v0-288c-0-7.394-3.344-14.007-8.602-18.409l-0.038-0.031zM840 424h-272v-185.8l272-49.44zM431.36 223.040c-4.134-3.471-9.513-5.58-15.385-5.58-1.504 0-2.975 0.138-4.403 0.403l0.148-0.023-256 46.56c-11.283 2.1-19.712 11.864-19.72 23.599l-0 0.001v160c0 13.255 10.745 24 24 24v0h256c13.255 0 24-10.745 24-24v0-206.56c-0.013-7.379-3.354-13.975-8.602-18.369l-0.038-0.031zM392 424h-208v-116l208-37.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["windows-logo-light"]},"attrs":[{}],"properties":{"order":28229,"id":7,"name":"windows-logo-light","prevSize":16,"code":60888},"setIdx":2,"setId":2,"iconIdx":1240},{"icon":{"paths":["M813.64 384.92l-87.080-295.72c-3.029-10.020-12.176-17.192-22.999-17.2l-383.121-0c-10.824 0.008-19.971 7.18-22.956 17.030l-0.044 0.17-87.080 295.72c-6.642 21.242-10.467 45.666-10.467 70.984 0 70.804 29.923 134.619 77.812 179.49l0.135 0.126c55.346 51.994 128.332 85.785 209.074 91.498l1.086 0.062v176.92h-136c-13.255 0-24 10.745-24 24s10.745 24 24 24v0h320c13.255 0 24-10.745 24-24s-10.745-24-24-24v0h-136v-176.92c81.826-5.785 154.809-39.574 210.341-91.728l-0.181 0.168c48.025-44.996 77.947-108.812 77.947-179.616 0-25.318-3.826-49.742-10.931-72.726l0.464 1.742zM338.4 120h347.2l82.040 278.52c1.040 3.6 2 7.2 2.84 10.8-90.16 36.28-192.68-2.92-247.64-30.72-106.44-53.92-188.92-57.24-247.52-44.52zM713.4 600.44c-52.545 49.289-123.437 79.565-201.4 79.565s-148.855-30.277-201.559-79.713l0.159 0.148c-38.637-36.244-62.707-87.621-62.707-144.62 0-20.438 3.095-40.154 8.842-58.704l-0.374 1.403 2.96-10.040c49.36-17.84 129.040-24.2 241.84 32.92 44 22.2 114.6 50.56 190.080 50.56 0.519 0.004 1.133 0.006 1.747 0.006 29.698 0 58.243-4.937 84.859-14.034l-1.845 0.548c-0.596 56.038-24.513 106.375-62.487 141.855l-0.113 0.105z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wine-light"]},"attrs":[{}],"properties":{"order":28230,"id":6,"name":"wine-light","prevSize":16,"code":60889},"setIdx":2,"setId":2,"iconIdx":1241},{"icon":{"paths":["M899.64 279c-3.658-8.87-12.237-14.999-22.248-14.999-6.287 0-12.009 2.417-16.288 6.373l0.016-0.015-164.28 151.6-78.040-16.76-16.76-78.040 151.6-164.28c3.941-4.263 6.359-9.985 6.359-16.272 0-10.011-6.129-18.59-14.839-22.19l-0.159-0.058c-31.121-12.975-67.276-20.511-105.192-20.511-154.64 0-280 125.36-280 280 0 42.854 9.627 83.459 26.837 119.771l-0.725-1.7-245.56 212c-0.44 0.36-0.84 0.76-1.28 1.2-21.735 21.725-35.178 51.742-35.178 84.9 0 66.295 53.743 120.038 120.038 120.038 33.138 0 63.139-13.428 84.86-35.139l-0 0c0.44-0.44 0.84-0.84 1.2-1.28l212-245.56c34.612 16.484 75.217 26.112 118.071 26.112 154.64 0 280-125.36 280-280 0-37.915-7.536-74.070-21.192-107.049l0.681 1.858zM640 616c-41.101-0.018-79.699-10.722-113.17-29.483l1.17 0.603c-3.352-1.89-7.359-3.004-11.627-3.004-7.249 0-13.747 3.214-18.148 8.294l-0.025 0.030-223.92 259.080c-12.911 12.384-30.469 20.009-49.809 20.009-39.765 0-72-32.235-72-72 0-19.34 7.625-36.899 20.033-49.834l-0.024 0.025 259.040-223.76c5.13-4.427 8.358-10.938 8.358-18.202 0-4.32-1.142-8.374-3.14-11.876l0.062 0.118c-18.225-32.366-28.961-71.052-28.961-112.246 0-128.13 103.87-232 232-232 18.786 0 37.051 2.233 54.544 6.448l-1.583-0.322-134.48 145.84c-3.931 4.26-6.341 9.975-6.341 16.253 0 1.795 0.197 3.544 0.571 5.227l-0.030-0.16 22.6 105.4c2.032 9.25 9.19 16.408 18.281 18.411l0.159 0.029 105.4 22.6c1.523 0.344 3.272 0.541 5.067 0.541 6.278 0 11.993-2.41 16.269-6.356l-0.016 0.015 145.68-134.48c3.83 15.79 6.026 33.919 6.026 52.56 0 128.173-103.833 232.095-231.972 232.24l-0.014 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["wrench-light"]},"attrs":[{}],"properties":{"order":28231,"id":5,"name":"wrench-light","prevSize":16,"code":60890},"setIdx":2,"setId":2,"iconIdx":1242},{"icon":{"paths":["M656.96 400.96l-111.040 111.040 111.040 111.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-111.040-111.040-111.040 111.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 111.040-111.040-111.040-111.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 111.040 111.040 111.040-111.040c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014zM920 512c0 225.332-182.668 408-408 408s-408-182.668-408-408c0-225.332 182.668-408 408-408v0c225.222 0.273 407.727 182.778 408 407.974l0 0.026zM872 512c0-198.823-161.177-360-360-360s-360 161.177-360 360c0 198.823 161.177 360 360 360v0c198.731-0.228 359.773-161.269 360-359.979l0-0.021z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["x-circle-light"]},"attrs":[{}],"properties":{"order":28232,"id":4,"name":"x-circle-light","prevSize":16,"code":60891},"setIdx":2,"setId":2,"iconIdx":1243},{"icon":{"paths":["M816.96 783.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-271.040-271-271.040 271c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 271-271.040-271-271.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 271.040 271 271.040-271c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014-271 271.040z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["x-light"]},"attrs":[{}],"properties":{"order":28233,"id":3,"name":"x-light","prevSize":16,"code":60892},"setIdx":2,"setId":2,"iconIdx":1244},{"icon":{"paths":["M832 136h-640c-30.928 0-56 25.072-56 56v0 640c0 30.928 25.072 56 56 56v0h640c30.928 0 56-25.072 56-56v0-640c0-30.928-25.072-56-56-56v0zM840 832c0 4.418-3.582 8-8 8v0h-640c-4.418 0-8-3.582-8-8v0-640c0-4.418 3.582-8 8-8v0h640c4.418 0 8 3.582 8 8v0zM656.96 400.96l-111.040 111.040 111.040 111.040c4.706 4.393 7.639 10.634 7.639 17.559 0 13.255-10.745 24-24 24-6.925 0-13.165-2.933-17.546-7.625l-0.013-0.014-111.040-111.040-111.040 111.040c-4.274 3.991-10.032 6.441-16.361 6.441-13.255 0-24-10.745-24-24 0-6.33 2.45-12.087 6.454-16.375l-0.013 0.014 111.040-111.040-111.040-111.040c-3.991-4.274-6.441-10.032-6.441-16.361 0-13.255 10.745-24 24-24 6.33 0 12.087 2.45 16.375 6.454l-0.014-0.013 111.040 111.040 111.040-111.040c4.274-3.991 10.032-6.441 16.361-6.441 13.255 0 24 10.745 24 24 0 6.33-2.45 12.087-6.454 16.375l0.013-0.014z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["x-square-light"]},"attrs":[{}],"properties":{"order":28234,"id":2,"name":"x-square-light","prevSize":16,"code":60893},"setIdx":2,"setId":2,"iconIdx":1245},{"icon":{"paths":["M512 104c-225.332 0-408 182.668-408 408s182.668 408 408 408c225.332 0 408-182.668 408-408v0c-0.273-225.222-182.778-407.727-407.974-408l-0.026-0zM152 512c0.228-198.731 161.269-359.773 359.979-360l0.021-0c92.784 0 168 75.216 168 168s-75.216 168-168 168v0c-119.259 0.045-215.92 96.734-215.92 216 0 44.734 13.599 86.291 36.887 120.765l-0.487-0.765c-108.587-63.368-180.41-179.288-180.48-311.99l-0-0.010zM512 872c-92.784 0-168-75.216-168-168s75.216-168 168-168v0c119.259-0.045 215.92-96.734 215.92-216 0-44.734-13.599-86.291-36.887-120.765l0.487 0.765c108.59 63.35 180.4 179.289 180.4 312 0 198.794-161.132 359.955-359.916 360l-0.005 0zM560 704c0 26.51-21.49 48-48 48s-48-21.49-48-48c0-26.51 21.49-48 48-48v0c26.51 0 48 21.49 48 48v0zM472 320c0-22.091 17.909-40 40-40s40 17.909 40 40c0 22.091-17.909 40-40 40v0c-22.091 0-40-17.909-40-40v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["yin-yang-light"]},"attrs":[{}],"properties":{"order":28235,"id":1,"name":"yin-yang-light","prevSize":16,"code":60894},"setIdx":2,"setId":2,"iconIdx":1246},{"icon":{"paths":["M653.32 492l-192-128c-3.743-2.528-8.355-4.036-13.32-4.036-13.255 0-24 10.745-24 24 0 0.013 0 0.025 0 0.038l-0-0.002v256c-0 0.011-0 0.023-0 0.036 0 13.255 10.745 24 24 24 4.965 0 9.577-1.508 13.405-4.090l-0.085 0.054 192-128c6.507-4.362 10.734-11.687 10.734-20s-4.226-15.638-10.647-19.945l-0.086-0.055zM472 595.16v-166.32l124.72 83.16zM929.6 280c-7.277-27.622-26.935-49.543-52.527-59.79l-0.593-0.21c-136.48-52.84-355.4-52-364.48-52s-228-0.84-364.64 52c-26.12 10.497-45.716 32.408-52.823 59.387l-0.137 0.613c-10.2 39.56-22.4 112-22.4 232s12.2 192.44 22.4 232c7.277 27.622 26.935 49.543 52.527 59.79l0.593 0.21c136.48 52.84 355.36 52 364.48 52h2.84c27.64 0 232-1.76 361.8-52 26.185-10.457 45.843-32.378 52.982-59.386l0.138-0.614c10.2-39.48 22.4-111.72 22.4-232s-12.16-192.44-22.56-232zM883.12 732c-3.231 12.596-12.122 22.619-23.732 27.344l-0.268 0.096c-128 49.32-344.8 48.56-347.12 48.56s-218.84 0.8-347-48.68c-11.878-4.821-20.769-14.844-23.939-27.163l-0.061-0.277c-9.64-36.76-21-104.76-21-219.88s11.36-183.12 20.88-220c3.231-12.596 12.122-22.619 23.732-27.344l0.268-0.096c123.36-47.52 329.24-48.56 346.16-48.56h0.96c2.16 0 218.84-0.8 347 48.68 11.878 4.821 20.769 14.844 23.939 27.163l0.061 0.277c9.52 36.76 20.88 104.76 20.88 220s-11.24 183-20.76 219.88z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["youtube-logo-light"]},"attrs":[{}],"properties":{"order":28236,"id":0,"name":"youtube-logo-light","prevSize":16,"code":60895},"setIdx":2,"setId":2,"iconIdx":1247}],"height":1024,"metadata":{"name":"Phosphor-Light","url":"https://phosphoricons.com","designer":"Helena Zhang & Tobias Fried","designerURL":"https://phosphoricons.com","license":"MIT","licenseURL":"https://github.com/phosphor-icons/homepage/blob/master/LICENSE"},"preferences":{"showGlyphs":true,"showCodes":true,"showQuickUse":false,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"ph-light.ph-","metadata":{"fontFamily":"Phosphor-Light","majorVersion":2,"minorVersion":0,"fontURL":"https://phosphoricons.com","copyright":"2023","designer":"Helena Zhang & Tobias Fried","designerURL":"https://phosphoricons.com","license":"MIT","licenseURL":"https://github.com/phosphor-icons/homepage/blob/master/LICENSE"},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"noie8":true,"ie7":false,"addZero":true,"showSelector":true,"showMetrics":false,"showMetadata":false,"showVersion":true,"includeMetadata":true,"selector":"class","classSelector":".ph-light","postfix":"","flutter":true,"autoHost":false},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"name":"icomoon","classSelector":".icon","height":32,"columns":16,"margin":16},"historySize":50,"gridSize":16,"showGrid":true,"showLiga":false,"quickUsageToken":{"Phosphor20":"YjY4NWJkN2JlNzBhMTQwNWYzNWI5NzNiMzE4MTFiNzAjMSMxNjc2MjcwNzg1IyMjNDRjODM2MThmYTM1"}}} \ No newline at end of file diff --git a/public/phicons/light/style.css b/public/phicons/light/style.css deleted file mode 100644 index 380e09cd..00000000 --- a/public/phicons/light/style.css +++ /dev/null @@ -1,3769 +0,0 @@ -@font-face { - font-family: "Phosphor-Light"; - src: url("./Phosphor-Light.woff") format("woff"), - url("./Phosphor-Light.ttf") format("truetype"), - url("./Phosphor-Light.svg#Phosphor-Light") format("svg"); - font-weight: normal; - font-style: normal; - font-display: block; -} - -.ph-light { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: "Phosphor-Light" !important; - speak: never; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.ph-light.ph-address-book:before { - content: "\e900"; -} -.ph-light.ph-airplane-in-flight:before { - content: "\e901"; -} -.ph-light.ph-airplane-landing:before { - content: "\e902"; -} -.ph-light.ph-airplane:before { - content: "\e903"; -} -.ph-light.ph-airplane-takeoff:before { - content: "\e904"; -} -.ph-light.ph-airplane-tilt:before { - content: "\e905"; -} -.ph-light.ph-airplay:before { - content: "\e906"; -} -.ph-light.ph-air-traffic-control:before { - content: "\e907"; -} -.ph-light.ph-alarm:before { - content: "\e908"; -} -.ph-light.ph-alien:before { - content: "\e909"; -} -.ph-light.ph-align-bottom:before { - content: "\e90a"; -} -.ph-light.ph-align-bottom-simple:before { - content: "\e90b"; -} -.ph-light.ph-align-center-horizontal:before { - content: "\e90c"; -} -.ph-light.ph-align-center-horizontal-simple:before { - content: "\e90d"; -} -.ph-light.ph-align-center-vertical:before { - content: "\e90e"; -} -.ph-light.ph-align-center-vertical-simple:before { - content: "\e90f"; -} -.ph-light.ph-align-left:before { - content: "\e910"; -} -.ph-light.ph-align-left-simple:before { - content: "\e911"; -} -.ph-light.ph-align-right:before { - content: "\e912"; -} -.ph-light.ph-align-right-simple:before { - content: "\e913"; -} -.ph-light.ph-align-top:before { - content: "\e914"; -} -.ph-light.ph-align-top-simple:before { - content: "\e915"; -} -.ph-light.ph-amazon-logo:before { - content: "\e916"; -} -.ph-light.ph-anchor:before { - content: "\e917"; -} -.ph-light.ph-anchor-simple:before { - content: "\e918"; -} -.ph-light.ph-android-logo:before { - content: "\e919"; -} -.ph-light.ph-angular-logo:before { - content: "\e91a"; -} -.ph-light.ph-aperture:before { - content: "\e91b"; -} -.ph-light.ph-apple-logo:before { - content: "\e91c"; -} -.ph-light.ph-apple-podcasts-logo:before { - content: "\e91d"; -} -.ph-light.ph-app-store-logo:before { - content: "\e91e"; -} -.ph-light.ph-app-window:before { - content: "\e91f"; -} -.ph-light.ph-archive-box:before { - content: "\e920"; -} -.ph-light.ph-archive:before { - content: "\e921"; -} -.ph-light.ph-archive-tray:before { - content: "\e922"; -} -.ph-light.ph-armchair:before { - content: "\e923"; -} -.ph-light.ph-arrow-arc-left:before { - content: "\e924"; -} -.ph-light.ph-arrow-arc-right:before { - content: "\e925"; -} -.ph-light.ph-arrow-bend-double-up-left:before { - content: "\e926"; -} -.ph-light.ph-arrow-bend-double-up-right:before { - content: "\e927"; -} -.ph-light.ph-arrow-bend-down-left:before { - content: "\e928"; -} -.ph-light.ph-arrow-bend-down-right:before { - content: "\e929"; -} -.ph-light.ph-arrow-bend-left-down:before { - content: "\e92a"; -} -.ph-light.ph-arrow-bend-left-up:before { - content: "\e92b"; -} -.ph-light.ph-arrow-bend-right-down:before { - content: "\e92c"; -} -.ph-light.ph-arrow-bend-right-up:before { - content: "\e92d"; -} -.ph-light.ph-arrow-bend-up-left:before { - content: "\e92e"; -} -.ph-light.ph-arrow-bend-up-right:before { - content: "\e92f"; -} -.ph-light.ph-arrow-circle-down-left:before { - content: "\e930"; -} -.ph-light.ph-arrow-circle-down:before { - content: "\e931"; -} -.ph-light.ph-arrow-circle-down-right:before { - content: "\e932"; -} -.ph-light.ph-arrow-circle-left:before { - content: "\e933"; -} -.ph-light.ph-arrow-circle-right:before { - content: "\e934"; -} -.ph-light.ph-arrow-circle-up-left:before { - content: "\e935"; -} -.ph-light.ph-arrow-circle-up:before { - content: "\e936"; -} -.ph-light.ph-arrow-circle-up-right:before { - content: "\e937"; -} -.ph-light.ph-arrow-clockwise:before { - content: "\e938"; -} -.ph-light.ph-arrow-counter-clockwise:before { - content: "\e939"; -} -.ph-light.ph-arrow-down-left:before { - content: "\e93a"; -} -.ph-light.ph-arrow-down:before { - content: "\e93b"; -} -.ph-light.ph-arrow-down-right:before { - content: "\e93c"; -} -.ph-light.ph-arrow-elbow-down-left:before { - content: "\e93d"; -} -.ph-light.ph-arrow-elbow-down-right:before { - content: "\e93e"; -} -.ph-light.ph-arrow-elbow-left-down:before { - content: "\e93f"; -} -.ph-light.ph-arrow-elbow-left:before { - content: "\e940"; -} -.ph-light.ph-arrow-elbow-left-up:before { - content: "\e941"; -} -.ph-light.ph-arrow-elbow-right-down:before { - content: "\e942"; -} -.ph-light.ph-arrow-elbow-right:before { - content: "\e943"; -} -.ph-light.ph-arrow-elbow-right-up:before { - content: "\e944"; -} -.ph-light.ph-arrow-elbow-up-left:before { - content: "\e945"; -} -.ph-light.ph-arrow-elbow-up-right:before { - content: "\e946"; -} -.ph-light.ph-arrow-fat-down:before { - content: "\e947"; -} -.ph-light.ph-arrow-fat-left:before { - content: "\e948"; -} -.ph-light.ph-arrow-fat-line-down:before { - content: "\e949"; -} -.ph-light.ph-arrow-fat-line-left:before { - content: "\e94a"; -} -.ph-light.ph-arrow-fat-line-right:before { - content: "\e94b"; -} -.ph-light.ph-arrow-fat-lines-down:before { - content: "\e94c"; -} -.ph-light.ph-arrow-fat-lines-left:before { - content: "\e94d"; -} -.ph-light.ph-arrow-fat-lines-right:before { - content: "\e94e"; -} -.ph-light.ph-arrow-fat-lines-up:before { - content: "\e94f"; -} -.ph-light.ph-arrow-fat-line-up:before { - content: "\e950"; -} -.ph-light.ph-arrow-fat-right:before { - content: "\e951"; -} -.ph-light.ph-arrow-fat-up:before { - content: "\e952"; -} -.ph-light.ph-arrow-left:before { - content: "\e953"; -} -.ph-light.ph-arrow-line-down-left:before { - content: "\e954"; -} -.ph-light.ph-arrow-line-down:before { - content: "\e955"; -} -.ph-light.ph-arrow-line-down-right:before { - content: "\e956"; -} -.ph-light.ph-arrow-line-left:before { - content: "\e957"; -} -.ph-light.ph-arrow-line-right:before { - content: "\e958"; -} -.ph-light.ph-arrow-line-up-left:before { - content: "\e959"; -} -.ph-light.ph-arrow-line-up:before { - content: "\e95a"; -} -.ph-light.ph-arrow-line-up-right:before { - content: "\e95b"; -} -.ph-light.ph-arrow-right:before { - content: "\e95c"; -} -.ph-light.ph-arrows-clockwise:before { - content: "\e95d"; -} -.ph-light.ph-arrows-counter-clockwise:before { - content: "\e95e"; -} -.ph-light.ph-arrows-down-up:before { - content: "\e95f"; -} -.ph-light.ph-arrows-horizontal:before { - content: "\e960"; -} -.ph-light.ph-arrows-in-cardinal:before { - content: "\e961"; -} -.ph-light.ph-arrows-in:before { - content: "\e962"; -} -.ph-light.ph-arrows-in-line-horizontal:before { - content: "\e963"; -} -.ph-light.ph-arrows-in-line-vertical:before { - content: "\e964"; -} -.ph-light.ph-arrows-in-simple:before { - content: "\e965"; -} -.ph-light.ph-arrows-left-right:before { - content: "\e966"; -} -.ph-light.ph-arrows-merge:before { - content: "\e967"; -} -.ph-light.ph-arrows-out-cardinal:before { - content: "\e968"; -} -.ph-light.ph-arrows-out:before { - content: "\e969"; -} -.ph-light.ph-arrows-out-line-horizontal:before { - content: "\e96a"; -} -.ph-light.ph-arrows-out-line-vertical:before { - content: "\e96b"; -} -.ph-light.ph-arrows-out-simple:before { - content: "\e96c"; -} -.ph-light.ph-arrow-square-down-left:before { - content: "\e96d"; -} -.ph-light.ph-arrow-square-down:before { - content: "\e96e"; -} -.ph-light.ph-arrow-square-down-right:before { - content: "\e96f"; -} -.ph-light.ph-arrow-square-in:before { - content: "\e970"; -} -.ph-light.ph-arrow-square-left:before { - content: "\e971"; -} -.ph-light.ph-arrow-square-out:before { - content: "\e972"; -} -.ph-light.ph-arrow-square-right:before { - content: "\e973"; -} -.ph-light.ph-arrow-square-up-left:before { - content: "\e974"; -} -.ph-light.ph-arrow-square-up:before { - content: "\e975"; -} -.ph-light.ph-arrow-square-up-right:before { - content: "\e976"; -} -.ph-light.ph-arrows-split:before { - content: "\e977"; -} -.ph-light.ph-arrows-vertical:before { - content: "\e978"; -} -.ph-light.ph-arrow-u-down-left:before { - content: "\e979"; -} -.ph-light.ph-arrow-u-down-right:before { - content: "\e97a"; -} -.ph-light.ph-arrow-u-left-down:before { - content: "\e97b"; -} -.ph-light.ph-arrow-u-left-up:before { - content: "\e97c"; -} -.ph-light.ph-arrow-up-left:before { - content: "\e97d"; -} -.ph-light.ph-arrow-up:before { - content: "\e97e"; -} -.ph-light.ph-arrow-up-right:before { - content: "\e97f"; -} -.ph-light.ph-arrow-u-right-down:before { - content: "\e980"; -} -.ph-light.ph-arrow-u-right-up:before { - content: "\e981"; -} -.ph-light.ph-arrow-u-up-left:before { - content: "\e982"; -} -.ph-light.ph-arrow-u-up-right:before { - content: "\e983"; -} -.ph-light.ph-article:before { - content: "\e984"; -} -.ph-light.ph-article-medium:before { - content: "\e985"; -} -.ph-light.ph-article-ny-times:before { - content: "\e986"; -} -.ph-light.ph-asterisk:before { - content: "\e987"; -} -.ph-light.ph-asterisk-simple:before { - content: "\e988"; -} -.ph-light.ph-at:before { - content: "\e989"; -} -.ph-light.ph-atom:before { - content: "\e98a"; -} -.ph-light.ph-baby:before { - content: "\e98b"; -} -.ph-light.ph-backpack:before { - content: "\e98c"; -} -.ph-light.ph-backspace:before { - content: "\e98d"; -} -.ph-light.ph-bag:before { - content: "\e98e"; -} -.ph-light.ph-bag-simple:before { - content: "\e98f"; -} -.ph-light.ph-balloon:before { - content: "\e990"; -} -.ph-light.ph-bandaids:before { - content: "\e991"; -} -.ph-light.ph-bank:before { - content: "\e992"; -} -.ph-light.ph-barbell:before { - content: "\e993"; -} -.ph-light.ph-barcode:before { - content: "\e994"; -} -.ph-light.ph-barricade:before { - content: "\e995"; -} -.ph-light.ph-baseball-cap:before { - content: "\e996"; -} -.ph-light.ph-baseball:before { - content: "\e997"; -} -.ph-light.ph-basketball:before { - content: "\e998"; -} -.ph-light.ph-basket:before { - content: "\e999"; -} -.ph-light.ph-bathtub:before { - content: "\e99a"; -} -.ph-light.ph-battery-charging:before { - content: "\e99b"; -} -.ph-light.ph-battery-charging-vertical:before { - content: "\e99c"; -} -.ph-light.ph-battery-empty:before { - content: "\e99d"; -} -.ph-light.ph-battery-full:before { - content: "\e99e"; -} -.ph-light.ph-battery-high:before { - content: "\e99f"; -} -.ph-light.ph-battery-low:before { - content: "\e9a0"; -} -.ph-light.ph-battery-medium:before { - content: "\e9a1"; -} -.ph-light.ph-battery-plus:before { - content: "\e9a2"; -} -.ph-light.ph-battery-plus-vertical:before { - content: "\e9a3"; -} -.ph-light.ph-battery-vertical-empty:before { - content: "\e9a4"; -} -.ph-light.ph-battery-vertical-full:before { - content: "\e9a5"; -} -.ph-light.ph-battery-vertical-high:before { - content: "\e9a6"; -} -.ph-light.ph-battery-vertical-low:before { - content: "\e9a7"; -} -.ph-light.ph-battery-vertical-medium:before { - content: "\e9a8"; -} -.ph-light.ph-battery-warning:before { - content: "\e9a9"; -} -.ph-light.ph-battery-warning-vertical:before { - content: "\e9aa"; -} -.ph-light.ph-bed:before { - content: "\e9ab"; -} -.ph-light.ph-beer-bottle:before { - content: "\e9ac"; -} -.ph-light.ph-beer-stein:before { - content: "\e9ad"; -} -.ph-light.ph-behance-logo:before { - content: "\e9ae"; -} -.ph-light.ph-bell:before { - content: "\e9af"; -} -.ph-light.ph-bell-ringing:before { - content: "\e9b0"; -} -.ph-light.ph-bell-simple:before { - content: "\e9b1"; -} -.ph-light.ph-bell-simple-ringing:before { - content: "\e9b2"; -} -.ph-light.ph-bell-simple-slash:before { - content: "\e9b3"; -} -.ph-light.ph-bell-simple-z:before { - content: "\e9b4"; -} -.ph-light.ph-bell-slash:before { - content: "\e9b5"; -} -.ph-light.ph-bell-z:before { - content: "\e9b6"; -} -.ph-light.ph-bezier-curve:before { - content: "\e9b7"; -} -.ph-light.ph-bicycle:before { - content: "\e9b8"; -} -.ph-light.ph-binoculars:before { - content: "\e9b9"; -} -.ph-light.ph-bird:before { - content: "\e9ba"; -} -.ph-light.ph-bluetooth-connected:before { - content: "\e9bb"; -} -.ph-light.ph-bluetooth:before { - content: "\e9bc"; -} -.ph-light.ph-bluetooth-slash:before { - content: "\e9bd"; -} -.ph-light.ph-bluetooth-x:before { - content: "\e9be"; -} -.ph-light.ph-boat:before { - content: "\e9bf"; -} -.ph-light.ph-bone:before { - content: "\e9c0"; -} -.ph-light.ph-book-bookmark:before { - content: "\e9c1"; -} -.ph-light.ph-book:before { - content: "\e9c2"; -} -.ph-light.ph-bookmark:before { - content: "\e9c3"; -} -.ph-light.ph-bookmark-simple:before { - content: "\e9c4"; -} -.ph-light.ph-bookmarks:before { - content: "\e9c5"; -} -.ph-light.ph-bookmarks-simple:before { - content: "\e9c6"; -} -.ph-light.ph-book-open:before { - content: "\e9c7"; -} -.ph-light.ph-book-open-text:before { - content: "\e9c8"; -} -.ph-light.ph-books:before { - content: "\e9c9"; -} -.ph-light.ph-boot:before { - content: "\e9ca"; -} -.ph-light.ph-bounding-box:before { - content: "\e9cb"; -} -.ph-light.ph-bowl-food:before { - content: "\e9cc"; -} -.ph-light.ph-brackets-angle:before { - content: "\e9cd"; -} -.ph-light.ph-brackets-curly:before { - content: "\e9ce"; -} -.ph-light.ph-brackets-round:before { - content: "\e9cf"; -} -.ph-light.ph-brackets-square:before { - content: "\e9d0"; -} -.ph-light.ph-brain:before { - content: "\e9d1"; -} -.ph-light.ph-brandy:before { - content: "\e9d2"; -} -.ph-light.ph-bridge:before { - content: "\e9d3"; -} -.ph-light.ph-briefcase:before { - content: "\e9d4"; -} -.ph-light.ph-briefcase-metal:before { - content: "\e9d5"; -} -.ph-light.ph-broadcast:before { - content: "\e9d6"; -} -.ph-light.ph-broom:before { - content: "\e9d7"; -} -.ph-light.ph-browser:before { - content: "\e9d8"; -} -.ph-light.ph-browsers:before { - content: "\e9d9"; -} -.ph-light.ph-bug-beetle:before { - content: "\e9da"; -} -.ph-light.ph-bug-droid:before { - content: "\e9db"; -} -.ph-light.ph-bug:before { - content: "\e9dc"; -} -.ph-light.ph-buildings:before { - content: "\e9dd"; -} -.ph-light.ph-bus:before { - content: "\e9de"; -} -.ph-light.ph-butterfly:before { - content: "\e9df"; -} -.ph-light.ph-cactus:before { - content: "\e9e0"; -} -.ph-light.ph-cake:before { - content: "\e9e1"; -} -.ph-light.ph-calculator:before { - content: "\e9e2"; -} -.ph-light.ph-calendar-blank:before { - content: "\e9e3"; -} -.ph-light.ph-calendar-check:before { - content: "\e9e4"; -} -.ph-light.ph-calendar:before { - content: "\e9e5"; -} -.ph-light.ph-calendar-plus:before { - content: "\e9e6"; -} -.ph-light.ph-calendar-x:before { - content: "\e9e7"; -} -.ph-light.ph-call-bell:before { - content: "\e9e8"; -} -.ph-light.ph-camera:before { - content: "\e9e9"; -} -.ph-light.ph-camera-plus:before { - content: "\e9ea"; -} -.ph-light.ph-camera-rotate:before { - content: "\e9eb"; -} -.ph-light.ph-camera-slash:before { - content: "\e9ec"; -} -.ph-light.ph-campfire:before { - content: "\e9ed"; -} -.ph-light.ph-cardholder:before { - content: "\e9ee"; -} -.ph-light.ph-cards:before { - content: "\e9ef"; -} -.ph-light.ph-caret-circle-double-down:before { - content: "\e9f0"; -} -.ph-light.ph-caret-circle-double-left:before { - content: "\e9f1"; -} -.ph-light.ph-caret-circle-double-right:before { - content: "\e9f2"; -} -.ph-light.ph-caret-circle-double-up:before { - content: "\e9f3"; -} -.ph-light.ph-caret-circle-down:before { - content: "\e9f4"; -} -.ph-light.ph-caret-circle-left:before { - content: "\e9f5"; -} -.ph-light.ph-caret-circle-right:before { - content: "\e9f6"; -} -.ph-light.ph-caret-circle-up-down:before { - content: "\e9f7"; -} -.ph-light.ph-caret-circle-up:before { - content: "\e9f8"; -} -.ph-light.ph-caret-double-down:before { - content: "\e9f9"; -} -.ph-light.ph-caret-double-left:before { - content: "\e9fa"; -} -.ph-light.ph-caret-double-right:before { - content: "\e9fb"; -} -.ph-light.ph-caret-double-up:before { - content: "\e9fc"; -} -.ph-light.ph-caret-down:before { - content: "\e9fd"; -} -.ph-light.ph-caret-left:before { - content: "\e9fe"; -} -.ph-light.ph-caret-right:before { - content: "\e9ff"; -} -.ph-light.ph-caret-up-down:before { - content: "\ea00"; -} -.ph-light.ph-caret-up:before { - content: "\ea01"; -} -.ph-light.ph-car:before { - content: "\ea02"; -} -.ph-light.ph-car-profile:before { - content: "\ea03"; -} -.ph-light.ph-carrot:before { - content: "\ea04"; -} -.ph-light.ph-car-simple:before { - content: "\ea05"; -} -.ph-light.ph-cassette-tape:before { - content: "\ea06"; -} -.ph-light.ph-castle-turret:before { - content: "\ea07"; -} -.ph-light.ph-cat:before { - content: "\ea08"; -} -.ph-light.ph-cell-signal-full:before { - content: "\ea09"; -} -.ph-light.ph-cell-signal-high:before { - content: "\ea0a"; -} -.ph-light.ph-cell-signal-low:before { - content: "\ea0b"; -} -.ph-light.ph-cell-signal-medium:before { - content: "\ea0c"; -} -.ph-light.ph-cell-signal-none:before { - content: "\ea0d"; -} -.ph-light.ph-cell-signal-slash:before { - content: "\ea0e"; -} -.ph-light.ph-cell-signal-x:before { - content: "\ea0f"; -} -.ph-light.ph-certificate:before { - content: "\ea10"; -} -.ph-light.ph-chair:before { - content: "\ea11"; -} -.ph-light.ph-chalkboard:before { - content: "\ea12"; -} -.ph-light.ph-chalkboard-simple:before { - content: "\ea13"; -} -.ph-light.ph-chalkboard-teacher:before { - content: "\ea14"; -} -.ph-light.ph-champagne:before { - content: "\ea15"; -} -.ph-light.ph-charging-station:before { - content: "\ea16"; -} -.ph-light.ph-chart-bar-horizontal:before { - content: "\ea17"; -} -.ph-light.ph-chart-bar:before { - content: "\ea18"; -} -.ph-light.ph-chart-donut:before { - content: "\ea19"; -} -.ph-light.ph-chart-line-down:before { - content: "\ea1a"; -} -.ph-light.ph-chart-line:before { - content: "\ea1b"; -} -.ph-light.ph-chart-line-up:before { - content: "\ea1c"; -} -.ph-light.ph-chart-pie:before { - content: "\ea1d"; -} -.ph-light.ph-chart-pie-slice:before { - content: "\ea1e"; -} -.ph-light.ph-chart-polar:before { - content: "\ea1f"; -} -.ph-light.ph-chart-scatter:before { - content: "\ea20"; -} -.ph-light.ph-chat-centered-dots:before { - content: "\ea21"; -} -.ph-light.ph-chat-centered:before { - content: "\ea22"; -} -.ph-light.ph-chat-centered-text:before { - content: "\ea23"; -} -.ph-light.ph-chat-circle-dots:before { - content: "\ea24"; -} -.ph-light.ph-chat-circle:before { - content: "\ea25"; -} -.ph-light.ph-chat-circle-text:before { - content: "\ea26"; -} -.ph-light.ph-chat-dots:before { - content: "\ea27"; -} -.ph-light.ph-chat:before { - content: "\ea28"; -} -.ph-light.ph-chats-circle:before { - content: "\ea29"; -} -.ph-light.ph-chats:before { - content: "\ea2a"; -} -.ph-light.ph-chats-teardrop:before { - content: "\ea2b"; -} -.ph-light.ph-chat-teardrop-dots:before { - content: "\ea2c"; -} -.ph-light.ph-chat-teardrop:before { - content: "\ea2d"; -} -.ph-light.ph-chat-teardrop-text:before { - content: "\ea2e"; -} -.ph-light.ph-chat-text:before { - content: "\ea2f"; -} -.ph-light.ph-check-circle:before { - content: "\ea30"; -} -.ph-light.ph-check-fat:before { - content: "\ea31"; -} -.ph-light.ph-check:before { - content: "\ea32"; -} -.ph-light.ph-checks:before { - content: "\ea33"; -} -.ph-light.ph-check-square:before { - content: "\ea34"; -} -.ph-light.ph-check-square-offset:before { - content: "\ea35"; -} -.ph-light.ph-church:before { - content: "\ea36"; -} -.ph-light.ph-circle-dashed:before { - content: "\ea37"; -} -.ph-light.ph-circle-half:before { - content: "\ea38"; -} -.ph-light.ph-circle-half-tilt:before { - content: "\ea39"; -} -.ph-light.ph-circle:before { - content: "\ea3a"; -} -.ph-light.ph-circle-notch:before { - content: "\ea3b"; -} -.ph-light.ph-circles-four:before { - content: "\ea3c"; -} -.ph-light.ph-circles-three:before { - content: "\ea3d"; -} -.ph-light.ph-circles-three-plus:before { - content: "\ea3e"; -} -.ph-light.ph-circuitry:before { - content: "\ea3f"; -} -.ph-light.ph-clipboard:before { - content: "\ea40"; -} -.ph-light.ph-clipboard-text:before { - content: "\ea41"; -} -.ph-light.ph-clock-afternoon:before { - content: "\ea42"; -} -.ph-light.ph-clock-clockwise:before { - content: "\ea43"; -} -.ph-light.ph-clock-countdown:before { - content: "\ea44"; -} -.ph-light.ph-clock-counter-clockwise:before { - content: "\ea45"; -} -.ph-light.ph-clock:before { - content: "\ea46"; -} -.ph-light.ph-closed-captioning:before { - content: "\ea47"; -} -.ph-light.ph-cloud-arrow-down:before { - content: "\ea48"; -} -.ph-light.ph-cloud-arrow-up:before { - content: "\ea49"; -} -.ph-light.ph-cloud-check:before { - content: "\ea4a"; -} -.ph-light.ph-cloud-fog:before { - content: "\ea4b"; -} -.ph-light.ph-cloud:before { - content: "\ea4c"; -} -.ph-light.ph-cloud-lightning:before { - content: "\ea4d"; -} -.ph-light.ph-cloud-moon:before { - content: "\ea4e"; -} -.ph-light.ph-cloud-rain:before { - content: "\ea4f"; -} -.ph-light.ph-cloud-slash:before { - content: "\ea50"; -} -.ph-light.ph-cloud-snow:before { - content: "\ea51"; -} -.ph-light.ph-cloud-sun:before { - content: "\ea52"; -} -.ph-light.ph-cloud-warning:before { - content: "\ea53"; -} -.ph-light.ph-cloud-x:before { - content: "\ea54"; -} -.ph-light.ph-club:before { - content: "\ea55"; -} -.ph-light.ph-coat-hanger:before { - content: "\ea56"; -} -.ph-light.ph-coda-logo:before { - content: "\ea57"; -} -.ph-light.ph-code-block:before { - content: "\ea58"; -} -.ph-light.ph-code:before { - content: "\ea59"; -} -.ph-light.ph-codepen-logo:before { - content: "\ea5a"; -} -.ph-light.ph-codesandbox-logo:before { - content: "\ea5b"; -} -.ph-light.ph-code-simple:before { - content: "\ea5c"; -} -.ph-light.ph-coffee:before { - content: "\ea5d"; -} -.ph-light.ph-coin:before { - content: "\ea5e"; -} -.ph-light.ph-coins:before { - content: "\ea5f"; -} -.ph-light.ph-coin-vertical:before { - content: "\ea60"; -} -.ph-light.ph-columns:before { - content: "\ea61"; -} -.ph-light.ph-command:before { - content: "\ea62"; -} -.ph-light.ph-compass:before { - content: "\ea63"; -} -.ph-light.ph-compass-tool:before { - content: "\ea64"; -} -.ph-light.ph-computer-tower:before { - content: "\ea65"; -} -.ph-light.ph-confetti:before { - content: "\ea66"; -} -.ph-light.ph-contactless-payment:before { - content: "\ea67"; -} -.ph-light.ph-control:before { - content: "\ea68"; -} -.ph-light.ph-cookie:before { - content: "\ea69"; -} -.ph-light.ph-cooking-pot:before { - content: "\ea6a"; -} -.ph-light.ph-copyleft:before { - content: "\ea6b"; -} -.ph-light.ph-copy:before { - content: "\ea6c"; -} -.ph-light.ph-copyright:before { - content: "\ea6d"; -} -.ph-light.ph-copy-simple:before { - content: "\ea6e"; -} -.ph-light.ph-corners-in:before { - content: "\ea6f"; -} -.ph-light.ph-corners-out:before { - content: "\ea70"; -} -.ph-light.ph-couch:before { - content: "\ea71"; -} -.ph-light.ph-cpu:before { - content: "\ea72"; -} -.ph-light.ph-credit-card:before { - content: "\ea73"; -} -.ph-light.ph-crop:before { - content: "\ea74"; -} -.ph-light.ph-crosshair:before { - content: "\ea75"; -} -.ph-light.ph-crosshair-simple:before { - content: "\ea76"; -} -.ph-light.ph-cross:before { - content: "\ea77"; -} -.ph-light.ph-crown:before { - content: "\ea78"; -} -.ph-light.ph-crown-simple:before { - content: "\ea79"; -} -.ph-light.ph-cube-focus:before { - content: "\ea7a"; -} -.ph-light.ph-cube:before { - content: "\ea7b"; -} -.ph-light.ph-cube-transparent:before { - content: "\ea7c"; -} -.ph-light.ph-currency-btc:before { - content: "\ea7d"; -} -.ph-light.ph-currency-circle-dollar:before { - content: "\ea7e"; -} -.ph-light.ph-currency-cny:before { - content: "\ea7f"; -} -.ph-light.ph-currency-dollar:before { - content: "\ea80"; -} -.ph-light.ph-currency-dollar-simple:before { - content: "\ea81"; -} -.ph-light.ph-currency-eth:before { - content: "\ea82"; -} -.ph-light.ph-currency-eur:before { - content: "\ea83"; -} -.ph-light.ph-currency-gbp:before { - content: "\ea84"; -} -.ph-light.ph-currency-inr:before { - content: "\ea85"; -} -.ph-light.ph-currency-jpy:before { - content: "\ea86"; -} -.ph-light.ph-currency-krw:before { - content: "\ea87"; -} -.ph-light.ph-currency-kzt:before { - content: "\ea88"; -} -.ph-light.ph-currency-ngn:before { - content: "\ea89"; -} -.ph-light.ph-currency-rub:before { - content: "\ea8a"; -} -.ph-light.ph-cursor-click:before { - content: "\ea8b"; -} -.ph-light.ph-cursor:before { - content: "\ea8c"; -} -.ph-light.ph-cursor-text:before { - content: "\ea8d"; -} -.ph-light.ph-cylinder:before { - content: "\ea8e"; -} -.ph-light.ph-database:before { - content: "\ea8f"; -} -.ph-light.ph-desktop:before { - content: "\ea90"; -} -.ph-light.ph-desktop-tower:before { - content: "\ea91"; -} -.ph-light.ph-detective:before { - content: "\ea92"; -} -.ph-light.ph-device-mobile-camera:before { - content: "\ea93"; -} -.ph-light.ph-device-mobile:before { - content: "\ea94"; -} -.ph-light.ph-device-mobile-speaker:before { - content: "\ea95"; -} -.ph-light.ph-devices:before { - content: "\ea96"; -} -.ph-light.ph-device-tablet-camera:before { - content: "\ea97"; -} -.ph-light.ph-device-tablet:before { - content: "\ea98"; -} -.ph-light.ph-device-tablet-speaker:before { - content: "\ea99"; -} -.ph-light.ph-dev-to-logo:before { - content: "\ea9a"; -} -.ph-light.ph-diamond:before { - content: "\ea9b"; -} -.ph-light.ph-diamonds-four:before { - content: "\ea9c"; -} -.ph-light.ph-dice-five:before { - content: "\ea9d"; -} -.ph-light.ph-dice-four:before { - content: "\ea9e"; -} -.ph-light.ph-dice-one:before { - content: "\ea9f"; -} -.ph-light.ph-dice-six:before { - content: "\eaa0"; -} -.ph-light.ph-dice-three:before { - content: "\eaa1"; -} -.ph-light.ph-dice-two:before { - content: "\eaa2"; -} -.ph-light.ph-disc:before { - content: "\eaa3"; -} -.ph-light.ph-discord-logo:before { - content: "\eaa4"; -} -.ph-light.ph-divide:before { - content: "\eaa5"; -} -.ph-light.ph-dna:before { - content: "\eaa6"; -} -.ph-light.ph-dog:before { - content: "\eaa7"; -} -.ph-light.ph-door:before { - content: "\eaa8"; -} -.ph-light.ph-door-open:before { - content: "\eaa9"; -} -.ph-light.ph-dot:before { - content: "\eaaa"; -} -.ph-light.ph-dot-outline:before { - content: "\eaab"; -} -.ph-light.ph-dots-nine:before { - content: "\eaac"; -} -.ph-light.ph-dots-six:before { - content: "\eaad"; -} -.ph-light.ph-dots-six-vertical:before { - content: "\eaae"; -} -.ph-light.ph-dots-three-circle:before { - content: "\eaaf"; -} -.ph-light.ph-dots-three-circle-vertical:before { - content: "\eab0"; -} -.ph-light.ph-dots-three:before { - content: "\eab1"; -} -.ph-light.ph-dots-three-outline:before { - content: "\eab2"; -} -.ph-light.ph-dots-three-outline-vertical:before { - content: "\eab3"; -} -.ph-light.ph-dots-three-vertical:before { - content: "\eab4"; -} -.ph-light.ph-download:before { - content: "\eab5"; -} -.ph-light.ph-download-simple:before { - content: "\eab6"; -} -.ph-light.ph-dress:before { - content: "\eab7"; -} -.ph-light.ph-dribbble-logo:before { - content: "\eab8"; -} -.ph-light.ph-dropbox-logo:before { - content: "\eab9"; -} -.ph-light.ph-drop-half-bottom:before { - content: "\eaba"; -} -.ph-light.ph-drop-half:before { - content: "\eabb"; -} -.ph-light.ph-drop:before { - content: "\eabc"; -} -.ph-light.ph-ear:before { - content: "\eabd"; -} -.ph-light.ph-ear-slash:before { - content: "\eabe"; -} -.ph-light.ph-egg-crack:before { - content: "\eabf"; -} -.ph-light.ph-egg:before { - content: "\eac0"; -} -.ph-light.ph-eject:before { - content: "\eac1"; -} -.ph-light.ph-eject-simple:before { - content: "\eac2"; -} -.ph-light.ph-elevator:before { - content: "\eac3"; -} -.ph-light.ph-engine:before { - content: "\eac4"; -} -.ph-light.ph-envelope:before { - content: "\eac5"; -} -.ph-light.ph-envelope-open:before { - content: "\eac6"; -} -.ph-light.ph-envelope-simple:before { - content: "\eac7"; -} -.ph-light.ph-envelope-simple-open:before { - content: "\eac8"; -} -.ph-light.ph-equalizer:before { - content: "\eac9"; -} -.ph-light.ph-equals:before { - content: "\eaca"; -} -.ph-light.ph-eraser:before { - content: "\eacb"; -} -.ph-light.ph-escalator-down:before { - content: "\eacc"; -} -.ph-light.ph-escalator-up:before { - content: "\eacd"; -} -.ph-light.ph-exam:before { - content: "\eace"; -} -.ph-light.ph-exclude:before { - content: "\eacf"; -} -.ph-light.ph-exclude-square:before { - content: "\ead0"; -} -.ph-light.ph-export:before { - content: "\ead1"; -} -.ph-light.ph-eye-closed:before { - content: "\ead2"; -} -.ph-light.ph-eyedropper:before { - content: "\ead3"; -} -.ph-light.ph-eyedropper-sample:before { - content: "\ead4"; -} -.ph-light.ph-eyeglasses:before { - content: "\ead5"; -} -.ph-light.ph-eye:before { - content: "\ead6"; -} -.ph-light.ph-eye-slash:before { - content: "\ead7"; -} -.ph-light.ph-facebook-logo:before { - content: "\ead8"; -} -.ph-light.ph-face-mask:before { - content: "\ead9"; -} -.ph-light.ph-factory:before { - content: "\eada"; -} -.ph-light.ph-faders-horizontal:before { - content: "\eadb"; -} -.ph-light.ph-faders:before { - content: "\eadc"; -} -.ph-light.ph-fan:before { - content: "\eadd"; -} -.ph-light.ph-fast-forward-circle:before { - content: "\eade"; -} -.ph-light.ph-fast-forward:before { - content: "\eadf"; -} -.ph-light.ph-feather:before { - content: "\eae0"; -} -.ph-light.ph-figma-logo:before { - content: "\eae1"; -} -.ph-light.ph-file-archive:before { - content: "\eae2"; -} -.ph-light.ph-file-arrow-down:before { - content: "\eae3"; -} -.ph-light.ph-file-arrow-up:before { - content: "\eae4"; -} -.ph-light.ph-file-audio:before { - content: "\eae5"; -} -.ph-light.ph-file-cloud:before { - content: "\eae6"; -} -.ph-light.ph-file-code:before { - content: "\eae7"; -} -.ph-light.ph-file-css:before { - content: "\eae8"; -} -.ph-light.ph-file-csv:before { - content: "\eae9"; -} -.ph-light.ph-file-dashed:before, .ph-light.ph-file-dotted:before { - content: "\eaea"; -} -.ph-light.ph-file-doc:before { - content: "\eaeb"; -} -.ph-light.ph-file-html:before { - content: "\eaec"; -} -.ph-light.ph-file-image:before { - content: "\eaed"; -} -.ph-light.ph-file-jpg:before { - content: "\eaee"; -} -.ph-light.ph-file-js:before { - content: "\eaef"; -} -.ph-light.ph-file-jsx:before { - content: "\eaf0"; -} -.ph-light.ph-file:before { - content: "\eaf1"; -} -.ph-light.ph-file-lock:before { - content: "\eaf2"; -} -.ph-light.ph-file-magnifying-glass:before, .ph-light.ph-file-search:before { - content: "\eaf3"; -} -.ph-light.ph-file-minus:before { - content: "\eaf4"; -} -.ph-light.ph-file-pdf:before { - content: "\eaf5"; -} -.ph-light.ph-file-plus:before { - content: "\eaf6"; -} -.ph-light.ph-file-png:before { - content: "\eaf7"; -} -.ph-light.ph-file-ppt:before { - content: "\eaf8"; -} -.ph-light.ph-file-rs:before { - content: "\eaf9"; -} -.ph-light.ph-files:before { - content: "\eafa"; -} -.ph-light.ph-file-sql:before { - content: "\eafb"; -} -.ph-light.ph-file-svg:before { - content: "\eafc"; -} -.ph-light.ph-file-text:before { - content: "\eafd"; -} -.ph-light.ph-file-ts:before { - content: "\eafe"; -} -.ph-light.ph-file-tsx:before { - content: "\eaff"; -} -.ph-light.ph-file-video:before { - content: "\eb00"; -} -.ph-light.ph-file-vue:before { - content: "\eb01"; -} -.ph-light.ph-file-x:before { - content: "\eb02"; -} -.ph-light.ph-file-xls:before { - content: "\eb03"; -} -.ph-light.ph-file-zip:before { - content: "\eb04"; -} -.ph-light.ph-film-reel:before { - content: "\eb05"; -} -.ph-light.ph-film-script:before { - content: "\eb06"; -} -.ph-light.ph-film-slate:before { - content: "\eb07"; -} -.ph-light.ph-film-strip:before { - content: "\eb08"; -} -.ph-light.ph-fingerprint:before { - content: "\eb09"; -} -.ph-light.ph-fingerprint-simple:before { - content: "\eb0a"; -} -.ph-light.ph-finn-the-human:before { - content: "\eb0b"; -} -.ph-light.ph-fire-extinguisher:before { - content: "\eb0c"; -} -.ph-light.ph-fire:before { - content: "\eb0d"; -} -.ph-light.ph-fire-simple:before { - content: "\eb0e"; -} -.ph-light.ph-first-aid-kit:before { - content: "\eb0f"; -} -.ph-light.ph-first-aid:before { - content: "\eb10"; -} -.ph-light.ph-fish:before { - content: "\eb11"; -} -.ph-light.ph-fish-simple:before { - content: "\eb12"; -} -.ph-light.ph-flag-banner:before { - content: "\eb13"; -} -.ph-light.ph-flag-checkered:before { - content: "\eb14"; -} -.ph-light.ph-flag:before { - content: "\eb15"; -} -.ph-light.ph-flag-pennant:before { - content: "\eb16"; -} -.ph-light.ph-flame:before { - content: "\eb17"; -} -.ph-light.ph-flashlight:before { - content: "\eb18"; -} -.ph-light.ph-flask:before { - content: "\eb19"; -} -.ph-light.ph-floppy-disk-back:before { - content: "\eb1a"; -} -.ph-light.ph-floppy-disk:before { - content: "\eb1b"; -} -.ph-light.ph-flow-arrow:before { - content: "\eb1c"; -} -.ph-light.ph-flower:before { - content: "\eb1d"; -} -.ph-light.ph-flower-lotus:before { - content: "\eb1e"; -} -.ph-light.ph-flower-tulip:before { - content: "\eb1f"; -} -.ph-light.ph-flying-saucer:before { - content: "\eb20"; -} -.ph-light.ph-folder-dashed:before, .ph-light.ph-folder-dotted:before { - content: "\eb21"; -} -.ph-light.ph-folder:before { - content: "\eb22"; -} -.ph-light.ph-folder-lock:before { - content: "\eb23"; -} -.ph-light.ph-folder-minus:before { - content: "\eb24"; -} -.ph-light.ph-folder-notch:before { - content: "\eb25"; -} -.ph-light.ph-folder-notch-minus:before { - content: "\eb26"; -} -.ph-light.ph-folder-notch-open:before { - content: "\eb27"; -} -.ph-light.ph-folder-notch-plus:before { - content: "\eb28"; -} -.ph-light.ph-folder-open:before { - content: "\eb29"; -} -.ph-light.ph-folder-plus:before { - content: "\eb2a"; -} -.ph-light.ph-folder-simple-dashed:before, .ph-light.ph-folder-simple-dotted:before { - content: "\eb2b"; -} -.ph-light.ph-folder-simple:before { - content: "\eb2c"; -} -.ph-light.ph-folder-simple-lock:before { - content: "\eb2d"; -} -.ph-light.ph-folder-simple-minus:before { - content: "\eb2e"; -} -.ph-light.ph-folder-simple-plus:before { - content: "\eb2f"; -} -.ph-light.ph-folder-simple-star:before { - content: "\eb30"; -} -.ph-light.ph-folder-simple-user:before { - content: "\eb31"; -} -.ph-light.ph-folders:before { - content: "\eb32"; -} -.ph-light.ph-folder-star:before { - content: "\eb33"; -} -.ph-light.ph-folder-user:before { - content: "\eb34"; -} -.ph-light.ph-football:before { - content: "\eb35"; -} -.ph-light.ph-footprints:before { - content: "\eb36"; -} -.ph-light.ph-fork-knife:before { - content: "\eb37"; -} -.ph-light.ph-frame-corners:before { - content: "\eb38"; -} -.ph-light.ph-framer-logo:before { - content: "\eb39"; -} -.ph-light.ph-function:before { - content: "\eb3a"; -} -.ph-light.ph-funnel:before { - content: "\eb3b"; -} -.ph-light.ph-funnel-simple:before { - content: "\eb3c"; -} -.ph-light.ph-game-controller:before { - content: "\eb3d"; -} -.ph-light.ph-garage:before { - content: "\eb3e"; -} -.ph-light.ph-gas-can:before { - content: "\eb3f"; -} -.ph-light.ph-gas-pump:before { - content: "\eb40"; -} -.ph-light.ph-gauge:before { - content: "\eb41"; -} -.ph-light.ph-gavel:before { - content: "\eb42"; -} -.ph-light.ph-gear-fine:before { - content: "\eb43"; -} -.ph-light.ph-gear:before { - content: "\eb44"; -} -.ph-light.ph-gear-six:before { - content: "\eb45"; -} -.ph-light.ph-gender-female:before { - content: "\eb46"; -} -.ph-light.ph-gender-intersex:before { - content: "\eb47"; -} -.ph-light.ph-gender-male:before { - content: "\eb48"; -} -.ph-light.ph-gender-neuter:before { - content: "\eb49"; -} -.ph-light.ph-gender-nonbinary:before { - content: "\eb4a"; -} -.ph-light.ph-gender-transgender:before { - content: "\eb4b"; -} -.ph-light.ph-ghost:before { - content: "\eb4c"; -} -.ph-light.ph-gif:before { - content: "\eb4d"; -} -.ph-light.ph-gift:before { - content: "\eb4e"; -} -.ph-light.ph-git-branch:before { - content: "\eb4f"; -} -.ph-light.ph-git-commit:before { - content: "\eb50"; -} -.ph-light.ph-git-diff:before { - content: "\eb51"; -} -.ph-light.ph-git-fork:before { - content: "\eb52"; -} -.ph-light.ph-github-logo:before { - content: "\eb53"; -} -.ph-light.ph-gitlab-logo:before { - content: "\eb54"; -} -.ph-light.ph-gitlab-logo-simple:before { - content: "\eb55"; -} -.ph-light.ph-git-merge:before { - content: "\eb56"; -} -.ph-light.ph-git-pull-request:before { - content: "\eb57"; -} -.ph-light.ph-globe-hemisphere-east:before { - content: "\eb58"; -} -.ph-light.ph-globe-hemisphere-west:before { - content: "\eb59"; -} -.ph-light.ph-globe:before { - content: "\eb5a"; -} -.ph-light.ph-globe-simple:before { - content: "\eb5b"; -} -.ph-light.ph-globe-stand:before { - content: "\eb5c"; -} -.ph-light.ph-goggles:before { - content: "\eb5d"; -} -.ph-light.ph-goodreads-logo:before { - content: "\eb5e"; -} -.ph-light.ph-google-cardboard-logo:before { - content: "\eb5f"; -} -.ph-light.ph-google-chrome-logo:before { - content: "\eb60"; -} -.ph-light.ph-google-drive-logo:before { - content: "\eb61"; -} -.ph-light.ph-google-logo:before { - content: "\eb62"; -} -.ph-light.ph-google-photos-logo:before { - content: "\eb63"; -} -.ph-light.ph-google-play-logo:before { - content: "\eb64"; -} -.ph-light.ph-google-podcasts-logo:before { - content: "\eb65"; -} -.ph-light.ph-gradient:before { - content: "\eb66"; -} -.ph-light.ph-graduation-cap:before { - content: "\eb67"; -} -.ph-light.ph-grains:before { - content: "\eb68"; -} -.ph-light.ph-grains-slash:before { - content: "\eb69"; -} -.ph-light.ph-graph:before { - content: "\eb6a"; -} -.ph-light.ph-grid-four:before { - content: "\eb6b"; -} -.ph-light.ph-grid-nine:before { - content: "\eb6c"; -} -.ph-light.ph-guitar:before { - content: "\eb6d"; -} -.ph-light.ph-hamburger:before { - content: "\eb6e"; -} -.ph-light.ph-hammer:before { - content: "\eb6f"; -} -.ph-light.ph-handbag:before { - content: "\eb70"; -} -.ph-light.ph-handbag-simple:before { - content: "\eb71"; -} -.ph-light.ph-hand-coins:before { - content: "\eb72"; -} -.ph-light.ph-hand-eye:before { - content: "\eb73"; -} -.ph-light.ph-hand-fist:before { - content: "\eb74"; -} -.ph-light.ph-hand-grabbing:before { - content: "\eb75"; -} -.ph-light.ph-hand-heart:before { - content: "\eb76"; -} -.ph-light.ph-hand:before { - content: "\eb77"; -} -.ph-light.ph-hand-palm:before { - content: "\eb78"; -} -.ph-light.ph-hand-pointing:before { - content: "\eb79"; -} -.ph-light.ph-hands-clapping:before { - content: "\eb7a"; -} -.ph-light.ph-handshake:before { - content: "\eb7b"; -} -.ph-light.ph-hand-soap:before { - content: "\eb7c"; -} -.ph-light.ph-hands-praying:before { - content: "\eb7d"; -} -.ph-light.ph-hand-swipe-left:before { - content: "\eb7e"; -} -.ph-light.ph-hand-swipe-right:before { - content: "\eb7f"; -} -.ph-light.ph-hand-tap:before { - content: "\eb80"; -} -.ph-light.ph-hand-waving:before { - content: "\eb81"; -} -.ph-light.ph-hard-drive:before { - content: "\eb82"; -} -.ph-light.ph-hard-drives:before { - content: "\eb83"; -} -.ph-light.ph-hash:before { - content: "\eb84"; -} -.ph-light.ph-hash-straight:before { - content: "\eb85"; -} -.ph-light.ph-headlights:before { - content: "\eb86"; -} -.ph-light.ph-headphones:before { - content: "\eb87"; -} -.ph-light.ph-headset:before { - content: "\eb88"; -} -.ph-light.ph-heartbeat:before { - content: "\eb89"; -} -.ph-light.ph-heart-break:before { - content: "\eb8a"; -} -.ph-light.ph-heart-half:before { - content: "\eb8b"; -} -.ph-light.ph-heart:before { - content: "\eb8c"; -} -.ph-light.ph-heart-straight-break:before { - content: "\eb8d"; -} -.ph-light.ph-heart-straight:before { - content: "\eb8e"; -} -.ph-light.ph-hexagon:before { - content: "\eb8f"; -} -.ph-light.ph-high-heel:before { - content: "\eb90"; -} -.ph-light.ph-highlighter-circle:before { - content: "\eb91"; -} -.ph-light.ph-hoodie:before { - content: "\eb92"; -} -.ph-light.ph-horse:before { - content: "\eb93"; -} -.ph-light.ph-hourglass-high:before { - content: "\eb94"; -} -.ph-light.ph-hourglass:before { - content: "\eb95"; -} -.ph-light.ph-hourglass-low:before { - content: "\eb96"; -} -.ph-light.ph-hourglass-medium:before { - content: "\eb97"; -} -.ph-light.ph-hourglass-simple-high:before { - content: "\eb98"; -} -.ph-light.ph-hourglass-simple:before { - content: "\eb99"; -} -.ph-light.ph-hourglass-simple-low:before { - content: "\eb9a"; -} -.ph-light.ph-hourglass-simple-medium:before { - content: "\eb9b"; -} -.ph-light.ph-house:before { - content: "\eb9c"; -} -.ph-light.ph-house-line:before { - content: "\eb9d"; -} -.ph-light.ph-house-simple:before { - content: "\eb9e"; -} -.ph-light.ph-ice-cream:before { - content: "\eb9f"; -} -.ph-light.ph-identification-badge:before { - content: "\eba0"; -} -.ph-light.ph-identification-card:before { - content: "\eba1"; -} -.ph-light.ph-image:before { - content: "\eba2"; -} -.ph-light.ph-images:before { - content: "\eba3"; -} -.ph-light.ph-image-square:before { - content: "\eba4"; -} -.ph-light.ph-images-square:before { - content: "\eba5"; -} -.ph-light.ph-infinity:before { - content: "\eba6"; -} -.ph-light.ph-info:before { - content: "\eba7"; -} -.ph-light.ph-instagram-logo:before { - content: "\eba8"; -} -.ph-light.ph-intersect:before { - content: "\eba9"; -} -.ph-light.ph-intersect-square:before { - content: "\ebaa"; -} -.ph-light.ph-intersect-three:before { - content: "\ebab"; -} -.ph-light.ph-jeep:before { - content: "\ebac"; -} -.ph-light.ph-kanban:before { - content: "\ebad"; -} -.ph-light.ph-keyboard:before { - content: "\ebae"; -} -.ph-light.ph-keyhole:before { - content: "\ebaf"; -} -.ph-light.ph-key:before { - content: "\ebb0"; -} -.ph-light.ph-key-return:before { - content: "\ebb1"; -} -.ph-light.ph-knife:before { - content: "\ebb2"; -} -.ph-light.ph-ladder:before { - content: "\ebb3"; -} -.ph-light.ph-ladder-simple:before { - content: "\ebb4"; -} -.ph-light.ph-lamp:before { - content: "\ebb5"; -} -.ph-light.ph-laptop:before { - content: "\ebb6"; -} -.ph-light.ph-layout:before { - content: "\ebb7"; -} -.ph-light.ph-leaf:before { - content: "\ebb8"; -} -.ph-light.ph-lifebuoy:before { - content: "\ebb9"; -} -.ph-light.ph-lightbulb-filament:before { - content: "\ebba"; -} -.ph-light.ph-lightbulb:before { - content: "\ebbb"; -} -.ph-light.ph-lighthouse:before { - content: "\ebbc"; -} -.ph-light.ph-lightning-a:before { - content: "\ebbd"; -} -.ph-light.ph-lightning:before { - content: "\ebbe"; -} -.ph-light.ph-lightning-slash:before { - content: "\ebbf"; -} -.ph-light.ph-line-segment:before { - content: "\ebc0"; -} -.ph-light.ph-line-segments:before { - content: "\ebc1"; -} -.ph-light.ph-link-break:before { - content: "\ebc2"; -} -.ph-light.ph-linkedin-logo:before { - content: "\ebc3"; -} -.ph-light.ph-link:before { - content: "\ebc4"; -} -.ph-light.ph-link-simple-break:before { - content: "\ebc5"; -} -.ph-light.ph-link-simple-horizontal-break:before { - content: "\ebc6"; -} -.ph-light.ph-link-simple-horizontal:before { - content: "\ebc7"; -} -.ph-light.ph-link-simple:before { - content: "\ebc8"; -} -.ph-light.ph-linux-logo:before { - content: "\ebc9"; -} -.ph-light.ph-list-bullets:before { - content: "\ebca"; -} -.ph-light.ph-list-checks:before { - content: "\ebcb"; -} -.ph-light.ph-list-dashes:before { - content: "\ebcc"; -} -.ph-light.ph-list:before { - content: "\ebcd"; -} -.ph-light.ph-list-magnifying-glass:before { - content: "\ebce"; -} -.ph-light.ph-list-numbers:before { - content: "\ebcf"; -} -.ph-light.ph-list-plus:before { - content: "\ebd0"; -} -.ph-light.ph-lockers:before { - content: "\ebd1"; -} -.ph-light.ph-lock-key:before { - content: "\ebd2"; -} -.ph-light.ph-lock-key-open:before { - content: "\ebd3"; -} -.ph-light.ph-lock-laminated:before { - content: "\ebd4"; -} -.ph-light.ph-lock-laminated-open:before { - content: "\ebd5"; -} -.ph-light.ph-lock:before { - content: "\ebd6"; -} -.ph-light.ph-lock-open:before { - content: "\ebd7"; -} -.ph-light.ph-lock-simple:before { - content: "\ebd8"; -} -.ph-light.ph-lock-simple-open:before { - content: "\ebd9"; -} -.ph-light.ph-magic-wand:before { - content: "\ebda"; -} -.ph-light.ph-magnet:before { - content: "\ebdb"; -} -.ph-light.ph-magnet-straight:before { - content: "\ebdc"; -} -.ph-light.ph-magnifying-glass:before { - content: "\ebdd"; -} -.ph-light.ph-magnifying-glass-minus:before { - content: "\ebde"; -} -.ph-light.ph-magnifying-glass-plus:before { - content: "\ebdf"; -} -.ph-light.ph-map-pin:before { - content: "\ebe0"; -} -.ph-light.ph-map-pin-line:before { - content: "\ebe1"; -} -.ph-light.ph-map-trifold:before { - content: "\ebe2"; -} -.ph-light.ph-marker-circle:before { - content: "\ebe3"; -} -.ph-light.ph-martini:before { - content: "\ebe4"; -} -.ph-light.ph-mask-happy:before { - content: "\ebe5"; -} -.ph-light.ph-mask-sad:before { - content: "\ebe6"; -} -.ph-light.ph-math-operations:before { - content: "\ebe7"; -} -.ph-light.ph-medal:before { - content: "\ebe8"; -} -.ph-light.ph-medal-military:before { - content: "\ebe9"; -} -.ph-light.ph-medium-logo:before { - content: "\ebea"; -} -.ph-light.ph-megaphone:before { - content: "\ebeb"; -} -.ph-light.ph-megaphone-simple:before { - content: "\ebec"; -} -.ph-light.ph-messenger-logo:before { - content: "\ebed"; -} -.ph-light.ph-meta-logo:before { - content: "\ebee"; -} -.ph-light.ph-metronome:before { - content: "\ebef"; -} -.ph-light.ph-microphone:before { - content: "\ebf0"; -} -.ph-light.ph-microphone-slash:before { - content: "\ebf1"; -} -.ph-light.ph-microphone-stage:before { - content: "\ebf2"; -} -.ph-light.ph-microsoft-excel-logo:before { - content: "\ebf3"; -} -.ph-light.ph-microsoft-outlook-logo:before { - content: "\ebf4"; -} -.ph-light.ph-microsoft-powerpoint-logo:before { - content: "\ebf5"; -} -.ph-light.ph-microsoft-teams-logo:before { - content: "\ebf6"; -} -.ph-light.ph-microsoft-word-logo:before { - content: "\ebf7"; -} -.ph-light.ph-minus-circle:before { - content: "\ebf8"; -} -.ph-light.ph-minus:before { - content: "\ebf9"; -} -.ph-light.ph-minus-square:before { - content: "\ebfa"; -} -.ph-light.ph-money:before { - content: "\ebfb"; -} -.ph-light.ph-monitor:before { - content: "\ebfc"; -} -.ph-light.ph-monitor-play:before { - content: "\ebfd"; -} -.ph-light.ph-moon:before { - content: "\ebfe"; -} -.ph-light.ph-moon-stars:before { - content: "\ebff"; -} -.ph-light.ph-moped-front:before { - content: "\ec00"; -} -.ph-light.ph-moped:before { - content: "\ec01"; -} -.ph-light.ph-mosque:before { - content: "\ec02"; -} -.ph-light.ph-motorcycle:before { - content: "\ec03"; -} -.ph-light.ph-mountains:before { - content: "\ec04"; -} -.ph-light.ph-mouse:before { - content: "\ec05"; -} -.ph-light.ph-mouse-simple:before { - content: "\ec06"; -} -.ph-light.ph-music-note:before { - content: "\ec07"; -} -.ph-light.ph-music-note-simple:before { - content: "\ec08"; -} -.ph-light.ph-music-notes:before { - content: "\ec09"; -} -.ph-light.ph-music-notes-plus:before { - content: "\ec0a"; -} -.ph-light.ph-music-notes-simple:before { - content: "\ec0b"; -} -.ph-light.ph-navigation-arrow:before { - content: "\ec0c"; -} -.ph-light.ph-needle:before { - content: "\ec0d"; -} -.ph-light.ph-newspaper-clipping:before { - content: "\ec0e"; -} -.ph-light.ph-newspaper:before { - content: "\ec0f"; -} -.ph-light.ph-notches:before { - content: "\ec10"; -} -.ph-light.ph-note-blank:before { - content: "\ec11"; -} -.ph-light.ph-notebook:before { - content: "\ec12"; -} -.ph-light.ph-note:before { - content: "\ec13"; -} -.ph-light.ph-notepad:before { - content: "\ec14"; -} -.ph-light.ph-note-pencil:before { - content: "\ec15"; -} -.ph-light.ph-notification:before { - content: "\ec16"; -} -.ph-light.ph-notion-logo:before { - content: "\ec17"; -} -.ph-light.ph-number-circle-eight:before { - content: "\ec18"; -} -.ph-light.ph-number-circle-five:before { - content: "\ec19"; -} -.ph-light.ph-number-circle-four:before { - content: "\ec1a"; -} -.ph-light.ph-number-circle-nine:before { - content: "\ec1b"; -} -.ph-light.ph-number-circle-one:before { - content: "\ec1c"; -} -.ph-light.ph-number-circle-seven:before { - content: "\ec1d"; -} -.ph-light.ph-number-circle-six:before { - content: "\ec1e"; -} -.ph-light.ph-number-circle-three:before { - content: "\ec1f"; -} -.ph-light.ph-number-circle-two:before { - content: "\ec20"; -} -.ph-light.ph-number-circle-zero:before { - content: "\ec21"; -} -.ph-light.ph-number-eight:before { - content: "\ec22"; -} -.ph-light.ph-number-five:before { - content: "\ec23"; -} -.ph-light.ph-number-four:before { - content: "\ec24"; -} -.ph-light.ph-number-nine:before { - content: "\ec25"; -} -.ph-light.ph-number-one:before { - content: "\ec26"; -} -.ph-light.ph-number-seven:before { - content: "\ec27"; -} -.ph-light.ph-number-six:before { - content: "\ec28"; -} -.ph-light.ph-number-square-eight:before { - content: "\ec29"; -} -.ph-light.ph-number-square-five:before { - content: "\ec2a"; -} -.ph-light.ph-number-square-four:before { - content: "\ec2b"; -} -.ph-light.ph-number-square-nine:before { - content: "\ec2c"; -} -.ph-light.ph-number-square-one:before { - content: "\ec2d"; -} -.ph-light.ph-number-square-seven:before { - content: "\ec2e"; -} -.ph-light.ph-number-square-six:before { - content: "\ec2f"; -} -.ph-light.ph-number-square-three:before { - content: "\ec30"; -} -.ph-light.ph-number-square-two:before { - content: "\ec31"; -} -.ph-light.ph-number-square-zero:before { - content: "\ec32"; -} -.ph-light.ph-number-three:before { - content: "\ec33"; -} -.ph-light.ph-number-two:before { - content: "\ec34"; -} -.ph-light.ph-number-zero:before { - content: "\ec35"; -} -.ph-light.ph-nut:before { - content: "\ec36"; -} -.ph-light.ph-ny-times-logo:before { - content: "\ec37"; -} -.ph-light.ph-octagon:before { - content: "\ec38"; -} -.ph-light.ph-office-chair:before { - content: "\ec39"; -} -.ph-light.ph-option:before { - content: "\ec3a"; -} -.ph-light.ph-orange-slice:before { - content: "\ec3b"; -} -.ph-light.ph-package:before { - content: "\ec3c"; -} -.ph-light.ph-paint-brush-broad:before { - content: "\ec3d"; -} -.ph-light.ph-paint-brush-household:before { - content: "\ec3e"; -} -.ph-light.ph-paint-brush:before { - content: "\ec3f"; -} -.ph-light.ph-paint-bucket:before { - content: "\ec40"; -} -.ph-light.ph-paint-roller:before { - content: "\ec41"; -} -.ph-light.ph-palette:before { - content: "\ec42"; -} -.ph-light.ph-pants:before { - content: "\ec43"; -} -.ph-light.ph-paperclip-horizontal:before { - content: "\ec44"; -} -.ph-light.ph-paperclip:before { - content: "\ec45"; -} -.ph-light.ph-paper-plane:before { - content: "\ec46"; -} -.ph-light.ph-paper-plane-right:before { - content: "\ec47"; -} -.ph-light.ph-paper-plane-tilt:before { - content: "\ec48"; -} -.ph-light.ph-parachute:before { - content: "\ec49"; -} -.ph-light.ph-paragraph:before { - content: "\ec4a"; -} -.ph-light.ph-parallelogram:before { - content: "\ec4b"; -} -.ph-light.ph-park:before { - content: "\ec4c"; -} -.ph-light.ph-password:before { - content: "\ec4d"; -} -.ph-light.ph-path:before { - content: "\ec4e"; -} -.ph-light.ph-patreon-logo:before { - content: "\ec4f"; -} -.ph-light.ph-pause-circle:before { - content: "\ec50"; -} -.ph-light.ph-pause:before { - content: "\ec51"; -} -.ph-light.ph-paw-print:before { - content: "\ec52"; -} -.ph-light.ph-paypal-logo:before { - content: "\ec53"; -} -.ph-light.ph-peace:before { - content: "\ec54"; -} -.ph-light.ph-pencil-circle:before { - content: "\ec55"; -} -.ph-light.ph-pencil:before { - content: "\ec56"; -} -.ph-light.ph-pencil-line:before { - content: "\ec57"; -} -.ph-light.ph-pencil-simple:before { - content: "\ec58"; -} -.ph-light.ph-pencil-simple-line:before { - content: "\ec59"; -} -.ph-light.ph-pencil-simple-slash:before { - content: "\ec5a"; -} -.ph-light.ph-pencil-slash:before { - content: "\ec5b"; -} -.ph-light.ph-pen:before { - content: "\ec5c"; -} -.ph-light.ph-pen-nib:before { - content: "\ec5d"; -} -.ph-light.ph-pen-nib-straight:before { - content: "\ec5e"; -} -.ph-light.ph-pentagram:before { - content: "\ec5f"; -} -.ph-light.ph-pepper:before { - content: "\ec60"; -} -.ph-light.ph-percent:before { - content: "\ec61"; -} -.ph-light.ph-person-arms-spread:before { - content: "\ec62"; -} -.ph-light.ph-person:before { - content: "\ec63"; -} -.ph-light.ph-person-simple-bike:before { - content: "\ec64"; -} -.ph-light.ph-person-simple:before { - content: "\ec65"; -} -.ph-light.ph-person-simple-run:before { - content: "\ec66"; -} -.ph-light.ph-person-simple-throw:before { - content: "\ec67"; -} -.ph-light.ph-person-simple-walk:before { - content: "\ec68"; -} -.ph-light.ph-perspective:before { - content: "\ec69"; -} -.ph-light.ph-phone-call:before { - content: "\ec6a"; -} -.ph-light.ph-phone-disconnect:before { - content: "\ec6b"; -} -.ph-light.ph-phone-incoming:before { - content: "\ec6c"; -} -.ph-light.ph-phone:before { - content: "\ec6d"; -} -.ph-light.ph-phone-outgoing:before { - content: "\ec6e"; -} -.ph-light.ph-phone-plus:before { - content: "\ec6f"; -} -.ph-light.ph-phone-slash:before { - content: "\ec70"; -} -.ph-light.ph-phone-x:before { - content: "\ec71"; -} -.ph-light.ph-phosphor-logo:before { - content: "\ec72"; -} -.ph-light.ph-piano-keys:before { - content: "\ec73"; -} -.ph-light.ph-picture-in-picture:before { - content: "\ec74"; -} -.ph-light.ph-piggy-bank:before { - content: "\ec75"; -} -.ph-light.ph-pi:before { - content: "\ec76"; -} -.ph-light.ph-pill:before { - content: "\ec77"; -} -.ph-light.ph-pinterest-logo:before { - content: "\ec78"; -} -.ph-light.ph-pinwheel:before { - content: "\ec79"; -} -.ph-light.ph-pizza:before { - content: "\ec7a"; -} -.ph-light.ph-placeholder:before { - content: "\ec7b"; -} -.ph-light.ph-planet:before { - content: "\ec7c"; -} -.ph-light.ph-plant:before { - content: "\ec7d"; -} -.ph-light.ph-play-circle:before { - content: "\ec7e"; -} -.ph-light.ph-play:before { - content: "\ec7f"; -} -.ph-light.ph-playlist:before { - content: "\ec80"; -} -.ph-light.ph-play-pause:before { - content: "\ec81"; -} -.ph-light.ph-plug-charging:before { - content: "\ec82"; -} -.ph-light.ph-plug:before { - content: "\ec83"; -} -.ph-light.ph-plugs-connected:before { - content: "\ec84"; -} -.ph-light.ph-plugs:before { - content: "\ec85"; -} -.ph-light.ph-plus-circle:before { - content: "\ec86"; -} -.ph-light.ph-plus:before { - content: "\ec87"; -} -.ph-light.ph-plus-minus:before { - content: "\ec88"; -} -.ph-light.ph-plus-square:before { - content: "\ec89"; -} -.ph-light.ph-poker-chip:before { - content: "\ec8a"; -} -.ph-light.ph-police-car:before { - content: "\ec8b"; -} -.ph-light.ph-polygon:before { - content: "\ec8c"; -} -.ph-light.ph-popcorn:before { - content: "\ec8d"; -} -.ph-light.ph-potted-plant:before { - content: "\ec8e"; -} -.ph-light.ph-power:before { - content: "\ec8f"; -} -.ph-light.ph-prescription:before { - content: "\ec90"; -} -.ph-light.ph-presentation-chart:before { - content: "\ec91"; -} -.ph-light.ph-presentation:before { - content: "\ec92"; -} -.ph-light.ph-printer:before { - content: "\ec93"; -} -.ph-light.ph-prohibit-inset:before { - content: "\ec94"; -} -.ph-light.ph-prohibit:before { - content: "\ec95"; -} -.ph-light.ph-projector-screen-chart:before { - content: "\ec96"; -} -.ph-light.ph-projector-screen:before { - content: "\ec97"; -} -.ph-light.ph-pulse:before, .ph-light.ph-activity:before { - content: "\ec98"; -} -.ph-light.ph-push-pin:before { - content: "\ec99"; -} -.ph-light.ph-push-pin-simple:before { - content: "\ec9a"; -} -.ph-light.ph-push-pin-simple-slash:before { - content: "\ec9b"; -} -.ph-light.ph-push-pin-slash:before { - content: "\ec9c"; -} -.ph-light.ph-puzzle-piece:before { - content: "\ec9d"; -} -.ph-light.ph-qr-code:before { - content: "\ec9e"; -} -.ph-light.ph-question:before { - content: "\ec9f"; -} -.ph-light.ph-queue:before { - content: "\eca0"; -} -.ph-light.ph-quotes:before { - content: "\eca1"; -} -.ph-light.ph-radical:before { - content: "\eca2"; -} -.ph-light.ph-radioactive:before { - content: "\eca3"; -} -.ph-light.ph-radio-button:before { - content: "\eca4"; -} -.ph-light.ph-radio:before { - content: "\eca5"; -} -.ph-light.ph-rainbow-cloud:before { - content: "\eca6"; -} -.ph-light.ph-rainbow:before { - content: "\eca7"; -} -.ph-light.ph-read-cv-logo:before { - content: "\eca8"; -} -.ph-light.ph-receipt:before { - content: "\eca9"; -} -.ph-light.ph-receipt-x:before { - content: "\ecaa"; -} -.ph-light.ph-record:before { - content: "\ecab"; -} -.ph-light.ph-rectangle:before { - content: "\ecac"; -} -.ph-light.ph-recycle:before { - content: "\ecad"; -} -.ph-light.ph-reddit-logo:before { - content: "\ecae"; -} -.ph-light.ph-repeat:before { - content: "\ecaf"; -} -.ph-light.ph-repeat-once:before { - content: "\ecb0"; -} -.ph-light.ph-rewind-circle:before { - content: "\ecb1"; -} -.ph-light.ph-rewind:before { - content: "\ecb2"; -} -.ph-light.ph-road-horizon:before { - content: "\ecb3"; -} -.ph-light.ph-robot:before { - content: "\ecb4"; -} -.ph-light.ph-rocket-launch:before { - content: "\ecb5"; -} -.ph-light.ph-rocket:before { - content: "\ecb6"; -} -.ph-light.ph-rows:before { - content: "\ecb7"; -} -.ph-light.ph-rss:before { - content: "\ecb8"; -} -.ph-light.ph-rss-simple:before { - content: "\ecb9"; -} -.ph-light.ph-rug:before { - content: "\ecba"; -} -.ph-light.ph-ruler:before { - content: "\ecbb"; -} -.ph-light.ph-scales:before { - content: "\ecbc"; -} -.ph-light.ph-scan:before { - content: "\ecbd"; -} -.ph-light.ph-scissors:before { - content: "\ecbe"; -} -.ph-light.ph-scooter:before { - content: "\ecbf"; -} -.ph-light.ph-screencast:before { - content: "\ecc0"; -} -.ph-light.ph-scribble-loop:before { - content: "\ecc1"; -} -.ph-light.ph-scroll:before { - content: "\ecc2"; -} -.ph-light.ph-seal-check:before, .ph-light.ph-circle-wavy-check:before { - content: "\ecc3"; -} -.ph-light.ph-seal:before, .ph-light.ph-circle-wavy:before { - content: "\ecc4"; -} -.ph-light.ph-seal-question:before, .ph-light.ph-circle-wavy-question:before { - content: "\ecc5"; -} -.ph-light.ph-seal-warning:before, .ph-light.ph-circle-wavy-warning:before { - content: "\ecc6"; -} -.ph-light.ph-selection-all:before { - content: "\ecc7"; -} -.ph-light.ph-selection-background:before { - content: "\ecc8"; -} -.ph-light.ph-selection-foreground:before { - content: "\ecc9"; -} -.ph-light.ph-selection-inverse:before { - content: "\ecca"; -} -.ph-light.ph-selection:before { - content: "\eccb"; -} -.ph-light.ph-selection-plus:before { - content: "\eccc"; -} -.ph-light.ph-selection-slash:before { - content: "\eccd"; -} -.ph-light.ph-shapes:before { - content: "\ecce"; -} -.ph-light.ph-share-fat:before { - content: "\eccf"; -} -.ph-light.ph-share:before { - content: "\ecd0"; -} -.ph-light.ph-share-network:before { - content: "\ecd1"; -} -.ph-light.ph-shield-checkered:before { - content: "\ecd2"; -} -.ph-light.ph-shield-check:before { - content: "\ecd3"; -} -.ph-light.ph-shield-chevron:before { - content: "\ecd4"; -} -.ph-light.ph-shield:before { - content: "\ecd5"; -} -.ph-light.ph-shield-plus:before { - content: "\ecd6"; -} -.ph-light.ph-shield-slash:before { - content: "\ecd7"; -} -.ph-light.ph-shield-star:before { - content: "\ecd8"; -} -.ph-light.ph-shield-warning:before { - content: "\ecd9"; -} -.ph-light.ph-shirt-folded:before { - content: "\ecda"; -} -.ph-light.ph-shooting-star:before { - content: "\ecdb"; -} -.ph-light.ph-shopping-bag:before { - content: "\ecdc"; -} -.ph-light.ph-shopping-bag-open:before { - content: "\ecdd"; -} -.ph-light.ph-shopping-cart:before { - content: "\ecde"; -} -.ph-light.ph-shopping-cart-simple:before { - content: "\ecdf"; -} -.ph-light.ph-shower:before { - content: "\ece0"; -} -.ph-light.ph-shrimp:before { - content: "\ece1"; -} -.ph-light.ph-shuffle-angular:before { - content: "\ece2"; -} -.ph-light.ph-shuffle:before { - content: "\ece3"; -} -.ph-light.ph-shuffle-simple:before { - content: "\ece4"; -} -.ph-light.ph-sidebar:before { - content: "\ece5"; -} -.ph-light.ph-sidebar-simple:before { - content: "\ece6"; -} -.ph-light.ph-sigma:before { - content: "\ece7"; -} -.ph-light.ph-signature:before { - content: "\ece8"; -} -.ph-light.ph-sign-in:before { - content: "\ece9"; -} -.ph-light.ph-sign-out:before { - content: "\ecea"; -} -.ph-light.ph-signpost:before { - content: "\eceb"; -} -.ph-light.ph-sim-card:before { - content: "\ecec"; -} -.ph-light.ph-siren:before { - content: "\eced"; -} -.ph-light.ph-sketch-logo:before { - content: "\ecee"; -} -.ph-light.ph-skip-back-circle:before { - content: "\ecef"; -} -.ph-light.ph-skip-back:before { - content: "\ecf0"; -} -.ph-light.ph-skip-forward-circle:before { - content: "\ecf1"; -} -.ph-light.ph-skip-forward:before { - content: "\ecf2"; -} -.ph-light.ph-skull:before { - content: "\ecf3"; -} -.ph-light.ph-slack-logo:before { - content: "\ecf4"; -} -.ph-light.ph-sliders-horizontal:before { - content: "\ecf5"; -} -.ph-light.ph-sliders:before { - content: "\ecf6"; -} -.ph-light.ph-slideshow:before { - content: "\ecf7"; -} -.ph-light.ph-smiley-angry:before { - content: "\ecf8"; -} -.ph-light.ph-smiley-blank:before { - content: "\ecf9"; -} -.ph-light.ph-smiley:before { - content: "\ecfa"; -} -.ph-light.ph-smiley-meh:before { - content: "\ecfb"; -} -.ph-light.ph-smiley-nervous:before { - content: "\ecfc"; -} -.ph-light.ph-smiley-sad:before { - content: "\ecfd"; -} -.ph-light.ph-smiley-sticker:before { - content: "\ecfe"; -} -.ph-light.ph-smiley-wink:before { - content: "\ecff"; -} -.ph-light.ph-smiley-x-eyes:before { - content: "\ed00"; -} -.ph-light.ph-snapchat-logo:before { - content: "\ed01"; -} -.ph-light.ph-sneaker:before { - content: "\ed02"; -} -.ph-light.ph-sneaker-move:before { - content: "\ed03"; -} -.ph-light.ph-snowflake:before { - content: "\ed04"; -} -.ph-light.ph-soccer-ball:before { - content: "\ed05"; -} -.ph-light.ph-sort-ascending:before { - content: "\ed06"; -} -.ph-light.ph-sort-descending:before { - content: "\ed07"; -} -.ph-light.ph-soundcloud-logo:before { - content: "\ed08"; -} -.ph-light.ph-spade:before { - content: "\ed09"; -} -.ph-light.ph-sparkle:before { - content: "\ed0a"; -} -.ph-light.ph-speaker-hifi:before { - content: "\ed0b"; -} -.ph-light.ph-speaker-high:before { - content: "\ed0c"; -} -.ph-light.ph-speaker-low:before { - content: "\ed0d"; -} -.ph-light.ph-speaker-none:before { - content: "\ed0e"; -} -.ph-light.ph-speaker-simple-high:before { - content: "\ed0f"; -} -.ph-light.ph-speaker-simple-low:before { - content: "\ed10"; -} -.ph-light.ph-speaker-simple-none:before { - content: "\ed11"; -} -.ph-light.ph-speaker-simple-slash:before { - content: "\ed12"; -} -.ph-light.ph-speaker-simple-x:before { - content: "\ed13"; -} -.ph-light.ph-speaker-slash:before { - content: "\ed14"; -} -.ph-light.ph-speaker-x:before { - content: "\ed15"; -} -.ph-light.ph-spinner-gap:before { - content: "\ed16"; -} -.ph-light.ph-spinner:before { - content: "\ed17"; -} -.ph-light.ph-spiral:before { - content: "\ed18"; -} -.ph-light.ph-split-horizontal:before { - content: "\ed19"; -} -.ph-light.ph-split-vertical:before { - content: "\ed1a"; -} -.ph-light.ph-spotify-logo:before { - content: "\ed1b"; -} -.ph-light.ph-square-half-bottom:before { - content: "\ed1c"; -} -.ph-light.ph-square-half:before { - content: "\ed1d"; -} -.ph-light.ph-square:before { - content: "\ed1e"; -} -.ph-light.ph-square-logo:before { - content: "\ed1f"; -} -.ph-light.ph-squares-four:before { - content: "\ed20"; -} -.ph-light.ph-square-split-horizontal:before { - content: "\ed21"; -} -.ph-light.ph-square-split-vertical:before { - content: "\ed22"; -} -.ph-light.ph-stack:before { - content: "\ed23"; -} -.ph-light.ph-stack-overflow-logo:before { - content: "\ed24"; -} -.ph-light.ph-stack-simple:before { - content: "\ed25"; -} -.ph-light.ph-stairs:before { - content: "\ed26"; -} -.ph-light.ph-stamp:before { - content: "\ed27"; -} -.ph-light.ph-star-and-crescent:before { - content: "\ed28"; -} -.ph-light.ph-star-four:before { - content: "\ed29"; -} -.ph-light.ph-star-half:before { - content: "\ed2a"; -} -.ph-light.ph-star:before { - content: "\ed2b"; -} -.ph-light.ph-star-of-david:before { - content: "\ed2c"; -} -.ph-light.ph-steering-wheel:before { - content: "\ed2d"; -} -.ph-light.ph-steps:before { - content: "\ed2e"; -} -.ph-light.ph-stethoscope:before { - content: "\ed2f"; -} -.ph-light.ph-sticker:before { - content: "\ed30"; -} -.ph-light.ph-stool:before { - content: "\ed31"; -} -.ph-light.ph-stop-circle:before { - content: "\ed32"; -} -.ph-light.ph-stop:before { - content: "\ed33"; -} -.ph-light.ph-storefront:before { - content: "\ed34"; -} -.ph-light.ph-strategy:before { - content: "\ed35"; -} -.ph-light.ph-stripe-logo:before { - content: "\ed36"; -} -.ph-light.ph-student:before { - content: "\ed37"; -} -.ph-light.ph-subtitles:before { - content: "\ed38"; -} -.ph-light.ph-subtract:before { - content: "\ed39"; -} -.ph-light.ph-subtract-square:before { - content: "\ed3a"; -} -.ph-light.ph-suitcase:before { - content: "\ed3b"; -} -.ph-light.ph-suitcase-rolling:before { - content: "\ed3c"; -} -.ph-light.ph-suitcase-simple:before { - content: "\ed3d"; -} -.ph-light.ph-sun-dim:before { - content: "\ed3e"; -} -.ph-light.ph-sunglasses:before { - content: "\ed3f"; -} -.ph-light.ph-sun-horizon:before { - content: "\ed40"; -} -.ph-light.ph-sun:before { - content: "\ed41"; -} -.ph-light.ph-swap:before { - content: "\ed42"; -} -.ph-light.ph-swatches:before { - content: "\ed43"; -} -.ph-light.ph-swimming-pool:before { - content: "\ed44"; -} -.ph-light.ph-sword:before { - content: "\ed45"; -} -.ph-light.ph-synagogue:before { - content: "\ed46"; -} -.ph-light.ph-syringe:before { - content: "\ed47"; -} -.ph-light.ph-table:before { - content: "\ed48"; -} -.ph-light.ph-tabs:before { - content: "\ed49"; -} -.ph-light.ph-tag-chevron:before { - content: "\ed4a"; -} -.ph-light.ph-tag:before { - content: "\ed4b"; -} -.ph-light.ph-tag-simple:before { - content: "\ed4c"; -} -.ph-light.ph-target:before { - content: "\ed4d"; -} -.ph-light.ph-taxi:before { - content: "\ed4e"; -} -.ph-light.ph-telegram-logo:before { - content: "\ed4f"; -} -.ph-light.ph-television:before { - content: "\ed50"; -} -.ph-light.ph-television-simple:before { - content: "\ed51"; -} -.ph-light.ph-tennis-ball:before { - content: "\ed52"; -} -.ph-light.ph-tent:before { - content: "\ed53"; -} -.ph-light.ph-terminal:before { - content: "\ed54"; -} -.ph-light.ph-terminal-window:before { - content: "\ed55"; -} -.ph-light.ph-test-tube:before { - content: "\ed56"; -} -.ph-light.ph-text-aa:before { - content: "\ed57"; -} -.ph-light.ph-text-align-center:before { - content: "\ed58"; -} -.ph-light.ph-text-align-justify:before { - content: "\ed59"; -} -.ph-light.ph-text-align-left:before { - content: "\ed5a"; -} -.ph-light.ph-text-align-right:before { - content: "\ed5b"; -} -.ph-light.ph-text-a-underline:before { - content: "\ed5c"; -} -.ph-light.ph-text-b:before, .ph-light.ph-text-bolder:before { - content: "\ed5d"; -} -.ph-light.ph-textbox:before { - content: "\ed5e"; -} -.ph-light.ph-text-columns:before { - content: "\ed5f"; -} -.ph-light.ph-text-h-five:before { - content: "\ed60"; -} -.ph-light.ph-text-h-four:before { - content: "\ed61"; -} -.ph-light.ph-text-h:before { - content: "\ed62"; -} -.ph-light.ph-text-h-one:before { - content: "\ed63"; -} -.ph-light.ph-text-h-six:before { - content: "\ed64"; -} -.ph-light.ph-text-h-three:before { - content: "\ed65"; -} -.ph-light.ph-text-h-two:before { - content: "\ed66"; -} -.ph-light.ph-text-indent:before { - content: "\ed67"; -} -.ph-light.ph-text-italic:before { - content: "\ed68"; -} -.ph-light.ph-text-outdent:before { - content: "\ed69"; -} -.ph-light.ph-text-strikethrough:before { - content: "\ed6a"; -} -.ph-light.ph-text-t:before { - content: "\ed6b"; -} -.ph-light.ph-text-underline:before { - content: "\ed6c"; -} -.ph-light.ph-thermometer-cold:before { - content: "\ed6d"; -} -.ph-light.ph-thermometer-hot:before { - content: "\ed6e"; -} -.ph-light.ph-thermometer:before { - content: "\ed6f"; -} -.ph-light.ph-thermometer-simple:before { - content: "\ed70"; -} -.ph-light.ph-thumbs-down:before { - content: "\ed71"; -} -.ph-light.ph-thumbs-up:before { - content: "\ed72"; -} -.ph-light.ph-ticket:before { - content: "\ed73"; -} -.ph-light.ph-tidal-logo:before { - content: "\ed74"; -} -.ph-light.ph-tiktok-logo:before { - content: "\ed75"; -} -.ph-light.ph-timer:before { - content: "\ed76"; -} -.ph-light.ph-tipi:before { - content: "\ed77"; -} -.ph-light.ph-toggle-left:before { - content: "\ed78"; -} -.ph-light.ph-toggle-right:before { - content: "\ed79"; -} -.ph-light.ph-toilet:before { - content: "\ed7a"; -} -.ph-light.ph-toilet-paper:before { - content: "\ed7b"; -} -.ph-light.ph-toolbox:before { - content: "\ed7c"; -} -.ph-light.ph-tooth:before { - content: "\ed7d"; -} -.ph-light.ph-tote:before { - content: "\ed7e"; -} -.ph-light.ph-tote-simple:before { - content: "\ed7f"; -} -.ph-light.ph-trademark:before { - content: "\ed80"; -} -.ph-light.ph-trademark-registered:before { - content: "\ed81"; -} -.ph-light.ph-traffic-cone:before { - content: "\ed82"; -} -.ph-light.ph-traffic-signal:before { - content: "\ed83"; -} -.ph-light.ph-traffic-sign:before { - content: "\ed84"; -} -.ph-light.ph-train:before { - content: "\ed85"; -} -.ph-light.ph-train-regional:before { - content: "\ed86"; -} -.ph-light.ph-train-simple:before { - content: "\ed87"; -} -.ph-light.ph-tram:before { - content: "\ed88"; -} -.ph-light.ph-translate:before { - content: "\ed89"; -} -.ph-light.ph-trash:before { - content: "\ed8a"; -} -.ph-light.ph-trash-simple:before { - content: "\ed8b"; -} -.ph-light.ph-tray:before { - content: "\ed8c"; -} -.ph-light.ph-tree-evergreen:before { - content: "\ed8d"; -} -.ph-light.ph-tree:before { - content: "\ed8e"; -} -.ph-light.ph-tree-palm:before { - content: "\ed8f"; -} -.ph-light.ph-tree-structure:before { - content: "\ed90"; -} -.ph-light.ph-trend-down:before { - content: "\ed91"; -} -.ph-light.ph-trend-up:before { - content: "\ed92"; -} -.ph-light.ph-triangle:before { - content: "\ed93"; -} -.ph-light.ph-trophy:before { - content: "\ed94"; -} -.ph-light.ph-truck:before { - content: "\ed95"; -} -.ph-light.ph-t-shirt:before { - content: "\ed96"; -} -.ph-light.ph-twitch-logo:before { - content: "\ed97"; -} -.ph-light.ph-twitter-logo:before { - content: "\ed98"; -} -.ph-light.ph-umbrella:before { - content: "\ed99"; -} -.ph-light.ph-umbrella-simple:before { - content: "\ed9a"; -} -.ph-light.ph-unite:before { - content: "\ed9b"; -} -.ph-light.ph-unite-square:before { - content: "\ed9c"; -} -.ph-light.ph-upload:before { - content: "\ed9d"; -} -.ph-light.ph-upload-simple:before { - content: "\ed9e"; -} -.ph-light.ph-usb:before { - content: "\ed9f"; -} -.ph-light.ph-user-circle-gear:before { - content: "\eda0"; -} -.ph-light.ph-user-circle:before { - content: "\eda1"; -} -.ph-light.ph-user-circle-minus:before { - content: "\eda2"; -} -.ph-light.ph-user-circle-plus:before { - content: "\eda3"; -} -.ph-light.ph-user-focus:before { - content: "\eda4"; -} -.ph-light.ph-user-gear:before { - content: "\eda5"; -} -.ph-light.ph-user:before { - content: "\eda6"; -} -.ph-light.ph-user-list:before { - content: "\eda7"; -} -.ph-light.ph-user-minus:before { - content: "\eda8"; -} -.ph-light.ph-user-plus:before { - content: "\eda9"; -} -.ph-light.ph-user-rectangle:before { - content: "\edaa"; -} -.ph-light.ph-users-four:before { - content: "\edab"; -} -.ph-light.ph-users:before { - content: "\edac"; -} -.ph-light.ph-user-square:before { - content: "\edad"; -} -.ph-light.ph-users-three:before { - content: "\edae"; -} -.ph-light.ph-user-switch:before { - content: "\edaf"; -} -.ph-light.ph-van:before { - content: "\edb0"; -} -.ph-light.ph-vault:before { - content: "\edb1"; -} -.ph-light.ph-vibrate:before { - content: "\edb2"; -} -.ph-light.ph-video-camera:before { - content: "\edb3"; -} -.ph-light.ph-video-camera-slash:before { - content: "\edb4"; -} -.ph-light.ph-video:before { - content: "\edb5"; -} -.ph-light.ph-vignette:before { - content: "\edb6"; -} -.ph-light.ph-vinyl-record:before { - content: "\edb7"; -} -.ph-light.ph-virtual-reality:before { - content: "\edb8"; -} -.ph-light.ph-virus:before { - content: "\edb9"; -} -.ph-light.ph-voicemail:before { - content: "\edba"; -} -.ph-light.ph-volleyball:before { - content: "\edbb"; -} -.ph-light.ph-wallet:before { - content: "\edbc"; -} -.ph-light.ph-wall:before { - content: "\edbd"; -} -.ph-light.ph-warehouse:before { - content: "\edbe"; -} -.ph-light.ph-warning-circle:before { - content: "\edbf"; -} -.ph-light.ph-warning-diamond:before { - content: "\edc0"; -} -.ph-light.ph-warning:before { - content: "\edc1"; -} -.ph-light.ph-warning-octagon:before { - content: "\edc2"; -} -.ph-light.ph-watch:before { - content: "\edc3"; -} -.ph-light.ph-waveform:before { - content: "\edc4"; -} -.ph-light.ph-wave-sawtooth:before { - content: "\edc5"; -} -.ph-light.ph-wave-sine:before { - content: "\edc6"; -} -.ph-light.ph-waves:before { - content: "\edc7"; -} -.ph-light.ph-wave-square:before { - content: "\edc8"; -} -.ph-light.ph-wave-triangle:before { - content: "\edc9"; -} -.ph-light.ph-webcam:before { - content: "\edca"; -} -.ph-light.ph-webcam-slash:before { - content: "\edcb"; -} -.ph-light.ph-webhooks-logo:before { - content: "\edcc"; -} -.ph-light.ph-wechat-logo:before { - content: "\edcd"; -} -.ph-light.ph-whatsapp-logo:before { - content: "\edce"; -} -.ph-light.ph-wheelchair:before { - content: "\edcf"; -} -.ph-light.ph-wheelchair-motion:before { - content: "\edd0"; -} -.ph-light.ph-wifi-high:before { - content: "\edd1"; -} -.ph-light.ph-wifi-low:before { - content: "\edd2"; -} -.ph-light.ph-wifi-medium:before { - content: "\edd3"; -} -.ph-light.ph-wifi-none:before { - content: "\edd4"; -} -.ph-light.ph-wifi-slash:before { - content: "\edd5"; -} -.ph-light.ph-wifi-x:before { - content: "\edd6"; -} -.ph-light.ph-wind:before { - content: "\edd7"; -} -.ph-light.ph-windows-logo:before { - content: "\edd8"; -} -.ph-light.ph-wine:before { - content: "\edd9"; -} -.ph-light.ph-wrench:before { - content: "\edda"; -} -.ph-light.ph-x-circle:before { - content: "\eddb"; -} -.ph-light.ph-x:before { - content: "\eddc"; -} -.ph-light.ph-x-square:before { - content: "\eddd"; -} -.ph-light.ph-yin-yang:before { - content: "\edde"; -} -.ph-light.ph-youtube-logo:before { - content: "\eddf"; -} diff --git a/src/assets/scss/_buttons.scss b/src/assets/scss/_buttons.scss index 4eda6152..8433d535 100644 --- a/src/assets/scss/_buttons.scss +++ b/src/assets/scss/_buttons.scss @@ -69,6 +69,10 @@ font-size: .85em; width: 1.5rem; } + + .icon { + width: 1em; + } } &.btn-shadow { diff --git a/src/assets/scss/theme.scss b/src/assets/scss/theme.scss index 94ee8c61..405264c1 100644 --- a/src/assets/scss/theme.scss +++ b/src/assets/scss/theme.scss @@ -43,10 +43,13 @@ a[href^='http'] { a[href^='http']::after { position: absolute; - content: "\e972"; - font-family: 'Phosphor-Fill' !important; + content: url('/icon/square-arrow-out.svg'); display: inline-block; width: 1em; height: 1em; margin-left: .25em; } + +.icon { + width: 1em; +} \ No newline at end of file diff --git a/src/components/maps/overlay/MarkerCreator.vue b/src/components/maps/overlay/MarkerCreator.vue index c6857333..30a46ea3 100644 --- a/src/components/maps/overlay/MarkerCreator.vue +++ b/src/components/maps/overlay/MarkerCreator.vue @@ -207,7 +207,7 @@ function setTitleError(error: Error | null) { Ajouter un marqueur personnel
- + Le marqueur sera sauvegardé mais n'apparaîtra que sur votre carte !
@@ -242,7 +242,7 @@ function setTitleError(error: Error | null) {